agentOS API Reference - v0.0.1
    Preparing search index...

    Type Alias ShellReplayMode

    ShellReplayMode: "none" | "screen" | "scrollback"

    How much of a shell's history a snapshot repaints.

    • none — sequence number only; the caller repaints nothing.
    • screen — the visible viewport, cursor, and terminal modes.
    • scrollback — the retained scrollback above the viewport, then screen.