Copilot CLI 新终端界面把 shell 变成 Agent 控制台
发生了什么
GitHub 在 2026 年 6 月 23 日将 Copilot CLI 新终端界面推向 GA。它提供 GitHub 相关 tab、工具配置体验和可访问性改进。
同日 GitHub 宣布 Copilot app 支持 BYOK,可以添加 OpenAI、Azure OpenAI、Anthropic、LM Studio、Ollama 或 OpenAI-compatible endpoint。
为什么重要
终端 Agent 不只是补全代码。它可以读取仓库、执行命令、修改文件,并处理 issue 或 pull request。因此 trusted directory 和 tool approval 必须有团队规则。
社区信号
社区讨论显示,开发者看重跨 IDE 的终端入口,但也担心成本、shell 兼容性、外部 provider 和工具变化速度。
检查清单
按风险分级命令,像依赖一样 review MCP server 和 plugin,记录 BYOK 数据边界,保留 session 日志并跟踪成本。
Agent ops checklist
• trusted directories
• tool approval levels
• BYOK data boundaries
• MCP/plugin review
• logs and cost per session
风险
审批疲劳、成本不可见和 session 权限过宽是主要风险。CLI Agent 应作为运行系统治理,而不只是聊天入口。
来源
- GitHub Changelog: Copilot CLI new terminal interface is generally available
- GitHub Changelog: GitHub Copilot app support for BYOK
- GitHub Changelog: queue and steer messages, debug logs, JetBrains agent updates
- GitHub Changelog: Copilot CLI supports enterprise BYOK models
- GitHub Docs: Using GitHub Copilot CLI
- GitHub Docs: Copilot CLI command reference
- Hacker News discussion: Copilot usage-based billing and developer concerns
- Reddit r/GitHubCopilot discussion: CLI as terminal-native agent surface