Zed
詳細情報
| タイトル | Zed |
|---|---|
| URL | https://zed.dev/ |
| バージョン | ver 0.224.4-pre |
| 更新日 | 2026/02/18 |
| 追加日 | 2024/01/25 |
| 種別 | フリーソフト / オープンソース(GPL) |
| 説明 | AtomエディターとTree-sitter構文解析フレームワークのクリエイターが率いる高速テキストエディタ。 |
レビュー
Zedは、AtomとTree-sitterのクリエイターによる、高性能でマルチプレイヤーなコードエディタ。ソースコードも公開されている。
IDEのパワーと軽量エディタの応答性を組み合わせ開発者の生産性を高めることができる。CPUコアとGPUを効率的に活用し、起動やファイルの読み込みを高速化し、キー入力に対する応答性を高めている。
GitHub Copilotをサポートし、GPT-4を使って自然言語のプロンプトを入力してコードを生成したり、リファクタリングすることができる。内蔵のアシスタントパネルでコンテキストを切り替えることなくモデルと会話し、インライン生成中に会話を参照することもできる。
すべてのバッファの完全な構文ツリーを維持し、正確なコードハイライト、自動インデント、検索可能なアウトラインビュー、構造選択を可能にする。言語サーバープロトコルを使用して、自動補完、コードナビゲーション、診断、リファクタリングを行う。
Vimモードやターミナル、テーマにも対応。
スクリーンショット
更新グラフ
バージョン履歴
- Added BYOK support for Claude Sonnet 4.6 (#49392)
- Fix a potential crash around multibyte characters in edit predictions (#49369)
- ruby: Added Kanayago as an available language server. (#49357)
- acp: Claude Code is now referred to as Claude Agent, per Anthropic branding guidelines. (#49348)
- Fix panic that could occur when navigating external code (#49338)
- agent: Fix permission options not rendering on terminal commands (#49271)
- Fixed an issue where Zed would randomly crash on macOS intel (#49248)
- Removed non-functional folding creases from the gutter. (#49212)
- Fixed
json-language-serverdocument folds not being parsed correctly (#49152)
- Improved performance when toggling from the unified diff to the split diff. (#49127)
- Fixed misalignment of lines in the split diff when using inlay hints. (#49124)
- Fixed semantic highlights not cleared when disabled in settings (#49066)
- Improved performance when opening the split diff view. (#48979)
This week's release includes side-by-side diff viewing, LSP semantic tokens highlighting, granular per-tool permission settings for the Agent, and further safeguards against the Agent running destructive commands.
Features
AI
- Agent: Introduced per-tool permission settings, including regexes for controlling when tools may be auto-allowed, auto-denied, or always require confirmation. (#48553)
- Agent: Added Claude Opus 4.6 and 4.6 Thinking with Cross region inference for US, EU, and Global endpoints. (#48525; thanks 5herlocked)
- Agent: Improved terminal command safety by auto-blocking a wider range of dangerous commands (e.g.
rm -rf $H
- Fixed an issue where the codestral URL used for credentials would be different than the one used for requests causing authentication errors (#48533)
- Fixed a bug that caused Copilot Chat to not report any available models.
- Added Claude Opus 4.6
- Now Claude Opus 4.6 and Sonnet 4.5 BYOK models support variations that have context windows of 1 million tokens (and have different pricing) (#48512)
This week's release includes support for multiple edit prediction providers (GitHub Copilot's Next Edit Suggestions, Ollama, Codestral, Sweep, and Mercury Coder), the ability to open the Agent Panel with an initial prompt via URL, sending terminal selections into Agent threads, automatic blocking of dangerous Agent commands like rm -rf /, Azure as a Git provider, GitLab merge request links in git blame hover popover, and right-click downloading of files and folders from remote development servers.
Features
AI
- Edit Prediction: Added support for multiple edit prediction providers, including GitHub Copilot's Next Edit Suggestions, Ollama, Codestral, Sweep, and Mercury C
This week's release includes support for multiple edit prediction providers (GitHub Copilot's Next Edit Suggestions, Ollama, Codestral, Sweep, and Mercury Coder), zooming and panning in the image viewer, Windows as a supported target for SSH remoting, significantly reduced resource usage when watching filesystem changes on macOS, and the ability to rename terminal tabs via right-click or double-click.
Features
AI
- Edit Prediction: Added support for multiple edit prediction providers, including GitHub Copilot's Next Edit Suggestions, Ollama, Codestral, Sweep, and Mercury Coder. To configure, open the
Edit Predictionmenu and selectConfigure Providers. - Agent: Made the message queue feature available for external agents as well. (#47379)
- Ag
- Fixed issues with signing into Copilot via the Settings UI (#47966)
- Fixed an issue where images in the image viewer would not fit the viewer initially. (#47904)
- Fixed a typo in the link to the ACP registry URL blog post (#47892)
This week's release includes initial notebook execution support (launch kernels and run code cells directly in Zed), zooming and panning in the image viewer, Windows as a supported target for SSH remoting, significantly reduced resource usage when watching filesystem changes on macOS, and the ability to rename terminal tabs via right-click or double-click.
Features
AI
- Agent: Made the message queue feature available for external agents as well. (#47379)
- Agent: Added a menu for inserting context more easily with the mouse in the agent panel. (#47768)
- Agent: Improved
@file completions in agent panel to be more accurate. (#47466
