zed/crates/agent_servers
Ben Brandt 2ca94a6032
acp: Register ACP sessions before load replay (#54431)
Insert sessions before awaiting `session/load` so replayed
`session/update` notifications can find the thread.

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

Release Notes:

- acp: Fix for some replay events getting dropped when loading a
previous session.
2026-04-22 10:29:34 +02:00
..
src acp: Register ACP sessions before load replay (#54431) 2026-04-22 10:29:34 +02:00
Cargo.toml Fix double borrow panic when ACP process dies (#54135) 2026-04-17 00:36:15 +00:00
LICENSE-GPL ACP (#34030) 2025-07-09 16:02:31 +00:00