Skip to content
Open
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
20 changes: 20 additions & 0 deletions docs/changelog/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an
rss: true
---

<Update label="June 12" rss={{ title: "CLI Updates", description: "Command blocklist, MCP OAuth improvements, and welcome screen sign-in" }}>
`v0.147.0`

## New features

- **Command blocklist** - The new `commandBlocklist` setting hard-stops specified commands so they can never run, even under full autonomy or skipped approvals
- **Welcome screen sign-in** - Added log-in and sign-up CTAs to the welcome screen (app)

## Improvements

- **MCP OAuth** - MCP servers can now authenticate using Client ID Metadata Documents (CIMD), with improved compatibility for servers that require a resource indicator
- **Updated tooltips** - Refreshed tooltips for clearer guidance

## Bug fixes

- **Ctrl+Enter tooltip** - Fixed the Ctrl+Enter tooltip
- **Desktop MCP OAuth banner** - The MCP OAuth banner now points at the MCP button (app)

</Update>

<Update label="June 9" rss={{ title: "CLI Updates", description: "More reliable context summarization when a model declines a request" }}>
`v0.144.1`

Expand Down
Loading