The Wire · Showcase
CLAUDE SDK AND CODE ACTION SYNC TO CLI 2.1.227
By RepoJournal · Filed · About Anthropic
The Agent SDK and Code Action have both rolled forward to track the latest Claude CLI, locking in tooling consistency across the stack.
Claude Agent SDK Python shipped v0.2.135 [1] with an updated bundled Claude CLI version 2.1.227 [2], keeping the SDK aligned with the latest CLI capabilities. On the GitHub Actions side, claude-code-action released v1.0.190 [3] and bumped both Claude Code and the Agent SDK to their matching 2.1.227 and 0.3.227 versions respectively [4]. The claude-code-base-action followed suit with a sync from the same upstream changes [5], ensuring the base action inherits the dependency updates. Across all three repos, this coordinated rollout across 4 commits and 2 releases maintains version parity for teams running Claude automation through GitHub Actions or Python projects.
One email a day. Unsubscribe in one click.
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. Read a past issue →
Action items
- → Update claude-agent-sdk to 0.2.135 in your Python environments anthropics/claude-agent-sdk-python [plan]
- → Verify claude-code-action v1.0.190 is live in your workflows anthropics/claude-code-action [monitor]
References
- [1] v0.2.135 ↗ anthropics/claude-agent-sdk-python
- [2] chore: bump bundled CLI version to 2.1.227 anthropics/claude-agent-sdk-python
- [3] v1.0.190 ↗ anthropics/claude-code-action
- [4] chore: bump Claude Code to 2.1.227 and Agent SDK to 0.3.227 anthropics/claude-code-action
- [5] Sync from claude-code-action base-action@5ef2e55 anthropics/claude-code-base-action