From 04e801186ddbb3e9407021a72ff9d641e41316fc Mon Sep 17 00:00:00 2001
From: "factory-droid[bot]"
<138933559+factory-droid[bot]@users.noreply.github.com>
Date: Mon, 27 Jul 2026 21:39:55 +0000
Subject: [PATCH] docs: add CLI changelog entry for v0.181.0
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
---
docs/changelog/release-notes.mdx | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx
index 95e2ba10..fc2bf85b 100644
--- a/docs/changelog/release-notes.mdx
+++ b/docs/changelog/release-notes.mdx
@@ -4,6 +4,26 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an
rss: true
---
+
+ `v0.181.0`
+
+## New features
+
+- **Slash commands while the agent runs** - Slash commands now work during an active agent turn, so you no longer have to wait for it to finish
+- **MCP OAuth resource override** - MCP server configs accept a `resource` field to send a different OAuth resource indicator, or omit it entirely
+
+## Improvements
+
+- **Subagent delegation** - The agent now delegates to subagents more selectively when using OpenAI models
+- **Subagent results** - The agent reuses a subagent's report instead of re-reading the files it already covered, making follow-up work faster
+
+## Bug fixes
+
+- **Git index lock** - Checkouts now retry when another process is holding the Git index lock instead of failing
+- **BYOK models** - Bring-your-own-key models are now scoped to the selected computer (app)
+
+
+
`v0.180.0`