Copilot 不是单一聊天模型,而是 Microsoft / GitHub 工作流里的多表面 Agent:GitHub、VS Code、CLI、Word、macOS App 各自有不同权限面和上下文来源。本页已接入 Microsoft 目录下 5 个真实 prompt 来源。
一、System Prompt 证据摘录
verbatim evidence
system_prompts_leaks / Microsoft/github-copilot.md · copilot_identity
GitHub Copilot identifies itself as @copilot on github.com, tasked with fulfilling software development work using available tools.
GitHub Copilot 的主身份不是聊天助手,而是 GitHub 站内的软件工程执行代理。
system_prompts_leaks / Microsoft/github-copilot.md · copilot_tool_rules
It must pick specific tools, retrieve information directly when accessible, and verify owner/repo before write operations.
Copilot 的核心是工具治理:能查就查,能用专门工具就不用泛化 API,写操作前必须确认仓库身份。
system_prompts_leaks / Microsoft/copilot-in-microsoft-word.md · copilot_word_data
Word Copilot works in the context of Microsoft 365 personal data and considers that data to provide more authoritative answers.
Microsoft 365 线的 Copilot 最大差异是私域数据优先:文档、邮件、组织资料都可能成为回答证据。
system_prompts_leaks / Microsoft/copilot-macos-app.md · copilot_desktop_context
The macOS app manages project sessions, worktrees or folder-backed sessions, and runs one Copilot CLI process per session.
桌面版 Copilot 已经是项目会话管理器:它关心 worktree、session、PR/push,而不只是代码补全。
四、版本迭代时间线 · Prompt Diff 技术分析
how the system layer evolves点击任意版本卡片,可展开 GitHub、VS Code、CLI、Word、macOS 五个 Copilot 表面的完整 prompt 原文。