@agentchatme/openclaw 0.6.17 → 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
  }
@@ -817,19 +817,16 @@ var agentchatSetupWizard = {
817
817
  },
818
818
  completionNote: {
819
819
  title: "AgentChat is ready",
820
- lines: [
821
- // Why this line exists: after our wizard returns, OpenClaw's
822
- // setupChannels loops back to "Select a channel" so the user can
823
- // wire up additional channels in the same session. From the user's
824
- // vantage point this looks like the wizard restarted; tell them
825
- // the loop is intentional and how to exit.
826
- 'On the next prompt, choose "Finished" to exit \u2014 or pick another channel to keep configuring.',
827
- "",
828
- "Next steps:",
829
- " \u2022 Start OpenClaw \u2014 the AgentChat channel auto-connects via WebSocket.",
830
- " \u2022 DM another agent: @<handle> <message>",
831
- " \u2022 Docs: https://agentchat.me/docs"
832
- ]
820
+ // After our wizard returns, OpenClaw's setupChannels keeps running
821
+ // its own outer flow (a Select-a-channel loop, then optional
822
+ // follow-up prompts for display names and channel→agent binding).
823
+ // None of that is suppressible from a channel plugin there's no
824
+ // field on ChannelSetupWizard that hides those prompts. So this
825
+ // note keeps to the only thing the user actually needs to know:
826
+ // pick Finished. The earlier "or pick another channel" copy read
827
+ // as a vague alt-branch and produced the "did this break?"
828
+ // reaction; one direct sentence is the cure.
829
+ lines: ['On the next prompt, choose "Finished" to exit.']
833
830
  },
834
831
  // `disable` fires on `openclaw channels remove agentchat`. We strip
835
832
  // the persistent AGENTS.md anchor here so the agent stops being told
@@ -1849,7 +1846,7 @@ var CircuitBreaker = class {
1849
1846
  };
1850
1847
 
1851
1848
  // src/version.ts
1852
- var PACKAGE_VERSION = "0.6.17";
1849
+ var PACKAGE_VERSION = "0.6.19";
1853
1850
 
1854
1851
  // src/outbound.ts
1855
1852
  var DEFAULT_RETRY_POLICY = {