From bb7282bb77c4a5afa3b47e4aace80ffa57c285c2 Mon Sep 17 00:00:00 2001 From: "kiloconnect[bot]" <240665456+kiloconnect[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 19:39:05 +0000 Subject: [PATCH] chore(config): bump KILOCODE_CLI_VERSION to 7.0.46 update CLI version to 7.0.46 in wrangler.jsonc --- cloud-agent-next/wrangler.jsonc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloud-agent-next/wrangler.jsonc b/cloud-agent-next/wrangler.jsonc index b4d030da7..38b24f60d 100644 --- a/cloud-agent-next/wrangler.jsonc +++ b/cloud-agent-next/wrangler.jsonc @@ -125,7 +125,7 @@ "image": "./Dockerfile", "instance_type": "standard-4", "image_vars": { - "KILOCODE_CLI_VERSION": "7.0.37", + "KILOCODE_CLI_VERSION": "7.0.46", }, "max_instances": 150, "rollout_active_grace_period": 120, @@ -257,7 +257,7 @@ "image": "./Dockerfile.dev", "instance_type": "standard-4", "image_vars": { - "KILOCODE_CLI_VERSION": "7.0.37", + "KILOCODE_CLI_VERSION": "7.0.46", }, "max_instances": 10, "rollout_active_grace_period": 60,