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
chat: add "Don't show again" to Autopilot and Bypass Approvals warning dialogs (#311262)
* Add 'Don't show again' to autopilot/bypass approvals warning dialogs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Add developer command to reset chat permission warning dialogs
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Always show AutoApprove warning independently of Autopilot
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
* Extract permission storage keys to shared constants module
Move AUTOPILOT_DONT_SHOW_AGAIN_KEY and AUTO_APPROVE_DONT_SHOW_AGAIN_KEY
to chat/common/chatPermissionStorageKeys.ts so both chatDeveloperActions
and permissionPickerActionItem import from a lightweight shared module.
This avoids chatDeveloperActions pulling in heavy widget/UI dependencies
at startup via the permissionPickerActionItem import.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments