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>
38 lines
906 B
JSON
38 lines
906 B
JSON
{
|
|
"name": "@openclaw/feishu",
|
|
"version": "2026.2.15",
|
|
"description": "OpenClaw Feishu/Lark channel plugin (community maintained by @m1heng)",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@larksuiteoapi/node-sdk": "^1.59.0",
|
|
"@sinclair/typebox": "0.34.48",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"ironclaw": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"channel": {
|
|
"id": "feishu",
|
|
"label": "Feishu",
|
|
"selectionLabel": "Feishu/Lark (飞书)",
|
|
"docsPath": "/channels/feishu",
|
|
"docsLabel": "feishu",
|
|
"blurb": "飞书/Lark enterprise messaging with doc/wiki/drive tools.",
|
|
"aliases": [
|
|
"lark"
|
|
],
|
|
"order": 35,
|
|
"quickstartAllowFrom": true
|
|
},
|
|
"install": {
|
|
"npmSpec": "@openclaw/feishu",
|
|
"localPath": "extensions/feishu",
|
|
"defaultChoice": "npm"
|
|
}
|
|
}
|
|
}
|