· Updated

Zed Just Got GPT-5.6 Luna Support — And Self-Hosted AI Models Too

#zed#release#ai#gpt-5-6#gemini#self-hosted#editor

Zed v1.15.0-pre landed August 5, 2026. This isn’t just another editor update — it’s the release that makes Zed a serious contender for AI-assisted development without locking you into a single vendor’s cloud.

If you’ve been watching the AI editor wars from the sidelines, this is the one to pay attention to.


The Headline Features

1. GPT-5.6 Luna Support — ChatGPT Subscribers, Rejoice

Zed now supports GPT-5.6 Luna (the speed-optimized variant) through the ChatGPT Subscription provider. If you pay for ChatGPT Plus/Pro/Team, you can now use your existing subscription inside Zed — no separate API keys, no double billing.

Why this matters: Most AI editors force you into their own token pricing. Zed lets you bring your own model access. For teams already on ChatGPT Enterprise, this removes the biggest adoption blocker: unpredictable costs.

# In Zed: Settings → AI → Providers → ChatGPT Subscription
# Sign in with your OpenAI account → select GPT-5.6 Luna

2. Self-Hosted Sweep Next Edit Models — Your Models, Your Infrastructure

This is the sleeper feature of the release. Zed added support for self-hosted Sweep Next Edit models via OpenAI-compatible endpoints, including the sweep prompt format and auto-detection for sweep-next-edit model names.

Translation: You can run your own edit-prediction models (like fine-tuned CodeLlama, StarCoder, or custom sweep models) on your own GPUs and point Zed at them. No data leaves your network. No vendor lock-in.

For enterprises with compliance requirements or teams with fine-tuned models, this is huge.

3. git.diff_base — Finally, Diff Against the Right Baseline

Ever opened a PR and wondered why the diff shows changes from three merges ago? New setting: git.diff_base lets you choose whether gutter indicators, file-status colors, and git: diff show changes against:

  • "head" (default) — uncommitted changes vs. HEAD
  • "default_branch" — all current-branch changes vs. the merge base with main/master

Also available as “Diff Against Default Branch” in the editor controls menu. This alone might be worth the upgrade if you work in long-lived feature branches.


Zed v1.16.0-pre (August 12, 2026) — Gemini 3.6 Flash, Better Git, GPT-5.6 Sol Default

A week later, v1.16.0-pre dropped with meaningful AI and Git improvements:

4. Gemini 3.6 Flash — Google’s Speed Model Lands in Zed

Zed added Gemini 3.6 Flash to the Google AI models lineup. This is Google’s fastest, most cost-efficient model — ideal for high-volume coding tasks where you want speed without the token bill of larger models.

# In Zed: Settings → AI → Providers → Google AI
# Select Gemini 3.6 Flash

Why this matters: You now have three major AI providers natively supported (OpenAI via ChatGPT Sub, Anthropic via BYOK, Google via API key) plus self-hosted. No other editor gives you this breadth without extensions.

5. Git Panel Gets Serious — Collapsible Groups & Stash Messages

Two Git workflow improvements that actually change daily usage:

  • Collapsible grouped changes — File changes in the Git Panel now group by directory and can be collapsed. No more scrolling through 50 files to find the one you want.
  • Optional stash messages — When stashing, Zed now prompts for a message. Your stash list becomes readable instead of stash@{0}, stash@{1}

6. Mermaid Diagrams: Zoom & Horizontal Scroll

Wide architecture diagrams, ER diagrams, and flowcharts in Markdown previews now support zooming and horizontal scrolling. No more squinting at compressed diagrams.

7. Terminal Panel: Control Auto-Open Behavior

New setting terminal.starts_open lets you decide whether the Terminal Panel opens automatically in new workspaces. If you prefer a clean editor on project open, toggle it off.

8. Default Model for OpenAI Users → GPT-5.6 Sol

Zed changed the default model for OpenAI subscription users to GPT-5.6 Sol (the reasoning-optimized variant). If you use OpenAI directly (not ChatGPT Subscription), you get the stronger model by default.


Quality-of-Life Improvements That Actually Matter

Feature What Changed
Drag files to external apps Drag from Project Panel to Finder, Terminal, VS Code — works on macOS and Linux Wayland
Linked editing for custom elements Rename a custom JSX/TSX component in one place, all instances update
Emmet in arrow functions Emmet completions now work inside return statements and arrow-function bodies
MCP server fixes MCP servers no longer disappear from new project threads after worktree opens
Agent terminal fix Terminal commands no longer hang at shell prompt after syntax errors
Copilot Chat reauth Separated auth for Copilot Chat and edit predictions — existing users need to reauth once

For Beginners: Why Zed Now?

If you’re new to AI-assisted coding, here’s the quick comparison:

Concern VS Code + Copilot Cursor Zed v1.16
Model flexibility Limited to Copilot models BYOK (bring your own key) ChatGPT Sub + BYOK + Google AI + Self-hosted
Local/private models No Via extensions Native OpenAI-compatible endpoint support
Speed Good Good Rust-native, extremely fast
Vim/Helix modes Extension Built-in Built-in, first-class
Cost predictability Fixed subscription Token-based Your existing ChatGPT sub OR self-hosted

The pitch: Zed gives you the speed of a native editor, the flexibility to use any OpenAI-compatible model (including your ChatGPT subscription), Google’s Gemini 3.6 Flash, and the ability to run edit-prediction models on your own hardware.


Installation & Upgrade

# macOS
brew install zed --head        # for pre-release
# or download from zed.dev

# Linux (AppImage, Flatpak, or distro packages)
# See: https://zed.dev/download

# Windows: WSL2 + Linux build, or unofficial nightly builds
# https://github.com/deevus/zed-windows-builds

# Existing Zed users
zed --update    # or your package manager's upgrade command

Note: This is a pre-release (v1.15.0-pre). Stable v1.15.0 will follow shortly. Pre-releases are generally stable for daily use but expect occasional rough edges.


What’s Still Missing (Honest Assessment)

  • Windows native support — still WSL-only (unofficial nightlies exist)
  • Plugin marketplace — extensions exist but no central registry yet
  • Mobile/remote access — no iOS/Android app, no web editor
  • Team collaboration — real-time collab exists but is less polished than VS Code Live Share

TL;DR

Feature Impact Effort to Adopt
GPT-5.6 Luna (ChatGPT Sub) 💰 Cost predictability Sign in once
Self-hosted Sweep models 🔒 Data sovereignty Point at your endpoint
git.diff_base setting 🧠 Branch hygiene One toggle
Drag-to-external-apps ⚡ Workflow speed Muscle memory
Gemini 3.6 Flash (Google AI) ⚡ Speed + low cost Add API key
Collapsible Git groups 🧠 Git hygiene Zero config
GPT-5.6 Sol default 🧠 Better reasoning Automatic

Bottom line: Zed v1.16.0-pre cements Zed as infrastructure rather than just another editor. Three major AI providers natively (OpenAI, Anthropic, Google), self-hosted models, and Git workflow that respects how you actually work. If you want AI assistance without vendor lock-in — or you’re a ChatGPT subscriber tired of paying twice — this is worth a weekend test drive.



Release: Zed v1.16.0-pre · Zed v1.15.0-pre · Full Changelog · Zed Discord

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