-
Notifications
You must be signed in to change notification settings - Fork 22
docs: add changelog for cli@0.21.0 #110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,24 @@ | ||
| # Changelog | ||
|
|
||
| ### 0.21.0 | ||
|
|
||
| #### New Features | ||
| - **Automatic Marketplace Updates**: Installed plugin marketplaces are now automatically updated in the background, with a prompt for workspace-recommended marketplaces. | ||
| - **MCP OAuth Paste Fallback**: Added a fallback option to paste the authentication code during MCP OAuth flows, simplifying setup in remote SSH environments. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This closely mirrors the 0.20.0 entry:
If 0.21.0 adds a fallback mechanism on top of the existing paste mode, consider making that distinction clearer. As written, it reads like a re-announcement of the same feature. |
||
|
|
||
| #### Improvements | ||
| - **Plan Mode**: The chat transcript now remains visible when transitioning from plan mode to implementation. | ||
| - **Plan Mode Sub-Agent**: Optimized execution by eliminating redundant output operations. | ||
| - **`auggie command list`**: Output now consistently displays help text. | ||
| - **Startup Login Screen**: Updated the message for new users. | ||
| - **Terminal Bell**: Now correctly rings when the agent is waiting for user input. | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The 0.20.0 changelog already includes:
The 0.21.0 entry ("Now correctly rings when the agent is waiting for user input") sounds more like a bug fix for the 0.20.0 feature. Consider moving this to the Bug Fixes section if the bell wasn't working correctly before, or clarifying what specifically improved. |
||
|
|
||
| #### Bug Fixes | ||
| - Fixed a bug where indexing could fail on extremely large repositories by falling back to a native Git approach. | ||
| - Fixed an issue preventing custom plugin commands from being properly invoked via `auggie command`. | ||
| - Fixed a visual bug where "Indexing complete" could incorrectly display multiple times at startup. | ||
| - Fixed an issue where CLI initialization could hang if connecting to an MCP server became stuck. | ||
|
|
||
| ### 0.20.0 | ||
|
|
||
| #### New Features | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This entry appears to combine two features already documented in 0.20.0:
.augment/settings.jsonthat prompt installation on first open"The 0.21.0 description ("Installed plugin marketplaces are now automatically updated in the background, with a prompt for workspace-recommended marketplaces") reads like the same functionality. If 0.21.0 contains incremental improvements over 0.20.0, consider wording that clarifies what changed (e.g., "Improved marketplace auto-update to...") rather than re-announcing the feature as new.