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
+2
View File
@@ -100,6 +100,8 @@ export const OPFS_CONSTANTS = {
PROJECT_FILE: 'project.json',
METADATA_FILE: 'meta.json',
MEDIA_DIR: 'media',
CONVERSATIONS_DIR: 'conversations',
CONVERSATION_FILE: 'conversation.json',
};
export const CONFIG_UPGRADER_CONSTANTS = {