Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions resources/evaos-beta/bridge/agent-tools/SOURCE.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"schema": "evaos-workbench-agent-tools-source/v1",
"owner": "100yenadmin/evaOS-GUI",
"version": "0.2.0",
"version": "0.2.1",
"status": "vendored",
"releaseTagNamespace": "evaos-desktop-bridge-openclaw-vX.Y.Z",
"canonicalRepository": "100yenadmin/evaOS-GUI",
Expand All @@ -10,16 +10,16 @@
"sourceDigests": {
"hermes-adapter/README.md": "sha256:1bbef6050a512f42151dc5dc895474b2258ebf887192fe23796583e0b14b6a78",
"hermes-adapter/bin/evaos-desktop-bridge-command": "sha256:1e9fd64dde0f90d0d88234ea375c30fa5f77c1a697bffcdb337d0908aab8a433",
"openclaw-plugin/README.md": "sha256:ce371b7ed539092b7cad9245883f8fb5e91c0c8f56ff094164a0635716128737",
"openclaw-plugin/README.md": "sha256:018b7b2f98cdc9e6e576c50b81b9c14a8fa46058abd91901dfc8cd6adcde603c",
"openclaw-plugin/dist/index.js": "sha256:087cbabd678efa15d3657b7137c4da0c8af3b8a4f4b55eef0492e957c8bf62c9",
"openclaw-plugin/dist/src/bridge.js": "sha256:625b964db6c16a3e7e574d4c86c757a1a11861af01daa6c4abb5c7cdcb947abf",
"openclaw-plugin/dist/src/firewall.js": "sha256:fc86631e8df350355f2084a5dac43ba81c58e32cf29d87aa610ac88268b19f6c",
"openclaw-plugin/dist/src/runtimeReceipt.js": "sha256:f91deaffa437de675c3dfa12279f8111b0738b545a31e398492b5d4e6ce99858",
"openclaw-plugin/dist/src/toolParameters.js": "sha256:a441d521980b64e571918ab4b769d13c764fdc05960303b4683ca5d8c59b5a73",
"openclaw-plugin/index.ts": "sha256:0c472c05dde30746e87b5c0b8276e13d0cf572bd47460c7d04cc0049f64ff579",
"openclaw-plugin/openclaw.plugin.json": "sha256:b145a479aad1209f528a2d1c69e2cf99ec8d2906957f668e3e124113a7276e79",
"openclaw-plugin/package-lock.json": "sha256:e0f8d437d5a51f6fcb16f173550b5774022a0201944e5fb1eb5fc0158e7f7d52",
"openclaw-plugin/package.json": "sha256:78ac262042b80c509a11419a0a60ce48db24054dad043f4de37a3ab7540b02ff",
"openclaw-plugin/openclaw.plugin.json": "sha256:60e71f4d13ad571fa1229d7dbe78ce39db554f5dd32d7a2e35c10550d40b0ad6",
"openclaw-plugin/package-lock.json": "sha256:c7e0e9e351be12a19fc16b71b9c5eeb854f724a0d36db02a89abca7937c58db1",
"openclaw-plugin/package.json": "sha256:dc307e3f17d02efd460edba8d3f9233cb6ec5ec9b83a74f5971e7dc1c234b61c",
"openclaw-plugin/scripts/qa-run-bridge.mjs": "sha256:39246ca0fb4dc66658abf6ac3695286333e68684e0ee545b7762c214be97cac6",
"openclaw-plugin/scripts/runtime-receipt-negative-proof.mjs": "sha256:6a91ee0fc8ba7269ee5ff8ca3a79d7bfadb9139ed1eb629642c9c2a688130062",
"openclaw-plugin/src/bridge.ts": "sha256:d0e0da280bd83dc71734579d12bbb8c37a50c5e8d746fb4ac967e7b69862a1f1",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ OpenClaw plugin wrapper for `evaos-desktop-bridge`. Codex Desktop tools remain
read-oriented except the visible support fallback. Customer Mac/iPhone tools now
use the Workbench connector's customer-granted control session:

This vendored `0.2.0` package is owned by `100yenadmin/evaOS-GUI`; release tags
This vendored `0.2.1` package is owned by `100yenadmin/evaOS-GUI`; release tags
continue to use the `evaos-desktop-bridge-openclaw-vX.Y.Z` namespace.

- **Full Access**: live desktop and iPhone actions run continuously after the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "evaos-desktop-bridge",
"name": "EvaOS Desktop Bridge",
"description": "Guarded OpenClaw tools for paired customer Mac, iPhone Mirroring, and Codex Desktop readiness.",
"version": "0.2.0",
"version": "0.2.1",
"owner": "100yenadmin/evaOS-GUI",
"kind": "tool",
"main": "dist/index.js",
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@100yenadmin/evaos-desktop-bridge-openclaw",
"version": "0.2.0",
"version": "0.2.1",
"private": true,
"description": "Guarded OpenClaw plugin wrapper for evaos-desktop-bridge.",
"author": "100yenadmin/evaOS-GUI",
Expand Down
Loading