feat(openclaw): upgrade openclaw version 4.15#866
Conversation
…openclaw to version 2026.4.15 in package.json and pnpm-lock.yaml
…before build process
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: d7cd5fa989
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
| { | ||
| "name": "clawx", | ||
| "version": "0.3.9", | ||
| "version": "0.3.10-beta.1", |
There was a problem hiding this comment.
Keep app version on the intended update channel
Changing package.json to 0.3.10-beta.1 switches packaged builds to the beta update stream: detectChannel() in electron/main/updater.ts treats any prerelease suffix as a channel and then sets autoUpdater.channel to that value. If this change was only meant to upgrade OpenClaw, users on this build will query /beta instead of /latest, which can prevent them from receiving normal stable updates.
Useful? React with 👍 / 👎.
…ValueCell-ai#804 ValueCell-ai#845 ValueCell-ai#860 ValueCell-ai#866 ValueCell-ai#851 ValueCell-ai#874 ValueCell-ai#898) - Adapt to openclaw SDK changes (remove plugin-sdk subpath) - Batch config sync, moonshot-global, ssrfPolicy private network - Gateway readiness, health state, event dispatch - Session label fetch, channel config cleanup
Summary
upgrade openclaw version 4.15
openclaw-lark to 4.8
Type of Change
Validation
Checklist