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 }