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
..
reply fix(typing): refresh TTL on every startTypingLoop call 2026-01-08 05:45:46 +01:00
chunk.test.ts feat: add providers CLI and multi-account onboarding 2026-01-08 01:55:59 +01:00
chunk.ts feat: add providers CLI and multi-account onboarding 2026-01-08 01:55:59 +01:00
command-auth.ts feat: multi-agent routing + multi-account providers 2026-01-06 18:33:37 +00:00
command-detection.test.ts fix: relax slash command parsing 2026-01-08 03:24:18 +01:00
command-detection.ts fix: relax slash command parsing 2026-01-08 03:24:18 +01:00
commands-registry.test.ts fix: relax slash command parsing 2026-01-08 03:24:18 +01:00
commands-registry.ts fix: relax slash command parsing 2026-01-08 03:24:18 +01:00
envelope.test.ts feat: multi-agent routing + multi-account providers 2026-01-06 18:33:37 +00:00
envelope.ts refactor: centralize thread helpers 2026-01-07 20:01:19 +01:00
group-activation.ts refactor: tidy directive parsing + queue status 2026-01-08 03:47:52 +01:00
heartbeat.test.ts fix: refine HEARTBEAT_OK handling 2026-01-02 01:42:27 +01:00
heartbeat.ts feat: update heartbeat defaults 2026-01-06 21:54:42 +00:00
media-note.test.ts style: apply lint fixes 2026-01-08 04:44:15 +00:00
media-note.ts style: apply lint fixes 2026-01-08 04:44:15 +00:00
model.test.ts fix: relax slash command parsing 2026-01-08 03:24:18 +01:00
model.ts fix: relax slash command parsing 2026-01-08 03:24:18 +01:00
reply.block-streaming.test.ts feat: multi-agent routing + multi-account providers 2026-01-06 18:33:37 +00:00
reply.directive.parse.test.ts refactor: tidy directive parsing + queue status 2026-01-08 03:47:52 +01:00
reply.directive.test.ts refactor: tidy directive parsing + queue status 2026-01-08 03:47:52 +01:00
reply.heartbeat-typing.test.ts feat: multi-agent routing + multi-account providers 2026-01-06 18:33:37 +00:00
reply.media-note.test.ts style: apply lint fixes 2026-01-08 04:44:15 +00:00
reply.queue.test.ts chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
reply.triggers.test.ts fix: refine bootstrap injections 2026-01-07 10:04:23 +00:00
reply.ts style: apply lint fixes 2026-01-08 04:44:15 +00:00
send-policy.ts refactor: tidy directive parsing + queue status 2026-01-08 03:47:52 +01:00
status.test.ts fix(ci): stabilize windows paths 2026-01-08 03:03:03 +00:00
status.ts style: apply lint fixes 2026-01-08 04:44:15 +00:00
templating.ts Threads: add Slack/Discord thread sessions 2026-01-07 19:30:30 +01:00
thinking.test.ts feat: telegram draft streaming 2026-01-07 11:08:32 +01:00
thinking.ts feat: telegram draft streaming 2026-01-07 11:08:32 +01:00
tokens.ts feat: add group chat activation mode 2025-12-22 19:32:12 +01:00
tool-meta.test.ts fix: stream tool summaries early and tool output 2026-01-03 21:04:40 +01:00
tool-meta.ts fix: stream tool summaries early and tool output 2026-01-03 21:04:40 +01:00
transcription.test.ts chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
transcription.ts chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
types.ts feat(telegram): wire audioAsVoice through bot.ts 2026-01-08 03:15:08 +00:00