kitaru replay create
Create one standalone replay from an exact baseline session.
Usage
kitaru replay create BASELINE [OPTIONS]Supported --output modes: auto, text, json.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
BASELINE | UUID | Yes | Baseline session ID. |
Options
| Name | Type | Required | Description |
|---|---|---|---|
--evaluator | EVALUATOR@VERSION[] | Yes | Exact evaluator version; repeat for additional evaluators. |
--evaluator-params | EVALUATOR@VERSION=JSON_OBJECT[] | No | Parameters for a selected evaluator token. |
--agent | AGENT@VERSION | No | Exact agent version; omit to use the baseline's recorded version. |
--override | JSON object | No | Replay model, prompt, or model-parameter override. |
--tool-policy | JSON object | No | Tool policy; omitting it uses the server default and may execute live tools. |
--baseline-evaluation-mode | none|if_missing|force | No | How to score the baseline session. |
--idempotency-key | string | No | Retrying this exact invocation with the same key returns the original result instead of acting twice. |
Every command also accepts the global options listed on the CLI overview page.