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>
36 lines
825 B
JSON
36 lines
825 B
JSON
{
|
|
"name": "@openclaw/zalouser",
|
|
"version": "2026.2.22",
|
|
"description": "OpenClaw Zalo Personal Account plugin via zca-cli",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@sinclair/typebox": "0.34.48"
|
|
},
|
|
"devDependencies": {
|
|
"ironclaw": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"channel": {
|
|
"id": "zalouser",
|
|
"label": "Zalo Personal",
|
|
"selectionLabel": "Zalo (Personal Account)",
|
|
"docsPath": "/channels/zalouser",
|
|
"docsLabel": "zalouser",
|
|
"blurb": "Zalo personal account via QR code login.",
|
|
"aliases": [
|
|
"zlu"
|
|
],
|
|
"order": 85,
|
|
"quickstartAllowFrom": true
|
|
},
|
|
"install": {
|
|
"npmSpec": "@openclaw/zalouser",
|
|
"localPath": "extensions/zalouser",
|
|
"defaultChoice": "npm"
|
|
}
|
|
}
|
|
}
|