Context should have current terminal path #2869
Replies: 4 comments 3 replies
-
I think @KJ7LNW has done some work in this area, which seems to have improved it (at least for me). |
Beta Was this translation helpful? Give feedback.
-
Paste the API details by clicking here when that happens: |
Beta Was this translation helpful? Give feedback.
-
Has there been any further movement on this? It happens quite often for me. Just noticed a case where it cost me $.55 for Roo to figure out it was in the wrong directory. Yikes! Roo: 3.18.1 The command was IMHO this might just need to good old brute forcing until a more elegant solution can be found - like double checking any file operations against the cwd in the console, just before the are run. Or just making them all absolute paths. The latter would add more token usage, but not compared to the corrections. |
Beta Was this translation helpful? Give feedback.
-
Thanks. I'm using Claude 3.7 Sonnet. Can you provide a little more guidance on how to tell the model? I've put the following in the mode's custom instructions, but not seeing any change: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
RooCode is always changing directories to run code, etc. but never knows where it is so it wastes a lot of tokens getting commands correct.
Beta Was this translation helpful? Give feedback.
All reactions