Claude Code v2.1.268 to v2.1.270 release train repo
Three point releases shipped September 10 to 12, 2026. v2.1.268 (Sep 10) added gateway.yaml pricing support for the Claude apps gateway, a startup warning when access_control.allow_cidrs is empty, fixed WebFetch hanging indefinitely on a server that keeps the response open (now times out at 300 seconds), and fixed a busy loop causing sustained high CPU usage in long running idle sessions. v2.1.269 (Sep 11) added claude plugin eval, which runs a plugin's eval suite three times per case and returns scored JSON plus an HTML report, added slash output-style switching over Remote Control and headless sessions, changed dynamic workflows to default to a medium size guideline of fewer than 15 agents via a new workflowSizeGuideline setting, and added CLAUDE_CODE_WORKFLOW_MAX_CONCURRENT_AGENTS (1 to 256) to raise the per run agent fan out cap. v2.1.270 (Sep 12) fixed a regression where read only git Bash commands started asking for permission again after a long running session.
What it does for you: Zero engineering cost, direct fit. The workflowSizeGuideline and CLAUDE_CODE_WORKFLOW_MAX_CONCURRENT_AGENTS settings are the exact knobs YY's own cap parallel agent fan outs at 8 rule should be checked against, and claude plugin eval gives a built in pass or fail gate for testing a new Skill before it ships into Axion, instead of relying only on manual review. The WebFetch timeout and CPU busy loop fixes matter for the always on Telegram bridge, since a hung fetch or a pinned core could have silently degraded the nightly ingest or scout run before this patch.
In practice: A dense, unglamorous patch train, but several bullets are direct guardrails for exactly the kind of long, search heavy, multi agent session this newsletter run itself performs.
For: Claude (Axion). This is the Claude Code binary itself, the harness Axion runs on today, so every change here applies directly without any porting work.
Verdict: build now. No new code needed, the settings and eval command are usable today, and they map directly onto rules YY already runs by hand (agent fan out cap, skill review before shipping).
Build #1 Claude Code v2.1.268 to v2.1.270 release train: use the ai-implementation-build-intake skill to build this safely. Source: https://code.claude.com/docs/en/changelog. Save canonical skill/agent under AXION\Skills and AXION\Agents.
Source · code.claude.com/docs/en/changelog dates v2.1.268 to Sep 10 2026, v2.1.269 to Sep 11 2026 with a documented CLAUDE_CODE_WORKFLOW_MAX_CONCURRENT_AGENTS range of 1 to 256, and v2.1.270 to Sep 12 2026 as a same window regression fix.