From 544c18f52a4cd8a15fed47991150e7b2f6897292 Mon Sep 17 00:00:00 2001
From: "factory-droid[bot]"
<138933559+factory-droid[bot]@users.noreply.github.com>
Date: Fri, 3 Jul 2026 01:07:31 +0000
Subject: [PATCH] docs: add CLI changelog entry for v0.164.0
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
---
docs/changelog/release-notes.mdx | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx
index 30e3734e..3b148047 100644
--- a/docs/changelog/release-notes.mdx
+++ b/docs/changelog/release-notes.mdx
@@ -4,6 +4,31 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an
rss: true
---
+
+ `v0.164.0`
+
+## New features
+
+- **Grouped slash commands** - Slash commands are now organized by category for easier browsing
+- **Cloud sync control** - New setting to control whether your data syncs to the cloud (app)
+
+## Improvements
+
+- **Linear model picker** - Model names now display cleanly in the Linear delegation picker (app)
+- **Computer provisioning wizard** - Clarified copy in the droid computer provisioning wizard (app)
+
+## Bug fixes
+
+- **MCP tool names** - Tool names containing dots are now accepted per the MCP specification
+- **MCP authentication** - Restored sign-in to MCP servers that reject certain OAuth client registration
+- **Background processes in droid exec** - Agent-spawned background processes now keep running after `droid exec` exits
+- **Editor for allow/deny lists** - The CLI now honors `$EDITOR` when editing allow and deny lists on headless hosts
+- **Gemini reasoning** - Fixed handling of invalid Gemini reasoning blocks
+- **Droid computer SSH** - Fixed connecting to a droid computer by its exact name
+- **Cross-org login** - Fixed login issues when working across multiple organizations (app)
+
+
+
`v0.162.0`