@agentchatme/openclaw 0.6.18 → 0.6.20
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/CHANGELOG.md +4 -0
- package/dist/index.cjs +5 -5
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/setup-entry.cjs +5 -5
- package/dist/setup-entry.cjs.map +1 -1
- package/dist/setup-entry.js +4 -4
- package/dist/setup-entry.js.map +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +18 -15
package/dist/setup-entry.js
CHANGED
|
@@ -9,7 +9,7 @@ import { WebSocket } from 'ws';
|
|
|
9
9
|
import { dispatchInboundDirectDmWithRuntime } from 'openclaw/plugin-sdk/direct-dm';
|
|
10
10
|
import { resolveInboundRouteEnvelopeBuilderWithRuntime } from 'openclaw/plugin-sdk/inbound-envelope';
|
|
11
11
|
import { recordInboundSessionAndDispatchReply } from 'openclaw/plugin-sdk/inbound-reply-dispatch';
|
|
12
|
-
import { AgentChatClient } from '
|
|
12
|
+
import { AgentChatClient } from 'agentchatme';
|
|
13
13
|
import { Type } from '@sinclair/typebox';
|
|
14
14
|
|
|
15
15
|
// src/channel.setup.ts
|
|
@@ -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 (
|
|
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.
|
|
1849
|
+
var PACKAGE_VERSION = "0.6.20";
|
|
1850
1850
|
|
|
1851
1851
|
// src/outbound.ts
|
|
1852
1852
|
var DEFAULT_RETRY_POLICY = {
|