Command Reference
Full list of interactive terminal commands available inside TermCoder sessions.
| Command | Description | Example |
|---|---|---|
| /mode <build|chat> | Switch between workspace-aware and general chat modes. | /mode chat |
| /model <model_name> | Change the active local model on the fly. | /model qwen2.5-coder:7b |
| /host <url> | Change the Ollama backend host URL. | /host http://localhost:11434 |
| /system <prompt> | Update the active system prompt instantly. | /system You are a senior DevOps engineer |
| /run <command> | Execute a local shell command with confirmation. | /run pytest |
| /git | Check current git workspace status. | /git |
| /config | View current configuration file settings. | /config |
| /clear-mem | Wipe persistent memory for the current mode. | /clear-mem |
| /save | Export full multi-mode memory to a timestamped JSON file. | /save |
| /clear | Clear terminal screen and redraw header banner. | /clear |
| exit / quit | Close the session gracefully. | exit |