Extract ContextHistory
to assistant_context_editor
(#23437)
This PR extracts the `ContextHistory` to the `assistant_context_editor` crate. Release Notes: - N/A
This commit is contained in:
parent
e59c910845
commit
be407e27f9
7 changed files with 47 additions and 25 deletions
|
@ -1,7 +1,6 @@
|
|||
#![cfg_attr(target_os = "windows", allow(unused, dead_code))]
|
||||
|
||||
pub mod assistant_panel;
|
||||
mod context_history;
|
||||
mod inline_assistant;
|
||||
pub mod slash_command_settings;
|
||||
mod terminal_inline_assistant;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue