index_project
Rebuild or update the code search index when stale or missing. Use after git operations, file edits, or when results seem outdated. Incremental by default; pass force:true for a full rebuild.
Instructions
Rebuild or update the code search index. Call this whenever any Reflex search tool returns an "Index not found" or "stale" error — the retry will then succeed. Also call after large git operations (checkout, merge, rebase, pull), user file edits, or when results seem stale or missing.
Incremental by default (only changed files re-indexed). Pass force: true for a full rebuild when the index appears corrupted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force full rebuild (ignore incremental) | |
| languages | No | Languages to include (empty = all) |