Run a semantic query over the local SQLite index and return top matches
Queries local codebase using semantic search and returns top matches
/plugin marketplace add gplv2/ogrep-marketplace/plugin install ogrep@ogrep-marketplace<query text>Run:
ogrep query "$ARGUMENTS" --top 15 --refreshThe --refresh flag ensures results reflect current code by checking for
changed files and reindexing them before querying. Always use it.
If it fails because the DB doesn't exist:
/ogrep:index