anomalyco / anomalyco/opencode
V2 config rejects named agent color tokens
Open
@kitlangton is already working on this.
Since Jul 25, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
V2 config validation rejects documented named agent color tokens like primary, secondary, and warning in agents.*.color
Plugins
No response
OpenCode version
v2 branch
Steps to reproduce
- Create an opencode.json with:
{ "agents": { "reviewer": { "color": "warning" } } } - Start OpenCode from the v2 branch.
- Observe that the config is rejected during decode.
Screenshot and/or share link
No response
Operating System
NixOS Unstable
Terminal
Ghostty
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.