Version Packages - #21
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
September 3, 2026 04:10
ff1e7c6 to
38b64e8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
codsh-bundle@0.15.1
Patch Changes
dcadebc: Deduplicate redundant todos and clean up ticket titles in the
/shipplan readout.When
/shiplanded tickets in-session, tracking them viatodo_writeduplicatedthe spec's plan readout verbatim when opened with
Ctrl+T. The readout now omitsthe duplicate todo section when a live plan covers the same tickets, keeping the
panel concise. Ticket titles read from spec checkboxes also strip verbose metadata
(such as blocking edges and deliverables) to avoid overflow and clipping in the TUI.
17d8e4f: Fix drag selection dying at the edges of the transcript.
A drag swept down past the last line and released over the input box copied
nothing: the rows below the transcript are routed to whatever composed them, so
the release never reached the viewport that had anchored the selection — it
neither copied nor cleared. A gesture now belongs to where it began, through
release.
A press on the blank space under the last line started nothing at all, so
sweeping up out of it selected nothing. It anchors at the nearest row now,
while a bare click there still works no block.
cf69c4d: Fix the frame corruption that survived every later repaint.
A row painted with a control character in it does not stay in its row: the
width authority scores a newline zero columns, so the row measures as a fit,
paints its head where it belongs, and drops the rest at column 1 of the row
below — usually a box border the frame diff considers unchanged, so nothing
ever paints over the spill. A bash command that was a heredoc put one there.
Text now flattens to one row wherever it becomes one: the cut does it before it
measures, the wrap breaks a row where a newline asked for one, and the frame
flattens again as it paints. A multi-line command reads as its lines in the
card that ran it, and the one-row summary above names its first line.
codsh-cli@0.15.1