@keyueclaw/skills-ui 0.1.6 → 0.1.7
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.
|
@@ -9583,7 +9583,9 @@ function ff(e) {
|
|
|
9583
9583
|
instanceId: e.clientInstanceId,
|
|
9584
9584
|
phone: e.userPhone ?? void 0,
|
|
9585
9585
|
onHello: (n) => {
|
|
9586
|
-
e.client === i && (t.pendingShutdownMessage = null, e.connected = !0, e.lastError = null, e.lastErrorCode = null, e.hello = n, vf(e, n), e.chatRunId = null, e.chatStream = null, e.chatStreamStartedAt = null, Kl(e),
|
|
9586
|
+
e.client === i && (t.pendingShutdownMessage = null, e.connected = !0, e.lastError = null, e.lastErrorCode = null, e.hello = n, vf(e, n), e.chatRunId = null, e.chatStream = null, e.chatStreamStartedAt = null, Kl(e), Ld(e), ye(e), Kd(e), oe(e, { quiet: !0 }), Vn(e, { quiet: !0 }), _l(e), (async () => {
|
|
9587
|
+
e.userPhone && await i.request("user.provision", {}).catch(() => {}), await nf(i);
|
|
9588
|
+
})());
|
|
9587
9589
|
},
|
|
9588
9590
|
onClose: ({ code: n, reason: r, error: a }) => {
|
|
9589
9591
|
if (e.client === i) if (e.connected = !1, e.lastErrorCode = Qu(a) ?? (typeof a?.code == "string" ? a.code : null), n !== 1012) {
|