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
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
# Changelog
2
2
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.
0 commit comments