feat(ui): display user tier in about command (#17400)

This commit is contained in:
Sehoon Shon
2026-01-23 16:03:53 -05:00
committed by GitHub
parent 6e202aeb6e
commit 68c5a9dc41
18 changed files with 108 additions and 10 deletions
+4
View File
@@ -963,6 +963,10 @@ export class Config {
return this.contentGenerator?.userTier;
}
getUserTierName(): string | undefined {
return this.contentGenerator?.userTierName;
}
/**
* Provides access to the BaseLlmClient for stateless LLM operations.
*/