Skip to content

Commit a76f618

Browse files
committed
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.
1 parent d2c5ed0 commit a76f618

File tree

1 file changed

+57
-14
lines changed

1 file changed

+57
-14
lines changed

CHANGELOG.md

Lines changed: 57 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,40 +3,33 @@
33
### 0.23.0
44

55
#### 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.
6+
87
- **Git-Based Plugins**: Marketplace plugins can now be sourced directly from Git repositories.
98

109
#### Improvements
11-
- **Dev Deployment Warning**: A visible warning is now displayed when connected to a development deployment.
10+
1211
- **Login Connectivity Check**: The CLI now tests connectivity to Augment before completing the login flow, providing earlier feedback on connection issues.
1312
- **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`.
1513
- **Tool Search**: Improved tool search UX and reliability.
1614
- **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.
2515

2616
### 0.22.0
2717

2818
#### New Features
19+
2920
- **Fork Session**: Added `/fork` slash command to fork the current session into a new one.
3021
- **Custom Themes**: Users can now override the default TUI theme.
3122

3223
#### Improvements
24+
3325
- **Summarization Status**: Conversation summarization indicator is now only shown when summarization is actively happening.
3426
- **Help Menu**: The `--wait-for-indexing` and `--plugin-dir` flags are now visible in `auggie --help` output.
3527
- **Plugin Auto-Enable**: Plugins loaded via `--plugin-dir` are now automatically enabled for skills and commands.
3628
- **Tool Permission Feedback**: Denying a tool permission request now provides clearer feedback.
3729
- **Error Details**: Fetch errors now surface more detailed cause information.
3830

3931
#### Bug Fixes
32+
4033
- Fixed excessive summarization calls within a single agent turn.
4134
- Fixed Tab-only navigation for multi-question prompts in the TUI.
4235
- Fixed MCP server initialization timing in ACP mode.
@@ -45,17 +38,20 @@
4538
### 0.21.0
4639

4740
#### New Features
41+
4842
- **Automatic Marketplace Updates**: Installed plugin marketplaces are now automatically updated in the background, with a prompt for workspace-recommended marketplaces.
4943
- **MCP OAuth Paste Fallback**: Added a fallback option to paste the authentication code during MCP OAuth flows, simplifying setup in remote SSH environments.
5044

5145
#### Improvements
46+
5247
- **Plan Mode**: The chat transcript now remains visible when transitioning from plan mode to implementation.
5348
- **Plan Mode Sub-Agent**: Optimized execution by eliminating redundant output operations.
5449
- **`auggie command list`**: Output now consistently displays help text.
5550
- **Startup Login Screen**: Updated the message for new users.
5651
- **Terminal Bell**: Now correctly rings when the agent is waiting for user input.
5752

5853
#### Bug Fixes
54+
5955
- Fixed a bug where indexing could fail on extremely large repositories by falling back to a native Git approach.
6056
- Fixed an issue preventing custom plugin commands from being properly invoked via `auggie command`.
6157
- Fixed a visual bug where "Indexing complete" could incorrectly display multiple times at startup.
@@ -64,17 +60,20 @@
6460
### 0.20.0
6561

6662
#### New Features
63+
6764
- **@ Context Picker**: Type `@` in the input to browse and attach agents and rules files to your prompt
6865
- **Marketplace Auto-Update**: Installed marketplace repos are automatically updated in the background on startup; toggle in marketplace settings.
6966
- **Recommended Marketplaces**: Projects can declare recommended marketplaces in `.augment/settings.json` that prompt installation on first open. These must be in the project level settings.json file
7067
- **MCP OAuth Paste Mode**: When authenticating MCP servers over SSH, you can now paste the auth code or redirect URL directly instead of relying on localhost redirect
7168
- **Enter Plan Mode Tool**: The agent can now enter plan mode mid-conversation when appropriate
7269

7370
#### Deprecated
71+
7472
- **Deprecated various flags for auth** - ENV variables AUGMENT_API_TOKEN, AUGMENT_API_URL and flags `--augment-token-file` and `--api-url` are no longer supported
7573
- Use `AUGMENT_SESSION_AUTH` and `--augment-session-json` instead
7674

7775
#### Improvements
76+
7877
- **Parallel Tool Execution**: The CLI agent loop now executes independent tools in parallel for faster responses
7978
- **Plan Mode**: Plans are now saved to `~/.augment/plans/` and plan mode enforces strict read-only access
8079
- **Notification Bell on Ask-User**: Terminal bell now rings when the agent prompts for user input (when `notificationMode` is set to `bell`)
@@ -87,6 +86,7 @@
8786
- **Jira/Confluence Errors**: Validation errors from Jira and Confluence are now surfaced in chat instead of showing a generic failure message
8887

8988
#### Bug Fixes
89+
9090
- Fixed `/mcp` toggle not actually enabling/disabling MCP servers
9191
- Fixed cursor position after the `/clear` command
9292
- Fixed file write/delete silently failing in multi-folder workspaces
@@ -96,15 +96,17 @@
9696
### 0.19.0
9797

9898
#### New Features
99+
99100
- Multi-workspace support: work with multiple folders simultaneously via `--add-workspace` flag or `/add-workspace` slash command
100101
- Skills as slash commands: trigger skills deterministically via `/` commands instead of relying on agent auto-detection
101102
- Multiple settings files: choose which settings file to save to when multiple exist, with 🔒 indicators for organization-managed settings
102103
- MCP OAuth scopes: MCP server authentication now supports configuring OAuth scopes
103104

104105
#### Improvements
106+
105107
- Ask-user tool: replaced custom text input with a "Chat about this" option for more natural conversational clarification
106108
- Ask-user shortcuts: press number keys (1–9) to directly select options
107-
servers
109+
servers
108110
- Session picker: added keyboard shortcuts for faster navigation
109111
- Processing duration: now displays minutes and hours instead of only seconds
110112
- Input history: navigating history no longer opens the slash command menu
@@ -114,6 +116,7 @@
114116
- Tool permissions: default to denylist mode to prevent accidental lockout from all tools
115117

116118
#### Bug Fixes
119+
117120
- Fixed CLI crash on startup caused by logger initialization order
118121
- Fixed stuck queued messages in cloud mode
119122
- Fixed apply_patch writing corrupted files when the model produced malformed output
@@ -122,12 +125,14 @@
122125
### 0.18.0
123126

124127
#### New Features
128+
125129
- **Model Picker Badges**: Model picker now shows cost tier indicators and server-controlled badges (e.g. "Free", "New")
126130
- **Ask Mode Enhancements**: Slash commands (`/`) and external editor (`Ctrl+O`) now work in Ask mode
127131
- **Single-Click Login**: Streamlined browser-based authentication flow
128132
- **/context**: `/context` to see context window usage
129133

130134
#### Improvements
135+
131136
- **Sub-agents Credit Usage**: Add support for subagents credit usage via non interactive mode for enterprise customers and /stats for all users
132137
- **Faster Tool Execution**: Reduced tool execution delays in large workspaces by caching enumeration state and parallelizing rule file reads
133138
- **Incremental Session Saving**: Agent progress is now saved after each LLM exchange, preventing loss of work if the process crashes mid-turn
@@ -142,6 +147,7 @@
142147
### 0.17.0
143148

144149
#### New Features
150+
145151
- Ask mode improvements: Slash commands and Ctrl+O (external editor) now work in ask mode
146152
- Ctrl+R history search: Persistent reverse history search across sessions
147153
- Selective session deletion: Delete individual sessions from the session picker
@@ -150,6 +156,7 @@
150156
- --queue support in non-interactive mode: Queue multiple prompts in `--print` mode for chained workflows
151157

152158
#### Improvements
159+
153160
- Indexing denylist: Permanently decline indexing for specific workspaces with a "Never index this workspace" option
154161
- Incremental session saving: Agent progress is now saved after each LLM exchange, preventing work loss on crashes
155162
- Task management: Task system now auto-recovers if the task list is missing, and task names are shown in update displays
@@ -167,6 +174,7 @@
167174
### 0.16.0
168175

169176
#### New Features
177+
170178
- Localhost OAuth login: local sessions now authenticate via browser-based OAuth flow instead of JSON paste
171179
- Session naming: name of sessions via `/rename` command is now displayed to the user
172180
- Model picker search: Option+M hotkey opens the model picker, which now supports search/filter
@@ -180,6 +188,7 @@
180188
- Hierarchical rules indicator: visual indicator showing active AGENTS.md rules
181189

182190
#### Improvements
191+
183192
- Auth flags: added `--augment-session-json` flag and `AUGMENT_SESSION_AUTH` env var as recommended auth methods (old flags deprecated but still work)
184193
- MCP compatibility: improved compatibility with non-standard MCP server JSON schemas (e.g., mcp-server-terminal)
185194
- View tool display: correctly shows "read directory" with entry count instead of "read file" with "0 lines"
@@ -188,6 +197,7 @@
188197
- Removed misleading "To see what's new" message after upgrade
189198

190199
#### Bug Fixes
200+
191201
- Fixed Ctrl+C not exiting the CLI on macOS (no longer requires `kill -9`)
192202
- Fixed crash on exit on Windows (UV_HANDLE_CLOSING assertion)
193203
- Fixed crash when pasting text or using Ctrl+P prompt enhancement
@@ -215,11 +225,13 @@
215225
### 0.15.0
216226

217227
#### New Features
228+
218229
- **Agent Skills Support**: Added support for loading specialized domain knowledge from SKILL.md files following the agentskills.io specification
219230
- **Skills Viewer**: Added `/skills` command to display currently loaded skills and approximate token usage
220231
- **Prompt Enhancement**: Added `--enhance-prompt` flag for non-interactive mode to improve prompts before sending to agent
221232

222233
#### Improvements
234+
223235
- **Session State Preservation**: Workspace settings (guidelines, rules, memories) are now preserved when using `/new` command or `--continue` flag
224236
- **Hook Message Display**: Hook messages now appear inline after each tool result instead of being batched at the bottom for better context
225237
- **Session Picker Ordering**: Session picker now displays most recent sessions at the top of the list
@@ -229,27 +241,31 @@
229241
- **Chat History Display**: Chat history now only shows user message entries for actual user input, not system-generated content
230242

231243
#### Bug Fixes
244+
232245
- **Session Resumption**: Fixed tool results (ViewTool, EditTool) not rendering when resuming sessions via `--resume` or `/sessions` command
233246
- **Keyboard Navigation**: Fixed keyboard shortcuts not responding while in mention mode
234247
- **Popover Input Handling**: Fixed keyboard input handling in popover states
235248
- **Input Focus Characters**: Fixed issue with focus characters appearing in input
236249

237250
#### UI Updates
238-
- **Queue Mode Shortcuts**: Updated queue mode keyboard shortcuts - X now deletes items, D moves items down
239251

252+
- **Queue Mode Shortcuts**: Updated queue mode keyboard shortcuts - X now deletes items, D moves items down
240253

241254
### 0.14.0
242255

243256
#### New Features
257+
244258
- MCP dynamic workspace discovery: MCP mode now supports on-the-fly workspace indexing with --mcp-auto-workspace flag, allowing codebase-retrieval to search different directories without restarting
245259

246260
#### Improvements
261+
247262
- Session management: Most recent sessions now appear at the top of the session picker list
248263
- Chat history: Chat history display fixed on --continue
249264
- Custom commands: Custom command model overrides now only apply to the next response instead of all follow-up responses
250265
- Banner: Updated banner with left-to-right gradient and all caps text
251266

252267
#### Bug Fixes
268+
253269
- Settings management: Settings updates now preserve comments and invalid/unknown fields in settings.json
254270
- Session persistence: Workspace settings (guidelines, rules, memories) are now preserved when using /new command or --continue flag
255271
- Fixed keyboard shortcuts not responding while in mention mode
@@ -272,66 +288,78 @@
272288
- Rules interface: Improved rules popover interface with better navigation and display
273289

274290
### 0.12.0
291+
275292
- /about command: View user information and debugging details with a new slash command
276293
- Keyboard navigation: Improved navigation with consistent arrow key and j/k shortcuts across all TUI components
277294

278295
### 0.11.1
296+
279297
- Task list UI: Fix uncaught exception that resulted in the agent being unable to add to the tasklist
280298

281299
### 0.11.0
282300

283301
#### MCP Mode Improvements
302+
284303
- **MCP Logging**: Added --log-file option for MCP mode to enable error logging (default: /tmp/augment-log.txt)
285304
- **MCP Performance**: Improved MCP mode startup performance with asynchronous workspace initialization
286305

287306
#### TUI Improvements
307+
288308
- **Thinking Display**: Improved visual styling for thinking entries with better readability and less intrusive appearance
289309
- **Bash Mode**: Bash mode is now available, trigger by pressing !
290310
- **Input History**: Fixed input history navigation state after submitting commands and queued messages now properly added to history
291311

292312
#### Bug Fixes
313+
293314
- **Tool Interruption**: Fixed crash when interrupting tool execution with escape key
294315
- **Parallel Interrupts**: Improved interrupt handling to properly cancel all running parallel sub-agents
295316
- **Exit Message**: Fixed typo in exit tip message
296317

297318
### 0.10.0
298319

299320
#### TUI Features
321+
300322
- **Session Switching**: Added `/sessions` command to switch between sessions without restarting CLI
301323
- **Shell Configuration**: Added `/config` command to configure default shell and startup script
302324
- **Keyboard Shortcuts**: Added Ctrl+/ for undo and Ctrl+Y for redo in normal edit mode
303325
- **Verbose Thinking**: Added verbose output mode for thinking summaries to show full agent reasoning
304326
- **Terminal Focus Tracking**: Added focus detection to hide cursor when terminal window loses focus
305327

306328
#### Session Management
329+
307330
- Show session ID when closing sessions with command to resume by ID
308331
- Support resuming sessions by ID prefix (unambiguous matches)
309332
- Added `-f` flag to filter session list to current workspace only
310333
- Reversed session list order to show newest sessions first
311334

312335
#### UI Improvements
336+
313337
- Fixed text wrapping in tool result summaries
314338
- Truncate web fetch results to 150 characters for better readability
315339
- Increased max length for thinking summary titles to reduce truncation
316340
- Truncate large file views to prevent excessive memory usage
317341

318342
#### Bug Fixes
343+
319344
- Fixed escape key behavior in ask mode (now properly exits to normal mode)
320345
- Fixed race condition in terminal focus tracking that caused escape sequences to leak
321346
- Fixed ACP login flow path identification
322347
- Removed duplicate error messages in output
323348
- Suppressed verbose npm output during auto-upgrade failures for cleaner error messages
324349

325350
### 0.9.1
351+
326352
- Fixed issue with extraneous git processes spawning after indexing
327353

328354
### 0.9.0
329355

330356
#### New Features
357+
331358
- **Session Sharing**: New `/share` command in TUI and `augment session share` CLI command to generate shareable links for chat sessions
332359
- **Auto-Update Control**: New `autoUpdate` setting in settings.json to control automatic updates
333360

334361
#### Improvements
362+
335363
- **ACP Mode**: Now fully released (no longer experimental) with non-interactive chat mode and thinking summaries for better visibility
336364
- **TUI Performance**: Improved rendering performance with Ink 6.5.0 incremental rendering
337365
- **Session Resumption**: Chat history now displays when resuming sessions with `--continue` or `--resume` flags
@@ -341,49 +369,60 @@
341369
### 0.8.0
342370

343371
#### New Features
372+
344373
- **Shell Configuration**: Added automatic shell detection and startup script support with `--shell` and `--startup-script` options
345374
- **Windows Support**: Fixed PowerShell execution on Windows for better cross-platform compatibility
346375
- **Terminal Authentication**: Added terminal authentication support for ACP mode
347376
- **ACP Mode**: Made `--acp` flag publicly available for Agent Communication Protocol support
348377
- **Queue Management**: Enabled message queue when agent is busy
349378

350379
#### Improvements
380+
351381
- **Rules Management**: Improved rules filtering and status display for better visibility of manual and dynamic rules
352382

353383
#### Bug Fixes
384+
354385
- **Chat Summarization**: Fixed chat history summarization
355386

356387
### 0.7.0
388+
357389
#### New Features
390+
358391
- **Agent Client Protocol (ACP) Support**: Added comprehensive support for the Agent Client Protocol with terminal authentication, model selection, and indexing control via new `--acp` and `--allow-indexing` flags
359392
- **Thinking Summaries**: Display GPT-5 model thinking process summaries with collapsible sections in the TUI
360393
- **MCP Server Support**: Extended support for HTTP and SSE-based Model Context Protocol servers in addition to stdio servers
361394

362395
#### Improvements
396+
363397
- **CLI is now GA**: Removed beta label from the CLI banner
364398
- **Model Selection**: Simplified model selection with short names (e.g., 'sonnet4.5' instead of full model IDs)
365399
- **File Mentions**: Fixed file mentions to not include @ symbol in prompts
366400

367401
#### Bug Fixes
402+
368403
- **Content Handling**: Improved stability when handling undefined content to prevent crashes
369404

370405
### 0.6.0
371406

372407
#### New Features
408+
373409
- **Parallel Tool Calls**: Added support for models calling multiple tools simultaneously
374410
- **Agent Client Protocol (ACP)**: Added experimental support for external editor integration via `--acp` flag, including file mentions and image support
375411
- **User Rules**: Added support for user-specific rules in `~/.augment/rules` directory for custom agent behavior
376412
- **Tool Management**: Added `--disable-tool` flag and settings configuration to disable specific tools from the agent's toolset
377413

378414
#### Improvements
415+
379416
- **Vim Mode**: Added 'e' keybind for moving to the end of a word, matching standard vim behavior
380417
- **Session Picker**: Improved UI with dynamic column resizing for better readability
381418
- **Settings Validation**: Enhanced error handling to gracefully handle invalid configuration fields
382419

383420
#### Commands & Utilities
421+
384422
- **Request ID**: Added `/request-id` command to display request IDs for debugging and support
385423

386424
### 0.5.10
425+
387426
- **Commands**: Added `/request-id` command to display request IDs for debugging
388427
- **UI**: Improved session picker with dynamic column resizing
389428
- **UI**: Added modified time to session list display
@@ -395,13 +434,15 @@
395434
- **Performance**: Fixed file picker performance issue that caused UI lag
396435

397436
### 0.5.9
437+
398438
- **Image support**: Attach images to prompts using `--image` flag or the new `/image` command with drag-and-drop and paste support
399439
- **Enhanced clipboard**: Fixed clipboard copying in SSH sessions and terminal multiplexers (tmux/screen) using OSC 52 protocol
400440
- **Session improvements**: Session list now shows last modified time and request IDs for better debugging
401441
- **OAuth improvements**: Display authentication URL when browser fails to open (useful for SSH connections)
402442
- **Simplified commands**: Consolidated `/new` and `/clear` commands for starting fresh conversations
403443

404444
### 0.5.8
445+
405446
- Added `/copy` command to copy request ID or response text to clipboard
406447
- Added OAuth authentication support for MCP (Model Context Protocol) servers
407448
- Added interactive session picker when using `--resume` without specifying a session ID
@@ -412,6 +453,7 @@
412453
- Fixed extra blank lines appearing at the beginning of agent responses
413454

414455
### 0.5.7
456+
415457
- **MCP Support**: Added `mcp add-json` command for importing MCP servers via JSON configuration
416458
- **MCP Reliability**: Improved MCP server validation to continue loading valid servers even when some configurations are invalid
417459
- **Version Management**: Enhanced upgrade system with semantic versioning support and better handling of prerelease versions
@@ -424,6 +466,7 @@
424466
- **Feedback**: Added GitHub repository link to the feedback command for easier issue reporting
425467

426468
### 0.5.6
469+
427470
- New `auggie rules list` command: Display workspace rules and guidelines directly from the CLI
428471
- Enhanced `/rules` command: View workspace rules with improved colored formatting in the TUI
429472
- Smarter TUI mode switching: Exit modes now return to the previous mode instead of always going back to Normal mode, enabling better workflows with FilePicker and Ask modes

0 commit comments

Comments
 (0)