-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed as not planned
Closed as not planned
Copy link
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.bugSomething isn't workingSomething isn't working
Description
App Version
3.26.4
API Provider
OpenAI Compatible
Model Used
gemini-2.5-pro
Roo Code Task Links (Optional)
No response
🔁 Steps to Reproduce
- Run Roo Code in OpenAI-compatible mode.
- Use a model such as
gemini-2.5-flashorgemini-2.5-pro(though the issue happens regardless of model). - Generate output that contains
<thinking> ... </thinking>. - Observe that the
<think>block is shown as normal text (without<think>tag).
💥 Outcome Summary
It seems the handling of <think> is missing in OpenAI-compatible mode.
When using Roo Code in OpenAI-compatible mode, the <thinking> tag from model output is rendered as plain text in the response instead of being collapsed into a gray "Thinking..." spoiler (as expected).
The <think> tag should be rendered as a hidden reasoning block (collapsed "Thinking…" spoiler), not exposed directly to the user.
📄 Relevant Logs or Errors (Optional)
Metadata
Metadata
Assignees
Labels
Issue - In ProgressSomeone is actively working on this. Should link to a PR soon.Someone is actively working on this. Should link to a PR soon.bugSomething isn't workingSomething isn't working
Type
Projects
Status
Done