AI觉醒星球
Awakening is here
Knowledge File / AI小生意项目库
2026-08-04 0 浏览 会员

托管设置的企业团队专业化

GitHub 推出企业级托管设置团队专业化功能,允许按团队定制 Copilot 配置,实现灵活治理与规模扩展。

SOURCE / AI小生意项目库 MIN / 9 ACCESS / 会员 POST / 2026-08-04 06:55:29

原贴

查看原文
作者:Allison 来源站点:github.blog 原贴时间:

原文

Enterprise administrators can now customize managed settings by targeting enterprise teams with itemized configuration files. Large enterprises can scale governance without bottlenecking every configuration change through central administrators or one-size-fits-all policies. Teams gain the flexibility to adapt Copilot to their workflows while staying within the boundaries you’ve defined. The AI ecosystem evolves frequently and maintaining effective guardrails is a shared responsibility. Set your AI standards source .github-private repository to internal visibility and let your users open pull requests to suggest changes that keep their specialized governance configuration up to date. After you’ve configured your managed-settings.json file, you can make individual keys eligible for team-specific values. Mark keys as overridable: In your copilot/managed-settings.json file, use the { "overridable": } syntax to specialize the key’s configuration on a per-team basis. An overridable key uses the team’s value when set or falls back to your enterprise default when the team leaves it unset. Keys you don’t mark overridable remain an enterprise-level decision that teams can’t modify. In practice, you can set "disableBypassPermissionsMode": "unmanaged" and "model": "unmanaged" in a team settings file, providing a specialization that takes precedence over managed-settings.json for members of that team. For example, let your AI Pioneers team pick their own default model and bypass permissions, while every other team inherits your enterprise defaults. For example, let your AI Pioneers team pick their own default model and bypass permissions, while every other team inherits your enterprise defaults. Team-based plugin extensibility: Let plugins and marketplaces grow team-by-team, not shrink. enabledPlugins and extraKnownMarketplaces are additive (i.e, your enterprise baseline is guaranteed everywhere, and individual teams can layer on the extras they need for specific job roles without weakening the floor). Team-based plugin extensibility: Let plugins and marketplaces grow team-by-team, not shrink. enabledPlugins and extraKnownMarketplaces are additive (i.e, your enterprise baseline is guaranteed everywhere, and individual teams can layer on the extras they need for specific job roles without weakening the floor). Map settings files to teams: Ship different policies to different teams from one place. Map each team settings file to one or more team slugs in team-mappings.json . Each entry pairs a settings file with the teams that use it, so you can apply one file across multiple teams. For example, a single ai-users.json file can be applied to all teams that have completed training. Additional specializations can be applied for other job roles like devs.json . Map settings files to teams: Ship different policies to different teams from one place. Map each team settings file to one or more team slugs in team-mappings.json . Each entry pairs a settings file with the teams that use it, so you can apply one file across multiple teams. For example, a single ai-users.json file can be applied to all teams that have completed training. Additional specializations can be applied for other job roles like devs.json . Create the team settings file: Add the team’s configuration under copilot/teams/ . Only include the keys you marked as overridable. Anything else falls back to your enterprise platform decision. Create the team settings file: Add the team’s configuration under copilot/teams/ . Only include the keys you marked as overridable. Anything else falls back to your enterprise platform decision.

中文翻译

企业管理员现在可以通过针对企业团队的分项配置文件来定制托管设置。大型企业可以扩展治理,而不必通过中央管理员或一刀切的策略来瓶颈化每个配置更改。团队可以在您定义的边界内灵活地将 Copilot 适应其工作流程。AI 生态系统频繁演变,维护有效的护栏是共同责任。将您的 AI 标准源 .github-private 存储库设置为内部可见,并让您的用户打开拉取请求来建议更改,以保持其专业治理配置的最新状态。

配置完 managed-settings.json 文件后,您可以使单个键符合团队特定值的条件。将键标记为可覆盖:在您的 copilot/managed-settings.json 文件中,使用 { "overridable": } 语法来按团队定制键的配置。可覆盖的键在团队设置时使用团队的值,如果团队未设置,则回退到您的企业默认值。您未标记为可覆盖的键仍然是企业级决定,团队无法修改。实践中,您可以在团队设置文件中设置 "disableBypassPermissionsMode": "unmanaged" 和 "model": "unmanaged",为该团队成员提供优先于 managed-settings.json 的专业化设置。例如,让您的 AI Pioneers 团队选择自己的默认模型并绕过权限,而其他所有团队继承您的企业默认设置。例如,让您的 AI Pioneers 团队选择自己的默认模型并绕过权限,而其他所有团队继承您的企业默认设置。

基于团队的插件扩展性:让插件和市场按团队增长,而不是萎缩。enabledPlugins 和 extraKnownMarketplaces 是附加的(即,您的企业基线在所有地方都得到保证,单个团队可以为其特定工作角色添加所需的内容,而不会削弱底线)。基于团队的插件扩展性:让插件和市场按团队增长,而不是萎缩。enabledPlugins 和 extraKnownMarketplaces 是附加的(即,您的企业基线在所有地方都得到保证,单个团队可以为其特定工作角色添加所需的内容,而不会削弱底线)。

将设置文件映射到团队:从一个地方向不同团队发布不同的策略。在 team-mappings.json 中将每个团队设置文件映射到一个或多个团队 slug。每个条目将一个设置文件与使用它的团队配对,因此您可以将一个文件应用于多个团队。例如,一个 ai-users.json 文件可以应用于所有已完成培训的团队。还可以针对其他工作角色应用其他专业化设置,如 devs.json。将设置文件映射到团队:从一个地方向不同团队发布不同的策略。在 team-mappings.json 中将每个团队设置文件映射到一个或多个团队 slug。每个条目将一个设置文件与使用它的团队配对,因此您可以将一个文件应用于多个团队。例如,一个 ai-users.json 文件可以应用于所有已完成培训的团队。还可以针对其他工作角色应用其他专业化设置,如 devs.json。

创建团队设置文件:在 copilot/teams/ 下添加团队的配置。只包含您标记为可覆盖的键。其他任何内容都回退到您的企业平台决策。创建团队设置文件:在 copilot/teams/ 下添加团队的配置。只包含您标记为可覆盖的键。其他任何内容都回退到您的企业平台决策。

核心信息

GitHub 推出企业级托管设置团队专业化功能,允许按团队定制 Copilot 配置,实现灵活治理与规模扩展。

  • GitHub 推出企业级托管设置团队专业化功能,允许按团队定制 Copilot 配置,实现灵活治理与规模扩展。
  • 原贴提到:Enterprise administrators can now customize managed settings by targetin
  • 来源:github.blog
试看内容

成为会员查看完整内容

你已经看到了这篇内容的前置整理,剩余深度部分仅对会员开放。

详细解读 信息差价值 参考来源
成为会员查看完整内容
上一篇 Palantir 强劲季度后,CEO Alex Karp 称 AI 行业“马克思主义” 下一篇 GPT-Live实时音频新架构发布