-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopencode.jsonc
More file actions
24 lines (19 loc) · 762 Bytes
/
Copy pathopencode.jsonc
File metadata and controls
24 lines (19 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"$schema": "https://opencode.ai/config.json",
// Primary model - uses OpenCode's built-in free model
// Can be replaced with your own model after getting started
"model": "opencode/big-pickle",
// Lightweight model for simple tasks (title generation, etc.)
"small_model": "opencode/gpt-5-nano",
// Plugins
"plugin": [
// opencode-lazy-loader: lazy-loads skill-embedded MCP servers on demand
// Skills can bundle their own MCP servers without global config
// See: https://github.com/orionpax1997/opencode-lazy-mcp
"@orionpax/opencode-lazy-mcp",
// superpowers: enhances brainstorming and problem-solving
"superpowers@git+https://github.com/obra/superpowers.git"
],
// MCP servers - defined here or embedded in skills
// "mcp": {}
}