diff --git a/changelog/3744.fixed.md b/changelog/3744.fixed.md new file mode 100644 index 000000000..d2b3f665f --- /dev/null +++ b/changelog/3744.fixed.md @@ -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.