From cffdb966ad6533136bd8ffe3a6ca7ec4df86cae7 Mon Sep 17 00:00:00 2001 From: Codex Date: Sun, 14 Jun 2026 04:50:37 +0000 Subject: [PATCH] fix: sync d601 agentrun deepseek profile --- config/agentrun.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/config/agentrun.yaml b/config/agentrun.yaml index 4c7c0495..b6af043c 100644 --- a/config/agentrun.yaml +++ b/config/agentrun.yaml @@ -336,6 +336,20 @@ controlPlane: namespace: agentrun-v02 name: agentrun-v01-provider-codex key: config.toml + - id: provider-deepseek-auth-json + sourceMode: file + sourceRef: /root/.codex-deepseek-v4-pro/auth.json + targetRef: + namespace: agentrun-v02 + name: agentrun-v01-provider-deepseek + key: auth.json + - id: provider-deepseek-config + sourceMode: file + sourceRef: agentrun/d601-v02-provider-deepseek-config.toml + targetRef: + namespace: agentrun-v02 + name: agentrun-v01-provider-deepseek + key: config.toml - id: tool-github-pr-token sourceRef: /root/.config/unidesk/github.env sourceKey: GH_TOKEN