From 4b931e51bab9581a08e3890724e167b152dd1f07 Mon Sep 17 00:00:00 2001 From: arnab-augment Date: Wed, 8 Apr 2026 19:58:55 -0700 Subject: [PATCH] docs: remove internal/flag-gated items from v0.23.0 changelog The original v0.23.0 changelog (#120) included items that are either behind production feature flags or relate to internal/poseidon functionality not yet surfaced to users: - /btw Side Questions (cli_enable_btw: staging-shard-0 only) - auggie session stats (cli_enable_session_stats: STAGING only) - Dev Deployment Warning (internal) - VM Heartbeat (internal) - Event Command changes (internal) - Session Lock Handling (internal) - Message Queue capacity bump (internal) - Bug fixes related to cloud/poseidon mode (internal) Git-Based Plugins is kept: its umbrella flag (enable_plugin_marketplace) is fully enabled in production. --- CHANGELOG.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7baeb9f..90eeec6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,25 +3,13 @@ ### 0.23.0 #### New Features -- **Side Questions**: Added `/btw` slash command for asking quick side questions without derailing the main conversation. -- **Session Stats**: Added `auggie session stats` subcommand to view credit usage details for a session. - **Git-Based Plugins**: Marketplace plugins can now be sourced directly from Git repositories. #### Improvements -- **Dev Deployment Warning**: A visible warning is now displayed when connected to a development deployment. - **Login Connectivity Check**: The CLI now tests connectivity to Augment before completing the login flow, providing earlier feedback on connection issues. - **Unsupported Plugin Hooks**: Unsupported plugin hooks now show a compact informational message instead of verbose warnings. -- **Event Command**: Removed the broken `event get` subcommand and added `--verbose` flag to `event list`. - **Tool Search**: Improved tool search UX and reliability. - **About Command**: `/about` now displays the active runtime (Node or Bun). -- **Session Lock Handling**: Improved timeout handling when acquiring session locks. -- **VM Heartbeat**: Reduced VM heartbeat interval for faster responsiveness. -- **Message Queue**: Increased message queue capacity to 1000 for handling larger workloads. - -#### Bug Fixes -- Fixed expert capability mapping in CLI cloud mode. -- Fixed tool host not being wired to the command handler in TUI cloud mode. -- Fixed auth session not propagating to child agents spawned by the daemon. ### 0.22.0