┌Browsing sessions
All sessions are persisted automatically. Use /sessions to open an interactive picker with fuzzy search, or Ctrl+R to open QuickSearch from anywhere.
/sessions # interactive picker
Ctrl+R # QuickSearch (fuzzy)
┌Checkpoints & undo
Aurict creates a checkpoint before every AI action. Use /undo to roll back N steps (files + conversation), or /checkpoints to list all saved states.
/undo # undo last step
/undo 3 # undo last 3 steps
/checkpoints # list all checkpoints
/replay <id> # jump to any checkpoint
┌Forking & branching
Fork the current session to create an independent copy, or branch the conversation to explore different approaches without losing your current state.
/fork # create independent copy
/branch # branch conversation
/branch list # list branches
┌Context compaction
When approaching the context window limit, Aurict can compact old messages while preserving critical context. Use /compact to view or change the compaction strategy.
/compact # show current strategy
/compact auto # auto-compact at 80% usage
/compact manual # prompt before compacting
/ctx # show context usage
┌Project Auto
Project Auto removes repeated prompts only for bounded write, edit, and apply_patch requests inside the active project. The grant is session-scoped and resets when the workdir changes. Shell commands, secrets, .git and .aurict paths, project escapes, dangerous operations, and broad deletions still require direct approval.
/auto # toggle Project Auto
/autopilot # alias
# On startup: choose Yes or No for this project session
┌Completion proof
Use /proof to inspect the durable completion record: changed files, verification evidence, open work, and explicit waivers. Required work stays gated while its evidence is pending or failed.
/proof
/proof json
/proof waive verification test runner unavailable in this environment