About Bug Reports

:warning: Found a problem? We’re on it! :hammer_and_wrench:

1 Like

Every time in quest mode or agentic chat mode, when it executes a terminal command, it creates a new instance of the terminal and then executes it. The issue is that if it has to navigate to a folder such as “backend”, it executes the command perfectly like “cd backend”. However, when it needs to execute any further command in that folder such as “npm run dev”, it creates a new terminal instance and then executes it. This doesn’t work because the new terminal instance starts in the root directory, not in the “backend” folder.

Please take a look at this. Otherwise I love it. Thanks

2 Likes

you found really good issues i was thinking why its making like that.