CLI command
jeden todo continue
Inspect previous results and continue retained work without adding a synthetic user request.
Exact invocation#
jeden todo continue [--session <id-or-path>] [--allow-write] [--allow-command] [--model name] [--max-steps n] [--json]Inputs and options#
- Optional
--session <id-or-path>selects a recorded session; otherwise the workspace's latest session is used.--jsonreturns the authoritative completion snapshot. - The recorded session workspace is used. Write and command permissions are explicit for this invocation; continuation never expands them.
Output and state effect#
Opens the retained session, records any missing acceptance criteria and independently inspects the existing results before execution. A proposed final answer is withheld while any actionable request remains unfinished. Transport failure, operator interruption or an execution limit leaves an incomplete snapshot with its actual cause. Complete work returns without another model call.
Refusals and boundaries#
- Paused work is refused as
Retained work is paused; resume its tasks before continuing.. - Unavailable Brama access or independent review is a failed run with retained work, not completion.
execution_limitmeans paused andturn_cancelledmeans interrupted; neither status means done.