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:
Marshall Bowers 2025-01-21 20:32:24 -05:00 committed by GitHub
parent e59c910845
commit be407e27f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 47 additions and 25 deletions

View file

@ -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;