We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8236bdd commit a559abbCopy full SHA for a559abb
1 file changed
docs/byok.md
@@ -82,6 +82,7 @@ agents:
82
enabled: true
83
image: ghcr.io/openabdev/openab-codex:latest
84
command: codex-acp
85
+ workingDir: /home/node
86
envFrom:
87
- secretRef:
88
name: codex-provider-secrets
@@ -94,7 +95,7 @@ agents:
94
95
With that default layout, Codex reads its config from:
96
97
```text
-/home/agent/.codex/config.toml
98
+/home/node/.codex/config.toml
99
```
100
101
If you override `workingDir`, adjust the paths in this guide to match your
0 commit comments