Replies: 2 comments 2 replies
|
Hey @dengyakui. Good question, and the short answer is the format here is not the same as the OpenCode Go CLI. Model ID formatEvery model this extension registers follows one shape:
For your case, that becomes:
That suffix The raw ID in the middle, Getting the full listThe CLI-style format (
You copy the Using it in a custom agentHere's where it diverges from the CLI. VS Code Copilot custom agents ( If you want a specific agent to always run on a specific OpenCode model, the practical workflow:
The One caveatThe Anything unclear, ping back. |
|
@CogitoBurrito good catch. Short answer: yes, but it comes from the Looking at vscode#323500, In this extension we set The fallback path matters here: the matcher also checks The vendor prefix in |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I used to use opencode go cli, it can configure subagents by specific format like:
but in vscode copilot, i don't know if it was the same format when insturct the model to spaw some subagent
Is there any model full id list ? I can't see it from extension configure page.
vscode copilot model config json
opencodego.json

All reactions