fix system override indicator (#450)

This commit is contained in:
Olcan 2025-05-20 12:24:20 -07:00 committed by GitHub
parent 93e89215e3
commit 26add7b078
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 7 deletions

View File

@ -342,17 +342,17 @@ export const App = ({
justifyContent="space-between"
width="100%"
>
{geminiMdFileCount > 0 && (
<Box>
{process.env.GEMINI_SYSTEM_MD && (
<Text color={Colors.AccentRed}>|_| </Text>
)}
<Box>
{process.env.GEMINI_SYSTEM_MD && (
<Text color={Colors.AccentRed}>|_| </Text>
)}
{geminiMdFileCount > 0 && (
<Text color={Colors.SubtleComment}>
Using {geminiMdFileCount} GEMINI.md file
{geminiMdFileCount > 1 ? 's' : ''}
</Text>
</Box>
)}
)}
</Box>
<Box>
{showAutoAcceptIndicator && !shellModeActive && (
<AutoAcceptIndicator />