reindex
Rebuild the search index for semantic code search. Runs in background; use status to monitor progress.
Instructions
Start a full reindex of the codebase.
Runs in the background - use get_status to monitor progress. Use cancel_indexing to abort if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| force | No | Force reindex even if files haven't changed | |
| clear_first | No | Clear all existing index data before reindexing |