Consult Gemini, Codex, Qwen, and OpenCode AIs in parallel and synthesize responses
/plugin marketplace add wlevan3/claude-plugins/plugin install multi-ai-consult@wjlevan-claude-plugins# Multi-AI Consultation Consult multiple AIs in parallel, then synthesize their responses into a unified answer. ## Configuration Models and timeouts can be overridden via environment variables: | Variable | Default | Description | |----------|---------|-------------| | `CONSULT_GEMINI_MODEL` | `gemini-3-pro-preview` | Gemini model | | `CONSULT_CODEX_MODEL` | `gpt-5.1-codex-max` | Codex model | | `CONSULT_QWEN_MODEL` | (CLI default) | Qwen model | | `CONSULT_OPENCODE_MODEL` | `anthropic/claude-opus-4-5` | OpenCode model | | `CONSULT_TIMEOUT` | `120` | Timeout in seconds per CLI | | `CON...