@elizaos/app-core 2.0.0-alpha.431 → 2.0.0-alpha.432

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.
@@ -12,6 +12,7 @@
12
12
  "accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
13
13
  "accounts.add.oauth.error": "Login failed.",
14
14
  "accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
15
+ "accounts.add.oauth.sseUnreachable": "Lost connection to the OAuth status stream. Try again.",
15
16
  "accounts.add.oauth.startFailed": "Failed to start login flow.",
16
17
  "accounts.add.oauth.starting": "Starting login flow...",
17
18
  "accounts.add.oauth.submitCode": "Submit code",
@@ -12,6 +12,7 @@
12
12
  "accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
13
13
  "accounts.add.oauth.error": "Login failed.",
14
14
  "accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
15
+ "accounts.add.oauth.sseUnreachable": "Lost connection to the OAuth status stream. Try again.",
15
16
  "accounts.add.oauth.startFailed": "Failed to start login flow.",
16
17
  "accounts.add.oauth.starting": "Starting login flow...",
17
18
  "accounts.add.oauth.submitCode": "Submit code",
@@ -12,6 +12,7 @@
12
12
  "accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
13
13
  "accounts.add.oauth.error": "Login failed.",
14
14
  "accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
15
+ "accounts.add.oauth.sseUnreachable": "Lost connection to the OAuth status stream. Try again.",
15
16
  "accounts.add.oauth.startFailed": "Failed to start login flow.",
16
17
  "accounts.add.oauth.starting": "Starting login flow...",
17
18
  "accounts.add.oauth.submitCode": "Submit code",
@@ -12,6 +12,7 @@
12
12
  "accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
13
13
  "accounts.add.oauth.error": "Login failed.",
14
14
  "accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
15
+ "accounts.add.oauth.sseUnreachable": "Lost connection to the OAuth status stream. Try again.",
15
16
  "accounts.add.oauth.startFailed": "Failed to start login flow.",
16
17
  "accounts.add.oauth.starting": "Starting login flow...",
17
18
  "accounts.add.oauth.submitCode": "Submit code",
@@ -12,6 +12,7 @@
12
12
  "accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
13
13
  "accounts.add.oauth.error": "Login failed.",
14
14
  "accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
15
+ "accounts.add.oauth.sseUnreachable": "Lost connection to the OAuth status stream. Try again.",
15
16
  "accounts.add.oauth.startFailed": "Failed to start login flow.",
16
17
  "accounts.add.oauth.starting": "Starting login flow...",
17
18
  "accounts.add.oauth.submitCode": "Submit code",
@@ -12,6 +12,7 @@
12
12
  "accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
13
13
  "accounts.add.oauth.error": "Login failed.",
14
14
  "accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
15
+ "accounts.add.oauth.sseUnreachable": "Lost connection to the OAuth status stream. Try again.",
15
16
  "accounts.add.oauth.startFailed": "Failed to start login flow.",
16
17
  "accounts.add.oauth.starting": "Starting login flow...",
17
18
  "accounts.add.oauth.submitCode": "Submit code",
@@ -12,6 +12,7 @@
12
12
  "accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
13
13
  "accounts.add.oauth.error": "Login failed.",
14
14
  "accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
15
+ "accounts.add.oauth.sseUnreachable": "Lost connection to the OAuth status stream. Try again.",
15
16
  "accounts.add.oauth.startFailed": "Failed to start login flow.",
16
17
  "accounts.add.oauth.starting": "Starting login flow...",
17
18
  "accounts.add.oauth.submitCode": "Submit code",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/app-core",
3
- "version": "2.0.0-alpha.431",
3
+ "version": "2.0.0-alpha.432",
4
4
  "description": "Shared application core for elizaOS white-label agent apps.",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -474,7 +474,7 @@
474
474
  "@capacitor/preferences": "^8.0.1",
475
475
  "@capacitor/push-notifications": "^8.0.0",
476
476
  "@clack/prompts": "^1.0.0",
477
- "@elizaos/agent": "^2.0.0-alpha.431",
477
+ "@elizaos/agent": "^2.0.0-alpha.432",
478
478
  "@elizaos/app-companion": "^0.0.0",
479
479
  "@elizaos/app-elizamaker": "^0.0.0",
480
480
  "@elizaos/app-lifeops": "^0.0.0",
@@ -483,12 +483,12 @@
483
483
  "@elizaos/app-task-coordinator": "^0.0.0",
484
484
  "@elizaos/app-training": "^0.0.1",
485
485
  "@elizaos/app-vincent": "^0.0.0",
486
- "@elizaos/core": "^2.0.0-alpha.431",
486
+ "@elizaos/core": "^2.0.0-alpha.432",
487
487
  "@elizaos/plugin-browser-bridge": "^0.1.0",
488
488
  "@elizaos/plugin-sql": "^2.0.0-alpha.19",
489
489
  "@elizaos/plugin-wechat": "^0.1.0",
490
- "@elizaos/shared": "^2.0.0-alpha.431",
491
- "@elizaos/ui": "^2.0.0-alpha.431",
490
+ "@elizaos/shared": "^2.0.0-alpha.432",
491
+ "@elizaos/ui": "^2.0.0-alpha.432",
492
492
  "@node-rs/argon2": "^2.0.2",
493
493
  "@radix-ui/react-checkbox": "^1.3.3",
494
494
  "@radix-ui/react-dialog": "^1.1.15",
@@ -12,6 +12,7 @@
12
12
  "accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
13
13
  "accounts.add.oauth.error": "Login failed.",
14
14
  "accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
15
+ "accounts.add.oauth.sseUnreachable": "Lost connection to the OAuth status stream. Try again.",
15
16
  "accounts.add.oauth.startFailed": "Failed to start login flow.",
16
17
  "accounts.add.oauth.starting": "Starting login flow...",
17
18
  "accounts.add.oauth.submitCode": "Submit code",
@@ -12,6 +12,7 @@
12
12
  "accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
13
13
  "accounts.add.oauth.error": "Login failed.",
14
14
  "accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
15
+ "accounts.add.oauth.sseUnreachable": "Lost connection to the OAuth status stream. Try again.",
15
16
  "accounts.add.oauth.startFailed": "Failed to start login flow.",
16
17
  "accounts.add.oauth.starting": "Starting login flow...",
17
18
  "accounts.add.oauth.submitCode": "Submit code",
@@ -12,6 +12,7 @@
12
12
  "accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
13
13
  "accounts.add.oauth.error": "Login failed.",
14
14
  "accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
15
+ "accounts.add.oauth.sseUnreachable": "Lost connection to the OAuth status stream. Try again.",
15
16
  "accounts.add.oauth.startFailed": "Failed to start login flow.",
16
17
  "accounts.add.oauth.starting": "Starting login flow...",
17
18
  "accounts.add.oauth.submitCode": "Submit code",
@@ -12,6 +12,7 @@
12
12
  "accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
13
13
  "accounts.add.oauth.error": "Login failed.",
14
14
  "accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
15
+ "accounts.add.oauth.sseUnreachable": "Lost connection to the OAuth status stream. Try again.",
15
16
  "accounts.add.oauth.startFailed": "Failed to start login flow.",
16
17
  "accounts.add.oauth.starting": "Starting login flow...",
17
18
  "accounts.add.oauth.submitCode": "Submit code",
@@ -12,6 +12,7 @@
12
12
  "accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
13
13
  "accounts.add.oauth.error": "Login failed.",
14
14
  "accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
15
+ "accounts.add.oauth.sseUnreachable": "Lost connection to the OAuth status stream. Try again.",
15
16
  "accounts.add.oauth.startFailed": "Failed to start login flow.",
16
17
  "accounts.add.oauth.starting": "Starting login flow...",
17
18
  "accounts.add.oauth.submitCode": "Submit code",
@@ -12,6 +12,7 @@
12
12
  "accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
13
13
  "accounts.add.oauth.error": "Login failed.",
14
14
  "accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
15
+ "accounts.add.oauth.sseUnreachable": "Lost connection to the OAuth status stream. Try again.",
15
16
  "accounts.add.oauth.startFailed": "Failed to start login flow.",
16
17
  "accounts.add.oauth.starting": "Starting login flow...",
17
18
  "accounts.add.oauth.submitCode": "Submit code",
@@ -12,6 +12,7 @@
12
12
  "accounts.add.oauth.codePlaceholder": "Paste the code or redirect URL",
13
13
  "accounts.add.oauth.error": "Login failed.",
14
14
  "accounts.add.oauth.sessionHint": "Session: {{sessionId}}",
15
+ "accounts.add.oauth.sseUnreachable": "Lost connection to the OAuth status stream. Try again.",
15
16
  "accounts.add.oauth.startFailed": "Failed to start login flow.",
16
17
  "accounts.add.oauth.starting": "Starting login flow...",
17
18
  "accounts.add.oauth.submitCode": "Submit code",