Sessions
A session is a saved conversation with an agent. Sessions are stored as JSON
files in ~/.muaz/sessions/ — one file per session — and an index.json tracks
metadata for the most recent 20 sessions.
Resuming and browsing
Section titled “Resuming and browsing”-
Pass
--session <id>on startup to resume a specific session:Terminal window muaz chat --session 3f9c1a2e-... -
Use
/sessionsinside the REPL to browse recent sessions and pick one to resume. -
Use
/sessionto print the current session’s metadata (id, model, message count).
Incognito mode
Section titled “Incognito mode”To hold a conversation without persisting it to disk:
muaz chat --incognitoOr toggle it mid-session with /incognito. Incognito sessions are never written
to ~/.muaz/sessions/.