agentlife 2.6.25 → 2.6.27
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/package.json +11 -2
package/package.json
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentlife",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.27",
|
|
4
|
+
"description": "Native mobile dashboard for OpenClaw — agents push live widgets, automations, and remote-access surfaces to your phone via the AgentLife plugin relay.",
|
|
5
|
+
"keywords": ["openclaw", "agentlife", "dashboard", "mobile", "widgets", "a2ui", "ios", "android"],
|
|
6
|
+
"homepage": "https://agentlife.app",
|
|
4
7
|
"type": "module",
|
|
5
8
|
"scripts": {
|
|
6
9
|
"build": "bun build index.ts --outfile dist/index.js --target node --external openclaw/plugin-sdk",
|
|
@@ -10,7 +13,13 @@
|
|
|
10
13
|
"openclaw": {
|
|
11
14
|
"extensions": [
|
|
12
15
|
"./dist/index.js"
|
|
13
|
-
]
|
|
16
|
+
],
|
|
17
|
+
"compat": {
|
|
18
|
+
"pluginApi": "2026.4"
|
|
19
|
+
},
|
|
20
|
+
"build": {
|
|
21
|
+
"openclawVersion": "2026.4.22"
|
|
22
|
+
}
|
|
14
23
|
},
|
|
15
24
|
"files": [
|
|
16
25
|
"dist/index.js",
|