Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-09-28 | 1.9 kB | |
Release v0.1.0 source code.tar.gz | 2025-09-28 | 68.1 kB | |
Release v0.1.0 source code.zip | 2025-09-28 | 101.0 kB | |
Totals: 3 Items | 171.1 kB | 3 |
Published to PyPI: https://pypi.org/project/claude-agent-sdk/0.1.0/
Installation
:::bash
pip install claude-agent-sdk==0.1.0
What's Changed
- feat: improve GitHub release notes generation by @ashwin-ant in https://github.com/anthropics/claude-code-sdk-python/pull/173
- feat: add fork_session option for resuming sessions by @blois in https://github.com/anthropics/claude-code-sdk-python/pull/179
- feat: add version environment variable by @ashwin-ant in https://github.com/anthropics/claude-code-sdk-python/pull/184
- feat: add agents and setting sources support by @ashwin-ant in https://github.com/anthropics/claude-code-sdk-python/pull/182
- feat: refactor system_prompt to support preset and append options by @ashwin-ant in https://github.com/anthropics/claude-code-sdk-python/pull/183
- Rename ClaudeCodeOptions to ClaudeAgentOptions by @dicksontsai in https://github.com/anthropics/claude-code-sdk-python/pull/185
- feat: add dynamic permission mode and model switching to ClaudeSDKClient by @dicksontsai in https://github.com/anthropics/claude-code-sdk-python/pull/171
- feat: add stderr callback to capture CLI debug output by @dicksontsai in https://github.com/anthropics/claude-code-sdk-python/pull/170
- Rename claude_code to claude_agent by @dicksontsai in https://github.com/anthropics/claude-code-sdk-python/pull/188
- refactor: remove unnecessary node installation check by @ashwin-ant in https://github.com/anthropics/claude-code-sdk-python/pull/189
- Make CLI buffer limit configurable by @Mng-dev-ai in https://github.com/anthropics/claude-code-sdk-python/pull/190
- chore: bump version to 0.1.0 by @github-actions[bot] in https://github.com/anthropics/claude-code-sdk-python/pull/191
New Contributors
- @blois made their first contribution in https://github.com/anthropics/claude-code-sdk-python/pull/179
Full Changelog: https://github.com/anthropics/claude-code-sdk-python/compare/v0.0.23...v0.1.0