5 Commits

Author SHA1 Message Date
Anlittledy 702bf7bece feat: add AI transition workflow (#74)
* feat: add AI transition workflow with runtime config injection and timeline support

* update web hint

* fix ai transition timeline bug

* AI transition generation real-time progress reporting

* update news date

---------

Co-authored-by: 杨其伟 <yangqiwei1@xiaohongshu.com>
Co-authored-by: jcl-2026 <1172688642@qq.com>
2026-04-02 14:13:35 +08:00
Anlittledy 59f35581e9 refine skill routing prompts and skill metadata (#71)
* refine skill routing prompts and skill metadata

* update skill
2026-03-29 16:11:27 +08:00
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
minipuding e8afe958c7 Clean branch for Open-Storyline push 2026-02-10 15:01:57 +08:00