← Back to Console   First Run

Settings & Config Checks

Workdir: {{ workdir }}
Strong Provider: {{ strong_provider }}
Executor Provider: {{ executor_provider }} (recommended first-run: deepseek_byok)
Planner Model: {{ planner_model or "" }}
Reviewer Model: {{ reviewer_model or "" }}
Executor Model: {{ executor_model or "" }}
Doctor Overall: {% if doctor_ok %}PASS{% else %}ATTENTION{% endif %}

Doctor Checks

{% for check in checks %} {% endfor %}
CheckStatusMessage
{{ check.name }} {{ check.status }} {{ check.message }}

Common Fixes

SymptomLikely CauseQuick 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