Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

### 0.24.0

#### New Features
- **Image Support**: The view tool now supports displaying image files (PNG, JPG, GIF, WEBP).
- **Context Stats**: Added `auggie context stats` command to display context and token usage information.
- **JSON Output**: `auggie account status` now supports a `--json` flag for machine-readable output.
- **Terminal Title Control**: Added option to prevent the CLI from updating the terminal title.

#### Improvements
- **Upgrade Handling**: `auggie upgrade` now correctly handles non-global npm installations.
- **Conversation Memory**: Improved memory calculation to account for full agent state.

#### Bug Fixes
- Fixed OAuth secrets not being cleaned up when an MCP server is removed.
- Fixed duplicate MCP servers appearing in `/mcp list`.
Copy link
Copy Markdown
Contributor

@augment-app-staging augment-app-staging bot Apr 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This bullet mentions /mcp list, but the CLI syntax elsewhere is documented as auggie mcp list (and /mcp as a slash command). If /mcp list isn’t a real command, it could confuse users.

Severity: medium

Fix This in Augment

🤖 Was this useful? React with 👍 or 👎

- Fixed TUI display glitches when resizing the terminal window.

### 0.23.0

#### New Features
Expand Down