From 0d090f7ebcb336cb77449f559d0141282e8d529b Mon Sep 17 00:00:00 2001 From: factory-davidgu Date: Tue, 27 Jan 2026 14:39:35 -0800 Subject: [PATCH] chore: 0.56.0 changelog --- docs/changelog/cli-updates.mdx | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/docs/changelog/cli-updates.mdx b/docs/changelog/cli-updates.mdx index fa6fdf9..2a5d7b0 100644 --- a/docs/changelog/cli-updates.mdx +++ b/docs/changelog/cli-updates.mdx @@ -4,6 +4,33 @@ description: "Recent features and improvements to Factory CLI" rss: true --- + + `v0.56.0` + + ## New features + + * **ACP daemon mode** - New daemon mode for Agent Control Protocol enabling persistent background sessions with improved session loading + * **Lazy session loading** - Sessions now load messages lazily for faster startup when resuming large sessions + * **Dynamic default settings** - Settings now support dynamic defaults for better configuration flexibility + + ## Improvements + + * **Parallel context gathering** - Mission workers now encouraged to read all context files in parallel for faster startup + + ## Bug fixes + + * **MCP tool schema isolation** - Broken tool schemas in one MCP server no longer affect other MCP servers + * **Symlinked skill directories** - Fixed discovery of symlinked skill directories in `.factory/skills` + * **Windows spec mode UI** - Fixed spec mode UI and autonomy mode text rendering on Windows + * **AskUser parallel tool calling** - Fixed parallel tool calling with AskUser tool + * **Skills menu rendering** - Fixed skills menu to always render correctly + * **OpenAI custom model routing** - Fixed routing bug for OpenAI custom models + * **Linear remote delegation** - Fixed Linear remote delegation issues + * **Authentication atomic writes** - Auth writes now use atomic operations to prevent corruption + * **ACP session loading** - Fixed multiple issues with ACP session loading + + + `v0.55.2`