From bd377676ed44f6b97ceb50ef3d8561972f2f5ed9 Mon Sep 17 00:00:00 2001 From: John Ogle Date: Thu, 16 Apr 2026 15:20:51 -0700 Subject: [PATCH] fix(opencode): increase context/output limits for local model --- home/roles/base/opencode-config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/roles/base/opencode-config.json b/home/roles/base/opencode-config.json index 369cb1d..08c3e40 100644 --- a/home/roles/base/opencode-config.json +++ b/home/roles/base/opencode-config.json @@ -13,8 +13,8 @@ "reasoning": true, "tool_call": true, "limit": { - "context": 32768, - "output": 8192 + "context": 131072, + "output": 32768 } } }