Upstream version update: Claude Agent SDK TypeScript
- Previous graph version:
0.3.199
- Latest upstream version:
0.3.201
- Package checked:
@anthropic-ai/claude-agent-sdk
- Install method/package: unchanged for SDK consumers,
npm install @anthropic-ai/claude-agent-sdk@0.3.201 or equivalent yarn/pnpm/bun commands
Sources read:
Research summary:
The SDK v0.3.201 release notes state that it was updated to parity with Claude Code v2.1.201 and provide versioned npm/yarn/pnpm/bun install commands. The relevant upstream behavior inherited from Claude Code v2.1.201 is that Claude Sonnet 5 sessions no longer use mid-conversation system-role harness reminders.
Likely system impact:
- SDK adapter prompt/harness integration should align with the Claude Code 2.1.201 reminder-role behavior.
- No SDK transport/API breaking change was called out beyond parity.
- Package name and install method remain unchanged.
Migration notes:
The release notes mention upgrading to @anthropic-ai/claude-agent-sdk@0.3.201 via npm/yarn/pnpm/bun.
Assimilation checklist:
Upstream version update: Claude Agent SDK TypeScript
0.3.1990.3.201@anthropic-ai/claude-agent-sdknpm install @anthropic-ai/claude-agent-sdk@0.3.201or equivalent yarn/pnpm/bun commandsSources read:
npm view @anthropic-ai/claude-agent-sdk@latest versionreturned0.3.201Research summary:
The SDK v0.3.201 release notes state that it was updated to parity with Claude Code v2.1.201 and provide versioned npm/yarn/pnpm/bun install commands. The relevant upstream behavior inherited from Claude Code v2.1.201 is that Claude Sonnet 5 sessions no longer use mid-conversation system-role harness reminders.
Likely system impact:
Migration notes:
The release notes mention upgrading to
@anthropic-ai/claude-agent-sdk@0.3.201via npm/yarn/pnpm/bun.Assimilation checklist: