openclaw/src/discord
Lloyd ab994d2c63 feat(agent): add human-like delay between block replies
Adds `agent.humanDelay` config option to create natural rhythm between
streamed message bubbles. When enabled, introduces a random delay
(default 800-2500ms) between block replies, making multi-message
responses feel more like natural human texting.

Config example:
```json
{
  "agent": {
    "blockStreamingDefault": "on",
    "humanDelay": {
      "enabled": true,
      "minMs": 800,
      "maxMs": 2500
    }
  }
}
```

- First message sends immediately
- Subsequent messages wait a random delay before sending
- Works with iMessage, Signal, and Discord providers

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-10 17:12:50 +01:00
..
accounts.ts feat: add providers CLI and multi-account onboarding 2026-01-08 01:55:59 +01:00
audit.test.ts style: format 2026-01-09 00:33:09 +01:00
audit.ts style: format 2026-01-09 00:33:09 +01:00
chunk.test.ts fix(discord): cap lines per message 2026-01-08 04:06:25 +01:00
chunk.ts fix(discord): cap lines per message 2026-01-08 04:06:25 +01:00
gateway-logging.test.ts fix(discord): log gateway reconnects 2026-01-09 21:06:19 +01:00
gateway-logging.ts fix(discord): log gateway reconnects 2026-01-09 21:06:19 +01:00
index.ts feat: unify poll support 2026-01-06 04:51:05 +00:00
monitor.gateway.test.ts Discord: harden gateway resilience 2026-01-08 16:52:44 -06:00
monitor.gateway.ts Discord: harden gateway resilience 2026-01-08 16:52:44 -06:00
monitor.test.ts refactor: drop autoReply, add topic requireMention 2026-01-07 12:07:15 +01:00
monitor.tool-result.test.ts refactor: consolidate discord thread context handling 2026-01-09 17:52:47 +01:00
monitor.ts feat(agent): add human-like delay between block replies 2026-01-10 17:12:50 +01:00
probe.intents.test.ts chore(format): apply biome fixes 2026-01-08 22:22:17 +00:00
probe.ts chore(format): apply biome fixes 2026-01-08 22:22:17 +00:00
send.test.ts Discord: fix DM recipient parsing for bare numeric user IDs (#596) 2026-01-09 12:58:25 -06:00
send.ts Discord: fix DM recipient parsing for bare numeric user IDs (#596) 2026-01-09 12:58:25 -06:00
token.ts feat: add providers CLI and multi-account onboarding 2026-01-08 01:55:59 +01:00