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
3.98k stars 373 forks source link

[FEATURE] Add Option to Always Allow Access to Folders and Files Without Repeated Confirmation #67

Closed eprofos closed 1 week ago

eprofos commented 1 month ago

I would like to request the addition of a feature that provides users with the ability to always allow access to folders and files within the extension settings. Currently, each time access is required, users must manually confirm the action, which can be cumbersome, especially during frequent operations.

This proposed feature would enhance user experience by streamlining the workflow and reducing the number of repetitive confirmations needed. Ideally, this option could be toggled on or off in the extension settings, allowing users to choose their preferred behavior.

Thank you for considering this enhancement.

jtac commented 1 month ago

+1 on this, I suggest some kind of whitelisting: ie. recursive permission to access a specific whitelisted folder ( no symlink creation allowed outside the structure ) and some kind of max budget limiter to prevent runovers

CiberNin commented 3 weeks ago

At the very least for reads I think this makes sense.

saoudrizwan commented 1 week ago

v1.5.16 now lets you enable 'Auto allow read-only operations' to do this!

eprofos commented 1 week ago

Yes seen 👍