diff --git a/apps/ai-game-creator-shell/src/App.tsx b/apps/ai-game-creator-shell/src/App.tsx index e7572fd9c..e580d24fd 100644 --- a/apps/ai-game-creator-shell/src/App.tsx +++ b/apps/ai-game-creator-shell/src/App.tsx @@ -11892,6 +11892,9 @@ export function App({ limit: CONVERSATION_VISIBLE_STEP, }, ); + if (localProjectPathRef.current !== projectPath) { + return; + } const older = directThreadHistoryItemsToMessages(slice.items).map( (message) => ({ role: