diff --git a/docs/changelog/cli-updates.mdx b/docs/changelog/cli-updates.mdx index a293b46..0d803c7 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.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 + + + + + `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 + + + `v0.46.0`