Claude Code v2.1.84 Release - Enhanced Managed Settings and New Hook Events
Claude Code v2.1.84 brings managed settings drop-in directory support, new hook events for reactive environment management, sandbox configuration extensions, and numerous bug fixes.
Claude Code v2.1.84 was released on March 25, 2026, introducing significant enhancements to managed settings, new hook events for reactive environment management, security improvements, and numerous bug fixes.
Enhanced Managed Settings
The release introduces a managed-settings.d/ drop-in directory, allowing separate teams to deploy independent policy fragments that merge alphabetically. Previously, settings were confined to a single configuration file, but now teams can分工 to define policies more granularly.
The new sandbox.failIfUnavailable setting enables exiting with an error when the sandbox is enabled but cannot start, instead of running unsandboxed. This addresses security requirements where sandboxed execution is mandatory.
Additionally, disableDeepLinkRegistration prevents claude-cli:// protocol handler registration, useful for enterprise deployments requiring controlled protocol handling.
New Hook Events for Environment Management
Two new hook events, CwdChanged and FileChanged, enable reactive environment management. Integration with tools like direnv becomes possible, allowing automatic environment variable updates when changing directories or modifying files.
CLAUDE_CODE_SUBPROCESS_ENV_SCRUB=1 environment variable strips Anthropic and cloud provider credentials from subprocess environments, including the Bash tool, hooks, and MCP stdio servers, ensuring safer execution environments.
User Experience Improvements
Transcript search is now available—press / in transcript mode (Ctrl+O) to search, then use n/N to step through matches. This makes searching through past conversations significantly easier.
Ctrl+X Ctrl+E is now an alias for opening the external editor (readline-native binding; Ctrl+G still works). Pasted images now insert an [Image #N] chip at the cursor for easier positional referencing in prompts.
Agents can now declare initialPrompt in frontmatter to auto-submit a first turn, enabling more granular agent control.
Security and Performance
Numerous bug fixes address issues including: macOS exit hangs, screen flashing on idle, diff timeout for very large files, UI freezes on startup when voice input was enabled, and the —mcp-config CLI flag bypassing allowedMcpServers/deniedMcpServers managed policy enforcement.
Performance improvements include reduced Bedrock SDK cold-start latency, improved —resume memory usage and startup latency, and faster plugin startup with disk cache.
Additional Changes
- Added transcript search with / key in transcript mode
- Added Ctrl+X Ctrl+E as external editor binding
- Pasted images now insert [Image #N] chips
- Agents support initialPrompt in frontmatter
- chat:killAgents and chat:fastMode rebindable via keybindings
- Fixed mouse tracking escape sequences leaking to shell
- Fixed Claude Code hanging on exit on macOS
- Improved plugin startup performance
Additional Information
For the complete changelog, refer to the GitHub releases page.
関連記事
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のCLIをビジュアル化するOSSツール「claude-devtools」が公開3日で3,700DL、HackerNews 3位を記録
Claude CodeのCLI動作を可視化するローカルデスクトップアプリ「claude-devtools」がGitHubで公開。トークン消費の内訳表示、エージェントツリーの可視化、カスタムトリガー通知などを提供。公開から数日でHN 3位・700+スター・3,700DLを達成。
人気記事
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ツールの効率改善などが行われた。