You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:thinking option — Idiomatic Elixir API for extended thinking configuration. Supports :adaptive, :disabled, and {:enabled, budget_tokens: N}. Takes precedence over the now-deprecated :max_thinking_tokens. ([fa6b39d])
:effort option — Control effort level per session or query with :low, :medium, or :high. ([fa6b39d])
caller field on ToolUseBlock — Parses the optional caller metadata from tool use content blocks. ([93de892])
speed field on ResultMessage usage — Captures the speed field from CLI usage data when present. ([93de892])
context_management on stream events — PartialAssistantMessage now parses context_management data from stream events. ([93de892])
:refusal stop reason — ResultMessage now parses the "refusal" stop reason from the CLI. ([a7a7cfc])