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

<Update label="June 18" rss={{ title: "CLI Updates", description: "Command-line autonomy flag, org MCP and marketplace controls, and reliability fixes" }}>
`v0.152.0`

## New features

- **Autonomy flag** - Set Droid's autonomy level straight from the command line with `droid --auto high`
- **Org MCP and marketplace controls** - Organizations can centrally govern MCP server and plugin marketplace access
- **In-app membership controls** - Manage organization members directly in the app (app)

## Improvements

- **Private npm registry plugins** - Plugin sources can now authenticate to private npm registries using an auth token environment variable
- **Onboarding copy** - Clearer guidance during Droid setup onboarding (app)

## Bug fixes

- **Status after interrupt** - Droid's status now clears correctly after you interrupt it
- **Event hooks** - Multiple hooks configured for the same event are now combined correctly
- **Summaries across directories** - Fixed conversation summaries when your working directory changes
- **Streaming placeholder** - Fixed a stale placeholder that could linger in the chat (app)
- **Connection stability** - Reduced session UI flicker during brief connection drops (app)

</Update>

<Update label="June 16" rss={{ title: "CLI Updates", description: "npm plugin sources and long-session performance" }}>
`v0.150.0`

Expand Down
Loading