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 20, 2026

Claude Code July 20: Fable 5 Included in Max Plans at 50% Limits, v2.1.214 Hardens Bash Permission Checks, /verify No Longer Auto-Runs

Get the next issue in your inbox. Weekly · Free

unsubscribe anytime.

TLDR;

Anthropic settled the Claude Fable 5 access question: beginning July 20, Fable 5 is included in all Max and Team Premium plans at 50% of usage limits, while Pro and Team Standard users get a one-time $100 credit and continue via usage credits. On the CLI, v2.1.208 through v2.1.215 land the biggest permission-hardening batch in months: Bash checks now fail closed on tricky redirects, a Windows PowerShell 5.1 bypass is fixed, single-segment Edit(src/**) allow rules no longer over-approve, and /verify and /code-review no longer auto-run. /fork now spawns background sessions, runaway WebSearch and subagent loops are capped at 200 per session, and the Agent SDKs (TypeScript 0.3.212, Python 0.2.121) patched an argv flag-injection bug. Update to v2.1.214 or later and re-test your permission rules before the Fable plan change lands on July 20.

API & Model Updates

Claude Fable 5 included in all Max and Team Premium plans at 50% limits from July 20, one-time $100 credit for Pro

  • On July 18, Anthropic announced that beginning July 20 Claude Fable 5 is included in all Max and Team Premium plans at 50% of usage limits, ending weeks of repeatedly extended free-access deadlines.
  • Pro and Team Standard users keep access through usage credits and receive a one-time $100 credit.

Editor’s read: The stage-by-stage rollout is over - if you run Fable 5 daily, Max is now the plan that includes it by default.

Claude Code & CLI

Claude Code v2.1.214 hardens Bash permission checks: fail-closed redirects, PowerShell 5.1 bypass fix, new EndConversation tool

  • On July 18, v2.1.214 shipped a security-focused batch: Bash permission checks now fail closed on file-descriptor redirect forms, commands over 10,000 characters always prompt, a permission-check bypass in Windows PowerShell 5.1 sessions is fixed, and single-segment allow rules like Edit(src/**) no longer auto-approve writes to nested directories anywhere in the tree.
  • Claude also gains an EndConversation tool for ending sessions with highly abusive users or jailbreak attempts.

Editor’s read: If you rely on allow rules for autonomy, re-test them on 2.1.214 - several previously auto-approved command shapes now prompt.

Claude Code v2.1.212: /fork copies your session to a background agent, WebSearch and subagent spawns capped at 200 per session

  • On July 17, v2.1.212 changed /fork to copy the conversation into a new background session while you keep working (the old in-session behavior is now /subtask), moved MCP tool calls running longer than 2 minutes to the background automatically, and added per-session caps of 200 WebSearch calls and 200 subagent spawns to stop runaway loops.
  • It also fixed plan mode auto-running file-modifying Bash commands like touch and rm without a permission prompt.

Claude Code v2.1.208 adds screen reader mode, vim insert-mode remaps and major stability fixes

  • On July 14, v2.1.208 added opt-in plain-text rendering for screen reader users (claude --ax-screen-reader), a vimInsertModeRemaps setting for two-key sequences like jj to Escape, and CLAUDE_CODE_PROCESS_WRAPPER for corporate launchers, alongside memory-leak and background-session stability fixes.
  • v2.1.209 followed the same day to unblock /model and other dialogs in claude agents background sessions.

Agent SDK & Managed Agents

Agent SDK security fix: argv flag injection via resume and session_id patched in TypeScript 0.3.212 and Python 0.2.121

  • On July 17, both Agent SDKs fixed dash-prefixed resume and session_id values being passed as separate argv tokens: --resume and --session-id are now single equals-joined tokens so a crafted value can never be misinterpreted as an independent CLI flag.
  • The Python release also hardened build scripts against command injection via CLAUDE_CLI_VERSION.

Editor’s read: If session ids or resume targets in your agent ever come from user input, ship this update now.

Agent SDK TypeScript 0.3.214: set_permission_mode rejects unknown modes, aborted flag on interrupted messages

  • On July 18, TypeScript 0.3.214 made set_permission_mode reject unrecognized permission modes with an error instead of silently adopting them, added aborted: true to assistant messages truncated by interrupt(), and added subagent_type and subagent_retry fields to tool_progress so clients can show a subagent waiting out a rate-limit retry.
  • 0.3.215 followed on July 19 with parity for Claude Code v2.1.215, matched by Python 0.2.122 and 0.2.123 CLI bumps.

Agent SDK TypeScript 0.3.208 closes a PreToolUse abort gap

  • On July 14, 0.3.208 fixed a caller abort during a pending SDK hook callback being converted into hook success, which let PreToolUse-gated tools execute after the abort.
  • It also stopped a UserPromptSubmit hook timeout from killing the entire query and fixed dash-leading extraArgs values being parsed as their own CLI flags.

MCP Ecosystem

Developer Tools & Community

Anatomy of a misfeature: how Claude Code v2.1.198 silently shipped a 60-second AskUserQuestion auto-advance and v2.1.200 reversed it

  • On July 17, developer Olaf Alders published a detailed post-mortem of a behavior silently introduced in v2.1.198 on July 1 and reversed three days later in v2.1.200: AskUserQuestion prompts would auto-advance with Claude's best judgment after 60 seconds, converting explicit safety gates into timeouts.
  • The feature appeared in neither release notes nor docs when it shipped, and no public commit documented its addition or removal.

Editor’s read: A sharp case study in why auto-updating agent tooling needs changelog discipline - worth reading before you let unattended agents prompt humans.

Community & Independent Developers

Claude Code, Codex and Cursor usage limits all reset on July 16

  • On July 16, three major AI coding platforms refreshed quotas the same day: Anthropic reset Claude Code's 5-hour rolling window and weekly buckets, OpenAI refreshed Codex allocations, and Cursor doubled included usage for Grok 4.5 and Composer 2.5 on all paid tiers.
  • framed as a retention war ahead of the Fable 5 promotional-access expiry.

Competitor Dev Tools

Action Items

Immediate

  • Update Claude Code to v2.1.214 or later and re-test your Bash and Edit allow rules - several previously auto-approved command shapes now prompt
  • Upgrade Agent SDKs to TypeScript 0.3.212+ / Python 0.2.121+ if resume targets or session ids ever come from user input (argv flag-injection fix)
  • Add /verify or /code-review to your workflow explicitly - they no longer auto-run as of v2.1.215

By July 20

  • Check your Anthropic plan: Fable 5 is included in Max and Team Premium at 50% limits from July 20; Pro and Team Standard fall back to usage credits plus a one-time $100 credit

By July 27

  • Watch for Kimi K3 open weights (promised July 27) if you evaluate open models for coding work

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.