Add operation-specific confirmation settings for AI assistant tools #34886
Zen0space
started this conversation in
Feature Ideas / Enhancements
Replies: 1 comment
-
This is similar to this: An dyes, a very much needed feature. I don't wanna have to click to allow every single |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Current Behavior
When "Allow running editing tool without asking for confirmation" is enabled, ALL tool operations (read, write, create, delete, etc.) run automatically without user confirmation.
Requested Feature
Implement a whitelist/blacklist system or operation-specific confirmation settings that allow users to customize which operations require confirmation.
Use Case
When working with AI assistants like Claude, users want a smooth workflow where the AI can freely read, edit, and create files without constant interruptions. However, certain operations (delete files, running servers, etc.) should always require explicit user confirmation for safety.
Proposed Solutions
Option 1: Simple Whitelist/Blacklist Input Field
Option 2: Operation Categories
Option 3: Combined Approach
Benefits
Example Use Cases
delete_path
to prevent accidental file deletionnpm start
,npm run dev
to prevent auto-starting development serverssudo
commands for securitygit push
to prevent accidental deploymentsrm *
,sudo *
Implementation Notes
delete_path
) and command content (npm start
)Additional Context:
Many developers use AI assistants for rapid prototyping and would benefit from this safety-focused, customizable approach to tool confirmations.
Beta Was this translation helpful? Give feedback.
All reactions