Fix Opencode config stow path

This commit is contained in:
2026-05-02 16:12:50 -07:00
parent f938609a0f
commit e17d09e56d
3 changed files with 19 additions and 9 deletions

View File

@@ -0,0 +1,18 @@
{
"$schema": "https://opencode.ai/config.json",
// Theme configuration
"theme": "system",
"model": "qwen-3-coder-480b",
"autoupdate": true,
"mcp": {
"pencil": {
"command": [
"/Applications/Pencil.app/Contents/Resources/app.asar.unpacked/out/mcp-server-darwin-arm64",
"--app",
"desktop"
],
"enabled": true,
"type": "local"
}
}
}