问题描述
- opencode 1.4.11
- oh-my-openagents 3.17.4
- llama.cpp + qwen3.5 35B/qwen3.6 35B
- 任务处理有时候会中断并答复:Assistant response prefill is incompatible with enable_thinking
尝试
- 修改opencode.json
- "enable_thinking": true 无效
- "assistant_prefill": false 无效
- bunx oh-my-opencode doctor --fix 没有这个命令
- llama.cpp config.ini
- reasoning = on/off/auto 无效
- chat-template-kwargs = {"enable_thinking":false} 无效