Claude Code v2.1.64 Released - Reliability Improvements and Performance Enhancements
Claude Code v2.1.64 brings reliability upgrades, performance improvements, and security fixes including Remote Control subcommand, BashTool optimization, and multiple bug fixes.
Anthropic released Claude Code v2.1.64 on February 28 (local time). This update includes reliability improvements, performance enhancements, and security fixes.
New Feature: Remote Control Subcommand
The new claude remote-control subcommand enables local environment serving for external builds. This feature is particularly valuable for CI/CD pipelines and remote development workflows.
BashTool Performance Optimization
BashTool now skips the login shell (-l flag) by default when a shell snapshot is available. This improvement enhances command execution performance and accelerates iterative development workflows.
Enhanced Context Auto-Saving
Claude’s ability to automatically save useful context to auto-memory has been improved. This enhancement increases session continuity and reduces the risk of losing important information across context switches.
Smarter Bash Command Suggestions
“Always allow” prefix suggestions for compound bash commands (e.g., cd /tmp && git fetch && git push) now compute smarter per-subcommand prefixes. This reduces friction when working with complex command sequences.
Memory Optimization for Multi-Agent Sessions
Memory usage in multi-agent sessions has been optimized by releasing completed subagent task states. Resource efficiency improves for long-running complex multi-agent configurations.
Other Improvements
- Model Command Enhancement: The
/modelcommand now displays the currently active model in the slash command menu - Larger Tool Result Persistence: Tool results larger than 50K characters are now persisted to disk (previously 100K), reducing context window usage
- Plugin Marketplace Timeout Extended: Default git timeout extended from 30s to 120s;
CLAUDE_CODE_PLUGIN_GIT_TIMEOUT_MSenvironment variable added for configuration - Custom npm Registry Support: Custom npm registries and specific version pinning now supported when installing plugins from npm sources
- Project Config Sharing Across Worktrees: Project configurations and auto-memory now shared across git worktrees of the same repository
Security Fixes
Multiple security vulnerabilities addressed:
- statusLine/FileSuggestion Hooks: Fixed issue where hook commands could execute without workspace trust acceptance in interactive mode
- HTTP Hooks: Fixed issue where HTTP hooks could interpolate arbitrary environment variables from header values
Bug Fixes
- UI Flicker: Fixed issue where user input would briefly disappear after submission
- Windows Crashes: Addressed multiple crashes including panic “switch on corrupted value”, issues when spawning many processes, and Windows ARM64 crash after ~2 minutes
- —worktree Issue: Fixed issue where
--worktreewas sometimes ignored on first launch - MCP OAuth Token Race Condition: Resolved race condition when refreshing MCP OAuth tokens with multiple Claude Code instances running simultaneously
- Config File Corruption: Fixed config file corruption that could wipe authentication with multiple instances
- Listener Leaks: Fixed listener leaks in bridge polling loops, MCP OAuth flow cleanup, and interactive permission handlers
- Memory Leaks: Corrected memory leaks in bash command prefix cache, MCP tool/resource cache, JSON parsing cache, and git root detection cache
- Local Slash Command Output: Fixed local slash command output (like
/cost) appearing as user messages instead of system messages - Duplicate control_response Messages: Fixed bug where duplicate control_response messages could cause API 400 errors
関連記事
Claude Code v2.1.64リリース - 信頼性向上とパフォーマンス改善
Claude Code v2.1.64がリリースされた。Remote Controlサブコマンドの追加、BashToolのパフォーマンス改善、セキュリティ修正、Windowsクラッシュの複数修正などが含まれる。
Claude Code v2.1.58リリース - Remote Control機能の対象ユーザーを拡大
Claude Code v2.1.58がリリースされた。Remote Control機能の利用可能ユーザーが拡大されている。
Claude Code v2.1.51/v2.1.52リリース - remote-controlコマンド追加とセキュリティ修正
Claude Code v2.1.51で外部ビルド向けremote-controlサブコマンドを追加。セキュリティフック関連の脆弱性2件を修正。v2.1.52ではWindows向けVS Code拡張のクラッシュを修正。
人気記事
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ツールの効率改善などが行われた。