This PR adds a banner showing request usage in the Agent panel: <img width="640" alt="Screenshot 2025-04-17 at 5 51 46 PM" src="https://github.com/user-attachments/assets/e0eb036c-57c1-441c-bbab-7dab1c6e56d9" /> Only visible to users on the new billing. Note to Joseph: Doesn't need to be cherry-picked to Preview. Release Notes: - N/A --------- Co-authored-by: Nate <nate@zed.dev>
8 lines
142 B
Rust
8 lines
142 B
Rust
mod agent_notification;
|
|
mod context_pill;
|
|
mod usage_banner;
|
|
|
|
pub use agent_notification::*;
|
|
pub use context_pill::*;
|
|
pub use usage_banner::*;
|