Skip to main content
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
  2. Check
iTerm2
  1. Go to
  2. Check

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

The command menu in interactive mode reflects your current feature flags, available integrations, and loaded plugins. Some commands only appear when the relevant feature is enabled.

Common slash commands

CommandDescription
/aboutShow system and environment information
/accountShow account information
/askEnter Ask Mode to limit the agent to retrieval and non-editing tools
/clearClear the display while keeping the current conversation history
/configConfigure shell, startup script, chat input completions, auto-update, and notifications
/copyCopy the request ID or the latest response to the clipboard
/editorOpen current input in external editor, inserts text on exit
/exitExit Auggie
/feedbackSubmit feedback about the last response
/github-workflowGenerate a GitHub Action workflow
/helpShow help
/image [path]Attach an image to the next message
/logoutLogout of Augment
/mcpView the status of all configured MCP servers
/newStart a new conversation with no message history
/permissionsView and manage tool permissions
/rename <name>Rename the current session
/request-idShow the request ID for the current conversation
/rulesView loaded rules and their attachment status
/sessionsResume a previous session
/shareGenerate and copy a shareable link for this session
/statsShow current session statistics, including messages, tools, and credits
/statusShow system status, including MCP servers and rules
/taskOpen task manager to add, edit, and manage tasks
/verboseToggle verbose output for tools
/vimToggle Vim mode for advanced text editing

Additional slash commands you may see

CommandDescription
/add-workspace [path]Add another workspace folder for multi-folder support
/agentsBrowse available sub-agents
/bashManage running shell processes
/canvasSelect the context canvas for the session
/cloudToggle cloud agent mode for future sessions
/contextShow context usage and token breakdown
/diffsView file changes made in the current session
/hooksView configured hooks and supported hook event types
/modelSelect the model for the current session
/personaSelect the persona for the current session
/plan [open]Toggle Plan Mode or open the latest plan file
/pluginsBrowse and manage plugins and marketplaces
/queueEnter Queue Mode to manage queued messages
/pausePause queue execution
/resumeResume paused queue execution
/restart-mcpRestart all MCP servers
/skillsView loaded skills and their token counts
For more information about slash commands, including how to create custom commands, see Custom Slash Commands.