replay_compare
Compare multiple mechanism configurations against the same session corpus in a single read-only call, reusing each fetched session blob across configs to keep bundles attributable.
Instructions
Replay the same session corpus under multiple mechanism configurations in one call, so bundles stay attributable — e.g. compare shell compaction alone against shell compaction plus range cache. Strictly read-only; fetches each eligible session's blob once and reuses it across every config.
configs is a list of mechanism-name lists, e.g. [["shell_compaction"], ["shell_compaction", "range_cache"]]. Defaults to comparing each mechanism individually plus the full combined set if omitted. days/source/model_family/project/session_category/limit select the corpus, same as replay_corpus.
min_turns/min_tool_calls override the turn-count and tool-call-count floors (default 5/5; PRD §6's documented floors are 10/10) — reported in each config row's provenance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| limit | No | ||
| source | No | all | |
| configs | No | ||
| project | No | ||
| min_turns | No | ||
| model_family | No | ||
| min_tool_calls | No | ||
| session_category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||