zed/crates/agent/src/ui.rs
Marshall Bowers dc83f1ad38
Rename assistant2 to agent (#27887)
This PR renames the `assistant2` crate to `agent`.

Release Notes:

- N/A
2025-04-02 00:40:47 +00:00

5 lines
99 B
Rust

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