
TL;DR
GitHub's new model policy targeting lets enterprise admins set a baseline of Copilot models for the whole company, then grant extra models to specific teams. How the preview works, the least-restrictive evaluation rule, and what it changes for AI governance.
GitHub announced on July 31 that enterprise model policy targeting is in public preview: admins can now set a baseline of Copilot models for the whole enterprise, then grant additional models to specific enterprise teams. It is the first step of a shift the changelog describes as team-level governance, and it matters because model access control is quietly becoming the most important enterprise AI lever, ahead of billing or prompts.
The feature lives in the Copilot page under "Models" as an Enterprise teams mode toggle. Once enabled, model availability is managed at the enterprise level through three states per model:
Admins can create enterprise teams and assign Optional models to them before switching the mode on, which lets them prepare model-to-user assignments during the rollback window.
Two behaviors in the changelog are worth reading twice. First, evaluation uses a least-restrictive strategy: if a user gets a model from any single enterprise team, they have access to it everywhere, across every org they belong to. Second, when enterprise teams mode is on, organization-level model settings no longer apply at all - the enterprise policy becomes the only policy.
The preview also includes a rollback: during the preview you can reset to your previous configuration. GitHub is rolling the opt-in out gradually, with most enterprise customers gaining access on August 3.
This lands two days after GitHub's "Default model enablement" change for Copilot Business and Enterprise, and the two read as one program: first make a sensible model default available to everyone, then let admins carve access down by team rather than by org.
From the archive
Jul 31, 2026 • 7 min read
Jul 31, 2026 • 6 min read
Jul 31, 2026 • 8 min read
Jul 31, 2026 • 7 min read
Model policy is the layer between "Copilot works" and "Copilot works safely at 5,000 people," and until now the only granularity was the org. That is the wrong granularity for how companies actually work: a platform team that needs a frontier model for agentic work is a team, not an organization, and so is a security review group that should only get models approved for code review.
Three implications for developers:
Cost control becomes role-based. Enterprises do not pay for model access per user in the abstract - they pay for frontier model usage, and the pricing story has been shifting to usage-based all year. Assigning expensive models to the teams whose work justifies them, instead of to every org, is the cleanest spend control that does not touch billing policy at all. It should reduce the budget-blowout scenario where one enthusiastic team's frontier-model usage balloons an enterprise bill.
Least-restrictive access is a real security property. A user who sits on two enterprise teams inherits the union of both teams' models. That is convenient and predictable, but it means team-level policies do not isolate: access is a superset, never an intersection. Security teams should treat "assigned to a team" as "assigned to everyone in that team's blast radius."
The org layer is going away, quietly. When enterprise teams mode is enabled, org-level model settings stop applying. Any org with hand-tuned model availability that upgrades to this preview should diff its org settings against the new enterprise policy before flipping the toggle, because the old configuration does not layer - it is simply bypassed.
GitHub is building the enterprise governance layer in stages: default model enablement first, team targeting now, and more team-level controls promised. It slots into the same admin story as Copilot usage-based billing, agent PR governance, and the agent metrics review surface - the pattern is that as Copilot agents get more autonomous, GitHub keeps giving admins more precise levers over what models run, who can invoke them, and how their output is reviewed.
For teams that run Copilot alongside other providers, the same governance gap exists everywhere: any platform that exposes multiple models needs a policy layer. If your stack is multi-vendor, the questions this changelog answers (baseline, per-team grants, least-restrictive semantics, rollback) are the right checklist to apply to whatever you use instead.
Read next
Uber burned through its entire 2026 AI tools budget by April. Microsoft is canceling Claude Code licenses company-wide. What enterprise teams can learn from the first major AI coding tool budget crises.
8 min readGitHub Copilot switched to AI Credits billing on June 1 - here is what the change means for your team's budget, how Copilot Max fits in, and how costs compare to Claude Code and Codex.
7 min readGitHub's June Copilot review updates point to a practical policy stack for agent-authored pull requests: validation, review depth, repo instructions, attribution, and release-note accountability.
8 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
The original AI coding assistant. 77M+ developers. Inline completions in VS Code and JetBrains. Copilot Workspace genera...
View ToolMost popular LLM framework. 100K+ GitHub stars. Chains, RAG, vector stores, tool use. LangGraph adds stateful multi-agen...
View ToolOpenAI's latest flagship model. Major leap in reasoning, coding, and instruction following over GPT-4o. Powers ChatGPT P...
View ToolDeepSeek's reasoning-first model built for agents. First model to integrate thinking directly into tool use. Ships along...
View ToolCatch broken SKILL.md files in CI before they hit your team.
View AppSpec out AI agents, run them overnight, wake up to a verified GitHub repo.
View AppLog workouts, meals, and habits in plain English. Your progress shows up as a GitHub-style heatmap.
View AppRun each teammate in its own tmux or iTerm2 pane.
Claude CodeInstall Ollama and LM Studio, pull your first model, and run AI locally for coding, chat, and automation - with zero cloud dependency.
Getting StartedFull GitHub CLI support for automated PR and issue workflows.
Claude Code
Learn The Fundamentals Of Becoming An AI Engineer On Scrimba; https://v2.scrimba.com/the-ai-engineer-path-c02v?via=developersdigest Introducing GitHub Spark and Exciting GitHub Copilot Updates!...

Introducing Continue: The Open Source Alternative to GitHub Copilot for Coding The video introduces 'Continue,' an open source alternative to GitHub Copilot, designed to enhance coding with...

#Github #GithubCopilot #GitHubCopilotChat #VSCode #ProgrammingWorkflow #CodeProductivity In this video, we dive into GitHub Copilot Chat in VS Code, exploring its powerful capabilities and...

Uber burned through its entire 2026 AI tools budget by April. Microsoft is canceling Claude Code licenses company-wide....

GitHub Copilot switched to AI Credits billing on June 1 - here is what the change means for your team's budget, how Copi...

GitHub's June Copilot review updates point to a practical policy stack for agent-authored pull requests: validation, rev...

GitHub's Copilot cloud agent updates are not just about autonomous coding. The bigger shift is usage metrics, session vi...

GitHub Copilot is moving from autocomplete into asynchronous coding agents, terminal workflows, MCP, skills, and model c...

GitHub Actions added a $/ prefix that resolves a same-repository action or reusable workflow at the exact commit being r...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.