Daily AI Builder Brief - July 19, 2026
Claude Code 2.1.214 patches multiple permission-check bypasses and adds an EndConversation tool; 2.1.215 stops auto-running /verify and /code-review; 2.1.212 splits delegation into /fork and /subtask; MCP's stateless 2026-07-28 spec ships in 9 days.
The Operator's Take
Update Claude Code before you run another agent. The 2.1.214 release is a security patch dressed as a routine changelog: it closes several permission-check bypasses at once, in PowerShell, in Bash zsh subscripts, in help/man auto-approval, and in dir/** rules that were silently approving nested writes. If you run in auto mode or lean on broad allow-rules, some of those rules have been over-approving actions you thought were gated. Patch, then re-read your own allowlist as if it were adversary-controlled, because for the past few weeks the gap between "what I allowed" and "what got approved" was real.
Executive Summary
- Claude Code 2.1.214 (July 18) fixes multiple permission-check bypasses across Windows PowerShell and Bash, plus
help/mananddir/**over-approval. - 2.1.214 adds an
EndConversationtool for abusive-user and jailbreak handling, and permission prompts fordockerdaemon-redirect flags. - 2.1.215 (July 19) stops auto-running
/verifyand/code-review; you now invoke them manually. - 2.1.212 (July 17) replaces the in-session subagent with
/subtaskand makes/forkcopy to a background session. - 2.1.212 adds per-session caps: WebSearch (200) and subagents (200), both env-configurable, and auto-backgrounds MCP calls over 2 minutes.
- 2.1.212 also patched a worktree-creation symlink vulnerability and plan mode auto-running file-modifying Bash.
- Anthropic's newsroom has published nothing new in the 48-hour window; last post was July 14.
- MCP's stateless 2026-07-28 spec is 9 days out: routable headers, response caching, and OAuth-aligned auth.
Claude Code
2.1.215: /verify and /code-review no longer auto-run
Claude stops firing these skills automatically. If your workflow assumed a review gate ran on its own, wire it back in explicitly. Changelog
2.1.214: permission bypass fixes plus EndConversation
The headline is security: bypasses fixed in PowerShell 5.1 and Bash, [[ ]] zsh subscript misjudgment, help/man auto-approval, dir/** nested-write approval, and >10,000-char commands now prompting. A new EndConversation tool handles abusive or jailbreak-style sessions. See prompt injection. Changelog
2.1.212: /fork, /subtask, and session caps
/subtask replaces the old in-session subagent; /fork now copies to a background session. New defaults cap WebSearch and subagents at 200 per session, and MCP calls over 2 minutes auto-background. A worktree symlink vuln and plan-mode Bash auto-run were also patched. Changelog
Anthropic
Nothing today. The newsroom's latest posts are dated July 14 (Claude for Teachers, Canadian research funding), both outside the 48-hour window. The action this week is in the Claude Code changelog above.
MCP Ecosystem
Stateless 2026-07-28 spec ships in 9 days
The largest MCP revision since launch is now a release candidate with beta SDKs (Python 2.0.0b1, Go 1.7.0-pre.1, C# 2.0.0-preview.1, TypeScript v2). It moves to a stateless core: Mcp-Method/Mcp-Name routable headers, ttlMs/cacheScope response caching, and OAuth/OIDC-aligned authorization. Existing servers keep working. If you run a remote server, test the RC now so July 28 is a non-event. See MCP security. Spec RC
Broader AI
Nothing today.
What This Means For Builders
- Upgrade Claude Code now, then audit your allowlist and any auto-mode config; treat pre-2.1.214 approvals as untrusted.
- Migrate scripts off the in-session subagent to
/subtask, and expect/verifyand/code-reviewto need explicit calls after 2.1.215. - If you self-host a remote MCP server, run the 2026-07-28 RC against your gateway this week; the header and caching changes touch load-balancing and auth.