From a20505b4fbd6c04c699c91763d2c4806f43513c4 Mon Sep 17 00:00:00 2001 From: William Date: Tue, 8 Jul 2025 13:50:07 -0700 Subject: [PATCH] change config to use correct model and theme --- opencode.json | 26 ++++---------------------- 1 file changed, 4 insertions(+), 22 deletions(-) diff --git a/opencode.json b/opencode.json index ff206980da7..1f969238d0c 100644 --- a/opencode.json +++ b/opencode.json @@ -1,25 +1,7 @@ { "$schema": "https://opencode.ai/config.json", - "mcp": { - "weather": { - "type": "local", - "command": ["opencode", "x", "@h1deya/mcp-server-weather"] - } - }, - "experimental": { - "hook": { - "file_edited": { - ".json": [ - { - "command": ["bun", "run", "prettier", "$FILE"] - } - ] - }, - "session_completed": [ - { - "command": ["touch", "./node_modules/foo"] - } - ] - } - } + "theme": "system", + "model": "google/gemini-2.5-pro-preview-06-05", + "autoshare": false, + "autoupdate": true }