跳到主内容
AIHO 2026 全新改版上线
TOOL · CODING #11/11IDE 插件
G

Github Copilot

访问官网
01 / 01深度解读

title: "GitHub Copilot" seoTitle: "GitHub Copilot 评测 2026:微软 AI 编程助手,VS Code 集成,Copilot Chat 功能" slug: "coding/copilot/github-copilot" domestic: false free: true pillar: "coding" category: "copilot" tagline: "AI Copilot 鼻祖,VS Code / JetBrains / Neovim 全家桶覆盖" description: "GitHub Copilot 真实评测:微软+OpenAI 出品的 IDE 插件鼻祖,覆盖 VS Code / JetBrains / Neovim / Visual Studio。Copilot Chat、Agent Mode、Coding Agent、Copilot CLI 新终端界面、Agent Finder 多模型资源发现一应俱全。AIHO 编辑部基于官方文档与多份评测整理。" website: "https://github.com/features/copilot" github: "https://github.com/features/copilot" pricing: "Free / Pro $10/mo / Pro+ $39/mo / Max $100/mo / Business $19 seat / Enterprise $39 seat" platforms: windows, macos, linux languages: zh, en chinese_friendly: 3 opensource: false self_host: false api_compatible: models: "claude-sonnet-5", "gpt-5.6", "kimi-k2.7-code", "gemini-3-pro", "haiku-4.5" score: power: 4 ux: 5 price: 4 cn_support: 3 stability: 5 tags: copilot, vscode, jetbrains, github, agent-mode, coding-agent alternatives: "coding/ide/cursor", "coding/ide/windsurf", "coding/cli/cline", "coding/agent/continue" verdict: "插件生态最稳的选择,免费档大方,国内用稳定代理 + GitHub 账号即可。Agent Mode 已经能跟 Cursor 掰手腕,Coding Agent 能直接在 GitHub 上跑后台 PR。" priceTable:

lastVerified: 2026-08-02 relatedReviews: "cursor-deep-review", "windsurf-deep-review", "cline-deep-review"


TL;DR

一句话: AI 编程的"出厂选项"。2021 年随 VS Code 首发,2025-02 Agent Mode GA、2025-09 Coding Agent GA、2025 全年支持 MCP,到 2026 Q2 已经从"补全工具"演化成 完整 Agent 平台——补全、对话、Agent Mode、后台 Coding Agent 一站全有。

最大优势是 生态最稳 + 免费档大方(2000 次补全/月)+ 学生/开源免费 Pro。代价是 国内门槛:账号 + 网络 + 支付。

2026-07 最新变化:① 自 2026-06-01 起转 AI Credits 按量计费(1 credit = $0.01),基础订阅价不变,单行补全 & Next Edit 仍免费不计费,仅 Chat/Agent/PR 评审/CLI/超长上下文消耗 credits;② Kimi K2.7 Code 成为首个开源权重可选模型(7-01 Pro/Pro+/Max,7-07 Business/Enterprise 需管理员开启);③ GPT-5.6(Sol/Terra/Luna)7-09 全 IDE 上线;④ Codex 作为公测 Agent provider 进入 JetBrains(7-07),JetBrains Inline Chat GA。

来源说明:本文基于 github.com 官方页面、docs.github.com 企业版文档、github.blog 公告、第三方评测(augmentcode / tossitt / 4geeks)综合整理。Copilot 定价 2026 多次调整(社区报告 2026-04 起新增 credit 制),请以最新官方页面为准。

核心特性

三大形态:Completion / Chat / Agent

  • Code Completion:开山立派的能力,AI 在你写代码时给 inline 建议
  • Copilot Chat:侧边栏对话,问"这段代码什么意思"、"帮我写个 SQL"
  • Agent Mode(2025-02 在 VS Code GA):自主多文件编辑,可调工具、跑测试、看结果调整
  • Coding Agent(2025-09 GA):在 GitHub 网页 / 移动端把 issue 派给 Copilot,它在云端 Actions 环境里改代码、开 PR 等你 review
  • Copilot CLI 新终端界面(2026-06-23 GA):Tabbed TUI、Issues/PRs/Gists 标签页、内置 /mcp add/skills/plugin/settings
  • Agent Finder(2026-06-17 发布):基于开放 ARD(Agentic Resource Discovery)规范,按任务动态发现可用资源 / MCP / 私有 registry,避免一开始把所有工具塞进上下文

Agent Mode 详解

GitHub Blog 公告 描述的 Agent Mode 能力:

  • 跨文件自主编辑(不需要你一个个 @ 文件)
  • 调用 terminal 跑测试 / linter
  • MCP 服务集成(2025-04 起 public preview,VS Code / JetBrains / Xcode 都支持)
  • 支持 Claude Opus 4.6 / Sonnet 4.6 / GPT-5 / Gemini 2.5 Pro 等多模型按需切

4geeks.com 2025 评测

"GitHub Copilot supports MCP (Model Context Protocol) servers in VS Code, JetBrains, and Xcode, available in Agent Mode. Users can connect MCP tools directly from the Copilot panel."

Coding Agent(云端后台 PR 生成)

GitHub 官方文档 描述的 Coding Agent:

  • 从 GitHub Issues、VS Code、GitHub.com agent 界面、PR 评论、安全告警任一入口指派
  • GitHub Actions 临时开发环境里跑(不占你本地)
  • 完成后开 PR,附完整 commit / 测试输出 / 工作日志
  • 你只 review + merge

支持版本:Pro / Pro+ / Business / Enterprise(Free 不含)

Copilot CLI(2026 新终端界面 GA)

2026-06-23,GitHub 将新版 Copilot CLI terminal interface 推到 GA。它已经不只是 gh copilot suggestgh copilot explain 这种「自然语言 → shell 命令」工具,而是更接近一个终端里的 Copilot 工作台。

关键变化:

  • Tabbed TUI:Session / Gists / Issues / Pull Requests 标签页,当前目录是 GitHub repo 时自动显示 issue / PR。
  • 引用工作项:在 Issues / PRs tab 高亮条目后按 c,可以把该 issue / PR 直接塞进 prompt,让 Copilot 调查、修复或 review。
  • 内置配置/mcp add/mcp search/skills/plugin/settings 都可以在会话中完成,不再手写配置文件。
  • 无障碍主题/theme 支持 default / dim / high-contrast / colorblind,并自动检测 screen reader。
copilot update
copilot

Agent Finder:资源发现开始标准化

2026-06-17,GitHub 推出 Agent Finder。它解决的是 2026 年 Agent 工具链的新问题:工具、MCP、skills、私有 registry 越来越多,如果每次都预加载,context 会爆;如果都手动接,开发者又会被配置淹没。

Agent Finder 的思路是:

  1. 用户用自然语言描述任务。
  2. Copilot 到公开 catalog 或企业私有 registry 里搜索资源。
  3. 返回 ranked matches。
  4. 用户确认后,Copilot 再按需加载对应工具 / skill。

GitHub 表示它实现了开放的 ARD(Agentic Resource Discovery)spec,并与 Google、GoDaddy、Hugging Face、Microsoft 协作制定。这个方向值得关注:MCP 解决「连工具」,ARD 解决「怎么发现该连哪个工具」。

AI Credits 按量计费(2026-06-01 正式启用)

2026-06-01 起,Copilot 全面转向 AI Credits 按量计费(1 credit = $0.01),取代原 PRU(Premium Request Units)。核心逻辑:

  • 基础订阅价不变:Pro $10(含 $10 credits)、Pro+ $39(含 $39)、Business $19(含 $19)、Enterprise $39(含 $39)
  • 单行补全 & Next Edit 仍免费不计费——轻度用户体验和成本几乎不变
  • Chat / Agent / PR 评审 / CLI / 超长上下文 消耗 credits
  • 取消 fallback;新增企业 / 成本中心 / 用户级预算管控 + pooled usage(额度池化)
  • Business/Enterprise 6-8 月有促销额度($30 / $70);code review 另计 Actions 分钟
项目是否消耗 credits
单行补全❌ 免费
Next Edit 建议❌ 免费
Chat 对话✅ 计费
Agent 任务✅ 计费
PR 评审 / CLI✅ 计费
超长上下文✅ 计费

模型阵营大扩容Kimi K2.7 Code(1T 总参 / 32B 激活 MoE,256K 上下文,Modified MIT)GA 7-01,是 Copilot 首个开源权重可选模型(Azure 托管);GPT-5.6 家族 7-09 全 IDE 上线;Codex 作为公测 Agent provider 进入 JetBrains(7-07)。

价格与运行成本

官方 Plans 页 2026 Q2 公开数据:

档位价格关键点
Free$02000 补全/月,Haiku 4.5 + GPT-5 mini,含 Copilot CLI,无需信用卡
Pro$10/月无限补全 + Cloud agent + Code review + 第三方 agent(Claude Code / Codex)+ $15 credits
Pro+$39/月Pro + Opus 等 premium 模型 + 4x usage + $70 credits
Max$100/月Pro+ 2.9x + 优先新模型 + $200 credits
Business$19/seat/月组织管理 + Copilot 策略 + 全代码库语义索引
Enterprise$39/seat/月Business + Enterprise 索引 + 优先模型

重要福利

  • 学生免费GitHub Student Developer Pack 认证后直接拿 Pro
  • 开源维护者免费:维护流行开源项目(star 数 + 活跃度门槛)可申请免费 Pro
  • 教师免费:通过 GitHub Education 认证

上手 3 分钟

# VS Code:扩展市场搜 "GitHub Copilot" 装上即可
# JetBrains:Plugin Marketplace 搜 Copilot
# Neovim:装 github/copilot.vim 仓库
# Xcode:装 github/CopilotForXcode

# 命令行
brew install gh                  # macOS
winget install GitHub.cli        # Windows
# Linux:参考 cli.github.com

gh auth login                    # 登录 GitHub
gh extension install github/gh-copilot
gh copilot suggest "重启 docker 并清理缓存"

IDE 中:登录 GitHub 账号 → 同意订阅 → 直接用。Free 档不需要任何信用卡。

国内使用注意事项

  1. 账号:注册 GitHub 即可,国内号 ok,但偶发要海外手机验证
  2. 网络:插件 push / pull 走 api.github.com 和 copilot-proxy.githubusercontent.com,国内必须有稳定代理,否则补全卡顿到不可用
  3. 支付:Pro 付款渠道有限——Apple 礼品卡(macOS)、Google Play(Android)、海外卡。第三方代付方案少
  4. 替代路径:用 Cline / Continue + 国产模型,国内体验更顺畅

与同类怎么选

维度GitHub CopilotCursorWindsurfCline
形态插件(VS Code/JetBrains 等)AI-first IDEAI-first IDEVS Code 扩展
多 IDE 覆盖★★★★★★★☆☆☆ 仅自家★★☆☆☆ 仅自家★★★★☆
补全速度★★★★☆★★★★☆★★★★★★★★☆☆
Agent 模式★★★★☆ Agent Mode★★★★★ Composer★★★★★ Cascade★★★★☆
云端后台 Agent★★★★★ Coding Agent⚠️ Bug bot
模型选择★★★★★ 多家★★★★☆★★★★☆★★★★★ BYOK
企业合规★★★★★ SOC2/ISO★★★★☆★★★☆☆★★★☆☆
免费档★★★★☆ 2000/月★★★☆☆★★★★☆完全免费(自带 API)
国内门槛

怎么选

  • 公司发账号 / 团队 → GitHub Copilot Business
  • 个人海外 + 想要稳定生态 → Pro $10/月
  • 追求 IDE 级 Agent 激进度Cursor / Windsurf
  • 国内 / 完全自主可控Cline / Continue + 国产模型

避坑清单

  • AI Credits 制下重度 Agent 用户要算账:单行补全和 Next Edit 免费,但 Chat/Agent/PR 评审都计费,Sol 级模型一次复杂 agent 任务可能耗掉不少 credits,重度使用建议用企业版的预算管控 + 额度池化
  • Kimi K2.7 默认关(企业版):Business/Enterprise 需管理员在后台开启才能选用 Kimi K2.7 Code
  • Coding Agent 跑在 Actions 上:你的 Actions minutes 会被消耗,免费仓库够用,私有仓库要注意账单
  • Agent Mode 默认权限要 review:第一次跑会让你授权"能改文件 / 能跑命令",团队建议设置 .github/copilot-instructions.md 把规则成文
  • 不要把 OPENAI_API_KEY 暴露:Copilot 自带模型供给,不需要你的 API key
  • 国内首次激活有"需要海外手机"的概率事件:失败时换网络环境或换手机号
  • JetBrains 插件偶发崩溃:IDE 端体验略落后 VS Code,遇到崩溃先升 plugin 版本
  • Agent Finder 不等于自动装工具:它只负责发现和推荐,企业管理员仍应控制允许的 registry;不要把未知 MCP server 直接接进生产仓库
  • Pro+ / Max 是个人订阅,不能给团队共享:要团队就上 Business

适合 / 不适合

✅ 适合:

  • 已经全员在 GitHub 的团队(开 Business 最省事)
  • 个人海外开发者,重视生态稳定
  • 学生 / 开源维护者(薅免费 Pro)
  • 多 IDE 切换的开发者(VS Code + JetBrains + Neovim)
  • 需要"issue → PR"自动化流程

❌ 不适合:

相关阅读

来源

本卡片由 AIHO 编辑部根据官方公开资料与第三方评测整理。所有事实点均标注来源;如发现价格 / 模型 / 功能与最新官方信息不一致,请通过 反馈邮箱 反馈。

Newsletter

关注这个工具的后续更新

订阅 AIHO 周报,第一时间获取该工具版本更新、定价变动与重新评测结果。