openclaw/docs/gateway
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
..
authentication.md feat: add setup-token + token auth 2026-01-09 17:50:34 +01:00
background-process.md feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
bonjour.md docs: refresh and simplify docs 2026-01-08 23:07:20 +01:00
configuration-examples.md feat(agent): add human-like delay between block replies 2026-01-10 17:12:50 +01:00
configuration.md feat(agent): add human-like delay between block replies 2026-01-10 17:12:50 +01:00
discovery.md docs: refresh and simplify docs 2026-01-08 23:07:20 +01:00
doctor.md fix(auth): billing backoff + cooldown UX 2026-01-09 22:00:14 +01:00
gateway-lock.md docs: reorganize documentation structure 2026-01-07 00:45:46 +01:00
health.md feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
heartbeat.md feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
index.md fix: bundle node runtime for mac app 2026-01-10 15:28:37 +01:00
logging.md feat: improve logs output and docs 2026-01-09 02:51:17 +01:00
pairing.md docs: refresh and simplify docs 2026-01-08 23:07:20 +01:00
remote-gateway-readme.md docs: refresh daemon troubleshooting guidance 2026-01-08 10:42:23 +01:00
remote.md docs: fix internal doc links 2026-01-07 02:15:46 +01:00
sandboxing.md feat: auto-start sandbox browser 2026-01-10 02:06:21 +00:00
security.md fix(pairing): accept positional provider args 2026-01-10 16:36:43 +01:00
tailscale.md docs: clarify tailscale serve/funnel prerequisites 2026-01-08 07:16:12 +01:00
troubleshooting.md fix(pairing): accept positional provider args 2026-01-10 16:36:43 +01:00