-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Description
when tools are used the path is entered twice
When goose tries to edit files or use commands from tools dev tools I'm guessing and strreplace is the command but probably happens to others it sends the command and it attaches the location twice so it knows its in the root of the project but when it sends the location relative to the root of the project the tool adds it twice:
/users/username/project/app/components/app/components/filename.ext and errors out.
To Reproduce
Steps to reproduce the behavior:
- Use a model that allows tooling
- Ask the chat to fix a simple problem.
- It will continue to send the same command over and over and is not intuitive enough to try different commands or try another approach.
- See error
The persistent error indicates an incorrect file path being referenced. The correct absolute path should be /Users/username/git/appname/app/components/filename.ext (without the duplicate /app/components). Let's attempt one final correction with the proper path:
Expected behavior
Tooling just works and edits files etc.
Please provide following information:
- OS & Arch: MAC OSX m4 max pro
- Interface: Desktop
- Version: v1.8.0
- Extensions enabled: memory, developer tools
- Provider & Model: qwen-coder53b
Additional context
Also tried computer controller without developer tools turned on and it fails asa well
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels