Export, Replay, And Handoffs
These flows help you move work forward without losing the thread.
Export
CLI:
bash
grok export abc123
grok export session-id@branch-id -o export.mdTUI:
/export
Replay
CLI:
bash
grok replay abc123
grok replay session-id@branch-id --filter toolReplay is best when you want the timeline of a run, not just its final text.
Handoffs
TUI:
/handoff/resume-work
Handoffs are saved as Markdown files under .grok/ and let you pause and resume more cleanly than relying on memory alone.