Claude Code v2.1.72 Released - Auto-Memory, /loop Command, and Cron Scheduling
Anthropic releases Claude Code v2.1.72 with auto-memory for context saving, /copy command, /loop command, Cron scheduling tools, Voice keybinding customization, and more.
Anthropic released Claude Code v2.1.72 on March 6, 2026. This update brings significant improvements to context management, scheduling, and voice functionality.
Key Changes
Auto-Memory for Context Saving
Automatic Context Persistence: Claude Code now automatically saves useful context to auto-memory. This ensures important information is retained across sessions, improving workflow continuity.
New /copy Command
Code Block Selection: The new /copy command allows users to select individual code blocks or the full response from an interactive picker. This is particularly useful when you only need specific portions of long code blocks.
New Slash Commands: /simplify and /batch
Command Expansion: Bundled slash commands /simplify and /batch have been added. The simplify command helps rewrite complex code more concisely.
/loop Command
Recurring Execution: The /loop command enables running prompts or slash commands at recurring intervals. This is useful for automated monitoring and repetitive tasks.
Cron Scheduling Tools
In-Session Scheduling: Cron scheduling tools for recurring prompts within a session have been added, enabling complex workflow automation.
Voice Feature Enhancement
Customizable Keybinding: The voice push-to-talk key is now rebindable in keybindings.json. Users can customize the key placement to their preference.
Project Config Sharing
Git Worktree Support: Project configurations and auto-memory are now shared across Git worktrees of the same repository. No need to reconfigure when working across multiple branches.
HTTP Hooks
External Integration: HTTP hooks have been added, allowing JSON to be POSTed to a URL and JSON to be received in return. This enables integration with external systems instead of shell command execution.
Smarter Bash Command Suggestions
Improved Prefix Suggestions: “Always allow” prefix suggestions for compound bash commands have been enhanced, computing smarter per-subcommand prefixes.
Multi-Agent Memory Optimization
Reduced Memory Usage: Memory usage in multi-agent sessions has been improved by releasing completed subagent task state.
macOS Keychain Fix
Authentication Issue Resolved: Fixed an issue where large OAuth metadata blobs could overflow the security buffer, causing stale credentials and repeated login prompts.
MCP Binary Content Handling
File Saving Automation: Tools returning PDFs, Office documents, or audio now save decoded bytes to disk with correct file extensions instead of dumping raw base64 into the conversation context.
Bash Auto-Approval List Expansion
New Commands Added: Several new commands including fmt, comm, cmp, numfmt, expr, test, printf, getconf, seq, tsort, and pr have been added to the bash auto-approval allowlist.
Summary
v2.1.72 significantly enhances developer experience and automation capabilities. The addition of auto-memory, /loop command, and Cron scheduling provides numerous features for automating repetitive tasks. HTTP hooks also enable easier integration with external systems, allowing for more flexible workflow construction.
関連記事
Claude Code v2.1.72 リリース - 自動メモリ保存とループ機能追加
AnthropicがClaude Code v2.1.72をリリース。自動メモリ保存、/copyコマンド、/loopコマンド、Cronスケジュールツール、Voiceキーバインディングなど多数の新機能を搭載。
Claude Code v2.1.70 リリース - APIエラー修正とパフォーマンス改善
AnthropicがClaude Code v2.1.70をリリース。第三方ゲートウェイでのAPI 400エラー修正、Windows/WSLのクリップボード問題対応、Remote Controlポーリング頻度大幅削減など多数の改善点を含む。
Claude Code v2.1.71 リリース - Claude APIスキル追加と機能強化
AnthropicがClaude Code v2.1.71をリリース。Claude APIスキル、Voice STT対応言語拡大、VS Code統合強化、多数の改善と修正を含む。
人気記事
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を作成まで行う自律型オートメーションツール。