GitHub Copilot Enterprise reaches general availability
GitHub has announced the general availability of GitHub Copilot Enterprise, bringing organization-specific AI assistance to developers. The enterprise tier extends GitHub Copilot beyond autocomplete in the editor, adding chat directly into GitHub.com and codebase-aware assistance across the platform.
The release targets a common pain point for development teams: locating and applying institutional knowledge. Without easy access to how an organization has solved problems before, developers spend time deciphering existing code rather than shipping new functionality. Copilot Enterprise aims to surface that knowledge contextually, with three core capabilities:
- Codebase comprehension. Developers can ask natural-language questions about private and public code, get summaries of specific repositories or files, and receive guidance on how existing code behaves. This supports faster onboarding for junior developers, helps senior engineers investigate live incidents, and assists with modernizing legacy codebases.
- Organizational knowledge retrieval. Chat is integrated directly into GitHub.com, allowing developers to ask questions and receive answers that point to relevant documentation or existing solutions within their own codebase. Responses are tailored to the organization's specific standards and practices.
- Faster pull request reviews. Copilot Enterprise generates PR summaries and analyzes pull request diffs, letting reviewers quickly understand proposed changes and focus their time on providing substantive feedback.
Expanded context with Bing search
In addition to internal knowledge, GitHub Copilot Enterprise now integrates Bing search into Copilot Chat, available in beta. This enables developers to pull up-to-date, software-development-related information — such as recent changes to CSS or JavaScript frameworks — without leaving the chat interface.
GitHub emphasizes that privacy and security controls remain consistent with its broader Copilot offerings. The company states it does not use private repositories, prompts, or suggestions to train the machine learning models powering its products unless an organization expressly opts in (for example, with custom models).
Accenture study: productivity gains measured
GitHub collaborated with Accenture to measure the impact of GitHub Copilot in a real-world enterprise environment. The research, conducted while Copilot was available primarily as an editor autocomplete, found meaningful developer productivity gains:
- 94% of developers reported that Copilot helped them stay in the flow and reduce effort on repetitive tasks; 90% spent less time searching for information.
- Developers retained 88% of code suggested by Copilot in the editor, and roughly 90% committed code containing Copilot suggestions.
- 90% said they wrote better code with Copilot, and about 95% learned from its suggestions.
GitHub positions Copilot Enterprise as building on these results by adding organizational customization on top of the existing editor-based assistant.
Pricing and availability
GitHub Copilot Enterprise is available now at $39 per user per month. The product is designed to integrate with GitHub Enterprise, the company's end-to-end developer platform, and brings generative AI to stages across the software lifecycle — from code comprehension and bug fixing to code review. GitHub says the enterprise tier is intended for organizations of any size that want AI assistance customized to their specific codebase and standards.



