123 wires and counting

$ follow Anthropic

Keep up with Anthropic in about 3 minutes: what actually shipped — the commits, pull requests, releases, and security advisories that matter.

or

fair warning: these emails are deeply technical. diffs, version numbers, CVEs, benchmark deltas. if that's not your idea of a good read, this isn't your newsletter.

Folds into your digest — weekly by default, monthly if you prefer. Unsubscribe in one click.

$ status

wire 2026-07-11
stories 10

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CLAUDE CODE AUTO MODE SHIPS LIVE, SDK FIXES TOOL VALIDATION BUG

By RepoJournal · Filed · About Anthropic · Composed from the cited sources · methodology

Claude Code 2.1.207 kills the feature flag for auto mode across Bedrock, Vertex, and Foundry while the TypeScript SDK patches a critical tool contract violation that was silently accepting invalid inputs.

Auto mode is now on by default [1] across three major platforms, ending the CLAUDE_CODE_ENABLE_AUTO_MODE requirement and letting teams disable it only if they need to. This rolls out as the same version bumps across the entire toolchain: the Python Agent SDK [2], the Code Action [3], and the TypeScript SDK [5] all coordinate on 2.1.207 or 0.3.207. The TypeScript SDK fix matters most for production: `canUseTool` was returning allow decisions without the required `updatedInput` field, which should have been rejected but instead ran tools with original input [5]. The Claude Code release also crushes a terminal performance bug where streaming long lists, tables, or code blocks would freeze keystrokes [1]. Security-wise, remote managed settings no longer get permanently recorded as consented without showing the actual consent dialog [1]. All three SDKs and the Code Action are synchronized on the same bundled CLI version (2.1.207) [2][3][4], so your entire stack moves together.

Action items

References

  1. [1] v2.1.207 ↗ anthropics/claude-code
  2. [2] v0.2.116 ↗ anthropics/claude-agent-sdk-python
  3. [3] v1.0.171 ↗ anthropics/claude-code-action
  4. [4] chore: bump Claude Code to 2.1.207 and Agent SDK to 0.3.207 ↗ anthropics/claude-code-action
  5. [5] v0.3.207 ↗ anthropics/claude-agent-sdk-typescript

Quick answers

What shipped in Anthropic on July 11, 2026?
Claude Code 2.1.207 kills the feature flag for auto mode across Bedrock, Vertex, and Foundry while the TypeScript SDK patches a critical tool contract violation that was silently accepting invalid inputs. In total, 6 commits and 4 releases landed.
Who contributed to Anthropic on July 11, 2026?
3 developers shipped this update, including github-actions[bot], GitHub Actions, and ashwin-ant.
What were the notable Anthropic updates?
v2.1.207, v0.2.116, and v1.0.171.