Commit Graph

5 Commits

Author SHA1 Message Date
Garry Tan 6294c5a74a feat: per-mode reasoning (high for review/consult, xhigh for challenge) + web search
Review and consult use high reasoning — thorough but not slow.
Challenge (adversarial) uses xhigh — maximum depth for breaking code.
All modes enable web_search_cached so Codex can look up docs/APIs.
2026-03-18 21:29:07 -07:00
Garry Tan 4c60be711d feat: crank codex reasoning to xhigh (maximum) 2026-03-18 21:27:22 -07:00
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