From d4acd05dbf684a6624a69d0d29fa7b86fb7b5e22 Mon Sep 17 00:00:00 2001 From: "Brent E. Edwards" Date: Thu, 5 Mar 2026 23:18:08 +0000 Subject: [PATCH 1/2] ci(opencode.json): add file from Luis's suggestions https://matrix.to/#/!ZuWYQzDEGWoZeNbfFB:qoto.org/$sLRMR8jNmeXw6FGpwqwG_Kp9PVus4SwlApmCtboYetk?via=qoto.org&via=matrix.org --- opencode.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 opencode.json diff --git a/opencode.json b/opencode.json new file mode 100644 index 000000000..1ce70a261 --- /dev/null +++ b/opencode.json @@ -0,0 +1,12 @@ +{ + "$schema": "https://opencode.ai/config.json", + "models": { + "anthrophic/claude-opus-4-6": { + "name": "Claude OPUS 4.6", + "limit": { + "context": 200000, + "output": 32768 + } + } + } +} -- 2.52.0 From 50458d1c9f95b096b7b99efe24d449c8c1bbc1a4 Mon Sep 17 00:00:00 2001 From: "Brent E. Edwards" Date: Thu, 5 Mar 2026 23:39:16 +0000 Subject: [PATCH 2/2] ci(opencode.json): change based on Luis's comments --- opencode.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/opencode.json b/opencode.json index 1ce70a261..81fcb0bff 100644 --- a/opencode.json +++ b/opencode.json @@ -1,11 +1,15 @@ { "$schema": "https://opencode.ai/config.json", - "models": { - "anthrophic/claude-opus-4-6": { - "name": "Claude OPUS 4.6", - "limit": { - "context": 200000, - "output": 32768 + "provider": { + "anthropic": { + "models": { + "anthropic/claude-opus-4-6": { + "name": "Claude OPUS 4.6", + "limit": { + "context": 200000, + "output": 32768 + } + } } } } -- 2.52.0