← Back to all entries
2026-09-10 🧭 Daily News

Claude Code 2.1.267 Caps Effort Globally, and Safety Roadmap Phase 1 Deadline Looms

Claude Code 2.1.267 Caps Effort Globally, and Safety Roadmap Phase 1 Deadline Looms — visual for 2026-09-10

🧭 Claude Code 2.1.267: maxEffortLevel Caps Thinking-Token Spend Globally, Plus 36 Bug Fixes

Released late on September 9 and rolling out on September 10, Claude Code 2.1.267 is a dense maintenance and feature build. The headline addition is maxEffortLevel — a hard ceiling on reasoning effort that applies across every provider (Bedrock, Vertex, Foundry) and is honoured both in the API and in the /effort UI picker. A second addition, --system-prompt-snapshot off, lets teams that iterate on their system prompt get a freshly rendered version on each request instead of replaying the one captured at the start of the conversation. Underneath those two features sits 36 bug fixes — the largest single-build correction count since 2.1.240.

maxEffortLevel in depth

# ~/.claude/settings.json — global effort cap with per-model override
{
  "maxEffortLevel": "medium",
  "modelSettings": {
    "claude-opus-4-6": {
      "maxEffortLevel": "high"
    }
  }
}
Who should set this immediately

Any team running Claude Code on shared budgets — especially those whose September 14 usage-limit cut (17%) leaves less headroom — should set maxEffortLevel at the org or project level now. The single setting prevents a runaway overnight agent from burning a disproportionate share of monthly budget on extended reasoning before you notice.

--system-prompt-snapshot off

By default, Claude Code records the system prompt text at the start of each conversation and replays that snapshot for cache efficiency. This is optimal for stable prompts but breaks workflows where you are actively iterating on the system prompt text — such as during prompt engineering sessions or when a CI pipeline regenerates the system prompt from templates at runtime. Adding --system-prompt-snapshot off to a session or setting it in config causes the full system prompt to be rendered and sent fresh on every request. The cache saving is lost, but prompt fidelity is guaranteed.

Key fixes in 2.1.267

Claude Code 2.1.267 maxEffortLevel effort cap system prompt prompt cache MCP VS Code bug fixes

🧭 Anthropic's Frontier Safety Roadmap Phase 1 Closes September 30 — Provable Inference Prototype Is the Landmark Deliverable

With twenty days to go, Anthropic's Frontier Safety Roadmap Phase 1 is heading into its final stretch. Originally due May 15, the deadline was extended to September 30, 2026 after Anthropic redirected resources toward its "Leveling up across the board" capability push — a prioritisation the company described as producing greater overall safety benefits than adhering to the original schedule. Anthropic must decide on Phase 2 scope and timeline within two weeks of the Phase 1 close.

What Phase 1 must deliver by September 30

Why provable inference matters to enterprise teams

If Anthropic's provable inference prototype progresses to production, it would give compliance and audit teams a tool they currently lack: a cryptographic receipt showing that a given AI response was generated by a specific Claude model version — not a fine-tuned variant, not a proxy, and not a model that was silently updated mid-contract. For regulated industries (finance, healthcare, legal), this shifts AI auditability from "we trust the vendor" to "we can verify the output". Watch the Phase 1 report for API-level access timelines.

Background: why the deadline shifted

Anthropic's Responsible Scaling Policy roadmap operates in phases tied to capability thresholds. The original May 15 target for Phase 1 was relaxed specifically to let engineering teams focus on the "Leveling up across the board" goal — which Anthropic assessed as having a higher safety return on investment at the time. A July 29 typo correction clarified the deadline as September 30 (not September 15 as briefly stated). With the IPO prospectus expected in late September, the timing of the Phase 1 completion report will coincide with the most scrutinised period of Anthropic's history.

⭐⭐⭐ anthropic.com
Frontier Safety Roadmap Phase 1 provable inference RSP safety September 30 auditability compliance
Source trust ratings ⭐⭐⭐ Official Anthropic  ·  ⭐⭐ Established press  ·  Community / research