Quick Start
Your First Chat
After signing in, you'll see the chat interface. Type a message and press Enter (or click Send).
Try these:
text
What files are in my project?text
Explain what index.ts doestext
Fix the error in auth.tsSwitching Modes
Use the Chat / Code toggle at the top of the screen:
- Chat — Cloud-based, no file access. Good for questions and brainstorming.
- Code — Runs on your machine. Full file system access. Requires desktop app.
Working with Files
In Code mode, Agent Nine can read and modify your files:
text
Read the file app.tstext
Add error handling to the login function in auth.tstext
Find all files that import from the utils folderRunning Commands
Agent Nine can execute shell commands:
text
Run the teststext
Check if the project compilestext
Install express as a dependencyDestructive commands (like rm -rf or git force push) are blocked automatically. You'll be asked for permission before any risky operation.
Using Plan Mode
For complex tasks, enter plan mode first:
text
I need to refactor the auth system to use JWT. Enter plan mode.In plan mode:
- Agent Nine explores your code (read-only)
- Writes a detailed implementation plan
- Asks for your approval
- Then implements step by step
Slash Commands
Type / to see available commands:
| Command | Description |
|---|---|
/compact | Compress conversation history |
/clear | Clear current chat |
/undo | Revert last file changes |
/plan | Enter plan mode |
/help | Show available commands |
Keyboard Shortcuts
| Shortcut | Action |
|---|---|
Enter | Send message |
Shift+Enter | New line |
Ctrl+V | Paste image/file |
Choosing a Model
Click the model name at the bottom to switch:
| Model | Best For |
|---|---|
| Sonnet 4.6 | Fast, smart — good default |
| Opus 4.6 | Most capable — complex tasks |
| Haiku 4.5 | Fastest — quick questions |
Toggle Extended Thinking for complex reasoning tasks (available with Sonnet and Opus).
