Skip to content

Add Kimi K2.7 Code eval results#88

Merged
jerilynzheng merged 2 commits into
vercel:mainfrom
jerilynzheng:jerilyn/add-kimi-k2.7-code
Jun 17, 2026
Merged

Add Kimi K2.7 Code eval results#88
jerilynzheng merged 2 commits into
vercel:mainfrom
jerilynzheng:jerilyn/add-kimi-k2.7-code

Conversation

@jerilynzheng

@jerilynzheng jerilynzheng commented Jun 12, 2026

Copy link
Copy Markdown
Contributor

Adds the unreleased moonshotai/kimi-k2.7-code model via a patched OpenCode binary (see README §Unreleased models). The model is available through AI Gateway but not yet on models.dev, and requires a temperature: 1 override like Kimi K2.6.

Changes

  • New experiment configs: kimi-k2.7-code and kimi-k2.7-code--agents-md, both using a patched OpenCode binary (opencode-linux-x64-kimi-k2.7-code-v1 on Blob)
  • Display-name and AGENTS_MD_PAIRS entries wired into scripts/export-results.ts
  • agent-results.json updated additively (everything outside the new entry is byte-identical to main)

Results

Run under agent-eval 0.14.2, evals pinned to next.js@9e4d718 (matches CI).

Variant Passed Rate
Base 18/24 75%
+ AGENTS.md 23/24 96% (+21 pts)
  • AGENTS.md fixes: agent-029 (use-cache-directive), agent-031 (proxy-middleware), agent-032 (use-cache-directive), agent-038 (refresh-settings), agent-039 (indirect-proxy)
  • Fails both ways: agent-040 (unstable-instant)
  • No regressions under AGENTS.md

Note on agent-029 classification

agent-029's classification.json was authored by hand: the automatic classifier (Claude Haiku, 200k context) exceeded its context window on this eval's oversized transcript (~207k tokens). Verified a genuine model failure — all 4 runs have real transcripts and fail the assertions for the missing "use cache" directive and revalidateTag, matching the auto-classification of the sibling agent-032 use-cache eval.

🤖 Generated with Claude Code

@jerilynzheng jerilynzheng requested a review from gaojude June 12, 2026 23:51
Adds the unreleased moonshotai/kimi-k2.7-code model via a patched
OpenCode binary (see README §Unreleased models). The model is available
through AI Gateway but not yet on models.dev, and requires a
temperature=1 override like Kimi K2.6. New experiment configs for both
the base and AGENTS.md variants, with display-name and AGENTS_MD_PAIRS
entries wired into the export script.

Results (agent-eval 0.14.2, evals pinned to next.js@9e4d718):
- Base: 18/24 (75%)
- + AGENTS.md: 23/24 (96%, +21 pts)
- AGENTS.md fixes agent-029, 031, 032, 038, 039; only agent-040 fails both ways

agent-029's classification.json was authored by hand: the auto-classifier
(Claude Haiku, 200k ctx) exceeded its context on that eval's oversized
transcript. Verified a genuine model failure (real transcripts, tests fail
on missing "use cache" + revalidateTag), matching agent-032's auto-verdict.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@jerilynzheng jerilynzheng force-pushed the jerilyn/add-kimi-k2.7-code branch from 960eda9 to 6db0ee1 Compare June 14, 2026 03:02
Resolve conflicts from GLM 5.2 (vercel#90) landing on main. Both touch the
shared agent-results.json and scripts/export-results.ts:
- export-results.ts: keep both glm-5.2 and kimi-k2.7-code entries
- agent-results.json: union — kimi-k2.7-code (23/24) alongside glm-5.2,
  all other models preserved from main

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@jerilynzheng jerilynzheng merged commit dde7653 into vercel:main Jun 17, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants