You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23Lines changed: 23 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,28 @@
1
1
# Changelog
2
2
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.
0 commit comments