feat: onboarding overhaul, persona-based setup (#132)

This commit is contained in:
banteg
2026-01-15 03:28:37 +04:00
committed by GitHub
parent a1a2714c01
commit ffae80dce7
32 changed files with 1870 additions and 445 deletions
+2 -1
View File
@@ -54,8 +54,9 @@ session_mode = "chat" # or "stateless"
Behavior:
- Stores one resume token per chat (per sender in group chats).
- Stores one resume token per engine per chat (per sender in group chats).
- Auto-resumes when no explicit resume token is present.
- Reply resume lines always take precedence and update the stored session for that engine.
- Reset with `/new`.
State is stored in `telegram_chat_sessions_state.json` alongside the config file.