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