Skip to content

v0.12.3

Choose a tag to compare

@timofriedlberlin timofriedlberlin released this 25 Apr 00:53
· 365 commits to main since this release

Fixed

  • Preserved Anthropic thinking signatures on committed assistant reasoning parts so tool-loop replay can include signed thinking blocks.
  • Dropped unsigned assistant reasoning parts from request projection to avoid replaying invalid Anthropic thinking blocks from older sessions.
  • Persisted reasoning signatures in JSONL conversation storage.

Verification

  • env GOCACHE=/tmp/go-cache go test ./...