Files
clawdbot/docs
Stefan Galescu 7b40d1b261 feat(slack): add dm-specific replyToMode configuration (#1442)
Adds support for separate replyToMode settings for DMs vs channels:

- Add channels.slack.dm.replyToMode for DM-specific threading
- Keep channels.slack.replyToMode as default for channels
- Add resolveSlackReplyToMode helper to centralize logic
- Pass chatType through threading resolution chain

Usage:
```json5
{
  channels: {
    slack: {
      replyToMode: "off",     // channels
      dm: {
        replyToMode: "all"    // DMs always thread
      }
    }
  }
}
```

When dm.replyToMode is set, DMs use that mode; channels use the
top-level replyToMode. Backward compatible when not configured.
2026-01-23 05:13:23 +00:00
..
2026-01-10 05:14:09 +01:00
2026-01-13 04:41:01 +00:00
2026-01-18 06:39:26 +00:00
2026-01-10 20:05:22 +01:00
2026-01-23 00:49:40 +00:00
2026-01-23 03:09:59 +00:00
2026-01-04 14:38:51 +00:00
2026-01-15 08:15:33 +00:00
2026-01-23 03:13:12 +00:00
2026-01-23 00:49:40 +00:00
2026-01-23 02:51:33 +00:00
2026-01-22 23:38:44 +00:00