Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions docs/changelog/cli-updates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,33 @@ description: "Recent features and improvements to Factory CLI"
rss: true
---

<Update label="January 13" rss={{ title: "CLI Updates", description: "ACP streaming, Windows autoupdate, and bug fixes" }}>
`v0.48.0`

## Improvements

* **Windows autoupdate** - Updates now work correctly on Windows using a deferred update strategy, applied on next startup
* **Model selector** - Removed GLM 4.6 from the model selector

## Bug fixes

* **Tool result rendering** - Internal placeholder markers no longer displayed in CLI output
* **Session loading** - Fixed "Failed to load session" errors on cloud sessions
* **Droid startup timeout** - Increased timeout for start droid to prevent timeouts

</Update>

<Update label="January 12" rss={{ title: "CLI Updates", description: "Bug fixes" }}>
`v0.47.0`

## Bug fixes

* **Read tool infinite loop** - Fixed infinite loop when Read tool returns empty string
* **Session title generation** - Fixed race condition causing "Session must have at least 1 message" error
* **Windows sound paths** - Fixed Bun virtual FS sound path extraction on Windows

</Update>

<Update label="January 9" rss={{ title: "CLI Updates", description: "Session rename, cloud sync, and bug fixes" }}>
`v0.46.0`

Expand Down