Skip to content

tally run

One-shot a task on an agent under a chosen harness + model (non-interactive).

Resumes the agent’s memory (its newest portable context) like continue, injects the task, runs the harness non-interactively (claude --print / pi --print / codex exec), and prints the result. --print-cmd prints the composed command instead of running it.

usage
tally run <AGENT> [REST]...
<AGENT>
The agent to run the task on
[REST]...
Harness + model (canonical or sugar), the positional <task>, plus --cwd, --seq, --print-cmd, --no-sync, --no-capture, --no-reflect
Terminal window
tally run vision --pi --gpt-5.5 "add a --json flag to the exporter"