You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed /fast not immediately available after enabling /extra-usage
v2.1.36 (2026-02-08) ⭐
⭐ Fast mode now available for Opus 4.6 — Same model, faster output. Toggle with /fast. Learn more
v2.1.34 (2026-02-07)
Fixed a crash when agent teams setting changed between renders
Security fix: Commands excluded from sandboxing (via sandbox.excludedCommands or dangerouslyDisableSandbox) could bypass the Bash ask permission rule when autoAllowBashIfSandboxed was enabled
v2.1.33 (2026-02-06)
Highlights:
Agent teams fixes — Improved tmux session handling and availability warnings
New hook events — TeammateIdle and TaskCompleted for multi-agent workflows
Agent frontmatter enhancements:
memory field for user/project/local scope memory selection
Task(agent_type) syntax to restrict sub-agent spawning in agent definitions
Plugin identification — Plugin name now shown in skill descriptions and /skills menu
Fixed: Plan mode crash when project config missing default fields
Fixed: temperatureOverride being silently ignored in streaming API path
Fixed: LSP shutdown/exit compatibility with strict language servers
Improved: System prompts now guide model toward Read/Edit/Glob/Grep tools instead of bash equivalents
Improved: PDF and request size error messages show actual limits (100 pages, 20MB)
Reduced: Layout jitter when spinner appears/disappears during streaming
v2.1.30 (2026-02-02)
⭐ PDF page range support — pages parameter in Read tool for PDFs (e.g., pages: "1-5") with lightweight references for large PDFs (>10 pages)
⭐ Pre-configured OAuth for MCP servers — Built-in client credentials for servers without Dynamic Client Registration (Slack support via --client-id and --client-secret)
⭐ New /debug command — Claude can help troubleshoot current session issues
Additional git flags — Support for git log and git show read-only flags (--topo-order, --cherry-pick, --format, --raw)
Task tool metrics — Results now include token count, tool uses, and duration
Reduced motion mode — New config option for accessibility
Fixed: Phantom "(no content)" text blocks in API history (reduces token waste)
Fixed: Prompt cache not invalidating when tool schemas changed
Fixed: 400 errors after /login with thinking blocks
Fixed: Session resume hang with corrupted parentUuid cycles
Fixed: Rate limit showing wrong "/upgrade" for Max 20x users
Fixed: Permission dialogs stealing focus while typing
Fixed: Subagents unable to access SDK MCP tools
Fixed: Windows users with .bashrc unable to run bash
Improved: Memory usage for --resume (68% reduction for many sessions)
Improved: TaskStop displays stopped command description instead of generic message
Changed: /model executes immediately instead of queuing
[VSCode] Added multiline input in "Other" text fields (Shift+Enter for new lines)
[VSCode] Fixed duplicate sessions in session list
v2.1.29 (2026-01-31)
Performance: Fixed startup performance issues when resuming sessions with saved hook context
Significantly improved session recovery speed for long-duration sessions
v2.1.27 (2026-01-29)
New: --from-pr flag to resume sessions linked to a specific GitHub PR number or URL
New: Sessions automatically linked to PRs when created via gh pr create
Added tool call failures and denials to debug logs
Fixed context management validation error for Bedrock/Vertex gateway users
Fixed /context command not displaying colored output
Fixed status bar duplicating background task indicator when PR status was shown
[Windows] Fixed bash command execution failing for users with .bashrc files
[Windows] Fixed console windows flashing when spawning child processes
Fix: Crashes on processors without AVX instruction support
v2.1.16 (2026-01-22) ⭐
⭐ New task management system with dependency tracking
[VSCode] Native plugin management support
[VSCode] OAuth users can browse and resume remote sessions from Sessions dialog
Fixed: Out-of-memory crashes when resuming sessions with heavy subagent usage
Fixed: "Context remaining" warning not hidden after /compact
[IDE] Fixed race condition on Windows where sidebar view container wouldn't appear
v2.1.15 (2026-01-22)
⚠️ Deprecation notice for npm installations — Run claude install or see docs
Improved UI rendering performance with React Compiler
Fixed: MCP stdio server timeout not killing child process, which could cause UI freezes
v2.1.14 (2026-01-21)
History-based autocomplete in bash mode — Type ! followed by a partial command and press Tab to complete from bash history
Search functionality in installed plugins list
Support for pinning plugins to specific git commit SHAs for exact version control
Fixed: Context window blocking limit calculated too aggressively (~65% instead of ~98%)
Fixed: Memory issues and leaks in long-running sessions with parallel subagents
Fixed: @ symbol incorrectly triggering file autocomplete in bash mode
Fixed: Slash command autocomplete selecting wrong command for similar names
Improved: Backspace deletes pasted text as single token
v2.1.12 (2026-01-18)
Bug fix: Message rendering
v2.1.11 (2026-01-17)
Fix: Excessive MCP connection requests for HTTP/SSE transports
v2.1.10 (2026-01-17)
New Setup hook event (--init, --init-only, --maintenance flags)
Keyboard shortcut 'c' to copy OAuth URL
File suggestions show as removable attachments
[VSCode] Plugin install count + trust warnings
v2.1.9 (2026-01-16)
auto:N syntax for MCP tool search threshold — Configure when Tool Search activates: ENABLE_TOOL_SEARCH=auto:5 (5% context), auto:10 (default), auto:20 (conservative). See architecture.md for details.
plansDirectory setting for custom plan file locations
Session URL attribution to commits/PRs from web sessions
PreToolUse hooks can return additionalContext
${CLAUDE_SESSION_ID} string substitution for skills
v2.1.7 (2026-01-15)
showTurnDuration setting to hide turn duration messages
MCP Tool Search auto mode enabled by default — Lazy loading for MCP tools when definitions exceed 10% of context. Based on Anthropic's Advanced Tool Use API feature. Result: 85% token reduction on tool definitions, improved tool selection accuracy (Opus 4: 49%→74%, Opus 4.5: 79.5%→88.1%)
Inline display of agent final response in task notifications