Skip to content

Commit 4d74748

Browse files
docs: update changelog for v0.1.36
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5a03922 commit 4d74748

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 0.1.36
4+
5+
### New Features
6+
7+
- **Thinking configuration**: Added `ThinkingConfig` types (`ThinkingConfigAdaptive`, `ThinkingConfigEnabled`, `ThinkingConfigDisabled`) and `thinking` field to `ClaudeAgentOptions` for fine-grained control over extended thinking behavior. The new `thinking` field takes precedence over the now-deprecated `max_thinking_tokens` field (#565)
8+
- **Effort option**: Added `effort` field to `ClaudeAgentOptions` supporting `"low"`, `"medium"`, `"high"`, and `"max"` values for controlling thinking depth (#565)
9+
10+
### Internal/Other Changes
11+
12+
- Updated bundled Claude CLI to version 2.1.42
13+
314
## 0.1.35
415

516
### Internal/Other Changes

0 commit comments

Comments
 (0)