
TL;DR
Copilot code review's Lite and Balanced effort levels are generally available. Here is what each level does, what it costs in AI credits and Actions minutes, and how to set org-level defaults so review depth matches PR risk.
Direct answer
Copilot code review's Lite and Balanced effort levels are generally available. Here is what each level does, what it costs in AI credits and Actions minutes, and how to set org-level defaults so review depth matches PR risk.
Best for
Developers comparing real tool tradeoffs before choosing a stack.
Covers
Verdict, tradeoffs, pricing signals, workflow fit, and related alternatives.
GitHub made the effort-level controls for Copilot code review generally available on August 7, 2026. The public preview levels Low and Medium are now the GA levels Lite and Balanced, and the feature ships with per-review selection, organization-level defaults, and visible labeling of which level actually ran on each pull request.
For teams running Copilot reviews at scale, this is the first real lever for controlling the cost and depth of AI review instead of treating every PR the same. Here is what changed, what each level actually costs, and how to configure it.
Copilot code review now supports two review effort levels on every plan that includes code review (Pro, Pro+, Max, Business, and Enterprise):
Three behaviors make this usable in practice:
Existing Low and Medium configurations carry forward automatically under the new names, so the rename does not break anyone who configured effort levels during the preview.
From the archive
Aug 8, 2026 • 5 min read
Aug 7, 2026 • 7 min read
Aug 7, 2026 • 7 min read
Aug 7, 2026 • 7 min read
The tradeoff is spelled out in the docs: Balanced reviews use more AI credits and more GitHub Actions minutes than Lite. The reasons are structural:
A Balanced review means a higher-reasoning model spends longer on the whole repository context, not just the diff. GitHub recommends larger or self-hosted runners for Balanced reviews, and larger GitHub-hosted runners bill at a higher per-minute rate. Self-hosted runners do not consume Actions minutes.
This is the same shape as the rest of the agent cost story: the bill is driven by model tier, context size, and runner class. For a team that auto-reviews every PR, switching the default from Lite to Balanced can multiply spend on routine changes without proportionally better feedback. The GA of effort levels is really the GA of a cost control for AI review.
Concrete defaults that map review depth to PR risk:
Copilot code review is increasingly a full agent product rather than a diff scanner. It already gathers full project context, can hand suggested fixes to the Copilot cloud agent as a new PR, and can pull in repository agent skills and MCP servers during review. The effort levels sit on top of that: a way to say how deep the agent should go, per PR, without changing the tooling.
Two adjacent changes landed in the same window. GitHub also shipped MCP allowlists in enterprise managed settings on August 6, which gives admins control over which MCP servers Copilot can touch, and the Copilot impact dashboard added a return on investment section. The theme is consistent: GitHub is spending the summer on the governance layer around agentic review, not just on raw model quality.
The honest caveat still applies: Copilot is not guaranteed to catch everything, and GitHub says to validate its feedback alongside human review. Effort levels tune depth and cost; they do not replace judgment about what a change touches.
Read next
GitHub'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 readA Microsoft Research analysis of 3.2M users and 761M LLM calls shows coding agent traffic is 87% agent-initiated, burns KV cache at turn boundaries, and punishes every tool failure with up to 4x compute.
7 min readOn June 2, 2026, GitHub made the Copilot SDK generally available. It exposes the same agent runtime behind Copilot - planning, tool calls, file edits, streaming, MCP - across TypeScript, Python, Go, .NET, Rust, and Java. Here is what changed at GA and what it means for builders.
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 ToolOpenAI's coding agent for terminal, cloud, IDE, GitHub, Slack, and Linear workflows. Reads repos, edits files, runs comm...
View ToolGives AI agents access to 250+ external tools (GitHub, Slack, Gmail, databases) with managed OAuth. Handles the auth and...
View ToolMac app for running parallel Claude Code, Codex, and Cursor agents in isolated workspaces. Watch every agent work at onc...
View ToolLow, medium, high, xhigh, and max for adaptive reasoning control.
Claude CodeDeep comparison of the top AI agent frameworks - LangGraph, CrewAI, Mastra, CopilotKit, AutoGen, and Claude Code.
AI AgentsSet up Codex Chronicle on macOS, manage permissions, and understand privacy, security, and troubleshooting.
Getting Started
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...

A Microsoft Research analysis of 3.2M users and 761M LLM calls shows coding agent traffic is 87% agent-initiated, burns...

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

Cloudflare's Web Integrity team published the framework behind its agent traffic posture: continuous behavioral trust in...

Cloudflare's Agents Week finale frames agents as a new kind of web visitor with four primitives: readable, discoverable,...

Cloudflare shipped Radar Researcher, a natural-language agent that answers questions about global internet traffic with...

A Huawei-Queen's study finds open coding models fine-tuned under OpenHands degrade sharply under other scaffolds - SWE-L...

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