
GitHub 于 2026 年 7 月 14 日公布 GitHub Copilot for JetBrains 的更新,重点是让开发团队更容易自定义 model provider、agent、plugin 和 sandbox。这次不是单一模型更新,而是把 Copilot 放到更可配置的 developer workflow 中。
最直接的变化是 BYOK 支持 custom endpoints。用户可以设置 OpenAI-compatible custom endpoint 和 API key,使用自己的模型。这为已有内部模型、代理服务或多模型策略的团队提供更大的选择空间,也减少把所有工作绑定在单一 provider 上的需要。
Customizations 也加入更完整的 plugin management。用户可以从 marketplace 或 source repository 浏览和安装 plugin,不用在分散的设置页面之间切换。更新同时支持 Claude agent provider 的 custom agents、skills 和 instructions,但这项能力在 GitHub Copilot Pro 及以上方案仍属于 public preview。
本地 sandbox 支持同样处于 public preview,并加入新的 sandbox settings 和设置流程。Copilot CLI sessions 也新增 built-in debugger skill,让 agent 可以在开发环境内按步骤协助调查问题。这些能力把 agent 的可操作范围从聊天窗口推向本地工具和工作环境。
GitHub 也提到 model picker、custom agent、provider settings、authentication recovery、account switching 和 session persistence 等 UX 及 reliability 改善。对于用户来说,provider flexibility 会增加,但同时也增加 endpoint allowlist、API key 保管、plugin 来源和 sandbox 权限等治理问题。
因此 BYOK 不应只被当作「可以换模型」的便利功能。团队需要先定义哪些 endpoint 可以使用、哪些 agent instruction 可以加载,以及 local sandbox 可以接触哪些文件和工具;只有把这些边界写清楚,弹性才会变成可复用的 workflow,而不是另一个难以追踪的设置层。



