Zed
@zed.dev
6.4K followers 34 following 610 posts
A next-generation code editor that enables high-performance collaboration with AI and your team. zed.dev
Posts Media Videos Starter Packs
Pinned
zed.dev
Zed @zed.dev · Aug 27
🚀 New in Zed: Bring your own agent, starting with Gemini CLI (@developers.google.com).

→ Try Gemini CLI with full code context in Zed
→ Build & run multiple agents in your editor
→ Powered by the new Agent Client Protocol (ACP)

Learn more:
Bring Your Own Agent to Zed — Featuring Gemini CLI - Zed Blog
From the Zed Blog: Zed now lets you use the agent of your choice through the new Agent Client Protocol, starting with Google's Gemini CLI.
zed.dev
zed.dev
Zed @zed.dev · 16h
#ZedEditor
zed.dev
Zed @zed.dev · 16h
Zed now supports configuring tool and image support for custom xAI model configurations and adds qwen3-coder to the list of Ollama models.

Thanks guuzaa and sbe-arg!
zed.dev
Zed @zed.dev · 16h
Need to change agent profiles without touching the mouse? Hit `{cmd,ctrl}-i` and filter down through the new keyboard-driven profile menu.

Thanks dvcrn!
zed.dev
Zed @zed.dev · 16h
See your teammate's GitHub avatars in the git blame by adding `"git": { "blame": { "show_avatar": true } }` to your `settings.json` file.
zed.dev
Zed @zed.dev · 16h
Tables in Markdown preview now render more cleanly.

Thanks Simek!
zed.dev
Zed @zed.dev · 16h
Zip around the project panel with familiar Vim commands. Center the active entry with `z z`, scroll the editor halfway up or down with `ctrl-u` / `ctrl-d`, or, jump a specific number of entries via `{num} j` / `{num} k`.

Thanks AidanV!
zed.dev
Zed @zed.dev · 16h
Zed also now implements perceptual gamma and contrast correction on systems using the Blade renderer. On these systems, you can customize font rendering with environment variables:

- `ZED_FONTS_GAMMA`
- `ZED_FONTS_GRAYSCALE_ENHANCED_CONTRAST`
zed.dev
Zed @zed.dev · 16h
🚀 We just released Zed v0.207!

Multiple font rendering issues have been resolved, most notably on Linux, so smaller fonts will look more crisp.
(We promise the difference is real, even if image compression tries to hide it.)

Before vs After:
zed.dev
Zed @zed.dev · 1d
Why does every AI conversation break down?

Next Tuesday at 12pm ET, @steveklabnik.com and Richard Feldman are exploring why the AI discourse keeps breaking down and what better conversations might look like.

Join us 🧵
zed.dev
Zed @zed.dev · 1d
They never end!
zed.dev
Zed @zed.dev · 1d
With ~900 PR merges per month, even we find it hard to keep up with every new Zed feature landing. 😅

Hidden Gems aims to showcase some of the not-so-obvious features and workflows that we rely on daily. Give it a read, and if you have hidden gems you rely on, let us know!

zed.dev/blog/hidden-...
Hidden Gems: Team Edition Part 1 - Zed Blog
From the Zed Blog: Team-favorite workflows and hidden features of Zed.
zed.dev
zed.dev
Zed @zed.dev · 2d
JetBrains is adopting ACP.

Every @jetbrains IDE will support any ACP-compatible agent. Combined with Zed, Neovim, and Emacs, that's one protocol implementation reaching developers everywhere.

Agent developers: the ecosystem just got real.
zed.dev
Zed @zed.dev · 5d
🏎️💨
implabinash.bsky.social
When I say @zed.dev is fast, it's fast.

Trust me. It is fast.

#Zed #SoftwareDevelopment
zed.dev
Zed @zed.dev · 6d
Python in Zed is finally… fun 😎
• basedpyright by default
• auto-activated venvs + per-project interpreters
• monorepo-ready (multi-venv? yup)
• run/launch configs that don’t fight you

Bonus: ty + Ruff, out of the box (@astral_sh)

Learn more:
Making Python in Zed Fun - Zed Blog
From the Zed Blog: Less wrestling with settings.json == more coding.
zed.dev
zed.dev
Zed @zed.dev · 7d
#ZedEditor
zed.dev
Zed @zed.dev · 7d
Download Zed and view the full changelog here:

zed.dev/releases/sta...
zed.dev
Zed @zed.dev · 7d
Thanks to jneem, vim::HelixPaste is now available . And thanks to romaninsh, case-switching commands match Helix: "~", "`", and "Alt-`".
zed.dev
Zed @zed.dev · 7d
Zed now automatically embeds links when you paste URLs over existing text in Markdown files.
zed.dev
Zed @zed.dev · 7d
Continuing on from last week's Git additions, you can now rename branches through the `git: rename branch` action.
zed.dev
Zed @zed.dev · 7d
🚀 We just released Zed v0.206!

When the agent has access to tools, @-mentioning directories no longer includes all the contents of those directories. This lets the agent figure out what it needs and saves on unnecessary token burn.
zed.dev
Zed @zed.dev · 11d
Yes! The Git Panel will surface conflicts and when they are clicked on, will take you to the file where you can choose which version to keep, or edit directly.