anomalyco / anomalyco/opencode
Model name not resolved due to trailing slash
@kitlangton is already working on this.
Since Aug 19, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
This is an OpenCode bug. The model (qwen3-4b) is running and responding fine in LM Studio (verified via direct API call), but the lmstudio_agent subagent consistently resolves the model name as "qwen3-4b/" (note the trailing slash), causing a lookup failure. The agent-level model config override is also ignored — it always searches for qwen3-4b/ regardless. This appears to be an internal model-resolution bug in opencode.
Plugins
OpenCode
OpenCode version
v1.18.18
Steps to reproduce
LM Studio Model loaded in LM Studio AND listed in OpenCode (PyCharm) but not found when spawning an agent using the model name.
Screenshot and/or share link
No response
Operating System
No response
Terminal
No response
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.