summaryrefslogtreecommitdiffhomepage
path: root/.opencode/opencode.jsonc
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-02 06:50:16 -0600
committerAdam <[email protected]>2025-12-02 06:50:21 -0600
commitc0a35141e6b70eed1a9ba576fe43b7f7d690b968 (patch)
tree50d3f50af029076faa3f5d4a5d9a9acb752e6b6e /.opencode/opencode.jsonc
parent221bb64aebda8263ea2ce48c1a1dc1f36ac83857 (diff)
downloadopencode-c0a35141e6b70eed1a9ba576fe43b7f7d690b968.tar.gz
opencode-c0a35141e6b70eed1a9ba576fe43b7f7d690b968.zip
feat: better code and diff rendering performance
Diffstat (limited to '.opencode/opencode.jsonc')
-rw-r--r--.opencode/opencode.jsonc15
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",
},