Claude Code System Prompts v2.1.53-2.1.55: Memory Selection Added, Command Execution Removed

System Prompt Updates in Claude Code v2.1.53 to v2.1.55
These releases introduce changes to Claude Code's system prompts, reducing total tokens by 617. The updates focus on agent behavior, tool descriptions, and prompt architecture reorganization.
Agent Prompt Changes
- Added: Memory selection instructions for selecting relevant memories for user queries (156 tokens)
- Removed: Command execution specialist agent for running bash commands (109 tokens)
Tool Description Updates
- Task tool: Background agents now auto-notify on completion instead of providing an output file path. The description explicitly discourages sleeping, polling, or proactive checking (1317 → 1331 tokens)
- Write tool: Clarified Write vs Edit guidance: prefer Edit for modifications (sends only the diff), reserve Write for new files or complete rewrites (127 → 129 tokens)
Architecture Reorganization
The releases decompose 6 monolithic system prompts and 2 tool descriptions into approximately 70 smaller atomic files. Content is largely preserved but reorganized into independently addressable units.
- New sub-prompts added: "ambitious tasks", "blocked approach", "code references"
- Content redistribution: "no time estimates" moved from Tone and style to Doing tasks
These changes represent a shift toward more modular prompt design, potentially improving maintainability and allowing more targeted prompt adjustments.
📖 Read the full source: r/ClaudeAI
👀 See Also

Federal Agencies Ordered to Cease Using Anthropic AI Technology
President Donald Trump has ordered U.S. government agencies to immediately stop using technology from AI company Anthropic. The order comes as Anthropic faces pressure from the Defense Department regarding usage restrictions on its AI models.

Anthropic’s Claude Fable 5: Benchmarks Show Big Gains, But Pricing and Rate Limits Worry Developers
Claude Fable 5 drops with strong coding and agentic benchmarks, but developers are concerned about API pricing and rate limits.

inclusionAI Releases Ling-2.6-1T: Hybrid Architecture Trillion-Parameter Model with Sparse Attention and Fast Thinking
Ling-2.6-1T is a new open-source trillion-parameter model combining MLA and Linear Attention for long-context efficiency, using Contextual Process Redundancy Suppression to reduce verbose chains-of-thought. Achieves open-source SOTA on AIME26, SWE-bench Verified, BFCL-V4, TAU2-Bench, and IFBench.

Claude AI Recovers 11-Year-Old Bitcoin Wallet Worth $400K by Finding Backup and Fixing Brute-Force Bug
A user recovered a 5 BTC wallet (worth ~$400K) after 11 years by feeding their entire college computer files into Claude. The AI found an older backup wallet and identified a bug in btcrecover's password combination logic, enabling successful decryption.