openclaw/src/msteams
Onur 2c7d5c82f3 feat(msteams): add per-channel requireMention config
- Add teams/channels config structure to MSTeamsConfig
- Implement requireMention check in monitor.ts
  - Resolution order: channel > team > global > default (true)
- Update zod schema for validation
- Document RSC permissions for receiving all messages without @mention
- Document Graph API Proxy pattern for historical message access
- Document private channel limitations
- Document team/channel ID format (use URL path, not groupId)
2026-01-09 11:05:46 +01:00
..
conversation-store.ts feat(msteams): add config reload, DM policy, proper shutdown 2026-01-09 11:05:34 +01:00
index.ts feat(msteams): add MS Teams provider skeleton 2026-01-09 11:05:34 +01:00
monitor.ts feat(msteams): add per-channel requireMention config 2026-01-09 11:05:46 +01:00
probe.ts feat(msteams): add MS Teams provider skeleton 2026-01-09 11:05:34 +01:00
send.ts feat(msteams): add MS Teams provider skeleton 2026-01-09 11:05:34 +01:00
token.ts feat(msteams): add MS Teams provider skeleton 2026-01-09 11:05:34 +01:00