Skip to content

v0.9.2

Choose a tag to compare

@github-actions github-actions released this 30 May 04:05
· 64 commits to main since this release

Fixed

  • mirror apply no longer looks frozen. A full mirror runs many sequential npx/codex network calls (codex installs + cursor pushes + skill adds) — for a large plugin set that's 100+ ops over several minutes, and the apply printed nothing until it finished, so it looked hung. runMirror now takes an onProgress callback: the TUI shows a live spinner (codex: <plugin> (12/28), cursor: <repo> (5/41), skills: <repo> (3/33)) and the CLI streams per-item progress lines. Added an up-front "this hits the network, can take a few minutes" note. No behavior change — additive and idempotent as before, so it's always safe to interrupt and re-run.