Resolve 17 merge conflicts preserving ironclaw branding while incorporating all upstream bug fixes and feature updates: - Keep ironclaw name, CLI branding, and custom web app bundling - Take upstream's new gateway auth token auto-generation - Take upstream's shouldSkipRespawnForArgv respawn guard - Take upstream's refactored skills frontmatter (resolveOpenClawManifestBlock) - Merge upstream's ~/.agents/skills path + ironclaw's bundled skills watcher - Take upstream's new GatewayToolsConfig alongside ironclaw's GatewayWebAppConfig - Take upstream's minimalTestGateway guard in server.impl.ts - Take upstream's refactored fs-mocked tests with ironclaw variants - Take upstream's system message + subagent polling guidance tests - Take upstream's dynamic import pattern in onboarding wizard - Fix extensions/feishu workspace reference (openclaw -> ironclaw) - Regenerate pnpm-lock.yaml with updated dependencies Co-authored-by: Cursor <cursoragent@cursor.com>
36 lines
825 B
JSON
36 lines
825 B
JSON
{
|
|
"name": "@openclaw/zalouser",
|
|
"version": "2026.2.15",
|
|
"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"
|
|
}
|
|
}
|
|
}
|