Claude Code System Prompts Updated: New File Modification Reminder & REPL Clarifications, Malware Analysis Reminder Removed

Two new releases of the Claude Code (CC) system prompt are out: v2.1.124 and v2.1.126. Together they add 166 tokens and remove 87 tokens respectively. Here's what changed.
v2.1.124 — Additions (+166 tokens)
- File modification detection reminder: When the user or a linter changes a file but the diff is omitted because other modified files already exceeded the snippet budget, the agent now gets a system reminder: "File modification detected (budget exceeded)". The agent is directed to read the file if current content is needed.
- Harness instructions: The core-identity function call is replaced with explicit introductory-line and security-note insertion points before the shared harness instructions. This means you can now inject custom intro lines and security notes directly into the harness preamble.
- REPL tool usage clarification: The prompt now explicitly states that thenable shorthand results are auto-awaited only at return time. For inline uses—like concatenation, template literals, or passing as arguments to another call—you must explicitly await the thenable first.
v2.1.126 — Removals (-87 tokens)
- Malware analysis reminder removed: The system reminder that asked agents to consider whether each file read is malware and to analyze malware without improving or augmenting it has been removed. This frees up 87 tokens and suggests a shift in how the system handles security analysis.
Practical Impact
For developers using Claude Code (or building on its system prompt), these updates change how agents handle file diffs, harness configuration, and REPL scripting. If you rely on the core-identity function, you'll need to adapt to the new harness insertion points. The REPL clarification is critical: failing to await thenables in inline expressions can lead to subtle bugs.
📖 Read the full source: r/ClaudeAI
👀 See Also

In AI, the 41% Depends on the -59%
Apollo's chief economist breaks down AI profit margins by value chain layer: Models & Apps run at -59% while upstream Silicon & Equipment hit 41%. The boom is funded by investors, not customers.
Opus 4.7 Reasoning Effort Benchmark: Medium Beats High and Max on Real Tasks
In 29 tasks from GraphQL-go-tools repo, Opus 4.7 in Claude Code peaks at medium reasoning effort — higher settings degrade correctness and increase cost without improving patch quality.

SDNY Ruling Denies Attorney-Client Privilege for AI Chat Communications
Judge Rakoff ruled in U.S. v. Heppner that communications with AI tools like ChatGPT do not qualify for attorney-client privilege, requiring disclosure of all AI-generated legal work. The court found AI lacks the human confidentiality required for privilege protection.

Mistral AI Acquires Emmi AI to Build an Industrial Engineering AI Stack
Mistral AI acquires Emmi AI, integrating Physics AI models for industrial simulation across energy, automotive, semiconductors, and aerospace. The combined team of 30+ researchers will open a new office in Linz.