Skip to content

Commit e03333f

Browse files
committed
chore(config): update root opencode.jsonc
Refs: #0
1 parent f2cbb15 commit e03333f

1 file changed

Lines changed: 7 additions & 11 deletions

File tree

opencode.jsonc

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://opencode.ai/config.json",
3-
"default_agent": "rm-universal-research-first-agent",
3+
"autoupdate": false,
4+
"default_agent": "rm-brilliant-primary-agent",
45
"watcher": {
56
"ignore": [
67
".git/**",
@@ -346,7 +347,11 @@
346347
},
347348
"chrome-devtools": {
348349
"type": "local",
349-
"command": ["node", "scripts/mcp/chrome-devtools-launch.mjs"],
350+
"command": [
351+
"node",
352+
"-e",
353+
"require(require('path').join(require('os').homedir(),'.config','opencode','scripts','browser-launcher.js'))"
354+
],
350355
"enabled": true
351356
},
352357
"context-mode": {
@@ -495,15 +500,6 @@
495500
"testing-reviewer": {
496501
"model": "xai/grok-code-fast-1",
497502
"mode": "subagent"
498-
},
499-
"build": {
500-
"disable": true
501-
},
502-
"plan": {
503-
"disable": true
504-
},
505-
"rm-daily-dotnet-coder": {
506-
"disable": true
507503
}
508504
}
509505
}

0 commit comments

Comments
 (0)