Start Until Unanimous
session_start_unanimousRun iterative API revision rounds among AI peers until unanimous agreement, max rounds, or budget limit.
Instructions
Start real API generation/revision rounds in the background until unanimity, max_rounds or budget limit. v2.11.0: same caller + relator-lottery semantics as run_until_unanimous — see that tool for details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | ship | |
| task | Yes | ||
| peers | No | ||
| caller | No | operator | |
| evidence | No | ||
| lead_peer | No | ||
| max_rounds | No | ||
| session_id | No | ||
| max_cost_usd | No | ||
| review_focus | No | Optional provider-neutral review scope anchor. This is not Claude Code's /focus UI command; it is injected as a front-loaded Review Focus prompt block for every selected peer, including OUT OF SCOPE handling for unrelated findings. | |
| initial_draft | No | ||
| until_stopped | No | ||
| response_format | No | json | |
| reasoning_effort_overrides | No | Optional per-peer reasoning_effort overrides for this call. Keys are peer ids (codex|claude|gemini|deepseek|grok|perplexity); missing keys fall back to global config. Useful to dial down expensive peers (e.g. Grok grok-4.20-multi-agent xhigh = 16 agents, or Perplexity sonar-deep-research that bills citation + reasoning + search queries separately) for routine reviews without editing the host MCP configs. |