mnemospark 0.8.2 → 0.8.3

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
@@ -4604,7 +4604,7 @@ function buildStoragePaymentCronCommand(job) {
4604
4604
  }
4605
4605
  function buildOpenClawRenewalAgentMessage(openClawHome, renewalArgs) {
4606
4606
  const cliPath = join8(openClawHome, ".openclaw/extensions/mnemospark/dist/cli.js");
4607
- return `Run Mnemospark monthly renewal: node ${cliPath} cloud ${renewalArgs}`;
4607
+ return `Execute: node ${cliPath} cloud ${renewalArgs}`;
4608
4608
  }
4609
4609
  function parseStoragePaymentCronCommand(command) {
4610
4610
  const objectIdMatch = command.match(/--object-id\s+("([^"\\]|\\.)*"|'([^'\\]|\\.)*'|\S+)/);