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
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

### 0.25.0
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Bug Review Agent🐛 on behalf of @akshayutture-augment

The 0.25.0 entry omits the release's new-feature items described in the PR body—cloud MCP/secret/VFS/session management, PagerDuty triggers, Fireworks BYOK, code completions, composable skills, and idle cleanup—so users reading the changelog won't see much of the advertised release scope.

Severity: low


🤖 Was this useful? React with 👍 or 👎


#### Improvements
- **Model Defaults**: Default models updated to Claude 4.5/4.6.
- **Image Paste**: Cmd+V is now accepted as an image paste shortcut in addition to the existing binding.
- **Shell Support**: Shell tools now support `sh`, and the TUI uses your configured shell for async commands.
- **Billing Summary**: Account display now shows a billing summary with credits and cost breakdown including sub-agent rollup.
- **MCP Environment Variables**: MCP servers support environment variable expansion and working directory injection.
- **Indexing Visibility**: Improved status visibility when codebase indexing gets stuck.
- **Session List Pagination**: Large session lists are now paginated to avoid timeouts.

#### Bug Fixes
- Fixed ESC key behavior in Enhance mode and slash command menus no longer interrupting the agent.
- Fixed image attachments not passing through the TUI message queue.
- Fixed tool-call blocks disappearing in cloud-connect TUI history.
- Fixed `session delete` failing when workspace ID is missing.
- Fixed duplicate rows appearing in the CLI transcript queue.
- Fixed API retry error messages appearing raw in TUI and headless output.
- Fixed session errors not being surfaced to users.
- Removed spurious "Logging configured" message on CLI startup.
- Fixed `/stats` message count accuracy by excluding tool-result continuations.
- Fixed `/web` fallback link formatting.
- Fixed `view_range` display for end-of-file ranges in tool call titles.

### 0.24.0

#### New Features
Expand Down