Claude Code v2.1.201 Drops Mid-Conversation System Role for Sonnet 5 Sessions

Anthropic pushed Claude Code v2.1.201 on July 3rd, with a single but meaningful change: Claude Sonnet 5 sessions no longer inject harness reminders via the mid-conversation system role.
What changed
Previously, during a Sonnet 5 session, the harness (the tool-calling infrastructure) would periodically re-insert system-level reminders about available tools, permissions, and context rules into the conversation. This consumed tokens and could clutter the chat history. The v2.1.201 release removes that behavior entirely for Sonnet 5 sessions.
The change is specific to Claude Sonnet 5 — other models are unaffected. The exact commit is c489eb2.
Why this matters
For developers running long coding sessions with Claude Code, the mid-conversation system role meant every turn had hidden overhead in both token count and prompt clarity. Removing it should reduce token spend and make the conversation thread cleaner, especially for iterative tasks like debugging or code generation where the harness context doesn't need re-explaining.
If you're using Claude Code with Sonnet 5, update to this release to avoid unnecessary system-role inserts. Agents that relied on these reminders to stay on track (unlikely, since the reminders are for the harness, not the model's reasoning) should verify behavior after the update.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Block's 4,000 Job Cuts Raise AI-Washing Concerns
Block announced 4,000 job cuts that have sparked suspicions of AI-washing, with the story generating 10 points and 3 comments on Hacker News.

Pantheon-Reasoning-27B: A Dense Reasoning RP Model from Gryphe
Gryphe releases Pantheon-Reasoning-27B, an uncensored Qwen 3.6 27B fine-tune with full reasoning traces for roleplay. Built on Pantheon, Opus-4.6-Reasoning-24k, WorldSim, text adventure, and general RP data. GGUF quants available.

OpenClaw 2026.4.29 Broken – Downgrade to 2026.2.6
OpenClaw version 2026.4.29 is broken with random errors, slow CLI, double replies. Downgrade to 2026.2.6 to fix.

Qwen3.5-122B on Blackwell SM120: fp8 KV Cache Corruption Issue and Performance Findings
Testing Qwen3.5-122B on 8x RTX PRO 6000 Blackwell hardware revealed that fp8_e4m3 KV cache silently produces corrupt output without errors, requiring bf16 KV cache instead. MTP optimization provided a 2.75x single-request speedup while DeltaNet constraints blocked other optimizations.