Skip to content

Commit b3dc80a

Browse files
author
Shaw
committed
fix: unblock xr and snap release checks
1 parent ec7d874 commit b3dc80a

31 files changed

Lines changed: 412 additions & 28 deletions

File tree

packages/app-core/packaging/snap/snapcraft.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ parts:
127127
const keep = new Set([
128128
"plugin-agent-skills",
129129
"plugin-anthropic",
130+
"plugin-aosp-local-inference",
130131
"plugin-browser",
131132
"plugin-capacitor-bridge",
132133
"plugin-elizacloud",
@@ -493,6 +494,7 @@ parts:
493494
--filter=@elizaos/app-core \
494495
--filter=@elizaos/agent \
495496
--filter=@elizaos/plugin-agent-skills \
497+
--filter=@elizaos/plugin-aosp-local-inference \
496498
--filter=@elizaos/plugin-browser \
497499
--filter=@elizaos/plugin-elizamaker \
498500
--filter=@elizaos/plugin-imessage \

plugins/app-model-tester/src/plugin.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,20 @@ export const modelTesterPlugin: Plugin = {
9090
visibleInManager: true,
9191
desktopTabEnabled: true,
9292
},
93+
{
94+
id: "model-tester",
95+
label: "Model Tester XR",
96+
description:
97+
"End-to-end probes for Eliza-1 text, voice, audio, and vision models",
98+
icon: "TestTube2",
99+
path: "/model-tester",
100+
viewType: "xr",
101+
bundlePath: "dist/views/bundle.js",
102+
componentExport: "ModelTesterAppView",
103+
tags: ["developer", "models", "testing"],
104+
visibleInManager: true,
105+
desktopTabEnabled: true,
106+
},
93107
{
94108
id: "model-tester",
95109
label: "Model Tester TUI",

plugins/plugin-2004scape/src/index.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,20 @@ const rawRs2004scapePlugin: Plugin = {
2626
visibleInManager: true,
2727
desktopTabEnabled: true,
2828
},
29+
{
30+
id: "2004scape",
31+
label: "2004scape XR",
32+
description:
33+
"2004scape game operator surface — agent controls and session management",
34+
icon: "Gamepad2",
35+
path: "/2004scape",
36+
viewType: "xr",
37+
bundlePath: "dist/views/bundle.js",
38+
componentExport: "TwoThousandFourScapeOperatorSurface",
39+
tags: ["game", "runescape", "2004scape"],
40+
visibleInManager: true,
41+
desktopTabEnabled: true,
42+
},
2943
{
3044
id: "2004scape",
3145
label: "2004scape TUI",

plugins/plugin-app-control/src/index.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,18 @@ export const appControlPlugin: Plugin = {
9898
visibleInManager: true,
9999
desktopTabEnabled: true,
100100
},
101+
{
102+
id: "views-manager",
103+
label: "Views XR",
104+
description: "Browse and open available views contributed by plugins",
105+
icon: "LayoutGrid",
106+
path: "/views",
107+
viewType: "xr",
108+
bundlePath: "dist/views/bundle.js",
109+
componentExport: "ViewManagerView",
110+
visibleInManager: true,
111+
desktopTabEnabled: true,
112+
},
101113
{
102114
id: "views-manager",
103115
label: "Views TUI",

plugins/plugin-babylon/src/index.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,19 @@ const babylonPlugin: Plugin = {
1616
visibleInManager: true,
1717
desktopTabEnabled: true,
1818
},
19+
{
20+
id: "babylon",
21+
label: "Babylon XR",
22+
description: "Babylon prediction market operator dashboard",
23+
icon: "Gamepad2",
24+
path: "/babylon",
25+
viewType: "xr",
26+
bundlePath: "dist/views/bundle.js",
27+
componentExport: "BabylonOperatorSurface",
28+
tags: ["game", "prediction-market", "babylon"],
29+
visibleInManager: true,
30+
desktopTabEnabled: true,
31+
},
1932
{
2033
id: "babylon",
2134
label: "Babylon TUI",

plugins/plugin-clawville/src/index.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,20 @@ export function createAppClawvillePlugin(): Plugin {
5252
visibleInManager: true,
5353
desktopTabEnabled: true,
5454
},
55+
{
56+
id: "clawville",
57+
label: "ClawVille XR",
58+
description:
59+
"ClawVille game operator surface — agent controls and session management",
60+
icon: "Gamepad2",
61+
path: "/clawville",
62+
viewType: "xr",
63+
bundlePath: "dist/views/bundle.js",
64+
componentExport: "ClawvilleOperatorSurface",
65+
tags: ["game", "clawville"],
66+
visibleInManager: true,
67+
desktopTabEnabled: true,
68+
},
5569
{
5670
id: "clawville",
5771
label: "ClawVille TUI",

plugins/plugin-companion/src/plugin.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@ const rawCompanionPlugin: Plugin = {
2626
visibleInManager: true,
2727
desktopTabEnabled: false,
2828
},
29+
{
30+
id: "companion",
31+
label: "Companion XR",
32+
description: "VRM avatar companion — 3D character overlay with emotes",
33+
icon: "Bot",
34+
path: "/companion",
35+
viewType: "xr",
36+
bundlePath: "dist/views/bundle.js",
37+
componentExport: "CompanionView",
38+
tags: ["companion", "avatar", "vrm"],
39+
visibleInManager: true,
40+
desktopTabEnabled: false,
41+
},
2942
{
3043
id: "companion",
3144
label: "Companion TUI",

plugins/plugin-contacts/src/plugin.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,19 @@ export const appContactsPlugin: Plugin = {
3131
visibleInManager: true,
3232
desktopTabEnabled: true,
3333
},
34+
{
35+
id: "contacts",
36+
label: "Contacts XR",
37+
description: "Android address book — read-only contact lookup",
38+
icon: "Users",
39+
path: "/contacts",
40+
viewType: "xr",
41+
bundlePath: "dist/views/bundle.js",
42+
componentExport: "ContactsAppView",
43+
tags: ["contacts", "android", "address-book"],
44+
visibleInManager: true,
45+
desktopTabEnabled: true,
46+
},
3447
{
3548
id: "contacts",
3649
label: "Contacts TUI",

plugins/plugin-defense-of-the-agents/src/index.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,20 @@ export function createAppDefenseOfTheAgentsPlugin(): Plugin {
3535
visibleInManager: true,
3636
desktopTabEnabled: true,
3737
},
38+
{
39+
id: "defense-of-the-agents",
40+
label: "Defense of the Agents XR",
41+
description:
42+
"Defense of the Agents spectator and operator surface — strategy and telemetry",
43+
icon: "Gamepad2",
44+
path: "/defense-of-the-agents",
45+
viewType: "xr",
46+
bundlePath: "dist/views/bundle.js",
47+
componentExport: "DefenseAgentsOperatorSurface",
48+
tags: ["game", "strategy", "defense-of-the-agents"],
49+
visibleInManager: true,
50+
desktopTabEnabled: true,
51+
},
3852
{
3953
id: "defense-of-the-agents",
4054
label: "Defense of the Agents TUI",

plugins/plugin-hyperliquid-app/src/plugin.ts

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,20 @@ export const hyperliquidPlugin: Plugin = {
132132
visibleInManager: true,
133133
desktopTabEnabled: true,
134134
},
135+
{
136+
id: "hyperliquid",
137+
label: "Hyperliquid XR",
138+
description:
139+
"Hyperliquid perpetual markets — positions, trading status, and market data",
140+
icon: "TrendingUp",
141+
path: "/hyperliquid",
142+
viewType: "xr",
143+
bundlePath: "dist/views/bundle.js",
144+
componentExport: "HyperliquidAppView",
145+
tags: ["trading", "perps", "hyperliquid", "crypto"],
146+
visibleInManager: true,
147+
desktopTabEnabled: true,
148+
},
135149
{
136150
id: "hyperliquid",
137151
label: "Hyperliquid TUI",

0 commit comments

Comments
 (0)