chore: update versions - #98
Merged
Merged
Conversation
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 1, 2026 02:53
e4df8ad to
e4e529a
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
August 1, 2026 04:22
e4e529a to
8c15927
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
shellular@0.0.51
Patch Changes
59cc189: Fix phantom sessions on the home view. Sessions whose CLI is long gone no longer
show as active — liveness is matched against a live process's start time, not its
directory alone, so one open CLI no longer vouches for every past session in that
folder. Claude sub-agent transcripts (
subagents/agent-*.jsonl) are no longerlisted at all: their ids aren't resumable, so those entries could never be opened.
Sessions with no messages are no longer cached. A zero-message row read as a cache
hit and rendered a blank chat instead of falling back to a live replay.
Renames the transcript cache tables from
ai_*toagent_*. They're a pure cache,so the migration recreates them empty; the first reopen of each chat replays once,
then renders instantly again.
Updated dependencies [579bab0]
@shellular/protocol@0.0.31
Patch Changes
ClientInfoSchemain protocol