openclaw-overlay-plugin 0.7.58 → 0.7.59

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -354,6 +354,7 @@ export default function register(api) {
354
354
  api.registerService({
355
355
  id: "openclaw-overlay-relay",
356
356
  start: async () => {
357
+ await ensureCp();
357
358
  const env = buildEnvironment(pluginConfig);
358
359
  const cliPath = getCliPath();
359
360
  startBackgroundService(env, cliPath, api.logger);
package/index.ts CHANGED
@@ -366,6 +366,7 @@ export default function register(api: any) {
366
366
  api.registerService({
367
367
  id: "openclaw-overlay-relay",
368
368
  start: async () => {
369
+ await ensureCp();
369
370
  const env = buildEnvironment(pluginConfig);
370
371
  const cliPath = getCliPath();
371
372
  startBackgroundService(env, cliPath, api.logger);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "openclaw-overlay-plugin",
3
- "version": "0.7.58",
3
+ "version": "0.7.59",
4
4
  "description": "Openclaw BSV Overlay — agent discovery, service marketplace, and micropayments on the BSV blockchain",
5
5
  "publishConfig": {
6
6
  "access": "public"