feat: refresh dashboard settings UX and Codex feature toggles (#153)
* feat: refresh dashboard settings UX and Codex feature toggles Improve settings/tasks mobile layout, model effort validation by agent type, and preset models for GPT 5.5 and Opus 4.7. Store Codex fast mode and goals in config.toml with Claude fastMode session sync and updated docs for Codex 0.133. Co-authored-by: Cursor <cursoragent@cursor.com> * style: apply pre-commit formatting after dashboard settings commit Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -30,18 +30,18 @@ REVIEWER_AGENT_TYPE=claude-code
|
||||
# ARBITER_AGENT_TYPE=claude-code
|
||||
|
||||
# provider 기본 모델
|
||||
CLAUDE_MODEL=claude-opus-4-6
|
||||
CLAUDE_MODEL=claude-opus-4-7
|
||||
CLAUDE_EFFORT=high
|
||||
CLAUDE_THINKING=adaptive
|
||||
CODEX_MODEL=gpt-5.4
|
||||
CODEX_MODEL=gpt-5.5
|
||||
CODEX_EFFORT=xhigh
|
||||
|
||||
# 역할별 override
|
||||
OWNER_MODEL=gpt-5.4
|
||||
OWNER_MODEL=gpt-5.5
|
||||
OWNER_EFFORT=xhigh
|
||||
OWNER_FALLBACK_ENABLED=true
|
||||
|
||||
REVIEWER_MODEL=claude-opus-4-6
|
||||
REVIEWER_MODEL=claude-opus-4-7
|
||||
REVIEWER_EFFORT=high
|
||||
REVIEWER_FALLBACK_ENABLED=true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user