- Keep history across threads - Reset position when edited Release Notes: - N/A --------- Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
7 lines
141 B
Rust
7 lines
141 B
Rust
mod completion_provider;
|
|
mod message_history;
|
|
mod thread_view;
|
|
|
|
pub use message_history::MessageHistory;
|
|
pub use thread_view::AcpThreadView;
|