mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-21 23:40:44 -07:00
feat(ui): display user tier in about command (#17400)
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user