diff options
| author | Miguel Solorio <[email protected]> | 2025-05-23 10:34:15 -0700 |
|---|---|---|
| committer | N. Taylor Mullen <[email protected]> | 2025-05-23 16:14:37 -0700 |
| commit | 221370acc5147cb4e91b2b65bf933c56e0d3a85e (patch) | |
| tree | a7b08a51c8563084a948ed77636d17b2f1f9233e /packages/cli/src/ui/components/Footer.tsx | |
| parent | 4a6833ef4990801304f3c88f0dcae403f3ea4358 (diff) | |
Add `/about` command
Diffstat (limited to 'packages/cli/src/ui/components/Footer.tsx')
| -rw-r--r-- | packages/cli/src/ui/components/Footer.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/cli/src/ui/components/Footer.tsx b/packages/cli/src/ui/components/Footer.tsx index 7f7d058a..a94714d3 100644 --- a/packages/cli/src/ui/components/Footer.tsx +++ b/packages/cli/src/ui/components/Footer.tsx @@ -64,7 +64,6 @@ export const Footer: React.FC<FooterProps> = ({ {/* Right Section: Gemini Label and Console Summary */} <Box alignItems="center"> <Text color={Colors.AccentBlue}> {config.getModel()} </Text> - <Text color={Colors.SubtleComment}>| CLI {cliVersion} </Text> {corgiMode && ( <Text> <Text color={Colors.SubtleComment}>| </Text> |
