document cloud agent managed settings - #45329
Conversation
|
Thanks for opening this pull request! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the contributing guidelines. |
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
There was a problem hiding this comment.
Pull request overview
Documents enterprise-managed settings support for the Copilot cloud agent.
Changes:
- Adds the cloud agent to supported clients and the settings matrix.
- Clarifies server-managed deployment and refresh behavior.
- Distinguishes cloud-agent behavior from local clients.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
enterprise-managed-settings-reference.md |
Adds cloud-agent support statuses. |
configure-enterprise-managed-settings.md |
Adds deployment and refresh guidance. |
| ## Verifying the configuration has applied | ||
|
|
||
| Once the configuration is committed, users on a supported client see the specified settings within about an hour, since clients periodically check the server for updated configuration. Restarting the client or signing in again applies the latest settings immediately. | ||
| Once the configuration is committed, users on a supported local client see the specified settings within about an hour, since clients periodically check the server for updated configuration. Restarting the client or signing in again applies the latest settings immediately. {% data variables.copilot.copilot_cloud_agent %} applies updated server-managed settings on the next task assignment. |
Why:
Closes: N/A
The [27 July 2026 changelog announcement](https://github.blog/changelog/2026-07-27-enterprise-managed-settings-now-apply-to-the-github-copilot-app/) confirms that the Copilot cloud agent now observes enterprise-managed plugin and marketplace controls.
The enterprise-managed settings documentation was updated for the GitHub Copilot app, but it does not show the cloud agent in the supported-client list or settings matrix. The deployment and refresh guidance also describes only locally installed clients.
What's being changed:
This PR:
Adds the Copilot cloud agent to the list of supported clients.
Adds a cloud-agent column to the managed settings support matrix.
Records support for:
enabledPluginsextraKnownMarketplacesstrictKnownMarketplacesRecords that
permissions.disableBypassPermissionsMode,permissions.model, andtelemetryare not supported by the cloud agent.Clarifies that the cloud agent only uses server-managed settings.
Clarifies that updated settings apply to the cloud agent on the next task assignment.
Separates local-client loading and refresh behaviour from cloud-agent behaviour.
Replaces stale wording that referred only to Copilot CLI and Visual Studio Code with the broader supported-client scope.
The GitHub Docs content linter completed with no errors.
Check off the following: