🎩 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

VibeRaven Studio — local-first open-source console. Connect Codex, Claude, or Gemini CLI and chat with your repo from localhost.

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

@viberaven/cli

npm version npm downloads license

VibeRaven Studio — local-first open-source console for AI-built apps. Chat with your connected coding CLI, attach provider and release context, and work from localhost.

Public repo: https://github.com/ohad6k/VibeRaven

Run Studio

npx -y viberaven

Opens VibeRaven Studio on localhost in the current project:

  • Connect Codex CLI, Claude Code, or Gemini CLI (your existing CLI account — no OpenAI API key in VibeRaven).
  • Terminal tab: install → sign in → Test connection (chat only works after verify).
  • Chat tab: scoped missions that can edit the repo (permission mode: ask each change or full access).
  • Provider Control Board and Versions & Releases context for drag-to-chat.

Explicit UI command:

npx -y viberaven ui .

Install agent rules (optional)

npx -y viberaven init --agents all

Preview without writing files: npx -y viberaven init --agents all --dry-run

Agent production gate (CI & coding agents)

VibeRaven is also the Agent Context + Production Gate for pre-deploy checks. Use this path when an agent or CI job needs repo evidence, not the Studio UI.

npx -y viberaven --agent-mode

Read artifacts in order:

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

Fix one repo-code gap, then:

npx -y viberaven --verify
npx -y viberaven --strict

Focused helpers: npx -y viberaven next --json, npx -y viberaven prompt --gap <id>, npx -y viberaven audit --vercel-supabase

Chat-native actions

npx -y viberaven actions
npx -y viberaven verify --action VR-A1

Writes .viberaven/actions.json as the action surface contract. Provider dashboard steps are not cleared by repo edits alone.

Machine output

npx -y viberaven --agent-mode --json
npx -y viberaven --strict --json

Artifact schemas: docs/contracts/artifacts.md, https://viberaven.dev/schemas/gate-result.schema.json, https://viberaven.dev/schemas/context-map.schema.json, https://viberaven.dev/schemas/gap.schema.json, https://viberaven.dev/schemas/heal-result.schema.json

Development

npm run build
npm test

License

MIT

Keywords

viberaven

FAQs

Package last updated on 27 Jun 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