Registry / llm-agents / vigthoria-cli

vigthoria-cli

JSON →
library1.8.7jsnpmunverified

Vigthoria CLI (version 1.8.7) is an AI-powered terminal coding assistant designed for subscribers of Vigthoria Coder. It integrates directly with Vigthoria's AI models and subscription system, providing a robust command-line interface for various development tasks. Key features include interactive natural language chat for coding assistance, compact session memory for resuming conversations, AI-driven file editing with diff previews, code generation from descriptions, code explanation, automatic bug fixing, and code review capabilities. It supports secure authentication with Vigthoria accounts, understands project context, and offers integration with Vigthoria Repo for cloud-based project management, including deep codebase search via ripgrep and atomic multi-file edits with rollback. The CLI requires Node.js version 18 or higher and is primarily distributed via `npm install -g` or dedicated platform installers. Release cadence is not explicitly stated but appears active.

npm install vigthoria-cli
INSTALL
IMPORT
SIG · VIGTHORIA-CLI
V
vigthoria-cli
llm-agentsjavascriptv1.8.7
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Demonstrates logging into Vigthoria and starting an interactive AI chat session.

vigthoria login # Authenticate using email/password, API token, or browser OAuth vigthoria chat # Start an interactive AI chat session # Example: "Explain this function: myFunc(a, b){ return a + b }" # To resume a previous session: vigthoria chat --resume # For local project execution, you can also use npx: npx vigthoria-chat
vigthoria --version
Debug
Known issues
gotchaWhen installing via npm, corporate network proxies can prevent `vigthoria-cli` from downloading packages, resulting in `ENOTFOUND` errors.
fix
Configure npm proxy settings using `npm config set proxy http://proxy.company.com:8080` and `npm config set https-proxy http://proxy.company.com:8080`.
affects: >=1.0.0
gotchaOn Windows, PowerShell's default execution policy might block the bundled installation scripts or prevent global commands from running.
fix
Run `Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser` in PowerShell to allow locally signed scripts.
affects: >=1.0.0
gotchaThe `vigthoria-cli` requires Node.js version 18.0.0 or higher to function correctly. Installation or execution might fail on older Node.js versions.
fix
Upgrade your Node.js environment to version 18.0.0 or newer.
affects: <18.0.0 (Node.js)
Errors
Common errors & fixes
npm ERR! code ENOTFOUND npm ERR! syscall getaddrinfo npm ERR! network getaddrinfo ENOTFOUND registry.npmjs.org
No internet connection, npm registry unreachable, or corporate proxy blocking access to npmjs.org.
fix
Check your internet connection, configure npm proxy settings, or temporarily set an alternative npm registry (e.g., `npm config set registry https://registry.npmmirror.com` then `npm config delete registry` after install).
`vigthoria: command not found` or `'vigthoria' is not recognized as an internal or external command, operable program or batch file.`
The directory where `npm install -g` places executables is not in your system's PATH, or a new terminal session is required.
fix
After installation, open a new terminal window. If the problem persists, manually add the npm global bin directory (e.g., `/usr/local/bin` on macOS/Linux or `%APPDATA%\npm` on Windows) to your system's PATH environment variable.
`Access denied` or `EACCES: permission denied` during `npm install -g` on Windows.
Insufficient administrative privileges to write to the global npm installation directory.
fix
Run your terminal (e.g., PowerShell or Command Prompt) as an Administrator and retry the installation.
Upgrade
Version history
1.8.7latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
27 hits · last 30 days
node
24
OpenAI (training)
1
Resources
vigthoria-cli — npm install vigthoria-cli · libregistry