From 09e4d1d40d20fb459a8835b4f03f15e5c6e261ed Mon Sep 17 00:00:00 2001
From: "factory-droid[bot]"
<138933559+factory-droid[bot]@users.noreply.github.com>
Date: Thu, 26 Mar 2026 00:45:56 +0000
Subject: [PATCH 1/2] docs: add CLI changelog entry for v0.86.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 1920e68..f95aae1 100644
--- a/docs/changelog/release-notes.mdx
+++ b/docs/changelog/release-notes.mdx
@@ -4,6 +4,26 @@ description: "Recent features and improvements to Factory CLI"
rss: true
---
+
+ `v0.86.0`
+
+## New features
+
+- **/context slash command** - New `/context` command shows a breakdown of token usage in your current session
+- **Automation sharing and forking** - Share automations with your team and fork them to customize (app)
+- **OS-level sandboxing** - Added OS-level sandboxing for enhanced security when running CLI tools
+
+## Improvements
+
+- **Ask question tool redesign** - Redesigned the Ask Question tool with improved text wrapping and layout
+
+## Bug fixes
+
+- **Kitty terminal keypad keys** - Fixed keypad keys not working correctly in Kitty terminal
+- **Slack DM reliability** - Fixed bot message feedback loops in Slack DMs
+
+
+
`v0.85.0`
From 43ffdabace5761068b9ecc3a2538a7d8b0ee3b32 Mon Sep 17 00:00:00 2001
From: jonathan-factory <158330917+jonathan-factory@users.noreply.github.com>
Date: Wed, 25 Mar 2026 18:09:26 -0700
Subject: [PATCH 2/2] Update release-notes.mdx
---
docs/changelog/release-notes.mdx | 1 -
1 file changed, 1 deletion(-)
diff --git a/docs/changelog/release-notes.mdx b/docs/changelog/release-notes.mdx
index f95aae1..a8f41f2 100644
--- a/docs/changelog/release-notes.mdx
+++ b/docs/changelog/release-notes.mdx
@@ -10,7 +10,6 @@ rss: true
## New features
- **/context slash command** - New `/context` command shows a breakdown of token usage in your current session
-- **Automation sharing and forking** - Share automations with your team and fork them to customize (app)
- **OS-level sandboxing** - Added OS-level sandboxing for enhanced security when running CLI tools
## Improvements