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-05-09
stories 18

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CLAUDE AGENT SDKS SHIP IN LOCKSTEP—TYPESCRIPT AND PYTHON BOTH TRACK CLI v2.1.137

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

Both TypeScript and Python agent SDKs updated overnight to mirror the latest Claude CLI, with the TypeScript version deprecating TodoWrite tools ahead of a Task tools migration.

The TypeScript SDK jumped to v0.2.137 [1] in parity with Claude Code v2.1.137, while the Python bundled CLI also synced to 2.1.137 [3]. The previous TypeScript release, v0.2.136 [2], added `resolveSettings()` (alpha) to inspect merged settings without spawning the CLI—critical for enterprise deployments reading MDM configs—and deprecated `TodoWrite` in favor of upcoming Task tools. Python bundled the same CLI v2.1.136 [4]. Both SDKs hardened their GitHub Actions workflows by pinning to immutable commit SHAs [5], matching security improvements across financial-services and anthropic-cli. The financial-services desk documented the `allow_1p` manifest parameter [6], controlling Claude.ai sign-in visibility in enterprise configs—enterprise teams deploying Claude in Office should audit their manifest configurations. Skills.sh now tracks downloads via badge [7].

Action items

References

  1. [1] v0.2.137 ↗ anthropics/claude-agent-sdk-typescript
  2. [2] v0.2.136 ↗ anthropics/claude-agent-sdk-typescript
  3. [3] v0.1.79 ↗ anthropics/claude-agent-sdk-python
  4. [4] v0.1.78 ↗ anthropics/claude-agent-sdk-python
  5. [5] Pin GitHub Actions to commit SHAs ↗ anthropics/claude-agent-sdk-typescript
  6. [6] docs(claude-in-office): document allow_1p manifest param ↗ anthropics/financial-services
  7. [7] Update README.md with Skills.sh badge ↗ anthropics/skills

Quick answers

What shipped in Anthropic on May 9, 2026?
Both TypeScript and Python agent SDKs updated overnight to mirror the latest Claude CLI, with the TypeScript version deprecating TodoWrite tools ahead of a Task tools migration. In total, 10 commits, 4 pull requests, and 4 releases landed.
Who contributed to Anthropic on May 9, 2026?
3 developers shipped this update, including jportner-ant, mihilmy, and quuu.
What were the notable Anthropic updates?
v0.2.137, v0.2.136, and v0.1.79.