From 92ce3c1508ab28cb1e759769ae0ae74d3581a6c1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 3 Mar 2026 23:21:25 +0000 Subject: [PATCH] docs: add CLI changelog entry for v0.66.0 Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/changelog/cli-updates.mdx | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/changelog/cli-updates.mdx b/docs/changelog/cli-updates.mdx index 26bcd0e2..a4cc83f7 100644 --- a/docs/changelog/cli-updates.mdx +++ b/docs/changelog/cli-updates.mdx @@ -4,6 +4,33 @@ description: "Recent features and improvements to Factory CLI" rss: true --- + + `v0.66.0` + + ## New features + + * **`/copy` slash command** - Copy content to your clipboard directly from the CLI + * **Marketplace management** - New UI for managing marketplace plugins under the Plugins section in enterprise controls (app) + * **App version display** - Desktop app now shows the current version number (app) + * **Grouped exec sessions** - Droid exec sessions are now grouped under a dedicated tab for cleaner organization (app) + + ## Improvements + + * **Mission worker reliability** - Hardened mission worker lifecycle with improved pause and resume handling + + ## Bug fixes + + * **Subagent model and permissions** - Fixed subagent model inheritance and permissions level + * **BYOK compaction errors** - Upstream error details are now surfaced in BYOK compaction failures + * **Cross-provider messages** - Fixed message conversion for OpenAI Responses API across providers + * **Spec model display** - Corrected spec model display in `/model` selector and prevented global fallback on clear + * **Session archiving** - Fixed session archive confirmation flow in the app + * **Chat scrolling** - Fixed scroll-to-last-message behavior in session chat (app) + * **User limits modal** - Fixed scroll bug in the Individual User Limits modal (app) + * **Diff generation** - Fixed potential crash with non-string inputs in diff generation + + + `v0.65.0`