From 0d73a075cd3d71b37a8eb57014dde03ef6948226 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 22 Aug 2026 19:21:53 +0000 Subject: [PATCH] feat(opencode): bump qwen3.8-27b context limit to 57344 --- opencode.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opencode.json b/opencode.json index 38cf975..11a828d 100644 --- a/opencode.json +++ b/opencode.json @@ -32,7 +32,7 @@ "qwen3.8-27b": { "name": "Qwen 3.8 27B (local)", "limit": { - "context": 32768, + "context": 57344, "output": 8192 } }