Slash Commands
Type / in the Huginn TUI to open the command wizard.
Command Reference
| Command | Description |
|---|---|
/plan <request> | Generate a structured plan, then approve before coding |
/code <request> | Skip planning; direct coding request |
/reason <question> | Deep reasoning with the reasoner model |
/iterate N | Refine the last response N times |
/switch-model | Hot-swap the model for a slot at runtime |
/help | Show help and available commands |
Examples
/plan add a Redis cache layer to the user service
/code fix the null pointer dereference in auth.go:47
/reason should I use a message queue or direct HTTP calls here?
/iterate 3
/switch-model
Natural language dispatch
You don’t always need slash commands. Huginn understands natural language:
have Steve review the auth module
plan a refactor of the database layer
use deepseek for this reasoning task