You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.