Skip to content

0.0.1

Choose a tag to compare

@github-actions github-actions released this 24 Jun 07:31
· 40 commits to main since this release

0.0.1 (2026-06-24)

Features

  • plugin: add Reindex button to rebuild the search index in place (a4f9377)
  • plugin: embedding auto-retry + hosted-api embedding backend (4286c7f)
  • plugin: hybrid semantic search core (lexical + dense vectors, RRF) (5da3fb3)
  • plugin: implement M1 registry server with catalog + lexical search (c0db2c0)
  • plugin: implement M2 skill scanning and enrichment (8eb514a)
  • plugin: implement M3 skill file serving (c771ccf)
  • plugin: implement M4 MCP endpoint with Code Mode (215f5c8)
  • plugin: M5 search-backend factory + M6 EADDRINUSE retry (ef2dad8)
  • plugin: opt-in skill-folder watching + verified MCP client e2e (2722036)
  • plugin: reuse shared FolderSuggest for skill folder inputs (c1811d8)
  • plugin: scaffold ARD server plugin with settings skeleton (a8fe93b)
  • plugin: semantic search via a local embedding server (no bundle, no download) (8a3676d)

Bug Fixes

  • plugin: guard against the registry resurrecting after unload (ccfa366)
  • plugin: skip embedder for empty catalog in SemanticSearchBackend (3a472e4)