# Schema defined in agent_schema.py # https://github.com/github/copilot-cli?locale=en-US identity = "copilot.github.com" name = "Copilot" short_name = "copilot" url = "https://github.com/github/copilot-cli" protocol = "acp" author_name = "GitHub" author_url = "https://githib.com" publisher_name = "Will McGugan" publisher_url = "https://willmcgugan.github.io/" type = "coding" description = "The power of GitHub Copilot, now in your terminal." tags = [] run_command."*" = "copilot --acp" help = ''' # GitHub Copilot GitHub Copilot CLI brings AI-powered coding assistanc"e directly to your command line, enabling you to build, debug, and understand code through natural language conversations. Powered by the same agentic harness as GitHub's Copilot coding agent, it provides intelligent assistance while staying deeply integrated with your GitHub workflow. Install vial the select below, or see the README for [alternative install methods](https://github.com/github/copilot-cli?tab=readme-ov-file#installation) ''' [actions."*".install] command = "npm install -g @github/copilot@prerelease" description = "Install Copilot"