Fixes terminal freezing while streaming long content
Anthropic Claude fixes terminal freezing during long content streaming and resolves multiple issues with auto mode, settings consent, and file handling.
What's changed Auto mode is now available without `CLAUDE_CODE_ENABLE_AUTO_MODE` opt-in on Bedrock, Vertex AI, and Foundry; disable via `disableAutoMode` in settings Fixed the terminal freezing and keystrokes lagging while streaming responses containing very long lists, tables, paragraphs, or code blocks Fixed remote managed settings from a non-interactive run (`claude -p`, the SDK) being permanently recorded as consented without ever showing the security consent dialog Fixed spurious prompt-injection warnings triggered by benign system-generated conversation updates Fixed the auto-updater overwriting a custom launcher script or symlink at `~/.local/bin/claude` on every release; `/doctor` now reports an externally managed launcher Fixed compound commands with `cd` prompting for permission when the only output redirect was to `/dev/null` Fixed the transcript jumping above the start of the answer when a response finishes streaming Fixed `extensions.worktreeConfig` being left in the repo's `.git/config` (breaking go-git tools like `tea`) after the last `worktree.sparsePaths` worktree was removed Fixed malformed bracket patterns in rules globs, skill paths, `.ignore`, and…
- github.comClaude Code v2.1.207primary