Skip to content

v0.13.2

Choose a tag to compare

@ryota-murakami ryota-murakami released this 25 Apr 15:15
· 117 commits to main since this release

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 existing moveToTrash pipeline with the 15s undo window. As a documented trade-off, ~/.agents/.skill-lock.json entries 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-0 and 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 pathValidation symlink 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