From 1dac7e63541fc704697c86f61539502315954088 Mon Sep 17 00:00:00 2001 From: Codex Date: Thu, 18 Jun 2026 11:10:34 +0000 Subject: [PATCH] chore: add D601 dsflash-go provider profile --- config/agentrun.yaml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/config/agentrun.yaml b/config/agentrun.yaml index 6429afba..0e935c8e 100644 --- a/config/agentrun.yaml +++ b/config/agentrun.yaml @@ -404,6 +404,33 @@ controlPlane: key: config.toml providerCredential: profile: deepseek + - id: provider-dsflash-go-auth-json + sourceMode: file + sourceRef: /root/.codex-opencode-go-all/auth.json + targetRef: + namespace: agentrun-v02 + name: agentrun-v01-provider-dsflash-go + key: auth.json + providerCredential: + profile: dsflash-go + - id: provider-dsflash-go-config + sourceMode: file + sourceRef: agentrun/d601-v02-provider-dsflash-go-config.toml + targetRef: + namespace: agentrun-v02 + name: agentrun-v01-provider-dsflash-go + key: config.toml + providerCredential: + profile: dsflash-go + - id: provider-dsflash-go-model-catalog + sourceMode: file + sourceRef: /root/.codex-opencode-go-all/model-catalog.json + targetRef: + namespace: agentrun-v02 + name: agentrun-v01-provider-dsflash-go + key: model-catalog.json + providerCredential: + profile: dsflash-go - id: tool-github-pr-token sourceRef: /root/.config/unidesk/github.env sourceKey: GH_TOKEN