From 427e11e79e4bd57a0e2d6e0cdd0188ba7125f624 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 23:01:49 +0000 Subject: [PATCH 1/2] Version Packages --- .changeset/cli-engine-only.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/cli-engine-only.md 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", From 569fd99839dd79516ebfc8797675885e039e1527 Mon Sep 17 00:00:00 2001 From: Hongbin Li Date: Sun, 9 Aug 2026 16:03:47 -0700 Subject: [PATCH 2/2] ci: trigger checks on the release PR