Files
Kilo-Org_kilocode/packages/opencode
Kilo Agent daa1c2a2e8 feat: load recommended models dynamically from models endpoint
Replace hardcoded KILO_RECOMMENDED_MODELS with dynamic data from the
API's preferredIndex field. The cloud API already returns preferredIndex
on recommended models - this change parses it and flows it through to
the TUI model picker.

Changes:
- Parse preferredIndex from API response in kilo-gateway
- Add recommended/recommendedIndex fields to ModelsDev.Model schema
- Use dynamic recommended data in TUI model dialog with fallback to
  hardcoded list for backward compatibility
2026-02-16 22:49:27 +00:00
..
2026-01-27 16:09:11 +01:00
2026-01-24 12:27:13 -05:00
2026-01-26 14:59:23 +01:00
2026-02-11 16:14:28 +00:00
2025-10-14 18:30:32 -04:00

js

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.