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

<Update label="July 2" rss={{ title: "CLI Updates", description: "Grouped slash commands, cloud sync control, and MCP and login fixes" }}>
`v0.164.0`

## New features

- **Grouped slash commands** - Slash commands are now organized by category for easier browsing
- **Cloud sync control** - New setting to control whether your data syncs to the cloud (app)

## Improvements

- **Linear model picker** - Model names now display cleanly in the Linear delegation picker (app)
- **Computer provisioning wizard** - Clarified copy in the droid computer provisioning wizard (app)

## Bug fixes

- **MCP tool names** - Tool names containing dots are now accepted per the MCP specification
- **MCP authentication** - Restored sign-in to MCP servers that reject certain OAuth client registration
- **Background processes in droid exec** - Agent-spawned background processes now keep running after `droid exec` exits
- **Editor for allow/deny lists** - The CLI now honors `$EDITOR` when editing allow and deny lists on headless hosts
- **Gemini reasoning** - Fixed handling of invalid Gemini reasoning blocks
- **Droid computer SSH** - Fixed connecting to a droid computer by its exact name
- **Cross-org login** - Fixed login issues when working across multiple organizations (app)

</Update>

<Update label="June 30" rss={{ title: "CLI Updates", description: "Cloned repos in projects, lower memory use, and rendering and auth fixes" }}>
`v0.162.0`

Expand Down
Loading