This commit is contained in:
Matthew Bessette
2026-04-24 13:06:28 -04:00
parent 81459e145a
commit f998494538
4 changed files with 100 additions and 6 deletions

43
config.opencode.jsonc Normal file
View File

@@ -0,0 +1,43 @@
{
"$schema": "https://opencode.ai/config.json",
"model": "github-copilot/claude-sonnet-4.6",
"instructions": [],
"provider": {
"germanium": {
"npm": "@ai-sdk/openai-compatible",
"name": "Germanium vLLM",
"options": {
"baseURL": "http://192.168.2.254:11434/v1",
"apiKey": "not-needed",
"headers": {
"Content-Type": "application/json"
}
},
"models": {
"qwen3.5-27b": {
"name": "qwen3.5-27b"
}
}
}
},
"agent": {
"build": {
"prompt": "Always load and follow the git-workflow skill before performing any git operations such as committing, branching, syncing, or creating pull requests."
}
},
"autoupdate": false,
"server": {
"port": 4096
},
"mcp": {
"figma": {
"type": "remote",
"url": "http://127.0.0.1:3845/mcp"
},
"contentful": {
"type": "remote",
"url": "https://mcp.contentful.com/mcp",
"oauth": {}
}
}
}