Exit the CLI. Persists the scrollback to ~/.deltaforge/sessions/.
/quit
## Overview `/quit` terminates the interactive shell cleanly. The scrollback snapshot is flushed to disk under `~/.deltaforge/sessions/` so a subsequent launch can restore context. ## Behavior - No arguments. Trailing tokens are ignored. - Equivalent to pressing Ctrl+C at the input island or closing the terminal, but gives the session layer a chance to persist state cleanly. - Does not sign out or revoke the cached access token. Subsequent launches reuse the token until it expires, at which point the shell refreshes silently.
/quit
:quit