Skip to content
Merged
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
32 changes: 32 additions & 0 deletions docs/changelog/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,38 @@ rss: true

</Update>

<Update label="May 6" rss={{ title: "CLI Updates", description: "Windows setup script, MCP menu revamp, sticky user messages, wiki run deletion, and stability fixes" }}>
`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)

</Update>

<Update label="May 5" rss={{ title: "CLI Updates", description: "Custom working directory for sessions created via the public API" }}>
`v0.118.1`

Expand Down