mirror of
https://github.com/different-ai/openwork
synced 2026-04-25 17:15:34 +02:00
16 lines
256 B
JSON
16 lines
256 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"control-chrome": {
|
|
"type": "local",
|
|
"command": [
|
|
"chrome-devtools-mcp"
|
|
]
|
|
}
|
|
},
|
|
"model": "openai/gpt-5.2-codex",
|
|
"plugin": [
|
|
"opencode-scheduler"
|
|
]
|
|
}
|