Skip to content

Commit d2c5ed0

Browse files
authored
docs: update changelog for v0.23.0 (#120)
1 parent f8f1c44 commit d2c5ed0

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.23.0
4+
5+
#### New Features
6+
- **Side Questions**: Added `/btw` slash command for asking quick side questions without derailing the main conversation.
7+
- **Session Stats**: Added `auggie session stats` subcommand to view credit usage details for a session.
8+
- **Git-Based Plugins**: Marketplace plugins can now be sourced directly from Git repositories.
9+
10+
#### Improvements
11+
- **Dev Deployment Warning**: A visible warning is now displayed when connected to a development deployment.
12+
- **Login Connectivity Check**: The CLI now tests connectivity to Augment before completing the login flow, providing earlier feedback on connection issues.
13+
- **Unsupported Plugin Hooks**: Unsupported plugin hooks now show a compact informational message instead of verbose warnings.
14+
- **Event Command**: Removed the broken `event get` subcommand and added `--verbose` flag to `event list`.
15+
- **Tool Search**: Improved tool search UX and reliability.
16+
- **About Command**: `/about` now displays the active runtime (Node or Bun).
17+
- **Session Lock Handling**: Improved timeout handling when acquiring session locks.
18+
- **VM Heartbeat**: Reduced VM heartbeat interval for faster responsiveness.
19+
- **Message Queue**: Increased message queue capacity to 1000 for handling larger workloads.
20+
21+
#### Bug Fixes
22+
- Fixed expert capability mapping in CLI cloud mode.
23+
- Fixed tool host not being wired to the command handler in TUI cloud mode.
24+
- Fixed auth session not propagating to child agents spawned by the daemon.
25+
326
### 0.22.0
427

528
#### New Features

0 commit comments

Comments
 (0)