Skip to content
Book demo
CHANGELOG
June 4, 2026

Auggie CLI 0.29.0 Release Notes

New Features

  • Auggie Guide: Added a built-in `auggie-guide` subagent for answering Auggie CLI and Cosmos questions from the docs.
  • Daemon Spaces: Added CLI support for plain daemon Spaces.
  • Daemon Indexing: Added `--allow-indexing` support to `auggie daemon` so spawned child agents can use codebase indexing.

Improvements

  • Session Metadata: Session JSON now records per-exchange model IDs, summarization billing, and sub-agent histories.
  • Indexing Visibility: `auggie daemon` now reports indexing status at startup and explains how to enable it when possible.
  • MCP Reliability: MCP OAuth refreshes are more resilient, and stale shared MCP opt-ins now surface CLI warnings.
  • CLI Welcome: The welcome screen now highlights updated model availability.

Bug Fixes

  • Fixed `auggie upgrade` on Windows.
  • Fixed `auggie mcp add --header` to use `-H` and avoid conflicting with help.
  • Fixed daemon auth-session file handling to write atomically and recover from malformed files.
  • Fixed markdown code fences from carrying over between agent turns.
  • Fixed out-of-order messages in long paginated conversation turns.
  • Fixed subagent delegate tool rendering.