Files
oak-gpui/crates/assistant2/src/ui.rs
T
Agus Zubiaga da47013e56 assistant2: Agent notification improvements (#27638)
- Show thread's summary in notification title
- Improve thread's summary prompt so it's more descriptive
- Make whole notification clickable


![image](https://github.com/user-attachments/assets/f29da109-f16e-40af-bb43-0882403535c5)

Release Notes:

- N/A
2025-03-28 16:30:48 +00:00

6 lines
99 B
Rust

mod agent_notification;
mod context_pill;
pub use agent_notification::*;
pub use context_pill::*;