Skip to content

v0.24.0

Choose a tag to compare

@OhadAssulin OhadAssulin released this 23 Nov 14:43
· 1 commit to main since this release

Changelog

[0.24.0] - 2025-11-23

🛠 Claude Agent SDK & Streaming

  • Claude-adapter issue fixed: The Claude API now returns stream events wrapped in a structure with type: 'stream_event' and an event property. @tmsdnl ❤️

  • Bumped @anthropic-ai/claude-agent-sdk support to the latest 0.1.50 with a safe range <0.1.99.

  • Default Claude adapter now loads local/project/user .claude settings via settingSources so SDK runs mirror the CLI (fixes credential/config loading when a workingDirectory is provided).

  • Added a live streaming test that validates partial message handling end-to-end