Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions CHANGELOG.md
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.
Copy link
Copy Markdown

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:

  • Marketplace Auto-Update: "Installed marketplace repos are automatically updated in the background on startup"
  • Recommended Marketplaces: "Projects can declare recommended marketplaces in .augment/settings.json that 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.

- **MCP OAuth Paste Fallback**: Added a fallback option to paste the authentication code during MCP OAuth flows, simplifying setup in remote SSH environments.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.


#### 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.
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The 0.20.0 changelog already includes:

Notification Bell on Ask-User: Terminal bell now rings when the agent prompts for user input (when notificationMode is set to bell)

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
Expand Down