File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments