Back to Freedom.Tech Back
All Claude Agent Sdk Typescript releasesAll versions
Release Wed, Aug 12, 2026 1 min read

Claude Agent Sdk Typescript 0.3.229

Original release notes

What's changed

  • Added terminal_slash_commands to the system init message so Remote Control clients can hide terminal-oriented commands
  • Changed conversations whose messages alone exceed the API's 32 MB limit to end the turn with terminal_reason "api_error" instead of "image_error"; StopFailure error_details is "request_body_over_limit: ..."

Update

npm install @anthropic-ai/claude-agent-sdk@0.3.229
## or
yarn add @anthropic-ai/claude-agent-sdk@0.3.229
## or
pnpm add @anthropic-ai/claude-agent-sdk@0.3.229
## or
bun add @anthropic-ai/claude-agent-sdk@0.3.229