get_index_status
Check if a repository's code index is up-to-date with its HEAD commit and view index size statistics to ensure accurate code review.
Instructions
Report whether a repo has been indexed, whether the index is stale relative to its current HEAD commit, and basic index size stats.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stale | Yes | ||
| indexed | Yes | ||
| indexed_at | Yes | ||
| total_files | Yes | ||
| total_chunks | Yes | ||
| embedding_model | Yes | ||
| current_head_sha | Yes | ||
| last_indexed_commit_sha | Yes |