Refresh the index by reindexing any files that have changed since last index
Reindexes changed files to update the search index with fresh embeddings.
/plugin marketplace add gplv2/ogrep-marketplace/plugin install ogrep@ogrep-marketplaceRun:
ogrep index .This performs an incremental reindex - only changed files are re-embedded, and unchanged chunks reuse their existing embeddings (fast and token-efficient).
Use this before running multiple queries to ensure all results are fresh, or configure Claude Code hooks to auto-refresh after file edits.