@elizaos/plugin-companion 2.0.3-beta.2 → 2.0.3-beta.4
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 +9 -8
- package/registry-entry.json +33 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elizaos/plugin-companion",
|
|
3
|
-
"version": "2.0.3-beta.
|
|
3
|
+
"version": "2.0.3-beta.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Companion app package with the VRM scene runtime and avatar utilities.",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -46,12 +46,12 @@
|
|
|
46
46
|
}
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@elizaos/agent": "2.0.3-beta.
|
|
50
|
-
"@elizaos/app-core": "2.0.3-beta.
|
|
51
|
-
"@elizaos/core": "2.0.3-beta.
|
|
52
|
-
"@elizaos/plugin-wallet-ui": "2.0.3-beta.
|
|
53
|
-
"@elizaos/shared": "2.0.3-beta.
|
|
54
|
-
"@elizaos/ui": "2.0.3-beta.
|
|
49
|
+
"@elizaos/agent": "2.0.3-beta.4",
|
|
50
|
+
"@elizaos/app-core": "2.0.3-beta.4",
|
|
51
|
+
"@elizaos/core": "2.0.3-beta.4",
|
|
52
|
+
"@elizaos/plugin-wallet-ui": "2.0.3-beta.4",
|
|
53
|
+
"@elizaos/shared": "2.0.3-beta.4",
|
|
54
|
+
"@elizaos/ui": "2.0.3-beta.4",
|
|
55
55
|
"lucide-react": "^1.0.0"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
@@ -96,7 +96,8 @@
|
|
|
96
96
|
},
|
|
97
97
|
"types": "./dist/index.d.ts",
|
|
98
98
|
"files": [
|
|
99
|
+
"registry-entry.json",
|
|
99
100
|
"dist"
|
|
100
101
|
],
|
|
101
|
-
"gitHead": "
|
|
102
|
+
"gitHead": "f76f55793a0fb8d6b869dd8ddce03970de061e34"
|
|
102
103
|
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
{
|
|
2
|
+
"id": "companion",
|
|
3
|
+
"name": "Companion",
|
|
4
|
+
"description": "The companion overlay shell for ambient agent presence.",
|
|
5
|
+
"npmName": "@elizaos/plugin-companion",
|
|
6
|
+
"source": "bundled",
|
|
7
|
+
"tags": [],
|
|
8
|
+
"config": {},
|
|
9
|
+
"render": {
|
|
10
|
+
"visible": true,
|
|
11
|
+
"pinTo": [],
|
|
12
|
+
"style": "card",
|
|
13
|
+
"icon": "Bot",
|
|
14
|
+
"group": "Curated",
|
|
15
|
+
"groupOrder": 0,
|
|
16
|
+
"actions": ["launch", "configure"]
|
|
17
|
+
},
|
|
18
|
+
"resources": {},
|
|
19
|
+
"dependsOn": [],
|
|
20
|
+
"kind": "app",
|
|
21
|
+
"subtype": "shell",
|
|
22
|
+
"launch": {
|
|
23
|
+
"type": "overlay",
|
|
24
|
+
"target": "companion",
|
|
25
|
+
"capabilities": [],
|
|
26
|
+
"curatedSlug": "companion"
|
|
27
|
+
},
|
|
28
|
+
"curatedApp": {
|
|
29
|
+
"slug": "companion",
|
|
30
|
+
"order": 0,
|
|
31
|
+
"aliases": []
|
|
32
|
+
}
|
|
33
|
+
}
|