Zed

詳細情報

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

レビュー

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

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

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

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

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

スクリーンショット

更新グラフ

バージョン履歴

v0.214.1-pre Pre-release
Pre-release
  • Fixed issue where copying a screenshot from apps like CleanShot X into Agent Panel didn't work as expected. (#43256)
  • Fixed slow startup on Windows (#43248)
v0.214.0-pre Pre-release
Pre-release

This week's release includes Gemini 3 Pro, agent server extensions over SSH remoting, pretty TypeScript errors with language-aware Markdown, Vim range write commands, improved search performance in local projects, and new project_panel.sort_mode and terminal.scrollbar.scroll_multiplier settings.

Features

AI

  • Agent: Added the newly released Gemini 3 Pro model. (#43015; thanks mInrOz)
  • Agent: Added automatic retries for OpenAI-compatible LLM providers. (#37891; thanks timmclean)
  • Agent: When @mention-ing large files with no outline, their first 1KB is now added to context. (#42543
(省略されました)
v0.213.3

This week's release includes support for Gemini Pro 3, a setting to enable sticky scroll for keeping scopes visible at the top of the editor, multi-word snippet prefixes, configurable default models for custom agent profiles, improved UI responsiveness when staging/unstaging large Git files, and support for HTML styling elements and table captions in Markdown preview.

Features

AI

  • Agent: Added the newly released Gemini 3 Pro model. (#43015; thanks mInrOz)
  • Agent: Added an icon button in the agent panel that allows triggering the @-mention menu (for adding context) now also with the mouse. (#42449)
  • Agent: Added support for opening thread as markdown in remote projects. (#42182)
  • Agent: Enabled configuring a default model for each cu
(省略されました)
v0.213.3-pre Pre-release
Pre-release
  • Added thought signatures for Gemini tool calls (#42995)
v0.213.2-pre Pre-release
Pre-release
  • Fixed a panic in the diagnostics pane (#42930)
  • Fixes vim "go to definition" making a selection (#42903)
  • Deduplicate inlay hints from different language servers (#42900)
  • Fixed remote hosts causing duplicate hints to be displayed (#42881)
  • Fixed Zed panicking when moving Zed windows over different screens associated with different gpu devices on windows (#42748)
  • Fixed buffer header controls (staging checkbox) not showing partially staged files (#42720)
  • Fixed "Stage All"/"Unstage All" buttons from not working when git panel is not in focus (#42711)
  • Fix "Stage All"/"Unstage All" not affecting partiall
(省略されました)
v0.212.6
  • Fixed Agent Server extensions having the current working directory of the extension rather than the project (#42777)
  • Fixed an issue where the git panel checkbox was flickering and getting out of sync with file state on disk (#42661)
  • Trying to open invalid URLs in a browser now shows an error instead of panicking (#42637)
v0.213.1-pre Pre-release
Pre-release
  • Fixed remote server installation failing with nutshell (#42609)
  • Fixed panic in diagnostics pane (#42604)
v0.213.0-pre Pre-release
Pre-release

This week's release includes a setting to enable sticky scroll for keeping scopes visible at the top of the editor, multi-word snippet prefixes, configurable default models for custom agent profiles, improved UI responsiveness when staging/unstaging large Git files, and support for HTML styling elements and table captions in Markdown preview.

Features

AI

  • Agent: Added an icon button in the agent panel that allows triggering the @-mention menu (for adding context) now also with the mouse. (#42449)
  • Agent: Added support for opening thread as markdown in remote projects. (#42182)
  • Agent: Enabled configuring a default model for each custom agent profile, a
(省略されました)
v0.212.3-pre Pre-release
Pre-release
  • acp: Fixed an issue where Zed would not respect PromptCapabilities::embedded_context (#42320)
  • Fixed an issue where symbols could not be included when using specific ACP agents (#42321)
  • windows: Fixed crashes during drag-and-drop operations (#42301)
  • Fixed ctrl+c and friends not working in the terminal on macOS and linux (#42236)
v0.212.2-pre Pre-release
Pre-release
  • Fixed zed not starting when the database cannot be loaded (#42189)
  • Fixed a panic in inlay hints (#41971)
  • Fixed the codex wsl warning being shown on wsl itself (#42079)
  • Fixed an issuer with wsl exec detection eagerly failing, breaking remote connections (#42087)
  • Fixed shell environment fetching failing when having cmd configured as terminal shell (#42093)
v0.212.1-pre Pre-release
Pre-release
  • Fixed issue where completion menu no longer prioritizes relevant items for TypeScript and Python. (#42065)
  • ACP extensions can now run terminal login commands using relative paths (#42038)
  • windows: Fixed corrupted characters being inserted when Alt is pressed (preview only) (#42033)