
GitHub Copilot Comes to Microsoft Teams for Coding Tasks
Teams users can now bring Copilot into conversations to turn requirements and bug reports into code and pull requests.
GitHub Copilot in Microsoft Teams is now in public preview, letting developers bring an AI coding agent directly into team conversations. Microsoft says the integration can use the discussion and repository context to implement changes and create pull requests without requiring developers to move the requirements into another tool.
The GitHub app can be added to Teams channels, group chats, meeting chats, and one-to-one chats. Once connected to a GitHub account and repository, users can @mention GitHub Copilot and describe the work they want it to handle.
What GitHub Copilot in Microsoft Teams Can Do
Microsoft says the preview supports several common development tasks. Teams can use the conversation as the starting context for building a feature, fixing a bug, expanding test coverage, improving documentation, or creating and updating a pull request.
The integration is designed around the discussion that already happened in Teams. Instead of one developer copying requirements into a separate coding agent, teammates can keep refining the request in the same conversation while Copilot works on the repository.
GitHub's documentation says Copilot uses the conversation thread as context for its work. The cloud agent continues asynchronously in a secure cloud sandbox, then posts the result back to Teams when the work is ready.
Saganote recently covered Slack Code bringing AI coding agents into team channels, which follows a similar shift toward running coding agents inside the collaboration tools where development discussions already happen.
Pull Requests Still Go Through GitHub's Controls
The Teams integration does not bypass GitHub's normal repository controls. Microsoft says existing GitHub permissions and repository policies continue to apply, while branch protections and required reviews remain in place.
GitHub's documentation also notes that Copilot can create issues and pull requests from Teams conversations. Users can continue the work from the same thread, giving teammates a shared place to refine the task and review the agent's progress.
For developers comparing coding assistants, Saganote's GitHub Copilot, Cursor, and Tabnine guide provides broader context on where Copilot fits among AI coding tools.
Public Preview Requires Teams and GitHub Access
GitHub Copilot in Microsoft Teams is currently a public preview. GitHub says the integration is available with paid Copilot plans, while users also need a Teams account and Microsoft Teams Public Developer Preview enabled.
The first setup requires installing the GitHub app in Teams and connecting it to a GitHub account. A default repository can be configured, and the agent can then be started by @mentioning GitHub in a conversation.
The move gives GitHub Copilot another entry point for agentic development. Saganote's coverage of Meta's Muse Code coding agent shows how AI coding tools are increasingly moving from code completion toward agents that can take on larger software tasks.
For now, GitHub Copilot in Microsoft Teams remains a preview feature, but it puts code changes, team discussion, and pull-request workflows closer together in a single conversation.