[{"data":1,"prerenderedAt":313},["ShallowReactive",2],{"header-counts":3,"footer-counts":6,"news-2026-copilot-cli-terminal-ga":9},{"tools":4,"reviews":5},67,7,{"tools":4,"reviews":5,"playbooks":7,"news":8},12,10,{"id":10,"title":11,"body":12,"cover":302,"description":303,"extension":304,"meta":305,"navigation":306,"path":307,"published":308,"seo":309,"sourceName":310,"sourceUrl":280,"stem":311,"__hash__":312},"news\u002Fnews\u002F2026\u002Fcopilot-cli-terminal-ga.md","GitHub Copilot CLI 新终端界面 GA：Agent 工具发现进入新阶段",{"type":13,"value":14,"toc":290},"minimark",[15,19,70,73,77,80,92,96,99,151,154,177,180,184,187,197,203,207,210,221,224,227,230,233,244,247,251,269,272],[16,17,18],"h2",{"id":18},"要点",[20,21,22,30,41,64],"ul",{},[23,24,25,29],"li",{},[26,27,28],"strong",{},"Copilot CLI 新终端界面 GA","：Session \u002F Gists \u002F Issues \u002F Pull Requests 标签页统一进 TUI",[23,31,32,35,36,40],{},[26,33,34],{},"GitHub 工作项可直接进 prompt","：在 issue \u002F PR 上按 ",[37,38,39],"code",{},"c","，把上下文带入当前会话",[23,42,43,46,47,50,51,50,54,50,57,50,60,63],{},[26,44,45],{},"会话内配置工具链","：",[37,48,49],{},"\u002Fmcp add","、",[37,52,53],{},"\u002Fmcp search",[37,55,56],{},"\u002Fskills",[37,58,59],{},"\u002Fplugin",[37,61,62],{},"\u002Fsettings"," 不再依赖手写配置",[23,65,66,69],{},[26,67,68],{},"Agent Finder 同月上线","：按任务动态发现资源，背后是开放 ARD（Agentic Resource Discovery）规范",[16,71,72],{"id":72},"为什么值得关注",[74,75,76],"p",{},"2026 年 Coding Agent 的问题已经从「会不会改代码」变成「怎么找到正确工具、怎么少污染上下文」。Copilot CLI 这次 GA 的重点不是多一个命令行入口，而是把 GitHub Issues \u002F PRs、MCP、skills、plugins、settings 这些 Agent 工作台能力塞进终端。",[74,78,79],{},"这意味着 Copilot 正在从 IDE 插件扩展成三层平台：",[81,82,83,86,89],"ol",{},[23,84,85],{},"IDE 里的 Agent Mode",[23,87,88],{},"GitHub Actions 环境里的 Coding Agent",[23,90,91],{},"终端里的 Copilot CLI TUI",[16,93,95],{"id":94},"新-copilot-cli-能做什么","新 Copilot CLI 能做什么",[74,97,98],{},"新版 CLI 的核心是 tabbed TUI：",[100,101,102,115],"table",{},[103,104,105],"thead",{},[106,107,108,112],"tr",{},[109,110,111],"th",{},"Tab",[109,113,114],{},"用途",[116,117,118,127,135,143],"tbody",{},[106,119,120,124],{},[121,122,123],"td",{},"Session",[121,125,126],{},"默认对话与任务执行",[106,128,129,132],{},[121,130,131],{},"Gists",[121,133,134],{},"浏览个人 gist",[106,136,137,140],{},[121,138,139],{},"Issues",[121,141,142],{},"当前 GitHub repo 的 issue",[106,144,145,148],{},[121,146,147],{},"Pull Requests",[121,149,150],{},"当前 repo 的 PR",[74,152,153],{},"在 Issues \u002F PR tab 中可以：",[20,155,156,162,168,174],{},[23,157,158,159,161],{},"按 ",[37,160,39],{}," 将当前条目引用进 prompt",[23,163,158,164,167],{},[37,165,166],{},"o"," 在浏览器打开",[23,169,158,170,173],{},[37,171,172],{},"\u002F"," 搜索 issue \u002F PR",[23,175,176],{},"通过 settings 隐藏、禁用或重排 tab",[74,178,179],{},"对开发者来说，最实用的是「issue → prompt」少了一步复制粘贴：让 Copilot 直接调查、修复或 review 具体工作项。",[16,181,183],{"id":182},"mcp-skills-plugins-配置前移到会话内","MCP \u002F Skills \u002F Plugins 配置前移到会话内",[74,185,186],{},"过去 Agent 工具接入常见痛点是：文档散、配置文件位置不同、改完要重启。新版 Copilot CLI 把这些配置入口放进会话：",[188,189,195],"pre",{"className":190,"code":192,"language":193,"meta":194},[191],"language-text","\u002Fmcp add\n\u002Fmcp search\n\u002Fskills\n\u002Fplugin\n\u002Fsettings\n\u002Ftheme\n","text","",[37,196,192],{"__ignoreMap":194},[74,198,199,200,202],{},"其中 ",[37,201,53],{}," 可以浏览 GitHub MCP Registry，server 添加后立即生效。这个变化会降低团队试用 MCP 的门槛，但也提高了治理要求：企业管理员需要明确允许哪些 registry、哪些 MCP server 可以接入生产仓库。",[16,204,206],{"id":205},"agent-finderard-规范开始冒头","Agent Finder：ARD 规范开始冒头",[74,208,209],{},"GitHub 同月发布 Agent Finder，用来解决「资源发现」问题。它不是自动安装工具，而是：",[81,211,212,215,218],{},[23,213,214],{},"根据自然语言任务搜索资源",[23,216,217],{},"从公开 catalog 或企业私有 registry 返回候选项",[23,219,220],{},"用户确认后再加载所需能力",[74,222,223],{},"GitHub 称其实现了开放 ARD（Agentic Resource Discovery）规范，并与 Google、GoDaddy、Hugging Face、Microsoft 等协作。",[74,225,226],{},"AIHO 判断：MCP 解决「Agent 怎么连工具」，ARD 解决「Agent 怎么发现该连哪个工具」。如果 MCP server 数继续爆炸，资源发现会成为 Agent 平台的基础设施。",[16,228,229],{"id":229},"对国内开发者的意义",[74,231,232],{},"短期价值：",[20,234,235,238,241],{},[23,236,237],{},"GitHub-heavy 团队更容易把 issue \u002F PR 工作流搬进终端",[23,239,240],{},"MCP 配置更傻瓜，试用成本下降",[23,242,243],{},"Copilot CLI 从「命令解释器」升级成「终端 Agent 工作台」",[74,245,246],{},"短板仍然是老问题：GitHub\u002FCopilot 网络稳定性、支付、企业合规审批。国内团队如果已经在用 GitHub Enterprise \u002F Copilot Business，这次更新值得尽快试；如果主要在 Gitee \u002F GitLab \u002F 私有仓库，落地价值会打折。",[16,248,250],{"id":249},"aiho-建议","AIHO 建议",[20,252,253,260,266],{},[23,254,255,256,259],{},"个人用户：先跑 ",[37,257,258],{},"copilot update","，试 Issues \u002F PRs tab 是否能替代日常复制 issue 上下文。",[23,261,262,263,265],{},"团队用户：先在非核心 repo 试 ",[37,264,49],{},"，明确 MCP allowlist。",[23,267,268],{},"平台团队：关注 ARD 规范，它可能成为 MCP registry \u002F Agent marketplace 的下一层标准。",[16,270,271],{"id":271},"来源",[20,273,274,283],{},[23,275,276,277],{},"Copilot CLI GA：",[278,279,280],"a",{"href":280,"rel":281},"https:\u002F\u002Fgithub.blog\u002Fchangelog\u002F2026-06-23-copilot-cli-new-terminal-interface-is-generally-available\u002F",[282],"nofollow",[23,284,285,286],{},"Agent Finder：",[278,287,288],{"href":288,"rel":289},"https:\u002F\u002Fgithub.blog\u002Fchangelog\u002F2026-06-17-agent-finder-for-github-copilot-now-available\u002F",[282],{"title":194,"searchDepth":291,"depth":291,"links":292},3,[293,295,296,297,298,299,300,301],{"id":18,"depth":294,"text":18},2,{"id":72,"depth":294,"text":72},{"id":94,"depth":294,"text":95},{"id":182,"depth":294,"text":183},{"id":205,"depth":294,"text":206},{"id":229,"depth":294,"text":229},{"id":249,"depth":294,"text":250},{"id":271,"depth":294,"text":271},null,"GitHub Copilot CLI 新版 terminal interface 于 2026-06-23 GA，带来 tabbed TUI、Issues\u002FPRs\u002FGists 标签页、会话内 MCP\u002Fskills\u002Fplugins\u002Fsettings 配置；同月 Agent Finder 发布，基于 ARD 规范按任务发现资源。","md",{},true,"\u002Fnews\u002F2026\u002Fcopilot-cli-terminal-ga","2026-06-25",{"title":11,"description":303},"GitHub Changelog","news\u002F2026\u002Fcopilot-cli-terminal-ga","sLlXwUA2UJsCpVOaOr4jPtsQYgLtoyONG9l3b0FG7FM",1782480894082]