From 7eafe30ba5bda02dd470539df7e7c29704c759b2 Mon Sep 17 00:00:00 2001 From: "opencode-agent[bot]" Date: Fri, 5 Dec 2025 00:18:54 +0000 Subject: [PATCH 1/2] docs: move limit key to correct indentation level in llama.cpp example --- packages/web/src/content/docs/providers.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/web/src/content/docs/providers.mdx b/packages/web/src/content/docs/providers.mdx index e8534ceee938..3b4bed757aa4 100644 --- a/packages/web/src/content/docs/providers.mdx +++ b/packages/web/src/content/docs/providers.mdx @@ -568,7 +568,7 @@ The `global` region improves availability and reduces errors at no extra cost. U You can configure opencode to use local models through [llama.cpp's](https://github.com/ggml-org/llama.cpp) llama-server utility -```json title="opencode.json" "llama.cpp" {5, 6, 8, 10-14} +```json title="opencode.json" "llama.cpp" {5, 6, 8, 10-15} { "$schema": "https://opencode.ai/config.json", "provider": { @@ -580,12 +580,12 @@ You can configure opencode to use local models through [llama.cpp's](https://git }, "models": { "qwen3-coder:a3b": { - "name": "Qwen3-Coder: a3b-30b (local)" + "name": "Qwen3-Coder: a3b-30b (local)", + "limit": { + "context": 128000, + "output": 65536 + } } - }, - "limit": { - "context": 128000, - "output": 65536 } } } From bc90008a6bb224b1d5fdd819a3e8b6b723287c02 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 5 Dec 2025 00:19:42 +0000 Subject: [PATCH 2/2] chore: format code --- packages/plugin/package.json | 2 +- packages/sdk/js/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 7af6a984ec6d..b8833364d067 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -24,4 +24,4 @@ "typescript": "catalog:", "@typescript/native-preview": "catalog:" } -} \ No newline at end of file +} diff --git a/packages/sdk/js/package.json b/packages/sdk/js/package.json index 470c6aa023ce..aee34752836e 100644 --- a/packages/sdk/js/package.json +++ b/packages/sdk/js/package.json @@ -26,4 +26,4 @@ "publishConfig": { "directory": "dist" } -} \ No newline at end of file +}