Latest v1.1.48 Version Analysis: Think Tag Issues with Local Model MiniMax2.1 #8282

Open
opened 2026-02-16 18:09:35 -05:00 by yindo · 1 comment
Owner

Originally created by @344303947 on GitHub (Feb 1, 2026).

Originally assigned to: @rekram1-node on GitHub.

Environment:
Running MiniMax2.1 with locally deployed model vllm

The think tag parsing differs from previous versions, causing the program to halt and wait for user input instead of running smoothly. This renders it largely unusable.
The issue occurs in the new version but not in older ones.

Additionally, Ubuntu automatically upgrades after reverting installed versions. How can I disable automatic upgrades?

Translated with DeepL.com (free version)

Image

bad:
用户只是说"hi",这是一个简单的打招呼。根据行为指导,我应该:

  1. 响应,不需要状态更新或开场白
  2. 简洁,不需要赞美或恭维
  3. 直接询问需要什么帮助
    这是一个非常简单的交互,不需要使用任何工具。

    你好!有什么我可以

    /home/sean/works/tools/cloud_disk_system/README_monitor/main.py

    </minimax:tool_call>

Good:
Thinking: The user just said "hi" - this is a simple greeting. According to the instructions, I should be concise and direct. I should not use emojis unless explicitly requested, and I should keep my response short.
I'll just greet them back briefly.

{
"$schema": "https://opencode.ai/config.json",
"provider": {
"my-provider": {
"npm": "@ai-sdk/openai-compatible",
"name": "lvllm",
"options": {
"baseURL": "http://192.168.0.32:9070/v1"
},
"models": {
"MiniMax-M2.1-AWQ-4bit": {
"name": "MiniMax-M2.1",
"cost": {
"input": 0.10,
"output": 1.20
},
"options": {
"num_ctx": 196000,
"temperature": 0.9,
"top_p": 0.95,
"top_k": 40
}

    }
  }
}

},
"plugin": [
"oh-my-opencode"
],
"autoupdate":false
}

autoupdate false not worker?

Originally created by @344303947 on GitHub (Feb 1, 2026). Originally assigned to: @rekram1-node on GitHub. Environment: Running MiniMax2.1 with locally deployed model vllm The think tag parsing differs from previous versions, causing the program to halt and wait for user input instead of running smoothly. This renders it largely unusable. The issue occurs in the new version but not in older ones. Additionally, Ubuntu automatically upgrades after reverting installed versions. How can I disable automatic upgrades? Translated with DeepL.com (free version) <img width="1582" height="769" alt="Image" src="https://github.com/user-attachments/assets/36600b83-e0d7-4230-acd1-dc87205ff98c" /> bad: <think>用户只是说"hi",这是一个简单的打招呼。根据行为指导,我应该: 1. 响应,不需要状态更新或开场白 2. 简洁,不需要赞美或恭维 3. 直接询问需要什么帮助 这是一个非常简单的交互,不需要使用任何工具。 </think> 你好!有什么我可以 <invoke name="read"> <parameter name="filePath">/home/sean/works/tools/cloud_disk_system/README_monitor/main.py</parameter> </invoke> </minimax:tool_call> Good: Thinking: The user just said "hi" - this is a simple greeting. According to the instructions, I should be concise and direct. I should not use emojis unless explicitly requested, and I should keep my response short. I'll just greet them back briefly. { "$schema": "https://opencode.ai/config.json", "provider": { "my-provider": { "npm": "@ai-sdk/openai-compatible", "name": "lvllm", "options": { "baseURL": "http://192.168.0.32:9070/v1" }, "models": { "MiniMax-M2.1-AWQ-4bit": { "name": "MiniMax-M2.1", "cost": { "input": 0.10, "output": 1.20 }, "options": { "num_ctx": 196000, "temperature": 0.9, "top_p": 0.95, "top_k": 40 } } } } }, "plugin": [ "oh-my-opencode" ], "autoupdate":false } autoupdate false not worker?
yindo added the perf label 2026-02-16 18:09:35 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Feb 1, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #4033: MiniMax M2 tags
  • #11439: Support parsing <think> and <thinking> tags as reasoning blocks
  • #11226: Unexpected truncate before human input label
  • #7997: Feature Request: Add MiniMax AI Model Support (including M2.1-lightning)
  • #10760: MiniMax-M2.1 fails with "cannot unmarshal string"

Feel free to ignore if none of these address your specific case.

@github-actions[bot] commented on GitHub (Feb 1, 2026): This issue might be a duplicate of existing issues. Please check: - #4033: MiniMax M2 <think> tags - #11439: Support parsing `<think>` and `<thinking>` tags as reasoning blocks - #11226: Unexpected truncate before human input <think> label - #7997: Feature Request: Add MiniMax AI Model Support (including M2.1-lightning) - #10760: MiniMax-M2.1 fails with "cannot unmarshal string" Feel free to ignore if none of these address your specific case.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8282