Claude Code v2.1.86 Released - Session ID Header and VCS Exclusion Improvements
Claude Code v2.1.86 brings session ID headers for proxy aggregation, VCS exclusions for Jujutsu/Sapling, and numerous stability and performance improvements.
Anthropic has released Claude Code v2.1.86. This update includes session management improvements, expanded VCS exclusions, and numerous bug fixes and performance enhancements.
Key Changes
Session Management and Proxy Support
- X-Claude-Code-Session-Id Header: Added session ID header to API requests, enabling proxies to aggregate requests without parsing the request body
VCS Exclusion Extensions
- .jj and .sl Additions: Added Jujutsu (.jj) and Sapling (.sl) metadata directories to VCS exclusion lists, preventing Grep and file autocomplete from descending into these directories
Performance and Stability Improvements
- Reduced startup event-loop stalls when many claude.ai MCP connectors are configured
- Improved @-mention file autocomplete performance on large repositories
- Improved scroll performance with large transcripts by replacing WASM yoga-layout with a pure TypeScript implementation
- Reduced token overhead when mentioning files with @ — raw string content no longer JSON-escaped
Tools and Configuration Fixes
- Fixed —resume failing with “tool_use ids were found without tool_result blocks” on sessions created before v2.1.85
- Fixed Write/Edit/Read failing on files outside the project root (e.g., ~/.claude/CLAUDE.md) when conditional skills or rules are configured
- Fixed unnecessary config disk writes on every skill invocation that could cause performance issues and config corruption on Windows
- Fixed potential out-of-memory crash when using /feedback on very long sessions
- Fixed —bare mode dropping MCP tools in interactive sessions
VS Code Extension Improvements
- Fixed extension incorrectly showing “Not responding” during long-running operations
- Fixed extension defaulting Max plan users to Sonnet after OAuth token refreshes (8 hours after login)
Other Changes
- Skill descriptions now capped at 250 characters to reduce context usage
- /skills menu now sorted alphabetically for easier scanning
- Read tool now uses compact line-number format and deduplicates unchanged re-reads
- Improved prompt cache hit rate for Bedrock, Vertex, and Foundry users
v2.1.86 demonstrates continued evolution of Claude Code with steady improvements and stability enhancements.
関連記事
Reddit「r/ClaudeAI」で議論。ベテラン開発者が問う「AIが急速進化する中、キャリア戦略は」
18年の組込みLinux開発経験を持つエンジニアがReddit「r/ClaudeAI」で投げかけた問い「what's your career bet when AI evolves this fast?」が264件のコメントを集め、AIエンジニアのキャリア計画が「5年先から2年先も見えない」時代に突入していることを示している。
Reddit「r/ClaudeAI」で議論。ベテラン開発者が問う「AIが急速進化する中、キャリア戦略は」
18年の組込みLinux開発経験を持つエンジニアがReddit「r/ClaudeAI」で投げかけた問い「what's your career bet when AI evolves this fast?」が264件のコメントを集め、AIエンジニアのキャリア計画が「5年先から2年先も見えない」時代に突入していることを示している。
Claude Codeクリエイター、「ソフトウェアエンジニア」の肩書きは2026年に消えていくと予測。AIがコーディングを「事実上解決した」
AnthropicのBoris Cherny氏(Claude Code開発者)がY Combinatorのポッドキャストで、AIがコーディングを「事実上解決した」と発言。2026年はAI開発に「とんでもない」進展があり、ソフトウェアエンジニアはコーディング以外の役割へ移行すると予測した。
人気記事
Claude Code v2.1.93 リリース - PreToolUseフック延期決定やフリッカーFREE渲染など
AnthropicがClaude Code v2.1.93をリリース。PreToolUseフックの延期決定機能、フリッカー-freeレンダリングオプション、PermissionDeniedフック、名前付きサブエージェントのタイプアヘッド対応などを含む。
Claude Code v2.1.92 リリース - forceRemoteSettingsRefreshやBedrockセットアップウィザードなど
AnthropicがClaude Code v2.1.92をリリース。forceRemoteSettingsRefreshポリシー設定、Bedrockセットアップウィザード、costコマンドの改善など多数の機能追加とバグ修正を含む。
Claude Code v2.1.84 リリース - PowerShellツールプレビューと環境設定の強化
Claude Code v2.1.84がリリース。Windows向けのPowerShellツール、環境変数によるモデル選択のカスタマイズアイドルセッション処理の改善などが含まれる。
最新記事
Claude Code v2.1.93 リリース - PreToolUseフック延期決定やフリッカーFREE渲染など
AnthropicがClaude Code v2.1.93をリリース。PreToolUseフックの延期決定機能、フリッカー-freeレンダリングオプション、PermissionDeniedフック、名前付きサブエージェントのタイプアヘッド対応などを含む。
Claude Code v2.1.92 リリース - forceRemoteSettingsRefreshやBedrockセットアップウィザードなど
AnthropicがClaude Code v2.1.92をリリース。forceRemoteSettingsRefreshポリシー設定、Bedrockセットアップウィザード、costコマンドの改善など多数の機能追加とバグ修正を含む。
Claude Code v2.1.91 リリース - MCPツール結果の永続化とEditツールの最適化
Claude Code v2.1.91ではMCPツールの結果サイズの上書き、シェル実行の制御強化、Editツールの効率改善などが行われた。