[FEATURE] Extension: "Yes and don't ask again" should show which specific command is added to the allow list, like in the CLI
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
When Claude is running a command, the VS Code extension currently shows 3 options
- Yes
- Yes and don't ask again
- No
The problem is it doesn't show WHICH command it wants to add to the allow list, like the CLI does, e.g. "Yes and don't ask again for git diff"
It is a problem because I am ok with it e.g. running git diff automatically, but not committing, so with the current UI I am never sure what I am adding to the allow list, I always have to check the settings json after.
Proposed Solution
VS Code extension should show the specific command it plans to add to the allow list, like the CLI does.
Alternative Solutions
_No response_
Priority
Low - Nice to have
Feature Category
Interactive mode (TUI)
Use Case Example
I always have to check the settings json after selecting "Yes and don't ask again" to confirm which command was added to the allow list.
Additional Context
_No response_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗