Skip to content

Commit c520dcb

Browse files
chore: 0.56.0 changelog (#623)
1 parent 40d1309 commit c520dcb

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

docs/changelog/cli-updates.mdx

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,33 @@ description: "Recent features and improvements to Factory CLI"
44
rss: true
55
---
66

7+
<Update label="January 27" rss={{ title: "CLI Updates", description: "ACP daemon mode, lazy session loading, and model updates" }}>
8+
`v0.56.0`
9+
10+
## New features
11+
12+
* **ACP daemon mode** - New daemon mode for Agent Control Protocol enabling persistent background sessions with improved session loading
13+
* **Lazy session loading** - Sessions now load messages lazily for faster startup when resuming large sessions
14+
* **Dynamic default settings** - Settings now support dynamic defaults for better configuration flexibility
15+
16+
## Improvements
17+
18+
* **Parallel context gathering** - Mission workers now encouraged to read all context files in parallel for faster startup
19+
20+
## Bug fixes
21+
22+
* **MCP tool schema isolation** - Broken tool schemas in one MCP server no longer affect other MCP servers
23+
* **Symlinked skill directories** - Fixed discovery of symlinked skill directories in `.factory/skills`
24+
* **Windows spec mode UI** - Fixed spec mode UI and autonomy mode text rendering on Windows
25+
* **AskUser parallel tool calling** - Fixed parallel tool calling with AskUser tool
26+
* **Skills menu rendering** - Fixed skills menu to always render correctly
27+
* **OpenAI custom model routing** - Fixed routing bug for OpenAI custom models
28+
* **Linear remote delegation** - Fixed Linear remote delegation issues
29+
* **Authentication atomic writes** - Auth writes now use atomic operations to prevent corruption
30+
* **ACP session loading** - Fixed multiple issues with ACP session loading
31+
32+
</Update>
33+
734
<Update label="January 23" rss={{ title: "CLI Updates", description: "Marketplace auto-updates and background processes flag" }}>
835
`v0.55.2`
936

0 commit comments

Comments
 (0)