Report active capabilities
diffgate_capabilitiesReport active DiffGate layers, callable tools, and agent budget to avoid errors and understand available capabilities.
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. |