Files
nexus/wiki/entities/GitHubCopilot.md
2026-05-03 05:42:12 +08:00

23 lines
664 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: "GitHub Copilot"
type: entity
tags: []
last_updated: 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`