TEMP
This commit is contained in:
parent
251baacdab
commit
296e3fcf69
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,6 @@ mod context_picker;
|
|||
mod context_server_configuration;
|
||||
mod context_strip;
|
||||
mod debug;
|
||||
mod history_store;
|
||||
mod inline_assistant;
|
||||
mod inline_prompt_editor;
|
||||
mod language_model_selector;
|
||||
|
@ -22,6 +21,7 @@ mod terminal_codegen;
|
|||
mod terminal_inline_assistant;
|
||||
mod text_thread_editor;
|
||||
mod thread_history;
|
||||
mod thread_history2;
|
||||
mod tool_compatibility;
|
||||
mod ui;
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
use crate::history_store::{HistoryEntry, HistoryStore};
|
||||
use crate::{AgentPanel, RemoveSelectedThread};
|
||||
use agent::history_store::{HistoryEntry, HistoryStore};
|
||||
use chrono::{Datelike as _, Local, NaiveDate, TimeDelta};
|
||||
use editor::{Editor, EditorEvent};
|
||||
use fuzzy::{StringMatch, StringMatchCandidate};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue