LinuxCommandLibrary

gh-agent

GitHub Copilot agent management

TLDR

List available agents

$ gh agent list
copy
Run an agent
$ gh agent run [agent_name]
copy
Get agent info
$ gh agent info [agent_name]
copy

SYNOPSIS

gh agent command [options]

DESCRIPTION

gh agent manages GitHub Copilot agents (extensions). Agents extend Copilot's capabilities with specialized knowledge and tools for specific domains or tasks.
The command provides access to first-party and third-party agents that enhance GitHub Copilot's functionality. Agents can offer expertise in specific programming languages, frameworks, or development workflows, making Copilot more versatile for various development contexts.

SUBCOMMANDS

list

List available agents.
run
Execute an agent.
info
Show agent details.

SEE ALSO

gh-copilot(1), gh(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community