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-08-04
stories 19

© 2026 RepoJournal Home Showcase Explore How it works Privacy

$ the-wire · showcase

CLAUDE CODE AGENT SDK TIGHTENS SKILL VALIDATION, FIXES EVENT FILTERING

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

The Python agent SDK now rejects malformed skill names that could silently disable tools, while the code action fixes inconsistent timestamp handling across GitHub event types.

Claude Agent SDK v0.2.129 ships a breaking change that validates skill names before they reach the CLI [1]. Names containing parentheses, commas, control characters, wildcards, or leading slashes now raise ValueError at connect time, closing a gap where malformed names could build rules that never match [2]. This lands alongside Claude Code v2.1.221, which adds a Focus view toggle to hide tool activity behind per-turn summaries [4]. On the automation side, claude-code-action now derives trigger timestamps for issues and pull_request events, ensuring comment and review filtering behaves consistently regardless of what triggered the run [3]. The CLI and plugin ecosystem are synchronized across all three releases, with knowledge-work-plugins rolling out five automated SHA bumps that passed validation before opening for review [5], [6], [7], [8], [9].

Action items

References

  1. [1] v0.2.129 ↗ anthropics/claude-agent-sdk-python
  2. [2] fix(transport): validate skill names in ClaudeAgentOptions.skills ↗ anthropics/claude-agent-sdk-python
  3. [3] Derive trigger timestamps for issues and pull_request events ↗ anthropics/claude-code-action
  4. [4] v2.1.221 ↗ anthropics/claude-code
  5. [5] bump(datarobot-agent-skills): 519c35ec → db831e2e ↗ anthropics/knowledge-work-plugins
  6. [6] bump(figma): ef474d18 → 30b6fe64 ↗ anthropics/knowledge-work-plugins
  7. [7] bump(valtown): d14627f6 → 0afe7b73 ↗ anthropics/knowledge-work-plugins
  8. [8] bump(modern-web-guidance): ccb800c9 → 684ab9d7 ↗ anthropics/knowledge-work-plugins
  9. [9] bump(wix): d33b1f64 → dadcea40 ↗ anthropics/knowledge-work-plugins

Quick answers

What shipped in Anthropic on August 4, 2026?
The Python agent SDK now rejects malformed skill names that could silently disable tools, while the code action fixes inconsistent timestamp handling across GitHub event types. In total, 7 commits, 9 pull requests, and 3 releases landed.
Who contributed to Anthropic on August 4, 2026?
5 developers shipped this update, including ashwin-ant, github-actions[bot], GitHub Actions, ant-kurt, and github-actions.
What were the notable Anthropic updates?
v0.2.129, fix(transport): validate skill names in ClaudeAgentOptions.skills, and Derive trigger timestamps for issues and pull_request events.