mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-22 21:01:56 +03:00
a6a550032a
Previously, startTypingLoop would return early if the typing timer was already running, which meant the TTL would never get refreshed during long tool executions. This caused the typing indicator to stop after 2 minutes even if tools were still running. Now we refresh the TTL at the start of startTypingLoop, before the early-return checks. This keeps typing alive during long operations.