ci(opencode.json): add file from Luis's suggestions #609

Merged
brent.edwards merged 3 commits from feature/following-luis-suggestion into master 2026-03-05 23:49:44 +00:00
+16
View File
@@ -0,0 +1,16 @@
{
"$schema": "https://opencode.ai/config.json",
"provider": {
"anthropic": {
"models": {
"anthropic/claude-opus-4-6": {
"name": "Claude OPUS 4.6",
"limit": {
"context": 200000,
"output": 32768
}
}
}
}
}
}