Interactive Mode
Starting Interactive Mode
Section titled “Starting Interactive Mode”bun start# orwilsonWilson launches a full terminal UI (TUI) with a chat interface. Type questions in plain English and Wilson uses its AI agent loop to answer them.
Slash Commands
Section titled “Slash Commands”| Command | Description |
|---|---|
/model | Switch LLM provider and model |
/pull <model> | Download an Ollama model |
/skill <name> | Run a named skill |
/help | Show available commands |
/model
Section titled “/model”Opens a model selector. Choose from any configured provider:
/modelYou can also specify a model directly:
/model ollama:llama3.1/model gpt-4o/model claude-sonnet-4-20250514/pull <model>
Section titled “/pull <model>”Download a model to your local Ollama instance:
/pull llama3.1/pull mistral/pull deepseek-coder-v2/skill <name>
Section titled “/skill <name>”Run a multi-step skill by name:
/skill subscription-audit/skill tax-prep/skill spending-reviewSee Skills for the full list.
Navigation
Section titled “Navigation”| Key | Action |
|---|---|
Enter | Send message |
Esc | Cancel running operation |
exit or quit | Close Wilson |
- Wilson remembers conversation context within a session. Ask follow-up questions naturally.
- Use specific time periods: “last month”, “Q4 2024”, “January through March”
- Reference merchants by name: “How much did I spend at Whole Foods?”
- Ask for comparisons: “Compare dining spending this month vs last month”