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.15
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
2e9a461dc3
commit
ceffc72386
1 changed files with 10 additions and 0 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
|
@ -1,5 +1,15 @@
|
|||
# Changelog
|
||||
|
||||
## 0.1.15
|
||||
|
||||
### New Features
|
||||
|
||||
- **File checkpointing and rewind**: Added `enable_file_checkpointing` option to `ClaudeAgentOptions` and `rewind_files(user_message_id)` method to `ClaudeSDKClient` and `Query`. This enables reverting file changes made during a session back to a specific checkpoint, useful for exploring different approaches or recovering from unwanted modifications (#395)
|
||||
|
||||
### Documentation
|
||||
|
||||
- Added license and terms section to README (#399)
|
||||
|
||||
## 0.1.14
|
||||
|
||||
### Internal/Other Changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue