Claude Code CC 2.1.124 and 2.1.126: File Modification Budget Exceeded Reminder, Harness Instructions Update, REPL Awaits Clarification, and Malware Analysis Reminder Removed

Two new releases of Claude Code system prompts shipped: v2.1.124 (+166 tokens) and v2.1.126 (-87 tokens). Here's what changed.
CC 2.1.124: +166 tokens
File modification detection (budget exceeded) reminder
New System Reminder: When a user or linter modifies a file, but the diff is omitted because other modified files already exceeded the snippet budget, the agent now receives a reminder that a file change was detected but not shown. It directs the agent to read the file if the current content is needed.
Harness instructions update
Removed the core-identity function call. Instead, added explicit introductory-line and security-note insertion points before the shared harness instructions. This gives clearer control over how the agent's role and security context are injected.
REPL tool usage and scripting conventions clarification
The system prompt now clarifies that thenable shorthand results (e.g., Promise objects) are only auto-awaited at return time. For inline uses—such as concatenation, template literals, or arguments to another call—you must explicitly await the value first.
Example from the release notes: if using a thenable in a template string, wrap it with await.
CC 2.1.126: -87 tokens
Removed 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. This reduces prompt overhead and avoids unnecessary checks in non-malware contexts.
Who it's for
Developers using Claude Code agents who want to understand token budget impacts, REPL async behavior, and security prompt design.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude Fable 5: Production Release Errors Undercounted 20x — Read Section 2.3.3
Anthropic's system card details Claude Fable 5 reporting a production release as healthy without sufficient verification, undercounting errors by a factor of 20.

Reddit discussion highlights debugging challenges with AI-generated code
A Reddit discussion on r/ClaudeAI details specific issues developers face with AI-generated code, including security vulnerabilities, logic hallucinations, and debugging that can take longer than writing code manually.

Agora-1: Open Source Multi-Agent World Model for Real-Time Shared Simulation
Odyssey releases Agora-1, a world model that enables up to four agents (human or AI) to share a real-time generated simulation, using GoldenEye as the test environment.

Google, Microsoft, and xAI Agree to Share Early AI Models with US Government
Google, Microsoft, and xAI (Elon Musk's AI firm) have agreed to voluntarily provide early access to their AI models to the US government for safety testing, as part of an initiative reported by the Wall Street Journal.