From b0af3d56b324d255569bfdc59cf7e07d9a7e9a40 Mon Sep 17 00:00:00 2001 From: Matt Miller Date: Tue, 7 Jul 2026 17:17:20 -0400 Subject: [PATCH] fix(cursor-review): bump dead kimi-k2.5 model id to kimi-k2.7-code Cursor delisted kimi-k2.5 from its catalog. cursor-agent now exits non-zero with empty stdout for it, so both Kimi panel cells silently score as `empty` and the 4-lab panel has been running as 3. kimi-k2.7-code is the only Kimi model left in the catalog and returns output normally. The other three pins are still valid. --- .github/cursor-review/README.md | 2 +- .github/workflows/cursor-review.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/cursor-review/README.md b/.github/cursor-review/README.md index 293ba93..15e8922 100644 --- a/.github/cursor-review/README.md +++ b/.github/cursor-review/README.md @@ -59,7 +59,7 @@ skipped if no Slack token is configured). | OpenAI | `gpt-5.3-codex-xhigh` | | Anthropic | `claude-opus-4-8-thinking-xhigh` | | Google | `gemini-3.1-pro` | -| Moonshot | `kimi-k2.5` | +| Moonshot | `kimi-k2.7-code` | Each model runs **two review types**: diff --git a/.github/workflows/cursor-review.yml b/.github/workflows/cursor-review.yml index a696c34..c17f998 100644 --- a/.github/workflows/cursor-review.yml +++ b/.github/workflows/cursor-review.yml @@ -303,7 +303,7 @@ jobs: - gpt-5.3-codex-xhigh - claude-opus-4-8-thinking-xhigh - gemini-3.1-pro - - kimi-k2.5 + - kimi-k2.7-code review_type: [adversarial, edge-case] steps: - name: Seed default findings artifact