@agentchatme/openclaw 0.6.18 → 0.6.19

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.
@@ -340,8 +340,8 @@ async function promptHandle(prompter) {
340
340
  }
341
341
  async function promptDisplayName(prompter) {
342
342
  return (await prompter.text({
343
- message: "Display name (optional \u2014 shown next to your handle)",
344
- placeholder: "",
343
+ message: "Display name (shown next to your @handle)",
344
+ placeholder: "e.g. Anton, Builder Bot, Sasha",
345
345
  validate: () => void 0
346
346
  })).trim();
347
347
  }
@@ -1846,7 +1846,7 @@ var CircuitBreaker = class {
1846
1846
  };
1847
1847
 
1848
1848
  // src/version.ts
1849
- var PACKAGE_VERSION = "0.6.18";
1849
+ var PACKAGE_VERSION = "0.6.19";
1850
1850
 
1851
1851
  // src/outbound.ts
1852
1852
  var DEFAULT_RETRY_POLICY = {