{{ workdir }}{{ strong_provider }}{{ executor_provider }} (recommended first-run: deepseek_byok){{ planner_model or "" }} {{ reviewer_model or "" }} {{ executor_model or "" }} | Check | Status | Message |
|---|---|---|
| {{ check.name }} | {{ check.status }} | {{ check.message }} |
| Symptom | Likely Cause | Quick Fix |
|---|---|---|
| Plan fails before request | Missing strong model key/model name | Set OPENAI_API_KEY/CLAUDE_API_KEY and planner/reviewer model fields |
| Run fails with Git error | Current directory is not a git repo | Run git init and commit baseline before execution |
| Run rejected for file boundary | Patch changed files outside allowed_files |
Narrow task scope or adjust planner output before retry |
| Executor config missing | DeepSeek BYOK fields empty | Fill DEEPSEEK_API_KEY, DEEPSEEK_BASE_URL, DEEPSEEK_EXECUTOR_MODEL |