mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 04:30:48 +00:00
Add /about command
This commit is contained in:
parent
4a6833ef49
commit
221370acc5
5 changed files with 147 additions and 11 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue