News

GitHub Copilot Chat Beta Opens Up for Everybody

GitHub Copilot Chat has taken another step toward general availability, as GitHub announced a beta offering previously accessible only by team/business customers is now available to individuals.

The tool is an evolution of the original AI-powered "AI pair programmer" that debuted back in 2021 from Microsoft-owned GitHub and started Microsoft's huge Copilot-themed AI assistant push throughout its software. It also helped jump-start the industry forward along with advanced generative AI constructs like ChatGPT from Microsoft partner OpenAI.

GitHub Copilot Chat basically brings together the tech of the original Copilot coding assistant and ChatGPT.

Working in both Visual Studio Code and the Visual Studio 2022 via extensions, it leverages advanced natural language processing (NLP) to provide answers and support in natural language from supported editors/IDEs without requiring developers to navigate documentation or search online forums. Eliminating such context switching, GitHub said, streamlines the development process and helps developers maintain their focus and momentum. It also can suggest code snippets, tips and solutions tailored to specific coding challenges.

[Click on image for larger, animated GIF view.] GitHub Copilot Chat in Animated Action (source: GitHub).

GitHub in March offered a private preview for Visual Studio 2022 and a beta to GitHub Copilot for Business users in July.

Today (Sept. 20), it announced the beta for individual users.

"Integrated together, GitHub Copilot Chat and the GitHub Copilot pair programmer form a powerful AI-assistant capable of helping every developer build at the speed of their minds in the natural language of their choice," GitHub said. "We believe this cohesion will form the new centerpiece of the software development experience, fundamentally reducing boilerplate work and designating natural language as a new universal programming language for every developer on the planet."

In the age of rampant ransomware and other cyber threats, one benefit of the tool is the ability to suggest security patches in order to enhance the overall security of open source projects, which GitHub dubbed "pretty exciting news for the developer community."

Other features detailed by GitHub include:

  • Real-time guidance. GitHub Copilot Chat can suggest best practices, tips, and solutions tailored to specific coding challenges -- all in real time. Developers can use GitHub Copilot Chat to learn a new language or upskill at speed.
  • Code analysis. With GitHub Copilot Chat, you can break down complex concepts and get explanations of code snippets.
  • Fixing security issues. GitHub Copilot Chat can make suggestions for remediation and help reduce the number of vulnerabilities found during security scans.
  • Simple troubleshooting. Trying to debug code? GitHub Copilot Chat not only identifies issues, but also offers suggestions, explanations, and alternative approaches.

To put the tool through its beta paces, users must have an active GitHub Copilot subscription, and VS Code users must have the latest addition and be signed into VS Code with the same GitHub ID that has access to GitHub Copilot.

At this point, the VS Code tool (950K downloads) is being used much more than the Visual Studio 2022 tool, downloaded about 92,600 times.

More information is available in GitHub's "Using GitHub Copilot Chat" documentation.

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube