# Zed v1.17.0-pre - Product: Zed (https://whatsnew.fyi/product/zed) - Vendor: Zed Industries - Date: 2026-08-19 - Version: v1.17.0-pre - Original notes: https://github.com/zed-industries/zed/releases/tag/v1.17.0-pre - Permalink: https://whatsnew.fyi/product/zed/releases/v1.17.0-pre - Labels: Pre-release What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Tabular data previews for CSV, TSV, PSV, and SSV files with sortable and independently resizable columns, row filtering by selected values, a persistent row-number column, and right-click copying for cells and headers - **added** — Git blame and stashing actions including editor: blame revision, editor: blame previous revision, Stash Tracked, and Stash Staged options - **added** — Support for low reasoning effort for DeepSeek V4 Flash and V4 Pro - **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 - **added** — Gemini 3.7 Flash to Google AI models - **added** — Kimi K3, Grok 4.5, Hy3, GPT 5.6 Luna, Qwen 3.8 Max, and GLM 5.3 to OpenCode Go - **added** — Ask_user tool that lets agents ask questions through forms with selectable options, free-text input, or both - **added** — Multi workspace: move project up and multi workspace: move project down actions for reordering projects in the Agent Sidebar - **added** — Support for using h and l in Vim and Helix modes to collapse and expand Git Panel entries - **added** — Shell Script language detection for .brushrc files - **added** — Simple option to the fullscreen_mode setting for fullscreen windows that cover the MacBook display notch - **changed** — JetBrains keymap behavior with CamelHump-style subword navigation for alt-left, alt-right, shift-alt-left, and shift-alt-right in editors - **changed** — Markdown table column sizing based on content - **changed** — Filtering for language server completions - **changed** — Git panel: collapse selected entry to find and collapse the nearest parent directory - **changed** — ChatGPT subscription caching - **changed** — OpenRouter reasoning continuity and request privacy - **changed** — Editor rendering speed - **changed** — Memory use when opening large files - **fixed** — Authentication prompts not dismissing automatically when using SSH security keys - **fixed** — Dock size resets only resetting the active panel when resize_all_panels_in_dock was enabled - **fixed** — Manual indentation being lost when replacing a line's contents or typing with an input method - **fixed** — Project paths being built incorrectly when connecting from Unix machines to Windows remote servers This week's release includes tabular data previews for CSV, TSV, PSV, and SSV files with sortable and resizable columns, value-based row filtering, and right-click copying; new Git blame and stashing actions; and lower memory use when opening large files. ##### Shipped by the Zed Guild 🛡️ - Added support for low reasoning effort for DeepSeek V4 Flash and V4 Pro. ([#62577](https://github.com/zed-industries/zed/pull/62577); thanks [lingyaochu](https://github.com/lingyaochu)) - Improved JetBrains keymap behavior with CamelHump-style subword navigation for `alt-left`, `alt-right`, `shift-alt-left`, and `shift-alt-right` in editors. ([#51540](https://github.com/zed-industries/zed/pull/51540); thanks [loadingalias](https://github.com/loadingalias)) - Improved Markdown table column sizing based on content. ([#61773](https://github.com/zed-industries/zed/pull/61773); thanks [timvermeulen](https://github.com/timvermeulen)) - Improved filtering for language server completions. ([#62433](https://github.com/zed-industries/zed/pull/62433); thanks [lingyaochu](https://github.com/lingyaochu)) - Fixed authentication prompts not dismissing automatically when using SSH security keys. ([#61292](https://github.com/zed-industries/zed/pull/61292); thanks [tidely](https://github.com/tidely)) - Fixed dock size resets only resetting the active panel when `resize_all_panels_in_dock` was enabled. ([#62552](https://github.com/zed-industries/zed/pull/62552); thanks [austincummings](https://github.com/austincummings)) - Fixed manual indentation being lost when replacing a line's contents or typing with an input method. ([#62644](https://github.com/zed-industries/zed/pull/62644); thanks [lingyaochu](https://github.com/lingyaochu)) - Fixed project paths being built incorrectly when connecting from Unix machines to Windows remote servers. ([#62038](https://github.com/zed-industries/zed/pull/62038); thanks [lingyaochu](https://github.com/lingyaochu)) --- *Learn about the [Zed Guild](https://zed.dev/community/zed-guild).* ##### Features ###### AI - 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](https://github.com/zed-industries/zed/pull/61199); thanks [Vlaaaaaaad](https://github.com/Vlaaaaaaad)) - Added Gemini 3.7 Flash to the Google AI models. ([#62670](https://github.com/zed-industries/zed/pull/62670); thanks [ArneshBanerjee](https://github.com/ArneshBanerjee)) - Added Kimi K3, Grok 4.5, Hy3, GPT 5.6 Luna, Qwen 3.8 Max, and GLM 5.3 to OpenCode Go. ([#61199](https://github.com/zed-industries/zed/pull/61199); thanks [Vlaaaaaaad](https://github.com/Vlaaaaaaad)) - Added an `ask_user` tool that lets the Agent ask questions through forms with selectable options, free-text input, or both. ([#61497](https://github.com/zed-industries/zed/pull/61497); thanks [e-r-w](https://github.com/e-r-w)) - Improved ChatGPT subscription caching. ([#62556](https://github.com/zed-industries/zed/pull/62556)) - Improved OpenRouter reasoning continuity and request privacy. ([#62652](https://github.com/zed-industries/zed/pull/62652)) - Added the `multi workspace: move project up` and `multi workspace: move project down` actions for reordering projects in the Agent Sidebar. ([#62695](https://github.com/zed-industries/zed/pull/62695); thanks [choplin](https://github.com/choplin)) ###### Git - Added `editor: blame revision` and `editor: blame previous revision` actions for viewing a file's blame at the selected revision or its parent. ([#62614](https://github.com/zed-industries/zed/pull/62614)) - Added `Stash Tracked` and `Stash Staged` options to the Git Panel, letting you stash only tracked changes or only staged changes. ([#62254](https://github.com/zed-industries/zed/pull/62254); thanks [Priyadharshan0903](https://github.com/Priyadharshan0903)) - Improved `git panel: collapse selected entry` to find and collapse the nearest parent directory, matchi _[Truncated at 4000 characters — full notes: https://github.com/zed-industries/zed/releases/tag/v1.17.0-pre]_