mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-16 15:43:57 -06:00
25d4807b38
* feat(anthropic): add server-side compaction replay * docs(anthropic): document server compaction * test(anthropic): harden compaction live probe Fix the live fixture baseUrl (the SDK appends /v1 itself), fail fast on errored turns instead of silently looping, assert request-side injection before capture, and log per-turn stream outcomes for live debugging. * test(anthropic): keep live settings type module-local * refactor(agents): split transcript replay sanitizers * test(anthropic): move compaction live probe into plugin tree * refactor(anthropic): consolidate compaction replay duplication * test(anthropic): align compaction threshold host coverage * test(anthropic): fabricate checkpoints via capture tracker Keeps captureAnthropicCompaction module-local; knip flags exports whose only consumers are tests.