Starting Devin for Terminal
By default, sessions happen in a REPL, a graphical terminal interface where you can chat back and forth and observe Devin’s actions.Use
-- before your prompt so it is interpreted as a prompt and not a subcommand.Type
@ in the prompt input to open autocomplete for local files/directories. Selecting one adds it as context for your message.Modes
Devin for Terminal supports 3 built-in modes: Normal, Plan, and Bypass.Normal
Normal
Auto-approves read-only tools, asks for permission for write/execute operations.This is the default mode.
Plan
Plan
Planning-only mode. The agent excels at creating detailed, code-grounded implementation plans. It has access to all tools but doesn’t make changes.
Bypass
Bypass
/yolo, /dangerousSession History
Your conversation history is saved so you can resume a session later.Slash Commands
You can use these commands while in an active session.Navigation & Control
| Command | Description |
|---|---|
/help | See all available commands |
/exit or /quit | Exit the application |
/clear | Clear conversation history (start fresh) |
Mode Switching
| Command | Description |
|---|---|
/mode | Show current mode |
/mode <name> | Switch mode (normal, plan, bypass) |
/normal | Switch to Normal mode (default) |
/plan | Switch to Plan mode |
/bypass | Switch to Bypass mode (aliases: /yolo, /dangerous) |
Model Switching
| Command | Description |
|---|---|
/model | Show model selector |
/model <name> | Switch model (swe, opus, sonnet, gpt) |
Session Management
| Command | Description |
|---|---|
/ls | List recent sessions in current directory |
/ls --all | List all sessions across all directories |
/continue | Resume most recent session |
/continue <id> | Resume session by ID |
Workspace
| Command | Description |
|---|---|
/workspace | List workspace directories |
/add-dir <path> | Add additional workspace directory |
Account & System
| Command | Description |
|---|---|
/login | Authenticate with your account |
/logout | Clear stored credentials |
/update | Check for and install updates |
/bug | Submit a bug report |

