Files
dotfiles/.config/opencode/opencode.json
2026-02-16 11:59:32 -08:00

82 lines
1.8 KiB
JSON

{
"$schema": "https://opencode.ai/config.json",
"plugin": [
"opencode-openai-codex-auth",
"opencode-antigravity-auth@beta",
"@mohak34/opencode-notifier@latest"
],
"mcp": {
"backlog": {
"type": "local",
"command": ["backlog", "mcp", "start"],
"enabled": true
}
},
"provider": {
"google": {
"name": "Google",
"models": {
"antigravity-gemini-3-pro-high": {
"name": "Gemini 3 Pro High (Antigravity)",
"thinking": true,
"attachment": true,
"limit": {
"context": 1048576,
"output": 65535
},
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
}
},
"antigravity-gemini-3-pro-low": {
"name": "Gemini 3 Pro Low (Antigravity)",
"thinking": true,
"attachment": true,
"limit": {
"context": 1048576,
"output": 65535
},
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
}
},
"antigravity-gemini-3-flash": {
"name": "Gemini 3 Flash (Antigravity)",
"attachment": true,
"limit": {
"context": 1048576,
"output": 65536
},
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
}
}
}
}
},
"theme": "catppuccin-macchiato",
"share": "manual",
"formatter": {
"prettier": {
"disabled": false
},
"ruff": {
"disabled": false
}
},
"instructions": [
"AGENTS.md",
"CONTRIBUTING.md",
"CLAUDE.md",
"docs/guidelines.md",
".cursor/rules/*.md"
],
"permission": {
"edit": "ask",
"bash": "ask"
}
}