fix(cli): select apply_patch from model family - #11701
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Full re-review of the current HEAD ( The current diff cleanly implements family-aware
Both previously flagged items remain resolved on this HEAD:
No new issues found in the current diff. Files Reviewed (7 files)
Previous Review Summaries (4 snapshots, latest commit 63a65ce)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 63a65ce)Status: No Issues Found | Recommendation: Merge Incremental review of the latest commit (
Both previously flagged items remain resolved on this HEAD:
Files Reviewed (2 files, incremental)
Previous review (commit 0c4f1ad)Status: No Issues Found | Recommendation: Merge Both previously open items are resolved on this HEAD:
Files Reviewed (7 files)
Previous review (commit c9c3881)Status: No Issues Found | Recommendation: Merge Files Reviewed (7 files)
Previous review (commit da2ea37)Status: 1 Issues Found | Recommendation: Address before merge Overview
Fix these issues in Kilo Cloud Issue Details (click to expand)WARNING
Files Reviewed (5 files)
Reviewed by claude-sonnet-5-20260630 · Input: 7.4K · Output: 15.7K · Cached: 2.1M Review guidance: REVIEW.md from base branch |
| 15_000, // kilocode_change | ||
| ) | ||
|
|
||
| // kilocode_change start |
There was a problem hiding this comment.
why no separate test file?
|
I'd prefer not to include test fixes in unrelated prs |
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
Co-authored-by: kiloconnect[bot] <240665456+kiloconnect[bot]@users.noreply.github.com>
63a65ce to
aa6e84d
Compare
…odel-family fix(cli): select apply_patch from model family
Summary
Use the model family supplied by provider metadata when deciding whether GPT models receive
apply_patchinstead ofedit.Gateway-routed models can have opaque API IDs, so the previous ID-only heuristic missed GPT and Codex models even though their family identified them correctly. The existing ID fallback remains in place, while GPT-4, OSS, and image families stay excluded.