Live
Consistent Management of Distributed Hybrid Infrastructure with Azure Arc and Azure LocalMulti‑Agent LLM Pipeline Automates Stale Feature Flag CleanupMariaDB 13.0 GA introduces procedural SQL extensions, Oracle compatibility, and richer observability for modern workloadsProgrammatic Management of Code Coverage Ruleset via GitHub REST APIAI‑driven exploit automation forces new safeguards for image pipelines and SSO token scopesGPU‑aware inference routing with SageMaker HyperPod Inference GatewayGitHub Copilot model deprecation on Oct 19 2026: migration steps for AI and DevOps teamsAutomating SageMaker Hugging Face Deployments with Agent SkillsConsistent Management of Distributed Hybrid Infrastructure with Azure Arc and Azure LocalMulti‑Agent LLM Pipeline Automates Stale Feature Flag CleanupMariaDB 13.0 GA introduces procedural SQL extensions, Oracle compatibility, and richer observability for modern workloadsProgrammatic Management of Code Coverage Ruleset via GitHub REST APIAI‑driven exploit automation forces new safeguards for image pipelines and SSO token scopesGPU‑aware inference routing with SageMaker HyperPod Inference GatewayGitHub Copilot model deprecation on Oct 19 2026: migration steps for AI and DevOps teamsAutomating SageMaker Hugging Face Deployments with Agent Skills
GitHub

Copilot adds tiered model selection, richer review automation, and VS Code agent upgrades for engineering teams

AI SummaryPowered by AI

GitHub Copilot added model‑selection tiers, code‑review automation, usage metrics, budgeting controls, and VS Code agent enhancements. These updates give engineers finer cost‑quality control, clearer operational insight, and tighter integration with existing development environments.

GitHub Copilot introduced a set of updates that affect model selection, code‑review automation, usage reporting, budgeting, and VS Code agent workflows. These changes touch the day‑to‑day tooling of AI engineers, platform teams, and SREs who rely on Copilot for code generation, review assistance, and incident triage.

Model selection tiers and cost‑quality balance

Auto‑model selection now offers three explicit tiers—efficiency, balance, and intelligence. Each tier influences how the service weighs cost, output quality, and latency, while still drawing from the same pool of underlying models. The option is being rolled out across the VS Code extension, the Copilot CLI, and the desktop Copilot app, giving teams the ability to align model behaviour with budget constraints or performance goals without changing the underlying model set.

Code‑review workflow enhancements

Copilot’s review assistant now automatically marks comments that have been addressed in later review cycles as resolved, keeping only open feedback visible. When a suggestion is accepted, Copilot proposes a commit message, streamlining the finalisation step. Review sessions can invoke shell tools to validate changes, and the “Lite” review mode aggregates findings from multiple agents, reducing noise while preserving coverage.

Operational visibility and budgeting controls

Business and Enterprise customers receive new usage metrics in the VS Code Agents window, including daily active users, session counts, and per‑user message totals. These metrics are separate from the editor‑window counters and are now generally available. Organizations can also enable or disable repository‑property suggestions via a Copilot policy, and they can request additional AI credit budgets when limits are hit. Owners and billing managers can approve, adjust, or deny these requests in settings, with approved budgets instantly restoring credit access. This budgeting flow is limited to Business and Enterprise plans with usage‑based billing and is not offered to enterprises that manage users centrally.

Agent and VS Code integration updates

Agents can now run inside local Dev Containers, allowing them to use the project’s own toolchain and dependencies. The feature requires Docker and a supported Dev Container configuration and is being rolled out gradually. An opt‑in preview automatically marks sessions as “Done” once all associated pull requests merge, with optional deletion after a configurable grace period. Additionally, agents can create pull requests directly from the Agents window, letting users review titles and descriptions, set draft status, or delegate the creation to the agent without leaving the interface.

Related CloudNinjas coverage: AI engineering.

What This Means For Practitioners

Teams should evaluate which model tier aligns with their cost targets and latency expectations, and adjust policies accordingly. Review pipelines can be tightened by relying on automatic comment resolution and commit‑message suggestions, while still preserving manual validation via shell tools. The new metrics provide a clearer picture of Copilot adoption, useful for capacity planning and cost governance. Finally, the Dev Container support and session‑cleanup preview reduce environment drift and resource sprawl, but require Docker readiness and policy decisions around automatic deletion.

Originally published atGitHub Changelog