Fix Opencode config stow path
This commit is contained in:
18
opencode/.config/opencode/opencode.jsonc
Normal file
18
opencode/.config/opencode/opencode.jsonc
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user