CLI: agents-discuss¶
Run a technical diagnosis debate from the terminal.
| Option | Default | Description |
|---|---|---|
topic (positional) |
— | Technical issue, incident, performance problem, or code fix to diagnose. |
--file, -f |
— | Optional file with logs, stack traces, code snippets, metrics, or incident context. |
--base-context |
— | Optional baseline context file with architecture, services, non-secret connection parameters, or constraints. Can be repeated. |
--no-redact-context |
— | Do not redact likely secrets from --file and --base-context before sending them to models. |
--project |
— | Optional project directory to read source files from. |
--include |
— | Glob pattern to include from --project. Can be repeated. Defaults to common project files. |
--max-files |
20 |
Maximum project files to include. Default: 20. |
--max-chars-per-file |
12000 |
Maximum characters per included file. Default: 12000. |
--show-history |
— | Print every agent turn after the final result. |
--no-compress-history |
— | Disable history compression between rounds. |
--early-out-threshold |
— | Confidence threshold for early-out. Overrides EARLY_OUT_THRESHOLD env var. |