Command reference
| Command | What it does |
|---|---|
/help | Show all commands. |
/files | Add, remove, list, watch, or stop watching files. |
/mode | Toggle Standard RAG and Graph RAG. |
/alpha | Set Graph RAG fusion weight. |
/settings | View or change API settings. |
/models | List available models. |
/status | Show index and service status. |
/clear | Clear chat history. |
/quit | Exit the TUI. |
Watching a directory
/files watch /path/to/directory\n/files list\n/files stopChanges are debounced and serialized so a burst of filesystem events does not create competing index writes.
Choosing a retrieval mode
Standard RAG is a good default for general questions. Graph RAG adds entity relationships when a question depends on connections across documents.
Inspect the answer
Use source markers to open the originating file, page, or chunk. A mode changes retrieval; it does not remove the evidence trail.