From b3dc4365a86c5667a39bf7e3f9b5ae1c18e49b2b Mon Sep 17 00:00:00 2001 From: newkirk Date: Wed, 29 Jul 2026 12:27:07 -0400 Subject: [PATCH] =?UTF-8?q?fix(dustins=5Fstack):=20correct=20kimi=20model?= =?UTF-8?q?=20name=20kimi-2.6=20=E2=86=92=20kimi-k2.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/db/db.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/db/db.go b/internal/db/db.go index 7b200cf4..43452fa4 100644 --- a/internal/db/db.go +++ b/internal/db/db.go @@ -214,7 +214,7 @@ func (db *DB) RunMigrations() error { {"standard-pro", "heuristic", `["gpt-5.4-mini","gemini-3.5-flash-lite"]`, "", "", nil, intPtr(5), strPtr("General Assistant, Long Docs.")}, {"fast-flow", "heuristic", `["deepseek-v4-flash","gpt-5.4-nano"]`, "", "", nil, intPtr(2), strPtr("Classification, JSON, Basic Q&A.")}, {"dispatcher", "classifier", `["fast-flow","standard-pro","heavy-logic"]`, "gpt-5.4-nano", "", intPtr(10), nil, strPtr("Auto-dispatches to tier groups by complexity.")}, - {"dustins_stack", "heuristic", `["mimo-v2.5","deepseek-v4-pro","grok-4.3","mimo-v2.5-pro","deepseek-v4-flash","kimi-2.6"]`, "", `[ + {"dustins_stack", "heuristic", `["mimo-v2.5","deepseek-v4-pro","grok-4.3","mimo-v2.5-pro","deepseek-v4-flash","kimi-k2.6"]`, "", `[ { "rule_id": "multimodal_tier", "description": "Multimodal input routes to high-throughput multimodal models.", @@ -226,7 +226,7 @@ func (db *DB) RunMigrations() error { "rule_id": "ultra_long_context", "description": "Massive context/document processing (>128k tokens) routes to long-context specialists.", "conditions": { "min_input_tokens": 128000 }, - "primary_model": "kimi-2.6", + "primary_model": "kimi-k2.6", "fallback_model": "deepseek-v4-pro" }, {