From df63a139e30bc56cea680f64e697bd168bef30a7 Mon Sep 17 00:00:00 2001 From: "factory-droid[bot]" <138933559+factory-droid[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 01:46:01 +0000 Subject: [PATCH] docs: add CLI changelog entry for v0.144.0 Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/changelog/release-notes.mdx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx index 5d72b144..eb1db834 100644 --- a/docs/changelog/release-notes.mdx +++ b/docs/changelog/release-notes.mdx @@ -4,6 +4,24 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an rss: true --- + + `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 + + + `v0.142.0`