zed/crates/edit_prediction_cli
Ben Kunkle 481854f754
ep: Various ep CLI improvements (#56587)
- limit diagnostics sent to teacher
- improve parallelism in `ep` commands when using `--max-parallelism` by
only grouping by repo when instructed too (repo grouping is only useful
for context collection)
- update rejected and rated queries to also fetch settled editable
region

Self-Review Checklist:

- [x] I've reviewed my own diff for quality, security, and reliability
- [x] Unsafe blocks (if any) have justifying comments
- [x] The content is consistent with the [UI/UX
checklist](https://github.com/zed-industries/zed/blob/main/CONTRIBUTING.md#uiux-checklist)
- [x] Tests cover the new/changed behavior
- [x] Performance impact has been considered and is acceptable

Closes #ISSUE

Release Notes:

- N/A or Added/Fixed/Improved ...
2026-05-13 11:34:50 +00:00
..
evals Add edit prediction evals that test related excerpt usage (#50256) 2026-02-26 15:36:29 -08:00
src ep: Various ep CLI improvements (#56587) 2026-05-13 11:34:50 +00:00
build.rs Reorganize edit prediction code and remove old experiments (#44187) 2025-12-04 15:56:57 -08:00
Cargo.toml Move edit prediction metrics into shared crate (#53912) 2026-04-14 21:04:10 +03:00
LICENSE-GPL Reorganize edit prediction code and remove old experiments (#44187) 2025-12-04 15:56:57 -08:00