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
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>
);