local_explain
Answer factual repository questions with a read-only local model, returning cited answers instead of dumping files into context.
Instructions
Ask the local model to read the repository and answer a FACTUAL question about it. USE THIS INSTEAD OF Read/Grep when you need to know what is in files but do not need the files themselves in context: "where is X defined", "what does module Y do", "which call sites pass argument Z", "summarize this log".
Read-only: the local model has no write tools for this call.
Args: workspace_root: Absolute path to the repository root. question: A specific, answerable question. Vague questions get ESCALATE. tier: "fast" (default) or "deep" for multi-file reasoning. answer_budget: Soft character cap on the answer. Keep it small.
Returns: A dense answer with path:line citations, or ESCALATE. Never file dumps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tier | No | fast | |
| question | Yes | ||
| answer_budget | No | ||
| workspace_root | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |