openclaw/extensions/googlechat
root 560d31b0ff feat(googlechat): add proactive messaging support
Add space caching and auto-resolution for proactive Google Chat messages:

- Auto-cache space IDs when users message the bot (knownSpaces)
- Auto-resolve users/{id} to cached spaces for outbound messages
- Fallback to findDirectMessage API when not cached
- Add comprehensive documentation for proactive messaging patterns

This enables cron jobs, skills, and agents to send proactive messages
to users who have previously interacted with the bot.

Fixes: Users can now send messages via 'users/{id}' target instead of
needing to know the space ID beforehand.
2026-01-29 07:06:47 +00:00
..
src feat(googlechat): add proactive messaging support 2026-01-29 07:06:47 +00:00
CHANGES-SUMMARY.md feat(googlechat): add proactive messaging support 2026-01-29 07:06:47 +00:00
clawdbot.plugin.json feat: add beta googlechat channel 2026-01-24 23:30:45 +00:00
index.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
package.json chore: prep 2026.1.27-beta.1 release 2026-01-28 01:35:58 +01:00
PROACTIVE-MESSAGING.md feat(googlechat): add proactive messaging support 2026-01-29 07:06:47 +00:00