vectr_fetch
Restore a previously retrieved code chunk by its exact id (file:start-end) after context eviction, compaction, or tombstoning—no re-search or full-file read required.
Instructions
Deterministic re-fetch of a code chunk by its exact id — no embedding, no rerank, just the chunk. Every vectr_search/vectr_locate/vectr_trace result carries its chunk's id (the file:start-end shown in the result header). Use this to restore a chunk that was cleared from your context (by tool-result eviction, context compaction, or a context-editing tombstone) instead of re-running vectr_search or re-reading the whole file. NOT for finding NEW content — use vectr_search for that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Chunk ids to restore, exactly as shown in a prior search/locate/trace result (e.g. 'src/auth.py:10-20'). |