v0.1.0
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 doesindex_codebase- Create/update the semantic indexindex_status- Check if codebase is indexedindex_health_check- Remove stale entries
Platforms
Native binaries for:
- macOS (Intel & ARM)
- Linux (x64 & ARM)
- Windows (x64)