664 B
664 B
title, type, tags, last_updated
| title | type | tags | last_updated |
|---|---|---|---|
| GitHub Copilot | entity | 2026-04-29 |
Aliases
- Copilot
- GitHub Copilot Chat
Overview
GitHub Copilot 是微软/GitHub 的 AI 编程助手。The Agency 的 Agent 可直接复制到 ~/.github/agents/ 和 ~/.copilot/agents/,无需转换,与 Claude Code 并列为原生支持 .md 格式的工具。
Key Facts
- Agent 格式:
.md(原生支持) - 安装路径:
~/.github/agents/、~/.copilot/agents/ - 安装命令:
./scripts/install.sh --tool copilot - 自动发现:Copilot 自动扫描配置目录
Sources
- OpenCode Integration(
Agent/agency-agents/integrations/README.md)