46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"small_model": "opencode/big-pickle",
|
|
"plugin": [
|
|
"@dietrichgebert/ponytail",
|
|
"@simonwjackson/opencode-direnv",
|
|
//"opencode-handoff",
|
|
//"@sillybit/opencode-plugin-everynotify",
|
|
"@prevalentware/opencode-goal-plugin",
|
|
//"opencode-models-discovery@latest"
|
|
],
|
|
"permission": {
|
|
"lsp": "allow",
|
|
"webfetch": "allow",
|
|
"websearch": "allow"
|
|
},
|
|
"mcp": {
|
|
"chrome-devtools": {
|
|
"type": "local",
|
|
"command": ["npx", "-y", "chrome-devtools-mcp@latest", "--slim", "--headless"],
|
|
"enabled": false,
|
|
},
|
|
"rerun": {
|
|
"command": "rerun",
|
|
"args": ["viewer-mcp"],
|
|
"env": {
|
|
"RUST_LOG": "re_viewer_mcp=info,warn"
|
|
},
|
|
"enabled": false,
|
|
}
|
|
},
|
|
"provider": {
|
|
"lemonade": {
|
|
"npm": "@ai-sdk/openai-compatible",
|
|
"name": "lemonade",
|
|
"options": {
|
|
"baseURL": "http://127.0.0.1:13305/v1",
|
|
//"apiKey": "Rz6mPpPJY76Zxqwi4SYBZu8AVmVutW6r"
|
|
"modelsDiscovery": {
|
|
"enabled": true
|
|
}
|
|
},
|
|
},
|
|
}
|
|
}
|