From 09089c194d2968c3e563fa389278e8512e4445b4 Mon Sep 17 00:00:00 2001 From: Factory Ben Date: Wed, 31 Dec 2025 14:50:53 +0000 Subject: [PATCH] docs: add CLI v0.41.0 changelog entry Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com> --- docs/changelog/cli-updates.mdx | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/docs/changelog/cli-updates.mdx b/docs/changelog/cli-updates.mdx index 3e07d85..34d03a0 100644 --- a/docs/changelog/cli-updates.mdx +++ b/docs/changelog/cli-updates.mdx @@ -4,6 +4,34 @@ description: "Recent features and improvements to Factory CLI" rss: true --- + + `v0.41.0` + + ## New features + + * **`/wrapped` command** - Year-in-review stats showing your Droid usage, badges earned, model preferences, and session metrics (cli) + * **Fast model switching** - Faster provider/model switches without LLM compaction (cli) + * **Batched tool permissions** - Parallel tool calls now show single permission prompt (cli) + * **Custom BYOK models** - Custom models now appear in model selector (cli) + * **Auto-sync repos** - GitHub/GitLab repos sync when opening template modal (app) + + ## Improvements + + * **PDF & text file uploads** - Attach PDFs and text files to chat in Web/Desktop apps (app) + * **Send button** - Visual send button in session chat input (app) + * **ASCII startup animation** - Animated Droid logo on CLI startup (configurable) (cli) + * **Token multiplier display** - Shows Factory token rates in model descriptions (cli) + + ## Bug fixes + + * Fixed users getting stuck in broken onboarding state (app) + * Fixed CLI onboarding redirect for terminal-only users + * Fixed missing repos in GitHub org management modal (app) + * Fixed multi-option spec mode selection (cli) + * Fixed catch-22 bug preventing subscription start (app) + + + `v0.40.0`