From c861c9d614ec18e029f2177a4e93b2c44ef75665 Mon Sep 17 00:00:00 2001 From: Lyon <88232613+pikasTech@users.noreply.github.com> Date: Wed, 15 Jul 2026 01:07:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE:=20=E5=A3=B0=E6=98=8E=20Arti?= =?UTF-8?q?ficer=20Grok=20=E4=B8=8A=E6=B8=B8=E5=87=AD=E6=8D=AE=20(#2054)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Codex --- config/agentrun.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/config/agentrun.yaml b/config/agentrun.yaml index 134310da..a6d7987f 100644 --- a/config/agentrun.yaml +++ b/config/agentrun.yaml @@ -360,6 +360,24 @@ controlPlane: key: config.toml providerCredential: profile: gpt-pika + - id: provider-grok-auth-json + sourceMode: file + sourceRef: /root/.codex/auth.json.grok + targetRef: + namespace: agentrun-v02 + name: agentrun-v02-provider-grok + key: auth.json + providerCredential: + profile: grok + - id: provider-grok-config + sourceMode: file + sourceRef: /root/.codex/config.toml.grok + targetRef: + namespace: agentrun-v02 + name: agentrun-v02-provider-grok + key: config.toml + providerCredential: + profile: grok - id: provider-dsflash-go-auth-json sourceMode: env sourceRef: hwlab/nc01-v03-code-agent-provider.env