v0.12.3
·
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 ./...