Commit Graph

4 Commits

Author SHA1 Message Date
minipuding 53a8890c5b Feature: Add ASR-based Speech Rough Cut Skill (#63)
* init asr and rough cut

* temp save

* run through speech rough cut

* run through speech rough cut

* del breakpoint

* add requirement

* update system prompt

* by sentence

* update re punctruation

* update local asr description

* add user request for rough cut

* del asr demo
2026-03-22 21:43:54 +08:00
Jason Cat ee40acdf40 feat(web): add chat history and session switch guards (#57)
* 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.
2026-03-18 13:48:03 +08:00
Jason Cat 6549c72bca feat: support drag-and-drop media upload (#58)
Review fixes: block audio uploads until backend supports it; keep filtered-file hint visible by appending it to upload progress toast.

Made-with: Cursor
2026-03-18 11:49:09 +08:00
minipuding e8afe958c7 Clean branch for Open-Storyline push 2026-02-10 15:01:57 +08:00