Report active capabilities
diffgate_capabilitiesReport active DiffGate layers and callable tools, plus agent autonomy budget, to avoid errors from unavailable tools.
Instructions
Report which DiffGate layers are active (core / code graph / LLM), which tools you can call right now without an error, and the agent autonomy budget (fix limit, escalation, trust source). Call this once up front so you know what's available instead of discovering it via thrown errors.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cwd | No | Repo root. Defaults to process.cwd(). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | Autonomy budget: fix limit, escalation, trust source. | |
| tools | No | Tool names callable without error right now. | |
| layers | No | Which of core/graph/llm are active. |