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 doctordiagnostics 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 hubThen configure your agent to run:
npx -y @wcgw/vibe-check-mcp@0.2.0 connectSee the quickstart for the complete browser and agent setup.
Merged in PR #4.