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.
Action items
- → Review the production-ready-agent workshop if you're shipping managed agents to production anthropics/cwc-workshops [plan]
- → Upgrade claude-agent-sdk-python to v0.1.76 if using permission suggestions or error handling anthropics/claude-agent-sdk-python [plan]
- → Pull the latest Claude Code action (v1.0.115) for current SDK alignment anthropics/claude-code-action [monitor]
References
- [1] Add Code with Claude 2026 workshop materials ↗ anthropics/cwc-workshops
- [2] Add production-ready-agent workshop (Deal Desk on Managed Agents) ↗ anthropics/cwc-workshops
- [3] Fix paths after flattening starter/ and solution/ app dirs anthropics/cwc-workshops
- [4] Fix paths after flattening starter/ and solution/ app dirs ↗ anthropics/cwc-workshops
- [5] fix: deserialize permission_suggestions into PermissionUpdate instances ↗ anthropics/claude-agent-sdk-python
- [6] v0.1.76 ↗ anthropics/claude-agent-sdk-python
- [7] chore: bump Claude Code to 2.1.132 and Agent SDK to 0.2.132 anthropics/claude-code-action
- [8] Sync from claude-code-action base-action@9db782c anthropics/claude-code-base-action
FAQ
- What changed 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.
- What should Anthropic teams do about it?
- Review the production-ready-agent workshop if you're shipping managed agents to production • Upgrade claude-agent-sdk-python to v0.1.76 if using permission suggestions or error handling • Pull the latest Claude Code action (v1.0.115) for current SDK alignment
- Which Anthropic repositories shipped on May 7, 2026?
- anthropics/cwc-workshops, anthropics/claude-agent-sdk-python, anthropics/claude-code-action, anthropics/claude-code-base-action