Skip to content

Releases: anthropics/claude-agent-sdk-python

Release v0.1.17

16 Dec 00:41
eba5675

Choose a tag to compare

Published to PyPI: https://pypi.org/project/claude-agent-sdk/0.1.17/

Installation

pip install claude-agent-sdk==0.1.17

What's Changed

  • Add UUID to UserMessage response type to improve devX for rewind by @noahzweben in #418
  • chore: release v0.1.17 by @github-actions[bot] in #419

Full Changelog: v0.1.16...v0.1.17

Release v0.1.16

13 Dec 00:26
a1c3387

Choose a tag to compare

Published to PyPI: https://pypi.org/project/claude-agent-sdk/0.1.16/

Installation

pip install claude-agent-sdk==0.1.16

What's Changed

  • fix: parse error field in AssistantMessage to enable rate limit detection by @majiayu000 in #405
  • chore: release v0.1.16 by @github-actions[bot] in #412

New Contributors

Full Changelog: v0.1.15...v0.1.16

Release v0.1.15

11 Dec 18:53
5b91296

Choose a tag to compare

Published to PyPI: https://pypi.org/project/claude-agent-sdk/0.1.15/

Installation

pip install claude-agent-sdk==0.1.15

What's Changed

  • Add license and terms section to README. by @sarahdeaton in #399
  • feat: add file checkpointing and rewind_files support by @noahzweben in #395
  • chore: release v0.1.15 by @github-actions[bot] in #408

New Contributors

Full Changelog: v0.1.14...v0.1.15

Release v0.1.14

09 Dec 16:22
b5447d9

Choose a tag to compare

Published to PyPI: https://pypi.org/project/claude-agent-sdk/0.1.14/

Installation

pip install claude-agent-sdk==0.1.14

What's Changed

  • fix: move fetch-depth to publish job and use claude-opus-4-5 for changelog by @ashwin-ant in #394
  • chore: release v0.1.14 by @github-actions[bot] in #398

Full Changelog: v0.1.13...v0.1.14

Release v0.1.13

06 Dec 00:33
cf6b85f

Choose a tag to compare

Published to PyPI: https://pypi.org/project/claude-agent-sdk/0.1.13/

Installation

pip install claude-agent-sdk==0.1.13

What's Changed

  • fix: add write lock to prevent concurrent transport writes by @CarlosCuevas in #391
  • fix: add McpServer runtime placeholder for Pydantic 2.12+ compatibility by @kaminoguo in #385
  • fix: propagate CLI errors to pending control requests by @grumpygordon in #388
  • chore: release v0.1.13 by @github-actions[bot] in #393

New Contributors

Full Changelog: v0.1.12...v0.1.13

Release v0.1.12

04 Dec 18:30
00332f3

Choose a tag to compare

Published to PyPI: https://pypi.org/project/claude-agent-sdk/0.1.12/

Installation

pip install claude-agent-sdk==0.1.12

What's Changed

  • feat: add SDK beta support with SdkBeta type and betas option by @ashwin-ant in #390
  • feat: add tools option to ClaudeAgentOptions by @ashwin-ant in #389
  • chore: release v0.1.12 by @github-actions[bot] in #392

Full Changelog: v0.1.11...v0.1.12

Release v0.1.11

03 Dec 19:42
9809fb6

Choose a tag to compare

Published to PyPI: https://pypi.org/project/claude-agent-sdk/0.1.11/

Installation

pip install claude-agent-sdk==0.1.11

What's Changed

  • Create sandbox adapter interface for Python SDK by @ollie-anthropic in #363
  • fix: correct mypy type ignore error codes for MCP decorators by @ashwin-ant in #379
  • fix: wait for first result before closing stdin if SDK MCP present by @dltn in #380
  • feat: bundle claude code CLI for linux arm64 by @jbott in #373
  • chore: release v0.1.11 by @github-actions[bot] in #383

New Contributors

Full Changelog: v0.1.10...v0.1.11

Release v0.1.10

25 Nov 17:59
e2f8d81

Choose a tag to compare

Published to PyPI: https://pypi.org/project/claude-agent-sdk/0.1.10/

Installation

pip install claude-agent-sdk==0.1.10

What's Changed

  • Use CLAUDE_CODE_STREAM_CLOSE_TIMEOUT (if present) to override initialize() timeout by @mdworsky in #354
  • Fix: Fix HookMatcher.timeout type to float by @harupy in #357
  • Added slack issue notifier for new opened issues by @noahzweben in #356
  • chore: release v0.1.10 by @github-actions[bot] in #369

New Contributors

Full Changelog: v0.1.9...v0.1.10

Release v0.1.9

21 Nov 20:51
f446e3e

Choose a tag to compare

Published to PyPI: https://pypi.org/project/claude-agent-sdk/0.1.9/

Installation

pip install claude-agent-sdk==0.1.9

What's Changed

New Contributors

Full Changelog: v0.1.8...v0.1.9

Release v0.1.8

19 Nov 05:22
d5dc615

Choose a tag to compare

Published to PyPI: https://pypi.org/project/claude-agent-sdk/0.1.8/

Installation

pip install claude-agent-sdk==0.1.8

What's Changed

  • feat: bundle Claude Code CLI in pip package by @ashwin-ant in #283
  • fix: remove emojis from build_wheel.py for Windows compatibility by @ashwin-ant in #342
  • fix: use PowerShell installer for Windows CLI download by @ashwin-ant in #343
  • fix: disable artifact compression to prevent wheel corruption by @ashwin-ant in #344
  • fix: install wheel package for retagging platform-specific wheels by @ashwin-ant in #345
  • chore: release v0.1.8 by @github-actions[bot] in #346

Full Changelog: v0.1.7...v0.1.8