Skip to Content

ah agent replay

Replay a recorded agent session.

ah agent replay [OPTIONS] <SESSION>

Arguments

ArgumentDescription
<SESSION>Path to .ahr recording file or session ID

Options

OptionDescriptionDefault
--fastFast-forward: show final terminal statefalse
--viewerInteractive viewer modefalse
--no-colorsDon’t emit ANSI color codesfalse
--print-metaPrint metadata and stats instead of renderingfalse
--gutter <POS>Snapshot gutter position: right, left, noneright

Examples

Replay a session:

ah agent replay session.ahr

Fast-forward to final state:

ah agent replay --fast session.ahr

Interactive viewer mode:

ah agent replay --viewer session.ahr

Print metadata only:

ah agent replay --print-meta session.ahr