feat: add codex stdio code agent session gate

This commit is contained in:
Code Queue Review
2026-05-23 13:29:22 +00:00
parent ad1383ecf7
commit f42d8d121d
20 changed files with 2105 additions and 322 deletions
+16
View File
@@ -418,6 +418,22 @@
"type": "string",
"const": "http://172.26.26.227:17680/v1/responses"
},
"HWLAB_CODE_AGENT_CODEX_STDIO_ENABLED": {
"type": "string",
"const": "1"
},
"HWLAB_CODE_AGENT_CODEX_STDIO_SUPERVISOR": {
"type": "string",
"const": "repo-owned"
},
"HWLAB_CODE_AGENT_CODEX_WORKSPACE": {
"type": "string",
"const": "/workspace/hwlab"
},
"HWLAB_CODE_AGENT_CODEX_SANDBOX": {
"type": "string",
"const": "workspace-write"
},
"OPENAI_API_KEY": {
"type": "string",
"const": "secretRef:hwlab-code-agent-provider/openai-api-key"