James Ding
Feb 19, 2026 18:30
GitHub expands Copilot coding agent to Windows projects, enabling autonomous AI development on Microsoft’s platform with custom runner configurations.
GitHub’s autonomous Copilot coding agent can now run in Windows development environments, expanding the AI tool’s reach beyond its default Linux setup. The update, announced February 18, lets developers working on Windows-targeted projects leverage the same background automation that Linux users have had since the agent’s launch last year.
The coding agent operates asynchronously—you assign it a GitHub Issue or kick off a session through Copilot Chat, and it works independently in an ephemeral environment powered by GitHub Actions. It explores your codebase, runs tests, executes linters, then delivers a draft pull request for review. The pitch: get a green PR on the first try without babysitting the process.
Windows support requires creating a copilot-setup-steps.yml file in your repository with a custom runs-on setting. But there’s a catch worth knowing about.
GitHub’s integrated firewall for the coding agent doesn’t work with Windows environments. The company recommends using self-hosted runners or larger runners with Azure private networking where you can implement your own network controls. For teams with strict security requirements, this adds configuration overhead that Linux users don’t face.
The timing aligns with GitHub’s broader push to make Copilot more flexible. Just eight days earlier, on February 10, the company previewed support for Claude and Codex as alternative LLMs within its Agent HQ platform—a signal that GitHub wants developers choosing their preferred AI models rather than being locked into a single provider.
For development shops maintaining Windows-specific applications, this removes a friction point. The coding agent handles bug fixes, incremental features, test coverage improvements, and documentation updates. Having that automation available in a native Windows environment means fewer workarounds for teams that can’t easily port their build processes to Linux containers.
Configuration documentation is available in GitHub’s docs under “Customizing the development environment for Copilot coding agent.” The feature works across Copilot Pro, Pro+, Business, and Enterprise tiers.
Image source: Shutterstock
Source: https://blockchain.news/news/github-copilot-coding-agent-windows-support