Replays all Ironclaw-specific changes (176 commits) onto the latest upstream Openclaw release (2026.2.22). Conflicts auto-resolved in favor of Ironclaw to guarantee zero change loss. Merge base: cbc3de6c9 (2026-02-16) Upstream: a37e12eab (upstream/main, 2026.2.22) Ironclaw: 3009566c9 (origin/main, 2026.2.15-1.9) Backup: ironclaw-backup-pre-sync Conflict resolutions: - 6 GitHub workflow files: deleted (Ironclaw intentionally stripped) - src/sessions/session-key-utils.test.ts: kept (Ironclaw modified) - Duplicate imports from merge: deduplicated - Unused imports from upstream code Ironclaw overrode: removed - Broken test indentation from merge: fixed Co-authored-by: Cursor <cursoragent@cursor.com>
41 lines
930 B
JSON
41 lines
930 B
JSON
{
|
|
"name": "@openclaw/googlechat",
|
|
"version": "2026.2.22",
|
|
"private": true,
|
|
"description": "OpenClaw Google Chat channel plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"google-auth-library": "^10.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"ironclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"ironclaw": ">=2026.1.26"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"channel": {
|
|
"id": "googlechat",
|
|
"label": "Google Chat",
|
|
"selectionLabel": "Google Chat (Chat API)",
|
|
"detailLabel": "Google Chat",
|
|
"docsPath": "/channels/googlechat",
|
|
"docsLabel": "googlechat",
|
|
"blurb": "Google Workspace Chat app via HTTP webhooks.",
|
|
"aliases": [
|
|
"gchat",
|
|
"google-chat"
|
|
],
|
|
"order": 55
|
|
},
|
|
"install": {
|
|
"npmSpec": "@openclaw/googlechat",
|
|
"localPath": "extensions/googlechat",
|
|
"defaultChoice": "npm"
|
|
}
|
|
}
|
|
}
|