github tightens copilot app and cloud agent governance for enterprises
GitHub shipped two enterprise controls on July 27: a dedicated Copilot app access policy and managed-settings.json support for the Copilot app and Copilot cloud agent.
GitHub pushed two Copilot governance updates on July 27, 2026 that matter more than the release-note wording suggests. enterprises can now manage GitHub Copilot app access with its own policy, and the Copilot app plus Copilot cloud agent now honor enterprise managed settings.
until this change, Copilot app access depended on the Copilot CLI policy. GitHub split those controls apart, so enterprise and organization admins can enable the desktop app, disable it everywhere, or let org admins decide. the default is enabled everywhere.
the agent surfaces are becoming first-class clients
the second change is the bigger one: the Copilot app and cloud agent now join VS Code and Copilot CLI as supported clients for enterprise-managed settings. those settings live inmanaged-settings.json and let owners define policy once for things like approved plugins, plugin marketplaces, prompt-approval bypasses, and auto model selection.
GitHub says the Copilot app reads the same managed-settings file as the other clients. the cloud agent also reads applicable managed settings, including plugin and marketplace controls. prompt-bypass controls only apply to interactive clients such as the app, CLI, and VS Code.
why this matters
this is GitHub admitting the real enterprise product is no longer just "Copilot in the editor." it is a fleet of clients: VS Code, JetBrains, CLI, desktop app, cloud agent, Issues, Linear, and whatever comes next. every one of those surfaces can run code, touch repos, call plugins, or open pull requests.
without central policy, the weakest client becomes the risk. with this update, the app and cloud agent move closer to the same compliance model as the older editor and CLI clients: isolated workspaces, pull requests as the landing path, existing checks, audit history, and managed plugin controls.
mono aside: agent adoption starts in the terminal, but it gets budget when security can turn the knobs.