feat: 支持 v0.1 deepseek backend profile

This commit is contained in:
Codex
2026-05-29 18:44:24 +08:00
parent 5375ce37f7
commit 5cc8146800
28 changed files with 303 additions and 50 deletions
+11 -1
View File
@@ -34,7 +34,17 @@
"name": "codex-secret-projection",
"secretRef": { "name": "agentrun-v01-provider-codex", "keys": ["auth.json", "config.toml"] },
"projectionPath": "/var/run/agentrun/secrets/codex-0",
"runtimeCopyPath": "/home/agentrun/.codex",
"runtimeCopyPath": "/home/agentrun/.codex-codex",
"profile": "codex",
"readOnly": true,
"writableCopy": true
},
{
"name": "deepseek-secret-projection",
"secretRef": { "name": "agentrun-v01-provider-deepseek", "keys": ["auth.json", "config.toml"] },
"projectionPath": "/var/run/agentrun/secrets/deepseek-0",
"runtimeCopyPath": "/home/agentrun/.codex-deepseek",
"profile": "deepseek",
"readOnly": true,
"writableCopy": true
}