Skip to content
Closed
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
27 changes: 27 additions & 0 deletions docs/changelog/cli-updates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ description: "Recent features and improvements to Factory CLI"
rss: true
---

<Update label="March 2" rss={{ title: "CLI Updates", description: "/copy command, marketplace management, and mission worker improvements" }}>
`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

</Update>

<Update label="February 27" rss={{ title: "CLI Updates", description: "Diagnostics command, GitHub comments in diff viewer, and mission mode fixes" }}>
`v0.65.0`

Expand Down