This commit is contained in:
jeremygan2021
2026-03-04 19:31:16 +08:00
parent f5117a90d1
commit 3eda3a947b
10 changed files with 439 additions and 0 deletions

15
opencode.jsonc Normal file
View File

@@ -0,0 +1,15 @@
{
"$schema": "https://opencode.ai/config.json",
"default_agent": "openwork",
"mcp": {
"control-chrome": {
"command": [
"chrome-devtools-mcp"
],
"type": "local"
}
},
"plugin": [
"opencode-scheduler"
]
}