Skip to content
Oday Bakkour
Back to Knowledge Hub
aidevelopment

AI Coding News: July 19, 2026 — Claude Code v2.1.215 Drops Auto-Verify, Fable 5's Free Ride Ends

Oday Bakkour profile photo
Oday Bakkour
3 min read
Share
AI Coding News: July 19, 2026 — Claude Code v2.1.215 Drops Auto-Verify, Fable 5's Free Ride Ends

Two stories intersect today rather than one. Claude Code v2.1.215 shipped as a behavior-change release: the /verify and /code-review skills that used to fire automatically now wait for an explicit invocation. And at the ecosystem level, today is the deadline Anthropic set the last time it extended free access to Claude Fable 5 — starting tomorrow, Fable 5 usage runs on prepaid credits instead of drawing from your subscription's weekly limit.

Claude Code v2.1.215: No More Silent /verify and /code-review Runs

The only functional change in today's build is a workflow one: Claude no longer runs the /verify and /code-review skills on its own after finishing a task. If you'd come to rely on Claude quietly self-checking its work before handing it back to you, that safety net is now opt-in — you call /verify or /code-review yourself when you want them run. It's a small change on paper, but it shifts responsibility for catching regressions back onto the developer's own habits rather than the CLI's defaults, especially for teams that benefited from these skills by accident rather than by wiring them explicitly into a workflow or hook.

It's a quieter release than yesterday's v2.1.214, which closed a wildcard permission-scoping bug and a PowerShell 5.1 bypass. If your team leaned on the automatic verification pass as an implicit quality gate, today is a good day to add an explicit /code-review step to your pre-commit routine or CI hook instead of assuming Claude still runs it for you.

Claude Fable 5's Free Access Ends Today

The bigger story today isn't a changelog line — it's a deadline. Anthropic has extended free access to Claude Fable 5 three times in five weeks: first pushed from June 22 to July 7, then to July 12, and now to July 19. Today, 11:59pm PT, is when that grace period actually expires. Pro, Max, Team, and premium-seat Enterprise users who've been drawing Fable 5 usage from their normal weekly subscription pool — up to 50% of it, plus a 50% rate-limit boost — lose that arrangement at midnight.

Starting July 20, all Fable 5 usage bills through prepaid usage credits at $10 per million input tokens and $50 per million output tokens, unless your organization has it included via a premium Enterprise seat. Anthropic hasn't explained why the extensions kept happening, though reporting has pointed to capacity constraints rather than a change of plan on pricing itself. If your team uses Fable 5 inside Claude Code for its larger context window or reasoning depth, tomorrow is when your token bill for it starts reflecting usage-based pricing instead of subscription capacity.

Why It Matters

Taken together, today's two updates are both about where control sits: one narrows what Claude Code does without being asked, the other narrows what a subscription includes without extra payment. Neither is dramatic on its own, but if your team's workflows assumed automatic verification or subscription-included Fable 5 access, both assumptions expire today. Worth checking your CI hooks for any reliance on auto-run /verify, and your usage dashboards for Fable 5 spend starting tomorrow.

Sources & Further Reading

Comments

Share your thoughts and join the conversation

Leave a Comment

Loading comments...
Add Oday Bakkour as a preferred source on Google
RELATED
Claude Code v2.1.215 Drops Auto /verify, Fable 5 Ends | Oday Bakkour