From 7ed2d48f1c6673cf4ddaba63a835746f4067d129 Mon Sep 17 00:00:00 2001 From: Moogi <152214837+augmentmoogi@users.noreply.github.com> Date: Fri, 27 Mar 2026 20:56:37 +0000 Subject: [PATCH 1/2] docs: add changelog for cli@0.21.0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1929f52..8aafdcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +### 0.21.0 + +#### New Features +- **Automatic Marketplace Updates**: Installed plugin marketplaces are now automatically updated in the background, with a prompt for workspace-recommended marketplaces. +- **MCP OAuth Paste Fallback**: Added a fallback option to paste the authentication code during MCP OAuth flows, simplifying setup in remote SSH environments. + +#### Improvements +- **Cloud Agent Execution**: Added proper timeouts and graceful fail-safes for interactive tools in headless environments. +- **Cloud Agent Status**: Improved granular status reporting for the cloud agent during execution. +- **Plan Mode**: The chat transcript now remains visible when transitioning from plan mode to implementation. +- **Plan Mode Sub-Agent**: Optimized execution by eliminating redundant output operations. +- **`auggie command list`**: Output now consistently displays help text. +- **Startup Login Screen**: Updated the message for new users. +- **Terminal Bell**: Now correctly rings when the agent is waiting for user input. + +#### Bug Fixes +- Fixed an issue where the cloud agent queue would not correctly pause when interrupted mid-execution. +- Fixed a bug where indexing could fail on extremely large repositories by falling back to a native Git approach. +- Fixed an issue preventing custom plugin commands from being properly invoked via `auggie command`. +- Fixed a visual bug where "Indexing complete" could incorrectly display multiple times at startup. +- Fixed an issue where CLI initialization could hang if connecting to an MCP server became stuck. + ### 0.20.0 #### New Features From da4bb42317c577f5533e95641006d7a6f424c398 Mon Sep 17 00:00:00 2001 From: Moogi Date: Fri, 27 Mar 2026 14:00:56 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8aafdcc..fddc725 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,8 +7,6 @@ - **MCP OAuth Paste Fallback**: Added a fallback option to paste the authentication code during MCP OAuth flows, simplifying setup in remote SSH environments. #### Improvements -- **Cloud Agent Execution**: Added proper timeouts and graceful fail-safes for interactive tools in headless environments. -- **Cloud Agent Status**: Improved granular status reporting for the cloud agent during execution. - **Plan Mode**: The chat transcript now remains visible when transitioning from plan mode to implementation. - **Plan Mode Sub-Agent**: Optimized execution by eliminating redundant output operations. - **`auggie command list`**: Output now consistently displays help text. @@ -16,7 +14,6 @@ - **Terminal Bell**: Now correctly rings when the agent is waiting for user input. #### Bug Fixes -- Fixed an issue where the cloud agent queue would not correctly pause when interrupted mid-execution. - Fixed a bug where indexing could fail on extremely large repositories by falling back to a native Git approach. - Fixed an issue preventing custom plugin commands from being properly invoked via `auggie command`. - Fixed a visual bug where "Indexing complete" could incorrectly display multiple times at startup.