Issue
After updating from v0.9.2 to v0.9.14, Qwen3.5 series models (e.g., Qwen3.6 plus, Qwen3.5 27B) throw the error:
Reproduction Steps
- Use oh-my-opencode-slim v0.9.14
- Configure a Qwen3.5 series model
- Run opencode
Expected Behavior
System prompt should be placed at the beginning of the message array.
Actual Behavior
System prompt appears to be placed incorrectly, causing the error.
Workaround
Removing the plugin resolves the issue immediately.
Suggestion
Please check if the system prompt is being inserted at the correct position in the message array for Qwen3.5 models.
Issue
After updating from v0.9.2 to v0.9.14, Qwen3.5 series models (e.g., Qwen3.6 plus, Qwen3.5 27B) throw the error:
Reproduction Steps
Expected Behavior
System prompt should be placed at the beginning of the message array.
Actual Behavior
System prompt appears to be placed incorrectly, causing the error.
Workaround
Removing the plugin resolves the issue immediately.
Suggestion
Please check if the system prompt is being inserted at the correct position in the message array for Qwen3.5 models.