We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79a4c15 commit 08f8856Copy full SHA for 08f8856
1 file changed
.opencode/opencode.jsonc
@@ -1,8 +1,6 @@
1
{
2
"$schema": "https://opencode.ai/config.json",
3
- "plugin": [
4
- "opencode-openai-codex-auth"
5
- ],
+ "plugin": ["opencode-openai-codex-auth"],
6
// "enterprise": {
7
// "url": "https://enterprise.dev.opencode.ai",
8
// },
@@ -20,10 +18,7 @@
20
18
},
21
19
"morph": {
22
"type": "local",
23
- "command": [
24
- "bunx",
25
- "@morphllm/morphmcp"
26
+ "command": ["bunx", "@morphllm/morphmcp"],
27
"environment": {
28
"ENABLED_TOOLS": "warp_grep",
29
0 commit comments