aamp-openclaw-plugin 0.1.43 → 0.1.45
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/chunk-ORTVVAMV.js +82 -0
- package/dist/chunk-ORTVVAMV.js.map +7 -0
- package/dist/chunk-W4C7IUCH.js +81 -0
- package/dist/chunk-W4C7IUCH.js.map +7 -0
- package/dist/index.js +162 -76
- package/dist/index.js.map +2 -2
- package/package.json +2 -2
- package/skills/SKILL.md +2 -2
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"skills"
|
|
8
8
|
],
|
|
9
9
|
"license": "MIT",
|
|
10
|
-
"version": "0.1.
|
|
10
|
+
"version": "0.1.45",
|
|
11
11
|
"description": "AAMP Agent Mail Protocol — OpenClaw plugin. Gives OpenClaw an AAMP mailbox identity and lets it receive, process and reply to AAMP tasks.",
|
|
12
12
|
"type": "module",
|
|
13
13
|
"main": "dist/index.js",
|
|
@@ -296,7 +296,7 @@
|
|
|
296
296
|
"test": "vitest run"
|
|
297
297
|
},
|
|
298
298
|
"dependencies": {
|
|
299
|
-
"aamp-sdk": "^0.1.
|
|
299
|
+
"aamp-sdk": "^0.1.25",
|
|
300
300
|
"nodemailer": "^6.9.10",
|
|
301
301
|
"qrcode-terminal": "^0.12.0",
|
|
302
302
|
"ws": "^8.16.0"
|
package/skills/SKILL.md
CHANGED
|
@@ -318,9 +318,9 @@ JSON body.
|
|
|
318
318
|
If `stream.mode` is `full` or `status-only`, expect the remote node to send:
|
|
319
319
|
|
|
320
320
|
- `task.stream.opened`
|
|
321
|
-
- stream `
|
|
321
|
+
- stream `todo` events
|
|
322
322
|
- stream `text.delta` events for stdout/stderr when mode is `full`
|
|
323
|
-
-
|
|
323
|
+
- terminal state through `task.result` or `task.help_needed`
|
|
324
324
|
|
|
325
325
|
### Detect Node Type via `card.query`
|
|
326
326
|
|