Commit 42db83c
fix(cli): install codex CLI in codex template Dockerfiles
Address Greptile review: the default, sync and temporal codex Dockerfiles
installed nodejs/npm but never the codex CLI, so scaffolded containers hit
FileNotFoundError on `codex` for every request. Add
`npm install -g @openai/codex`, matching the claude-code templates.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 1494818 commit 42db83c
3 files changed
Lines changed: 12 additions & 0 deletions
File tree
- src/agentex/lib/cli/templates
- default-codex
- sync-codex
- temporal-codex
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
23 | 27 | | |
24 | 28 | | |
25 | 29 | | |
| |||
0 commit comments