Slash commands
| Command | Aliases | Description |
|---|---|---|
/new | Start a new conversation | |
/resume | Open recent conversations | |
/exit | /quit, /q | Exit Magnitude |
/bash | Enter bash mode | |
/init | Generate AGENTS.md for your project | |
/setup | Run setup wizard | |
/settings | /s | Open settings |
/model | /m | Open model settings |
/provider | Open provider settings | |
/browser-setup | Set up browser agent (Chromium) |
/debug). Type / to see all available commands with autocomplete.
Keyboard shortcuts
| Shortcut | Context | Action |
|---|---|---|
Enter | Chat input | Send message |
Shift+Enter | Chat input | New line |
Ctrl+C | Streaming | Interrupt |
Ctrl+C | Idle (2x) | Exit |
Esc | Running agents | Interrupt agents (2x to kill all) |
Ctrl+R | Any | Toggle recent conversations |
Tab | Chat input (composer focus) | Select next tab (Main or subagent) |
Shift+Tab | Chat input (composer focus) | Select previous tab (Main or subagent) |
Subagent tab controls
- Select a tab to route your next message to that agent.
- Close idle subagent tabs directly.
- Closing an active subagent tab prompts for confirmation to kill that subagent.
Bash mode
Enter bash mode with/bash or by starting your input with !. Run shell commands directly, then press Esc to return to normal chat.