3 Commits

Author SHA1 Message Date
rianli
8c8d30393f fix/upgrade-script-config-cleanup (merge request !27)
Squash merge branch 'fix/upgrade-script-config-cleanup' into 'main'
1. 升级脚本与热更指令稳定性优化 2.升级脚本性能优化 3.提醒功能多账户 Bug 修复
2026-03-30 12:28:03 +00:00
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