This commit is contained in:
Kirill Bulatov 2025-07-30 13:20:23 +00:00 committed by GitHub
parent 00725273e4
commit bc075340bb
264 changed files with 5974 additions and 14197 deletions

View file

@ -1,8 +1,8 @@
use client::{ModelRequestUsage, RequestUsage, zed_urls};
use cloud_llm_client::{Plan, UsageLimit};
use component::{empty_example, example_group_with_title, single_example};
use gpui::{AnyElement, App, IntoElement, RenderOnce, Window};
use ui::{Callout, prelude::*};
use zed_llm_client::{Plan, UsageLimit};
#[derive(IntoElement, RegisterComponent)]
pub struct UsageCallout {