Skip to content

Commit 5b60c60

Browse files
committed
docs: update changelog for v0.24.0
1 parent e327605 commit 5b60c60

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
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

0 commit comments

Comments
 (0)