From bfddcb4d1c880bd13520f10e67c9483c05dc7d04 Mon Sep 17 00:00:00 2001 From: "factory-droid[bot]" <138933559+factory-droid[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 00:16:02 +0000 Subject: [PATCH] docs: add CLI changelog entry for v0.119.0 Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/changelog/release-notes.mdx | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx index 3a85ccfe..2de117e7 100644 --- a/docs/changelog/release-notes.mdx +++ b/docs/changelog/release-notes.mdx @@ -4,6 +4,38 @@ description: "Recent features and improvements to Factory CLI" rss: true --- + + `v0.119.0` + +## New features + +- **Windows setup script** - New setup script simplifies installing Factory CLI on Windows +- **MCP menu revamp** - Redesigned MCP menu for clearer server and tool management +- **Sticky user messages** - User messages stay anchored as you scroll, with a full-session view (app) +- **Delete wiki runs** - You can now delete wiki runs directly from the app (app) + +## Improvements + +- **Desktop auto-updater UX** - Overhauled the auto-updater experience for a clearer update flow (app) +- **Computer wizard polish** - Streamlined the new computer wizard (app) +- **Cleaner ask-user prompts** - Polished the ask-user prompt UI in the CLI +- **Refined Thinking/Exploring previews** - Tightened the look of Thinking and Exploring summary previews +- **Light mode chat polish** - Improved chat styling in light mode +- **Mission overage error clarity** - Distinguishes mission overage network errors from generic failures + +## Bug fixes + +- **Status line working directory** - Status line now uses the last known working directory instead of a stale path +- **Wiki history dropdown** - Wiki history dropdown is no longer cut off by the surrounding layout (app) +- **BYOK reasoning effort range** - Full reasoning effort range now applies to custom BYOK models +- **Stale custom provider routing** - Fixed stale routing persisting across custom BYOK provider switches +- **Download desktop banner on web** - "Download Desktop App" banner no longer appears on the web +- **Session switching flicker** - Fixed flickering when switching between sessions (app) +- **Hibernated delegation computers** - Linear and Slack delegations now wake hibernated computers reliably +- **Credits dashboard pricing** - Credits dashboard now works for accounts with multiple price intervals (app) + + + `v0.118.1`