Release Notes: - agent: Improved the AI-generated changes review UX by clearly exposing the generating state in the multibuffer tab. --------- Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
10 lines
189 B
Rust
10 lines
189 B
Rust
mod agent_notification;
|
|
mod animated_label;
|
|
mod context_pill;
|
|
mod usage_banner;
|
|
|
|
pub use agent_notification::*;
|
|
pub use animated_label::*;
|
|
pub use context_pill::*;
|
|
pub use usage_banner::*;
|