vb alpha
Changelog
Everything we're shipping on the vb CLI and the hub. We ship in public — follow along here or grab a waitlist invite below.
- v0.4.0
Replay any vibe, end to end
- Newvb replay <vibe> re-runs the exact prompts, model, and config that produced a commit — deterministic down to the seed.
- NewVibe objects now bundle agent traces alongside code, so you can inspect every tool call after the fact.
- ImprovedHub diffs render prompt changes and code changes side by side.
- FixedLarge artifact uploads no longer time out on slow connections.
- v0.3.0
Forking the full vibe
- Newvb fork clones a vibe with its prompts, specs, and config intact — not just the source.
- NewPublic vibe pages on the hub with a one-click "Open in vb" button.
- ImprovedFaster cold starts for the vb daemon — roughly 40% quicker on first run.
- v0.2.0
The hub goes live
- NewPush vibes to the hub with vb push and browse them on the web.
- NewAccount auth and personal namespaces.
- FixedResolved a race condition when committing while an agent was mid-run.
- v0.1.0
First alpha
- NewThe vb CLI ships: vb init, vb commit, and vb log capture code, prompts, and config together.