From 97e50891c6587a78aa16dd06878e3fee5505b947 Mon Sep 17 00:00:00 2001 From: Juha Jeronen Date: Mon, 15 Jan 2024 11:41:18 +0200 Subject: [PATCH] update TODO --- talkinghead/TODO.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/talkinghead/TODO.md b/talkinghead/TODO.md index 2e0c980..6206a0d 100644 --- a/talkinghead/TODO.md +++ b/talkinghead/TODO.md @@ -33,6 +33,11 @@ when switching chat files, to resume in the same emotion state where the chat left off. - Either call the "classify" endpoint (which will re-analyze), or if the client stores the emotion, then the "set_emotion" endpoint. + - The client *does* store the emotion, as evidenced by this quick reply STScript: + /lastsprite {{char}} | /echo Current sprite of {{char}}: {{pipe}} + So we should find what implements the slash command `/lastsprite`. + - Investigate what calls `/api/classify` (other than the expression setting code in Character Expressions); that updates the talkinghead state. + We should make the same code also update the sprite if Character Expressions is enabled, and call that code after switching to a different chat. - When a new talkinghead sprite is uploaded: - The preview thumbnail in the client doesn't update. - Not related to talkinghead, but client bug, came up during testing: in *Manage chat files*, when using the search feature,