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.
tally run <AGENT> [REST]...Arguments
Section titled “Arguments”<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
Examples
Section titled “Examples”tally run vision --pi --gpt-5.5 "add a --json flag to the exporter"