• Tech Dev NotesTech Dev Notes
Apps
  • Lookup
  • Compare
Market movement
  • Charts
  • Rankings
Visual proof
  • Screens
  • Store listings
  • Icons
Stacks and releases
  • Tech stacks
  • Tool releases
  • Developers
More
  • X feature flags
  • Grokipedia
  • Grok companions
  • Blog
  • Follow on X
Skip to content

© 2026 Tech Dev Notes

RSSAboutAPIPrivacyTermsSitemap@techdevnotes
Claude Code

Anthropic · CLI

Claude Code 2.1.215

2.1.214→2.1.215·July 19, 2026 at 12:11 AM UTC

Patch release: tighter subagent spawning discipline so Claude stays on the cheap path for small work, plus auth/session hardening and SDK compatibility updates.

Changelog

  • [changed] Subagent use is more conservative. Claude is instructed not to spawn agents unless you ask (or name a specific agent type), and not to treat “thorough,” “multiple angles,” or multi-part tasks as an automatic reason to fan out.
  • [changed] Clearer rules for when not to delegate: small bounded sub-tasks stay inline; no spawning just to review or double-check work that fits in the main loop; no parallel subagents for one modest job.
  • [changed] When work is delegated, Claude is told to commit to it — avoid redoing the subagent’s searches while it runs, and avoid re-deriving findings after it reports.
  • [changed] Agent-tool guidance stresses matching specialized agents to the task description and not duplicating research a subagent is already doing.
  • [changed] Plan/verification wording continues to push an end-to-end verification section (run the code, MCP tools, tests) when outlining work.
  • [fix] SDK compatibility list now includes 0.3.199.

Models & prompts

  • Built-in agent prompts emphasize cost and context: each spawn starts cold and re-derives context you already have, so inline tools are preferred unless you explicitly request a subagent.
  • Background-subagent messaging is clarified (notifications on completion; don’t invent pending results). Availability of run_in_background / name / remote isolation still depends on the runtime mode (e.g. teammates can’t spawn teammates).
  • Worktree isolation copy remains explicit: changes in a separate working copy do not affect the main working directory.

Under the hood

  • Internal flags and gates for workflow size warnings (agents/tokens), policy-skills disable, launch composer, voice interim forwarding, and related experiments.
  • OAuth / host auth refresh path refreshed (timeout knobs, token-cleared events, older refresh-lock and invalid-grant gates removed or replaced).
  • Assorted experimental env toggles added or retired (e.g. cold compact, native cursor, force bridge, session attribution suppress, nonstreaming fallback).

Upgrade notes

  • Expect fewer unsolicited subagent launches on ordinary multi-step requests; say so explicitly (or name an agent type) when you want fan-out.
  • No migration steps required for typical CLI use; optional native package resolution picks up 2.1.215 automatically.

content/

Browse captured content/

Same tree as claude-code/latest/content for this version. Open the full browser for sidebar navigation between docs and other files.

Open content/ browser →

8 listed · 8 in tree

content/ browserNavigate docs, prompts, and root filesFolder index plus per-file pages with prev/next and a full file sidebar.
README.mdDocs2 KBpackage.jsonMetadata1.4 KBmanifest.jsonMetadata1.9 KBversion.jsonMetadata172 Bcli-wrapper.cjsCJS4.9 KBinstall.cjsCJS7 KBsdk-tools.d.tsTS145.4 KBLICENSE.mdDocs147 B
Older release← 2.1.214Newer release→ 2.1.216
All Claude Code releases →