Skip to content

Commit 188902f

Browse files
docs: update changelog for v0.24.0 (#124)
Co-authored-by: Justin Xu <justinxu@augmentcode.com>
1 parent e327605 commit 188902f

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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+
- **Terminal Title Control**: Added option to prevent the CLI from updating the terminal title.
10+
11+
#### Improvements
12+
- **Upgrade Handling**: `auggie upgrade` now correctly handles non-global npm installations.
13+
- **Conversation Memory**: Improved memory calculation to account for full agent state.
14+
15+
#### Bug Fixes
16+
- Fixed OAuth secrets not being cleaned up when an MCP server is removed.
17+
- Fixed duplicate MCP servers appearing in `/mcp list`.
18+
- Fixed TUI display glitches when resizing the terminal window.
19+
320
### 0.23.0
421

522
#### New Features

0 commit comments

Comments
 (0)