screenhand 0.5.0 → 0.5.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.
- package/dist/mcp-desktop.js +463 -39
- package/dist/src/community/publisher.js +4 -2
- package/dist/src/context-tracker.js +62 -6
- package/dist/src/ingestion/reference-merger.js +33 -0
- package/dist/src/memory/recall.js +65 -1
- package/dist/src/memory/research.js +1 -1
- package/dist/src/memory/service.js +26 -5
- package/dist/src/memory/store.js +42 -23
- package/dist/src/native/bridge-client.js +3 -3
- package/dist/src/perception/coordinator.js +94 -15
- package/dist/src/perception/manager.js +65 -1
- package/dist/src/planner/executor.js +6 -2
- package/dist/src/planner/plan-refiner.js +213 -0
- package/dist/src/playbook/engine.js +18 -3
- package/dist/src/playbook/recorder.js +24 -8
- package/dist/src/playbook/runner.js +9 -3
- package/dist/src/playbook/store.js +8 -0
- package/dist/src/recovery/engine.js +9 -3
- package/dist/src/state/app-map.js +212 -2
- package/dist/src/state/state-watcher.js +144 -0
- package/dist/src/state/visual-mapper.js +325 -0
- package/dist/src/state/world-model.js +30 -1
- package/dist/src/supervisor/supervisor.js +1 -1
- package/dist-app-maps/com.apple.Notes.json +2328 -2201
- package/dist-app-maps/com.apple.Terminal.json +331 -343
- package/dist-app-maps/com.apple.iCal.json +3 -3
- package/dist-app-maps/com.apple.iphonesimulator.json +714 -223
- package/dist-app-maps/com.apple.mail.json +3 -3
- package/dist-app-maps/com.apple.reminders.json +2 -2
- package/dist-app-maps/net.whatsapp.WhatsApp.json +27 -27
- package/dist-references/notes.json +53 -16
- package/dist-references/simulator.json +48 -2
- package/package.json +1 -1
|
@@ -423,7 +423,7 @@
|
|
|
423
423
|
"parentLabel": "Search",
|
|
424
424
|
"parentZone": "page::Calendar",
|
|
425
425
|
"children": [
|
|
426
|
-
"
|
|
426
|
+
"[USER] 9",
|
|
427
427
|
"• Syncing paused. Open WhatsApp on your phone to continue syncing.",
|
|
428
428
|
"Start a group chat with friends and family.",
|
|
429
429
|
"What's New in Calendar",
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
"people in this chat can read, listen to, or share them. Click",
|
|
471
471
|
"to learn more.",
|
|
472
472
|
"Hy 9:10 AM",
|
|
473
|
-
"
|
|
473
|
+
"[USER] 9",
|
|
474
474
|
"口 workS",
|
|
475
475
|
"SH Drag Test",
|
|
476
476
|
"Monday, Mar 23",
|
|
@@ -2372,4 +2372,4 @@
|
|
|
2372
2372
|
"lastSeen": "2026-03-23T05:14:34.416Z"
|
|
2373
2373
|
}
|
|
2374
2374
|
]
|
|
2375
|
-
}
|
|
2375
|
+
}
|