Browse All GitHub Copilot Content (509)
GitHub announces that the GitHub Copilot desktop app is now available across every plan, including Copilot Free and GitHub Education, and highlights agentic coding sessions plus bring-your-own-key support for custom AI model providers.
Napalys Klicius explains why migrating Copilot code review to shared Unix-style exploration tools (grep, glob, view) initially increased cost and reduced useful findings, and how rewriting tool instructions to match a reviewer’s diff-first workflow delivered about 20% lower average review cost without hurting quality.
GitHub recaps this week’s developer news, including the general availability of the GitHub Copilot app (now supporting free and education plans plus bring-your-own-key), GitHub Issue Fields reaching general availability, and quick updates on new ECMAScript JavaScript methods and the new HTTP QUERY method.
Allison announces an update to GitHub Mobile that adds improved filtering and sorting for GitHub Copilot sessions, helping developers find active, completed, and needs-attention sessions more quickly as their session list grows.
Hidde de Smet breaks down why spec-driven development can either reduce risk or quietly add “delivery debt”, especially in regulated environments. He outlines six common process cost centers, a three-lane model (full/light/no-spec), and a small set of KPIs to tell when structure is paying off.
Fokko at Work demos selected updates in Visual Studio Code 1.128 that affect GitHub Copilot, including configuring the default utility model for BYOK and notes on how enterprise policies and pricing plans can change which features are available.
Carlotta Castelluccio demonstrates how to build a hosted, coded AI agent in VS Code using GitHub Copilot CLI and a Microsoft Foundry Skill, then walks through the workflow to test and deploy it for a social media management scenario.
Mika Dumont introduces an interactive upgrade canvas in the GitHub Copilot app that lets teams track a .NET modernization end-to-end, from assessment and planning through execution, code changes, build failures, and final results, with the same upgrade workflow available in Visual Studio, VS Code, and the Copilot CLI.
Allison announces the rollout of OpenAI’s GPT-5.6 model family (Sol, Terra, and Luna) in GitHub Copilot, including what each variant is best suited for, where you can select them, and what admins need to enable for Business and Enterprise plans.
Microsoft Developer recaps the 2026 updates shipped across SQL Server, Azure SQL, and SQL database in Fabric, highlighting security, tooling, and developer workflow changes announced around SQLCon/FabCon and Microsoft Build 2026.
GitHub introduces Bring Your Own Key (BYOK) support in the GitHub Copilot app, showing how to connect custom model providers, run local models with Ollama, and switch models from the model picker across all Copilot plans.
Allison announces a GitHub Copilot Chat feature on github.com that generates a high-level overview of a repository you’re visiting for the first time, summarizing the repo’s purpose, technologies used, and contribution guidelines, with an option to generate a README when one doesn’t exist.
David Pine explains how the .NET Aspire team uses GitHub Agentic Workflows to turn merged product pull requests into SME-reviewed documentation pull requests in a separate repo, while keeping security tight through a “safe-outputs” contract and narrowly scoped GitHub App permissions.
Allison announces enterprise-managed OpenTelemetry export controls for GitHub Copilot in VS Code and Copilot CLI, letting organizations centrally mandate OTLP endpoints, protocols, resource attributes, and capture settings without relying on per-developer OTEL_* environment variables.
Allison announces general availability of device-level deployment for managed GitHub Copilot settings in VS Code and GitHub Copilot CLI, enabling enterprise admins to enforce consistent Copilot governance via MDM, configuration files, or server-managed settings.
GitHub explains how to control GitHub Copilot costs in large organizations by mapping enterprise teams to cost centers, configuring AI credit pools, and applying user-level spending caps with per-user overrides for power users.
Jakub Oleksy’s June 2026 GitHub availability report summarizes six production incidents (including Copilot outages) and the reliability work behind GitHub’s ongoing Azure migration, with concrete mitigations like dependency pinning, stronger config validation, improved traffic blocking, and tighter production access controls.
Allison summarizes the June/early July 2026 Visual Studio Code releases (v1.123–v1.127) focused on GitHub Copilot: integrated browser upgrades for agent-driven web validation, better organization for parallel agent sessions, clearer cost and token visibility, easier model-provider discovery via Marketplace, and more hands-off Autopilot behavior.
Katie Savage announces a free, instructor-led virtual training series starting July 16 that introduces the GitHub Copilot app and its agent-driven workflow, including setup, custom instructions, MCPs, and features like Agent Merge and Canvases for tracking work.
Arvind Shyamsundar explains how an AI-assisted real-world build ran into an unexpected challenge, and how pairing GitHub Copilot with hands-on developer judgment helped reach a secure solution.
Bruno Borges walks through using GitHub Copilot CLI plus a community Namecheap skill to publish a GitHub Pages site on a custom domain with HTTPS, without manually editing DNS records. The post shows the end-to-end flow: create the repo and site, enable registrar API access, apply the required A/CNAME records, and verify resolution and HTTP health.
Allison announces a GitHub Mobile update that lets developers kick off Copilot cloud agent from a pull request to resolve merge conflicts, helping unblock PRs while away from a desktop workflow.
Allison announces an update to GitHub Mobile that adds live notifications for remote GitHub Copilot CLI sessions, so developers can monitor coding agent progress, see when input is needed, and jump back into session logs from their phone.
Allison announces new GitHub Copilot usage metrics API fields that let enterprises and organizations compare pull request review speed and review-cycle counts across AI adoption phases, helping teams measure how Copilot adoption correlates with code review throughput.
Allison announces updates to GitHub Copilot for JetBrains IDEs, including Codex as a new agent provider (public preview), expanded agent customization features (Hooks and MCP server management), and new controls for approvals, permissions, and debugging across agentic sessions.
Allison announces that Kimi K2.7 Code is now available to GitHub Copilot Business and Copilot Enterprise customers, including how admins can enable it and what to consider before turning on an open-weight model.
Burke Holland introduces Kimi K2.7 Code by Moonshot AI as the first open-weight model available in the GitHub Copilot model picker, and shows how to enable it and evaluate its agentic coding performance using a full product requirements document.
Allison announces that GitHub Enterprise Cloud admins can now set per-user AI credit budgets for cost centers directly in the billing UI, matching controls that previously required the REST API.
Gaurav Bhardwaj shares a practical guide to keeping GitHub Copilot costs predictable under usage-based billing, focusing on token drivers, model selection, and workflow habits that reduce waste without giving up the benefits of AI-assisted development.
Allison announces that the GitHub Copilot app is now available across all Copilot plans, enabling agent-driven development from a desktop app on macOS, Windows, and Linux, with support for signing in via GitHub or running sessions using your own model provider key.
Allison announces that the Copilot Billing Preview app will be retired on August 3, 2026, and points teams to GitHub’s built-in billing settings for tracking GitHub Copilot spend, budgets, and AI usage details.
John Savill recaps the major Microsoft AI updates from June 2026, spanning new model availability on Azure, Azure AI Foundry capabilities (agents, evaluations, tracing, memory), and GitHub Copilot updates including a desktop app and an SDK.
Waldek Mastykarz shares results from running 150 agent tasks comparing Claude Sonnet 4.6 vs Sonnet 5 inside GitHub Copilot Chat in VS Code, showing how “cheaper per token” can still mean higher costs, higher variance, and worse output quality depending on the workload.
Connor Peet explains how VS Code’s Agent Host Protocol changes the way coding agents run and stay connected, moving beyond window-bound local agents to sessions that can persist, sync state across machines, and support remote, long-running workflows.
kinfey explains why “token economics” has become a core architecture concern for agentic AI systems, using GitHub Copilot’s shift to usage-based billing as a concrete framing. The post breaks down practical engineering techniques—compression, caching, routing, and short-term memory—and shows how to evaluate cost, quality, and reliability together.
Welcome to this week's GitHub Copilot roundup, where the story is equal parts model churn and operational control. New model options landed (Claude Sonnet 5 and Kimi K2.7 Code GA, Claude Opus 4.8 fast mode preview) while GitHub signaled upcoming removals for Gemini 2.5 Pro and Gemini 3 Flash, making policy audits and fallback planning a practical admin task. In the IDE, Copilot keeps pushing into agent workflows with vision attachments, browser tools in VS Code, and JetBrains support via ACP, backed by better session UX and usage visibility. On the governance side, managed-settings.json, cost-center budgets, session streaming, and CLI/SDK credit limits make it easier to enforce guardrails while still letting teams use agents in editors, CI, and tool-driven workflows.
The VS Code Team shares results from a two-week production experiment with OpenAI that tuned the GPT-5.5 system prompt used by the VS Code coding harness. It explains the prompt variants tested, the metrics used to judge quality vs speed/cost, and why the winning prompt became the new default.
GitHub introduces GitHub Copilot code review “medium depth” reviews (public preview), showing how the higher-reasoning review mode can produce longer, more thorough pull request feedback for complex logic and security-sensitive changes, and how admins can enable it at the repository or organization level.
John Savill shares a short weekly roundup of Azure changes and announcements from 3rd July 2026, including VM restore point improvements, new blob integrity capabilities, storage migration updates, PostgreSQL tooling, Azure AI Foundry news (including Claude models), GitHub Copilot model updates, and quantum-safe security items.
Randy Pagels shares three practical habits for getting more reliable results from GitHub Copilot: start with intent, ask for multiple options, and explicitly review assumptions before accepting generated code.