Skip to content
Open
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
23 changes: 23 additions & 0 deletions docs/changelog/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an
rss: true
---

<Update label="June 10" rss={{ title: "CLI Updates", description: "Browser-based desktop onboarding, air-gapped mode improvements, and MCP and chat fixes" }}>
`v0.144.1`

## New features

- **Browser-based desktop onboarding** - Desktop onboarding now opens in your browser for a smoother first-run setup (app)

## Improvements

- **Queue message shortcut** - Queue a message with Ctrl+Enter
- **Earlier session titles** - Droid now names your session earlier in the conversation

## Bug fixes

- **Chat cursor on resize** - The chat input now keeps your cursor position when the terminal is resized
- **MCP authentication** - Improved MCP sign-in reliability, including desktop OAuth and servers that advertise no scopes
- **Context summarization hangs** - Fixed a rare hang that could occur while summarizing long conversations
- **Content filtering** - Responses blocked by a content filter are now surfaced as a clear moderation error
- **Desktop onboarding top bar** - The top bar can now be dragged on desktop onboarding screens (app)
- **Data retention dialog** - The data retention dialog no longer interferes with desktop navigation (app)

</Update>

<Update label="June 9" rss={{ title: "CLI Updates", description: "More reliable context summarization when a model declines a request" }}>
`v0.144.1`

Expand Down
Loading