码海迷徒 (@johnsonwu) 在 opencode 的Sisyphus agent 没有使用我给它在oh-my-opencode.json配置的模型(anthropic/claude-opus-4-5-20251101),而是使用了gpt-5.2-chat-latest这个模型 中发帖
📋 OpenCode 模型配置问题分析
1️⃣ 🐛 出现的问题
在 OpenCode 发起会话时,Sisyphus agent 没有使用 oh-my-opencode.json 中配置的模型
anthropic/claude-opus-4-5-20251101
而是意外使用了
gpt-5.2-chat-latest 这个模型 🤔
2️⃣ 💻 我的环境
Windows 10 + PowerShell 7 + Windows Terminal
OpenCode + oh-my-opencode 插件 + Superpowers Skills
3️⃣ 💡 说明
anthropic/claude-opus-4-5-20251101 模型可以正常使用
gpt-5.2-chat-latest 是我在 opencode.jsonc 中配置了指向 gpt-5.2 的映射,因此也能用
...