mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-12-23 09:19:52 +00:00
docs: update changelog for v0.1.12
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
32cd5afda7
commit
dc41329808
1 changed files with 9 additions and 0 deletions
|
|
@ -1,5 +1,14 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.12
|
||||
|
||||
### New Features
|
||||
|
||||
- **Tools option**: Added `tools` option to `ClaudeAgentOptions` for controlling the base set of available tools, matching the TypeScript SDK functionality. Supports three modes:
|
||||
- Array of tool names to specify which tools should be available (e.g., `["Read", "Edit", "Bash"]`)
|
||||
- Empty array `[]` to disable all built-in tools
|
||||
- Preset object `{"type": "preset", "preset": "claude_code"}` to use the default Claude Code toolset
|
||||
|
||||
## 0.1.11
|
||||
|
||||
### Internal/Other Changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue