Skip to content

Tour

A walk through the terminal UI. Every image is from a recorded run; click to enlarge.

Hub

agent6 tui lists every run for the repository with its mode, status, last activity, and cost. Enter opens a run; c opens the config page; ? lists the keys.

The hub

Run dashboard

Opening a run shows the task graph and budget on the left, and the model's reasoning, the tool calls with their results, the live event log, and the latest commit diff on the right.

The run dashboard

Transcript

t (or agent6 runs transcript) renders the full conversation: the task, the model's reasoning, and every tool call with its complete input and output.

A run transcript

Event log

l opens the JSONL event stream the dashboard is built from, scrollable over the whole run.

The event log

Configuration

The config page shows every setting, its effective value, and where that value came from (a built-in default, the global config, or the per-repo config). / filters by name.

The config page

Filtering the config by name

Keys

The keys and actions overlay


These are regenerated from recorded runs by the pages workflow, so they track the current UI.