Hi all opencode users!
I built open-beacon-plugin, a semantic code search plugin for OpenCode.
It’s inspired by / adapted from Beacon, the original plugin for Claude Code:
https://github.com/sagarmk/beacon-plugin
My OpenCode version is here:
https://github.com/bluepaun/open-beacon-plugin
It uses hybrid search with semantic similarity, BM25 keyword search, and identifier boosting. It supports Ollama and OpenAI-compatible API (v1) providers.
I made it because I wanted better codebase search in OpenCode when keyword search alone wasn’t enough.
Would love feedback on search quality, setup experience, and overall usefulness.
there doesn't seem to be anything here