Skip to content

v0.1.0

Choose a tag to compare

@Helweg Helweg released this 15 Jan 07:15
· 774 commits to main since this release

Initial Release

Semantic codebase indexing and search for OpenCode.

Features

  • Semantic search: Find code by meaning using vector embeddings
  • Hybrid search: Combines semantic + BM25 keyword matching
  • Multiple embedding providers: GitHub Copilot, OpenAI, Google, Ollama
  • Incremental indexing: Fast re-indexing (~50ms when nothing changed)
  • Tree-sitter parsing: Language-aware code chunking

Tools

  • codebase_search - Search code by describing what it does
  • index_codebase - Create/update the semantic index
  • index_status - Check if codebase is indexed
  • index_health_check - Remove stale entries

Platforms

Native binaries for:

  • macOS (Intel & ARM)
  • Linux (x64 & ARM)
  • Windows (x64)