saoudrizwan / claude-dev

Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.
https://marketplace.visualstudio.com/items?itemName=saoudrizwan.claude-dev
MIT License
4.04k stars 381 forks source link

Suggestion: allow disabling each tool if it's not needed #152

Closed looeee closed 1 week ago

looeee commented 3 weeks ago

I found that the ability to allow the model to run console commands was quite cool, but in practice not that useful. For example, if whenever I needed to enter a y/n or other data, it would fail and waste an api request. So I quickly started denying the requests to run commands and ran them manually instead.

I would find it useful to just be able to turn off the tool and have the model suggest commands for me to run.

saoudrizwan commented 1 week ago

I just made some improvements to executing commands where you can interact with a terminal emulator directly in chat, please try it out in v1.5.16 and let me know if it works any better for you