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
Copilot ACP now handles Yolo-off permission requests correctly. Remove the Copilot-specific prompt restriction so Yolo-off sessions use the standard permission flow.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
| GitHub Copilot |`configOptions` ID `allow_all`, category `permissions`, Select values `on`/`off`; provider command `/allow_all`|`session/set_config_option(allow_all, on)` or the policy-gated provider command | Captured value, normally `off`; affected CLI versions are prompt-blocked because `off` is not trustworthy|
206
+
| GitHub Copilot |`configOptions` ID `allow_all`, category `permissions`, Select values `on`/`off`; provider command `/allow_all`|`session/set_config_option(allow_all, on)` or the policy-gated provider command | Captured value, normally `off`|
221
207
| Claude |`configOptions` ID `mode` with `bypassPermissions`; legacy mode fallback |`session/set_config_option(mode, bypassPermissions)`| Captured value, normally `default`|
222
208
| Codex |`configOptions` ID `mode` with `agent-full-access`; legacy mode fallback |`session/set_config_option(mode, agent-full-access)`| Captured value, normally `agent`|
0 commit comments