Published to PyPI: https://pypi.org/project/claude-agent-sdk/0.1.0/
Installation
pip install claude-agent-sdk==0.1.0
What's Changed
- feat: improve GitHub release notes generation by @ashwin-ant in #173
- feat: add fork_session option for resuming sessions by @blois in #179
- feat: add version environment variable by @ashwin-ant in #184
- feat: add agents and setting sources support by @ashwin-ant in #182
- feat: refactor system_prompt to support preset and append options by @ashwin-ant in #183
- Rename ClaudeCodeOptions to ClaudeAgentOptions by @dicksontsai in #185
- feat: add dynamic permission mode and model switching to ClaudeSDKClient by @dicksontsai in #171
- feat: add stderr callback to capture CLI debug output by @dicksontsai in #170
- Rename claude_code to claude_agent by @dicksontsai in #188
- refactor: remove unnecessary node installation check by @ashwin-ant in #189
- Make CLI buffer limit configurable by @Mng-dev-ai in #190
- chore: bump version to 0.1.0 by @github-actions[bot] in #191
New Contributors
Full Changelog: v0.0.23...v0.1.0