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
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

Slash Commands

CommandDescription
/newStart a new conversation with no message history
/mcp-statusView the status of all configured MCP servers
/github-workflowGenerate a GitHub Action workflow
/request-idShow the request ID for the current conversation
/helpShow help
/exitExit Auggie