跳到主内容
精选85Zed(GitHub Releases)客户端

Zed v1.16.1:新增Gemini 3.6 Flash,移除OpenCode Free模型

v1.16.1

原文
推荐理由

Zed 重度用户注意:v1.16.1 移除了 OpenCode Free 模型并更改 OpenAI 默认模型,可能影响现有 AI 工作流,建议升级前检查模型配置。

This week's release includes Gemini 3.6 Flash support, collapsible grouped changes and optional stash messages in the Git Panel, zooming and horizontal scrolling for Mermaid diagrams, and a new setting for controlling whether the Terminal Panel opens automatically in new workspaces.

本周发布包括对 Gemini 3.6 Flash 的支持、Git 面板中可折叠的分组更改和可选的暂存消息、Mermaid 图表的缩放和水平滚动,以及一个新设置,用于控制终端面板是否在新工作区中自动打开。

Shipped by the Zed Guild 🛡️

由 Zed Guild 🛡️ 发布

  • Improved Git Panel organization by making grouped change sections collapsible. (#62441; thanks chirivelli)
  • Linux: Improved memory usage. (#62192; thanks tidely)
  • Fixed a bug where update checks for extension-provided language servers could get stuck on flaky internet connections. (#62175; thanks vitallium)
  • Fixed directional focus navigation into the Git Panel's History tab. (#62215; thanks feeiyu)
  • Fixed language server RPC logs displaying untimed requests beneath an unrelated response's duration header. (#61452; thanks aviatesk)
  • 通过使分组更改部分可折叠,改进了 Git 面板的组织。(#62441;感谢 chirivelli)
  • Linux:改进了内存使用。(#62192;感谢 tidely)
  • 修复了一个错误,即扩展提供的语言服务器的更新检查可能在不稳定的互联网连接上卡住。(#62175;感谢 vitallium)
  • 修复了定向焦点导航到 Git 面板历史记录选项卡的问题。(#62215;感谢 feeiyu)
  • 修复了语言服务器 RPC 日志在不相关的响应持续时间标题下显示未计时请求的问题。(#61452;感谢 aviatesk)

Learn about the Zed Guild.

了解 Zed Guild。

Features

功能

AI

AI

  • Added Gemini 3.6 Flash to the Google AI models. (#62010; thanks ArneshBanerjee)
  • Added Claude Opus 5, Gemini 3.5 Flash Lite, Gemini 3.6 Flash, Gemini 3.7 Flash, Kimi K3, Grok 4.6, and Muse Spark 1.2 to OpenCode Zen. (#61199; thanks Vlaaaaaaad)
  • Added Kimi K3, Grok 4.5, Hy3, GPT 5.6 Luna, Qwen 3.8 Max, and GLM 5.3 to OpenCode Go. (#61199; thanks Vlaaaaaaad)
  • Improved the terminal tool's ability to target project subdirectories. (#59937; thanks infogulch)
  • Improved Agent Panel terminals to shrink after being cleared. (#62504)
  • 将 Gemini 3.6 Flash 添加到 Google AI 模型中。(#62010;感谢 ArneshBanerjee)
  • 将 Claude Opus 5、Gemini 3.5 Flash Lite、Gemini 3.6 Flash、Gemini 3.7 Flash、Kimi K3、Grok 4.6 和 Muse Spark 1.2 添加到 OpenCode Zen。(#61199;感谢 Vlaaaaaaad)
  • 将 Kimi K3、Grok 4.5、Hy3、GPT 5.6 Luna、Qwen 3.8 Max 和 GLM 5.3 添加到 OpenCode Go。(#61199;感谢 Vlaaaaaaad)
  • 改进了终端工具定位项目子目录的能力。(#59937;感谢 infogulch)
  • 改进了 Agent 面板终端在清除后收缩的行为。(#62504)

Git

Git

  • Added an optional message prompt when stashing changes. (#62439; thanks Priyadharshan0903)
  • Added Copy Path and Copy Relative Path options to the Git Panel context menu. (#62352; thanks Huliiiiii)
  • Added the gutter.git_gutter_width setting to the Settings UI with default (font-size-scaled) and custom (fixed pixel width) options. (#62813)
  • 在暂存更改时添加了可选的消息提示。(#62439;感谢 Priyadharshan0903)
  • 在 Git 面板上下文菜单中添加了复制路径和复制相对路径选项。(#62352;感谢 Huliiiiii)
  • 在设置 UI 中添加了 gutter.git_gutter_width 设置,具有默认(字体大小缩放)和自定义(固定像素宽度)选项。(#62813)

Vim / Helix

Vim / Helix

  • Added support for using tab and shift-tab to navigate the code actions menu in Helix mode. (#62356; thanks Huliiiiii)
  • 在 Helix 模式中添加了对使用 Tab 和 Shift-Tab 导航代码操作菜单的支持。(#62356;感谢 Huliiiiii)

Languages

语言

  • Added highlighting for Python dunder variables via attribute.special in themes. (#58158; thanks allachance)
  • Improved navigation of wide Markdown tables by adding horizontal scrollbars. (#61745; thanks Zeraphim)
  • 在主题中通过 attribute.special 为 Python 的 dunder 变量添加了高亮。(#58158;感谢 allachance)
  • 通过添加水平滚动条改进了宽 Markdown 表格的导航。(#61745;感谢 Zeraphim)

Terminal

终端

  • Added terminal.starts_open to control whether the Terminal Panel opens automatically in new workspaces. (#54373; thanks jknlsn)
  • 新增 terminal.starts_open 设置,用于控制终端面板是否在新工作区中自动打开。(#54373;感谢 jknlsn)

Other

其他

  • Improved Mermaid diagrams with zooming and horizontal scrolling in the Markdown Preview and Agent Panel. (#62115)
  • Added frame-rendering performance data to the diagnostics Zed collects when telemetry is enabled, helping identify stutters and dropped frames. (#61871)
  • Improved loading spinners to rotate in phase with one another. (#62332)
  • Improved the Text Finder by highlighting queries as regular expressions when the regex filter is enabled. (#61128; thanks apoorva-01)
  • 改进了 Markdown 预览和代理面板中的 Mermaid 图表,支持缩放和水平滚动。(#62115)
  • 在启用遥测时,向 Zed 收集的诊断信息中添加了帧渲染性能数据,有助于识别卡顿和丢帧问题。(#61871)
  • 改进了加载指示器的旋转动画,使其相位同步。(#62332)
  • 改进了文本查找器,在启用正则表达式过滤器时,将查询高亮显示为正则表达式。(#61128;感谢 apoorva-01)

Bug Fixes

错误修复

  • Fixed the terminal tool failing to block path traversal escapes. (#59937; thanks infogulch)
  • Fixed the terminal tool targeting absolute directories on Windows hosts connected to remote SSH or WSL projects. (#59937; thanks infogulch)
  • Fixed word movement and selection stopping on the wrong side of punctuation. (#62224)
  • Fixed IOPub connection failures over SSH on slow or unstable connections by retrying with exponential backoff. (#62358; thanks marsjane and MostlyKIGuess for the earlier implementation in #52302)
  • Fixed alt-shift gestures potentially triggering standalone shift keybindings. (#62036; thanks terror)
  • Fixed cmd-click go-to-definition falling back to a references multibuffer when lsp_results_location was set to picker. (#61187; thanks savked)
  • Fixed a bug where expanding a "Context Compacted" message in the Agent Panel scrolled to the end of the thread instead of preserving the scroll position. (#62210)
  • Fixed a bug where renaming a symbol also renamed its file but left the open buffer at the old path. (#61142; thanks tnayuki)
  • Fixed auto-indent occasionally using stale syntax after rapid edits. (#62024)
  • Fixed hover interactions not updating when interface elements moved beneath a stationary pointer. (#62335)
  • Fixed images not rendering in Markdown Preview over remote connections. (#62490)
  • Fixed Markdown previews not respecting the scrollbar.show setting. (#60410; thanks akshitj11)
  • Fixed Mermaid diagrams in Markdown previews when they used triple-tilde fences. (#62257; thanks KimSeogyu)
  • Fixed Mermaid entity-relationship diagrams with multibyte attribute tokens failing to render. (#62236)
  • Fixed missing separators between OpenAI reasoning summaries. (#62466)
  • Fixed remote SFTP uploads for paths containing spaces. (#62239; thanks twitchyliquid64)
  • Fixed the error toast not appearing for malformed tasks.json files. (#62387)
  • Fixed Zed hanging when opening certain binary files, such as game assets and maps, that were misdetected as UTF-16 text. (#61250; thanks MillhioreBT)
  • 修复了终端工具未能阻止路径遍历逃逸的问题。(#59937;感谢 infogulch)
  • 修复了终端工具在连接到远程 SSH 或 WSL 项目的 Windows 主机上定位绝对目录的问题。(#59937;感谢 infogulch)
  • 修复了单词移动和选择在标点符号错误一侧停止的问题。(#62224)
  • 修复了在慢速或不稳定连接上通过 SSH 进行 IOPub 连接失败的问题,通过指数退避重试解决。(#62358;感谢 marsjane 和 MostlyKIGuess 在 #52302 中的早期实现)
  • 修复了 alt-shift 手势可能触发独立 shift 键绑定的问题。(#62036;感谢 terror)
  • 修复了当 lsp_results_location 设置为 picker 时,cmd-click 跳转到定义会回退到引用多缓冲区的问题。(#61187;感谢 savked)
  • 修复了一个错误:在代理面板中展开“上下文已压缩”消息时,会滚动到线程末尾而不是保持滚动位置。(#62210)
  • 修复了一个错误:重命名符号时也会重命名其文件,但打开的缓冲区仍保留在旧路径。(#61142;感谢 tnayuki)
  • 修复了快速编辑后自动缩进偶尔使用过时语法的问题。(#62024)
  • 修复了当界面元素在静止指针下移动时,悬停交互未更新的问题。(#62335)
  • 修复了远程连接上 Markdown 预览中图片不渲染的问题。(#62490)
  • 修复了 Markdown 预览不遵循 scrollbar.show 设置的问题。(#60410;感谢 akshitj11)
  • 修复了 Markdown 预览中使用三波浪线围栏的 Mermaid 图表问题。(#62257;感谢 KimSeogyu)
  • 修复了具有多字节属性令牌的 Mermaid 实体关系图无法渲染的问题。(#62236)
  • 修复了 OpenAI 推理摘要之间缺少分隔符的问题。(#62466)
  • 修复了包含空格的路径的远程 SFTP 上传问题。(#62239;感谢 twitchyliquid64)
  • 修复了格式错误的 tasks.json 文件不显示错误提示的问题。(#62387)
  • 修复了打开某些二进制文件(如游戏资源和地图)时 Zed 挂起的问题,这些文件被误识别为 UTF-16 文本。(#61250;感谢 MillhioreBT)

Breaking Changes and Notices

破坏性变更和通知

  • Changed the default model for OpenAI subscription users to GPT-5.6 Sol. (#62477)
  • Removed OpenCode Free models from Zed's built-in OpenCode provider because they are only available through OpenCode surfaces, such as its external agent through ACP. (#61199; thanks Vlaaaaaaad)
  • Removed the deprecated Claude Opus 4.1 model from OpenCode Zen. (#61199; thanks Vlaaaaaaad)
  • 将 OpenAI 订阅用户的默认模型更改为 GPT-5.6 Sol。(#62477)
  • 从 Zed 内置的 OpenCode 提供程序中移除了 OpenCode Free 模型,因为它们仅通过 OpenCode 界面(如通过 ACP 的外部代理)可用。(#61199;感谢 Vlaaaaaaad)
  • 从 OpenCode Zen 中移除了已弃用的 Claude Opus 4.1 模型。(#61199;感谢 Vlaaaaaaad)

更进一步:量化金融体系

看懂新闻只是起点——沿量化金融路径,把它变成能交付的工程能力

进入量化体系 →

相似阅读

另一事件,读法相近