A small follow-up to v2.0.0 that makes the variants workflow feel more natural and keeps your annotation queue clean.
What's new
🧬 Just ask for variants
Typing something like "make variants of this" or "show me a few versions" straight into a normal comment will be recognized by your agent — routing the annotation through the same build-preview-and-pick flow, right in your codebase. (Requires the MCP server.)
→ Variants
🧹 Cleaner handoffs
Your agent now reliably clears each annotation once it's implemented, instead of leaving finished ones on the page. This fixes a rough edge with design edits: a leftover edit used to re-apply its live preview on top of your already-changed code on reload. Design edits are now closed out as soon as they land, and a variants request no longer stops the agent from tidying up everything else.
The MCP server moves to v0.5.1 — update with npx vibe-annotations-server init (or npm i -g vibe-annotations-server).
📚 Full documentation: vibe-annotations.com/docs