mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-01-15 01:20:44 -08:00
226 lines
5.4 KiB
JSON
226 lines
5.4 KiB
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"plugin": [
|
|
"opencode-openai-codex-auth",
|
|
"opencode-antigravity-auth@beta",
|
|
"@mohak34/opencode-notifier@latest",
|
|
"oh-my-opencode"
|
|
],
|
|
"provider": {
|
|
"openai": {
|
|
"name": "OpenAI",
|
|
"options": {
|
|
"reasoningEffort": "medium",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "medium",
|
|
"include": [
|
|
"reasoning.encrypted_content"
|
|
],
|
|
"store": false
|
|
},
|
|
"models": {
|
|
"gpt-5.2": {
|
|
"name": "GPT 5.2 (OAuth)",
|
|
"limit": {
|
|
"context": 272000,
|
|
"output": 128000
|
|
},
|
|
"modalities": {
|
|
"input": [
|
|
"text",
|
|
"image"
|
|
],
|
|
"output": [
|
|
"text"
|
|
]
|
|
},
|
|
"variants": {
|
|
"none": {
|
|
"reasoningEffort": "none",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"low": {
|
|
"reasoningEffort": "low",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"medium": {
|
|
"reasoningEffort": "medium",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"high": {
|
|
"reasoningEffort": "high",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"xhigh": {
|
|
"reasoningEffort": "xhigh",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
}
|
|
}
|
|
},
|
|
"gpt-5.2-codex": {
|
|
"name": "GPT 5.2 Codex (OAuth)",
|
|
"limit": {
|
|
"context": 272000,
|
|
"output": 128000
|
|
},
|
|
"modalities": {
|
|
"input": [
|
|
"text",
|
|
"image"
|
|
],
|
|
"output": [
|
|
"text"
|
|
]
|
|
},
|
|
"variants": {
|
|
"low": {
|
|
"reasoningEffort": "low",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"medium": {
|
|
"reasoningEffort": "medium",
|
|
"reasoningSummary": "auto",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"high": {
|
|
"reasoningEffort": "high",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"xhigh": {
|
|
"reasoningEffort": "xhigh",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
}
|
|
}
|
|
},
|
|
"gpt-5.1-codex-max": {
|
|
"name": "GPT 5.1 Codex Max (OAuth)",
|
|
"limit": {
|
|
"context": 272000,
|
|
"output": 128000
|
|
},
|
|
"modalities": {
|
|
"input": [
|
|
"text",
|
|
"image"
|
|
],
|
|
"output": [
|
|
"text"
|
|
]
|
|
},
|
|
"variants": {
|
|
"low": {
|
|
"reasoningEffort": "low",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"medium": {
|
|
"reasoningEffort": "medium",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"high": {
|
|
"reasoningEffort": "high",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
},
|
|
"xhigh": {
|
|
"reasoningEffort": "xhigh",
|
|
"reasoningSummary": "detailed",
|
|
"textVerbosity": "medium"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"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",
|
|
"docs/guidelines.md",
|
|
".cursor/rules/*.md"
|
|
],
|
|
"permission": {
|
|
"edit": "ask",
|
|
"bash": "ask"
|
|
}
|
|
}
|