
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,而不是另一個難以追蹤的設定層。



