zed/crates/assistant2
Marshall Bowers 3d8625f25c
assistant2: Store deduped context on the Thread (#22781)
This PR is a small refactoring in advance of some other changes.

Previously we were storing the whole `Context` associated with each
message. However, it's likely that multiple messages may end up using
the same context.

We now store the deduped context in a separate collection and refer to
it from each message by its `ContextId`.

Release Notes:

- N/A
2025-01-07 17:21:39 +00:00
..
src assistant2: Store deduped context on the Thread (#22781) 2025-01-07 17:21:39 +00:00
Cargo.toml assistant2: Wire up the directory context picker (#22582) 2025-01-02 19:42:59 +00:00
LICENSE-GPL