rianli
|
a233f8a889
|
fix: upgrade script runs postinstall to create openclaw SDK symlink
- upgrade-via-npm.sh/ps1: execute postinstall-link-sdk.js after file replacement, with manual fallback
- postinstall-link-sdk.js: support clawdbot/moltbot CLI names, add multiple fallback strategies
- Fix bundled dependency check: replace undici (Node builtin) with silk-wasm
- Bump version to 1.6.5-alpha.2
- Fixes 'Cannot find module openclaw/plugin-sdk' after upgrade
|
2026-03-24 13:08:46 +08:00 |
|
rianli
|
73bc8d279c
|
feat: drop moltbot/clawdbot legacy support, add postinstall SDK symlink
- Remove clawdbot.plugin.json and moltbot.plugin.json
- Remove clawdbot/moltbot fields from package.json (peerDependencies, files, top-level config)
- Update openclaw.plugin.json entry to ./dist/index.js
- Add scripts/postinstall-link-sdk.js: auto-symlink openclaw package for external plugin SDK resolution
- Add postinstall script to package.json
|
2026-03-24 12:30:13 +08:00 |
|