From bece3055cc96123ebbf335c0037907c9db30cafa Mon Sep 17 00:00:00 2001 From: "factory-droid[bot]" <138933559+factory-droid[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2026 06:36:53 +0000 Subject: [PATCH 1/2] docs: add CLI changelog entry for v0.161.0 Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/changelog/release-notes.mdx | 33 ++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx index 9349bb98..561af071 100644 --- a/docs/changelog/release-notes.mdx +++ b/docs/changelog/release-notes.mdx @@ -4,6 +4,39 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an rss: true --- + + `v0.161.0` + +## New features + +- **Hooks manager overhaul** - Redesigned the hooks manager for viewing and configuring your hooks +- **WezTerm setup** - Added terminal setup support for WezTerm +- **Chat transcript search** - Search within a chat transcript (app) + +## Improvements + +- **Keyword skill search** - Skills can now be found with keyword search +- **Clearer plugin settings** - Clarified the plugin settings UI +- **Faster searches** - Avoided unnecessary search cache rebuilds +- **Chat attachment drop zones** - Expanded drag-and-drop zones for chat attachments (app) + +## Bug fixes + +- **Prompt word navigation** - Restored word-by-word navigation in the prompt +- **Session titles** - Fixed restoring and naming of session titles +- **Prompt viewport** - Fixed the prompt input viewport so text stays in view +- **Paste handling** - Made pasting text into the prompt more reliable +- **Dropped images** - Fixed attaching images dropped outside the prompt +- **Chat rendering** - Stabilized chat rendering +- **MCP tool search** - Improved recovery when searching MCP tools +- **Model response timeouts** - Fixed cases where a model response could hang +- **Provider switching** - Preserved your context when switching model providers +- **Model tool calls** - Recovered tool calls that some models returned as plain text +- **Terminal links** - Terminal links are now clickable in the desktop app (app) +- **Droid Computer charts** - Fixed scaling of memory and disk usage charts (app) + + + `v0.157.0` From 75e5408994b757cef9171018606205a9d723cd47 Mon Sep 17 00:00:00 2001 From: Shashank Sharma Date: Tue, 30 Jun 2026 14:41:13 -0700 Subject: [PATCH 2/2] docs: trim v0.161.0 changelog entry --- docs/changelog/release-notes.mdx | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx index 561af071..ed95dd05 100644 --- a/docs/changelog/release-notes.mdx +++ b/docs/changelog/release-notes.mdx @@ -4,7 +4,7 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an rss: true --- - + `v0.161.0` ## New features @@ -15,25 +15,7 @@ rss: true ## Improvements -- **Keyword skill search** - Skills can now be found with keyword search -- **Clearer plugin settings** - Clarified the plugin settings UI - **Faster searches** - Avoided unnecessary search cache rebuilds -- **Chat attachment drop zones** - Expanded drag-and-drop zones for chat attachments (app) - -## Bug fixes - -- **Prompt word navigation** - Restored word-by-word navigation in the prompt -- **Session titles** - Fixed restoring and naming of session titles -- **Prompt viewport** - Fixed the prompt input viewport so text stays in view -- **Paste handling** - Made pasting text into the prompt more reliable -- **Dropped images** - Fixed attaching images dropped outside the prompt -- **Chat rendering** - Stabilized chat rendering -- **MCP tool search** - Improved recovery when searching MCP tools -- **Model response timeouts** - Fixed cases where a model response could hang -- **Provider switching** - Preserved your context when switching model providers -- **Model tool calls** - Recovered tool calls that some models returned as plain text -- **Terminal links** - Terminal links are now clickable in the desktop app (app) -- **Droid Computer charts** - Fixed scaling of memory and disk usage charts (app)