reindex
Force an incremental rebuild of the codebase index, re-embedding only files that changed. Use to initialize the index or after switching embedding providers.
Instructions
Force incremental reindex of the project codebase. Only re-embeds files that have changed since last index. Use this to initialize the index for the first time. After first indexation, auto-index is enabled for subsequent startups via .stellarisrc. Use force=true after switching embedding providers (deletes the old index automatically).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project root path to index (auto-detected from cwd if not provided) | |
| enable_auto_index | No | Explicitly enable or disable automatic incremental indexing on startup. Writes to .stellarisrc in the project root. | |
| force | No | Bypass embedding config mismatch guard. Required after switching EMBEDDING_PROVIDER — will delete and rebuild the entire index. |