diff options
| author | GitHub Action <[email protected]> | 2025-12-02 12:51:37 +0000 |
|---|---|---|
| committer | GitHub Action <[email protected]> | 2025-12-02 12:51:37 +0000 |
| commit | 08f8856d6c47fdd0de6947c228a8037f3af1464c (patch) | |
| tree | 2e85909e15448f26554b2a733c764c3f161e72c6 /.opencode/opencode.jsonc | |
| parent | 79a4c1544d5ace273a9a4b8a6f36d42f0b9f80d2 (diff) | |
| download | opencode-08f8856d6c47fdd0de6947c228a8037f3af1464c.tar.gz opencode-08f8856d6c47fdd0de6947c228a8037f3af1464c.zip | |
chore: format code
Diffstat (limited to '.opencode/opencode.jsonc')
| -rw-r--r-- | .opencode/opencode.jsonc | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/.opencode/opencode.jsonc b/.opencode/opencode.jsonc index b078ff4eb..ce4a6658b 100644 --- a/.opencode/opencode.jsonc +++ b/.opencode/opencode.jsonc @@ -1,8 +1,6 @@ { "$schema": "https://opencode.ai/config.json", - "plugin": [ - "opencode-openai-codex-auth" - ], + "plugin": ["opencode-openai-codex-auth"], // "enterprise": { // "url": "https://enterprise.dev.opencode.ai", // }, @@ -20,10 +18,7 @@ }, "morph": { "type": "local", - "command": [ - "bunx", - "@morphllm/morphmcp" - ], + "command": ["bunx", "@morphllm/morphmcp"], "environment": { "ENABLED_TOOLS": "warp_grep", }, |
