diff --git a/.changeset/cli-engine-only.md b/.changeset/cli-engine-only.md deleted file mode 100644 index 3ec8a23..0000000 --- a/.changeset/cli-engine-only.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@vosjs/cli': minor ---- - -The CLI is now engine-only: `render` / `still` / `info` / `check` / `preview` / `versions`, local and account-free. The platform verbs (`fetch` / `push` / `pull`) moved to the vos plugin (`@vosso/vos-plugin`, npm), next to the service they talk to — installed plugin verbs surface through `vos ` exactly as before via a new delegate-on-unknown seam, appear in `vos help` through the plugin's manifest, and get a version row in `vos versions`. Existing installs keep working: the earlier plugin package names still resolve as fallbacks, and `vos voila ` remains a hidden alias. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 0e39ec6..cdd2d59 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @vosjs/cli +## 0.7.0 + +### Minor Changes + +- 2543f59: The CLI is now engine-only: `render` / `still` / `info` / `check` / `preview` / `versions`, local and account-free. The platform verbs (`fetch` / `push` / `pull`) moved to the vos plugin (`@vosso/vos-plugin`, npm), next to the service they talk to — installed plugin verbs surface through `vos ` exactly as before via a new delegate-on-unknown seam, appear in `vos help` through the plugin's manifest, and get a version row in `vos versions`. Existing installs keep working: the earlier plugin package names still resolve as fallbacks, and `vos voila ` remains a hidden alias. + ## 0.6.4 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 25d4617..2f5888d 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@vosjs/cli", - "version": "0.6.4", + "version": "0.7.0", "description": "Command line for the vos programmatic video engine — render deterministic videos and stills from vos configs, headlessly, from your terminal or an AI agent.", "type": "module", "license": "MIT",