🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@viberaven/cli

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@viberaven/cli

Local Studio cockpit for AI-built apps: agentic chat, provider context, release review, diffs, and approval-controlled repo work.

Source
npmnpm
Version
1.3.5
Version published
Weekly downloads
84
-70.73%
Maintainers
1
Weekly downloads
 
Created
Source

@viberaven/cli

npm version npm downloads license

VibeRaven is the local Studio cockpit for AI-built apps. It gives Codex, Claude Code, Gemini CLI, Cursor, and other coding agents a clean production workspace for chat, provider context, MCP-assisted setup, release/version review, diffs, and approval-controlled repo work.

Start the Studio

npx -y viberaven

That command opens the local Studio UI for:

  • agentic chat with connected CLIs;
  • draggable provider and release context;
  • provider MCP visibility;
  • architecture map, terminal, and diff views;
  • approval modes for ask, approve, and full-access work.

The unscoped viberaven package is a small shim that launches this CLI package.

Agent Connections

Inside the Studio, connect an installed CLI and test it before chat control:

  • Codex CLI
  • Claude Code
  • Gemini CLI

Installed is not the same as connected. VibeRaven asks the selected CLI to prove it can run in the current repo before using it for real chat work.

Provider And Release Context

Use the Studio side tabs and context chips to attach provider or version context to a chat mission:

  • Providers: Supabase, Vercel, GitHub, Stripe, Sentry, PostHog, Clerk, Auth.js, Resend, Upstash.
  • Releases: current and recent git tags, changelog snippets, rollback context, and release comparisons.
  • Architecture: repo and provider boundaries for inspection and planning.

Provider dashboard checks are not cleared by repo-code edits. Billing/product configuration, DNS, webhooks, credentials, quotas, and live provider verification must still be completed or verified in the provider dashboard or through read-only provider evidence.

Machine And CI Commands

The Studio is the default product surface. These commands remain available for automation and CI:

npx -y viberaven check --json
npx -y viberaven --strict --json
npx -y viberaven actions
npx -y viberaven verify --action VR-A1

For focused work:

npx -y viberaven next --json
npx -y viberaven prompt --gap <id>
npx -y viberaven audit --vercel-supabase

Legacy Agent Mode

--agent-mode is kept for older artifact-first agent workflows:

npx -y viberaven --agent-mode

It writes artifacts such as:

  • .viberaven/agent-tasklist.md
  • .viberaven/gate-result.json
  • .viberaven/context-map.json
  • .viberaven/agent-summary.md
  • .viberaven/launch-playbook.md

New product work should prefer the Studio and MCP/chat context flow instead of the old tasklist-first loop.

MCP

Use the MCP package when an agent host supports MCP tools:

npx -y @viberaven/mcp

The MCP server wraps the public CLI and exposes readiness, verification, action, audit, and healing tools without exposing secrets.

Development

npm --prefix packages/cli run typecheck
npm --prefix packages/cli test -- local-ui/server.test.ts
npm --prefix packages/cli run build

For a local package publish check, run from this package directory:

cd packages/cli
npm pack --dry-run

License

MIT

Keywords

viberaven

FAQs

Package last updated on 02 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts