From 18caa609f7eee9ff0eb8c2a8e6bec48db6e0a9c7 Mon Sep 17 00:00:00 2001 From: Moogi Date: Sat, 28 Mar 2026 01:55:38 +0000 Subject: [PATCH 1/2] docs: update changelog for v0.22.0 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fddc725..92f0eed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 0.22.0 + +- Adding an automated bot changelog automation + ### 0.21.0 #### New Features From 5ad49cb7f7cb29db0dd7c85131f979e4c6a32192 Mon Sep 17 00:00:00 2001 From: Moogi <152214837+augmentmoogi@users.noreply.github.com> Date: Sat, 28 Mar 2026 01:56:33 +0000 Subject: [PATCH 2/2] docs: update changelog for v0.22.0 --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92f0eed..6e45ac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,21 @@ ### 0.22.0 -- Adding an automated bot changelog automation +#### 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 +- **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 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. ### 0.21.0