fix(opencode): increase context/output limits for local model
Some checks failed
CI / check (push) Failing after 1m59s
CI / build-and-cache (push) Has been skipped

This commit is contained in:
2026-04-16 15:20:51 -07:00
parent 10efafd92e
commit bd377676ed

View File

@@ -13,8 +13,8 @@
"reasoning": true,
"tool_call": true,
"limit": {
"context": 32768,
"output": 8192
"context": 131072,
"output": 32768
}
}
}