Files
Kilo-Org_kilo/packages/opencode
kiloconnect[bot] 0741f0ca2b fix: add recommended and recommendedIndex fields to Provider.Model schema
Add missing recommended and recommendedIndex optional fields to the
Provider.Model zod schema and propagate them in fromModelsDevModel and
config model construction. Also regenerate SDK types and OpenAPI spec
to include these fields.

Fixes typecheck errors in dialog-model.tsx where these properties were
referenced but not defined on the Model type.
2026-02-17 20:56:49 +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
2025-05-30 20:48:36 -04: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.