summaryrefslogtreecommitdiffhomepage
path: root/.opencode
diff options
context:
space:
mode:
authorDax Raad <[email protected]>2025-12-11 01:13:23 -0500
committerDax Raad <[email protected]>2025-12-11 01:13:23 -0500
commit5d57d0385c43fd511093028c8b7606e4abbce772 (patch)
tree41577582db40eec6cff7a63fe1c7f1e3b112aa26 /.opencode
parentf7e29a1acf98531af0099cbfc90f1a983560af6d (diff)
downloadopencode-5d57d0385c43fd511093028c8b7606e4abbce772.tar.gz
opencode-5d57d0385c43fd511093028c8b7606e4abbce772.zip
opencode config
Diffstat (limited to '.opencode')
-rw-r--r--.opencode/opencode.jsonc15
1 files changed, 1 insertions, 14 deletions
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",
- },
- },
- },
}