()
| 147 | return CODEY_BACKEND in ("openrouter", "unlimitedclaude") |
| 148 | |
| 149 | def is_remote_planner_backend() -> bool: |
| 150 | return CODEY_PLANNER_BACKEND in ("openrouter", "unlimitedclaude") |
| 151 | |
| 152 | # ── OpenRouter ──────────────────────────────────────────────────────────────── |
| 153 | # OPENROUTER_API_KEY — sk-or-... key from openrouter.ai/keys |