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

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

## New features

* **`/create-skill` command** - Create custom skills directly from the CLI with guided flow
* **Skills in exec mode** - Skill tool now enabled when running `droid exec`
* **`/rename` command** - Rename sessions with a new slash command, plus auto-generated session names based on conversation content

## Improvements

* **PR overview in FetchUrl** - GitHub PR fetch results now include an overview section with files changed, comment counts, and table of contents
* **Create-skill UX** - Improved create-skill flow with better guidance and examples
* **Review branch fetch** - Git review now fetches current branch when opening instead of on mount

## Bug fixes

* **Background process output** - Output from background processes now properly piped to droid
* **Cloud sync settings** - Fixed settings cloud sync with droid status tracking
* **ESC cancel duplication** - Fixed queued messages being duplicated when pressing ESC to cancel

</Update>

<Update label="January 8" rss={{ title: "CLI Updates", description: "Bug fixes and improvements" }}>
`v0.45.0`

Expand Down