-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Auto-allow permissions on session start #3877
Copy link
Copy link
Closed
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
Description
Activity
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
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.