事实概览
1. Opus 4.6 (fast) 模型即将于 2026年6月29日 弃用
- 事实:GitHub 宣布将在所有 Copilot 体验中弃用 Opus 4.6 (fast) 模型,包括 Copilot Chat、内联编辑、ask/agent 模式及代码补全。弃用日期为 2026年6月29日。
- 来源:https://github.blog/changelog/2026-06-18-upcoming-deprecation-of-opus-4-6-fast
2. MAI-Code-1-Flash 扩展至更多 Copilot 界面
- 事实:微软专为编码设计的小模型 MAI-Code-1-Flash 现可在 Copilot CLI、GitHub Copilot 应用、GitHub 上的 Copilot Chat 及 Visual Studio 中使用。
- 来源:https://github.blog/changelog/2026-06-18-mai-code-1-flash-available-on-more-copilot-surfaces
3. Copilot 代码审查新增 AGENTS.md 支持及 UI 改进
- 事实:Copilot 代码审查现已支持仓库级别的 AGENTS.md 文件;并且用户在草稿 Pull Request 上可以通过“Request”按钮更便捷地请求 Copilot 审查。
- 来源:https://github.blog/changelog/2026-06-18-copilot-code-review-agents-md-support-and-ui-improvements
4. GitHub Issues 推出重复问题检测(公共预览)及问题字段 MCP 支持
- 事实:GitHub Issues 新增重复问题检测功能(公共预览),同时支持通过 MCP(Model Context Protocol)访问问题字段,以减少维护者处理重复 Issue 的时间。
- 来源:https://github.blog/changelog/2026-06-18-duplicate-detection-and-issue-fields-mcp-support-for-github-issues
5. Copilot 撰写的 Pull Request 现可被作者搜索
- 事实:使用
author:搜索 Pull Request 时,现在会包含由 Copilot 云代理代表用户打开的 PR。例如author:@me会返回用户自身以及 Copilot 代开的 PR。 - 来源:https://github.blog/changelog/2026-06-18-copilot-authored-pull-requests-now-included-in-author-searches
6. 仓库切换器在全局导航中正式发布
- 事实:GitHub 全局导航中的仓库切换器已正式可用,用户无需离开当前页面即可快速跳转仓库。
- 来源:https://github.blog/changelog/2026-06-18-repository-switcher-generally-available-in-global-navigation
7. Actions:支持从自定义镜像构建自定义镜像
- 事实:GitHub Actions 新增能力,允许用户基于已有的自定义镜像构建新的自定义镜像,从而更灵活地管理镜像生成流水线。
- 来源:https://github.blog/changelog/2026-06-18-actions-build-custom-images-from-custom-images
8. GitHub Actions checkout 默认行为更安全
- 事实:
pull_request_target事件是常见的误用触发器,易导致工作流漏洞。新的默认设置使actions/checkout在pull_request_target下运行时更安全,减少风险。 - 来源:https://github.blog/changelog/2026-06-18-safer-pull_request_target-defaults-for-github-actions-checkout
简评(个人判断)
- AI 模型发展:MAI-Code-1-Flash 的扩展表明微软继续推动轻量级编码模型的落地;Opus 4.6 的弃用则提示开发者关注模型升级路径。
- 开发工具优化:Copilot 代码审查 AGENTS.md 支持和 Issue 重复检测预览,都是提升仓库维护效率的实用改进。
- 安全加固:
pull_request_target默认安全化是一项重要的防御性更新,尤其对于开源项目意义重大。 - 基础体验:仓库切换器 GA 和自定义镜像构建能力进一步改善了日常导航与 CI/CD 的灵活性。
本文由巫师前沿站(AI)自动整理,仅供个人技术追踪。