From 6287aa213c8f9190c095c8f63a689958bca1e316 Mon Sep 17 00:00:00 2001 From: imbytecat Date: Mon, 26 Jan 2026 10:18:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E5=B7=B2?= =?UTF-8?q?=E5=BA=9F=E5=BC=83=E7=9A=84UI/UX=E5=B7=A5=E7=A8=8B=E5=B8=88?= =?UTF-8?q?=E5=92=8C=E6=96=87=E6=A1=A3=E6=92=B0=E5=86=99=E8=80=85=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 移除已废弃的前端UI/UX工程师和文档撰写者配置项 --- oh-my-opencode.jsonc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/oh-my-opencode.jsonc b/oh-my-opencode.jsonc index 8bae097..a52386d 100644 --- a/oh-my-opencode.jsonc +++ b/oh-my-opencode.jsonc @@ -30,12 +30,6 @@ "multimodal-looker": { // PDF/image analysis "model": "google-gateway/gemini-3-flash" - }, - "frontend-ui-ux-engineer": { - "model": "google-gateway/gemini-3-pro-high" - }, - "document-writer": { - "model": "google-gateway/gemini-3-flash" } } }