Conversation
|
Code Review Triage 🛡️ · Low Risk Recommendation: ✅ Approve — Low-Risk ChangeJustificationThis PR only adds a new changelog entry to If you don't agree with this auto-approval recommendation, please reach out to #feedback-code-review-agent. |
There was a problem hiding this comment.
Changelog entry is well-structured and consistent with the existing format. However, several entries in the 0.21.0 section appear to significantly overlap with features already documented in 0.20.0, which could confuse readers about what's actually new. See inline comments for details.
🤖 Automated review complete. Please react with 👍 or 👎 on the individual review comments to provide feedback on their usefulness.
| ### 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. |
There was a problem hiding this comment.
This entry appears to combine two features already documented in 0.20.0:
- Marketplace Auto-Update: "Installed marketplace repos are automatically updated in the background on startup"
- Recommended Marketplaces: "Projects can declare recommended marketplaces in
.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.
|
|
||
| #### 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.
This closely mirrors the 0.20.0 entry:
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
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.
| - **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.
The 0.20.0 changelog already includes:
Notification Bell on Ask-User: Terminal bell now rings when the agent prompts for user input (when
notificationModeis set tobell)
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.
Add changelog entry for CLI version 0.21.0 to
CHANGELOG.md.New Features
Improvements
auggie command listconsistently displays help textBug Fixes
auggie command🤖 This description was generated automatically. Please react with 👍 if it's helpful or 👎 if it needs improvement.