Skip to content

Skills Manager v2.1.4

Choose a tag to compare

@github-actions github-actions released this 10 Jul 14:49
· 49 commits to main since this release

Added

  • Skill favorites: supports favoriting local and marketplace skills; marketplace favorites store snapshots for offline display; favorited items pinned to top with "favorites only" filter
  • Marketplace source switched to clawhub.ai: backend now uses clawhub.ai public API with in-memory ZIP archive preview and tag filtering
  • Improved marketplace search: dedicated Clawhub search endpoint enables full-library search; token-based AND matching extended to tags; search results highlight matched substrings with result count
  • Added WorkBuddy tool support

Changed

  • Merged the "Marketplace" settings section into "General"; command palette command updated to set-github-token
  • Cleaned up Rust compile warnings: removed unused re-exports, added #[allow(dead_code)] to clawhub response structs
  • Bumped version to 2.1.4 across the board

Fixed

  • Fixed clawhub marketplace skill external link URL construction (missing owner and /skills/ segment)
  • Fixed dropdown menus not closing when clicking outside (backdrop-filter broke the fixed overlay; replaced with useClickOutside hook)
  • Fixed installed skills from a previous marketplace source leaking into the current source list after switching sources
  • Fixed infinite "loading" indicator at the bottom when a tag filter was selected