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
Runauggie 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.
Multi-line input
Entering a new line in the input box depends on your terminal configuration and platform. You can useCtrl + 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.
MacOS Terminal
- Go to
- Check
- Go to
- Check
Reference
Shortcuts
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
Additional slash commands you may see
Custom and skill slash commands
In addition to the built-in commands above, the slash menu also lists:- Your custom slash commands — for example,
.augment/commands/deploy-staging.mdbecomes/deploy-staging. - Your discovered skills — for example, a skill at
.augment/skills/my-skill/SKILL.mdbecomes/my-skill. The/skillscommand opens a browser popover to discover what is available, but it is not required in order to invoke a skill.