GitHub Copilot CLI: Custom Agents and Delegation

GitHub Copilot CLI: Use custom agents and delegate to Copilot coding agent Two Key Points 1. In addition to defining agents under .github/agents in a repository or in the {org}/.github repository, GitHub Copilot CLI will recognize custom agent configurations in ~/.copilot/agents. You can explicitly invoke an agent interactively with the /agent slash command. Your custom agents are also made available as tools to Copilot, and the model will start a new agentic loop using a relevant custom agent when necessary. See More: https://lnkd.in/eu6FcxJR 2. Copilot coding agent is our asynchronous, autonomous background agent. Running the /delegate TASK-DESCRIPTION slash command from GitHub Copilot CLI will commit any unstaged changes to a new branch. After that, Copilot coding agent will open a draft pull request, make changes in the background, and then request a review from you. Copilot will provide a link to the pull request and its coding agent’s session in your terminal once this process begins. See More: https://lnkd.in/eKN_F5xp Complete Blog: https://lnkd.in/etD8iRjV

  • No alternative text description for this image

To view or add a comment, sign in

Explore content categories