update_index
Refresh the search index by processing only changed files using SHA-256 hash detection, enabling fast updates after code modifications. Use dryRun to preview changes first.
Instructions
Refresh the search index after code changes. USE THIS instead of re-indexing - it's fast because it only processes changed files (SHA-256 hash detection). Use dryRun=true to preview changes first.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No | Path to the indexed directory | . |
| dryRun | No | Only report changes without updating the index | |
| force | No | Force re-index of all files (ignore hash cache) |