From 5b60c60bbea850019555f8de9cdd4bf8e247b546 Mon Sep 17 00:00:00 2001 From: Moogi <152214837+augmentmoogi@users.noreply.github.com> Date: Tue, 14 Apr 2026 22:03:45 +0000 Subject: [PATCH 1/2] docs: update changelog for v0.24.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90eeec6..905f3d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +### 0.24.0 + +#### New Features +- **Image Support**: The view tool now supports displaying image files (PNG, JPG, GIF, WEBP). +- **Context Stats**: Added `auggie context stats` command to display context and token usage information. +- **JSON Output**: `auggie account status` now supports a `--json` flag for machine-readable output. +- **Open in Browser**: Added `/web` slash command to open cloud sessions in a web browser. +- **Terminal Title Control**: Added option to prevent the CLI from updating the terminal title. +- **Worktree Isolation**: Cloud daemon child agents now use isolated git worktrees. + +#### Improvements +- **Ask-User Overlay**: The ask-user prompt overlay is now resizable and shows a timeout countdown. +- **Model Change Sync**: The CLI now reflects model changes made in the web app in real time. +- **Git Context for Cloud Sessions**: Cloud sessions now receive git branch context at startup and detect live branch switches. +- **Upgrade Handling**: `auggie upgrade` now correctly handles non-global npm installations. +- **Conversation Memory**: Improved memory calculation to account for full agent state. + +#### Bug Fixes +- Fixed OAuth secrets not being cleaned up when an MCP server is removed. +- Fixed duplicate MCP servers appearing in `/mcp list`. +- Fixed TUI display glitches when resizing the terminal window. +- Fixed cloud session reconnect command. + ### 0.23.0 #### New Features From ce10a6672bdd31fd961c297241a4316d1b594535 Mon Sep 17 00:00:00 2001 From: Justin Xu Date: Tue, 14 Apr 2026 15:53:27 -0700 Subject: [PATCH 2/2] Revise CHANGELOG for version 0.23.0 Updated CHANGELOG.md to reflect new features, improvements, and bug fixes. --- CHANGELOG.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 905f3d6..3e05d3e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,9 @@ - **Image Support**: The view tool now supports displaying image files (PNG, JPG, GIF, WEBP). - **Context Stats**: Added `auggie context stats` command to display context and token usage information. - **JSON Output**: `auggie account status` now supports a `--json` flag for machine-readable output. -- **Open in Browser**: Added `/web` slash command to open cloud sessions in a web browser. - **Terminal Title Control**: Added option to prevent the CLI from updating the terminal title. -- **Worktree Isolation**: Cloud daemon child agents now use isolated git worktrees. #### Improvements -- **Ask-User Overlay**: The ask-user prompt overlay is now resizable and shows a timeout countdown. -- **Model Change Sync**: The CLI now reflects model changes made in the web app in real time. -- **Git Context for Cloud Sessions**: Cloud sessions now receive git branch context at startup and detect live branch switches. - **Upgrade Handling**: `auggie upgrade` now correctly handles non-global npm installations. - **Conversation Memory**: Improved memory calculation to account for full agent state. @@ -21,7 +16,6 @@ - Fixed OAuth secrets not being cleaned up when an MCP server is removed. - Fixed duplicate MCP servers appearing in `/mcp list`. - Fixed TUI display glitches when resizing the terminal window. -- Fixed cloud session reconnect command. ### 0.23.0