diff --git a/dot_config/opencode/oh-my-openagent.json b/dot_config/opencode/oh-my-openagent.json new file mode 100644 index 0000000..099b9ef --- /dev/null +++ b/dot_config/opencode/oh-my-openagent.json @@ -0,0 +1,85 @@ +{ + "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json", + "agents": { + "sisyphus": { + "model": "openai/gpt-5.5", + "variant": "medium" + }, + "hephaestus": { + "model": "openai/gpt-5.5", + "variant": "medium" + }, + "oracle": { + "model": "openai/gpt-5.5", + "variant": "high" + }, + "librarian": { + "model": "openai/gpt-5.4-mini-fast" + }, + "explore": { + "model": "openai/gpt-5.4-mini-fast" + }, + "multimodal-looker": { + "model": "openai/gpt-5.5", + "variant": "medium", + "fallback_models": [ + { + "model": "openai/gpt-5-nano" + } + ] + }, + "prometheus": { + "model": "openai/gpt-5.5", + "variant": "high" + }, + "metis": { + "model": "openai/gpt-5.5", + "variant": "high" + }, + "momus": { + "model": "openai/gpt-5.5", + "variant": "xhigh" + }, + "atlas": { + "model": "openai/gpt-5.5", + "variant": "medium" + }, + "sisyphus-junior": { + "model": "openai/gpt-5.5", + "variant": "medium" + } + }, + "categories": { + "visual-engineering": { + "model": "openai/gpt-5.5", + "variant": "high" + }, + "ultrabrain": { + "model": "openai/gpt-5.5", + "variant": "xhigh" + }, + "deep": { + "model": "openai/gpt-5.5", + "variant": "medium" + }, + "artistry": { + "model": "openai/gpt-5.5", + "variant": "xhigh" + }, + "quick": { + "model": "openai/gpt-5.4-mini" + }, + "unspecified-low": { + "model": "openai/gpt-5.3-codex", + "variant": "medium" + }, + "unspecified-high": { + "model": "openai/gpt-5.3-codex", + "variant": "medium" + }, + "writing": { + "model": "openai/gpt-5.5", + "variant": "medium" + } + } +} diff --git a/dot_config/opencode/opencode.json b/dot_config/opencode/opencode.json index 97df395..1e1cc5c 100644 --- a/dot_config/opencode/opencode.json +++ b/dot_config/opencode/opencode.json @@ -30,13 +30,8 @@ "output": 8192 }, "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] + "input": ["text", "image"], + "output": ["text"] } }, "gemma4:e4b": { @@ -48,13 +43,8 @@ "output": 8192 }, "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] + "input": ["text", "image"], + "output": ["text"] } }, "gemma4:26b": { @@ -66,13 +56,8 @@ "output": 8192 }, "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] + "input": ["text", "image"], + "output": ["text"] } }, "gemma4:31b": { @@ -84,13 +69,8 @@ "output": 8192 }, "modalities": { - "input": [ - "text", - "image" - ], - "output": [ - "text" - ] + "input": ["text", "image"], + "output": ["text"] } } } @@ -135,10 +115,7 @@ "browsermcp": { "enabled": false, "type": "local", - "command": [ - "npx", - "@browsermcp/mcp@latest" - ] + "command": ["npx", "@browsermcp/mcp@latest"] }, "chrome-devtools": { "enabled": false, @@ -158,11 +135,7 @@ "kubernetes": { "enabled": false, "type": "local", - "command": [ - "npx", - "-y", - "kubernetes-mcp-server@latest" - ] + "command": ["npx", "-y", "kubernetes-mcp-server@latest"] }, "github": { "enabled": true, @@ -175,11 +148,7 @@ } }, "watcher": { - "ignore": [ - "node_modules/**", - "dist/**", - ".git/**" - ] + "ignore": ["node_modules/**", "dist/**", ".git/**"] }, "permission": { "read": "allow",