Claude Code v2.1.205: Transcript Tampering Blocked, JSON Schema Fixes, and Auto-Mode Improvements

✍️ OpenClawRadar📅 Published: July 9, 2026🔗 Source
Claude Code v2.1.205: Transcript Tampering Blocked, JSON Schema Fixes, and Auto-Mode Improvements
Ad

Claude Code v2.1.205 ships with a mix of security hardening, bug fixes, and UX improvements. The release is available immediately from the GitHub releases page.

Security and Auto-Mode Improvements

  • Added an auto mode rule that blocks tampering with session transcript files — prevents malicious modifications during automated sessions.
  • Improved auto mode to ask before running rm -rf on a variable it cannot resolve from context, reducing accidental deletions.

JSON Schema Fixes

Two fixes for --json-schema: invalid schemas no longer silently produce unstructured output (they will error properly), and schemas using the format keyword are no longer incorrectly rejected.

Background Agents and Jobs

  • Fixed background agents staying shown as "failed" or "completed" in the agent list after being resumed with SendMessage.
  • Fixed background jobs flipping from "needs input" back to "working" when the agent's turn contained no readable text.
  • Fixed claude attach erroring when a background agent was mid-upgrade restart — now it waits for the agent to come back.
  • Fixed session-to-PR linking missing a PR created in a Bash call whose output exceeded the 30K inline limit.

Platform-Specific Fixes

  • Windows: fixed worktree removal deleting files outside the worktree when an NTFS junction or directory symlink existed inside it.
  • Windows: fixed a crash when the directory Claude was launched from is deleted, locked, or unmounted while a command is running.
  • Fixed a crash when a file watcher was closed while a directory scan was still in flight.
Ad

MCP and Plugin Fixes

  • Fixed claude mcp add-from-claude-desktop getting stuck when a server name contains unsupported characters — invalid names are now reported and remaining servers still import.
  • Reserved the "Claude Browser" MCP server name (alongside "Claude Preview"); user-configured MCP servers can no longer register under either name.
  • Fixed a plugin LSP server that fails to initialize preventing a valid LSP server from another plugin handling the same file extension.

Agent View and Notifications

  • Improved agent view: sessions that edit, merge, comment on, or push to an existing PR now link it in claude agents.
  • Improved agent view: rows now show a colored state word and a classifier-written headline instead of raw tool call text, and the peek opens with full status including the exact ask for blocked sessions.
  • Fixed the agent view rendering one line too high and clipping its header when the job list slightly overflowed the screen.
  • Background task notifications now explicitly state that no human input has occurred, preventing fabricated in-transcript approvals from being acted on.

Performance and Misc

  • Auto-update binary downloads now stream to disk instead of buffering in memory, cutting the updater's peak memory usage by roughly 400 MB.
  • /doctor is now a full setup checkup that can diagnose and fix issues; /checkup is its alias.
  • Fixed Cowork VM-mode local-agent sessions failing to start with "Not logged in · Please run /login" on CLI 2.1.203+.

📖 Read the full source: GitHub Claude-Code

Ad

👀 See Also

Why I Won't Read LLM Authored Fiction: Statistical Profiles and the Median Writing Problem
News

Why I Won't Read LLM Authored Fiction: Statistical Profiles and the Median Writing Problem

Chris McCormick explains why he avoids LLM-authored fiction, arguing that its statistical profile is too close to the median, nudging readers' minds toward the statistically normal rather than the creatively unique.

OpenClawRadar
Tencent Hosts Free OpenClaw Installation Event in Shenzhen Amid High Demand
News

Tencent Hosts Free OpenClaw Installation Event in Shenzhen Amid High Demand

Tencent organized 20 employees outside its Shenzhen office building to install OpenClaw for free on March 6, responding to reports of people paying over $70 for house-call installation services. The event used Tencent Cloud's Lighthouse platform, with most attendees being white-collar professionals facing workplace competition and AI adoption pressure.

OpenClawRadar
Open-weight models under 100GB can't beat Claude Haiku on coding benchmarks
News

Open-weight models under 100GB can't beat Claude Haiku on coding benchmarks

A comparison of open-weight models on LiveBench and Arena Code/WebDev benchmarks shows no model under 100GB comes close to Claude Haiku 4.5. The nearest competitor is Minimax M2.5 at 136GB, which roughly matches Haiku's performance.

OpenClawRadar
Two AI Failures in One Demo: Claude Code Fixes Spelling Instead of Schema Error, OpenAI Mangles Custom Field Mapping
News

Two AI Failures in One Demo: Claude Code Fixes Spelling Instead of Schema Error, OpenAI Mangles Custom Field Mapping

During a live workshop, Claude Code ignored a JSON schema validation error to fix spelling warnings, and OpenAI returned garbage on first attempt at mapping weird custom Salesforce fields.

OpenClawRadar