A command-line AI assistant that lets you explore and understand any codebase using natural language — just cd into a project and start asking questions.
The assistant can call the following tools automatically, or you can run them manually with /command:
| Command | Description |
|---|---|
/ls [folder] |
List files in the current or specified folder |
/cat <file> |
Print the contents of a file |
/grep <pattern> <path> |
Search for a regex across files |
/calculate <expression> |
Evaluate a math expression |
