Skip to content

Commit 1275c71

Browse files
authored
cli: make run non-interactive (anomalyco#11814)
1 parent ca8c23d commit 1275c71

File tree

4 files changed

+368
-188
lines changed

4 files changed

+368
-188
lines changed

.opencode/opencode.jsonc

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@
99
"options": {},
1010
},
1111
},
12-
"mcp": {
13-
"context7": {
14-
"type": "remote",
15-
"url": "https://mcp.context7.com/mcp",
16-
},
17-
},
12+
"mcp": {},
1813
"tools": {
1914
"github-triage": false,
2015
"github-pr-search": false,

packages/opencode/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"bin": {
2121
"opencode": "./bin/opencode"
2222
},
23+
"randomField": "this-is-a-random-value-12345",
2324
"exports": {
2425
"./*": "./src/*.ts"
2526
},

0 commit comments

Comments
 (0)