Documentation Index
Fetch the complete documentation index at: https://docs.augmentcode.com/llms.txt
Use this file to discover all available pages before exploring further.
How Automatic Updates Work
Auggie CLI automatically updates itself when running in interactive mode to ensure you always have the latest features and bug fixes.Interactive Mode (TUI)
- Automatically checks npm for newer versions when you start Auggie
- Performs upgrades without prompting to minimize interruption
- Shows a brief notification when an update is applied
- Best-effort approach - continues running even if update fails
Non-interactive Mode (Print/Text Mode)
- Auto-update is completely disabled
- Respects version pinning in automation scripts
Disabling Automatic Updates
You can disable automatic updates in either of two ways:- Set
"autoUpdate": falsein~/.augment/settings.json(persistent, per-user). - Set the
AUGMENT_DISABLE_AUTO_UPDATEenvironment variable to1(recommended for scripts and CI).