Browse All GitHub Copilot Content (416)

Leon Welicki explains how Power Platform is positioning existing Power Apps (canvas, model-driven, and code apps) for “agentic” workflows, including how agents integrate into apps, how Microsoft 365 Copilot can surface app fragments via MCP, and how developer tools like GitHub Copilot plug into the same managed platform.
Videos
Allison announces improvements to GitHub Copilot code review comments in pull requests, aimed at making feedback easier to scan and act on with severity labels and grouped suggestions to reduce repetitive noise.
News
Allison announces that April usage reports are now available so GitHub Copilot admins and individual users can estimate how activity maps to AI credits ahead of the June 1 move to usage-based billing, including known gaps and data-quality issues in the report.
News
Natalie Guevara announces updates to GitHub Copilot’s individual plans ahead of the June 1, 2026 move to usage-based billing, including new “flex allotments” for Pro and Pro+ and a new Max plan for higher-volume usage.
News

Customize Copilot Modernization Tasks

Sandra Ahlgrimm explains how to customize GitHub Copilot’s modernization task lists so teams can modernize legacy Java apps safely: set constraints, split risky upgrades into smaller reviewable steps, validate the current state first, and ensure Copilot surfaces CVEs without making silent changes.
Videos
Lee Reilly explains how he used GitHub Copilot CLI—especially /delegate—to build “GitHub Dungeons”, a GitHub CLI extension that turns any repository into a terminal roguelike. The post covers the core idea (seeded by commit SHA), how Copilot’s agent workflow fit into iteration, and the BSP approach used for dungeon generation.
News
kinfey explains why AI agents running model-generated code need stronger isolation than standard containers, then walks through deploying a GitHub Copilot SDK agent on AKS using Kata Containers (kata-vm-isolation) plus layered hardening like seccomp, NetworkPolicy egress allowlists, and deny-by-default tool permissions.
Community
osmancokakoglu announces the winners of the AI Dev Days Hackathon and summarizes the projects and the Microsoft stack they used, including Azure AI Foundry, Azure OpenAI models, and the Microsoft Agent Framework, plus common Azure services and DevOps practices used to ship production-grade agentic apps.
Community

Modernize Databases for the Cloud

Sandra Ahlgrimm demonstrates an end-to-end database migration for a Java application, moving from Oracle DB to PostgreSQL using the GitHub Copilot app modernization extension in IntelliJ, including dependency and configuration updates, bug fixes during setup, and manual verification before and after the migration.
Videos
Kedasha Kerr explains what open source is and walks beginners through finding beginner-friendly repositories on GitHub, evaluating whether a project is well maintained, and making a first contribution using a fork-and-pull-request workflow (with an example prompt for GitHub Copilot Chat).
News
Jesse Houwing breaks down why GitHub Copilot is moving from Premium Request Units to token-based, usage-based billing, and what that means for model selection, cost predictability, and newer features like Agent Mode, Cloud Coding Agent, and Copilot Code Review—especially for organizations managing budgets and policies.
Blogs
SagarPatra explains how enterprise QA teams can use GitHub Copilot to reduce the mechanical overhead of writing and maintaining automated tests, while keeping trust through human review, governance, and intentional test design that supports reliable regression cycles.
Community
This roundup tracks a clear shift from agent capability to agent governance: more context, more observability, and more policy controls across Copilot, VS Code, and the CLI. On the platform side, Microsoft tightened the path from prototype to production with .NET agent building blocks, Azure AI Foundry deployment patterns, and data governance improvements that make RAG and operations easier to standardize. We also cover the less flashy work that keeps systems dependable at scale, including Fabric and Databricks operational updates, GitHub migration and ruleset changes, and security research that keeps token theft, privilege escalation, and supply chain risk in focus.
Roundups
Allison announces that Grok Code Fast 1 will be deprecated across GitHub Copilot experiences on May 15, 2026, and outlines what Copilot Enterprise admins need to do to ensure alternative models are available for users.
News
Allison announces an update to the GitHub Copilot usage metrics API that adds a breakdown of Copilot code review suggestions by comment type, helping enterprises and organizations understand what kinds of review feedback Copilot generates and how often developers apply it.
News
shwetayadav explains how index-based Terraform for_each keys can trigger destructive disk churn on Azure, and shows a safer migration approach using stable keys plus terraform state mv, with a reusable GitHub Copilot skill to generate deterministic state-move commands.
Community
Yoshio Terada shares a real-world Java modernization story: migrating a Java 5 / Struts 1.3 monolith to Java 21 and Spring Boot in about two days using GitHub Copilot’s app modernization tooling, with a strong focus on planning, custom instructions, and verification to keep AI-driven changes reliable.
Videos
mscagliola shows how to use GitHub Copilot skills for spec-driven development, turning a Medallion Architecture blog post into a repeatable repo that generates Terraform for Azure platform setup and Databricks bundle files for workloads, while enforcing strict placeholder/TODO rules to avoid invented environment values.
Community

Getting More from Every Copilot Interaction

Marco Olivo, Francesco Lana, and Andrea Griffiths share practical GitHub Copilot best practices for the usage-based billing era, focusing on getting more useful, code-first answers while keeping costs under control by scoping context and choosing the right interaction mode.
Videos
GitHub shares how Michael Babcock at the American Council of the Blind used GitHub Copilot alongside the JAWS screen reader to build an accessible desktop app that automates weekly administrative work and helps manage a large volume of community events.
Videos
Allison announces new “Agents” secrets and variables for Copilot cloud agent, enabling org-level configuration and finer repository access control so teams can roll out shared settings (like registry tokens or MCP server config) across many repos without duplicating Actions environment setup.
News
SagarPatra explains how their QA team used GitHub Copilot as a practical assistant for test design, automation scaffolding, and maintenance work, while keeping human review and responsible AI practices non-negotiable.
Community

Upcoming deprecation of GPT-4.1

Allison announces that GPT-4.1 will be deprecated across GitHub Copilot experiences on 2026-06-01, and points teams to GPT-5.5 as the suggested replacement. The post highlights where admins may need to adjust Copilot Enterprise model policies so the alternative model is available in Copilot Chat.
News
Rob Bos shares a real-world GitHub Copilot CLI mishap where an unintended Copilot CLI extension caused repeated prompts to close GitHub deployment-status notifications, and explains how he tracked down the source and removed it.
Blogs
Landon Cox explains how GitHub instrumented GitHub Agentic Workflows to track LLM token usage in CI, then used automated “auditor” and “optimizer” workflows to reduce costs. The post covers token-usage logging, MCP tool pruning, replacing MCP calls with GitHub CLI steps, and an “Effective Tokens” metric to compare savings across models.
News

Claude Sonnet 4 deprecated

Allison announces that Claude Sonnet 4 was deprecated across GitHub Copilot on May 6, 2026, and points teams to Claude Sonnet 4.6 as the replacement, with notes for Copilot Enterprise admins on enabling alternative models via model policies.
News
Fokko at Work demos selected new features in Visual Studio Code 1.119 with a focus on GitHub Copilot, including sharing browser tabs with agents and OpenTelemetry tracing for agent sessions, plus a quick look at other updates and rollout constraints like enterprise policies and plan differences.
Videos
Andrea Griffiths shares a practical checklist for reviewing agent-generated pull requests, focusing on where AI-written changes tend to hide risk: weakened CI, duplicated utilities, subtle logic bugs that still pass tests, and unsafe LLM-powered workflows that can turn untrusted input into executed commands.
News
Steven Bucher announces the public preview of the Azure Resource Manager MCP Server, a remote MCP server that lets AI agents query and operate on Azure resources via Azure Resource Manager and Azure Resource Graph, including generating KQL queries from natural language and deploying ARM templates from within VS Code.
Community

VS Code Release Highlights - April 2026

Reynald Adolphe walks through the April 2026 Visual Studio Code release highlights, focusing on the new Agents Window, tools for evaluating chat customizations, and updates to GitHub Copilot for CLI including “thinking effort” and remote control features.
Videos
Microsoft Developer demonstrates how to connect GitHub Copilot to the Unity Editor using Model Context Protocol (MCP), then uses prompts to build a playable Unity prototype with C#/.NET. The video focuses on setup, permissions, agents/skills, debugging common workflow issues, and practical best practices for AI-assisted game development.
Videos
Sandra Ahlgrimm demonstrates how the GitHub Copilot app modernization extension in IntelliJ can upgrade a legacy Java application by generating an upgrade plan, applying changes in milestones, running tests, validating CVEs, and checking for behavior changes while you supervise the process.
Videos
Juan Montes reports on how Porsche Cup Brasil built an AI-assisted crash analysis and telemetry workflow on Microsoft platforms, cutting damage assessment time and improving race operations with human-in-the-loop validation.
News
Allison announces expanded model support for Rubber Duck in GitHub Copilot CLI, enabling cross-model “second opinion” reviews by pairing GPT and Claude models depending on which model is orchestrating the session.
News
hcamposu introduces the Logic Apps Migration Agent, an open-source, AI-assisted approach for migrating BizTalk Server (and other integration platforms) to Azure Logic Apps Standard, with a structured workflow, human review checkpoints, and a code-first experience via VS Code and GitHub Copilot.
Community
Microsoft Developer introduces Quest to Compile, a new show where two game-dev siblings explore modern game development in the .NET ecosystem, from fundamentals like gameplay code and debugging to practical workflows like Git version control and AI-assisted coding with GitHub Copilot.
Videos
Ayan Gupta demonstrates how to use the GitHub Copilot app modernization extension to assess a legacy Java codebase and produce an actionable modernization plan, including cloud readiness findings, Java upgrade issues, CVEs, and coverage insights.
Videos
Allison announces a public preview for enterprise-managed plugins in GitHub Copilot CLI, letting admins centrally define plugin marketplaces, auto-install plugins, and enforce baseline standards (including hooks and MCP configuration) across Copilot CLI users in an enterprise.
News
Gaurav Mittal explains how to validate GitHub Copilot Coding Agent runs in CI when agent behavior is non-deterministic, by building an independent “trust layer” that checks essential outcomes instead of brittle step-by-step scripts.
News
Reynald Adolphe introduces VS Code customization features for Copilot Agent Mode, including custom instructions, agent skills, custom agents, hooks, and prompt files, then demonstrates how they fit together while building an app from scratch.
Videos

Rejoining the server...

Rejoin failed... trying again in seconds.

Failed to rejoin.
Please retry or reload the page.

The session has been paused by the server.

Failed to resume the session.
Please reload the page.