collab-production ep: コンテキスト取得評価のマイナー変更 (#58572) collab-production: ui: Fix `end_slot_on_hover` API (#59805)
Zed の collab-production 評価パイプライン(ep)において、取得コンテキストの平均サイズ追跡や --type オプションのカンマ区切り対応などの小規模な改善が行われた。
English summary
- The issue here was that end_slot_on_hover would currently only work if end_slot was also set.
- With this, it will now work even if there is no end_slot .
- Release Notes: N/A
このプルリクエスト(#58572)は、Zed の collab-production 環境における評価パイプライン(ep)のコンテキスト取得機能に対するマイナーな変更をまとめたものです。取得されたコンテキストの平均サイズを追跡する機能が追加され、取得品質を定量的に把握しやすくなっています。
また、ep コンテキストの --type オプションにカンマ区切りで複数の値を指定できるようになり、一度の実行で複数タイプを評価する柔軟性が向上しました。さらに editable プリセットから oracle が除外され、評価構成が見直されています。
これらはいずれも内部的な評価・実験目的の変更であり、リリースノートは「N/A」とされています。エンドユーザーへの直接的な影響は限定的と考えられますが、詳細はソースのリリースページでご確認ください。
Pull request #58572 introduces minor changes to the evaluation pipeline (ep) for context retrieval in Zed's collab-production environment. The primary addition is tracking the average size of retrieved context, which should give the development team a clearer quantitative signal for measuring context-fetching quality over time.
The update also extends the ep context --type option to accept comma-separated values, enabling evaluation of multiple context types in a single invocation. Additionally, oracle has been excluded from the editable preset, refining how evaluation configurations are defined.
All three changes are scoped to internal evaluation and experimentation tooling, and the release notes are explicitly marked N/A, indicating no user-facing impact is expected. These adjustments appear to be part of an ongoing effort to improve the reliability and measurement of context retrieval in Zed's collaborative features. Readers seeking full technical details should refer to the linked GitHub release page.
本ページの本文・要約は AI による自動生成です。正確性は元記事 (github.com) をご確認ください。