delegate_ask
Run a read-only code review or diagnostic inquiry via a CLI agent without modifying the workspace or session state.
Instructions
Execute a fast, read-only question, diagnostic inquiry, or code review with a CLI coding agent without creating or altering conversation session state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agent | No | Target CLI agent backend (defaults to "auto"). | auto |
| model | No | Model override (e.g. "haiku", "gemini-3.8-flash-low"). | |
| prompt | Yes | Inquiry, explanation request, or diagnostic prompt. | |
| thinking | No | Thinking effort level (e.g. "low", "medium", "high"). | |
| workspace_dir | No | Target workspace directory. | |
| timeout_seconds | No | Execution timeout in seconds (default: 120s). |