AI觉醒星球
Awakening is here
Knowledge File / 全球热点解读
2026-06-24 6 浏览 公开

Copilot CLI:新终端界面现已全面可用

GitHub Copilot CLI 全新终端界面正式发布,提供标签式布局、引导式工具配置及更清晰的交互体验。

SOURCE / 全球热点解读 MIN / 9 ACCESS / 公开 POST / 2026-06-24 00:35:45

原贴

查看原文
作者:Allison 来源站点:github.blog 原贴时间:

原文

The redesigned terminal interface for GitHub Copilot CLI that we previewed at Microsoft Build 2026 is now generally available. You get a tabbed layout for working with GitHub directly from your terminal, a new experience for configuring your tools, and a cleaner, more accessible interface throughout. An interactive Copilot CLI session now has tabs at the top of the screen. Press Tab to move between the default Session tab and a Gists tab for your personal gists. When you run the CLI inside a GitHub repository, you also get Issues and Pull requests tabs for that repository. This lets you find the work you care about without leaving the terminal. Highlight an issue or pull request and press c to drop a reference to it into your prompt, then ask Copilot to investigate, fix, comment on, or review it. Press o to open the highlighted item on GitHub in your browser, or press / on the Issues or Pull requests tab to search GitHub with your own query. You can also click a tab with your mouse to switch to it. From your settings, you can reorder, hide, or turn off the tab bar entirely. For more information, check out our docs about browsing issues, pull requests, and gists . Setting up the tools that extend Copilot CLI is now a guided, in-session experience. There’s no need to hand-edit configuration files. MCP servers: Run /mcp add to fill out an interactive form or /mcp search to browse the GitHub MCP Registry and install a server directly. New servers are available immediately, without restarting the CLI. Skills: Run /skills to toggle individual skills on or off with the arrow keys and the space bar. Plugins: Browse and install plugins from a marketplace, a repository, or a local path with the /plugin command. Settings: Open the /settings dialog to view and change your configuration inline. For more information, check out our docs about how to customize Copilot CLI . The new interface uses theme-aware semantic colors and responsive components that adapt to narrow terminals without truncating what you need to read. You can:

中文翻译

我们曾在Microsoft Build 2026上预览过的GitHub Copilot CLI全新终端界面现已全面可用。你将获得一个标签式布局,可直接从终端操作GitHub;一个用于配置工具的新体验;以及一个更清晰、更易访问的整体界面。现在,交互式Copilot CLI会话在屏幕顶部设有标签。按Tab键可在默认的会话标签和个人Gist的Gist标签之间切换。当你在GitHub仓库中运行CLI时,你还会看到该仓库的Issues和Pull requests标签。这让你无需离开终端即可找到你关心的任务。高亮一个issue或pull request,按c将其引用放入提示中,然后要求Copilot进行调查、修复、评论或审查。按o可在浏览器中打开GitHub上高亮的项目,或者在Issues或Pull requests标签上按/可使用你自己的查询搜索GitHub。你也可以用鼠标点击标签进行切换。在设置中,你可以重新排序、隐藏或完全关闭标签栏。更多信息,请查看我们关于浏览issues、pull requests和gists的文档。现在,设置扩展Copilot CLI的工具是一项引导式的会话内体验。无需手动编辑配置文件。MCP服务器:运行/mcp add填写交互式表单,或运行/mcp search浏览GitHub MCP Registry并直接安装服务器。新服务器立即可用,无需重启CLI。技能:运行/skills,使用方向键和空格键逐个开关技能。插件:使用/plugin命令从市场、仓库或本地路径浏览和安装插件。设置:打开/settings对话框,内联查看和更改你的配置。更多信息,请查看我们关于自定义Copilot CLI的文档。新界面使用主题感知的语义颜色和响应式组件,可适应窄终端而不截断你需要阅读的内容。你可以:

核心信息

GitHub Copilot CLI 全新终端界面正式发布,提供标签式布局、引导式工具配置及更清晰的交互体验。

  • Copilot CLI 全新终端界面正式发布。
  • 支持标签式浏览 GitHub Issues/PR/Gists。
  • 提供引导式工具配置(MCP、技能、插件)。
  • 减少上下文切换,提升开发效率。
  • 注意配置质量和人工核验风险。

详细解读

这是什么信号
GitHub Copilot CLI 新终端界面的全面可用,标志着AI辅助开发工具从单纯的代码补全向全流程工作流深度整合的转变。它不再局限于编辑器内,而是直接嵌入开发者最核心的终端环境,并提供了与GitHub Issues、Pull Requests、Gists等原生协作工具的标签式交互。同时,通过引导式配置(MCP服务器、技能、插件),大幅降低了开发者扩展AI能力的门槛。

为什么重要
传统上,开发者需要频繁在终端、浏览器和编辑器之间切换,而Copilot CLI的新界面将GitHub协作功能直接引入终端,结合AI的上下文理解能力,可以显著减少上下文切换带来的效率损失。此外,引导式配置简化了第三方工具(如MCP服务器)的接入,使得AI生态的可扩展性更强。这不仅是CLI的改进,更是开发者工具链向“AI优先”架构演进的关键一步。

对谁有价值
日常使用GitHub的开发者:可直接在终端中浏览和管理Issues/PR,减少浏览器切换,提升效率。
使用MCP服务器或自定义工具的团队:引导式配置降低集成成本,快速将外部能力注入Copilot。
希望减少配置开销的运维或DevOps人员:无需手写配置文件,通过命令行交互即可完成设置。

可以怎么行动
升级CLI后,尝试在终端中使用Tab键切换标签,并练习使用快捷键(如c引用、o打开)操作Issues和PR。
利用/mcp search探索GitHub MCP Registry,安装与工作流相关的服务器(如数据库、云服务等),扩展Copilot能力。
使用/skills定制Copilot行为,关闭不需要的功能以减少干扰。
团队可统一在CI/CD流水线中部署新CLI,并通过/plugin分发内部插件。

风险或限制
新界面需要用户适应全新的快捷键和交互方式,短期可能降低使用习惯者的效率。
标签式布局在极窄终端中可能仍显拥挤,尽管已进行响应式优化。
过度依赖AI处理Issues/PR可能导致对代码审查质量的疏忽,需保持人工核验。
MCP服务器和插件的质量参差不齐,需谨慎筛选以避免安全风险。

信息差价值

这条内容的真正价值,不只是“有人发布了一个新功能”,而是它揭示了 github.blog 背后的产品方向、工作流变化或竞争信号。对 OPC 来说,这种信息可以转化成持续追踪的栏目选题。

如果把《Copilot CLI:新终端界面现已全面可用》放到你的内容系统里,它最大的价值在于帮助读者更快看懂“为什么值得关注”,而不是只看到一条碎片化动态。

参考来源

上一篇 Dependabot 自动访问 GitHub 托管注册表 下一篇 我自动化了我的工作(这让我成为更好的领导者)