diff options
Diffstat (limited to '.opencode/opencode.jsonc')
| -rw-r--r-- | .opencode/opencode.jsonc | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/.opencode/opencode.jsonc b/.opencode/opencode.jsonc index 68097c8d9..b078ff4eb 100644 --- a/.opencode/opencode.jsonc +++ b/.opencode/opencode.jsonc @@ -1,9 +1,11 @@ { "$schema": "https://opencode.ai/config.json", - "plugin": ["opencode-openai-codex-auth"], - "enterprise": { - "url": "https://enterprise.dev.opencode.ai", - }, + "plugin": [ + "opencode-openai-codex-auth" + ], + // "enterprise": { + // "url": "https://enterprise.dev.opencode.ai", + // }, "provider": { "opencode": { "options": { @@ -18,7 +20,10 @@ }, "morph": { "type": "local", - "command": ["bunx", "@morphllm/morphmcp"], + "command": [ + "bunx", + "@morphllm/morphmcp" + ], "environment": { "ENABLED_TOOLS": "warp_grep", }, |
