mirror of
https://github.com/FireRedTeam/FireRed-OpenStoryline.git
synced 2026-08-31 01:01:26 +08:00
ee40acdf40
* feat(web): add chat history and session switch guards Made-with: Cursor * feat(web): add chat history + session switch guards Address reviewer feedback: distinguish 404 in getSession(), keep newest 50 sessions, and fix sendPrompt/session-switch lock race. Made-with: Cursor * Remove session history management methods Removed session history management methods from app.js. * Remove empty line before _makeChatSendPayload method Removed an empty line before the _makeChatSendPayload method.