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="June 24" rss={{ title: "CLI Updates", description: "Plugin toggles, tab slash-command completion, and login and rendering fixes" }}>
`v0.158.0`

## New features

- **Enable and disable plugins** - Turn individual plugins on or off with a new toggle

## Improvements

- **Tab to complete slash commands** - Press Tab to complete slash commands
- **MCP authentication** - Improved handling of MCP authentication responses and desktop redirects
- **Account credit checkout** - Subscribe to or upgrade your plan using account credit

## Bug fixes

- **Invalid API key login** - The CLI now exits with an error on an invalid `FACTORY_API_KEY` instead of stalling at login
- **Cancel AskUser prompts** - Cancelling an AskUser prompt now interrupts the agent instead of letting it continue
- **Duplicate tool approvals** - Approval-gated tool executions now render only once
- **Windows background processes** - Fixed cleanup of background processes on exit on Windows
- **Document skills location** - Document skills are now written to your current working directory
- **Dark mode toggles** - Dark mode toggles are now visible and loading spinners animate correctly (app)
- **Editable composer** - The composer stays editable during session blockers (app)

</Update>

<Update label="June 23" rss={{ title: "CLI Updates", description: "External prompt editing and input and onboarding fixes" }}>
`v0.157.0`

Expand Down
Loading