As title, per tried only ursor Composer and auto model workable for me to be connected, no hint from guidance in README file to figure out why other models like gpt5.5 or opus4.8 can not be connected, without any response . What issue will it be possibly? Thanks.
what I had added in opencode.json:
"cursor-acp": { "name": "Cursor", "npm": "@ai-sdk/openai-compatible", "options": { "apiKey": "xxx", "baseURL": "http://127.0.0.1:32124/v1", "setCacheKey": true }, "models": { "auto": { "name": "Auto", "cost": { "input": 1.25, "output": 6, "cache_read": 0.25, "cache_write": 1.25 } }, "composer-2.5": { "name": "Composer 2.5", "cost": { "input": 3.5, "output": 17.5, "cache_read": 0.35, "cache_write": 3.5 } }, "gpt-5.5": { "name": "GPT 5.5" } } } }, "plugin": [ "cursor-acp" ]
What it the response looks like per tried:

As title, per tried only ursor Composer and auto model workable for me to be connected, no hint from guidance in README file to figure out why other models like gpt5.5 or opus4.8 can not be connected, without any response . What issue will it be possibly? Thanks.
what I had added in opencode.json:
"cursor-acp": { "name": "Cursor", "npm": "@ai-sdk/openai-compatible", "options": { "apiKey": "xxx", "baseURL": "http://127.0.0.1:32124/v1", "setCacheKey": true }, "models": { "auto": { "name": "Auto", "cost": { "input": 1.25, "output": 6, "cache_read": 0.25, "cache_write": 1.25 } }, "composer-2.5": { "name": "Composer 2.5", "cost": { "input": 3.5, "output": 17.5, "cache_read": 0.35, "cache_write": 3.5 } }, "gpt-5.5": { "name": "GPT 5.5" } } } }, "plugin": [ "cursor-acp" ]What it the response looks like per tried:
