feat: 将 ofcx-go backend 收敛为 dsflash-go

This commit is contained in:
Codex
2026-06-08 01:38:50 +08:00
parent eef59c74ee
commit 41886aef80
14 changed files with 115 additions and 36 deletions
+5 -5
View File
@@ -58,11 +58,11 @@
"writableCopy": true
},
{
"name": "ofcx-go-secret-projection",
"secretRef": { "name": "agentrun-v01-provider-ofcx-go", "keys": ["auth.json", "config.toml"] },
"projectionPath": "/var/run/agentrun/secrets/ofcx-go-0",
"runtimeCopyPath": "/home/agentrun/.codex-ofcx-go",
"profile": "ofcx-go",
"name": "dsflash-go-secret-projection",
"secretRef": { "name": "agentrun-v01-provider-dsflash-go", "keys": ["auth.json", "config.toml"] },
"projectionPath": "/var/run/agentrun/secrets/dsflash-go-0",
"runtimeCopyPath": "/home/agentrun/.codex-dsflash-go",
"profile": "dsflash-go",
"readOnly": true,
"writableCopy": true
}