Fetching from the wire…
Public story · 2026-09-12 · high
A new environment variable lets Workflow fan out up to 256 agents, arriving alongside two prompt-cache reliability fixes.
Why now: The 2.1.269 changelog entry posted September 12 documents the new cap and the cache fixes together.
Claude Code 2.1.269 raises Workflow's agent concurrency cap to 256 through a new environment variable, per the CHANGELOG. CLAUDE_CODE_WORKFLOW_MAX_CONCURRENT_AGENTS accepts any value from 1 to 256, for inference-bound fan-outs, jobs where each of dozens of agents needs its own model call. That lets more of them run in one pass instead of queuing across batches.
The same release carries two prompt-cache fixes. One stops a cache from invalidating in full after output hits its token limit, so only the affected part drops. The other changes how context gets re-sent when a session interrupted mid-thought is resumed.
A higher cap doesn't make a fan-out faster on its own. The cap was never what stopped a fan-out from being useful. Merging every agent's output into one coherent result is what slows a large fan-out. Push concurrency to 256 without changing how results get combined, and that merge step is where the job stalls.
Each link below shares sources, entities, or timing with this story.
Two things in one release, and only one of them is in the security section. CLAUDE_CODE_SUBAGENT_MODEL used to override the model for every subagent. In 2.1.251 it sets the default instead. An agent definition's model: frontmatter now wins, and so does an explicit per-spawn mo...
If you've written Claude Code skills with context: fork in the frontmatter, go check them right now. As of the July 22 release, /code-review runs as a background subagent, and any skill declaring context: fork runs in the background by default (release notes). The opt-out is b...
v2.1.218 took dangerous-rm, background-&, and suspicious-Windows-path checks out of permission dialogs, and stopped prompting in plan mode for Bash the static analyzer can't prove read-only. /deep-research also now starts only when you invoke it. Fewer interrupts, but a model...
Cursor 3 launched on April 2. Not an update. A full rebuild. The editor is now secondary to what they're calling an agent orchestration workspace. You can run unlimited parallel agents, locally or in the cloud, launch them from your phone or Slack or Linear, and manage them in...
The August 7 release adds claude self-hosted-runner so Team/Enterprise customers can host web, mobile and desktop sessions on their own machines or containers, plus cross-session SendMessage/ListAgents so sessions on any of your machines can message each other (macOS and Linux...
The changelog shows sandbox filesystem deny entries being bypassed on Linux and macOS: specifically, denyRead: "~/.aws/" written with a trailing slash was silently ignored. That follows the zsh regex bypass, the PreToolUse auto-allow bypass, and the tabs/invisible-Unicode prom...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.