From a8f83cdcb53b34a1236e1e76e234b043f9c9a36f Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Thu, 11 Dec 2025 00:09:43 -0600 Subject: ignore: comment out item in project cfg --- .opencode/opencode.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.opencode/opencode.jsonc') diff --git a/.opencode/opencode.jsonc b/.opencode/opencode.jsonc index dc0bee7c3..5a1d36381 100644 --- a/.opencode/opencode.jsonc +++ b/.opencode/opencode.jsonc @@ -1,6 +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", // }, -- cgit v1.2.3 From 5d57d0385c43fd511093028c8b7606e4abbce772 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Thu, 11 Dec 2025 01:13:23 -0500 Subject: opencode config --- .opencode/opencode.jsonc | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to '.opencode/opencode.jsonc') diff --git a/.opencode/opencode.jsonc b/.opencode/opencode.jsonc index 5a1d36381..ffc4cf846 100644 --- a/.opencode/opencode.jsonc +++ b/.opencode/opencode.jsonc @@ -1,6 +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", // }, @@ -10,17 +10,4 @@ "options": {}, }, }, - "mcp": { - "exa": { - "type": "remote", - "url": "https://mcp.exa.ai/mcp", - }, - "morph": { - "type": "local", - "command": ["bunx", "@morphllm/morphmcp"], - "environment": { - "ENABLED_TOOLS": "warp_grep", - }, - }, - }, } -- cgit v1.2.3 From 8ac5204009fe8a9e8d743597af57567d46032bec Mon Sep 17 00:00:00 2001 From: Aiden Cline <63023139+rekram1-node@users.noreply.github.com> Date: Thu, 11 Dec 2025 00:33:17 -0600 Subject: ignore: Comment out plugin entry in opencode.jsonc Comment out the plugin entry in opencode.jsonc --- .opencode/opencode.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.opencode/opencode.jsonc') diff --git a/.opencode/opencode.jsonc b/.opencode/opencode.jsonc index ffc4cf846..fe70e35fa 100644 --- a/.opencode/opencode.jsonc +++ b/.opencode/opencode.jsonc @@ -1,6 +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", // }, -- cgit v1.2.3