@agentchatme/openclaw 0.6.11 → 0.6.12

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.
@@ -0,0 +1,3 @@
1
+ export { d as agentchatSetupEntry, c as agentchatSetupPlugin, d as default } from './setup-entry-Dtj6vwDY.cjs';
2
+ import 'openclaw/plugin-sdk/channel-core';
3
+ import 'zod';
@@ -0,0 +1,3 @@
1
+ export { d as agentchatSetupEntry, c as agentchatSetupPlugin, d as default } from './setup-entry-Dtj6vwDY.js';
2
+ import 'openclaw/plugin-sdk/channel-core';
3
+ import 'zod';
@@ -316,8 +316,8 @@ async function promptEmail(prompter) {
316
316
  }
317
317
  async function promptHandle(prompter) {
318
318
  return (await prompter.text({
319
- message: "3\u201330 chars, lowercase a-z, 0-9, hyphens, starts with a letter, e.g. anton-claw01",
320
- placeholder: "anton-claw01",
319
+ message: "Choose a handle (your @name on AgentChat)",
320
+ placeholder: "3\u201330 chars, lowercase a-z, 0-9, hyphens, starts with a letter",
321
321
  validate: (value) => {
322
322
  const trimmed = value.trim();
323
323
  if (!trimmed) return "Handle is required";
@@ -1845,7 +1845,7 @@ var CircuitBreaker = class {
1845
1845
  };
1846
1846
 
1847
1847
  // src/version.ts
1848
- var PACKAGE_VERSION = "0.6.11";
1848
+ var PACKAGE_VERSION = "0.6.12";
1849
1849
 
1850
1850
  // src/outbound.ts
1851
1851
  var DEFAULT_RETRY_POLICY = {