Commit Graph

2 Commits

Author SHA1 Message Date
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