ah agent branch-points
Extract branch points from a recorded session.
ah agent branch-points [OPTIONS] <SESSION>Arguments
| Argument | Description |
|---|---|
<SESSION> | Path to .ahr recording file or session ID |
Options
| Option | Description | Default |
|---|---|---|
-f, --format <FMT> | Output format: json, md, csv | json |
--include-lines <BOOL> | Include terminal lines in output | true |
--include-snapshots <BOOL> | Include snapshot metadata | true |
Description
Branch points are moments in a recorded session where you can create a new branch and continue from that point with different instructions.
Examples
Extract branch points (JSON):
ah agent branch-points session.ahrMarkdown output:
ah agent branch-points --format md session.ahrCSV output:
ah agent branch-points --format csv session.ahrWithout terminal lines:
ah agent branch-points --include-lines false session.ahr