GitHub Copilot CLI v0.0.353 adds custom agents and async task delegation via /delegate.
$ git clone --branch v0.0.353 https://github.com/github/copilot-cli.git # already have the repo? check out this version: $ git checkout v0.0.353
$ gh copilot suggest --agent security-reviewer 'Review this PR for injection vulnerabilities'
$ /delegate Fix all TODO comments in the authentication module - ›Adds
--agent <agent>flag (noninteractive) and/agentslash command (interactive) to explicitly invoke custom agents; agent definitions are loaded from~/.copilot/agents,.github/agentsin the current repo, or the organization's.githubrepository. - ›Adds
/delegateslash command to asynchronously hand off a task to the Copilot coding agent — unstaged changes are committed to a new branch, a PR is opened, and Copilot completes the work in the background.