Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-10-10 | 1.5 kB | |
Release v0.1.2 source code.tar.gz | 2025-10-10 | 74.2 kB | |
Release v0.1.2 source code.zip | 2025-10-10 | 108.5 kB | |
Totals: 3 Items | 184.3 kB | 0 |
Published to PyPI: https://pypi.org/project/claude-agent-sdk/0.1.2/
Installation
:::bash
pip install claude-agent-sdk==0.1.2
What's Changed
- Fix Windows test failures due to path separator issues by @KuaaMU in https://github.com/anthropics/claude-agent-sdk-python/pull/219
- Add Windows support to test workflows by @ashwin-ant in https://github.com/anthropics/claude-agent-sdk-python/pull/222
- Add CHANGELOG entry for version 0.1.1 by @ashwin-ant in https://github.com/anthropics/claude-agent-sdk-python/pull/229
- feat: automate changelog updates in release workflow by @ashwin-ant in https://github.com/anthropics/claude-agent-sdk-python/pull/231
- fix [#227]: Fix PermissionResultAllow conversion to control_response by @vimota in https://github.com/anthropics/claude-agent-sdk-python/pull/232
- chore: temporarily disable Windows CI in test-e2e workflow by @ashwin-ant in https://github.com/anthropics/claude-agent-sdk-python/pull/234
- Add missing hook output fields to match TypeScript SDK by @ashwin-ant in https://github.com/anthropics/claude-agent-sdk-python/pull/226
- chore: release v0.1.2 by @github-actions[bot] in https://github.com/anthropics/claude-agent-sdk-python/pull/236
New Contributors
- @KuaaMU made their first contribution in https://github.com/anthropics/claude-agent-sdk-python/pull/219
- @vimota made their first contribution in https://github.com/anthropics/claude-agent-sdk-python/pull/232
Full Changelog: https://github.com/anthropics/claude-agent-sdk-python/compare/v0.1.1...v0.1.2