Zed

詳細情報

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

レビュー

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

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

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

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

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

スクリーンショット

更新グラフ

バージョン履歴

v0.219.2-pre Pre-release
Pre-release
  • Fixed deleted portions of hunks in the branch diff and text diff views not being syntax-highlighted. (#46304)
v0.219.1-pre Pre-release
Pre-release
  • Fixed incorrect ordering of paths in the project diff when using the git panel's tree view. (#46285)
  • Fixed window border being rendered with a white background on Linux. (#46281)
v0.219.0-pre Pre-release
Pre-release

This week's release includes most of December's quality week items and is packed!
Highlights include subpixel (ClearType-style) text rendering on Windows and Linux to improve text clarity on standard DPI displays, the ability to favorite/pin Agent models, cycle them via alt-tab, and queue messages in the agent panel, a git: create pull request command, UI controls to restart/stop individual language servers, a which-key-like modal (enable with {"which_key": {"enabled": true}}), improved Markdown list editing via extend_list_on_newline and indent_list_on_tab, many performance boosts — and much much more!

Features

AI

(省略されました)
v0.218.5

This week's release includes initial support for Dev Containers, a new worktree trust mechanism, a new Tree view for the Git panel, SQL syntax highlighting in Python files, AI-generated commit messages that respect rules files (e.g. AGENTS.md), improved terminal scrolling and link detection, and a set of Helix mode keymap improvements.

Features

AI

  • Agent: Added save_file and restore_file_from_disk agent tools to handle dirty buffers when editing files. (#45005)
  • Agent: Added a button to the agent thread view that scrolls to the most recent prompt. (#44961)
  • Agent: Added the ability to use shift-tab to cycle through profiles for the built-in Zed agent. (#44979)
  • Agent:
(省略されました)
v0.218.5-pre Pre-release
Pre-release
Bump to 0.218.5 for @P1n3appl3
v0.218.4-pre Pre-release
Pre-release
  • Improved minimap performance when using custom fonts (#46024)
  • Fixed a memory leak when opening images (#45970)
  • Fixed worktree trust handling of multiple projects on the same remote host (#45839)
  • Fixed Zed OOM-ing when macOS file descriptors become invalid (#45700)
  • (Preview only) Fix devcontainers not starting when certain env variables were set (#45586)
  • Fixed terminal doesn't switch to project directory when opening remote project on Windows (#45390)
v0.218.3-pre Pre-release
Pre-release
  • Agent: Allowed pasting code without formatting via ctrl/cmd+shift+v. (#45254)
  • Agent: Fixed an issue where pasting a single line of code would always insert an @mention. (#45254)
  • Deepseek: Fixed issue with Deepseek API that was causing the token limit to be reached sooner than necessary. (#45250)
  • Fixed certain rust-analyzer snippets not shown. (#45229)
  • Fixed bracket colorization not applied on initial file open. (#45190)
  • Fixed certain modals not being dismissed on mouse click outside (Preview only). (#45185)
v0.218.2-pre Pre-release
Pre-release
  • Introduced worktree trust mechanism, can be turned off with "session": { "session": { "trust_all_worktrees": true }}
    • Read the Secure by Default blog post.
v0.218.0-pre Pre-release
Pre-release

This week's release includes initial support for Dev Containers, a new Tree view for the Git panel, SQL syntax highlighting in Python files, GPT-5.2 support for BYOK users, AI-generated commit messages that respect rules files (e.g. AGENTS.md), improved terminal scrolling and link detection, and a set of Helix mode keymap improvements.

Features

AI

  • Agent: Added GPT-5.2 support when using your own OpenAI key. (#44656)
  • Agent: Added save_file and restore_file_from_disk agent tools to handle dirty buffers when editing files. (#45005)
  • Agent: Added a button to the agent thread view that scrolls to the most recent prom
(省略されました)
v0.217.1

This week's release includes command palette history, git remotes support, branch names on git conflict buttons, automatic file context detection when pasting code into the agent panel, Grok 4.1 Fast models with 2M token context windows and vision support, and new RotateSelectionsForward/RotateSelectionsBackward actions for rotating content across multiple cursors.

Features

AI

  • Agent: Added automatic file context detection when pasting code into the AI agent panel. Pasted code now displays as collapsible badges showing the file path and line numbers (e.g., "app/layout.tsx (18-25)"). (#42982; thanks ddoemonn)
  • Agent: Added support for Grok 4.1 Fast (reasoning and non-reasoning) models in the xAI provider, with 2M token context windows and full visio
(省略されました)
v0.217.1-pre Pre-release
Pre-release
  • Added support for OpenAI's GPT-5.2. (#44656)
  • Fixed an issue where pasting code into the agent panel from another window would show an error (#44633)