tally continue
Resume an agent’s portable encrypted log under a CHOSEN harness + model.
The interaction-model hero: tally continue <agent> --harness <h> --model <m>. The agent is the durable noun (its identity + portable log); the harness and model are swappable. Composes the merged infra: resolve the agent’s seat → load the newest portable context → materialize it into the target harness’s native store → launch that harness’s resume command with the model injected.
Two surfaces, both work: canonical: tally continue vision --harness pi --model gpt-5.5 hero sugar: tally continue vision --pi --gpt-5.5 tally continue vision --claude-code --fable-5 tally continue vision --codex --gpt-5.5
Harnesses (v1): claude-code (Anthropic models) · pi (multi-provider) · codex (OpenAI models). Marketed/known model shortcuts are guaranteed to launch (validated against the installed harness; e.g. --fable-5 resolves to claude-fable-5); other models are family-validated and the harness makes the final model check. Clearly-invalid pairs (e.g. an OpenAI model on claude-code) are rejected before anything is written. --print-cmd prints the composed resume command instead of launching it. When the harness exits, the session it wrote is captured back into the encrypted log as the agent’s next portable context (--no-capture skips it).
tally continue <AGENT> [REST]...Arguments
Section titled “Arguments”<AGENT>- The agent to continue (its durable identity + portable log).
default(or omitted-name callers) use the single-seat home [REST]...- Harness + model, canonical (
--harness <h> --model <m>) or sugar (--claude-code/--pi/--codex+ a model alias like--gpt-5.5), plus--cwd <dir>,--seq <n>,--print-cmd,--no-sync,--no-capture,--no-reflect