Commit Graph

3 Commits

Author SHA1 Message Date
Garry Tan 4e7e5de74d feat: codex uses high reasoning effort by default
gpt-5.2-codex is the only model available with ChatGPT login.
All commands now use model_reasoning_effort="high" for maximum
depth — the whole point is a thorough second opinion.
2026-03-18 21:26:26 -07:00
Garry Tan 0b009d2e84 fix: codex auth error message — use codex login, not OPENAI_API_KEY
Codex authenticates via ChatGPT OAuth (codex login), not an env var.
2026-03-18 21:22:54 -07:00
Garry Tan 311d842f6c feat: /codex skill — multi-AI second opinion (review, challenge, consult)
Three modes: code review with pass/fail gate, adversarial challenge mode,
and conversational consult with session continuity. First multi-AI skill
in gstack, wrapping OpenAI's Codex CLI.
2026-03-18 21:11:42 -07:00