@elizaos/agent 2.0.0-alpha.418 → 2.0.0-alpha.419

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/agent",
3
- "version": "2.0.0-alpha.418",
3
+ "version": "2.0.0-alpha.419",
4
4
  "description": "Standalone elizaOS-based agent and backend server package.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -467,7 +467,7 @@
467
467
  "@elizaos/app-steward": "^0.0.0",
468
468
  "@elizaos/app-task-coordinator": "^0.0.0",
469
469
  "@elizaos/app-training": "^0.0.1",
470
- "@elizaos/core": "^2.0.0-alpha.418",
470
+ "@elizaos/core": "^2.0.0-alpha.419",
471
471
  "@elizaos/plugin-agent-orchestrator": "^0.6.2-alpha.0",
472
472
  "@elizaos/plugin-browser-bridge": "^0.1.0",
473
473
  "@elizaos/plugin-local-embedding": "^2.0.0-alpha.12",
@@ -476,8 +476,8 @@
476
476
  "@elizaos/plugin-solana": "^2.0.0-alpha.6",
477
477
  "@elizaos/plugin-sql": "^2.0.0-alpha.19",
478
478
  "@elizaos/plugin-wechat": "^0.1.0",
479
- "@elizaos/shared": "^2.0.0-alpha.418",
480
- "@elizaos/skills": "^2.0.0-alpha.418",
479
+ "@elizaos/shared": "^2.0.0-alpha.419",
480
+ "@elizaos/skills": "^2.0.0-alpha.419",
481
481
  "@hapi/boom": "^10.0.1",
482
482
  "@noble/curves": "^2.0.1",
483
483
  "@solana/web3.js": "^1.98.4",
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigPageView.d.ts","sourceRoot":"","sources":["../../../../../../../app-core/src/components/pages/ConfigPageView.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA2CH,wBAAgB,cAAc,CAAC,EAC7B,QAAgB,EAChB,mBAAmB,GACpB,EAAE;IACD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC,2CAylBA"}
1
+ {"version":3,"file":"ConfigPageView.d.ts","sourceRoot":"","sources":["../../../../../../../app-core/src/components/pages/ConfigPageView.tsx"],"names":[],"mappings":"AAAA;;;;;;GAMG;AA2CH,wBAAgB,cAAc,CAAC,EAC7B,QAAgB,EAChB,mBAAmB,GACpB,EAAE;IACD,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,mBAAmB,CAAC,EAAE,MAAM,IAAI,CAAC;CAClC,2CA0lBA"}
@@ -191,7 +191,7 @@ export function ConfigPageView({ embedded = false, onWalletSaveSuccess, }) {
191
191
  : null;
192
192
  /* Filter out eliza-cloud from per-chain options in custom mode */
193
193
  const filterCloudOption = (options) => options.filter((o) => o.id !== "eliza-cloud");
194
- return (_jsxs("div", { children: [!embedded && (_jsxs(_Fragment, { children: [_jsx("h2", { className: "text-lg font-bold mb-1", children: t("configpageview.Config") }), _jsx("p", { className: "text-sm text-muted mb-5", children: t("configpageview.WalletProvidersAnd") })] })), _jsxs("div", { className: "grid grid-cols-1 sm:grid-cols-2 gap-3 mb-5", children: [_jsxs(Button, { variant: "ghost", onClick: () => handleModeChange("cloud"), className: `relative flex flex-col items-start gap-1.5 rounded-xl border-2 p-4 text-left transition-all h-auto !whitespace-normal ${rpcMode === "cloud"
194
+ return (_jsxs("div", { children: [!embedded && (_jsxs(_Fragment, { children: [_jsx("h2", { className: "text-lg font-bold mb-1", children: t("configpageview.Config") }), _jsx("p", { className: "text-sm text-muted mb-5", children: t("configpageview.WalletProvidersAnd") })] })), _jsxs("div", { className: "grid grid-cols-1 sm:grid-cols-2 gap-3 mb-5", children: [_jsxs(Button, { variant: "ghost", "data-testid": "wallet-rpc-mode-cloud", onClick: () => handleModeChange("cloud"), className: `relative flex flex-col items-start gap-1.5 rounded-xl border-2 p-4 text-left transition-all h-auto !whitespace-normal ${rpcMode === "cloud"
195
195
  ? "border-accent bg-accent/8 shadow-[0_0_20px_rgba(var(--accent-rgb),0.1)]"
196
196
  : "border-border/40 bg-card/30 opacity-50 grayscale hover:opacity-70 hover:grayscale-0"}`, children: [_jsxs("div", { className: "flex items-center gap-2", children: [_jsxs("svg", { width: "18", height: "18", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", className: rpcMode === "cloud" ? "text-accent" : "text-muted", children: [_jsx("title", { children: t("configpageview.CloudModeSvgTitle", {
197
197
  defaultValue: "Eliza Cloud managed RPC",