Zed

詳細情報

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

レビュー

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

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

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

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

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

スクリーンショット

更新グラフ

バージョン履歴

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)
v0.217.0-pre Pre-release
Pre-release

This week's release includes command palette history (press up to recall recently executed commands), git remotes support, branch names on git conflict buttons instead of HEAD/ORIGIN, 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)"). (<
(省略されました)
v0.216.0-pre Pre-release
Pre-release

This week's release includes a File History view for viewing the commit history of individual files, word-based diff highlighting, UI for deleting Git branches, improved pyright/basedpyright completion sorting for Python, and many performance improvements! 🙌

Features

AI

  • Agent: Improved delete thread action in the history view by preventing it from also triggering the thread activation. (#43796; thanks aeroxy)
  • Agent: Made the thread loading state clearer in the agent panel. (#43765)
  • Agent: Added support for deleting your entire thread history. (#43370; thanks RemcoSmitsDev)
  • Agent: Revised t
(省略されました)
v0.215.3-pre Pre-release
Pre-release
  • Fixed git gutter incorrectly showing up for ignored files. (#43782)
  • Improved performance of bracket colorization in large multibuffers (#43717)
  • agent: Show an error message to the user if we are unable to initialize an ACP agent in a reasonable amount of time. (#43668)
  • (Preview only) Fixed html tags incorrectly colorized (#43645)
v0.215.2-pre Pre-release
Pre-release
  • (Preview only) Fixed failures to fetch remoting server (needed to run remoting). (#43616)
  • Fixed bracket colorization mixing colors in markdown files (#43610)
  • Fixed a small issue where bracket colors would not be immediately updated if experimental_theme_overrides.accents was changed. (#43606)
v0.215.1-pre Pre-release
Pre-release
  • (Preview only): Fixed an update loop with latest Preview update. (#43597)
v0.215.0-pre Pre-release
Pre-release

This week's release brings rainbow brackets 🌈 (addressing a feature-request with 1080 👍s), support for OpenAI's GPT 5.1 model for BYOK users, and further performance improvements to project search.

Features

AI

  • Added support for OpenAI's GPT 5.1 model to BYOK. (#43492)
  • Agent: Added the ability to set a model as the default for a given built-in external agent (Claude Code, Codex CLI, or Gemini CLI). (#43122)
  • Agent: Added support for specifying settings for ACP extensions (default_mode, default_model). (#43177)
  • Agent: Improved the "reject"/"keep" behavior when regenerating older prompts by au
(省略されました)
v0.214.5

This week's release includes 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 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)
  • Agent: Improved the modal to add LLM providers by making it responsive and keyboard navigable. (#42983)
  • Agent: Improved discoverability of the cmd-n keybinding to create a new thread with the
(省略されました)
v0.214.5-pre Pre-release
Pre-release
  • Add support for Gemini 3 to Copilot (#43096)
  • Gemini 3 now works on OpenRouter in the Agent Panel (#43416)
  • Fixed an issue where the source property of MCP settings would show up as unrecognised (#43417)
  • Fixed modals not getting focus on window reopen (#43451)
v0.214.4-pre Pre-release
Pre-release
  • Added support for Opus 4.5 (#43428)
  • workspace: Add panels as soon as they are ready (#43422)
v0.214.3-pre Pre-release
Pre-release
  • Fixed long running pre-commit hooks causing committing from Zed to fail. (#43286)