
We were leaking diffs and terminals on rewind, we'll now clean them up. This PR also introduces a refactor of how we mantain the entry view state to use a `Vec` that's kept in sync with the thread entries. Release Notes: - N/A
10 lines
268 B
Rust
10 lines
268 B
Rust
mod completion_provider;
|
|
mod entry_view_state;
|
|
mod message_editor;
|
|
mod model_selector;
|
|
mod model_selector_popover;
|
|
mod thread_view;
|
|
|
|
pub use model_selector::AcpModelSelector;
|
|
pub use model_selector_popover::AcpModelSelectorPopover;
|
|
pub use thread_view::AcpThreadView;
|