@honor-claw/yoyo 1.6.0-beta.2 → 1.6.0-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,7 +7,7 @@ import { useClawLogger as a } from "../../utils/logger.mjs";
7
7
  import { detectProvidersToRename as o, updateProviderReferences as s } from "./provider.mjs";
8
8
  import { STATE_FLAG as c, hasPersistedStateFlag as l, markPersistedStateFlag as u } from "./state-flags.mjs";
9
9
  //#region src/modules/configs/config-manager.ts
10
- var d = "yoyo", f = /* @__PURE__ */ "alarm.create,alarm.delete,alarm.disable,alarm.enable,alarm.query,alarm.update,app.close,app.open,call.phone,call.search,capture-screenshot,contact.search,file-upload,hotspot,local-search,message.search,message.send,mobile-data,no-disturb,quiet-mode,ringing-mode,schedule.create,schedule.delete,schedule.search,schedule.update,screen-record,vibration-mode,volume.operate,wlan,bluetooth,location-service,nfc,usb-shared-network,eyecomfort,status-bar-show,brightness,autoscreen-onnotice,dark-mode,device-operation,camera,app.uninstall,audio-record,battery,gui.create,gui.pause,gui.terminate,mcp.tool.call".split(","), p = class {
10
+ var d = "yoyo", f = /* @__PURE__ */ "alarm.create,alarm.delete,alarm.disable,alarm.enable,alarm.query,alarm.update,app.close,app.open,call.phone,call.search,capture-screenshot,contact.search,file-upload,hotspot,local-search,message.search,message.send,mobile-data,no-disturb,quiet-mode,ringing-mode,schedule.create,schedule.delete,schedule.search,schedule.update,screen-record,vibration-mode,volume.operate,wlan,bluetooth,location-service,nfc,usb-shared-network,eyecomfort,status-bar-show,brightness,autoscreen-onnotice,dark-mode,device-operation,camera,app.uninstall,audio-record,battery,gui.create,gui.pause,gui.terminate,mcp.tool.call,task_result_query".split(","), p = class {
11
11
  loadConfig() {
12
12
  try {
13
13
  return t().config.loadConfig();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@honor-claw/yoyo",
3
- "version": "1.6.0-beta.2",
3
+ "version": "1.6.0-beta.3",
4
4
  "description": "OpenClaw Honor Yoyo connection plugin",
5
5
  "keywords": [
6
6
  "ai",
@@ -108,7 +108,7 @@ metadata: { "openclaw": { "emoji": "📱", "always": true } }
108
108
  | `message` | `references/message-send.md` | 发送短信 |
109
109
  | `message` | `references/message-search.md` | 短信查询 |
110
110
  | `local-search` | `references/local-search.md` | 本地搜索(文档、笔记、日程、图库等) |
111
- | `task-result-query` | `references/task-result-query.md` | 任务结果查询(轮询获取异步任务结果) |
111
+ | `task-result-query` | `references/task-result-query.md` | 任务结果查询(轮询获取异步任务结果) |
112
112
  | `file-upload` | `references/file-upload.md` | 文件上传 |
113
113
  | `alarm` | `references/alarm-create.md` | 创建闹钟 |
114
114
  | `alarm` | `references/alarm-query.md` | 查询闹钟 |
@@ -57,5 +57,6 @@
57
57
  "pauseTimer",
58
58
  "resumeTimer",
59
59
  "restartTimer",
60
- "cancelTimer"
60
+ "cancelTimer",
61
+ "task_result_query"
61
62
  ]