You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add configurable auto-approve for delegate tool to support non-interactive sessions
- Add chat.delegateAutoApprove setting for global auto-approval
- Add chat.delegateAutoApproveAgents setting for per-agent auto-approval
- Update delegate approval flow to consult settings before prompting
- Fix bug where user declining approval was silently ignored
- Document new settings in experiments.md
Fixes request for non-interactive delegate support in automation workflows.
-`chat.delegateAutoApproveAgents` - Comma-separated list of agent names to auto-approve (string)
154
156
155
157
**When enabled:** You can delegate long-running or independent tasks to background agents. You'll be notified when tasks complete, and can ask about results in your main conversation.
0 commit comments