Skip to content

Commit 2d50087

Browse files
committed
docs: update changelog for v0.25.1
1 parent 9be3c17 commit 2d50087

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
### 0.25.1
4+
5+
#### New Features
6+
- **Cloud Trigger Management**: Added commands to create, list, and manage cloud triggers.
7+
- **Transcript Persistence**: New `keepTranscriptOnNewSession` setting preserves conversation history when starting a new TUI session.
8+
- **Non-Interactive Login**: Added `--no-tui` flag to `auggie login` for headless and scripted environments.
9+
- **Cloud Environment Defaults**: New `set-default`, `get-default`, and `unset-default` commands for managing cloud environment defaults.
10+
- **Cosmos Alias**: `auggie cosmos` is now an alias for `auggie cloud`.
11+
12+
#### Improvements
13+
- **VFS Performance**: Parallelized VFS content fetching for faster file synchronization.
14+
- **Connection Resilience**: VM connections now retry with backoff for transient errors.
15+
- **Image Attachments**: Consistent image-attachment size limits across all clients.
16+
- **Environment Defaults**: Daemon and pool environments now support default configuration.
17+
- **Session Listing**: `cloud sessions list` now defaults to showing only your own sessions.
18+
19+
#### Bug Fixes
20+
- Fixed TUI flickering during indexing, typing, and sub-agent work.
21+
- Fixed daemon reconnection failures after pre-open errors.
22+
- Fixed stale agent state persisting after starting a new session with `/new`.
23+
- Fixed daemon child sessions showing incorrect recovery banners.
24+
- Fixed `rebuild` command failing when script file paths were passed instead of file contents.
25+
- Fixed registry MCP servers not supporting session-only disable toggle.
26+
- Fixed queued request IDs not being preserved across retries.
27+
328
### 0.25.0
429

530
#### Improvements

0 commit comments

Comments
 (0)