Skip to content

Releases: raduceuca/vibe-check

Release list

VibeCheck v0.2.0

Choose a tag to compare

@raduceuca raduceuca released this 13 Jul 17:33
b5ee3f5

VibeCheck v0.2.0

The browser widget is now a real MCP inbox, not a mocked demo.

Highlights

  • Delivers issues end to end from the browser widget through the local hub to a waiting MCP agent session.
  • Keeps simultaneous projects and dev servers isolated, with a one-agent-per-project lease, conflict warnings, and explicit handoff state.
  • Adds actionable in-widget setup instructions for Codex, Claude Code, and Cursor.
  • Adds vibe-check-mcp doctor diagnostics for Node, hub connectivity, active projects, snapshot freshness, and agent watcher state.
  • Adds deterministic E2E coverage for install, hub startup, project discovery, watching, button-triggered issue delivery, multi-project isolation, contention, and handoff.
  • Publishes the documentation and showcase at https://vibecheck.wcgw.fun.

Install

pnpm add @wcgw/vibe-check@0.2.0
npx -y @wcgw/vibe-check-mcp@0.2.0 hub

Then configure your agent to run:

npx -y @wcgw/vibe-check-mcp@0.2.0 connect

See the quickstart for the complete browser and agent setup.

Merged in PR #4.