diff --git a/script.js b/script.js index e30658b..fcd37c7 100644 --- a/script.js +++ b/script.js @@ -607,6 +607,10 @@ document.addEventListener('DOMContentLoaded', () => { spreadsheet.setData([]); saveData([]); // Force save empty array updateStats(0); + + // Clear AI Log and History + document.getElementById('aiOutput').textContent = 'Waiting for command...'; + conversationHistory = []; } }); }