zed/crates/assistant_context_editor
Marshall Bowers 417760ade7
Extract ContextEditor to assistant_context_editor (#23433)
This PR extracts the `ContextEditor` to the `assistant_context_editor`
crate.

As part of this, we have decoupled the `ContextEditor` from the
`AssistantPanel`.

There is now an `AssistantPanelDelegate` that the `ContextEditor` uses
when it needs to interface with the Assistant panel.

Release Notes:

- N/A
2025-01-21 23:08:34 +00:00
..
src Extract ContextEditor to assistant_context_editor (#23433) 2025-01-21 23:08:34 +00:00
Cargo.toml Extract ContextEditor to assistant_context_editor (#23433) 2025-01-21 23:08:34 +00:00
LICENSE-GPL