indicate system prompt override on bottom right; require GEMINI_SYSTEM_MD to make it more explicit; allow custom paths for read/write (#427)

This commit is contained in:
Olcan 2025-05-19 11:03:04 -07:00 committed by GitHub
parent 2a3c3d00ea
commit 750649eb64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 27 additions and 6 deletions

View file

@ -74,6 +74,9 @@ export const Footer: React.FC<FooterProps> = ({
<Text color={Colors.AccentRed}> </Text>
</Text>
)}
{process.env.GEMINI_SYSTEM_MD && (
<Text color={Colors.AccentRed}>|_|</Text>
)}
</Box>
</Box>
);