feat: add codex stdio code agent session gate
This commit is contained in:
@@ -205,6 +205,10 @@
|
||||
"HWLAB_CODE_AGENT_PROVIDER": "openai",
|
||||
"HWLAB_CODE_AGENT_MODEL": "gpt-5.5",
|
||||
"HWLAB_CODE_AGENT_OPENAI_BASE_URL": "http://172.26.26.227:17680/v1/responses",
|
||||
"HWLAB_CODE_AGENT_CODEX_STDIO_ENABLED": "1",
|
||||
"HWLAB_CODE_AGENT_CODEX_STDIO_SUPERVISOR": "repo-owned",
|
||||
"HWLAB_CODE_AGENT_CODEX_WORKSPACE": "/workspace/hwlab",
|
||||
"HWLAB_CODE_AGENT_CODEX_SANDBOX": "workspace-write",
|
||||
"OPENAI_API_KEY": "secretRef:hwlab-code-agent-provider/openai-api-key"
|
||||
}
|
||||
},
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -117,6 +117,22 @@
|
||||
"name": "HWLAB_CODE_AGENT_OPENAI_BASE_URL",
|
||||
"value": "http://172.26.26.227:17680/v1/responses"
|
||||
},
|
||||
{
|
||||
"name": "HWLAB_CODE_AGENT_CODEX_STDIO_ENABLED",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"name": "HWLAB_CODE_AGENT_CODEX_STDIO_SUPERVISOR",
|
||||
"value": "repo-owned"
|
||||
},
|
||||
{
|
||||
"name": "HWLAB_CODE_AGENT_CODEX_WORKSPACE",
|
||||
"value": "/workspace/hwlab"
|
||||
},
|
||||
{
|
||||
"name": "HWLAB_CODE_AGENT_CODEX_SANDBOX",
|
||||
"value": "workspace-write"
|
||||
},
|
||||
{
|
||||
"name": "OPENAI_API_KEY",
|
||||
"valueFrom": {
|
||||
|
||||
Reference in New Issue
Block a user