Zed Editor v1.14.1-pre リリースZed Editor Releases v1.14.1-pre
匿名の公開いいねです。記事の保存・お気に入りではなく、Featured、Top 3、重要度、掲載順位には影響しません。仕組みとプライバシーAnonymous public likes are reactions, not saved articles or bookmarks. They do not affect Featured, Top 3, importance, or listing order.How it works and privacy
Zed EditorのプレリリースにAgentのターミナルコマンドとWeb取得のサンドボックス化、Project Panelでのファイル操作の取り消し・やり直し、コミット時のSkip Hooksオプション、Agent Panelのフォント設定が追加された。
Zed v1.14.1-pre adds sandboxing for Agent terminal commands and web fetches, undo/redo support for Project Panel file operations, a Skip Hooks commit option, and configurable Agent Panel fonts.
要約と収集メタデータをもとに生成した AI 解説本文です。元記事全文の転載・翻訳ではありません。This AI explainer is generated from the summaries and collected metadata, not from a reproduction or translation of the full source article.
高速なコード編集で知られるZed Editorが、プレリリース版「v1.14.1-pre」を公開した。今回の目玉は、AI機能「Agent」が実行するターミナルコマンドやWeb取得のサンドボックス化で、自動化されたエージェントの安全性を高める狙いがあると見られる。
Zedはこれまでも、エディタ内でAIエージェントがコードの編集やコマンド実行を代行する機能を強化してきた。しかし、エージェントが任意のシェルコマンドを実行したり外部リソースを取得したりする仕組みは、意図しない操作や情報漏えいのリスクを伴いやすい。今回導入されたサンドボックス化は、こうした処理を隔離された環境で行うことで影響範囲を限定しようとするアプローチと位置づけられる。AIエージェントを組み込むエディタが増えるなか、Cursorをはじめとする競合でも同様の安全性への配慮が課題となっており、Zedの対応もその流れに沿ったものといえる。
そのほかの変更点として、プロジェクト内のファイル一覧を扱う「Project Panel」で、ファイル操作の取り消し(undo)とやり直し(redo)がサポートされた。ファイルのリネームや移動、削除といった操作を誤った場合でも、テキスト編集と同様に元に戻せるようになる点は、日常的な作業の安心感につながりそうだ。公式ドキュメントでも挙動が案内されている。
Git関連では、コミット時にフックの実行を省略できる「Skip Hooks」オプションが追加された。pre-commitフックなどによる検査を一時的にスキップしたい場面での利便性が期待される。また、AIとの対話を行う「Agent Panel」ではフォントを設定できるようになり、表示のカスタマイズ性が高まった。
なお本バージョンは正式版ではなくプレリリースであり、開発を担う「Zed Guild」から提供されている。新機能を早期に試せる一方で、安定版に比べて予期しない不具合が含まれる可能性がある点には留意したい。今後、正式版へ向けて挙動が調整される可能性もある。
Zed, the Rust-based code editor known for its speed and its expanding set of AI features, has published v1.14.1-pre, a release">pre-release build that concentrates on making its built-in Agent safer to run while smoothing several everyday editing and version-control workflows. The headline change is sandboxing for the Agent's terminal commands and web fetches, a move that reflects a broader industry conversation about how much latitude AI coding assistants should have on a developer's machine.
Sandboxing, in this context, refers to constraining the operations an AI agent performs so that they run in a more isolated environment rather than with unrestricted access to the host system. Because agentic coding tools increasingly execute shell commands, install dependencies, and reach out to the network on a user's behalf, the risk surface grows accordingly. Applying sandboxing to both terminal commands and web fetches appears intended to limit the blast radius if an agent runs something unexpected or acts on untrusted input. The release notes frame this as a security-oriented improvement, though the exact boundaries of the sandbox and the platforms it covers are best confirmed against Zed's own documentation.
The build also adds undo and redo support for file operations in the Project Panel, with accompanying documentation. The Project Panel is Zed's file-tree sidebar, and operations such as creating, renaming, moving, or deleting files have historically been difficult to reverse in many editors once performed. Bringing these actions under the same undo and redo model that developers expect from text editing is a usability refinement that reduces the cost of mistakes during routine file management.
On the version-control side, the release introduces a Skip Hooks option for commits. Git hooks are scripts that run automatically at certain points in the version-control lifecycle, such as pre-commit hooks that lint code, run tests, or enforce formatting before a commit is accepted. These checks are valuable but can be slow or occasionally get in the way of a quick, intentional commit. A Skip Hooks option gives developers a deliberate way to bypass those scripts when needed, mirroring the command-line behavior of committing with hooks disabled, without leaving the editor.
Rounding out the changes, the update makes Agent Panel fonts configurable. The Agent Panel is the interface through which Zed's AI assistant is used, and allowing users to set its font is a smaller quality-of-life adjustment that brings the panel in line with the customization already available elsewhere in the editor. Collectively, these four items suggest a release cycle balancing security hardening with incremental interface polish rather than a single large feature push.
It is worth underscoring that this is a release">pre-release, denoted by the "-pre" suffix on the version number. release">Pre-release and nightly channels typically ship newer changes to users who want early access and are willing to tolerate rough edges, ahead of a more thoroughly tested stable build. Features that land in a release">pre-release can shift before they reach the general release, so behavior described here may still evolve. The release was, according to the notes, shipped by the Zed Guild, the team's framing for the group responsible for a given cycle.
For context, Zed was created by the team behind the Atom editor and the Tree-sitter parsing library, and it has positioned itself as a high-performance, collaborative editor written in Rust. Its investment in an integrated Agent places it alongside a wave of AI-forward development tools, including Cursor, GitHub Copilot's agent modes, and command-line assistants such as Claude Code, all of which are grappling with the same tension between capability and safety. As these tools take on more autonomous actions, sandboxing and permission controls are becoming a recurring theme across the category rather than a differentiator unique to any one product.
For users tracking Zed's trajectory, v1.14.1-pre is likely most interesting for what the sandboxing work signals about the editor's direction: treating the Agent as a component that needs guardrails by default. Developers who rely on custom Git hooks, frequent file reorganization, or a heavily used Agent Panel stand to benefit most immediately from the remaining changes. As always with a release">pre-release, consulting the linked documentation and testing in a non-critical project is the prudent approach before depending on the new behavior in day-to-day work.
本ページの本文と要約は AI による自動生成です。日本語版と英語版は言語ごとに独立して生成されるため、表現や詳しさが異なる場合があります。正確性は元記事 (github.com) をご確認ください。The body and summaries are AI-generated independently for each language, so wording and detail may differ. Verify accuracy at the original source (github.com).





