- Show thread's summary in notification title - Improve thread's summary prompt so it's more descriptive - Make whole notification clickable  Release Notes: - N/A
6 lines
99 B
Rust
6 lines
99 B
Rust
mod agent_notification;
|
|
mod context_pill;
|
|
|
|
pub use agent_notification::*;
|
|
pub use context_pill::*;
|