Skip to content

ClaudeTerminal v1.27.1

Latest

Choose a tag to compare

@github-actions github-actions released this 09 Jul 07:32

ClaudeTerminal v1.27.1

This release is dedicated to Amit Aflalo. ❤️

Fixed

Each terminal keeps its own conversation after restore — fixes the widely-reported bug where text pasted or typed in one terminal appeared in every other terminal tab's input.

When several terminals ran in the same project folder, restoring a session (after a restart or auto-update) silently attached all of them to the same Claude conversation — the session-detection watcher recorded the same session id for every same-folder terminal, and the --continue fallback always picked the single newest session. Whatever you pasted or typed in one tab then showed up in all of them.

Restored terminals now always reattach to their own session:

  • A Claude conversation is never resumed by two terminals at once.
  • At most one terminal per folder falls back to --continue.
  • Duplicates restart fresh with their previous output still painted above, instead of hijacking another tab's conversation.
  • Session detection now ignores session files already claimed by another terminal and only binds sessions created by terminals you actually typed in.

Installation

Download the appropriate installer for your platform:

  • Windows: .msi or .exe (NSIS installer)
  • macOS (Apple Silicon): .dmg
  • macOS (Intel): .dmg

Auto-Update

Existing users will be notified of this update automatically.