觉
AI觉醒星球
Awakening is here
Knowledge File / AI小生意项目库
2026-08-04 4 浏览 免费阅读

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

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

详细解读

信号解读:GitHub 正在将企业级 AI 治理从“集中控制”推向“分级授权”。这标志着 Copilot 管理从一刀切走向精细化的团队定向管理,反映出 AI 工具在企业中的普及已经进入需要差异化治理的阶段。企业不再仅仅需要统一管控,而是要在维护底线的基础上,允许不同团队根据自身工作流和职责进行微调。

为什么重要:随着 AI 工具渗透到研发、数据、产品等多个职能,统一策略往往抑制了效率。团队专业化让企业能够在保持合规和安全的前提下,释放团队的自主性。同时,它解决了大型企业治理中的瓶颈问题——中央管理员无需再审批每个配置更改,而是通过“可覆盖键”和“团队映射”机制实现分级管理。这种模式可能会成为企业级 AI 治理的新标准。

对谁有价值:对企业管理员和 IT 决策者,这是优化治理结构、平衡安全与灵活性的工具;对团队负责人和开发者,他们可以获得更贴合自身工作流的 Copilot 配置,提升 AI 工具的实际价值;对 AI 治理相关岗位,该功能提供了可操作的精细化控制模型。

可以怎么行动:1. 评估现有团队结构,识别哪些团队需要不同的 Copilot 设置(如模型权限、插件等);2. 在 managed-settings.json 中标记可覆盖键,并创建团队级配置文件(如 ai-users.json、devs.json);3. 使用 team-mappings.json 将配置文件映射到对应团队;4. 将 .github-private 仓库设为内部可见,鼓励用户通过 pull request 参与治理更新;5. 为关键团队(如 AI Pioneers)提供更高自主权,同时为非关键团队保持企业默认值。建议先从试点团队开始,逐步扩大范围。

风险或限制:虽然团队级灵活度提升,但若“可覆盖键”设置不当,可能导致合规缺口或安全风险。企业需确保在授权团队自主修改的同时,核心安全策略(如数据边界、权限升级)仍保留在企业级管控中。此外,依赖用户主动通过 PR 更新治理配置,需要配套的审查流程和社区文化,否则可能造成配置漂移。

信息差价值

这条内容的真正价值,不只是“有人发布了一个新功能”,而是它揭示了 github.blog 背后的产品方向、工作流变化或竞争信号。对 OPC 来说,这种信息可以转化成持续追踪的栏目选题。

如果把《托管设置的企业团队专业化》放到你的内容系统里,它最大的价值在于帮助读者更快看懂“为什么值得关注”,而不是只看到一条碎片化动态。

参考来源

AI SUMMARY

这篇文章回答了什么

托管设置的企业团队专业化主要讲什么?

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

这篇文章最值得关注的要点是什么?

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

这篇文章和哪些AI专题相关?

它适合放在AI副业专题里阅读。 关联原因:这篇内容命中「项目、小生意、变现」等主题信号。

阅读这篇文章建议先理解哪些关键词?

建议先理解工具、模型、工作流、副业、创业这些关键词,再结合正文判断工具、机会或风险是否值得进入自己的工作流。

上一篇 Palantir 强劲季度后,CEO Alex Karp 称 AI 行业“马克思主义” 下一篇 GPT-Live实时音频新架构发布