You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encounter this problem every day and regularly:
I use qwen-code. In 50% of cases, when the agent tries to make changes to the file, I get the following errors:
Kilo Code tried to use search_and_replace without value for required parameter 'path'. Retrying...
Kilo Code tried to use write_to_file without value for required parameter 'path'. Retrying...
Kilo Code tried to use diff without value for required parameter 'path'. Retrying...
Kilo Code tried to use edit_file without value for required parameter 'target_file'. Retrying...
Switching to another model helps, after which, when returning to qwen-code, it seems to start working correctly, but literally after 5 minutes the same errors appear again.
Instead of programming, I have to constantly switch between different models, but I need the name qwen-code.
I tried to create a global rule with a message that it is necessary to use path in commands. But as I see it did not help at all.
What is the problem? How can it be fixed? Is it just me or do you have it too?