Add changelog for PR #3744

This commit is contained in:
Mark Backman
2026-02-14 08:57:46 -05:00
parent 012ef41ff4
commit cb7023681f

1
changelog/3744.fixed.md Normal file
View File

@@ -0,0 +1 @@
- Fixed `UserIdleController` false idle triggers caused by gaps between user and bot activity frames. The idle timer now starts only after `BotStoppedSpeakingFrame` and is suppressed during active user turns and function calls.