Skip to content

v1.2.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 20:17
· 2 commits to main since this release

[1.2.1] - 2026-08-25

Fixed

  • Claude Code conversations are keyed by the client's own session id (metadata.user_id), so a full interactive chat stays in one Session; transcript-prefix matching remains the fallback for other clients.
  • Claude Code's next-prompt suggestion side requests no longer hijack or advance a session; they run as stateless completions.
  • If a client compacts or rewrites its history, the conversation resyncs into the same Session instead of spawning a new one.

Full Changelog: v1.2.0...v1.2.1