From ea92d3a05102e1e4d59f639b9260fe343fdf59a0 Mon Sep 17 00:00:00 2001
From: "factory-droid[bot]"
<138933559+factory-droid[bot]@users.noreply.github.com>
Date: Thu, 14 May 2026 22:15:28 +0000
Subject: [PATCH] docs: add CLI changelog entry for v0.126.0
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
---
docs/changelog/release-notes.mdx | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx
index 031eb451..2809da4b 100644
--- a/docs/changelog/release-notes.mdx
+++ b/docs/changelog/release-notes.mdx
@@ -4,6 +4,38 @@ description: "Recent features and improvements to the Factory App, Droid CLI, an
rss: true
---
+
+ `v0.126.0`
+
+## New features
+
+- **Bulk session archiving** - New settings page for managing and bulk-archiving sessions (app)
+- **EU data residency** - Sessions and LLM inference for EU customers now stay within an EU-only data plane
+- **Built-in security review** - The `/security-review` skill is now bundled with the CLI by default
+- **Copy bug report ID** - Added a copy button next to bug report IDs (app)
+
+## Improvements
+
+- **Faster Computer restarts** - Sped up restarting Droid Computers (app)
+- **Lighter CLI startup** - Reduced redundant requests during CLI startup
+- **Persistent desktop preferences** - Desktop preferences are now saved alongside other settings (app)
+- **Windows pending update cleanup** - Cleaned up stale pending updates on Windows
+
+## Bug fixes
+
+- **Structured output validation** - Strengthened validation of structured tool output
+- **Task token count** - Removed an incorrect zero token count from Task tool results
+- **Windows installer packaging** - Repaired Windows installer packaging
+- **Limits reset on plan change** - Plan changes now correctly reset usage limits (app)
+- **MCP servers for running sessions** - MCP servers now load when reopening already-running sessions (app)
+- **Local daemon warning during setup** - Suppressed a spurious local daemon warning during initial setup (app)
+- **Session not found errors** - Fixed spurious session not found errors (app)
+- **Code block styling** - Aligned code block styling in chat (app)
+- **Cross-surface integrations** - Prevented integrations from sending duplicate postbacks across surfaces
+- **QA droid CLI auth** - QA droid CLI now pairs with the matching Factory API host
+
+
+
`v0.125.0`