Skip to content

feat(models): expose all Kilo Auto routing choices - #6052

Merged
chrarnoldus merged 2 commits into
mainfrom
succulent-straw
Sep 10, 2026
Merged

feat(models): expose all Kilo Auto routing choices#6052
chrarnoldus merged 2 commits into
mainfrom
succulent-straw

Conversation

@chrarnoldus

@chrarnoldus chrarnoldus commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Summary

Complete autoRouting.models metadata for the public Kilo Auto catalog by adding the two missing entries: Auto Frontier and Auto Small. Auto Efficient, Auto Balanced, and Auto Free were already represented.

  • derive Auto Frontier choices from its mode-to-model routing map
  • define Auto Small paid and free Gemma targets once and reuse them for runtime resolution and metadata
  • deduplicate and sort target IDs, while only exposing models visible in the caller's catalog
  • add focused regression coverage for both newly annotated auto models

Verification

  • ./node_modules/.bin/oxfmt apps/web/src/lib/ai-gateway/auto-model/index.ts apps/web/src/lib/ai-gateway/auto-model/resolution.ts apps/web/src/lib/ai-gateway/auto-routing-models.ts apps/web/src/lib/ai-gateway/auto-routing-models.test.ts
  • git diff --check
  • Tests not run locally; CI will handle them as requested.

@chrarnoldus chrarnoldus self-assigned this Sep 10, 2026
@kilo-code-bot

kilo-code-bot Bot commented Sep 10, 2026

Copy link
Copy Markdown
Contributor

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Executive Summary

Reviewed Auto Small autoRouting.models metadata wiring against AUTO_SMALL_TARGET_MODELS and the catalog-visibility filter; no correctness or security issues found.

Files Reviewed (4 files)
  • apps/web/src/lib/ai-gateway/auto-model/index.ts
  • apps/web/src/lib/ai-gateway/auto-model/resolution.ts
  • apps/web/src/lib/ai-gateway/auto-routing-models.ts
  • apps/web/src/lib/ai-gateway/auto-routing-models.test.ts
Previous Review Summary (commit 7b66bc6)

Current summary above is authoritative. Previous snapshots are kept for context only.

Previous review (commit 7b66bc6)

Status: No Issues Found | Recommendation: Merge

Executive Summary

Reviewed Auto Frontier autoRouting.models metadata wiring against the existing frontier mode map and catalog-visibility filter; no correctness or security issues found.

Files Reviewed (2 files)
  • apps/web/src/lib/ai-gateway/auto-routing-models.ts
  • apps/web/src/lib/ai-gateway/auto-routing-models.test.ts

Reviewed by grok-4.6 · Input: 87.1K · Output: 5.1K · Cached: 270K

Review guidance: REVIEW.md from base branch main

@chrarnoldus chrarnoldus changed the title feat(models): expose auto frontier choices feat(models): expose auto frontier and small choices Sep 10, 2026
@chrarnoldus chrarnoldus changed the title feat(models): expose auto frontier and small choices feat(models): expose all Kilo Auto routing choices Sep 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants