Skip to content

v0.18.6

Choose a tag to compare

@richardbowman richardbowman released this 18 Jun 19:22
· 366 commits to main since this release
5d9c755

What's New in v0.18.6

Features

  • Agents in Skills Manager — The Installed tab now shows your ~/.claude/agents/ files alongside skills. Agents appear under the Local node with an agent badge; click one to view, edit, save, reload, reveal in Finder, or delete it. (#258)

  • Source tree layout — The Installed tab is now a collapsible tree rooted in sources rather than a flat list. GitHub plugin sources appear as top-level nodes; expand one to see the skills it provides. A Local node at the bottom groups standalone skills and agents. Filter bar and count line move to the very top of the panel. (#259)

  • Reload and Reinstall for plugin sources — The plugin detail panel (click a source header) now has two new actions alongside Update: Reload re-scans the local clone from disk without a network call (useful after manual edits); Reinstall deletes the clone and re-clones fresh from GitHub (for broken or corrupted installs, with a confirmation dialog). (#259)

  • Update button always visible — The Update button on plugin detail panels is now always present, not just when updates are detected. It highlights in blue when the staleness check finds you behind. (#259)

Bug Fixes

  • Detail panel now scrollable — The right-side detail panel in the Skills Manager was clipped when a plugin had many skills. It now scrolls. (#259)