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

CLAUDE WORKSHOPS LAND EIGHT PRODUCTION-READY AGENT BLUEPRINTS

By RepoJournal · Filed · About Anthropic

The 2026 Code with Claude workshop suite just shipped with everything from picking the right model to shipping managed agents that remember.

The workshops repository now ships eight complete curriculum tracks [1], including a new production-ready Deal Desk agent that teaches the Claude Managed Agents API through a real M&A research chat app [2]. This is the reference implementation engineers have been waiting for—it includes starter scaffolding with seven TODOs covering the full API surface, plus a completed solution and idempotent provisioning [2]. The team also squared away path inconsistencies across the starter and solution directories [3][4], so setup flows work without surprises. On the SDK side, the Python agent library fixed a deserialization bug where permission suggestions arrived as raw dicts instead of `PermissionUpdate` instances, breaking the round-trip pattern for persisting tool permissions [5]. v0.1.76 shipped with that fix plus a new `api_error_status` field on result messages, so you can safely log HTTP status codes (429, 500, 529) when the API fails [6]. Claude Code and the GitHub Action also bumped to 2.1.132 [7][8], pulling in the latest agent and tooling updates.

One email a day. Unsubscribe in one click.

Action items

References

  1. [1] Add Code with Claude 2026 workshop materials ↗ anthropics/cwc-workshops
  2. [2] Add production-ready-agent workshop (Deal Desk on Managed Agents) ↗ anthropics/cwc-workshops
  3. [3] Fix paths after flattening starter/ and solution/ app dirs anthropics/cwc-workshops
  4. [4] Fix paths after flattening starter/ and solution/ app dirs ↗ anthropics/cwc-workshops
  5. [5] fix: deserialize permission_suggestions into PermissionUpdate instances ↗ anthropics/claude-agent-sdk-python
  6. [6] v0.1.76 ↗ anthropics/claude-agent-sdk-python
  7. [7] chore: bump Claude Code to 2.1.132 and Agent SDK to 0.2.132 anthropics/claude-code-action
  8. [8] Sync from claude-code-action base-action@9db782c anthropics/claude-code-base-action

Quick answers

What shipped in Anthropic on May 7, 2026?
The 2026 Code with Claude workshop suite just shipped with everything from picking the right model to shipping managed agents that remember. In total, 19 commits, 7 pull requests, and 4 releases landed.
Who contributed to Anthropic on May 7, 2026?
3 developers shipped this update, including mroknich, michael-cohen-io, and sarahdeaton.
What were the notable Anthropic updates?
Add Code with Claude 2026 workshop materials, Add production-ready-agent workshop (Deal Desk on Managed Agents), and Fix paths after flattening starter/ and solution/ app dirs.

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?