Conversation
| }, | ||
| { | ||
| public_id: 'anthropic/claude-opus-4.5', | ||
| public_id: 'anthropic/claude-opus-4.6', |
There was a problem hiding this comment.
WARNING: Opus version bump may create inconsistent defaults/routing
recommendedModels now recommends anthropic/claude-opus-4.6, but other parts of the codebase still hardcode anthropic/claude-opus-4.5 (e.g. kilo/auto mode routing + default model choices). If 4.6 is intended to replace 4.5, consider updating those references in the same PR to avoid divergent behavior between the recommended list and actual defaults/routing.
Code Review SummaryStatus: 1 Issues Found | Recommendation: Address before merge Overview
Issue Details (click to expand)WARNING
Fix these issues in Kilo Cloud Files Reviewed (2 files)
|
|
This should indeed be fine, here is a change to add some models: https://github.com/Kilo-Org/OLD-UNUSED-kilocode-dnekcab/pull/4478/changes The defaults need to get updated since tests specifically look for that. |
No description provided.