vectr_evict_hint
Identifies code chunks retrieved in the session that can be safely removed from context, providing re-fetch keys for instant restoration when needed.
Instructions
Lists the code chunks retrieved by THIS session that are safe to drop from context — each is re-fetchable verbatim in one deterministic call, and the response includes the exact vectr_fetch(ids=[...]) re-fetch keys. Use at the exploration → implementation transition, or when context pressure builds. This is the reverse signal in the vectr protocol: the AI saves findings (vectr_remember), vectr signals what it can restore instantly (vectr_evict_hint). NOT needed on short sessions — most useful after many vectr_search/vectr_locate calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||