-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Description
App Version
3.22.6 (ed536a9)
API Provider
Anthropic
Model Used
claude-sonnet-4-20250514
Roo Code Task Links (Optional)
No response
π Steps to Reproduce
In the first execute_command the llm changes directories to triplit/client and now any subsequent commands are in the wrong location.
I'm stripping out a lot here but this is the gist from the task history:
Assistant:
<execute_command>
cd triplit/client && npm install react-oauth2-pkce
</execute_command>
Assistant:
I notice the package is deprecated. Let me check for a better alternative OAuth PKCE library. Let me search for a more current OAuth PKCE library:
<execute_command>
cd triplit/client && npm search oauth2 pkce
</execute_command>
Assistant:
Let me fix the path and search for alternatives:
<execute_command>
cd triplit/client && npm search oauth2-pkce
</execute_command>
Assistant:
I need to use the correct path. Let me check the current directory and navigate properly:
<execute_command>
pwd && ls -la
</execute_command>
π₯ Outcome Summary
I expect when run tool executes it uses the project root (or consistent one) every time.
π Relevant Logs or Errors (Optional)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status