Update nexus wiki content

This commit is contained in:
2026-05-03 05:42:06 +08:00
parent 90f3811b83
commit 111bc65b7b
707 changed files with 32306 additions and 7289 deletions

View File

@@ -1,18 +1,22 @@
---
title: "GitHubCopilot"
type: entity
tags: []
---
## Identity
GitHub Copilot — GitHub 开发的 AI 编程助手,通过 GitHub 官方集成支持用户自定义 agent。
## Role in Wiki
- 使用 [[AgentFileFormat]] 作为 agent 定义标准
- 通过 [[TheAgency]] 提供 147+ 专业化 agent
- 用户级别全局生效(安装`~/.github/agents/` `~/.copilot/agents/`
## Related
- [[github-copilot]] — 集成文档
- [[AgentFileFormat]] — 支持的文件格式
- [[TheAgency]] — agent 来源
---
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`