Skip to content

v0.4.19 - Node.js Version Requirements

Choose a tag to compare

@github-actions github-actions released this 12 Jan 19:53

Fixes

Node.js 24 Compatibility Issue - Added version checks to prevent installation failures on Node.js 24+.

Changes

  • Added engines field requiring Node.js 18-22
  • Updated install.sh with version detection
  • Clear error messages directing users to use Node 22 LTS

For Users on Node 24

If you see tree-sitter compilation errors, switch to Node 22:

nvm install 22
nvm use 22
npm install -g @controlvector/cv-git

Previous Release (v0.4.18)

  • 🦙 Ollama local embeddings as default
  • Zero API costs for semantic search
  • Offline capable

Installation

npm install -g @controlvector/cv-git

Or use the install script:

curl -fsSL https://raw.githubusercontent.com/controlVector/cv-git/main/install.sh | bash

Cross-Platform Binaries

Platform Architecture Download
Windows x64 cv-windows-x64.exe
macOS Intel (x64) cv-macos-x64
macOS Apple Silicon (arm64) cv-macos-arm64
Linux x64 (.deb) cv-git_*_amd64.deb