feat: added conversation history feature

This commit is contained in:
Xiaohan-Tian
2026-06-03 22:56:05 -07:00
parent 5c6e1d69c5
commit a3a0f2f4ad
19 changed files with 1271 additions and 90 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { useProjectStore } from '../stores/projectStore';
export const clearChatHistory = () => {
// Clear agent state
const agentCore = AgentCore.instance();
agentCore.clearConversation();
agentCore.startNewConversation();
useProjectStore.getState().setToolFastForwardEnabled(false);
console.log('Chat history cleared programmatically');