@honor-claw/yoyo 2026.6.9-beta.2 → 2026.6.9-beta.3

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.
@@ -7,17 +7,12 @@ function o(e) {
7
7
  let o = n(e), s = !1;
8
8
  return {
9
9
  dispatcherOptions: {
10
- deliver: async (e, n) => {
11
- if (a.info("command reply deliver received", {
12
- sender: o.target.deviceId,
13
- turnId: o.traceInfo.turnId,
14
- payload: e,
15
- info: n
16
- }), t(o, e)) return;
17
- let r = e.text ?? "";
18
- if (!r) return;
19
- let c = s ? `\n${r}` : r;
20
- s = !0, await i(o, c);
10
+ deliver: async (e) => {
11
+ if (t(o, e)) return;
12
+ let n = e.text ?? "";
13
+ if (!n) return;
14
+ let r = s ? `\n${n}` : n;
15
+ s = !0, await i(o, r);
21
16
  },
22
17
  onSkip: (e, t) => {
23
18
  t.reason !== "silent" && a.debug("command reply skipped", {
@@ -87,12 +87,7 @@ var h = class {
87
87
  this.includeThinking && o(this.session);
88
88
  };
89
89
  deliver = async (e, n) => {
90
- p.info("user message reply deliver received", {
91
- sender: this.session.target.deviceId,
92
- turnId: this.session.traceInfo.turnId,
93
- payload: e,
94
- info: n
95
- }), n.kind !== "tool" && (t(this.session, e) || n.kind === "final" && await s(this.session, e.text ?? ""));
90
+ n.kind !== "tool" && (t(this.session, e) || n.kind === "final" && await s(this.session, e.text ?? ""));
96
91
  };
97
92
  onError = (e) => {
98
93
  p.warn("reply dispatcher error", {
@@ -238,7 +238,7 @@ function c(e) {
238
238
  payload: e
239
239
  }), null;
240
240
  let c = o(a, i);
241
- return n.error("reply error payload detected", i, {
241
+ return n.error("reply error payload detected", {
242
242
  kind: a,
243
243
  payload: e
244
244
  }), c;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@honor-claw/yoyo",
3
- "version": "2026.6.9-beta.2",
3
+ "version": "2026.6.9-beta.3",
4
4
  "description": "OpenClaw Honor Yoyo connection plugin",
5
5
  "keywords": [
6
6
  "ai",