Use a rich interactive terminal experience to explore your codebase, build new features, debug issues, and integrate your tools.
auggie
without any mode flags to get the full-screen terminal user interface with rich interactive features, real-time streaming of responses, and visual progress indicators. This mode shows all tool calls, results, and allows ongoing conversation through an intuitive interface.
Ctrl + J
to enter a new line in any terminal. See below for instructions to configure your terminal to use Option + Enter
to enter a new line.
Terminal application | New line shortcut |
---|---|
All terminals | Ctrl + J |
MacOS Terminal (see below) | Option + Enter |
iTerm2 (see below) | Option + Enter |
VS Code Terminal | Option + Enter |
Ghostty | Shift + Enter |
Command | Description |
---|---|
Ctrl + P | Enhance your prompt with codebase context |
Escape | Interrupt the active agent |
Ctrl + C | Interrupt the active agent |
Escape + Escape | Clear the input box |
Ctrl + C | Press twice to exit |
Ctrl + D | Press twice to exit |
Up Arrow | Cycle through previous messages |
Down Arrow | Cycle through previous messages |
Ctrl + O | Open current input in external editor, inserts text on exit |
Command | Description |
---|---|
/account | Show account information |
/clear | Clear the input box |
/editor | Open current input in external editor, inserts text on exit |
/exit | Exit Auggie |
/feedback | Provide feedback to the Augment team |
/github-workflow | Generate a GitHub Action workflow |
/help | Show help |
/logout | Logout of Augment |
/mcp-status | View the status of all configured MCP servers |
/model | Select the model for this session |
/new | Start a new conversation with no message history |
/permissions | View and manage tool permissions |
/request-id | Show the request ID for the current conversation |
/task | Open task manager to add, edit, and manage tasks |
/verbose | Toggle verbose output for tools |
/vim | Toggle Vim mode for advanced text editing |