diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc new file mode 100644 index 0000000..7d74e1a --- /dev/null +++ b/oh-my-opencode.jsonc @@ -0,0 +1,27 @@ +{ + "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", + "google_auth": false, + "agents": { + "Sisyphus": { + "model": "anthropic-gateway/claude-opus-4-5" + }, + "librarian": { + "model": "google-gateway/gemini-3-flash" + }, + "explore": { + "model": "opencode/grok-code" + }, + "oracle": { + "model": "opencode/glm-4.7-free" + }, + "frontend-ui-ux-engineer": { + "model": "google-gateway/gemini-3-pro-high" + }, + "document-writer": { + "model": "google/antigravity-gemini-3-flash" + }, + "multimodal-looker": { + "model": "google/antigravity-gemini-3-flash" + } + } +} diff --git a/opencode.jsonc b/opencode.jsonc index 10d13f6..908bef9 100644 --- a/opencode.jsonc +++ b/opencode.jsonc @@ -4,20 +4,7 @@ "theme": "tokyonight", "model": "anthropic-gateway/claude-sonnet-4-5", "small_model": "google-gateway/gemini-3-flash", - "plugin": [ - "@tarquinen/opencode-dcp@latest", - "@franlol/opencode-md-table-formatter@latest" - ], - "mcp": { - "context7": { - "type": "remote", - "url": "https://mcp.context7.com/mcp" - }, - "grep-app": { - "type": "remote", - "url": "https://mcp.grep.app" - } - }, + "plugin": ["oh-my-opencode"], "provider": { "anthropic-gateway": { "name": "Anthropic Gateway",