참고
Third-party coding agents are currently in 공개 미리 보기.
Introduction
You can use third-party coding agents alongside Copilot 클라우드 에이전트 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 클라우드 에이전트. To learn more about how you can use coding agents, see GitHub Copilot 클라우드 에이전트 정보.
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_NAMEin 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
Before you can assign tasks to coding agents on GitHub, they must be enabled in your account policies.
- For GitHub Copilot Pro, GitHub Copilot Pro+, and GitHub Copilot Max subscribers, see GitHub Copilot 정책을 개별 구독자로 관리.
- For GitHub Copilot Business and GitHub Copilot Enterprise subscribers, see 조직의 GitHub Copilot 대한 정책 및 기능 관리 or 기업에서 GitHub Copilot에 대한 정책 및 기능 관리.
These policies do not apply to local agents in Visual Studio Code. To configure agent settings in Visual Studio Code, see Types of agents in the Visual Studio Code documentation. To adjust enterprise agent settings in Visual Studio Code, see Enable or disable the use of agents in the Visual Studio Code documentation.
Supported coding agents
The following third-party agents are supported on GitHub:
AI models for third-party agents
When starting a task with a third-party agent, you can select the AI model used by the agent. You may find that different models perform better, or provide more useful responses, depending on the type of task. For help deciding which model to use, see AI 모델 비교.
You can also select Auto, which allows Copilot 자동 모델 선택 to choose the best available model on your behalf. See 정보 Copilot자동 모델 선택.
The following models are available for each agent:
OpenAI Codex
- Auto
- GPT-5.2-Codex
- GPT-5.3-Codex
- GPT-5.4
- GPT-5.4 nano
Anthropic Claude
- Auto
- 클로드 오푸스 4.5
- 클로드 작품 4.6
- 클로드 오푸스 4.7
- 클로드 소넷 4.5
- 클로드 소네트 4.6
Usage costs
Coding agents consume GitHub Actions minutes and AI credits. Each agent session consumes AI credits based on the model used and the number of tokens processed.
Within your included GitHub Actions minutes and AI credits, you can use agents without incurring additional costs. See 조직 및 기업에 대한 사용량 기반 청구.
Partner agents
When enabling partner agents in your user or organization Copilot 클라우드 에이전트 settings, a GitHub App will be installed for the corresponding agent.
- Allow Claude coding agent will install
anthropic code agent - Allow Codex coding agent will install
openai code agent
Actions taken by these GitHub Apps will be visible in your audit log, but the GitHub Apps themselves will not be visible in your account's list of GitHub App installations.
Next steps
- To start managing agents, see 에이전트 세션 관리.
- To learn how AI models are hosted and served, see GitHub Copilot 위한 모델 호스팅.