ZIm/crates/assistant2
Marshall Bowers 98ea659af6
assistant2: Fix thread history only working in one Zed window (#25119)
This PR fixes an issue where the thread history would only work in one
Zed window at a time.

The backing LMDB database can only be opened once per Zed instance.
However, the `ThreadStore` has one instance per Zed window.

To fix this, we need to create the `heed` environment once and store it
as a global, and then reference the same environment across all of the
`ThreadStore`s.

Release Notes:

- N/A
2025-02-18 22:44:43 +00:00
..
src assistant2: Fix thread history only working in one Zed window (#25119) 2025-02-18 22:44:43 +00:00
Cargo.toml assistant2: Add thread persistence (#23582) 2025-01-24 00:09:26 +00:00
LICENSE-GPL Break ground on assistant2 (#21109) 2024-11-23 11:24:52 -05:00