-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Auto-allow permissions on session start #3877
Copy link
Copy link
Open
Labels
area:configurationConfig files, instruction files, settings, and environment variablesConfig files, instruction files, settings, and environment variablesarea:permissionsTool approval, security boundaries, sandbox mode, and directory restrictionsTool approval, security boundaries, sandbox mode, and directory restrictions
Metadata
Metadata
Assignees
Labels
area:configurationConfig files, instruction files, settings, and environment variablesConfig files, instruction files, settings, and environment variablesarea:permissionsTool approval, security boundaries, sandbox mode, and directory restrictionsTool approval, security boundaries, sandbox mode, and directory restrictions
Type
Fields
Give feedbackNo fields configured for Feature.
Describe the feature or problem you'd like to solve
Add a persistent setting to automatically run /allow-all when starting a new session.
Proposed solution
Suggested implementation:
permissions.auto_allow_all: true(configurable via /settings)Example prompts or workflows
I work in trusted directories and need to run /allow-all at the start of every session. Having to manually enable permissions each time creates friction in the workflow.
Additional context
Same as Claude's bypass permissions toggle.