-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Experimental feature flag toggles #2820
Copy link
Copy link
Open
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
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
Type
Fields
Give feedbackNo fields configured for Feature.
Describe the feature or problem you'd like to solve
No response
Proposed solution
I’m using Copilot CLI 1.0.32 on Windows.
I’d like clearer control and documentation for experimental feature flags, especially PERSISTED_PERMISSIONS.
Today
/experimentallists individual feature flags such asPERSISTED_PERMISSIONS, but the public docs and local CLI help only document the globalexperimental switch (
--experimental,--no-experimental,/experimental on|off).This makes it unclear whether these flags are:
PERSISTED_PERMISSIONSis the experimental feature I need most because repeated permission prompts cost a lot of time.Please either:
PERSISTED_PERMISSIONS, or/experimentaland in the docs.It would also help to document how
PERSISTED_PERMISSIONSbehaves:Example prompts or workflows
No response
Additional context
No response