File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 1515- Auth: lock auth profile refreshes to avoid multi-instance OAuth logouts; keep credentials on refresh failure.
1616- Onboarding: prompt immediately for OpenAI Codex redirect URL on remote/headless logins.
1717- Typing indicators: stop typing once the reply dispatcher drains to prevent stuck typing across Discord/Telegram/WhatsApp.
18+ - Typing indicators: fix a race that could keep the typing indicator stuck after quick replies. Thanks @thewilloftheshadow for PR #270 .
1819- Google: merge consecutive messages to satisfy strict role alternation for Google provider models. Thanks @Asleep123 for PR #266 .
1920- WhatsApp/Telegram: add groupPolicy handling for group messages and normalize allowFrom matching (tg/telegram prefixes). Thanks @mneves75 .
2021- Auto-reply: add configurable ack reactions for inbound messages (default 👀 or ` identity.emoji ` ) with scope controls. Thanks @obviyus for PR #178 .
Original file line number Diff line number Diff line change @@ -76,8 +76,6 @@ export function createTypingController(params: {
7676 const ensureStart = async ( ) => {
7777 if ( ! active ) {
7878 active = true ;
79- runComplete = false ;
80- dispatchIdle = false ;
8179 }
8280 if ( started ) return ;
8381 started = true ;
You can’t perform that action at this time.
0 commit comments