chore: generate

This commit is contained in:
opencode-agent[bot] 2026-06-21 12:07:16 +00:00
commit 02687b6324
13 changed files with 107 additions and 122 deletions

View file

@ -23,10 +23,7 @@ export const V2Command = effectCmd({
small: Object.fromEntries(
yield* Effect.all(
all.map((provider) =>
Effect.map(
catalog.model.small(provider.id),
(model) => [provider.id, model?.id] as const,
),
Effect.map(catalog.model.small(provider.id), (model) => [provider.id, model?.id] as const),
),
{ concurrency: "unbounded" },
),