Update memory and context summary UI for multiple context filenames (#1282)

This commit is contained in:
Billy Biggs
2025-06-21 12:15:43 -07:00
committed by GitHub
parent 03af6235a9
commit 99a6dc0267
6 changed files with 54 additions and 25 deletions

View File

@@ -172,7 +172,7 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => {
addItem(
{
type: MessageType.INFO,
text: 'Refreshing hierarchical memory (GEMINI.md files)...',
text: 'Refreshing hierarchical memory (GEMINI.md or other context files)...',
},
Date.now(),
);
@@ -217,6 +217,7 @@ const App = ({ config, settings, startupWarnings = [] }: AppProps) => {
pendingHistoryItems: pendingSlashCommandHistoryItems,
} = useSlashCommandProcessor(
config,
settings,
history,
addItem,
clearItems,