Zed

詳細情報

タイトル Zed
URL https://zed.dev/
バージョン ver 0.227.1-pre
更新日 2026/03/06
追加日 2024/01/25
種別 フリーソフト / オープンソース(GPL)
説明 AtomエディターとTree-sitter構文解析フレームワークのクリエイターが率いる高速テキストエディタ。

レビュー

Zedは、AtomとTree-sitterのクリエイターによる、高性能でマルチプレイヤーなコードエディタ。ソースコードも公開されている。

IDEのパワーと軽量エディタの応答性を組み合わせ開発者の生産性を高めることができる。CPUコアとGPUを効率的に活用し、起動やファイルの読み込みを高速化し、キー入力に対する応答性を高めている。

GitHub Copilotをサポートし、GPT-4を使って自然言語のプロンプトを入力してコードを生成したり、リファクタリングすることができる。内蔵のアシスタントパネルでコンテキストを切り替えることなくモデルと会話し、インライン生成中に会話を参照することもできる。

すべてのバッファの完全な構文ツリーを維持し、正確なコードハイライト、自動インデント、検索可能なアウトラインビュー、構造選択を可能にする。言語サーバープロトコルを使用して、自動補完、コードナビゲーション、診断、リファクタリングを行う。

Vimモードやターミナル、テーマにも対応。

スクリーンショット

更新グラフ

バージョン履歴

v0.227.1-pre Pre-release
Pre-release
  • Linux: Handle GPU device loss gracefully (#50902)
  • Added GPT-5.4 and GPT-5.4-pro as available models when using your own OpenAI API key. (#50896)
  • Fixed a crash that could occur on macOS when changing monitor configurations (#50878)
v0.227.0-pre Pre-release
Pre-release

This week's release includes support for parallel subagents, Vercel AI Gateway as a new LLM provider, git diff stats in the git panel, and support for compound emojis.

We've also migrated all built-in agents to the ACP Registry, enabling you to remove agents you do not use.

Features

AI

  • Agent: Added a new spawn_agent tool which allows the Zed Agent to utilize subagents for doing tasks in parallel and better context management. (#50493)
  • Agent: Added support for GPT-5.3-Codex as a bring-your-own-key model in the OpenAI provider. (#50122)
  • Agent: Added Vercel AI Gateway as a new LLM provider in Zed. (#50207; thanks
(省略されました)
v0.226.4

This week's release includes support for self-hosted OpenAI-compatible servers for edit predictions, a new Review Diff button in the git branch diff view for sending diffs to an agent for review, diagnostic count badges in the project panel, and the ability to undo the reject all action when reviewing agent-made changes.

Features

AI

  • Added the ability to use a self-hosted OpenAI-compatible server for edit predictions. (#49554)
  • Agent: Added the ability to undo the reject all action from agent-made changes. (#48462)
  • Agent: Added support for Claude Sonnet 4.6 for Bedrock. (#49439; thanks 5herlocked)
  • Agent: Added fallback error handling for connect failures. (#50063)
  • Agent:
(省略されました)
v0.226.4-pre Pre-release
Pre-release
  • Fixed Zed failing to initialize OpenGL on certain Linux devices (#50651)
  • Fix a panic when opening the remote server modal (#50650)
  • Fixed Zed not being responsive on some Linux configurations (#50643)
v0.225.12
  • linux: Reduce crashes in the face of transient GPU errors (#50539)
  • Linux: Select a more appropriate GPU (#50528)
v0.226.3-pre Pre-release
Pre-release
  • Linux: Select a more appropriate GPU (#50528)
  • linux: Reduce crashes in the face of transient GPU errors (#50542)
  • Fixed a visual gap between diff hunk controls and buffer headers (#50467)
  • Fixed a bug that prevented settings files from opening on remotes (#50382)
v0.226.2-pre Pre-release
Pre-release
  • Linux: Fix panic when requested window size was larger than supported by your GPU (#50346)
  • Linux: Fixed a panic in the new WPGU renderer during resize (#50343)
  • vim: Fixed panic when incrementing a number preceded by a multibyte character (#50339)
  • Fixed a bug that caused Zed to appear not to open if your workspaces failed to restore (#50334)
  • Windows: Fixed a panic registering a path with language servers when the UNC path cannot be represented by a Rust URI. (#50310)
v0.226.1-pre Pre-release
Pre-release
  • acp: Fix for config selectors not always being refreshed (#50251)
  • Fixed potential crash from initializing devcontainer.json (#50234)
  • Fixed a panic when toggling the split diff view while searching. (#50213)
  • Fixed a panic rendering diff hunk headers in 0-height editors (#50164)
  • Fixed remote server failing to launch on Windows. (#50153)
v0.226.0-pre Pre-release
Pre-release

This week's release includes support for self-hosted OpenAI-compatible servers for edit predictions, a new Review Branch button in the git branch diff view for sending diffs to an agent for review, diagnostic count badges in the project panel, and the ability to undo the reject all action when reviewing agent-made changes.

Features

AI

  • Added the ability to use a self-hosted OpenAI-compatible server for edit predictions. (#49554)
  • Agent: Added the ability to undo the reject all action from agent-made changes. (#48462)
  • Agent: Added support for Claude Sonnet 4.6 for Bedrock. (#49439; thanks 5herlo
(省略されました)
v0.225.9

This week's release includes session history for external agents, agent panel restoration (so your threads survive editor restarts), thinking effort level controls for supported models, mermaid diagram support in markdown preview, and the option to include LSP document symbols in breadcrumbs and outline UI ("document_symbols": "on").

Additionally, Linux now uses wgpu as the graphics backend, resolving a handful of outstanding stability issues.

Features

AI

  • ACP: Exposed session history for the following external agents: Auggie, Claude Agent, Codex, Factory Droid, Junie, Kimi CLI, Mistral Vibe, and OpenCode. (#49449)
  • Agent: Added support for controlling thinking effort levels with supported models using the Zed provider. (#49274)
  • Age
(省略されました)
v0.225.9-pre Pre-release
Pre-release
  • Broaden Windows asset detection to all architectures (#50062)
  • Fixed a panic when the askpass dialogue opened while committing. (#50059)
  • Fixed a panic in Copilot completions (#50058)
  • Fixed a panic when pasting into the agent UI (#50055)
  • Fixed a (rare) panic when a fold was created immediately following a tab character (#50054)
  • Fix (rare) panic when breadcrumbs contain newlines (#50053)