fix: add multimodal-looker to Zod config schema (#36)
The agent was missing from AgentNameSchema and AgentOverridesSchema, causing model overrides in oh-my-opencode.json to be silently dropped. Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
@@ -27,7 +27,8 @@
|
||||
"librarian",
|
||||
"explore",
|
||||
"frontend-ui-ux-engineer",
|
||||
"document-writer"
|
||||
"document-writer",
|
||||
"multimodal-looker"
|
||||
]
|
||||
}
|
||||
},
|
||||
@@ -63,7 +64,8 @@
|
||||
"librarian",
|
||||
"explore",
|
||||
"frontend-ui-ux-engineer",
|
||||
"document-writer"
|
||||
"document-writer",
|
||||
"multimodal-looker"
|
||||
]
|
||||
},
|
||||
"additionalProperties": {
|
||||
|
||||
Reference in New Issue
Block a user