Skip to content

Commit 5f37f72

Browse files
authored
docs: add changelog for cli@0.21.0 (#110)
1 parent ee12476 commit 5f37f72

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
### 0.21.0
4+
5+
#### New Features
6+
- **Automatic Marketplace Updates**: Installed plugin marketplaces are now automatically updated in the background, with a prompt for workspace-recommended marketplaces.
7+
- **MCP OAuth Paste Fallback**: Added a fallback option to paste the authentication code during MCP OAuth flows, simplifying setup in remote SSH environments.
8+
9+
#### Improvements
10+
- **Plan Mode**: The chat transcript now remains visible when transitioning from plan mode to implementation.
11+
- **Plan Mode Sub-Agent**: Optimized execution by eliminating redundant output operations.
12+
- **`auggie command list`**: Output now consistently displays help text.
13+
- **Startup Login Screen**: Updated the message for new users.
14+
- **Terminal Bell**: Now correctly rings when the agent is waiting for user input.
15+
16+
#### Bug Fixes
17+
- Fixed a bug where indexing could fail on extremely large repositories by falling back to a native Git approach.
18+
- Fixed an issue preventing custom plugin commands from being properly invoked via `auggie command`.
19+
- Fixed a visual bug where "Indexing complete" could incorrectly display multiple times at startup.
20+
- Fixed an issue where CLI initialization could hang if connecting to an MCP server became stuck.
21+
322
### 0.20.0
423

524
#### New Features

0 commit comments

Comments
 (0)