Commit 033b3a0
fix: add CODEX_HOME env var to MCP gateway step for Codex engine workflows (#27457)
* fix: add CODEX_HOME env var to MCP gateway step for Codex engine workflows
The MCP gateway setup step needs CODEX_HOME to be available as an
environment variable so that the Codex config sync (copying the
converted MCP config into CODEX_HOME) can reference it. Without this,
mkdir -p "${CODEX_HOME}" expands to an empty string and fails.
Adds CODEX_HOME=/tmp/gh-aw/mcp-config to collectMCPEnvironmentVariables
only when the engine is codex, matching the value already set on the
agent execution step in codex_engine.go.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* chore: start addressing PR review feedback
Agent-Logs-Url: https://github.com/github/gh-aw/sessions/27e0a550-30d5-4846-8d4e-03d3761d5659
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: lpcox <15877973+lpcox@users.noreply.github.com>1 parent 88690ac commit 033b3a0
File tree
84 files changed
+386
-324
lines changed- .github
- aw
- workflows
- pkg
- actionpins/data
- workflow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
84 files changed
+386
-324
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments