From fe77325e26ca6298595be02b4107dc045caa538c Mon Sep 17 00:00:00 2001 From: Moogi <152214837+augmentmoogi@users.noreply.github.com> Date: Fri, 5 Jun 2026 02:04:00 +0000 Subject: [PATCH 1/3] docs: update changelog for v0.29.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ea4f62..04c4b79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +### 0.29.0 + +#### New Features +- **Prompt Modules**: Added reusable prompt modules and a `auggie cloud prompt-module render` command for expert instructions from docs and VFS. +- **Cloud Session Management**: Added commands to rename, archive, unarchive, pin, unpin, and list pinned cloud sessions. +- **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. +- **Tool Compatibility**: The `str-replace-editor` tool no longer requires the legacy instruction reminder field. + +#### 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. + ### 0.28.0 #### New Features From a559d7cbc15f76cd2ccbb0a169edfa7d73afa615 Mon Sep 17 00:00:00 2001 From: Moogi <152214837+augmentmoogi@users.noreply.github.com> Date: Thu, 25 Jun 2026 20:09:55 +0000 Subject: [PATCH 2/3] docs: drop non-user-facing entries from v0.29.0 changelog --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04c4b79..5ee5210 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,6 @@ ### 0.29.0 #### New Features -- **Prompt Modules**: Added reusable prompt modules and a `auggie cloud prompt-module render` command for expert instructions from docs and VFS. - **Cloud Session Management**: Added commands to rename, archive, unarchive, pin, unpin, and list pinned cloud sessions. - **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. @@ -14,7 +13,6 @@ - **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. -- **Tool Compatibility**: The `str-replace-editor` tool no longer requires the legacy instruction reminder field. #### Bug Fixes - Fixed `auggie upgrade` on Windows. From 46f9e13af3a508b118a67fdf646660cda23ec2f5 Mon Sep 17 00:00:00 2001 From: Moogi <152214837+augmentmoogi@users.noreply.github.com> Date: Thu, 25 Jun 2026 20:15:57 +0000 Subject: [PATCH 3/3] docs: remove experimental cloud session management from v0.29.0 changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ee5210..08f443e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,6 @@ ### 0.29.0 #### New Features -- **Cloud Session Management**: Added commands to rename, archive, unarchive, pin, unpin, and list pinned cloud sessions. - **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.