Update nexus wiki content
This commit is contained in:
@@ -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`)
|
||||
|
||||
Reference in New Issue
Block a user