Files
openclaw/src/auto-reply
Sash Catanzarite a6a550032a fix(typing): refresh TTL on every startTypingLoop call
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.
2026-01-08 05:45:46 +01:00
..
2026-01-06 21:54:42 +00:00
2026-01-08 04:44:15 +00:00
2026-01-08 04:44:15 +00:00
2026-01-08 03:24:18 +01:00
2026-01-08 03:24:18 +01:00
2026-01-08 04:44:15 +00:00
2026-01-08 04:44:15 +00:00
2026-01-07 11:08:32 +01:00
2025-12-22 19:32:12 +01:00