feat(config): add default_run_agent schema option
Add optional 'default_run_agent' field to OhMyOpenCodeConfig schema. This field allows users to configure the default agent for the 'run' command via oh-my-opencode.json configuration file. - Add Zod schema: z.string().optional() - Regenerate JSON schema for IDE support
This commit is contained in:
@@ -11,6 +11,9 @@
|
||||
"new_task_system_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"default_run_agent": {
|
||||
"type": "string"
|
||||
},
|
||||
"disabled_mcps": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user