Problem (one or two sentences)
When using the read_file tool, the model fails to provide the required wrapper. It seems to be using the XML format. This results in the error: "roo tried to use read_file without value for required parameter args".
Context (who is affected and when)
Versions of Roo above 3.36.16
Reproduction steps
Use Qwen3-Coder-480B-A35B-Instruct as the provider.
Ask Roo to read a file (e.g., "read package.json").
Observe the model generating <read_file>package.json</read_file> which is rejected by the current schema.
Expected result
use read_file tool to read the file
Actual result
ERROR: roo tried to use read_file without value for required parameter args
Variations tried (optional)
No response
App Version
3.38.3
API Provider (optional)
None
Model Used (optional)
Qwen3-Coder-480B-A35B-Instruct
Roo Code Task Links (optional)
No response
Relevant logs or errors (optional)