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

Amazon S3 Annotations: 1GB Metadata per Object for AI Agent Workflows
AWS announces S3 annotations — up to 1,000 annotations per object, each up to 1 MB, totaling 1 GB. Mutable, queryable via Athena, no retrieval fees for Glacier objects.

When Code Gets Cheap, Understanding Gets Expensive
Markus Poppastring draws parallels between the 2000s outsourcing wave and today's AI code generation: the cost shifts from writing code to understanding it, and with AI, the intent may not exist anywhere.

Lovable offers $100 free Claude API credits for International Women's Day
Lovable is giving away $100 in Anthropic Claude API credits, $250 in Stripe fee credits, and 24-hour free access to their platform through March 8. Users need to claim the offer before 12:59 AM ET on March 9.

Qwen3.5-27B 8-bit vs 16-bit Performance Comparison
A Reddit user tested Qwen3.5-27B with vLLM comparing bf16 weights and 16-bit KV cache against Qwen's fp8 quantization with 8-bit KV cache, finding practically identical results on the Aider benchmark using an RTX 6000 Pro.