openclaw-matrix-multiaccounts/src/signal
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
client.ts feat: add Signal provider support 2026-01-01 15:43:15 +01:00
daemon.test.ts fix(signal): surface signal-cli failures as errors 2026-01-02 11:40:55 +00:00
daemon.ts fix(signal): surface signal-cli failures as errors 2026-01-02 11:40:55 +00:00
identity.ts refactor(pairing): centralize reply formatting 2026-01-08 23:29:23 +00:00
index.ts feat: add Signal provider support 2026-01-01 15:43:15 +01:00
monitor.test.ts refactor(signal): normalize sender identity 2026-01-08 23:08:25 +00:00
monitor.tool-result.test.ts fix: signal own reactions match uuid + phone (#632) (thanks @neist) 2026-01-10 02:24:57 +01:00
monitor.ts feat(agent): add human-like delay between block replies 2026-01-10 17:12:50 +01:00
probe.test.ts fix(signal): stabilize daemon + add signal delivery 2026-01-01 15:31:41 +00:00
probe.ts fix(signal): stabilize daemon + add signal delivery 2026-01-01 15:31:41 +00:00
send.ts feat: wire multi-agent config and routing 2026-01-09 12:48:42 +00:00
sse-reconnect.ts refactor: share backoff helpers 2026-01-07 23:22:12 +00:00