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

<Update label="June 17" rss={{ title: "CLI Updates", description: "Air-gapped desktop sign-in, branded macOS installer, and MCP and session reliability fixes" }}>
`v0.151.0`

## New features

- **Air-gapped desktop sign-in** - Desktop now supports signing in while running in air-gapped mode (app)
- **Skill slash commands in editors** - Skill slash commands are now available when connecting from external editors

## Improvements

- **macOS installer branding** - The macOS DMG installer is now branded (app)
- **MCP results as markdown** - MCP tool results returned as JSON now render as formatted markdown

## Bug fixes

- **Session reconnection** - Sessions now stay rendered and reconnect instead of redirecting to a Session Unavailable page (app)
- **Org switcher** - The desktop organization switcher now shows the currently selected organization (app)
- **Desktop MCP sign-in** - Improved desktop MCP authentication callback handling (app)
- **Composer actions layout** - Composer actions now stay on a single line (app)
- **Air-gapped telemetry** - Telemetry is now disabled in air-gapped mode (app)
- **Escape key handling** - Improved how the terminal UI handles the escape key

</Update>

<Update label="June 16" rss={{ title: "CLI Updates", description: "npm plugin sources and long-session performance" }}>
`v0.150.0`

Expand Down
Loading