Expose autocomplete models in organization selectors - #5127
Conversation
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Executive SummaryFollow-up commit Files Reviewed (2 files)
Previous Review Summary (commit 2e40076)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 2e40076)Status: 2 Issues Found | Recommendation: Address before merge Executive SummaryWell-tested change that correctly hardcodes the FIM/edit model catalog, rejects aliases, and injects the models into the provider snapshot; the two findings are minor robustness gaps in the new snapshot-injection helper, neither of which blocks the fix. Overview
Issue Details (click to expand)SUGGESTION
Files Reviewed (7 files)
Verified: injected Reviewed by kimi-k3 · Input: 27.6K · Output: 3.2K · Cached: 111.6K Review guidance: REVIEW.md from base branch |
Summary
Verification
pnpm --filter web exec jest --runInBand src/lib/ai-gateway/supported-fim-models.test.ts src/app/api/fim/completions/route.test.ts src/app/api/edit/completions/route.test.ts(28 tests passed)pnpm --filter web run typecheckpnpm --filter web run lintpnpm formatpnpm format:checkgit diff --check origin/main...HEADIndependence
This branch was created from current
origin/mainand contains only commit2e4007676; it does not contain commits from PR #5106 /fix/enterprise-model-snapshot.