From a48a603202de91e42da93ad06b04caa6efd2195a Mon Sep 17 00:00:00 2001 From: "factory-droid[bot]" <138933559+factory-droid[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 16:14:38 +0000 Subject: [PATCH] docs: add CLI changelog entry for v0.151.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..92f107e3 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.151.0` + +## New features + +- **Air-gapped desktop sign-in** - Desktop now supports signing in while running in air-gapped mode (app) +- **Skill slash commands in editors** - Skill slash commands are now available when connecting from external editors + +## Improvements + +- **macOS installer branding** - The macOS DMG installer is now branded (app) +- **MCP results as markdown** - MCP tool results returned as JSON now render as formatted markdown + +## Bug fixes + +- **Session reconnection** - Sessions now stay rendered and reconnect instead of redirecting to a Session Unavailable page (app) +- **Org switcher** - The desktop organization switcher now shows the currently selected organization (app) +- **Desktop MCP sign-in** - Improved desktop MCP authentication callback handling (app) +- **Composer actions layout** - Composer actions now stay on a single line (app) +- **Air-gapped telemetry** - Telemetry is now disabled in air-gapped mode (app) +- **Escape key handling** - Improved how the terminal UI handles the escape key + + + `v0.150.0`