Skip to main content

About third-party agents

You can incorporate coding agents into your development workflows on GitHub.

Who can use this feature?

Third-party agents are available in the GitHub Copilot Pro+ and GitHub Copilot Enterprise plans.
Sign up for Copilot

Note

Third-party coding agents are currently in public preview.

Introduction

You can use third-party coding agents alongside Copilot coding agent to work asynchronously on your development tasks. You can assign an existing issue or give a prompt to an agent, which will work on the required changes and create a pull request. When the agent finishes, it will request a review from you, and you can leave pull request comments to ask the agent to iterate.

Coding agents are subject to the same security protections, mitigations, and limitations as Copilot coding agent. To learn more about how you can use coding agents, see About GitHub Copilot coding agent.

Where you can use coding agents

You can kick off tasks with coding agents in the following locations:

  • The Agents tab: Select an agent under the prompt box in the Agents tab, then kick off a new task and watch the agent get to work on a pull request.
  • Issues: Assign the agent to an existing issue in a repository.
  • Pull requests: Mention @AGENT_NAME in a comment on an existing pull request to ask it to make changes.
  • On GitHub Mobile: From the Home view, click to start a new agent session.
  • In Visual Studio Code: Start a new session in the chat view, or delegate an existing session to a different agent.

Making coding agents available

Note

  • Third-party agents are available in the GitHub Copilot Pro+ and GitHub Copilot Enterprise plans.

Before you can assign tasks to coding agents, they must be enabled. If you are a GitHub Copilot Pro+ subscriber, see Managing GitHub Copilot policies as an individual subscriber.

For GitHub Copilot Business and GitHub Copilot Enterprise subscribers, the ability to use Copilot coding agent is controlled by policy settings defined at the organization level. See Managing policies and features for GitHub Copilot in your organization.

If the organization is owned by an enterprise, enablement may be controlled at the enterprise level. See Managing policies and features for GitHub Copilot in your enterprise.

Supported coding agents

The following third-party agents are supported on GitHub:

Usage costs

Coding agents consume GitHub Actions minutes and GitHub Copilot premium requests. Each agent session consumes one premium request.

Within your monthly usage allowance for GitHub Actions and premium requests, you can ask agents to work on coding tasks without incurring any additional costs.

For more information, see GitHub Copilot licenses.

Next steps