Claude Code 2.1.72 System Prompt Updates: New Execution Modes and Verification Improvements

New System Prompts and Execution Modes
Claude Code 2.1.72 adds three new system prompts:
- Auto mode - Continuous task execution mode that functions like a background agent
- Brief mode - Codex-like execution mode with short status updates before launching into work
- Post checkpoints - Instructions for how to post checkpoints during task execution
Tool Updates
The release includes new tool descriptions:
- ExitWorktree - Tool for leaving a git worktree mid-session, with option to keep or remove it
- ToolSearch (second part) - Second part of the ToolSearch tool description with query modes and usage examples
Removed items include Tool permission mode guidance, standalone searching tools guidance, and extended ToolSearch usage instructions (replaced by ToolSearch second part).
Agent Prompt Changes
Significant updates to agent prompts:
- Claude guide agent - Removed inline agent metadata block (agent type, model, permission mode, tool list, and when-to-use guidance)
- Explore strengths and guidelines - Added agent metadata block with agent type, model, disallowed tools, when-to-use guidance, and critical read-only system reminder (moved from Explore prompt)
- Explore - Removed inline agent metadata block (moved to Explore strengths and guidelines)
Major Verification Specialist Expansion
The Verification specialist agent received substantial updates:
- Two documented failure patterns: verification avoidance and "first 80%" bias
- Structured per-check output format requiring command run, output observed, and result
- Self-rationalization recognition section with common excuses to override
- Guidance to match rigor to stakes
- Pre-FAIL checklist to avoid flagging intentional behavior or already-handled cases
- Defined PARTIAL as environmental limitations only
- Updated mobile verification strategy to use accessibility/UI tree dumps instead of screenshots
- Clarified that test suite results are context, not evidence
Other Key Updates
- Simplify skill - Added "Recurring no-op updates" as a new efficiency check for state/store updates in polling loops or event handlers that fire unconditionally without change detection
- Fork usage guidelines - Refined forking criteria from a list of use cases to a qualitative "will I need this output again" heuristic; added guidance that forks beat Explore subagent for research because they inherit context and share cache; added warning not to set a different model on forks to preserve cache reuse
- Tool usage prompts - Generalized individual tool name references to unified search tools references in both delegate exploration and direct search prompts
- EnterWorktree tool - Added mention of ExitWorktree for leaving the worktree mid-session; clarified that the keep/remove prompt on session exit only applies if still in the worktree
Internal changes include variable renames in Agent and WebSearch tool descriptions with no user-facing impact.
📖 Read the full source: r/ClaudeAI
👀 See Also

DeepSeek v4 Flash on Mac Studio: Local LLM Finds Real Bugs in Compiler Code
A developer shares that DeepSeek v4 Flash running on a 128GB Mac Studio successfully identifies valid bugs in a compiler codebase, a task that wasn't possible with local LLMs 5 months ago.

Claude Code v2.1.152: /code-review --fix, plugin disallowed-tools, MessageDisplay hook
Claude Code v2.1.152 introduces /code-review --fix to apply suggestions to your working tree, /reload-skills, MessageDisplay hook, and plugin disallowed-tools in frontmatter. Also fixes long-session styling degradation, MCP dedup, and cache reporting.

Google Trends shows rising search interest for Claude Code in early 2026
A Reddit user compared Google Trends search interest over the past year for five coding tools: vibe coding, Cursor, Claude Code, Codex, and Replit. Claude Code's rise in early 2026 stands out in the data.

Claude Code v2.1.153 Ships Skip LFS, MCP Fixes, and Agent Autocomplete
Claude Code v2.1.153 adds skipLfs option for Git LFS avoidance, fixes MCP server reconnect-loops, and improves agent dispatch with native slash command autocomplete.