Skip to content

Commit 249f18e

Browse files
docs: add CLI changelog entries for Feb 10-16 (v0.57.11-v0.57.15) (#661)
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
1 parent 03bcdaa commit 249f18e

File tree

1 file changed

+65
-0
lines changed

1 file changed

+65
-0
lines changed

docs/changelog/cli-updates.mdx

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

7+
<Update label="February 16" rss={{ title: "CLI Updates", description: "Opus 4.6 Fast Mode pricing update" }}>
8+
`v0.57.15`
9+
10+
## Improvements
11+
12+
* **Opus 4.6 Fast Mode pricing** - Removed promotional pricing for Opus 4.6 Fast Mode
13+
14+
</Update>
15+
16+
<Update label="February 13" rss={{ title: "CLI Updates", description: "Session tags, word-level diffs, new models, and built-in skills" }}>
17+
`v0.57.14`
18+
19+
## New features
20+
21+
* **Session tags** - Categorize sessions with custom tags using the new `--tag` CLI flag for better organization
22+
* **Word-level diff highlighting** - GitHub diff mode now highlights only changed words within lines instead of entire lines
23+
* **GPT-5.3-Codex model** - Added GPT-5.3-Codex model with multi-turn phase support
24+
* **GLM-5 model** - Added GLM-5 model via Fireworks
25+
* **MiniMax M2.5 model** - Added MiniMax M2.5, replacing M2.1
26+
* **Create-PR skill** - New built-in skill for guided pull request creation with local verification checklist
27+
* **Worker droid** - Basic worker droid now ships as a built-in droid for task delegation
28+
* **PR linking** - Sessions now display a status indicator showing linked PRs from git operations
29+
30+
## Bug fixes
31+
32+
* **Stdin character corruption** - Replaced text input component to eliminate character corruption and broken special keys
33+
* **NODE_ENV injection** - Stopped injecting `NODE_ENV=production` into shell environment, fixing `npm` devDependencies issues
34+
* **MCP SDK alignment** - Updated to MCP SDK 1.26 with proper schema validation
35+
* **File watcher limits** - More granular file watching to avoid "too many open file descriptors" errors
36+
* **Desktop connection race** - Fixed daemon connection race condition in desktop app with polling retry logic (app)
37+
* **Sidebar sessions** - Fixed sessions disappearing from sidebar (app)
38+
* **Open in editor** - Fixed "open in editor" functionality in desktop app (app)
39+
40+
</Update>
41+
42+
<Update label="February 11" rss={{ title: "CLI Updates", description: "Spec approval with comment and input stability" }}>
43+
`v0.57.12`
44+
45+
## New features
46+
47+
* **Spec approval with comment** - Added a "Proceed with comment" option to spec approval, letting you approve a spec and attach a guiding comment in one action
48+
49+
## Bug fixes
50+
51+
* **Fast model switching** - Fixed edge cases when switching models mid-conversation, including proper conversation state management
52+
* **Invalid MCP output schemas** - Tolerates invalid MCP tool output schemas instead of crashing
53+
* **Opus 4.5 max tokens** - Corrected incorrect Opus 4.5 max output tokens in model registry
54+
* **Ctrl+O during AskUser** - Allows Ctrl+O (open in editor) during the AskUser tool flow
55+
* **AskUser context** - Ensures context is clear when using the AskUser tool
56+
* **Session file table overflow** - Limits concurrency when fetching sessions in daemon to avoid "file table overflow" errors
57+
* **Duplicate plan steps** - Fixed duplicate plan steps in web UI when multiple TodoWrite calls share the same title (app)
58+
59+
</Update>
60+
61+
<Update label="February 10" rss={{ title: "CLI Updates", description: "Subagent fixes and model switching improvements" }}>
62+
`v0.57.11`
63+
64+
## Bug fixes
65+
66+
* **Subagent prompting** - Fixed subagent tool prompting and description handling
67+
* **AskUser tool** - Handles edge cases preventing stuck states when sessions are interrupted or messages arrive out of order (app)
68+
* **Sidebar staleness** - Fixed missing last message and stale status indicators on the session sidebar (app)
69+
70+
</Update>
71+
772
<Update label="February 9" rss={{ title: "CLI Updates", description: "Skills UX overhaul, terminal tab titles, desktop notifications, and mobile experience" }}>
873
`v0.57.10`
974

0 commit comments

Comments
 (0)