Feature Request: Allow sub-agents to inherit parent permission settings
Resolved 💬 5 comments Opened Nov 30, 2025 by alexandersumer Closed Jan 31, 2026
Problem
Sub-agents prompt for permissions that the parent session has already granted.
Example:
- Parent grants permission for
Bash(npm test:*) - Sub-agent spawns and asks for permission to run
npm testagain
Proposed Solution
Add a setting to inherit parent permissions:
{
"permissions": {
"subagentInheritance": true
}
}
Current Workarounds
permissionMode: bypassPermissions— too broad, skips all permissionspermissionMode: acceptEdits— only covers file edits- Pre-configured
allowrules — doesn't cover session-granted permissions
None of these actually inherit the parent's permissions.
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗