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

<Update label="June 9" rss={{ title: "CLI Updates", description: "Session file suggestions, safer command risk handling, and MCP reliability fixes" }}>
`v0.144.0`

## New features

- **Session file suggestions** - The new session page now suggests relevant files as you get started (app)

## Improvements

- **Safer command risk handling** - Commands that could destroy your working tree are now treated as high risk
- **tmux key support** - Improved keyboard handling when running inside tmux

## Bug fixes

- **MCP reliability** - Improved reliability of MCP authentication and connectors

</Update>

<Update label="June 5" rss={{ title: "CLI Updates", description: "GitLab code review setup and chat stability fixes" }}>
`v0.142.0`

Expand Down
Loading