From 186eae081529c01e9e8c41dbc6626d4c55ccff01 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 7 Mar 2026 00:44:26 +0000 Subject: [PATCH] docs: add CLI changelog entry for v0.70.0 --- docs/changelog/cli-updates.mdx | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/docs/changelog/cli-updates.mdx b/docs/changelog/cli-updates.mdx index fad6cb0..9d71303 100644 --- a/docs/changelog/cli-updates.mdx +++ b/docs/changelog/cli-updates.mdx @@ -4,6 +4,32 @@ description: "Recent features and improvements to Factory CLI" rss: true --- + + `v0.70.0` + + ## New features + + * **Git worktree support** - New `--worktree` flag enables native git worktree support for working across multiple branches simultaneously + * **Native PDF support** - The Read tool now natively supports reading PDF files across all model providers + * **Runtime settings overlay** - New `--settings` flag allows applying settings at runtime with organization-precedence merge + * **Skills UI for remote sessions** - Skills UI is now available in droid computer sessions (app) + + ## Improvements + + * **Mission Control redesign** - Refreshed Mission Control interface with a cleaner layout + + ## Bug fixes + + * **Option+Arrow word jumping** - Restored Option+Arrow word jumping in ESC-prefix terminals + * **Background process isolation** - Background process tracking is now isolated per CLI instance to prevent cross-instance interference + * **@ search indexing** - Fixed file indexing in @ search suggestions + * **Shell environment in daemon** - Daemon now correctly inherits shell environment variables + * **Terminal compatibility** - Fixed Kitty keyboard protocol detection that could cause issues in certain terminals + * **Streaming cancellation** - Improved reliability when cancelling streaming responses + * **Daemon auto-updates** - Fixed an issue where daemon auto-updates could be incorrectly skipped + + + `v0.69.0`