-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
What happened?
When using Qwen code 0.0.10 with Qwen3 30b, I observe repeated failures with edit and write file tool calls.
In edit, the error is: params/old_string must be string
In write, the error is: params/content must be string
I have tried multiple times and the call never works.
It used to work earlier with 0.0.5.
I am using LMStudio to run Qwen3 30b using mlx in Apple device.
There is another error thrown "params/is_background must be boolean" when executing commands, but there is already an issue open for it.
What did you expect to happen?
This issue in latest version makes it difficult to update the files in repo when using qwen 30b locally. The tool calls for edits and write worked fine with Qwen3 30b in 0.0.5 so I assume some recent changes may have caused the regression.
Client information
$ qwen /about
│ About Qwen Code │
│ │
│ CLI Version 0.0.10 │
│ Git Commit 5af25b26 │
│ Model mlx-community/qwen3-coder-30b-a3b-instruct │
│ Sandbox no sandbox │
│ OS darwin │
│ Auth Method openai Login information
No response
Anything else we need to know?
No response