Question
Problem
opencode appears to use static GitHub Copilot model limits that are lower than the live Copilot CLI /models response.
Examples from the same account:
claude-opus-4.6: live CLI 200000, opencode/models.dev 128000
claude-sonnet-4.6: live CLI 200000, opencode/models.dev 128000
claude-haiku-4.5: live CLI 144000, opencode/models.dev 128000
This looks like opencode is using static catalog metadata instead of live Copilot model metadata.
Plugins
I forked https://github.com/zhzy0077/opencode-copilot-auth and simply add below and re login to use.
{
"plugin": [
"@zhzy0077/opencode-copilot-cli-auth@0.0.15"
]
}
Question
Problem
opencodeappears to use static GitHub Copilot model limits that are lower than the live Copilot CLI/modelsresponse.Examples from the same account:
claude-opus-4.6: live CLI200000, opencode/models.dev128000claude-sonnet-4.6: live CLI200000, opencode/models.dev128000claude-haiku-4.5: live CLI144000, opencode/models.dev128000This looks like
opencodeis using static catalog metadata instead of live Copilot model metadata.Plugins
I forked
https://github.com/zhzy0077/opencode-copilot-authand simply add below and re login to use.