Skills
Claude Code exposes a Workflow fan-out cap and stops `/goal` runs from silently stalling on API errors
Beyond the permission fixes already covered, 2.1.269 added `CLAUDE_CODE_WORKFLOW_MAX_CONCURRENT_AGENTS` (1-256) to raise the Workflow tool's per-run concurrent agent limit for inference-bound fan-outs, and `/output-style [name]` now works over Remote Control and in headless and cloud sessions. Two reliability fixes matter for unattended runs: `/goal` now retries with backoff or pauses and says why instead of stalling after an API error or usage limit, and `/btw` side questions no longer invent tool calls and output. 2.1.270 the next day reverted a regression where read-only git commands started asking for permission mid-session.
↳ Follow the thread