Claude Code v2.1.66 Released — New Slash Commands and HTTP Hooks Support
Claude Code v2.1.66 introduces bundled /simplify and /batch slash commands, HTTP Hooks support, performance improvements, and numerous memory leak fixes.
Claude Code v2.1.66 Released — New Slash Commands and HTTP Hooks Support
Claude Code v2.1.66 was released on March 3, 2026 (US time). This release includes new slash commands, HTTP Hooks support, performance improvements, and numerous memory leak fixes.
Key Changes
Bundled /simplify and /batch Slash Commands
Popular slash commands /simplify and /batch are now bundled and available by default.
HTTP Hooks Support
HTTP Hooks feature has been added, allowing you to POST JSON to a URL and receive JSON instead of running shell commands. This makes integration with external tools and services easier.
Enhanced Project Settings Sharing
Project configs and auto memory are now shared across git worktrees of the same repository, enabling configuration synchronization across multiple working directories.
Improved MCP OAuth Authentication
Manual URL paste fallback has been added. If automatic localhost redirect doesn’t work, you can paste the callback URL to complete authentication.
New /copy Command
An interactive picker has been added to select and copy individual code blocks or the full response. An “Always copy full response” option has also been added.
Numerous Performance Improvements
The following memory leaks have been fixed:
- Listener leak in bridge polling loop
- Listener leak in MCP OAuth flow cleanup
- Memory leak when navigating hooks configuration menu
- Memory leak in bash command prefix cache
- MCP tool/resource cache leak on server reconnect
- IDE host IP detection cache incorrectly sharing results across ports
- WebSocket listener leak on transport reconnect
- Memory leak in git root detection cache
- Memory leak in JSON parsing cache
- Stripping heavy progress message payloads during context compaction in multi-agent sessions
VSCode Improvements
- Fixed remote sessions not appearing in conversation history
- Added session rename and remove actions to the sessions list
関連記事
Claude Code v2.1.64 リリース — Remote Control新機能とパフォーマンス改善
Claude Code v2.1.64がリリース。Remote Controlサブコマンド追加、BashToolパフォーマンス改善、コンテキスト自動保存機能強化など多数の改善を含む。
Claude Code v2.1.66 リリース — 新规スラッシュコマンドとHTTP Hooksの導入
Claude Code v2.1.66がリリース。/simplify・/batchスラッシュコマンドの追加、HTTP Hooksサポート、多数のパフォーマンス改善とメモリリーク修正を含む。
Claude Code v2.1.68 リリース — Opus 4.6デフォルト設定とultrathinkキーワードの再導入
Claude Code v2.1.68がリリース。Opus 4.6がMax/Teamサブスクライバーにmedium effortでデフォルト設定され、ultrathinkキーワードが再導入。Opus 4と4.1は削除。
人気記事
Cursor Automations リリース - トリガーとスケジュールに基づく常駐エージェント
Cursorが新しいAutomations機能をリリース。トリガーとスケジュールに基づいて動作する常駐エージェントを構築できる。
Cursor v2.7 リリース - JetBrains IDEでのCursor利用が可能に
Cursor v2.7では、Agent Client Protocol (ACP)を通じてIntelliJ IDEA、PyCharm、WebStormなどのJetBrains IDEでCursorが利用可能になった。
Cursor v2.6 リリース - MCP Appsとチーム向けプラグイン管理機能
Cursor v2.6では、エージェントチャット内でのインタラクティブなUI、プライベートプラグインのチーム共有機能強化、デバッグモードの改善などが発表された。
最新記事
Claude Code v2.1.72 リリース - 自動メモリ保存とループ機能追加
AnthropicがClaude Code v2.1.72をリリース。自動メモリ保存、/copyコマンド、/loopコマンド、Cronスケジュールツール、Voiceキーバインディングなど多数の新機能を搭載。
Gemini 3.1 Pro — コーディング・推論性能で業界トップを争夺
GoogleのGemini 3.1 Proは、2026年2月に発表された最新推論モデル。SWE-Bench Verified 80.6%、LiveCodeBenchで2887スコアを達成し、Claude Opus 4.6と並ぶトップレンジモデルとして注目される。
OpenAI Symphony — エージェントの監視から「仕事の管理」へのパラダイムシフト
OpenAIが新プロジェクトSymphonyを公開。GitHub Issue (Linear)から自動的にエージェントを実行し、PRを作成まで行う自律型オートメーションツール。