WHY users should care
Claude Code v2.1.217 ships meaningful Managed Agents API surface that teams building event-driven pipelines and cost-sensitive agent workflows will want to know about.
π What's new
-
Model effort control β BetaManagedAgentsEffortLow/Medium/High/Xhigh/Max types in both Python SDK (0.118.0) and TypeScript SDK (0.113.0). Callers can now tune per-agent reasoning spend vs quality. Useful for tiered cost control in production pipelines.
-
New webhook event types β Environment (created/updated/archived/deleted) and MemoryStore (created/archived/deleted) lifecycle events. Enables event-driven architecture on top of Managed Agents.
-
Threads delta streaming β client.beta.sessions.threads.events.stream() now accepts params (was previously parameterless). Finer-grained streaming control.
-
Claude Security plugin β New "on demand, deep scan" layer documented: multi-agent vulnerability scan with independently reviewed findings and patches.
-
/branch behavior clarified β Background subagents keep running into the new branch, and "allow for this session" grants do NOT carry over.
Reference
β PR: thevibeworks/claude-code-docs#1083
@lroolle
WHY users should care
Claude Code v2.1.217 ships meaningful Managed Agents API surface that teams building event-driven pipelines and cost-sensitive agent workflows will want to know about.
π What's new
Model effort control β
BetaManagedAgentsEffortLow/Medium/High/Xhigh/Maxtypes in both Python SDK (0.118.0) and TypeScript SDK (0.113.0). Callers can now tune per-agent reasoning spend vs quality. Useful for tiered cost control in production pipelines.New webhook event types β Environment (created/updated/archived/deleted) and MemoryStore (created/archived/deleted) lifecycle events. Enables event-driven architecture on top of Managed Agents.
Threads delta streaming β
client.beta.sessions.threads.events.stream()now accepts params (was previously parameterless). Finer-grained streaming control.Claude Security plugin β New "on demand, deep scan" layer documented: multi-agent vulnerability scan with independently reviewed findings and patches.
/branchbehavior clarified β Background subagents keep running into the new branch, and "allow for this session" grants do NOT carry over.Reference
β PR: thevibeworks/claude-code-docs#1083
@lroolle