From 8acce598d4443511356767da0b45220a6307cabe Mon Sep 17 00:00:00 2001
From: "factory-droid[bot]"
<138933559+factory-droid[bot]@users.noreply.github.com>
Date: Wed, 1 Jul 2026 08:15:48 +0000
Subject: [PATCH] docs: add CLI changelog entry for v0.162.0
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
---
docs/changelog/release-notes.mdx | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx
index d1f3114c..30e3734e 100644
--- a/docs/changelog/release-notes.mdx
+++ b/docs/changelog/release-notes.mdx
@@ -4,6 +4,27 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an
rss: true
---
+
+ `v0.162.0`
+
+## New features
+
+- **Cloned repos in projects** - Cloned repositories now appear in the new-session projects dropdown (app)
+
+## Improvements
+
+- **Lower memory usage** - Reduced memory use during long and idle sessions
+- **Word-wise navigation** - Option+Left/Right now jumps between words in secondary text inputs
+
+## Bug fixes
+
+- **Resumed hooks** - Hook rows now render correctly after you resume a session
+- **File encoding** - Edited files now keep their original encoding instead of always saving as UTF-8
+- **MCP authentication** - Restored basic auth fallback when signing in to MCP servers over OAuth
+- **Org switching** - Fixed selecting the active organization when switching organizations, including in the EU (app)
+
+
+
`v0.161.0`