Claude Code v2.1.7

変更項目: 15件

GitHub Release
Added
Added showTurnDuration setting to hide turn duration messages (e.g., "Cooked for 1m 6s")

関連ドキュメント

Added
Added ability to provide feedback when accepting permission prompts
Added
Added inline display of agent's final response in task notifications, making it easier to see results without reading the full transcript file
Improved
Improved typing responsiveness by reducing memory allocation overhead in terminal rendering
Enabled
Enabled MCP tool search auto mode by default for all users. When MCP tool descriptions exceed 10% of the context window, they are automatically deferred and discovered via the MCPSearch tool instead of being loaded upfront. This reduces context usage for users with many MCP tools configured. Users can disable this by adding MCPSearch to disallowedTools in their settings.

関連ドキュメント

Changed
[VSCode] Fixed claudeProcessWrapper setting passing the wrapper path instead of the Claude binary path

関連ドキュメント

Fixed
Fixed security vulnerability where wildcard permission rules could match compound commands containing shell operators
Fixed
Fixed false "file modified" errors on Windows when cloud sync tools, antivirus scanners, or Git touch file timestamps without changing content
Fixed
Fixed orphaned tool_result errors when sibling tools fail during streaming execution
Fixed
Fixed context window blocking limit being calculated using the full context window instead of the effective context window (which reserves space for max output tokens)
Fixed
Fixed terminal title animation jitter by using fixed-width braille characters
Fixed
Fixed plugins with git submodules not being fully initialized when installed
Fixed
Fixed bash commands failing on Windows when temp directory paths contained characters like t or n that were misinterpreted as escape sequences