v0.13.2
What's Changed
-
fix: Skill deletion now works reliably for every skill, including those tracked by
~/.agents/.skill-lock.json(#100).Previously the desktop app tried to delegate CLI-managed deletes to
npx skills remove, which intermittently failed at spawn time on~/.agents/skills/...paths and left the UI stuck. Every delete (single or bulk, source-tracked or local) is now routed through the existingmoveToTrashpipeline with the 15s undo window. As a documented trade-off,~/.agents/.skill-lock.jsonentries are no longer rewritten by the desktop app — the Skills CLI remains the sole owner of that file and will reconcile stale entries on the next install. -
fix: Sidebar agent list no longer collapses or wraps when many agents are visible (#99).
Pinned the sidebar width with
shrink-0and tightened the per-agent vertical gap so the list stays single-column and scannable on smaller windows. -
test: Hardened the bulk-delete IPC assertion against late-microtask regressions, and stabilized the
pathValidationsymlink regression guard so it stops silently passing on developer machines that have skills symlinked from agent dirs into~/.agents/skills/.
Full diff: v0.13.1...v0.13.2