September 11, 2025

Auggie CLI 0.5.4 Release Notes

What's new
  • Manage Model Context Protocol (MCP) servers with `auggie mcp add|list|remove`
  • Configure MCP servers in your settings file (`~/.augment/settings.json`) or via a config file passed with `--mcp-config`.
Improvements
  • Skip waiting for indexing to complete before codebase retrieval executes in TUI mode - If API requests are retried, the CLI shows a clear message so you know what's happening.
  • Interrupting an operation now cleans up any partial output to keep the screen tidy.
  • Custom slash command help text now show the selected model; logging and parsing are consistent in both interactive and non‑interactive modes.
  • Session tracking is more reliable between the CLI and the API.
Fixes
  • Authentication works correctly when you provide both an API token and an API URL.
  • On Windows, home‑directory detection across different drives has been fixed to avoid incorrect indexing.