Skip to content

Commit 9be3c17

Browse files
docs: update changelog for v0.25.0 (#129)
Co-authored-by: augment-app-staging[bot] <182802480+augment-app-staging[bot]@users.noreply.github.com> Co-authored-by: Tulga Tsogtgerel <tulga@augmentcode.com>
1 parent fa41395 commit 9be3c17

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
### 0.25.0
4+
5+
#### Improvements
6+
- **Model Defaults**: Default models updated to Claude 4.5/4.6.
7+
- **Image Paste**: Cmd+V is now accepted as an image paste shortcut in addition to the existing binding.
8+
- **Shell Support**: Shell tools now support `sh`, and the TUI uses your configured shell for async commands.
9+
- **Billing Summary**: Account display now shows a billing summary with credits and cost breakdown including sub-agent rollup.
10+
- **MCP Environment Variables**: MCP servers support environment variable expansion and working directory injection.
11+
- **Indexing Visibility**: Improved status visibility when codebase indexing gets stuck.
12+
- **Session List Pagination**: Large session lists are now paginated to avoid timeouts.
13+
14+
#### Bug Fixes
15+
- Fixed ESC key behavior in Enhance mode and slash command menus no longer interrupting the agent.
16+
- Fixed image attachments not passing through the TUI message queue.
17+
- Fixed tool-call blocks disappearing in cloud-connect TUI history.
18+
- Fixed `session delete` failing when workspace ID is missing.
19+
- Fixed duplicate rows appearing in the CLI transcript queue.
20+
- Fixed API retry error messages appearing raw in TUI and headless output.
21+
- Fixed session errors not being surfaced to users.
22+
- Removed spurious "Logging configured" message on CLI startup.
23+
- Fixed `/stats` message count accuracy by excluding tool-result continuations.
24+
- Fixed `/web` fallback link formatting.
25+
- Fixed `view_range` display for end-of-file ranges in tool call titles.
26+
327
### 0.24.0
428

529
#### New Features

0 commit comments

Comments
 (0)