File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### 0.24.0
4+
5+ #### New Features
6+ - ** Image Support** : The view tool now supports displaying image files (PNG, JPG, GIF, WEBP).
7+ - ** Context Stats** : Added ` auggie context stats ` command to display context and token usage information.
8+ - ** JSON Output** : ` auggie account status ` now supports a ` --json ` flag for machine-readable output.
9+ - ** Open in Browser** : Added ` /web ` slash command to open cloud sessions in a web browser.
10+ - ** Terminal Title Control** : Added option to prevent the CLI from updating the terminal title.
11+ - ** Worktree Isolation** : Cloud daemon child agents now use isolated git worktrees.
12+
13+ #### Improvements
14+ - ** Ask-User Overlay** : The ask-user prompt overlay is now resizable and shows a timeout countdown.
15+ - ** Model Change Sync** : The CLI now reflects model changes made in the web app in real time.
16+ - ** Git Context for Cloud Sessions** : Cloud sessions now receive git branch context at startup and detect live branch switches.
17+ - ** Upgrade Handling** : ` auggie upgrade ` now correctly handles non-global npm installations.
18+ - ** Conversation Memory** : Improved memory calculation to account for full agent state.
19+
20+ #### Bug Fixes
21+ - Fixed OAuth secrets not being cleaned up when an MCP server is removed.
22+ - Fixed duplicate MCP servers appearing in ` /mcp list ` .
23+ - Fixed TUI display glitches when resizing the terminal window.
24+ - Fixed cloud session reconnect command.
25+
326### 0.23.0
427
528#### New Features
You can’t perform that action at this time.
0 commit comments