openclaw/extensions/googlechat
root d7ede3cd68 fix(googlechat): space events response and thread context
Two fixes for Google Chat reliability:

1. Space Events Response (Fixes 'Can't handle app response' error):
   - Return proper JSON response for non-MESSAGE events in groups
   - Handles ADDED_TO_SPACE, REMOVED_FROM_SPACE, etc.
   - Previously returned empty '{}' which caused errors

2. Thread Reply Context (Adds missing context):
   - Add threadReply field to GoogleChatMessage type
   - Add quotedMessageMetadata field for quoted messages
   - Pass IsThreadReply and QuotedMessageId to agent context
   - Agent now knows when a message is a reply vs root message

Both fixes improve Google Chat reliability and agent context awareness.
2026-01-29 07:15:37 +00:00
..
src fix(googlechat): space events response and thread context 2026-01-29 07:15:37 +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