[{"data":1,"prerenderedAt":1773},["ShallowReactive",2],{"header-counts":3,"footer-counts":6,"compare-cody-vs-github-copilot":8,"compare-a-cody":9,"compare-b-github-copilot":515},{"tools":4,"reviews":5},98,27,{"tools":4,"reviews":5,"playbooks":7,"news":5},22,null,{"id":10,"title":11,"alternatives":12,"api_compatible":8,"body":16,"category":482,"chinese_friendly":471,"cover":483,"description":484,"domestic":485,"extension":486,"faq":8,"free":485,"github":8,"languages":487,"lastVerified":489,"meta":490,"models":8,"navigation":491,"notSuitable":8,"opensource":491,"path":492,"pillar":493,"platforms":494,"priceTable":8,"pricing":498,"published":499,"relatedPlaybooks":8,"relatedReviews":8,"score":500,"self_host":485,"seo":502,"seoTitle":503,"slug":504,"sources":505,"stem":507,"suitable":8,"tagline":508,"tags":509,"updated":489,"verdict":513,"website":462,"__hash__":514},"tools\u002Ftools\u002Fcoding\u002Fcopilot\u002Fcody.md","Cody (Sourcegraph)",[13,14,15],"coding\u002Fcopilot\u002Fgithub-copilot","coding\u002Fide\u002Fcursor","coding\u002Fcli\u002Fclaude-code",{"type":17,"value":18,"toc":466},"minimark",[19,24,33,36,39,91,94,100,155,158,162,170,187,192,209,212,242,245,345,348,380,384,407,411,417,423,429,432,448,451,456],[20,21,23],"h2",{"id":22},"tldr","TL;DR",[25,26,27,28,32],"p",{},"Cody 是 Sourcegraph 出品的 AI 编程助手，最大卖点不是补全，而是",[29,30,31],"strong",{},"基于代码图谱（code graph）的精准上下文检索","。它能索引整个 monorepo 甚至跨仓库，让 AI 真正\"读懂\"你的代码库后再回答问题、生成代码。免费版就能用，Pro $9\u002F月性价比不错。",[25,34,35],{},"适合：大型代码库（10 万行+）开发者、需要跨仓库代码理解、企业级私有部署团队。不适合：追求极致补全速度的用户（GitHub Copilot 更快）、中文交互需求强的用户、个人小项目开发者。",[20,37,38],{"id":38},"核心能力",[40,41,42,49,55,61,67,73,79,85],"ul",{},[43,44,45,48],"li",{},[29,46,47],{},"代码图谱（code graph）检索","：基于 Sourcegraph 的代码搜索引擎，构建精确的调用关系 \u002F 定义 \u002F 引用图，上下文召回质量远超向量 RAG",[43,50,51,54],{},[29,52,53],{},"跨仓库上下文","：一次问答能横跨多个仓库，适合微服务架构和大型 monorepo",[43,56,57,60],{},[29,58,59],{},"多模型支持","：Claude 3.5 Sonnet、GPT-4o、Sourcegraph 自研模型可选，Pro 用户可自由切换",[43,62,63,66],{},[29,64,65],{},"精确代码引用","：回答中附带的代码片段带文件路径 + 行号，可点击跳转，方便验证",[43,68,69,72],{},[29,70,71],{},"命令（Commands）","：自定义快捷指令，如\"生成单元测试\"\"解释这个函数\"，可配置 prompt 模板",[43,74,75,78],{},[29,76,77],{},"自动上下文收集","：无需手动 @ 文件，Cody 自动根据问题检索最相关代码片段注入上下文",[43,80,81,84],{},[29,82,83],{},"VS Code \u002F JetBrains 双平台","：主流 IDE 都有插件，体验一致",[43,86,87,90],{},[29,88,89],{},"企业版私有部署","：可接自托管 Sourcegraph 实例 + 自选模型，数据不出内网",[20,92,93],{"id":93},"价格",[95,96,97],"blockquote",{},[25,98,99],{},"以下价格为 2026-07-30 查询官网，可能有变动。",[101,102,103,118],"table",{},[104,105,106],"thead",{},[107,108,109,113,115],"tr",{},[110,111,112],"th",{},"方案",[110,114,93],{},[110,116,117],{},"核心限制",[119,120,121,133,144],"tbody",{},[107,122,123,127,130],{},[124,125,126],"td",{},"Free",[124,128,129],{},"$0",[124,131,132],{},"每月 200 次聊天、500 次补全，基础模型",[107,134,135,138,141],{},[124,136,137],{},"Pro",[124,139,140],{},"$9\u002F月",[124,142,143],{},"无限聊天 + 补全，可选 Claude \u002F GPT-4o 等高级模型",[107,145,146,149,152],{},[124,147,148],{},"Enterprise",[124,150,151],{},"联系销售",[124,153,154],{},"自托管、SSO、审计日志、自定义模型",[25,156,157],{},"Free 额度对个人尝鲜够用；Pro 是性价比甜点位，$9 就能用上 Claude 3.5 Sonnet。",[20,159,161],{"id":160},"体验与评测资料整理","体验与评测（资料整理）",[95,163,164],{},[25,165,166,167],{},"说明：本节基于官方文档与公开评测整理，非本站独立实测环境，具体数据请以官方为准。\n",[29,168,169],{},"亮点：",[40,171,172,175,178,181,184],{},[43,173,174],{},"跨仓库代码理解确实是杀手锏：问\"这个 API 在哪些服务被调用\"，Cody 能准确列出所有调用点，Copilot 做不到",[43,176,177],{},"代码图谱检索的上下文质量明显高于 RAG，回答\"瞎编\"的概率低很多",[43,179,180],{},"命令功能实用，团队可以共享 prompt 模板统一代码规范",[43,182,183],{},"免费版额度够个人日常问答，Pro 模型切换流畅",[43,185,186],{},"企业版自托管 + 模型自选，合规性强",[25,188,189],{},[29,190,191],{},"踩坑：",[40,193,194,197,200,203,206],{},[43,195,196],{},"补全速度和准确率不如 GitHub Copilot，补全体验偏弱",[43,198,199],{},"代码图谱首次索引大仓库耗时较长（百万行级 10-30 分钟）",[43,201,202],{},"中文提问偶尔理解偏差，英文 prompt 效果更好",[43,204,205],{},"免费版额度用完后降级体验明显，补全变慢",[43,207,208],{},"偶有索引未及时更新导致引用过时的情况",[20,210,211],{"id":211},"上手",[213,214,215,218,221,224,227,239],"ol",{},[43,216,217],{},"安装 VS Code 或 JetBrains 插件（搜索 \"Sourcegraph Cody\"）",[43,219,220],{},"注册 Sourcegraph 账号，免费版直接可用",[43,222,223],{},"打开项目，Cody 自动开始索引（首次稍等）",[43,225,226],{},"侧边栏打开 Cody Chat，直接用自然语言提问代码相关问题",[43,228,229,230,234,235,238],{},"使用 Commands 快捷指令（如 ",[231,232,233],"code",{},"Test"," 生成测试、",[231,236,237],{},"Explain"," 解释代码）",[43,240,241],{},"需要更多额度 \u002F 高级模型：升级 Pro（$9\u002F月）",[20,243,244],{"id":244},"对比",[101,246,247,263],{},[104,248,249],{},[107,250,251,254,257,260],{},[110,252,253],{},"维度",[110,255,256],{},"Cody",[110,258,259],{},"GitHub Copilot",[110,261,262],{},"Cursor",[119,264,265,279,292,305,319,332],{},[107,266,267,270,273,276],{},[124,268,269],{},"核心优势",[124,271,272],{},"代码图谱检索",[124,274,275],{},"补全速度与准确率",[124,277,278],{},"IDE 级深度集成",[107,280,281,284,287,290],{},[124,282,283],{},"跨仓库理解",[124,285,286],{},"✅ 强",[124,288,289],{},"❌ 弱",[124,291,289],{},[107,293,294,297,300,303],{},[124,295,296],{},"代码补全",[124,298,299],{},"中",[124,301,302],{},"强",[124,304,302],{},[107,306,307,310,313,316],{},[124,308,309],{},"模型选择",[124,311,312],{},"Claude \u002F GPT-4o \u002F 自研",[124,314,315],{},"GPT-4o 系",[124,317,318],{},"Claude \u002F GPT-4o",[107,320,321,323,326,329],{},[124,322,93],{},[124,324,325],{},"Free \u002F $9",[124,327,328],{},"$10\u002F月",[124,330,331],{},"$20\u002F月",[107,333,334,337,340,343],{},[124,335,336],{},"开源",[124,338,339],{},"✅",[124,341,342],{},"❌",[124,344,342],{},[20,346,347],{"id":347},"避坑",[40,349,350,356,362,368,374],{},[43,351,352,355],{},[29,353,354],{},"别拿 Cody 当主力补全工具","：补全不是它的强项，搭配 Copilot 用更合理",[43,357,358,361],{},[29,359,360],{},"大仓库首次索引要耐心等","：别在索引未完成时评价它的回答质量",[43,363,364,367],{},[29,365,366],{},"Free 额度规划好","：200 次聊天很快用完，重度用户直接上 Pro",[43,369,370,373],{},[29,371,372],{},"企业版注意模型延迟","：自托管 + 本地模型推理延迟可能较高，做好网络规划",[43,375,376,379],{},[29,377,378],{},"中文场景用英文提问","：Cody 对中文问题的代码理解准确率不如英文",[20,381,383],{"id":382},"适合-不适合","适合 \u002F 不适合",[40,385,386,389,392,395,398,401,404],{},[43,387,388],{},"✅ 大型代码库（10 万行+）跨仓库代码理解",[43,390,391],{},"✅ 微服务架构，需要追踪 API 跨服务调用",[43,393,394],{},"✅ 企业级私有部署 + 数据合规需求",[43,396,397],{},"✅ 需要精确代码引用和可验证回答",[43,399,400],{},"❌ 追求极致补全体验（用 GitHub Copilot）",[43,402,403],{},"❌ 个人小项目（杀鸡用牛刀）",[43,405,406],{},"❌ 中文为主的交互场景",[20,408,410],{"id":409},"faq","FAQ",[25,412,413,416],{},[29,414,415],{},"Q: Cody 的代码图谱和普通 RAG 有什么区别？","\nA: 普通向量 RAG 靠语义相似度召回，经常漏关键调用关系。Cody 基于 Sourcegraph 的代码搜索引擎构建精确的 AST 级调用图，能追踪定义 → 引用 → 调用链，上下文召回质量高一个量级。",[25,418,419,422],{},[29,420,421],{},"Q: 免费版够用吗？","\nA: 个人轻度使用够。200 次聊天 \u002F 月适合偶尔查代码、问问题。但如果你每天都用 AI 辅助编码，一周就会用完，建议直接上 Pro。",[25,424,425,428],{},[29,426,427],{},"Q: 能否替代 Copilot？","\nA: 不能完全替代。Cody 强在理解和问答，弱在补全。最佳实践是 Cody 做代码理解 + Copilot 做补全，两者互补。",[20,430,431],{"id":431},"相关阅读",[25,433,434,439,440,439,444],{},[435,436,438],"a",{"href":437},"\u002Fcoding\u002Fcopilot\u002Famazon-q.html","Amazon Q Developer"," · ",[435,441,443],{"href":442},"\u002Fcoding\u002Fcopilot\u002Ftabnine.html","Tabnine",[435,445,447],{"href":446},"\u002Fcoding\u002Fcli\u002Fgoose.html","Goose",[20,449,450],{"id":450},"来源",[95,452,453],{},[25,454,455],{},"本文的价格、版本号与性能数据均参考以下官方渠道整理，可能随时间变动，请以官方实时信息为准。",[40,457,458],{},[43,459,460],{},[435,461,465],{"href":462,"rel":463},"https:\u002F\u002Fsourcegraph.com\u002Fcody",[464],"nofollow","官网",{"title":467,"searchDepth":468,"depth":468,"links":469},"",3,[470,472,473,474,475,476,477,478,479,480,481],{"id":22,"depth":471,"text":23},2,{"id":38,"depth":471,"text":38},{"id":93,"depth":471,"text":93},{"id":160,"depth":471,"text":161},{"id":211,"depth":471,"text":211},{"id":244,"depth":471,"text":244},{"id":347,"depth":471,"text":347},{"id":382,"depth":471,"text":383},{"id":409,"depth":471,"text":410},{"id":431,"depth":471,"text":431},{"id":450,"depth":471,"text":450},"copilot","\u002Fimg\u002Ftools\u002Fcody.webp","Cody 真实评测：Sourcegraph 出品的 AI 编程助手，基于代码图谱（code graph）提供跨仓库代码理解 + 上下文问答 + 代码生成。支持 VS Code\u002FJetBrains，Free + Pro $9\u002F月，适合大型代码库跨仓库代码搜索和理解场景。",false,"md",[488],"en","2026-07-30",{},true,"\u002Ftools\u002Fcoding\u002Fcopilot\u002Fcody","coding",[495,496,497],"windows","macos","linux","Free \u002F Pro $9\u002Fmo \u002F Enterprise","2026-07-05",{"power":501,"ux":468,"price":501,"cn_support":471,"stability":468},4,{"title":11,"description":484},"Cody - Sourcegraph AI 编程助手评测 | AIHO","coding\u002Fcopilot\u002Fcody",[506],{"title":465,"url":462},"tools\u002Fcoding\u002Fcopilot\u002Fcody","Sourcegraph 出品，基于代码图谱的 AI 编程助手",[482,510,511,512],"code-search","sourcegraph","opensource","大型单体仓库 + 跨仓库代码理解的首选，代码图谱检索精度碾压 RAG 类工具；补全和生成能力一般，需配合其他工具补齐代码产出。","RmMxc_UwM5y3kSljzEBwnWuxX091c-RS_hbwE4VsLBI",{"id":516,"title":259,"alternatives":517,"api_compatible":521,"body":522,"category":482,"chinese_friendly":468,"cover":1685,"description":1686,"domestic":485,"extension":486,"faq":8,"free":485,"github":1633,"languages":1687,"lastVerified":8,"meta":1689,"models":1690,"navigation":491,"notSuitable":1696,"opensource":485,"path":1700,"pillar":493,"platforms":1701,"priceTable":1702,"pricing":1724,"published":1725,"relatedPlaybooks":8,"relatedReviews":8,"score":1726,"self_host":485,"seo":1727,"seoTitle":1728,"slug":13,"sources":1729,"stem":1756,"suitable":1757,"tagline":1763,"tags":1764,"updated":1770,"verdict":1771,"website":1633,"__hash__":1772},"tools\u002Ftools\u002Fcoding\u002Fcopilot\u002Fgithub-copilot.md",[14,518,519,520],"coding\u002Fide\u002Fwindsurf","coding\u002Fcli\u002Fcline","coding\u002Fagent\u002Fcontinue",[],{"type":17,"value":523,"toc":1666},[524,526,581,586,589,594,645,649,657,671,679,684,688,696,714,717,721,731,734,778,803,807,810,813,827,834,838,849,875,933,944,947,955,1035,1040,1065,1069,1189,1192,1195,1235,1238,1399,1404,1438,1441,1505,1507,1510,1527,1530,1559,1561,1624,1626,1654,1662],[20,525,23],{"id":22},[527,528,533,548,559],"div",{"className":529},[530,531,532],"card","p-5","my-4",[25,534,535,538,539,543,544,547],{},[29,536,537],{},"一句话："," AI 编程的\"出厂选项\"。2021 年随 VS Code 首发，2025-02 Agent Mode GA、2025-09 Coding Agent GA、2025 全年支持 ",[435,540,542],{"href":541},"\u002Fwiki\u002Fmcp.html","MCP","，到 2026 Q2 已经从\"补全工具\"演化成 ",[29,545,546],{},"完整 Agent 平台","——补全、对话、Agent Mode、后台 Coding Agent 一站全有。",[25,549,550,551,554,555,558],{},"最大优势是 ",[29,552,553],{},"生态最稳 + 免费档大方（2000 次补全\u002F月）+ 学生\u002F开源免费 Pro","。代价是 ",[29,556,557],{},"国内门槛","：账号 + 网络 + 支付。",[25,560,561,564,565,568,569,572,573,576,577,580],{},[29,562,563],{},"2026-07 最新变化","：① 自 ",[29,566,567],{},"2026-06-01 起转 AI Credits 按量计费","（1 credit = $0.01），基础订阅价不变，",[29,570,571],{},"单行补全 & Next Edit 仍免费不计费","，仅 Chat\u002FAgent\u002FPR 评审\u002FCLI\u002F超长上下文消耗 credits；② ",[29,574,575],{},"Kimi K2.7 Code"," 成为首个开源权重可选模型（7-01 Pro\u002FPro+\u002FMax，7-07 Business\u002FEnterprise 需管理员开启）；③ ",[29,578,579],{},"GPT-5.6","（Sol\u002FTerra\u002FLuna）7-09 全 IDE 上线；④ Codex 作为公测 Agent provider 进入 JetBrains（7-07），JetBrains Inline Chat GA。",[95,582,583],{},[25,584,585],{},"来源说明：本文基于 github.com 官方页面、docs.github.com 企业版文档、github.blog 公告、第三方评测（augmentcode \u002F tossitt \u002F 4geeks）综合整理。Copilot 定价 2026 多次调整（社区报告 2026-04 起新增 credit 制），请以最新官方页面为准。",[20,587,588],{"id":588},"核心特性",[590,591,593],"h3",{"id":592},"三大形态completion-chat-agent","三大形态：Completion \u002F Chat \u002F Agent",[40,595,596,602,608,614,620,639],{},[43,597,598,601],{},[29,599,600],{},"Code Completion","：开山立派的能力，AI 在你写代码时给 inline 建议",[43,603,604,607],{},[29,605,606],{},"Copilot Chat","：侧边栏对话，问\"这段代码什么意思\"、\"帮我写个 SQL\"",[43,609,610,613],{},[29,611,612],{},"Agent Mode","（2025-02 在 VS Code GA）：自主多文件编辑，可调工具、跑测试、看结果调整",[43,615,616,619],{},[29,617,618],{},"Coding Agent","（2025-09 GA）：在 GitHub 网页 \u002F 移动端把 issue 派给 Copilot，它在云端 Actions 环境里改代码、开 PR 等你 review",[43,621,622,625,626,629,630,629,633,629,636],{},[29,623,624],{},"Copilot CLI 新终端界面","（2026-06-23 GA）：Tabbed TUI、Issues\u002FPRs\u002FGists 标签页、内置 ",[231,627,628],{},"\u002Fmcp add","、",[231,631,632],{},"\u002Fskills",[231,634,635],{},"\u002Fplugin",[231,637,638],{},"\u002Fsettings",[43,640,641,644],{},[29,642,643],{},"Agent Finder","（2026-06-17 发布）：基于开放 ARD（Agentic Resource Discovery）规范，按任务动态发现可用资源 \u002F MCP \u002F 私有 registry，避免一开始把所有工具塞进上下文",[590,646,648],{"id":647},"agent-mode-详解","Agent Mode 详解",[25,650,651,656],{},[435,652,655],{"href":653,"rel":654},"https:\u002F\u002Fgithub.blog\u002Fnews-insights\u002Fproduct-news\u002Fgithub-copilot-coding-agent-is-now-generally-available\u002F",[464],"GitHub Blog 公告"," 描述的 Agent Mode 能力：",[40,658,659,662,665,668],{},[43,660,661],{},"跨文件自主编辑（不需要你一个个 @ 文件）",[43,663,664],{},"调用 terminal 跑测试 \u002F linter",[43,666,667],{},"MCP 服务集成（2025-04 起 public preview，VS Code \u002F JetBrains \u002F Xcode 都支持）",[43,669,670],{},"支持 Claude Opus 4.6 \u002F Sonnet 4.6 \u002F GPT-5 \u002F Gemini 2.5 Pro 等多模型按需切",[25,672,673,678],{},[435,674,677],{"href":675,"rel":676},"https:\u002F\u002Fagents.4geeks.com\u002Fagent\u002Fgithub-copilot",[464],"4geeks.com 2025 评测","：",[95,680,681],{},[25,682,683],{},"\"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.\"",[590,685,687],{"id":686},"coding-agent云端后台-pr-生成","Coding Agent（云端后台 PR 生成）",[25,689,690,695],{},[435,691,694],{"href":692,"rel":693},"https:\u002F\u002Fdocs.github.com\u002F",[464],"GitHub 官方文档"," 描述的 Coding Agent：",[40,697,698,701,708,711],{},[43,699,700],{},"从 GitHub Issues、VS Code、GitHub.com agent 界面、PR 评论、安全告警任一入口指派",[43,702,703,704,707],{},"在 ",[29,705,706],{},"GitHub Actions 临时开发环境","里跑（不占你本地）",[43,709,710],{},"完成后开 PR，附完整 commit \u002F 测试输出 \u002F 工作日志",[43,712,713],{},"你只 review + merge",[25,715,716],{},"支持版本：Pro \u002F Pro+ \u002F Business \u002F Enterprise（Free 不含）",[590,718,720],{"id":719},"copilot-cli2026-新终端界面-ga","Copilot CLI（2026 新终端界面 GA）",[25,722,723,724,629,727,730],{},"2026-06-23，GitHub 将新版 Copilot CLI terminal interface 推到 GA。它已经不只是 ",[231,725,726],{},"gh copilot suggest",[231,728,729],{},"gh copilot explain"," 这种「自然语言 → shell 命令」工具，而是更接近一个终端里的 Copilot 工作台。",[25,732,733],{},"关键变化：",[40,735,736,742,752,769],{},[43,737,738,741],{},[29,739,740],{},"Tabbed TUI","：Session \u002F Gists \u002F Issues \u002F Pull Requests 标签页，当前目录是 GitHub repo 时自动显示 issue \u002F PR。",[43,743,744,747,748,751],{},[29,745,746],{},"引用工作项","：在 Issues \u002F PRs tab 高亮条目后按 ",[231,749,750],{},"c","，可以把该 issue \u002F PR 直接塞进 prompt，让 Copilot 调查、修复或 review。",[43,753,754,678,757,629,759,629,762,629,764,629,766,768],{},[29,755,756],{},"内置配置",[231,758,628],{},[231,760,761],{},"\u002Fmcp search",[231,763,632],{},[231,765,635],{},[231,767,638],{}," 都可以在会话中完成，不再手写配置文件。",[43,770,771,678,774,777],{},[29,772,773],{},"无障碍主题",[231,775,776],{},"\u002Ftheme"," 支持 default \u002F dim \u002F high-contrast \u002F colorblind，并自动检测 screen reader。",[779,780,784],"pre",{"className":781,"code":782,"language":783,"meta":467,"style":467},"language-bash shiki shiki-themes github-light github-dark","copilot update\ncopilot\n","bash",[231,785,786,798],{"__ignoreMap":467},[787,788,791,794],"span",{"class":789,"line":790},"line",1,[787,792,482],{"class":793},"sScJk",[787,795,797],{"class":796},"sZZnC"," update\n",[787,799,800],{"class":789,"line":471},[787,801,802],{"class":793},"copilot\n",[590,804,806],{"id":805},"agent-finder资源发现开始标准化","Agent Finder：资源发现开始标准化",[25,808,809],{},"2026-06-17，GitHub 推出 Agent Finder。它解决的是 2026 年 Agent 工具链的新问题：工具、MCP、skills、私有 registry 越来越多，如果每次都预加载，context 会爆；如果都手动接，开发者又会被配置淹没。",[25,811,812],{},"Agent Finder 的思路是：",[213,814,815,818,821,824],{},[43,816,817],{},"用户用自然语言描述任务。",[43,819,820],{},"Copilot 到公开 catalog 或企业私有 registry 里搜索资源。",[43,822,823],{},"返回 ranked matches。",[43,825,826],{},"用户确认后，Copilot 再按需加载对应工具 \u002F skill。",[25,828,829,830,833],{},"GitHub 表示它实现了开放的 ",[29,831,832],{},"ARD（Agentic Resource Discovery）spec","，并与 Google、GoDaddy、Hugging Face、Microsoft 协作制定。这个方向值得关注：MCP 解决「连工具」，ARD 解决「怎么发现该连哪个工具」。",[590,835,837],{"id":836},"ai-credits-按量计费2026-06-01-正式启用","AI Credits 按量计费（2026-06-01 正式启用）",[25,839,840,841,844,845,848],{},"自 ",[29,842,843],{},"2026-06-01"," 起，Copilot 全面转向 ",[29,846,847],{},"AI Credits 按量计费","（1 credit = $0.01），取代原 PRU（Premium Request Units）。核心逻辑：",[40,850,851,857,862,869,872],{},[43,852,853,856],{},[29,854,855],{},"基础订阅价不变","：Pro $10（含 $10 credits）、Pro+ $39（含 $39）、Business $19（含 $19）、Enterprise $39（含 $39）",[43,858,859,861],{},[29,860,571],{},"——轻度用户体验和成本几乎不变",[43,863,864,865,868],{},"仅 ",[29,866,867],{},"Chat \u002F Agent \u002F PR 评审 \u002F CLI \u002F 超长上下文"," 消耗 credits",[43,870,871],{},"取消 fallback；新增企业 \u002F 成本中心 \u002F 用户级预算管控 + pooled usage（额度池化）",[43,873,874],{},"Business\u002FEnterprise 6-8 月有促销额度（$30 \u002F $70）；code review 另计 Actions 分钟",[101,876,877,887],{},[104,878,879],{},[107,880,881,884],{},[110,882,883],{},"项目",[110,885,886],{},"是否消耗 credits",[119,888,889,897,904,912,919,926],{},[107,890,891,894],{},[124,892,893],{},"单行补全",[124,895,896],{},"❌ 免费",[107,898,899,902],{},[124,900,901],{},"Next Edit 建议",[124,903,896],{},[107,905,906,909],{},[124,907,908],{},"Chat 对话",[124,910,911],{},"✅ 计费",[107,913,914,917],{},[124,915,916],{},"Agent 任务",[124,918,911],{},[107,920,921,924],{},[124,922,923],{},"PR 评审 \u002F CLI",[124,925,911],{},[107,927,928,931],{},[124,929,930],{},"超长上下文",[124,932,911],{},[25,934,935,678,938,940,941,943],{},[29,936,937],{},"模型阵营大扩容",[29,939,575],{},"（1T 总参 \u002F 32B 激活 MoE，256K 上下文，Modified MIT）GA 7-01，是 Copilot 首个开源权重可选模型（Azure 托管）；",[29,942,579],{}," 家族 7-09 全 IDE 上线；Codex 作为公测 Agent provider 进入 JetBrains（7-07）。",[20,945,946],{"id":946},"价格与运行成本",[25,948,949,954],{},[435,950,953],{"href":951,"rel":952},"https:\u002F\u002Fgithub.com\u002Ffeatures\u002Fcopilot\u002Fplans",[464],"官方 Plans 页"," 2026 Q2 公开数据：",[101,956,957,969],{},[104,958,959],{},[107,960,961,964,966],{},[110,962,963],{},"档位",[110,965,93],{},[110,967,968],{},"关键点",[119,970,971,983,992,1003,1014,1025],{},[107,972,973,975,977],{},[124,974,126],{},[124,976,129],{},[124,978,979,980],{},"2000 补全\u002F月，Haiku 4.5 + GPT-5 mini，含 Copilot CLI，",[29,981,982],{},"无需信用卡",[107,984,985,987,989],{},[124,986,137],{},[124,988,328],{},[124,990,991],{},"无限补全 + Cloud agent + Code review + 第三方 agent（Claude Code \u002F Codex）+ $15 credits",[107,993,994,997,1000],{},[124,995,996],{},"Pro+",[124,998,999],{},"$39\u002F月",[124,1001,1002],{},"Pro + Opus 等 premium 模型 + 4x usage + $70 credits",[107,1004,1005,1008,1011],{},[124,1006,1007],{},"Max",[124,1009,1010],{},"$100\u002F月",[124,1012,1013],{},"Pro+ 2.9x + 优先新模型 + $200 credits",[107,1015,1016,1019,1022],{},[124,1017,1018],{},"Business",[124,1020,1021],{},"$19\u002Fseat\u002F月",[124,1023,1024],{},"组织管理 + Copilot 策略 + 全代码库语义索引",[107,1026,1027,1029,1032],{},[124,1028,148],{},[124,1030,1031],{},"$39\u002Fseat\u002F月",[124,1033,1034],{},"Business + Enterprise 索引 + 优先模型",[25,1036,1037,678],{},[29,1038,1039],{},"重要福利",[40,1041,1042,1053,1059],{},[43,1043,1044,678,1047,1052],{},[29,1045,1046],{},"学生免费",[435,1048,1051],{"href":1049,"rel":1050},"https:\u002F\u002Feducation.github.com\u002Fpack",[464],"GitHub Student Developer Pack"," 认证后直接拿 Pro",[43,1054,1055,1058],{},[29,1056,1057],{},"开源维护者免费","：维护流行开源项目（star 数 + 活跃度门槛）可申请免费 Pro",[43,1060,1061,1064],{},[29,1062,1063],{},"教师免费","：通过 GitHub Education 认证",[20,1066,1068],{"id":1067},"上手-3-分钟","上手 3 分钟",[779,1070,1072],{"className":781,"code":1071,"language":783,"meta":467,"style":467},"# VS Code：扩展市场搜 \"GitHub Copilot\" 装上即可\n# JetBrains：Plugin Marketplace 搜 Copilot\n# Neovim：装 github\u002Fcopilot.vim 仓库\n# Xcode：装 github\u002FCopilotForXcode\n\n# 命令行\nbrew install gh                  # macOS\nwinget install GitHub.cli        # Windows\n# Linux：参考 cli.github.com\n\ngh auth login                    # 登录 GitHub\ngh extension install github\u002Fgh-copilot\ngh copilot suggest \"重启 docker 并清理缓存\"\n",[231,1073,1074,1080,1085,1090,1095,1101,1107,1122,1136,1142,1147,1162,1175],{"__ignoreMap":467},[787,1075,1076],{"class":789,"line":790},[787,1077,1079],{"class":1078},"sJ8bj","# VS Code：扩展市场搜 \"GitHub Copilot\" 装上即可\n",[787,1081,1082],{"class":789,"line":471},[787,1083,1084],{"class":1078},"# JetBrains：Plugin Marketplace 搜 Copilot\n",[787,1086,1087],{"class":789,"line":468},[787,1088,1089],{"class":1078},"# Neovim：装 github\u002Fcopilot.vim 仓库\n",[787,1091,1092],{"class":789,"line":501},[787,1093,1094],{"class":1078},"# Xcode：装 github\u002FCopilotForXcode\n",[787,1096,1098],{"class":789,"line":1097},5,[787,1099,1100],{"emptyLinePlaceholder":491},"\n",[787,1102,1104],{"class":789,"line":1103},6,[787,1105,1106],{"class":1078},"# 命令行\n",[787,1108,1110,1113,1116,1119],{"class":789,"line":1109},7,[787,1111,1112],{"class":793},"brew",[787,1114,1115],{"class":796}," install",[787,1117,1118],{"class":796}," gh",[787,1120,1121],{"class":1078},"                  # macOS\n",[787,1123,1125,1128,1130,1133],{"class":789,"line":1124},8,[787,1126,1127],{"class":793},"winget",[787,1129,1115],{"class":796},[787,1131,1132],{"class":796}," GitHub.cli",[787,1134,1135],{"class":1078},"        # Windows\n",[787,1137,1139],{"class":789,"line":1138},9,[787,1140,1141],{"class":1078},"# Linux：参考 cli.github.com\n",[787,1143,1145],{"class":789,"line":1144},10,[787,1146,1100],{"emptyLinePlaceholder":491},[787,1148,1150,1153,1156,1159],{"class":789,"line":1149},11,[787,1151,1152],{"class":793},"gh",[787,1154,1155],{"class":796}," auth",[787,1157,1158],{"class":796}," login",[787,1160,1161],{"class":1078},"                    # 登录 GitHub\n",[787,1163,1165,1167,1170,1172],{"class":789,"line":1164},12,[787,1166,1152],{"class":793},[787,1168,1169],{"class":796}," extension",[787,1171,1115],{"class":796},[787,1173,1174],{"class":796}," github\u002Fgh-copilot\n",[787,1176,1178,1180,1183,1186],{"class":789,"line":1177},13,[787,1179,1152],{"class":793},[787,1181,1182],{"class":796}," copilot",[787,1184,1185],{"class":796}," suggest",[787,1187,1188],{"class":796}," \"重启 docker 并清理缓存\"\n",[25,1190,1191],{},"IDE 中：登录 GitHub 账号 → 同意订阅 → 直接用。Free 档不需要任何信用卡。",[20,1193,1194],{"id":1194},"国内使用注意事项",[213,1196,1197,1203,1213,1219],{},[43,1198,1199,1202],{},[29,1200,1201],{},"账号","：注册 GitHub 即可，国内号 ok，但偶发要海外手机验证",[43,1204,1205,1208,1209,1212],{},[29,1206,1207],{},"网络","：插件 push \u002F pull 走 api.github.com 和 copilot-proxy.githubusercontent.com，国内",[29,1210,1211],{},"必须有稳定代理","，否则补全卡顿到不可用",[43,1214,1215,1218],{},[29,1216,1217],{},"支付","：Pro 付款渠道有限——Apple 礼品卡（macOS）、Google Play（Android）、海外卡。第三方代付方案少",[43,1220,1221,1224,1225,1229,1230,1234],{},[29,1222,1223],{},"替代路径","：用 ",[435,1226,1228],{"href":1227},"\u002Fcoding\u002Fcli\u002Fcline.html","Cline"," \u002F ",[435,1231,1233],{"href":1232},"\u002Fcoding\u002Fagent\u002Fcontinue.html","Continue"," + 国产模型，国内体验更顺畅",[20,1236,1237],{"id":1237},"与同类怎么选",[101,1239,1240,1263],{},[104,1241,1242],{},[107,1243,1244,1246,1248,1253,1259],{},[110,1245,253],{},[110,1247,259],{},[110,1249,1250],{},[435,1251,262],{"href":1252},"\u002Fcoding\u002Fide\u002Fcursor.html",[110,1254,1255],{},[435,1256,1258],{"href":1257},"\u002Fcoding\u002Fide\u002Fwindsurf.html","Windsurf",[110,1260,1261],{},[435,1262,1228],{"href":1227},[119,1264,1265,1281,1297,1311,1327,1342,1356,1370,1385],{},[107,1266,1267,1270,1273,1276,1278],{},[124,1268,1269],{},"形态",[124,1271,1272],{},"插件（VS Code\u002FJetBrains 等）",[124,1274,1275],{},"AI-first IDE",[124,1277,1275],{},[124,1279,1280],{},"VS Code 扩展",[107,1282,1283,1286,1289,1292,1294],{},[124,1284,1285],{},"多 IDE 覆盖",[124,1287,1288],{},"★★★★★",[124,1290,1291],{},"★★☆☆☆ 仅自家",[124,1293,1291],{},[124,1295,1296],{},"★★★★☆",[107,1298,1299,1302,1304,1306,1308],{},[124,1300,1301],{},"补全速度",[124,1303,1296],{},[124,1305,1296],{},[124,1307,1288],{},[124,1309,1310],{},"★★★☆☆",[107,1312,1313,1316,1319,1322,1325],{},[124,1314,1315],{},"Agent 模式",[124,1317,1318],{},"★★★★☆ Agent Mode",[124,1320,1321],{},"★★★★★ Composer",[124,1323,1324],{},"★★★★★ Cascade",[124,1326,1296],{},[107,1328,1329,1332,1335,1338,1340],{},[124,1330,1331],{},"云端后台 Agent",[124,1333,1334],{},"★★★★★ Coding Agent",[124,1336,1337],{},"⚠️ Bug bot",[124,1339,342],{},[124,1341,342],{},[107,1343,1344,1346,1349,1351,1353],{},[124,1345,309],{},[124,1347,1348],{},"★★★★★ 多家",[124,1350,1296],{},[124,1352,1296],{},[124,1354,1355],{},"★★★★★ BYOK",[107,1357,1358,1361,1364,1366,1368],{},[124,1359,1360],{},"企业合规",[124,1362,1363],{},"★★★★★ SOC2\u002FISO",[124,1365,1296],{},[124,1367,1310],{},[124,1369,1310],{},[107,1371,1372,1375,1378,1380,1382],{},[124,1373,1374],{},"免费档",[124,1376,1377],{},"★★★★☆ 2000\u002F月",[124,1379,1310],{},[124,1381,1296],{},[124,1383,1384],{},"完全免费（自带 API）",[107,1386,1387,1389,1392,1394,1396],{},[124,1388,557],{},[124,1390,1391],{},"高",[124,1393,1391],{},[124,1395,1391],{},[124,1397,1398],{},"低",[25,1400,1401,678],{},[29,1402,1403],{},"怎么选",[40,1405,1406,1412,1418,1428],{},[43,1407,1408,1411],{},[29,1409,1410],{},"公司发账号 \u002F 团队"," → GitHub Copilot Business",[43,1413,1414,1417],{},[29,1415,1416],{},"个人海外 + 想要稳定生态"," → Pro $10\u002F月",[43,1419,1420,1423,1424,1229,1426],{},[29,1421,1422],{},"追求 IDE 级 Agent 激进度"," → ",[435,1425,262],{"href":1252},[435,1427,1258],{"href":1257},[43,1429,1430,1423,1433,1229,1435,1437],{},[29,1431,1432],{},"国内 \u002F 完全自主可控",[435,1434,1228],{"href":1227},[435,1436,1233],{"href":1232}," + 国产模型",[20,1439,1440],{"id":1440},"避坑清单",[40,1442,1443,1449,1455,1461,1471,1481,1487,1493,1499],{},[43,1444,1445,1448],{},[29,1446,1447],{},"AI Credits 制下重度 Agent 用户要算账","：单行补全和 Next Edit 免费，但 Chat\u002FAgent\u002FPR 评审都计费，Sol 级模型一次复杂 agent 任务可能耗掉不少 credits，重度使用建议用企业版的预算管控 + 额度池化",[43,1450,1451,1454],{},[29,1452,1453],{},"Kimi K2.7 默认关（企业版）","：Business\u002FEnterprise 需管理员在后台开启才能选用 Kimi K2.7 Code",[43,1456,1457,1460],{},[29,1458,1459],{},"Coding Agent 跑在 Actions 上","：你的 Actions minutes 会被消耗，免费仓库够用，私有仓库要注意账单",[43,1462,1463,1466,1467,1470],{},[29,1464,1465],{},"Agent Mode 默认权限要 review","：第一次跑会让你授权\"能改文件 \u002F 能跑命令\"，团队建议设置 ",[231,1468,1469],{},".github\u002Fcopilot-instructions.md"," 把规则成文",[43,1472,1473,1480],{},[29,1474,1475,1476,1479],{},"不要把 ",[231,1477,1478],{},"OPENAI_API_KEY"," 暴露","：Copilot 自带模型供给，不需要你的 API key",[43,1482,1483,1486],{},[29,1484,1485],{},"国内首次激活有\"需要海外手机\"的概率事件","：失败时换网络环境或换手机号",[43,1488,1489,1492],{},[29,1490,1491],{},"JetBrains 插件偶发崩溃","：IDE 端体验略落后 VS Code，遇到崩溃先升 plugin 版本",[43,1494,1495,1498],{},[29,1496,1497],{},"Agent Finder 不等于自动装工具","：它只负责发现和推荐，企业管理员仍应控制允许的 registry；不要把未知 MCP server 直接接进生产仓库",[43,1500,1501,1504],{},[29,1502,1503],{},"Pro+ \u002F Max 是个人订阅，不能给团队共享","：要团队就上 Business",[20,1506,383],{"id":382},[25,1508,1509],{},"✅ 适合：",[40,1511,1512,1515,1518,1521,1524],{},[43,1513,1514],{},"已经全员在 GitHub 的团队（开 Business 最省事）",[43,1516,1517],{},"个人海外开发者，重视生态稳定",[43,1519,1520],{},"学生 \u002F 开源维护者（薅免费 Pro）",[43,1522,1523],{},"多 IDE 切换的开发者（VS Code + JetBrains + Neovim）",[43,1525,1526],{},"需要\"issue → PR\"自动化流程",[25,1528,1529],{},"❌ 不适合：",[40,1531,1532,1543,1550,1556],{},[43,1533,1534,1535,1229,1539,1542],{},"国内首选 IDE 体验（去 ",[435,1536,1538],{"href":1537},"\u002Fcoding\u002Fide\u002Ftrae.html","Trae",[435,1540,1541],{"href":1252},"Cursor 国内代付","）",[43,1544,1545,1546,1229,1548,1542],{},"想要最激进的多文件 Agent（去 ",[435,1547,262],{"href":1252},[435,1549,1258],{"href":1257},[43,1551,1552,1553,1555],{},"私有部署 \u002F 数据不出网（",[435,1554,1233],{"href":1232}," + 自建模型）",[43,1557,1558],{},"反对一切 credit 制",[20,1560,431],{"id":431},[40,1562,1563,1582,1595,1613],{},[43,1564,1565,1566,1229,1568,1229,1570,1229,1572,1229,1576,1229,1578],{},"同类对比：",[435,1567,262],{"href":1252},[435,1569,1258],{"href":1257},[435,1571,1538],{"href":1537},[435,1573,1575],{"href":1574},"\u002Fcoding\u002Fcli\u002Fclaude-code.html","Claude Code",[435,1577,1228],{"href":1227},[435,1579,1581],{"href":1580},"\u002Fcoding\u002Fcli\u002Fcodex.html","Codex CLI",[43,1583,1584,1585,1229,1589,1229,1591],{},"概念：",[435,1586,1588],{"href":1587},"\u002Fwiki\u002Fai-agent.html","AI Agent",[435,1590,542],{"href":541},[435,1592,1594],{"href":1593},"\u002Fwiki\u002Ffunction-calling.html","Function Calling",[43,1596,1597,1598,1229,1601,1229,1605,1229,1609],{},"模型：",[435,1599,579],{"href":1600},"\u002Fmodels\u002Fgpt-5-6.html",[435,1602,1604],{"href":1603},"\u002Fmodels\u002Fclaude-sonnet-5.html","Claude Sonnet 5",[435,1606,1608],{"href":1607},"\u002Fmodels\u002Fkimi-k3.html","Kimi K3",[435,1610,1612],{"href":1611},"\u002Fmodels\u002Fgemini-3-pro.html","Gemini 3 Pro",[43,1614,1615,1616,1229,1620],{},"进阶：",[435,1617,1619],{"href":1618},"\u002Fwiki\u002Fvibe-coding.html","Vibe Coding",[435,1621,1623],{"href":1622},"\u002Fwiki\u002Fprompt-engineering.html","Prompt Engineering",[20,1625,450],{"id":450},[40,1627,1628,1635,1641,1648,1651],{},[43,1629,1630,1631],{},"官网：",[435,1632,1633],{"href":1633,"rel":1634},"https:\u002F\u002Fgithub.com\u002Ffeatures\u002Fcopilot",[464],[43,1636,1637,1638],{},"定价：",[435,1639,951],{"href":951,"rel":1640},[464],[43,1642,1643,1644],{},"企业文档：",[435,1645,1646],{"href":1646,"rel":1647},"https:\u002F\u002Fdocs.github.com\u002Fen\u002Fenterprise-cloud@latest\u002Fcopilot\u002Fget-started\u002Fplans",[464],[43,1649,1650],{},"公告：github.blog",[43,1652,1653],{},"第三方评测：augmentcode.com \u002F tossitt.com \u002F 4geeks.com",[25,1655,1656,1657,1661],{},"本卡片由 AIHO 编辑部根据官方公开资料与第三方评测整理。所有事实点均标注来源；如发现价格 \u002F 模型 \u002F 功能与最新官方信息不一致，请通过 ",[435,1658,1660],{"href":1659},"mailto:hello@aiho.net","反馈邮箱"," 反馈。",[1663,1664,1665],"style",{},"html pre.shiki code .sScJk, html code.shiki .sScJk{--shiki-default:#6F42C1;--shiki-dark:#B392F0}html pre.shiki code .sZZnC, html code.shiki .sZZnC{--shiki-default:#032F62;--shiki-dark:#9ECBFF}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .sJ8bj, html code.shiki .sJ8bj{--shiki-default:#6A737D;--shiki-dark:#6A737D}",{"title":467,"searchDepth":468,"depth":468,"links":1667},[1668,1669,1677,1678,1679,1680,1681,1682,1683,1684],{"id":22,"depth":471,"text":23},{"id":588,"depth":471,"text":588,"children":1670},[1671,1672,1673,1674,1675,1676],{"id":592,"depth":468,"text":593},{"id":647,"depth":468,"text":648},{"id":686,"depth":468,"text":687},{"id":719,"depth":468,"text":720},{"id":805,"depth":468,"text":806},{"id":836,"depth":468,"text":837},{"id":946,"depth":471,"text":946},{"id":1067,"depth":471,"text":1068},{"id":1194,"depth":471,"text":1194},{"id":1237,"depth":471,"text":1237},{"id":1440,"depth":471,"text":1440},{"id":382,"depth":471,"text":383},{"id":431,"depth":471,"text":431},{"id":450,"depth":471,"text":450},"\u002Fimg\u002Ftools\u002Fgithub-copilot.webp","GitHub Copilot 真实评测：微软+OpenAI 出品的 IDE 插件鼻祖，覆盖 VS Code \u002F JetBrains \u002F Neovim \u002F Visual Studio。Copilot Chat、Agent Mode、Coding Agent、Copilot CLI 新终端界面、Agent Finder 多模型资源发现一应俱全。AIHO 编辑部基于官方文档与多份评测整理。",[1688,488],"zh",{},[1691,1692,1693,1694,1695],"claude-sonnet-5","gpt-5.6","kimi-k2.7-code","gemini-3-pro","haiku-4.5",[1697,1698,1699],"完全无网络代理的国内开发者","追求最激进的多文件 Agent（去 Cursor \u002F Windsurf）","想私有部署 \u002F 数据不出网（去 Continue.dev）","\u002Ftools\u002Fcoding\u002Fcopilot\u002Fgithub-copilot",[495,496,497],[1703,1707,1711,1715,1717,1721],{"plan":126,"price":129,"limit":1704,"cn_pay":1705,"note":1706},"2,000 completions\u002F月 + Haiku\u002FGPT-5 mini + Copilot CLI","—","学生免费升级 Pro",{"plan":137,"price":328,"limit":1708,"cn_pay":1709,"note":1710},"无限补全 + Cloud agent + Code review + $15 credits","⚠️ 需海外卡 \u002F Apple 礼品卡","个人主力档",{"plan":996,"price":999,"limit":1712,"cn_pay":1713,"note":1714},"Pro + Opus 等 premium 模型 + 4x credits ($70)","⚠️","重度用户",{"plan":1007,"price":1010,"limit":1013,"cn_pay":1713,"note":1716},"高并发 agent",{"plan":1018,"price":1021,"limit":1718,"cn_pay":1719,"note":1720},"组织管理 + 策略控制 + 代码库索引","✅ 企业发票","团队首选",{"plan":148,"price":1031,"limit":1722,"cn_pay":339,"note":1723},"Business + 优先模型 + 更大 AI credits","大企业","Free \u002F Pro $10\u002Fmo \u002F Pro+ $39\u002Fmo \u002F Max $100\u002Fmo \u002F Business $19 seat \u002F Enterprise $39 seat","2026-06-19",{"power":501,"ux":1097,"price":501,"cn_support":468,"stability":1097},{"title":259,"description":1686},"GitHub Copilot 评测 2026：微软 AI 编程助手，VS Code 集成，Copilot Chat 功能",[1730,1732,1734,1736,1738,1741,1744,1747,1750,1753],{"title":1731,"url":1633},"GitHub Copilot 官方",{"title":1733,"url":951},"Copilot Plans & Pricing",{"title":1735,"url":1646},"Copilot Enterprise Docs",{"title":1737,"url":653},"Agent Mode GA Blog",{"title":1739,"url":1740},"MCP Support Public Preview","https:\u002F\u002Fgithub.blog\u002Fchangelog\u002F2025\u002F04\u002F04\u002Fgithub-copilot-now-supports-mcp-servers-in-public-preview-in-vs-code\u002F",{"title":1742,"url":1743},"Copilot vs Intent 2026 评测","https:\u002F\u002Fwww.augmentcode.com\u002Ftools\u002Fintent-vs-github-copilot",{"title":1745,"url":1746},"Copilot 2026 完整指南","https:\u002F\u002Ftossitt.com\u002Fgithub-copilot-guide-2026",{"title":1748,"url":1749},"Copilot CLI 新终端界面 GA","https:\u002F\u002Fgithub.blog\u002Fchangelog\u002F2026-06-23-copilot-cli-new-terminal-interface-is-generally-available\u002F",{"title":1751,"url":1752},"Agent Finder for GitHub Copilot","https:\u002F\u002Fgithub.blog\u002Fchangelog\u002F2026-06-17-agent-finder-for-github-copilot-now-available\u002F",{"title":1754,"url":1755},"AI Credits 计费模型（github.blog changelog）","https:\u002F\u002Fgithub.blog\u002Fchangelog\u002F","tools\u002Fcoding\u002Fcopilot\u002Fgithub-copilot",[1758,1759,1760,1761,1762],"已经在用 GitHub 的所有人（最低成本）","团队 \u002F 企业（合规、SOC2、ISO 27001）","JetBrains 用户 \u002F Neovim \u002F Visual Studio \u002F Xcode","学生 \u002F 开源维护者（免费 Pro 资格）","需要 Coding Agent 自动从 issue 生成 PR","AI Copilot 鼻祖，VS Code \u002F JetBrains \u002F Neovim 全家桶覆盖",[482,1765,1766,1767,1768,1769],"vscode","jetbrains","github","agent-mode","coding-agent","2026-07-20","插件生态最稳的选择，免费档大方，国内用稳定代理 + GitHub 账号即可。Agent Mode 已经能跟 Cursor 掰手腕，Coding Agent 能直接在 GitHub 上跑后台 PR。","RHUQzZF5-aORzSz3_GLMXnBKixnS3YsMwKake8dE0cY",1785428442817]