-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Description
App Version
latest
API Provider
OpenAI Compatible
Model Used
Qwen3-Coder
Roo Code Task Links (Optional)
No response
π Steps to Reproduce
Hey @daniel-lxs
First of all, thanks for all the work put in the project! It's amazing!!
Regarding the missing parameter 'path' issue, what you wrote in issue #7406 isn't entirely accurate. I extensively debugged this issue, and can confirm that when using Qwen3-Coder, most of the time the parameter 'path' is being generated properly (you can also see that the 'path' parameter was correctly generated in @serjrd example). The issue here is that the model generates space(s) between the XML tags, which is completely understandable/even logically correct, but Roo's parser currently is not robust enough to handle these spaces gracefully, and throws an error. After extensive investigation, I am confident that Roo's XML parser should support removing spaces between XML tags. This would significantly improve Roo's experience with those models, especially Qwen3-Coder, such a popular option these days. Let me know what you think @daniel-lxs , hoping to hear from you soon!
Thanks again for all the incredible work!!
π₯ Outcome Summary
Hey @daniel-lxs
First of all, thanks for all the work put in the project! It's amazing!!
Regarding the missing parameter 'path' issue, what you wrote isn't entirely accurate. I extensively debugged this issue, and can confirm that when using Qwen3-Coder, most of the time the parameter 'path' is being generated properly (you can also see that the 'path' parameter was correctly generated in @serjrd example). The issue here is that the model generates space(s) between the XML tags, which is completely understandable/even logically correct, but Roo's parser currently is not robust enough to handle these spaces gracefully, and throws an error. After extensive investigation, I am confident that Roo's XML parser should support removing spaces between XML tags. This would significantly improve Roo's experience with those models, especially Qwen3-Coder, such a popular option these days. Let me know what you think @daniel-lxs , hoping to hear from you soon!
Thanks again for all the incredible work!!
π Relevant Logs or Errors (Optional)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status