Skip to content

chore: version packages - #174

Closed
github-actions[bot] wants to merge 1 commit into
masterfrom
changeset-release/master
Closed

chore: version packages#174
github-actions[bot] wants to merge 1 commit into
masterfrom
changeset-release/master

Conversation

@github-actions

@github-actionsgithub-actionsBot commented Jul 28, 2026

Copy link
Copy Markdown

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 master, this PR will be updated.

Releases

aicodeman@1.11.1

Patch Changes

  • 73315bc: fix(web): stop the Claude response viewer from following another session's conversation

    The viewer re-derived a pane's live conversation by taking the newest
    ~/.claude/history.jsonl entry for the pane's cwd. A cwd is shared with every
    other Codeman tab on it, with tabs long since closed, and with any plain
    claude run in the user's own terminal, so the eye followed whichever of those
    was typed into last — and the adoption was written back to the session, so the
    mispin persisted. Entries are now credited to a pane only when they land within
    10s of that pane's own Enter and no other pane on the cwd submitted closer, the
    same last-submit correlation the Codex locator already uses.

    That correlation also has to survive a restart. start() resets
    claudeSessionId to the launch id even when re-attaching to a mux session whose
    CLI has since moved on via /clear, so a recovered pane pointed the viewer at
    its pre-/clear transcript — and with the anchor itself living only in memory,
    nothing corrected it until the user happened to type again. lastSubmitAt is
    now persisted in SessionState and restored on boot recovery, so the viewer
    re-derives the live conversation on its first poll.

@github-actions
github-actionsBotforce-pushed the changeset-release/master branch 8 times, most recently from 0dc0842 to 12c6ccaCompareJuly 28, 2026 09:48
@github-actions
github-actionsBotforce-pushed the changeset-release/master branch 2 times, most recently from 6894dc1 to 946ef44CompareAugust 5, 2026 19:46
@github-actions
github-actionsBotforce-pushed the changeset-release/master branch from 946ef44 to 9098ea9CompareAugust 5, 2026 19:48
@Ark0N

Ark0N commented Aug 5, 2026

Copy link
Copy Markdown
Owner

Superseded by the manual COM that shipped 1.11.1 (12a5f59).

This PR proposed consuming .changeset/fix-claude-viewer-session-pin.md, which was already consumed in that release along with the changeset covering #214, #215 and the entrypoint hardening. No changesets remain pending on master, npm and the GitHub release are both at 1.11.1, and this branch now conflicts.

Closing. The changesets action will open a fresh version PR automatically the next time an unconsumed changeset lands on master.

@Ark0NArk0N closed this Aug 5, 2026
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@Ark0N