There were two major announcements about GitHub Copilot at the GitHub Universe 2023 conference on Nov 08, 2023.

GitHub Copilot Enterprise account:

  • Copilot personalized for your organization
  • Contains everything in Copilot Business
  • Chat personalized to your codebase
  • Documentation search and summaries
  • Pull request summaries
  • Code review skills
  • Fine-tuned models
  • available in Feb 2024 for 39$ per user/month

Copilot Workspace: [1]

  • Copilot workspace automatically proposes a solution based on its deep understanding of the code base.
  • Builds a step-by-step plan to implement the changes; if something isn’t quite right, the spec and plan are fully editable.
  • With the approval of the plan, Copilot automates the implementation of changes across the repository.
  • Copilot not only synthesizes code but also builds, tests, and validates the success of these changes.
  • This workspace is designed for collaboration. You can edit any of the suggested changes and if you accidentally introduce an error along the way, Copilot will automatically catch it, repair it, and rerun the code.
  • Easy to create a pull request with generated summary of the work to merge and deploy fast.
  • Available in 2024.