Zed Editor v1.14.2-pre リリースZed Editor Releases v1.14.2-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 v1.14.2-preでは、Option+左矢印キーの単語移動の不具合やタブ展開列でのパニック、gitページャー設定時のハングなど複数のバグが修正された。
Zed v1.14.2-pre fixes several bugs including Option+Left cursor movement stopping incorrectly near punctuation, a panic with tab-expanded column selections, and a hang when the Zed Agent runs git commands with a pager configured.
要約と収集メタデータをもとに生成した AI 解説本文です。元記事全文の転載・翻訳ではありません。This AI explainer is generated from the summaries and collected metadata, not from a reproduction or translation of the full source article.
オープンソースの高速コードエディタ「Zed」を開発するZed Industriesは、プレリリース版となる「Zed Editor v1.14.2-pre」を公開した。今回の更新は新機能の追加ではなく、日常的な編集作業やAI連携機能で報告されていた複数の不具合修正に主眼が置かれている。
修正点の一つは、テキスト編集時のカーソル移動に関するものだ。macOSでよく使われるOption+左矢印キーによる単語単位の移動が、単語間の句読点の左側で意図せず停止してしまう挙動が是正された。開発元は該当の動作を示す動画も併せて公開しており、細かな操作性の改善に取り組んでいることがうかがえる。
また、タブ展開された列で選択範囲を追加した際に発生していたパニック(プログラムの異常終了)も修正された。Zedはインデントなどでタブ文字を空白に展開して表示する場合があり、その列位置の扱いに関わる問題と見られる。
さらに、AIコーディング支援機能である「Zed Agent」が、ページャー(pager)を設定した状態でgitコマンドを実行するとハング(応答停止)する問題も解消された。gitはlogやdiffなどの出力を通常lessのようなページャーに渡すため、対話的な待機状態がエージェントの処理を止めていた可能性がある。
ZedはRust言語で書かれたエディタで、動作の軽快さやリアルタイム共同編集、AIエージェント連携などを特徴とする。近年はCursorをはじめAI機能を組み込んだエディタが相次いで登場しており、Zedもエージェント機能の安定性向上を継続的に進めている。今回のように、外部コマンドとの連携時に生じる待機やクラッシュを地道につぶしていく作業は、エージェントを実務で使ううえで重要になる。
なお「-pre」が付くプレリリース版は、安定版に先立って新しい変更を検証するための位置づけであり、今回の修正も後続の安定版に反映されていくものと見られる。利用中のユーザーは、リリースノートで対象の変更内容を確認したうえで導入を判断するとよいだろう。
Zed Industries has released v1.14.2-pre, a release">pre-release build of its Rust-based, GPU-accelerated code editor that focuses on bug fixes rather than new capabilities. The update matters mainly to developers who track the editor's early channel, because release">pre-release builds are where corrections are validated before reaching the stable version, and this one resolves a cluster of issues spanning cursor movement, text selection, and the integrated Zed Agent.
One of the most noticeable corrections targets word-by-word navigation. On macOS, Option+Left is the standard shortcut for moving the cursor to the previous word, but in earlier builds it could stop to the left of punctuation that sits between words, interrupting the expected motion when the cursor encountered characters such as commas or hyphens. The fix, tracked as issue #62064 and accompanied by a demonstration video, restores more predictable behavior when moving across punctuated text.
A second fix addresses a panic, a term in Rust for an unrecoverable runtime error that halts execution, triggered when selections were added by a tab-expanded column (issue #62062). Column-based or block selections interact with tab characters that expand to multiple visual columns, and the mismatch between logical and displayed positions appears to have caused the crash. Resolving panics is a priority for editors written in Rust, since an unhandled panic can bring down an otherwise responsive session.
The third change involves the Zed Agent, the editor's built-in AI assistant. The team fixed a hang that occurred when the agent ran a git command while a pager was configured. Many git commands, such as git log or git diff, pipe their output through a pager like less by default, which waits for interactive input and never returns when invoked programmatically. That behavior is a common source of hangs in automated tooling, and the fix likely suppresses or bypasses the pager so the agent can capture command output and continue.
For readers less familiar with the project, Zed is an open-source editor developed by Zed Industries, a team that includes creators of the earlier Atom editor and the Tree-sitter parsing library. Its main selling points are speed, native performance from being written in Rust, and real-time collaboration features. The presence of an AI agent places Zed within a broader industry trend in which editors increasingly ship built-in assistants capable of running commands, editing files, and reasoning about codebases.
That trend is visible across adjacent tools. Cursor, a VS Code fork centered on AI-assisted coding, and GitHub Copilot, which has expanded from autocomplete into agent-style workflows, illustrate how command execution and repository awareness have become expected features. The git pager fix in this release is a small but telling example of the engineering required to make such agents reliable: an assistant that executes shell commands must handle the many ways those commands expect a human at the terminal, from interactive prompts to paged output.
Because v1.14.2-pre is a release">pre-release, it is aimed at users who opt into the preview channel and are comfortable reporting issues, rather than those who need maximum stability. The issue numbers cited in the changelog point to a public tracker where the underlying reports and discussion are available, allowing interested users to follow how each problem was diagnosed and resolved. The fixes are expected to flow into a subsequent stable release once they have been exercised in the field.
As with most incremental release">pre-release updates, there is no indication of breaking changes, and the emphasis is on refining existing behavior rather than introducing new workflows. Taken together, the three fixes reflect the routine but essential maintenance that keeps an actively developed editor usable, addressing everyday friction in text navigation while hardening the newer AI-driven features against edge cases that surface only in real-world use.
本ページの本文と要約は 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).





