Auggie is currently in beta and does not support all features available in the Augment plugins for Visual Studio Code or JetBrains IDEs.

About interactive mode

Auggie is an agentic terminal-based code assistant that has deep codebase knowledge powered by Augment’s context engine. Auggie can help you understand a new codebase, fix bugs quickly, and build new features faster. Auggie has access to your connected integrations and MCP servers and can pull in additional context or run tools to get your tasks done.

Using interactive mode

Run 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.
# Start Auggie in interactive mode
auggie

# Provide an initial instruction
auggie "Look at my open issues and prioritize the highest impact ones for me"

Multi-line input

Entering a new line in the input box depends on your terminal configuration and platform. You can use 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 applicationNew line shortcut
All terminalsCtrl + J
MacOS Terminal (see below)Option + Enter
iTerm2 (see below)Option + Enter
VS Code TerminalOption + Enter
GhosttyShift + Enter
MacOS Terminal
  1. Go to Terminal > Settings... > Profiles > Keyboard
  2. Check Use option key as meta key
iTerm2
  1. Go to iTerm2 > Settings... > Profiles > Keys
  2. Check Left or Right option key acts as Esc+

Reference

Shortcuts

CommandDescription
Ctrl + PEnhance your prompt with codebase context
EscapeInterrupt the active agent
Ctrl + CInterrupt the active agent
Escape + EscapeClear the input box
Ctrl + CPress twice to exit
Ctrl + DPress twice to exit
Up ArrowCycle through previous messages
Down ArrowCycle through previous messages
Ctrl + OOpen current input in external editor, inserts text on exit

Slash Commands

CommandDescription
/accountShow account information
/clearClear the input box
/editorOpen current input in external editor, inserts text on exit
/exitExit Auggie
/feedbackProvide feedback to the Augment team
/github-workflowGenerate a GitHub Action workflow
/helpShow help
/logoutLogout of Augment
/mcp-statusView the status of all configured MCP servers
/modelSelect the model for this session
/newStart a new conversation with no message history
/permissionsView and manage tool permissions
/request-idShow the request ID for the current conversation
/taskOpen task manager to add, edit, and manage tasks
/verboseToggle verbose output for tools
/vimToggle Vim mode for advanced text editing
For more information about slash commands, including how to create custom commands, see Custom Slash Commands.