· Updated

Zed Just Added Gemini 3.6 Flash — And Made Git Panel Actually Usable

#zed#release#coding-agents#editor#git#ai-editor#beginner

Zed’s release train has been relentless since the v1.16 wave. Stable v1.17 → v1.19.2 and weekly pre-releases (v1.20.0-pre) all shipped between August and September 9 — and the pattern is unmistakable: Zed is becoming the editor where AI actually works natively — not bolted on, not a sidebar afterthought.

The headline additions: Gemini 3.8 Flash joins the Google AI lineup, Grok 4.5/4.6 land for xAI users, effort-based reasoning finally works on OpenRouter models, and the Git Panel gets multi-select + call hierarchy — while Windows users get the AltGr/diacritic-input fix they’ve been waiting on.

Gemini 3.6 Flash: Fast, Cheap, Now Native

Added via PR #62010. No API key juggling, no extension install. If you have a Google AI key configured, 3.6 Flash appears in the model picker. For context-heavy coding tasks where you don’t need Opus/Ultra reasoning, this is the new sweet spot.

Git Panel: Finally Organized

Grouped change sections are now collapsible. If you’ve ever stared at a 50-file diff wondering where your actual changes are, this fixes it. Click to expand only the section you care about.

Optional stash messages — when you stash, Zed now prompts for a message. No more stash@{0} mystery meat in the history tab.

Copy Path / Copy Relative Path in the Git Panel context menu. Small, saves three context switches a day.

Mermaid Diagrams That Don’t Break

Zooming and horizontal scrolling in Markdown Preview and Agent Panel. ER diagrams with multibyte attributes render. Triple-tilde fences work. If you document architecture in Mermaid, this matters.

Terminal Panel: Opt-In, Not Forced

New setting: terminal.starts_open. Set to false and new workspaces open clean — no terminal flashing at the bottom. Open it when you need it.

Agent Panel Terminals Shrink After Clear

Cleared terminals now collapse. Less vertical waste when you’re running quick checks between agent turns.

Vim/Helix: Tab Navigation in Code Actions

Helix mode: tab and shift-tab navigate the code actions menu. Muscle memory preserved.

Linux: Memory Usage Improved

PR #62192. If you run Zed on Linux, you’ll feel it. Less RAM pressure on large projects.

The Bug Fixes That Stop Paper Cuts

Fixed Impact
Terminal tool path traversal escapes blocked Security
Terminal tool targeting absolute dirs on Windows SSH/WSL Cross-platform reliability
Undo/redo Project Panel ops trashing unsaved files Data safety
Word movement stopping on wrong side of punctuation Editing flow
IOPub failures over SSH on slow connections Remote stability
alt-shift triggering standalone shift bindings Keybinding sanity
cmd-click go-to-definition falling back to references picker Navigation
Worktree reported as ignored due to parent info/exclude Git accuracy
Expanding “Context Compacted” scrolling to thread end Agent panel UX
Rename symbol renaming file but leaving buffer at old path Refactoring
Auto-indent using stale syntax after rapid edits Editing
Hover interactions not updating when elements move UI responsiveness
Images not rendering in Markdown Preview over remote Documentation
Incorrect symbol types in workspace symbol search Code intelligence
Markdown previews ignoring scrollbar.show setting Consistency
Mermaid triple-tilde fences failing Documentation
Mermaid ER diagrams with multibyte attributes failing Documentation
Missing separators in OpenAI reasoning summaries AI transparency
Remote SFTP uploads failing on paths with spaces Remote workflows
Error toast missing for malformed tasks.json Build integration

The New Wave: v1.17 → v1.19.2 Stable + v1.20.0-pre

The v1.16 details above still hold, but the editor has moved fast since. Here’s the beginner-relevant wave:

AI: Model Parity Accelerating

  • Gemini 3.8 Flash added to the Google AI models (v1.20.0-pre) — the newest cheap/fast Gemini, same-week as Google’s release
  • Grok 4.5 and Grok 4.6 added to the xAI models (v1.18.0) — plus GPT-5.6’s 1M-token context on Amazon Bedrock and Gemini 3.5 Flash-Lite
  • Effort-based reasoning for OpenRouter models (v1.19.2) — you can now control how hard the model thinks via reasoning effort, the same knob Claude Code added with maxEffortLevel
  • Claude Fable 5.1 support improved + memory usage reduced during long Agent sessions
  • Streaming improved for OpenAI-compatible providers, and OpenAI 404 recovery hardened
  • A broken external agent connection can be reloaded from the Agent Panel without restarting Zed

Git Panel: From Usable to Power Tool

  • Multi-select in the Git Panel (v1.19.2) — stage/unstage/discard multiple files at once
  • Call hierarchy via call hierarchy: show incoming/outgoing calls with default keybindings cmd-k cmd-h (macOS) / ctrl-k ctrl-h (Linux/Windows)
  • Open/Copy File Permalink from file tabs and the Project Panel — share a line’s link instantly
  • Better performance opening project diffs with many large merge conflicts

Windows & Cross-Platform Fixes

  • AltGr / diacritic input swallowed by the integrated terminal fixed (v1.19.1-pre / v1.18.1 stable)
  • git: toggle diff base to switch between HEAD and default branch diff
  • Call hierarchy + CSV/TSV/SSV/PSV preview (cmd-shift-v / ctrl-shift-v)

Quality-of-Life

  • Configurable window title formatting (window_title_format, window_title_separator) with ${projectName}, ${branch}, ${remoteHost}, and more (v1.20.0-pre)
  • Open Markdown files directly in the rendered preview setting
  • Optional cursor movement animation (cursor_animation.enabled)
  • Shell script detection for .bash_login; reveal_if_open to reuse open buffers
  • Release binaries ~25% smaller on macOS/Linux by stripping debug symbols

Why This Pre-Release Matters

Zed’s pre-releases ship weekly. v1.15.0 was July 27. v1.16.0-pre is August 12. The cadence is relentless.

But v1.16.0-pre signals something bigger: AI model parity as a first-class feature. Gemini 3.6 Flash added same-week as Google’s announcement. Claude Opus 5 support landed in v1.13.2/v1.12.1 (July 27). GPT-5 support is in the pipeline.

The editor isn’t waiting for plugins to catch up. It’s baking model access into the core.

Should You Run the Latest Zed?

If you’re on Zed stable (v1.15/v1.16), you’re missing:

  • Gemini 3.8 Flash, Grok 4.5/4.6, GPT-5.6 1M-context
  • Effort-based reasoning on OpenRouter
  • Git Panel multi-select, call hierarchy, permalinks
  • Windows AltGr/diacritic fix, smaller binaries
  • 30+ bug fixes per release

Zed’s pre-releases ship weekly and are stable enough for daily use — the Zed Guild tests them internally before tagging. v1.19.2 stable is the safest point to jump back if you want the wave without the pre-release label.

Update command:

# macOS
brew upgrade zed

# Linux (AppImage)
# Download from https://github.com/zed-industries/zed/releases/latest

# Windows
# Stable channel supported — see the releases page

Full changelog: v1.16.0-pre...v1.19.2

The Bigger Picture

Zed isn’t chasing Cursor’s agent features. It’s building the editor substrate where any agent (Zed’s own, Claude Code, Codex, custom) runs natively. The terminal tool improvements (#59937) benefit every agent that shells out. The Git Panel upgrades benefit every workflow. The model picker expanding weekly benefits every BYOK setup.

v1.16.0-pre is another brick in that foundation. Stable v1.16.0 will follow in ~2 weeks. You can wait, or you can live on the edge now.


Update 2026-08-18: Added v1.16.0-pre details. Stable v1.16.0 expected late August.

Update 2026-09-11: Zed stable reached v1.19.2 (September 9) with the v1.20.0-pre weekly already out. Covered the v1.17→v1.20 wave above — Gemini 3.8 Flash, OpenRouter effort reasoning, Git Panel multi-select + call hierarchy, Windows AltGr fix. If you skipped the v1.16 pre-release, v1.19.2 stable is the right jump-in point.

Update 2026-08-18 (evening): Zed v1.15.1 stable and v1.16.1-pre shipped 3 hours ago — patch releases fixing:

  • Cursor ACP agent failing to start (critical for Cursor users on Zed)
  • GPG passphrase modal appearing on every commit for pinentry-mac/keychain users
  • Project search broken in non-Unicode files
  • Array merging regression in extensions

If you’re on v1.15.0 or v1.16.0-pre, update now. These are small but high-impact fixes for daily workflows.

FREE RESOURCE

Get the AI Agent Cheat Sheet

All 19 coding agents in one comparison table — pricing, features, benchmarks. Updated weekly. Delivered to your inbox.

k
kira_bug_hunter
Security & Bug Hunter
Former pen tester. Finds the bugs nobody wants to exist. Skeptical of everything, especially status indicators.

Related articles