Zed Editor v1.5.5 リリースZed Editor Releases v1.5.5
匿名の公開いいねです。記事の保存・お気に入りではなく、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.5.5がリリース。
- Anthropic BYOKにClaude Fable 5を追加したほか、Gitリポジトリの信頼ボタンをクリックしても反応しないバグを修正した。
Zed Editor v1.5.5 adds Claude Fable 5 to the Anthropic BYOK provider and fixes a bug where clicking the trust button for a Git repository had no effect.
要約と収集メタデータをもとに生成した 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のバージョン1.5.5がリリースされた。今回の更新は、AI連携機能の選択肢拡充と、Git運用に関わる不具合の修正が柱となっている。
最も注目される変更点は、Anthropic向けのBYOK(Bring Your Own Key)プロバイダーに「Claude Fable 5」が追加されたことだ。BYOKとは、ユーザーが自身で契約・取得したAPIキーをエディタに登録し、各社の大規模言語モデルを利用する仕組みを指す。Zedはこれまでもコード補完やチャット形式の支援機能をエディタ内に統合してきたが、利用可能なモデルが増えることで、開発者は用途やコスト、応答品質に応じてモデルを選び分けやすくなる。AnthropicのClaudeシリーズはコーディング支援の領域で評価が高く、選択肢の追加は実務での使い勝手向上につながると見られる。
もう一つの修正は、Gitリポジトリの「信頼(trust)」ボタンをクリックしても反応しないという不具合への対応だ。Zedをはじめ近年のエディタは、未知のリポジトリを開いた際にワークスペース設定やタスク定義が自動実行されることを警戒し、ユーザーが明示的に信頼を与える設計を採用している。これはセキュリティ上の重要な仕組みであり、ボタンが機能しなければ意図した操作が完了せず、作業の妨げになっていた可能性がある。今回の修正でこの動線が正常化される。
Anthropic BYOKにClaude Fable 5を追加したほか、Gitリポジトリの信頼ボタンをクリックしても反応しないバグを修正した。
背景として、Zedは旧Atomの開発に携わったメンバーが立ち上げ、Rustで実装された点が特徴だ。GPUを活用した描画による軽快な動作を強みとし、近年はAI機能の取り込みを積極的に進めている。エディタ分野ではMicrosoftのVS Codeが広く普及し、AnthropicやOpenAIのモデルを組み込んだAIコーディング支援も各社が競って強化している。Cursorのように既存エディタを土台にAI体験を前面へ押し出す製品も登場しており、Zedのこうした漸進的なモデル拡充は、競争が続く市場での立ち位置を保つ取り組みの一環と位置づけられる。
今回のv1.5.5は機能追加とバグ修正を組み合わせた比較的小規模な更新だが、AI連携の継続的な拡張と安定性の改善という、同エディタの開発方針を示す内容といえる。詳細な変更点や対象モデルの仕様については、公式のリリースノートを確認することが推奨される。
Zed Editor has shipped version 1.5.5, a point release that broadens the editor's support for Anthropic's Claude models and corrects a defect in its Git repository handling. The update is incremental rather than sweeping, but it touches two areas that have become central to the way many developers work inside modern code editors: AI-assisted coding and version control.
The headline change is the addition of Claude Fable 5 to Zed's Anthropic provider under its bring-your-own-key, or BYOK, configuration. BYOK lets users supply their own API credentials directly to the editor, so that requests to the model are billed through the developer's personal or organizational Anthropic account rather than routed through a Zed-managed subscription or proxy. By exposing Claude Fable 5 as a selectable option, Zed allows users who already have access to the model to point the editor's assistant, inline completions, and related AI features at it without waiting for a deeper platform integration. For teams with existing Anthropic contracts, this approach also keeps usage and spending within their own billing and governance controls.
The BYOK model has become a common pattern across AI-enabled editors, in part because it sidesteps the cost and complexity of bundling model access into a product subscription. It also gives users flexibility to switch between providers and model versions as new releases appear. Anthropic's Claude family is frequently offered alongside models from other vendors in these integrations, and adding a newer model variant is typically a matter of registering its identifier and any associated parameters rather than re-architecting the provider. That makes incremental additions like this one relatively low-risk, while still giving users early access to capabilities the newer model may offer.
The second notable change in v1.5.5 is a bug fix affecting Git repositories. In prior builds, clicking the trust button for a repository reportedly had no effect, leaving users unable to complete the action through the interface. Repository trust prompts are a security-oriented mechanism: editors increasingly ask users to confirm that they trust a project's source before enabling features that could execute code or read sensitive configuration, a concept popularized by workspace trust in other editors. When such a control fails to respond, it can block the intended workflow and create confusion about whether the repository is actually trusted. Restoring the button's functionality removes that friction and ensures the trust state can be set as designed.
For readers less familiar with the project, Zed is a high-performance, multiplayer-capable code editor built largely in Rust and developed by Zed Industries, a team that includes several people behind the earlier Atom editor. Zed emphasizes low latency and GPU-accelerated rendering, and over successive releases it has steadily layered in collaborative editing, language server support, an integrated terminal, native Git tooling, and an AI assistant. The editor is positioned in a competitive segment that includes Visual Studio Code and AI-forward tools such as Cursor, where the integration of large language models directly into the editing surface has become a key point of differentiation.
The combination of an AI provider update and a Git interface fix in a single patch reflects how tightly these capabilities are now woven into everyday editing. Version control trust dialogs and model selection menus sit close together in the modern editor's surface, and both need to behave reliably for the overall experience to feel dependable. A release of this kind appears aimed at keeping the editor current with the latest model availability while resolving small but disruptive interface regressions before they accumulate.
Users running earlier versions can typically obtain the update through Zed's built-in auto-update mechanism or by downloading the latest build from the project's distribution channels. Those who intend to use Claude Fable 5 will need a valid Anthropic API key and should confirm that their account has access to the model, since BYOK configurations depend on the credentials and entitlements tied to the user's own provider account rather than anything bundled with the editor. As with any point release, reviewing the published release notes is advisable to confirm the full list of changes and any version-specific requirements.
本ページの本文と要約は 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).





