Uh oh!
There was an error while loading. Please reload this page.
Redirect Kimi K2.5 to Kimi K2.6 - #491
Conversation
Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
📝 WalkthroughWalkthroughThis PR upgrades the Kimi model version from K2.5 to K2.6 across documentation, component labels, pricing configurations, and model aliasing throughout the frontend. The K2.5 entry is removed from MODEL_CONFIG, and all aliases are updated to point to K2.6. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@frontend/src/utils/utils.ts`:
- Around line 82-85: The change in MODEL_NAME_ALIASES currently rewrites four
legacy aliases ("deepseek-r1-0528", "kimi-k2", "kimi-k2-thinking", and
"kimi-k2-5") to "kimi-k2-6"; decide and implement one of two fixes: either add a
clear migration note/comment (and a short changelog entry) next to
MODEL_NAME_ALIASES explaining the intentional retirement and
backward-compatibility implications and reference PAID_DEFAULT_MODEL_ID and
PRIMARY_MODELS.powerful as the only default controls, or restrict the alias
mapping so only "kimi-k2-5" -> "kimi-k2-6" is redirected while leaving
"deepseek-r1-0528", "kimi-k2", and "kimi-k2-thinking" untouched; update comments
to indicate why the chosen approach preserves MODEL_NAME_ALIASES stability.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 915f1b55-86e4-4ea2-8abb-88798956e4c6
📒 Files selected for processing (10)
docs/support-faq.mdfrontend/public/llms-full.txtfrontend/public/llms.txtfrontend/src/components/Marketing.tsxfrontend/src/components/ModelSelector.tsxfrontend/src/components/PromoDialog.tsxfrontend/src/components/UpgradePromptDialog.tsxfrontend/src/config/pricingConfig.tsxfrontend/src/routes/teams.tsxfrontend/src/utils/utils.ts
💤 Files with no reviewable changes (1)
- frontend/src/components/ModelSelector.tsx
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Summary
Validation
Summary by CodeRabbit
Release Notes