diff options
| author | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-02-06 23:47:25 +0000 |
|---|---|---|
| committer | opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> | 2026-02-06 23:47:25 +0000 |
| commit | fbc08709d10fd99094d5dff6497a16739b020a47 (patch) | |
| tree | 4636f486bf86443de692eda616a562aae877f1dd /packages | |
| parent | 576a681a4facafc42159dd1044b4abb40546bfdf (diff) | |
| download | opencode-fbc08709d10fd99094d5dff6497a16739b020a47.tar.gz opencode-fbc08709d10fd99094d5dff6497a16739b020a47.zip | |
chore: generate
Diffstat (limited to 'packages')
| -rw-r--r-- | packages/opencode/src/config/config.ts | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/opencode/src/config/config.ts b/packages/opencode/src/config/config.ts index e01fee28a..a231a5300 100644 --- a/packages/opencode/src/config/config.ts +++ b/packages/opencode/src/config/config.ts @@ -1043,7 +1043,9 @@ export namespace Config { .optional() .describe("When set, ONLY these providers will be enabled. All other providers will be ignored"), model: ModelId.describe("Model to use in the format of provider/model, eg anthropic/claude-2").optional(), - small_model: ModelId.describe("Small model to use for tasks like title generation in the format of provider/model").optional(), + small_model: ModelId.describe( + "Small model to use for tasks like title generation in the format of provider/model", + ).optional(), default_agent: z .string() .optional() |
