From a05e069430bc63a92da9a90b946eac42f3437a8f Mon Sep 17 00:00:00 2001 From: "factory-droid[bot]" <138933559+factory-droid[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 01:18:09 +0000 Subject: [PATCH] docs: add CLI changelog entry for v0.152.0 Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/changelog/release-notes.mdx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx index bb1c31dd..66545423 100644 --- a/docs/changelog/release-notes.mdx +++ b/docs/changelog/release-notes.mdx @@ -4,6 +4,30 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an rss: true --- + + `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) + + + `v0.150.0`