From 19c8de67aa0145a1e19c8f49529a1c6f33020534 Mon Sep 17 00:00:00 2001 From: Lily Shen <115414357+lilyshen0722@users.noreply.github.com> Date: Tue, 4 Aug 2026 03:13:58 -0700 Subject: [PATCH] fix(cloud-codex): update bundled MCP version --- k8s/helm/commonly/templates/agents/cloud-codex-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/helm/commonly/templates/agents/cloud-codex-deployment.yaml b/k8s/helm/commonly/templates/agents/cloud-codex-deployment.yaml index e586bbfe6..85a6dfb9a 100644 --- a/k8s/helm/commonly/templates/agents/cloud-codex-deployment.yaml +++ b/k8s/helm/commonly/templates/agents/cloud-codex-deployment.yaml @@ -103,7 +103,7 @@ spec: # codex version (confirmed across 0.116/0.125/0.133). npm install --global --no-audit --no-fund \ "@openai/codex@{{ $.Values.agents.cloudCodex.codexVersion | default "0.133.0" }}" \ - "@commonlyai/mcp@{{ $.Values.agents.cloudCodex.commonlyMcpVersion | default "0.1.2" }}" + "@commonlyai/mcp@{{ $.Values.agents.cloudCodex.commonlyMcpVersion | default "0.1.10" }}" git clone --depth 1 --branch "{{ $.Values.agents.cloudCodex.commonlyCliRef | default "main" }}" \ https://github.com/Team-Commonly/commonly.git /tmp/commonly-src mkdir -p /tools/lib