From b7a42e131f0ecd6355e8da4ec9c43b8a6fee3f19 Mon Sep 17 00:00:00 2001 From: Navraj Sikand Date: Fri, 23 Jan 2026 11:25:01 -0700 Subject: [PATCH] Upload files to "/" --- oh-my-opencode.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 oh-my-opencode.json diff --git a/oh-my-opencode.json b/oh-my-opencode.json new file mode 100644 index 0000000..715c892 --- /dev/null +++ b/oh-my-opencode.json @@ -0,0 +1,27 @@ +{ + "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-opencode/master/assets/oh-my-opencode.schema.json", + "disabled_mcps": ["websearch"], + "agents": { + "Sisyphus": { + "model": "nanogpt/zai-org/glm-4.7:thinking" + }, + "librarian": { + "model": "nanogpt/minimax/minimax-m2.1" + }, + "explore": { + "model": "nanogpt/xiaomi/mimo-v2-flash" + }, + "oracle": { + "model": "nanogpt/deepseek/deepseek-v3.2" + }, + "frontend-ui-ux-engineer": { + "model": "nanogpt/zai-org/glm-4.7:thinking" + }, + "document-writer": { + "model": "nanogpt/minimax/minimax-m2.1" + }, + "multimodal-looker": { + "model": "nanogpt/Qwen/Qwen3-VL-235B-A22B-Instruct" + } + } +}