Skip to content

v0.1.0 — Initial Release

Choose a tag to compare

@jbpraxxys jbpraxxys released this 12 Jun 05:24
· 14 commits to main since this release

Semantic code search plugin for OpenCode. Indexes your project source code into a vector database using tree-sitter AST parsing.

Features

  • Three tools: codebase_index, codebase_search, codebase_status
  • Tree-sitter AST parsing — functions, classes, methods for TS/JS/Python/PHP
  • Zero-dependency LanceDB — embedded vector store, no server needed
  • Hash caching — re-index only changed files
  • Auto-indexing on first tool use in opted-in projects
  • File watcher (chokidar) keeps index fresh as you edit
  • Branch-aware indexing — opt-in auto re-index on git checkout
  • Agent skill enforces Search Priority Rule (search first, grep last)
  • CLI tool: node cli.mjs index/search/status/clear