fixes cleo-darwin
This commit is contained in:
+5
-38
@@ -2,38 +2,14 @@
|
||||
"$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"
|
||||
}
|
||||
}
|
||||
},
|
||||
"docker-local": {
|
||||
"npm": "@ai-sdk/openai-compatible",
|
||||
"options": {
|
||||
"baseURL": "http://localhost:12434/v1"
|
||||
},
|
||||
"models": {
|
||||
"gemma4": {
|
||||
"name": "ai/gemma4:E4B"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"provider": {},
|
||||
"lsp": true,
|
||||
"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."
|
||||
},
|
||||
"explore": {
|
||||
"model": "github-copilot/claude-haiku-4.5"
|
||||
}
|
||||
},
|
||||
"autoupdate": false,
|
||||
@@ -44,15 +20,6 @@
|
||||
"figma": {
|
||||
"type": "remote",
|
||||
"url": "http://127.0.0.1:3845/mcp"
|
||||
},
|
||||
"contentful": {
|
||||
"type": "remote",
|
||||
"url": "https://mcp.contentful.com/mcp",
|
||||
"oauth": {}
|
||||
},
|
||||
"codecortex": {
|
||||
"type": "local",
|
||||
"command": ["codecortex", "serve"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user