From 2d500871efdab3ec1e9778256322e04c98d569bb Mon Sep 17 00:00:00 2001 From: Moogi <152214837+augmentmoogi@users.noreply.github.com> Date: Fri, 1 May 2026 23:38:53 +0000 Subject: [PATCH 1/2] docs: update changelog for v0.25.1 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0020dd7..c099aef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog +### 0.25.1 + +#### New Features +- **Cloud Trigger Management**: Added commands to create, list, and manage cloud triggers. +- **Transcript Persistence**: New `keepTranscriptOnNewSession` setting preserves conversation history when starting a new TUI session. +- **Non-Interactive Login**: Added `--no-tui` flag to `auggie login` for headless and scripted environments. +- **Cloud Environment Defaults**: New `set-default`, `get-default`, and `unset-default` commands for managing cloud environment defaults. +- **Cosmos Alias**: `auggie cosmos` is now an alias for `auggie cloud`. + +#### Improvements +- **VFS Performance**: Parallelized VFS content fetching for faster file synchronization. +- **Connection Resilience**: VM connections now retry with backoff for transient errors. +- **Image Attachments**: Consistent image-attachment size limits across all clients. +- **Environment Defaults**: Daemon and pool environments now support default configuration. +- **Session Listing**: `cloud sessions list` now defaults to showing only your own sessions. + +#### Bug Fixes +- Fixed TUI flickering during indexing, typing, and sub-agent work. +- Fixed daemon reconnection failures after pre-open errors. +- Fixed stale agent state persisting after starting a new session with `/new`. +- Fixed daemon child sessions showing incorrect recovery banners. +- Fixed `rebuild` command failing when script file paths were passed instead of file contents. +- Fixed registry MCP servers not supporting session-only disable toggle. +- Fixed queued request IDs not being preserved across retries. + ### 0.25.0 #### Improvements From f44953f5b41a0c24b3ef30b61677ea5bf9d19f65 Mon Sep 17 00:00:00 2001 From: Tulga Tsogtgerel Date: Fri, 1 May 2026 16:57:58 -0700 Subject: [PATCH 2/2] changelog update --- CHANGELOG.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c099aef..2edeb0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,26 +3,13 @@ ### 0.25.1 #### New Features -- **Cloud Trigger Management**: Added commands to create, list, and manage cloud triggers. - **Transcript Persistence**: New `keepTranscriptOnNewSession` setting preserves conversation history when starting a new TUI session. - **Non-Interactive Login**: Added `--no-tui` flag to `auggie login` for headless and scripted environments. -- **Cloud Environment Defaults**: New `set-default`, `get-default`, and `unset-default` commands for managing cloud environment defaults. -- **Cosmos Alias**: `auggie cosmos` is now an alias for `auggie cloud`. - -#### Improvements -- **VFS Performance**: Parallelized VFS content fetching for faster file synchronization. -- **Connection Resilience**: VM connections now retry with backoff for transient errors. -- **Image Attachments**: Consistent image-attachment size limits across all clients. -- **Environment Defaults**: Daemon and pool environments now support default configuration. -- **Session Listing**: `cloud sessions list` now defaults to showing only your own sessions. #### Bug Fixes - Fixed TUI flickering during indexing, typing, and sub-agent work. -- Fixed daemon reconnection failures after pre-open errors. - Fixed stale agent state persisting after starting a new session with `/new`. -- Fixed daemon child sessions showing incorrect recovery banners. - Fixed `rebuild` command failing when script file paths were passed instead of file contents. -- Fixed registry MCP servers not supporting session-only disable toggle. - Fixed queued request IDs not being preserved across retries. ### 0.25.0