@wordbricks/cva
v0.8.7
Published
Codex Virtual Assistant CLI wrapper that installs the native cva binary.
Maintainers
Readme
@wordbricks/cva
Install the Codex Virtual Assistant CLI:
npm install -g @wordbricks/cvaThis package supports macOS x64 and macOS arm64. It installs a small Node wrapper and downloads the managed native cva and agent-browser binaries for the current macOS architecture from the matching GitHub Release.
After installation:
cva version
cva upgrade
cva startNotes:
- The package name is scoped because the unscoped
cvapackage is already taken on npm. - The installed command is still
cva. - The downloader expects a matching GitHub release tag in the form
v<package-version>. - Release assets must include both
cva-darwin-<arch>andagent-browser-darwin-<arch>. - The wrapper passes the downloaded
agent-browserpath to native CVA throughASSISTANT_AGENT_BROWSER_BIN.AGENT_BROWSER_EXECUTABLE_PATHremains reserved for a browser executable path such as Chrome.
