github anthropics/claude-agent-sdk-python v0.1.73

12 hours ago

New Features

  • Eager session store flushing: Added session_store_flush option to ClaudeAgentOptions ("batched" or "eager"). When set to "eager", the transcript mirror delivers frames to SessionStore.append() in near-real-time instead of waiting for the end-of-turn flush, enabling live-tailing UIs, cross-process resume, and crash-durability use cases (#905)

Internal/Other Changes

  • Updated bundled Claude CLI to version 2.1.128

PyPI: https://pypi.org/project/claude-agent-sdk/0.1.73/

pip install claude-agent-sdk==0.1.73

Don't miss a new claude-agent-sdk-python release

NewReleases is sending notifications on new releases.