Skip to main content

Como usar extensões do GitHub Copilot

Você pode usar GitHub Copilot Extensions para interagir com ferramentas externas no GitHub Copilot Chat.

Quem pode usar esse recurso?

Para usar Copilot Extensions, você deve estar inscrito no beta público limitado.

Todos os usuários registrados com uma assinatura do GitHub Copilot Individual podem usar Copilot Extensions.

Para organizações ou empresas com uma assinatura do Copilot Business ou do Copilot Enterprise, proprietários de organização e administradores de empresa podem conceder acesso a Copilot Extensions.

Note

GitHub Copilot Extensions are in limited public beta and subject to change.

About using GitHub Copilot Extensions

Copilot Extensions work the same way across all Copilot Chat interfaces where Copilot Extensions are available. Copilot Extensions are available in:

  • Copilot Chat in Visual Studio
  • Copilot Chat in Visual Studio Code
  • Copilot Chat in GitHub.com (with a Copilot Enterprise subscription)

If you have a Copilot Individual subscription, you need to install a Copilot Extension before you can use the extension in Copilot Chat. See "Installing GitHub Copilot Extensions for your personal account."

If you have access to Copilot through a Copilot Business or Copilot Enterprise subscription, an organization owner needs to install Copilot Extensions for your organization. See "Installing GitHub Copilot Extensions for your organization."

Using GitHub Copilot Extensions

  1. To start using a Copilot Extension, open any of the following Copilot Chat interfaces:

  2. To see a list of all Copilot Extensions available in your Copilot Chat conversation, in the Copilot Chat text box, type @.

    Note

    If you are using Copilot Chat in an IDE, and you or your organization owner install a Copilot Extension while your IDE is open, you need to restart your IDE to begin using the Copilot Extension.

  3. In the list of available Copilot Extensions, click the one you want to use.

  4. To begin interacting with the Copilot Extension, in the Copilot Chat text box, ask the extension to answer a question or perform an action, then press Enter. For each new request, be sure to include @EXTENSION-NAME at the beginning of your sentence.

    • If you did not install the Copilot Extension yourself, and it is your first time using the Copilot Extension, you will be asked to authorize the extension. See "Authorizing GitHub Apps."
    • If you ask a Copilot Extension to perform an action, you need to confirm the extension has your permission to act on your behalf before it will complete the task. After carefully reviewing the proposed action, in the confirmation dialog, click Allow or Dismiss.

Tips for using GitHub Copilot Extensions

  • When you are using a Copilot Extension, consider how you would interact with the tool outside of Copilot Chat, then use natural language to ask questions and assign tasks that integrate the capabilities of the tool with GitHub. For example, Sentry is an application monitoring software with a Copilot Extension. The following are some example prompts for the Sentry extension for GitHub Copilot:

    • @sentry list my most recent issues
    • @sentry tell me more about issue ISSUE-ID-OR-ISSUE-LINK
    • @sentry create a GitHub issue for the most recent Sentry issue and assign it to @DEVELOPER

    For information on the best ways to use a specific Copilot Extension, read the description of the extension on GitHub Marketplace.

  • Interactions with one Copilot Extension will never be shared with another Copilot Extension. To interact with different Copilot Extensions in an IDE, change the @EXTENSION-NAME at the beginning of each sentence. Interactions with different extensions will appear in the same Copilot Chat window, but the conversations themselves are automatically separated.

    To interact with different Copilot Extensions on GitHub.com, you need to start a new conversation for each extension by clicking at the top of the Copilot Chat window.