Report active capabilities
diffgate_capabilitiesCheck which DiffGate layers, tools, and autonomy budgets are active to avoid errors and know your capabilities upfront.
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. |