openclaw-matrix-multiaccounts/src
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
..
agents style: apply lint fixes 2026-01-08 04:44:15 +00:00
auto-reply fix(typing): refresh TTL on every startTypingLoop call 2026-01-08 05:45:46 +01:00
browser refactor(browser): share chrome resolution helpers 2026-01-08 02:18:43 +00:00
canvas-host refactor: replace tsx with bun for TypeScript execution (#278) 2026-01-06 07:14:08 +00:00
cli style: apply lint fixes 2026-01-08 04:44:15 +00:00
commands style: apply lint fixes 2026-01-08 04:44:15 +00:00
config feat(agent): auto-enable GLM-4.7 thinking mode 2026-01-08 04:10:56 +01:00
cron Cron: clamp timer to avoid TimeoutOverflowWarning 2026-01-07 19:25:18 +01:00
daemon fix(ci): stabilize windows tests 2026-01-08 02:44:19 +00:00
discord fix(discord): cap lines per message 2026-01-08 04:06:25 +01:00
gateway fix(ci): sync logs tail protocol artifacts 2026-01-08 03:49:19 +00:00
hooks fix(ci): stabilize windows tests 2026-01-08 03:54:35 +00:00
imessage feat: add providers CLI and multi-account onboarding 2026-01-08 01:55:59 +01:00
infra style: apply lint fixes 2026-01-08 04:44:15 +00:00
logging chore: fix redaction lint 2026-01-06 00:42:23 +01:00
macos refactor: centralize unhandled rejection setup 2026-01-07 20:59:49 +00:00
markdown fix: preserve markdown fences when chunking 2026-01-06 20:23:41 +01:00
media chore: update ClawdBot CLI branding 2026-01-08 05:20:39 +01:00
pairing fix: harden pairing flow 2026-01-07 05:06:04 +01:00
process chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
providers feat(commands): unify chat commands (#275) 2026-01-06 20:17:56 +00:00
routing refactor: centralize thread helpers 2026-01-07 20:01:19 +01:00
sessions feat: multi-agent routing + multi-account providers 2026-01-06 18:33:37 +00:00
signal feat: add providers CLI and multi-account onboarding 2026-01-08 01:55:59 +01:00
slack feat: add providers CLI and multi-account onboarding 2026-01-08 01:55:59 +01:00
telegram fix: force telegram native fetch under bun 2026-01-08 05:20:38 +01:00
terminal feat: refresh CLI output styling and progress 2026-01-08 05:20:39 +01:00
tui feat: add /reasoning reasoning visibility 2026-01-07 06:17:31 +01:00
types style: normalize type definitions 2026-01-06 07:21:10 +01:00
utils refactor: centralize message provider normalization 2026-01-07 23:53:38 +00:00
web fix(telegram): voice-note tag defaults (#188, thanks @manmal) 2026-01-08 03:15:08 +00:00
wizard style: apply lint fixes 2026-01-08 04:44:15 +00:00
entry.ts feat: add --dev/--profile CLI profiles 2026-01-05 01:27:13 +01:00
globals.test.ts chore: format to 2-space and bump changelog 2025-11-26 00:53:53 +01:00
globals.ts feat: refresh CLI output styling and progress 2026-01-08 05:20:39 +01:00
index.test.ts fix: preserve whatsapp group JIDs 2025-12-23 03:05:59 +01:00
index.ts refactor: centralize unhandled rejection setup 2026-01-07 20:59:49 +00:00
logger.test.ts style: format tests and helpers 2026-01-04 14:57:57 +00:00
logger.ts fix(logging): decouple file logs from console verbose 2026-01-03 12:32:14 +00:00
logging.ts chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
polls.test.ts feat: unify poll support 2026-01-06 04:51:05 +00:00
polls.ts feat: unify poll support 2026-01-06 04:51:05 +00:00
provider-web.barrel.test.ts build: add local node bin to restart script PATH 2025-12-07 19:01:14 +01:00
provider-web.ts feat: unify gateway heartbeat 2025-12-26 02:35:40 +01:00
runtime.ts chore: format to 2-space and bump changelog 2025-11-26 00:53:53 +01:00
utils.test.ts chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00
utils.ts fix(ci): stabilize windows paths 2026-01-08 03:03:03 +00:00
version.ts chore: rename project to clawdbot 2026-01-04 14:38:51 +00:00