From 9a08f73f6f220ce567e0f42984c0823e846dcccf Mon Sep 17 00:00:00 2001 From: Moogi <152214837+augmentmoogi@users.noreply.github.com> Date: Thu, 2 Apr 2026 23:53:16 +0000 Subject: [PATCH 1/2] docs: update changelog for v0.22.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6aa1eb3..0b42393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +### 0.22.0 + +#### New Features +- **Fork Session**: Added `/fork` slash command to fork the current session into a new one. +- **Cloud Resource Management**: Added `auggie cloud` CLI commands for managing experts, integrations, triggers, and environments, with built-in help text examples. +- **Custom Themes**: Users can now override the default TUI theme. +- **MCP Registry Sidecar**: Added support for MCP registry sidecar for centralized MCP server management. +- **Virtual Filesystem**: Added persistent cloud storage for agent sessions. + +#### Improvements +- **Summarization Status**: Conversation summarization indicator is now only shown when summarization is actively happening. +- **Help Menu**: The `--wait-for-indexing` and `--plugin-dir` flags are now visible in `auggie --help` output. +- **Plugin Auto-Enable**: Plugins loaded via `--plugin-dir` are now automatically enabled for skills and commands. +- **Tool Permission Feedback**: Denying a tool permission request now provides clearer feedback. +- **Error Details**: Fetch errors now surface more detailed cause information. +- **MCP Tool Context**: Optimized MCP tool discovery to reduce context overhead. + +#### Bug Fixes +- Fixed excessive summarization calls within a single agent turn. +- Fixed Tab-only navigation for multi-question prompts in the TUI. +- Fixed MCP server initialization timing in ACP mode. +- Fixed cloud rules not being re-applied after session restore. +- Fixed queue message rejection handling for enqueued messages. + ### 0.21.0 #### New Features From 4c93de5dca91d0c4d8d405d58b6485647f0d953b Mon Sep 17 00:00:00 2001 From: Moogi <152214837+augmentmoogi@users.noreply.github.com> Date: Fri, 3 Apr 2026 03:00:54 +0000 Subject: [PATCH 2/2] docs: address review feedback - remove non-user-facing entries --- CHANGELOG.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b42393..79bddf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,7 @@ #### New Features - **Fork Session**: Added `/fork` slash command to fork the current session into a new one. -- **Cloud Resource Management**: Added `auggie cloud` CLI commands for managing experts, integrations, triggers, and environments, with built-in help text examples. - **Custom Themes**: Users can now override the default TUI theme. -- **MCP Registry Sidecar**: Added support for MCP registry sidecar for centralized MCP server management. -- **Virtual Filesystem**: Added persistent cloud storage for agent sessions. #### Improvements - **Summarization Status**: Conversation summarization indicator is now only shown when summarization is actively happening. @@ -15,13 +12,11 @@ - **Plugin Auto-Enable**: Plugins loaded via `--plugin-dir` are now automatically enabled for skills and commands. - **Tool Permission Feedback**: Denying a tool permission request now provides clearer feedback. - **Error Details**: Fetch errors now surface more detailed cause information. -- **MCP Tool Context**: Optimized MCP tool discovery to reduce context overhead. #### Bug Fixes - Fixed excessive summarization calls within a single agent turn. - Fixed Tab-only navigation for multi-question prompts in the TUI. - Fixed MCP server initialization timing in ACP mode. -- Fixed cloud rules not being re-applied after session restore. - Fixed queue message rejection handling for enqueued messages. ### 0.21.0