From 4d28cd6e2c751e6a3371dac3c080b87e60a129d4 Mon Sep 17 00:00:00 2001 From: Steve Dudenhoeffer Date: Sat, 27 Jun 2026 11:59:13 -0400 Subject: [PATCH] =?UTF-8?q?ci(gadfly):=204-cloud=20pool=20=E2=80=94=20add?= =?UTF-8?q?=20kimi-k2.7-code=20+=20deepseek-v4-pro,=20drop=20v4-flash?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Match mort's new cloud panel: minimax-m3, glm-5.2, kimi-k2.7-code (Moonshot), deepseek-v4-pro (frontier, replaces v4-flash). Keeps m1/m5 locals + the existing ollama-cloud=1 + lens-concurrency=3 serial-model style. Co-Authored-By: Claude Opus 4.8 (1M context) --- .gitea/workflows/adversarial-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/adversarial-review.yml b/.gitea/workflows/adversarial-review.yml index 8c13d64..df5b4f3 100644 --- a/.gitea/workflows/adversarial-review.yml +++ b/.gitea/workflows/adversarial-review.yml @@ -66,7 +66,7 @@ jobs: # (ollama-cloud=1) with its 3 lenses concurrent (LENS ollama-cloud=3) so # its comment lands sooner; each Mac runs one model, lenses serial (its # foreman queue serializes anyway). All three provider lanes run parallel. - GADFLY_MODELS: "minimax-m3:cloud,deepseek-v4-flash:cloud,glm-5.2:cloud,m1/qwen3:14b,m5/qwen3.6:35b-mlx" + GADFLY_MODELS: "minimax-m3:cloud,glm-5.2:cloud,kimi-k2.7-code:cloud,deepseek-v4-pro:cloud,m1/qwen3:14b,m5/qwen3.6:35b-mlx" GADFLY_PROVIDER_CONCURRENCY: "ollama-cloud=1,m1=1,m5=1" GADFLY_PROVIDER_LENS_CONCURRENCY: "ollama-cloud=3" # Default => the 3-lens suite (security, correctness, error-handling).