RepoJournal
Anthropic

@anthropics

Claude SDKs and developer tooling

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

One email a day. Unsubscribe in one click.

Pick a date

Topics: AI / ML Full archive →

The Wire · Showcase

ANTHROPIC KILLS STATIC API KEYS ACROSS THE STACK

By RepoJournal · Filed · About Anthropic

Every major Anthropic repository has switched from long-lived API key secrets to Workload Identity Federation, eliminating the attack surface that's haunted CI/CD pipelines for years.

The shift is coordinated across five repositories: claude-agent-sdk-python [1], claude-code-action [2], claude-code [3], claude-agent-sdk-typescript [4], and their supporting codebases. Each now exchanges GitHub's OIDC token for short-lived Claude API credentials at runtime, meaning no static secret lives in repository settings anymore. This is infrastructure-grade security work, the kind that makes senior engineers sleep better. The claude-code v2.1.149 release [5] adds the `/usage` command with per-category breakdowns (skills, subagents, plugins, MCP-server costs) and keyboard navigation for diff views. Agent SDK versions 0.3.150 [7] and 0.3.149 [8] shipped in sync, with the latter fixing an environment variable regression that was dropping `CLAUDE_AGENT_SDK_VERSION` from subprocess contexts. Claude Code v2.1.150 [6] landed with infrastructure improvements. The federation rollout is complete across all automation workflows; there's no half-measure here.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Use workload identity federation for Claude auth in CI workflows (#984) anthropics/claude-agent-sdk-python
  2. [2] Use workload identity federation for Claude auth in CI workflows ↗ anthropics/claude-code-action
  3. [3] Use workload identity federation for Claude auth in CI workflows ↗ anthropics/claude-code
  4. [4] Use workload identity federation for Claude auth in issue triage ↗ anthropics/claude-agent-sdk-typescript
  5. [5] v2.1.149 ↗ anthropics/claude-code
  6. [6] v2.1.150 ↗ anthropics/claude-code
  7. [7] v0.3.150 ↗ anthropics/claude-agent-sdk-typescript
  8. [8] v0.3.149 ↗ anthropics/claude-agent-sdk-typescript

Quick answers

What shipped in Anthropic on May 23, 2026?
Every major Anthropic repository has switched from long-lived API key secrets to Workload Identity Federation, eliminating the attack surface that's haunted CI/CD pipelines for years. In total, 16 commits, 4 pull requests, and 8 releases landed.
Who contributed to Anthropic on May 23, 2026?
1 developer shipped this update, including ashwin-ant.
What were the notable Anthropic updates?
Use workload identity federation for Claude auth in CI workflows (#984), Use workload identity federation for Claude auth in CI workflows, and Use workload identity federation for Claude auth in CI workflows.

More from @anthropics

Daily updates, in your inbox

Follow Anthropic

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

or

One email a day. Unsubscribe in one click. Read a past issue →

Elsewhere on the wire

Want every project, not just this one?