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

@osovv/vvcode

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@osovv/vvcode

Packaged CLI for launching OpenCode with vvcode runtime semantics.

Source
npmnpm
Version
0.4.1
Version published
Weekly downloads
4
-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

vvcode

vvcode is a Bun-based CLI package for launching OpenCode with preset-driven runtime overlays.

Install

bun add -g @osovv/vvcode

Or for local development:

bun install
bun run cli -- --help

Runtime config

Project config path:

.vvcode/config.jsonc

Default global config path:

~/.config/vvcode/config.jsonc

Usage

vvcode opencode --preset <name>

Options:

  • --preset, -p (required)
  • --global-config, -c (optional)
  • --project-root, -r (optional)

You can also omit opencode because it is the default subcommand:

vvcode --preset <name>

Runtime artifacts

  • .vvcode/local/runtime/overlays/
  • .vvcode/local/runtime/traces/
  • .vvcode/local/runtime/failures/
  • .vvcode/memory/project/
  • .vvcode/memory/agent/
  • .vvcode/local/memory/session/
  • .vvcode/local/memory/subagent/

Packaging notes

  • Package name: @osovv/vvcode
  • CLI bin: bin/vvcode
  • Published runtime entry: dist/vvcode.js
  • Build command: bun run build
  • Local dev command: bun run cli -- --help
  • prepack builds dist automatically before publish/pack
  • Scoped publish target: npm publish --access=public

Keywords

vvcode

FAQs

Package last updated on 05 Apr 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