Claude Code v2.1.79
Released Mar 18, 2026 (5 months ago).
175 issues reference this build
6 still open
169 resolved (97%)
"References this build" means the issue body mentions running 2.1.79 (from the
bug-report template). It reflects report volume, not a proven defect count — an issue may mention a
version without being caused by it. First-party data from the anthropics/claude-code tracker.
Top issues reported on v2.1.79
Ranked by community engagement (reactions and comments).
- [BUG] First user message stays pinned/sticky at the top of the chat panel in VS Code extension
- [BUG] Abnormal rate limit consumption — 1-2 prompts exhausting 5-hour window
- [BUG] Unsupported content type: redacted_thinking,Errors often occur when using the plugin.
- [Bug] EnterWorktree tool ignores WorktreeCreate/WorktreeRemove hooks
- [BUG] claude.ai MCP integrations (Gmail, Google Calendar) not available in -p mode or --resume sessions since v2.1.79
- VS Code: Edit tool prompts for permission despite bypassPermissions mode
- [BUG] It auto interrups when doing any task
- [BUG] .claudeignore does not prevent Claude from reading ignored files
- [BUG] Authorization failed: Redirect URI is not supported by client
- [Bug] Claude Desktop Code mode unresponsive - no loading indicator after message send
- [BUG] Claude Code spirals questioning the spelling of AssertionError
- [BUG] Severe instruction adherence and reasoning regression since ~March 16-17 — correlated with post-1M-GA server-side changes
- ${CLAUDE_SKILL_DIR} not substituted in SKILL.md frontmatter hook commands
- sandbox.enabled: false setting ignored — bwrap still wraps all Bash commands
- claude-in-chrome extension fails to connect — 'Browser extension is not connected'
- [FEATURE] Allow OAuth tokens for Anthropic Messages API — enable subscription-based programmatic access
- [BUG] --dangerously-skip-permissions still does not bypass workspace trust prompt (blocks agent team teammates)
- [BUG] Extension crashes (exit code 1) when allowDangerouslySkipPermissions is set and running as root
- [BUG] macOS plist managed settings no longer override user settings in v2.1.80
- [FEATURE] VSCode: Restore git branch name in session history picker
- [BUG] "Don't ask again" on unsandboxed prompt is a no-op
- [BUG] OAuth redirect URI "not supported by client" on Mac Mini with Max subscription
- [MODEL] Claude Code asserts it has found the problem more than it actually does
- [FEATURE] CronCreate: option to suppress inline tool output (silent mode)
- [BUG] Docs say Enter interrupts mid-task, but it only queues the message
- [BUG] Random "Interrupted" Without User Input on macOS
- Remote Control unavailable on Max plan — tengu_ccr_bridge flag is false
- [BUG] opus 4.8 Tool invocation XML tags intermittently corrupted — antml:invoke rendered as raw text
- [BUG] Project settings.json not found in bare repo + worktree setup
- [BUG] Claude Desktop App (Code tab) instantly disconnects when sending any prompt to remote VPS
Changelog
What's changed
- Added
--consoleflag toclaude auth loginfor Anthropic Console (API billing) authentication - Added "Show turn duration" toggle to the
/configmenu - Fixed
claude -phanging when spawned as a subprocess without explicit stdin (e.g. Pythonsubprocess.run) - Fixed Ctrl+C not working in
-p(print) mode - Fixed
/btwreturning the main agent's output instead of answering the side question when triggered during streaming - Fixed voice mode not activating correctly on startup when
voiceEnabled: trueis set - Fixed left/right arrow tab navigation in
/permissions - Fixed
CLAUDE_CODE_DISABLE_TERMINAL_TITLEnot preventing terminal title from being set on startup - Fixed custom status line showing nothing when workspace trust is blocking it
- Fixed enterprise users being unable to retry on rate limit (429) errors
- Fixed
SessionEndhooks not firing when using interactive/resumeto switch sessions - Improved startup memory usage by ~18MB across all scenarios
- Improved non-streaming API fallback with a 2-minute per-attempt timeout, preventing sessions from hanging indefinitely
CLAUDE_CODE_PLUGIN_SEED_DIRnow supports multiple seed directories separated by the platform path delimiter (:on Unix,;on Windows)- [VSCode] Added
/remote-control— bridge your session to claude.ai/code to continue from a browser or phone - [VSCode] Session tabs now get AI-generated titles based on your first message
- [VSCode] Fixed the thinking pill showing "Thinking" instead of "Thought for Ns" after a response completes
- [VSCode] Fixed missing session diff button when opening sessions from the left sidebar