claude-code icon indicating copy to clipboard operation
claude-code copied to clipboard

[FEATURE] VSCode quick-access permission control switch

Open memetican opened this issue 2 months ago • 1 comments

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

Most of the work process I do with Claude is;

  1. Discuss (only) a feature and implementation path
  2. Write documentation / spec
  3. Implement the spec
  4. Debugging cycles
  5. Have Claude stop and review/research (discuss only) to figure out why it's not working
  6. Continue debugging cycles

The problem is there's no mechanic that makes it easy to switch between modes-

  • Discuss only, no changes allowed
  • Changes allowed, confirm each individually
  • All changes allowed, yolo. Especially good for docs and isolated feature mocks on a new branch

Proposed Solution

I think of these as RED, YELLOW, GREEN states, and it would be much more practical to have a single-click state-switch that simply lets users gate Claude's activities quickly.

Ideally this would be implemented as a tab, with a clear indicator-

Image

Alternative Solutions

No response

Priority

High - Significant impact on productivity

Feature Category

Interactive mode (TUI)

Use Case Example

No response

Additional Context

No response

memetican avatar Nov 29 '25 06:11 memetican