fix(telegram,core): first message seeds the branch, registered commands, no ellipses, html drafts

This commit is contained in:
hh
2026-08-28 18:25:46 +02:00
parent 9663fbf956
commit 0110cbd1cc
5 changed files with 111 additions and 78 deletions
+1 -1
View File
@@ -535,7 +535,7 @@ class Conversations:
await self._queue.push(
conversation_id=cast("int", conv.id),
priority="user",
origin=f"сид:{seed}",
origin=origin if text and seed != "brief" else f"сид:{seed}",
text=prompt,
)
self._ensure_worker(cast("int", conv.id))