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-06-12
stories 82

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CLAUDE CODE ACTION GAINS ADVERSARIAL PR REVIEW, SDK VERSIONS SYNC ACROSS PYTHON AND TYPESCRIPT

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

Claude Code Action shipped a production-grade PR triage workflow that runs dual-pass reviews on candidate PRs, while both Agent SDKs bumped to track the latest Claude CLI and model fallback handling.

The flagship change lands in claude-code-action with a new pr-stamp-sweep workflow [1] that deploys one reviewer agent per candidate PR to judge it against fixed criteria (size, behavior, security, API stability), then runs an adversarial verification pass on every approval recommendation before surfacing results. This is production machinery, not experimental. The same repo also shipped critical fixes: image-downloader now detects file type from magic bytes instead of URL extensions [2], solving the GitHub attachment URL problem where pasted images arrive with no file extension and were incorrectly defaulting to PNG; sanitizer now matches attribute quotes by type to prevent mangling content like apostrophes inside double-quoted attributes [3]; and context parsing added 24 unit tests covering all nine event types [4]. Meanwhile, Agent SDK Python bumped to v0.2.99 [5] and TypeScript to v0.3.175 [6], both tracking bundled Claude CLI updates. The TypeScript release is noteworthy for expanded model fallback signaling [7]: SDK consumers now receive system/model_fallback messages for all four fallback triggers (overloaded, server_error, last_resort, plus the existing model_not_found and permission_denied), with the trigger field updated to reflect server_error and last_resort states. Claude-code-base-action synced four commits from the upstream [13][14][15][16], pulling in the same fixes plus version bumps. Plugin bumps across Zapier, Sentry CLI, Auth0, Cloudflare, and AWS Startup Advisor [8][9][10][11][12] are all validated and awaiting review.

Action items

References

  1. [1] Add pr-stamp-sweep review workflow ↗ anthropics/claude-code-action
  2. [2] fix(image-downloader): detect image type from magic bytes, not URL extension ↗ anthropics/claude-code-action
  3. [3] fix(sanitizer): match attribute quotes by type to avoid mangling content (#1371) ↗ anthropics/claude-code-action
  4. [4] test: add unit tests for parseGitHubContext and context type guards ↗ anthropics/claude-code-action
  5. [5] v0.2.99 ↗ anthropics/claude-agent-sdk-python
  6. [6] v0.3.175 ↗ anthropics/claude-agent-sdk-typescript
  7. [7] v0.3.174 ↗ anthropics/claude-agent-sdk-typescript
  8. [8] bump(zapier): 770167c5 → ea8ed6b4 ↗ anthropics/claude-plugins-official
  9. [9] bump(sentry-cli): a5f26c33 → a55d2a80 ↗ anthropics/claude-plugins-official
  10. [10] bump(auth0): bdf0dc23 → b595bdb9 ↗ anthropics/claude-plugins-official
  11. [11] bump(cloudflare): c5b7b06b → 12520fd6 ↗ anthropics/claude-plugins-official
  12. [12] bump(aws-startup-advisor): 3c5d6a7d → 944e5b17 ↗ anthropics/claude-plugins-official
  13. [13] Sync from claude-code-action base-action@eba921f ↗ anthropics/claude-code-base-action
  14. [14] Sync from claude-code-action base-action@84d317e ↗ anthropics/claude-code-base-action
  15. [15] Sync from claude-code-action base-action@0cb4f3e ↗ anthropics/claude-code-base-action
  16. [16] Sync from claude-code-action base-action@ebcdfe6 ↗ anthropics/claude-code-base-action

Quick answers

What shipped in Anthropic on June 12, 2026?
Claude Code Action shipped a production-grade PR triage workflow that runs dual-pass reviews on candidate PRs, while both Agent SDKs bumped to track the latest Claude CLI and model fallback handling. In total, 23 commits, 53 pull requests, and 6 releases landed.
Who contributed to Anthropic on June 12, 2026?
4 developers shipped this update, including ashwin-ant, pmespresso, mateuscmtropical, and github-actions[bot].
What were the notable Anthropic updates?
Add pr-stamp-sweep review workflow, fix(image-downloader): detect image type from magic bytes, not URL extension, and fix(sanitizer): match attribute quotes by type to avoid mangling content (#1371).