Skip to content

Commit 919a6f3

Browse files
committed
feat: add codex
1 parent 9a77c51 commit 919a6f3

40 files changed

Lines changed: 5648 additions & 1064 deletions

.env.example

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,14 @@ CLAUDE_MODEL=claude-opus-4-6
3636
COMMIT_AUTHOR=ai-workflow-blazity
3737
COMMIT_EMAIL=ai-workflow@blazity.com
3838

39+
# --- OpenAI / Codex (optional; required only for tickets labeled agent:codex) ---
40+
# Either OPENAI_API_KEY or CODEX_AUTH_JSON is sufficient. Both may be set; Codex prefers OAuth.
41+
OPENAI_API_KEY=
42+
# Full JSON contents of ~/.codex/auth.json after running `codex login` locally, on one line.
43+
CODEX_AUTH_JSON=
44+
# Default model for Codex phases. Overrides: o3, o4-mini, gpt-5.4.
45+
CODEX_MODEL=gpt-5.4
46+
3947
# Sandbox
4048
MAX_CONCURRENT_AGENTS=3
4149
JOB_TIMEOUT_MS=1800000

0 commit comments

Comments
 (0)