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
28 changes: 28 additions & 0 deletions docs/changelog/cli-updates.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@ description: "Recent features and improvements to Factory CLI"
rss: true
---

<Update label="December 30" rss={{ title: "CLI Updates", description: "Year-in-review /wrapped command, PDF uploads, and faster model switching" }}>
`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)

</Update>

<Update label="December 23" rss={{ title: "CLI Updates", description: "Custom models, parallel tool confirmations, and settings file watching" }}>
`v0.40.0`

Expand Down