diff --git a/docs/changelog/cli-updates.mdx b/docs/changelog/cli-updates.mdx index ab27946..a293b46 100644 --- a/docs/changelog/cli-updates.mdx +++ b/docs/changelog/cli-updates.mdx @@ -4,6 +4,29 @@ description: "Recent features and improvements to Factory CLI" rss: true --- + + `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 + + + `v0.45.0`