Jeden/Docs

CLI command

jeden resume

Seed a fresh Jeden session with the conversation turns from a recorded session and optionally continue it immediately.

Exact invocation#

Shell
jeden resume <session-id-or-path> ["task"] [--allow-write] [--allow-command] [--yolo|--auto-approve]

Inputs and options#

  • Required: a session identifier or path.
  • Optional: a task to run after loading history and explicit write/command grants for that continued turn.

Output and state effect#

Creates a child session with replayable history and the source's full retained task state. It uses the recorded workspace, independently inspects prior results, and continues unfinished work when no new prompt is supplied. A supplied prompt adds a request without dropping older work. Failure preserves the child and its diagnostics for another continuation.

Refusals and boundaries#

  • Missing input is refused with Usage: jeden resume &lt;session-id-or-path&gt; ["&lt;task&gt;"].
  • A nonexistent source is refused as session not found: ...; invalid session ledgers or model/tool errors also stop continuation.