Weekly GitHub Copilot Roundup: Agents, Models, and Automation
This week’s Copilot release centers on new developer assistant features and Copilot’s evolution as a platform. The focus is on more flexible agent workflows, expanded automation, and productivity controls, alongside easier model selection and improved support for teams throughout the development lifecycle.
GitHub Agentic Workflows: AI-Powered Automation Within GitHub Actions
Agentic Workflows are now available as an intent-based way to automate tasks on GitHub. Instead of managing manual scripts and event triggers, developers describe their objectives in natural language or Markdown, and AI agents such as Copilot, Claude, and Codex implement tasks while respecting security and compliance policies. There’s a technical overview showing setup info and how workflows tie in with GitHub Actions pipelines for safe automation, from PR reviews to CI fixes.
This draws from last week’s work on agent collaboration and VS Code automation—now extending those features to pipelines and repo-level management. Agent coordination, previously in IDE tools and Agent HQ, is now supporting automation tasks in Actions too. With Copilot, Claude, and Codex available together, the workflow moves toward declarative repo automation instead of script-heavy processes.
Another new capability is the open-source gh aw CLI extension, which lets you create Markdown-based workflows—without learning YAML. Debugging tools are available in VS Code, on the web, and in the CLI. Security is a core part of the design: all actions are sandboxed, read-only by default, and explicit writes are audited. Over 50 workflow templates help teams get started fast. Community cooperation among GitHub Next, Microsoft Research, and Azure specialists is driving the open-source roadmap. Early users are invited to provide input.
- Introducing GitHub Agentic Workflows: Intent-Driven Repository Automation
- GitHub Agentic Workflows: Automate Repository Tasks with AI Agents
- Automate Repository Tasks with GitHub Agentic Workflows
Expanded Model Selection and AI Integration Across Copilot Platforms
Model selection is now built into core Copilot workflows. New guides explain Copilot model choices—like GPT‑4.1, GPT‑5, Claude Sonnet, Haiku, Codex, and more—offering details on task suitability, cost, resource management, and enterprise policies. An “Auto” mode lets Copilot select a model automatically. Model selection is now on mobile: GitHub Mobile introduces a model picker for Pro users, including Anthropic and Codex models, on iOS and Android. Last week Copilot added speed and more choices with Claude Opus 4.6 and faster selection, and those controls are now unified across web, IDEs, and mobile. Ongoing infrastructure updates for enterprise and self-hosted runners reflect adjustments to Copilot’s security and network patterns.
- Choosing the Right Model in GitHub Copilot: A Practical Guide for Developers
- Network Configuration Updates for Copilot Coding Agent with GitHub Actions and Azure
- GitHub Mobile Adds Model Picker for Copilot Coding Agent
New Features and Productivity Tools in Visual Studio, JetBrains, and Copilot Ecosystem
Visual Studio’s Copilot integration gets a new find_symbol tool in Chat Agent Mode—supporting in-depth symbol navigation, refactoring, and code review across C++, C#, Razor, TypeScript, and LSP-based languages. The tool offers smarter search and safer refactorings, and expands for user testing via the Insiders program. As noted last week, Copilot’s unit test generation for .NET has advanced and is now generally available in Visual Studio 2026. Copilot automates test writing, coverage checks, and validation, building on pilot customer feedback. For JetBrains IDE users, the Copilot plugin now has Agent Skills public preview, better onboarding, and inline chat improvements. Projects built with IntelliJ IDEA, PyCharm, or WebStorm gain improved automation, better UI, and new controls for using agent skills within team environments.
- Unlock Language-Specific Rich Symbol Context with the New find_symbol Tool in Visual Studio Copilot Chat
- GitHub Copilot Testing for .NET: AI-Powered Unit Tests in Visual Studio 2026
- New Features and Improvements in GitHub Copilot for JetBrains IDEs
- Visualize Workflows and Architecture with Mermaid Charts in Visual Studio 2026
Copilot Models and Agent Framework Updates
OpenAI GPT-5.3-Codex is now generally available in Copilot Pro, Pro+, Business, and Enterprise plans, providing improved code generation, benchmarks, and better support for complex tasks. Business and Enterprise users can enable access through their organization, with support in VS Code, CLI, web, and mobile. The update supports more advanced automation, especially for larger teams and those with custom infrastructure. Following last week’s Fast Mode rollout for Claude Opus 4.6, GPT-5.3-Codex continues to expand model and automation choices. There’s ongoing work in VS Code around “subagents,” which can now run in parallel and keep context separate, building on last week’s updates around multi-agent reviews and more sophisticated automation.
- GPT-5.3-Codex Now Available in GitHub Copilot
- Subagents in VS Code: Parallel Execution and Context Isolation Explained
AI-Powered Workflows in Practice: Modernization, Case Studies, and Community Upskilling
Microsoft showcases Copilot, Azure Migrate, and Azure Copilot as tools that remove legacy blockers for moving and modernizing applications, complementing last week’s focus on .NET upgrade assistance and agent-driven modernization paths. A featured case study explores building a university clinic web app for less than $10 using Copilot Pro, Azure, and VS Code. The coverage emphasizes technical feasibility, cost control, secure builds, and how Copilot-generated scripts streamline automation. Agents League has launched a two-week AI agent development challenge using Copilot SDK, Foundry, and Copilot Studio. Events include coding battles, templates, and badges, following the recently expanded community event schedule. This effort is designed to grow best practices and enable more developers to contribute agent workflows. GitHub’s partnership with Andela highlights Copilot certification and structured training as a way for global tech talent to learn and compete.
- Modernizing for the AI Era: Accelerating Application Transformation with Agentic Tools
- Building a Professional Clinic Web App with GitHub Copilot and Azure SQL for Under $10
- Agents League: Build AI Agents with Microsoft Tools in a Two-Week Challenge
- How Global Tech Talent Is Advancing with GitHub Copilot
Other GitHub Copilot News
Operational reliability remains a priority for the Copilot team. The January Availability Report outlines recent Copilot incidents, root causes, and fixes. Status Page improvements add a 90-day incident record, detailed outage information, and better regional view. New CI/CD reports now clearly list the impact to runners and models, providing more transparency. These observations carry over from last week’s emphasis on improved workflow validation, governance practices, and enhanced incident insight for both enterprises and open source Copilot teams.