revamp /status (#4196)

<img width="543" height="520" alt="image"
src="https://github.com/user-attachments/assets/bbc0eec0-e40b-45e7-bcd0-a997f8eeffa2"
/>
This commit is contained in:
Ahmed Ibrahim
2025-09-25 08:38:50 -07:00
committed by GitHub
parent 250b244ab4
commit e363dac249
13 changed files with 1044 additions and 341 deletions

View File

@@ -0,0 +1,8 @@
#[derive(Debug, Clone)]
pub(crate) enum StatusAccountDisplay {
ChatGpt {
email: Option<String>,
plan: Option<String>,
},
ApiKey,
}