You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- CLI/update: treat inherited Gateway service markers as origin hints and only block package replacement when the managed Gateway is still live, so self-updates can stop the service and continue safely. (#75729) Thanks @hxy91819.
- Agents/status: resolve `session_status(sessionKey="current")` for sparse channel-plugin sessions after literal current lookups miss, so Scope, Slack, Discord, and other plugin-driven agents avoid retrying through `Unknown sessionKey: current`. Fixes #74141. (#72306) Thanks @bittoby.
268
276
- Cron: retry recurring wake-now main-session jobs through temporary heartbeat busy skips before recording success, so queued cron events no longer appear as ok ghost runs while the main lane is still busy. Fixes #75964. (#76083) Thanks @kshetrajna12 and @xuruiray.
"Package updates cannot run from inside the gateway service process.",
1562
-
"That path replaces the active OpenClaw dist tree while the live gateway may still lazy-load old chunks.",
1563
-
`Run \`${replaceCliName(formatCliCommand("openclaw update"),CLI_NAME)}\` from a shell outside the gateway service, or stop the gateway service first and then update.`,
"Package updates cannot run from inside the gateway service process.",
1696
+
"That path replaces the active OpenClaw dist tree while the live gateway may still lazy-load old chunks.",
1697
+
`Run \`${replaceCliName(formatCliCommand("openclaw update"),CLI_NAME)}\` from a shell outside the gateway service, or stop the gateway service first and then update.`,
0 commit comments