Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
← All Claude Code issues

This week in Claude Code · Jul 13, 2026

Claude Code July 13: v2.1.207 Defaults to Opus 4.8 with Auto Mode GA, Fable 5 Free Access Extended to July 19, China Flags a Backdoor

Get the next issue in your inbox. Weekly · Free

unsubscribe anytime.

TLDR;

Three stories define the week. Anthropic extended Claude Fable 5's free access for Pro/Max/Team subscribers a third time, now through July 19 - after which use falls to prepaid credits at $10/$50 per Mtok. Claude Code shipped v2.1.203 through v2.1.207: Auto mode is now GA on Bedrock, Vertex AI and Foundry (which now default to Opus 4.8), a plugin shell-injection hole was closed, transcript tamper protection landed, and the terminal-freeze-on-long-output bug was fixed. And China's MIIT publicly flagged Claude Code 2.1.91-2.1.196 as carrying a security backdoor, prompting Alibaba to ban the tool from July 10. Update to v2.1.207, confirm your model defaults on Bedrock and Vertex, and settle your Fable 5 plan before the July 19 free-window cutoff.

Fable 5 Saga

Claude Fable 5 Free Access Extended a Third Time to July 19: Then $10/$50 per Mtok Usage Credits for Pro, Max and Team

  • On July 13, Anthropic extended Claude Fable 5's free access for paid subscribers a third time - the original June 22 deadline moved to July 7, then July 12, and now July 19 after backlash.
  • Pro, Max, Team and premium Enterprise seats get Fable 5 for up to 50% of their weekly limits at no extra cost, with nothing to activate.
  • After July 19, continued use requires prepaid usage credits at $10 per million input tokens and $50 per million output tokens; Anthropic calls the arrangement temporary.
  • The repeated extensions track competitive pressure from OpenAI's GPT-5.6 rollout on July 9.

Editor’s read: If you lean on Fable 5, July 19 is a hard cutoff: after it you pay $10/$50 per Mtok from prepaid credits - double Opus 4.8's rate. Budget now or plan to fall back to Opus 4.8.

API & Model Updates

Claude Code CLI & Desktop

Claude Code v2.1.207: Auto Mode GA on Bedrock, Vertex and Foundry (Now Default to Opus 4.8), Streaming-Freeze and Plugin Shell-Injection Fixes

  • On July 11, v2.1.207 made Auto mode available without the CLAUDE_CODE_ENABLE_AUTO_MODE opt-in on Bedrock, Vertex AI and Foundry (disable via disableAutoMode), and changed those platforms plus Claude Platform on AWS to default to Claude Opus 4.8.
  • It fixed the terminal freezing and keystrokes lagging while streaming very long lists, tables or code blocks; closed a plugin shell-injection hole by rejecting ${user_config.*} in shell-form commands; and now requires a typed confirmation for /usage-credits amounts over $1,000.

Editor’s read: If you run on Bedrock or Vertex, two defaults just changed under you: Auto mode is on and the model is Opus 4.8. Verify both before your next agentic run.

New /checkup Command Cleans Unused Skills, MCPs, Plugins and CLAUDE.md Bloat

  • On July 8, Claude Code creator Boris Cherny detailed the new /checkup command: it cleans unused skills, MCPs and plugins to save context, dedupes your local CLAUDE.md against the checked-in one, breaks a root CLAUDE.md into nested files and skills, turns off slow hooks, updates Claude Code, and enables auto mode.
  • confirming with you before any change.

Claude Code Desktop Adds a Sandboxed In-App Browser That Reads Docs and Clicks Through Sites

  • On July 10, 9to5Mac covered Claude Code's in-app browser on the desktop app: the agent can read, click through and interact with documentation and websites mid-task the way it does with local dev servers.
  • It is sandboxed and configurable, runs separately from your personal browser profile with no saved logins, and lands just after OpenAI discontinued its standalone ChatGPT Atlas browser.

Agent SDK & Managed Agents

Claude Agent SDK for TypeScript v0.3.207: canUseTool Allow-Without-updatedInput Contract Fix, Typed AgentToolCompletedOutput

  • On July 11, Claude Agent SDK for TypeScript v0.3.207 fixed canUseTool returning {behavior: 'allow'} without updatedInput being wrongly rejected as a deny, and published a typed AgentToolCompletedOutput.
  • Earlier in the week: v0.3.206 (July 10) added command_lifecycle frames reporting each message's terminal state; v0.3.205 (July 8) added typed interrupt receipts with still_queued; v0.3.203 (July 7) added a background_tasks_changed system message.

MCP Ecosystem

MCP TypeScript SDK 2.0.0-beta.3: Zod Schemas for Elicitation, Runtime-Neutral Bearer Auth and OAuth Discovery, v1 CallToolResult Tolerance Restored

  • On July 9, MCP TypeScript SDK 2.0.0-beta.3 let inputRequired.elicit() accept a Zod object for requestedSchema, added runtime-neutral Bearer auth and OAuth discovery for fetch-based hosts (Cloudflare Workers, Deno, Bun, Hono), restored v1 tolerance so a legacy tools/call result without content defaults to [] instead of failing validation, and now rejects POSTs whose Content-Type is not application/json with 415 Unsupported Media Type.

Developer Tools & Community

Research & Safety

China's MIIT Warns Claude Code Has a Backdoor: Flags Versions 2.1.91-2.1.196, Alibaba Bans the Tool From July 10 - Upgrade to 2.1.204+

  • On July 8, China's Ministry of Industry and Information Technology said its cybersecurity platform found Claude Code contains a security backdoor that can send a user's location and identity to a remote server without consent, naming versions 2.1.91 to 2.1.196 (April 2 to June 29) and telling users to uninstall or upgrade.
  • Alibaba ordered employees to stop using Anthropic tools for work from July 10.
  • The latest version is now 2.1.207.

Editor’s read: Whatever you make of the geopolitics, the version guidance is concrete: if you are anywhere on 2.1.91-2.1.196, upgrade to 2.1.207 now.

Community & Independent Developers

Apple Sues OpenAI for Trade Secret Theft: Complaint Names Hardware Chief Tang Tan, Filed in Northern California July 10

  • On July 10, Apple sued OpenAI in the Northern District of California alleging trade secret theft and breach of contract, naming OpenAI Chief Hardware Officer and 24-year Apple veteran Tang Tan as directing the misconduct.
  • Apple seeks to block OpenAI from using the trade secrets; OpenAI said it has no interest in other companies' trade secrets.
  • Relations chilled after OpenAI bought Jony Ive's IO Products for $6.4 billion.

Action Items

Immediate

  • Update to Claude Code v2.1.207 - it fixes the streaming terminal freeze and closes a plugin shell-injection hole.
  • If you run on Bedrock, Vertex or Foundry, confirm your model default (now Opus 4.8) and whether Auto mode is on before your next agentic session.
  • If you are on Claude Code 2.1.91-2.1.196, upgrade now per China's MIIT backdoor advisory.

By July 19

  • Settle your Fable 5 plan before free access ends July 19 - after it, usage runs on prepaid credits at $10/$50 per Mtok.
  • Run /checkup to clean unused skills, MCPs and CLAUDE.md bloat and reclaim context.

All Resources

Every Monday morning

This week in Claude Code

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.