@elizaos/ui 2.0.0-beta.2 → 2.0.3-beta.2
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/App.d.ts.map +1 -1
- package/App.js +785 -335
- package/agent-surface/AgentElementOverlay.d.ts +9 -0
- package/agent-surface/AgentElementOverlay.d.ts.map +1 -0
- package/agent-surface/AgentElementOverlay.js +85 -0
- package/agent-surface/AgentSurfaceContext.d.ts +18 -0
- package/agent-surface/AgentSurfaceContext.d.ts.map +1 -0
- package/agent-surface/AgentSurfaceContext.hooks.d.ts +16 -0
- package/agent-surface/AgentSurfaceContext.hooks.d.ts.map +1 -0
- package/agent-surface/AgentSurfaceContext.hooks.js +11 -0
- package/agent-surface/AgentSurfaceContext.js +33 -0
- package/agent-surface/__e2e__/fixture.d.ts +14 -0
- package/agent-surface/__e2e__/fixture.d.ts.map +1 -0
- package/agent-surface/__e2e__/fixture.js +52 -0
- package/agent-surface/capabilities.d.ts +20 -0
- package/agent-surface/capabilities.d.ts.map +1 -0
- package/agent-surface/capabilities.js +85 -0
- package/agent-surface/components.d.ts +52 -0
- package/agent-surface/components.d.ts.map +1 -0
- package/agent-surface/components.js +41 -0
- package/agent-surface/element-reporter.d.ts +19 -0
- package/agent-surface/element-reporter.d.ts.map +1 -0
- package/agent-surface/element-reporter.hooks.d.ts +27 -0
- package/agent-surface/element-reporter.hooks.d.ts.map +1 -0
- package/agent-surface/element-reporter.hooks.js +79 -0
- package/agent-surface/element-reporter.js +24 -0
- package/agent-surface/index.d.ts +16 -0
- package/agent-surface/index.d.ts.map +1 -0
- package/agent-surface/index.js +15 -0
- package/agent-surface/registry.d.ts +48 -0
- package/agent-surface/registry.d.ts.map +1 -0
- package/agent-surface/registry.js +274 -0
- package/agent-surface/types.d.ts +93 -0
- package/agent-surface/types.d.ts.map +1 -0
- package/agent-surface/types.js +40 -0
- package/agent-surface/useAgentElement.d.ts +31 -0
- package/agent-surface/useAgentElement.d.ts.map +1 -0
- package/agent-surface/useAgentElement.js +96 -0
- package/api/agent-client-type-shim.d.ts +12 -94
- package/api/agent-client-type-shim.d.ts.map +1 -1
- package/api/android-native-agent-transport.d.ts +25 -0
- package/api/android-native-agent-transport.d.ts.map +1 -1
- package/api/android-native-agent-transport.js +255 -50
- package/api/auth-client.d.ts.map +1 -1
- package/api/auth-client.js +61 -0
- package/api/browser-contracts.d.ts +222 -0
- package/api/browser-contracts.d.ts.map +1 -0
- package/api/browser-contracts.js +1 -0
- package/api/client-agent.d.ts +68 -10
- package/api/client-agent.d.ts.map +1 -1
- package/api/client-agent.js +980 -289
- package/api/client-base.d.ts +58 -8
- package/api/client-base.d.ts.map +1 -1
- package/api/client-base.js +591 -213
- package/api/client-browser-workspace.d.ts +1 -1
- package/api/client-browser-workspace.d.ts.map +1 -1
- package/api/client-chat.d.ts +87 -5
- package/api/client-chat.d.ts.map +1 -1
- package/api/client-chat.js +305 -94
- package/api/client-cloud.d.ts +139 -10
- package/api/client-cloud.d.ts.map +1 -1
- package/api/client-cloud.js +472 -45
- package/api/client-computeruse.d.ts +1 -1
- package/api/client-computeruse.d.ts.map +1 -1
- package/api/client-local-inference.d.ts +2 -2
- package/api/client-local-inference.d.ts.map +1 -1
- package/api/client-local-inference.js +2 -1
- package/api/client-notifications.d.ts +31 -0
- package/api/client-notifications.d.ts.map +1 -0
- package/api/client-notifications.js +34 -0
- package/api/client-skills.d.ts +109 -126
- package/api/client-skills.d.ts.map +1 -1
- package/api/client-skills.js +116 -90
- package/api/client-transcripts.d.ts +42 -0
- package/api/client-transcripts.d.ts.map +1 -0
- package/api/client-transcripts.js +25 -0
- package/api/client-types-chat.d.ts +187 -3
- package/api/client-types-chat.d.ts.map +1 -1
- package/api/client-types-cloud.d.ts +318 -37
- package/api/client-types-cloud.d.ts.map +1 -1
- package/api/client-types-cloud.js +4 -4
- package/api/client-types-commands.d.ts +55 -0
- package/api/client-types-commands.d.ts.map +1 -0
- package/api/client-types-commands.js +7 -0
- package/api/client-types-config.d.ts +1023 -16
- package/api/client-types-config.d.ts.map +1 -1
- package/api/client-types-core.d.ts +109 -156
- package/api/client-types-core.d.ts.map +1 -1
- package/api/client-types-feed.d.ts +262 -0
- package/api/client-types-feed.d.ts.map +1 -0
- package/api/client-types-feed.js +2 -0
- package/api/client-types.d.ts +1 -1
- package/api/client-types.d.ts.map +1 -1
- package/api/client-types.js +1 -1
- package/api/client-voice-models.d.ts +67 -0
- package/api/client-voice-models.d.ts.map +1 -0
- package/api/client-voice-models.js +34 -0
- package/api/client-voice-profiles.d.ts +153 -0
- package/api/client-voice-profiles.d.ts.map +1 -0
- package/api/client-voice-profiles.js +261 -0
- package/api/client-workflow.d.ts +9 -1
- package/api/client-workflow.d.ts.map +1 -1
- package/api/client-workflow.js +29 -0
- package/api/client-xr.d.ts +18 -0
- package/api/client-xr.d.ts.map +1 -0
- package/api/client-xr.js +4 -0
- package/api/client.d.ts +10 -5
- package/api/client.d.ts.map +1 -1
- package/api/client.js +8 -3
- package/api/csrf-client.d.ts.map +1 -1
- package/api/csrf-client.js +11 -1
- package/api/desktop-http-transport.d.ts.map +1 -1
- package/api/desktop-http-transport.js +1 -25
- package/api/i18n-locale-client.d.ts +15 -0
- package/api/i18n-locale-client.d.ts.map +1 -0
- package/api/i18n-locale-client.js +36 -0
- package/api/index.d.ts +1 -0
- package/api/index.d.ts.map +1 -1
- package/api/index.js +1 -0
- package/api/ios-local-agent-kernel.d.ts.map +1 -1
- package/api/ios-local-agent-kernel.js +821 -116
- package/api/ios-local-agent-transport.d.ts +32 -0
- package/api/ios-local-agent-transport.d.ts.map +1 -1
- package/api/ios-local-agent-transport.js +564 -4
- package/api/ittp-agent-transport.d.ts +8 -1
- package/api/ittp-agent-transport.d.ts.map +1 -1
- package/api/ittp-agent-transport.js +11 -1
- package/api/native-agent-stream.d.ts +57 -0
- package/api/native-agent-stream.d.ts.map +1 -0
- package/api/native-agent-stream.js +126 -0
- package/api/native-cloud-http-transport.d.ts.map +1 -1
- package/api/native-cloud-http-transport.js +77 -28
- package/api/request-timeout.d.ts.map +1 -1
- package/api/request-timeout.js +47 -1
- package/api/runtime-mode-client.d.ts.map +1 -1
- package/api/transport.d.ts +14 -0
- package/api/transport.d.ts.map +1 -1
- package/api/transport.js +49 -0
- package/app-navigate-view.d.ts +57 -0
- package/app-navigate-view.d.ts.map +1 -0
- package/app-navigate-view.js +191 -0
- package/app-shell-components.d.ts +3 -13
- package/app-shell-components.d.ts.map +1 -1
- package/app-shell-components.js +11 -12
- package/app-shell-registry.d.ts +21 -4
- package/app-shell-registry.d.ts.map +1 -1
- package/app-shell-registry.js +17 -1
- package/backgrounds/BackgroundHost.d.ts +14 -0
- package/backgrounds/BackgroundHost.d.ts.map +1 -0
- package/backgrounds/BackgroundHost.js +20 -0
- package/backgrounds/index.d.ts +4 -0
- package/backgrounds/index.d.ts.map +1 -0
- package/backgrounds/index.js +2 -0
- package/backgrounds/types.d.ts +13 -0
- package/backgrounds/types.d.ts.map +1 -0
- package/backgrounds/types.js +12 -0
- package/bridge/capacitor-bridge.d.ts.map +1 -1
- package/bridge/capacitor-bridge.js +18 -2
- package/bridge/electrobun-rpc.d.ts +115 -0
- package/bridge/electrobun-rpc.d.ts.map +1 -1
- package/bridge/electrobun-rpc.js +128 -1
- package/bridge/electrobun-runtime.d.ts.map +1 -1
- package/bridge/electrobun-runtime.js +33 -5
- package/bridge/gateway-discovery.d.ts.map +1 -1
- package/bridge/gateway-discovery.js +3 -1
- package/bridge/native-notifications.d.ts +40 -0
- package/bridge/native-notifications.d.ts.map +1 -0
- package/bridge/native-notifications.js +166 -0
- package/bridge/native-plugins.d.ts +231 -5
- package/bridge/native-plugins.d.ts.map +1 -1
- package/bridge/native-plugins.js +9 -0
- package/bridge/plugin-bridge.d.ts +1 -1
- package/bridge/plugin-bridge.d.ts.map +1 -1
- package/bridge/plugin-bridge.js +2 -10
- package/bridge/storage-bridge.d.ts.map +1 -1
- package/bridge/storage-bridge.js +163 -32
- package/browser.d.ts +86 -18
- package/browser.d.ts.map +1 -1
- package/browser.js +95 -18
- package/build-variant.d.ts +1 -1
- package/build-variant.js +3 -3
- package/cache-telemetry.d.ts +16 -0
- package/cache-telemetry.d.ts.map +1 -0
- package/cache-telemetry.js +26 -0
- package/chat/index.d.ts.map +1 -1
- package/chat/index.js +0 -1
- package/chat/slash-menu.d.ts +105 -0
- package/chat/slash-menu.d.ts.map +1 -0
- package/chat/slash-menu.js +259 -0
- package/chat/useSlashCommandController.d.ts +31 -0
- package/chat/useSlashCommandController.d.ts.map +1 -0
- package/chat/useSlashCommandController.js +192 -0
- package/cloud/account-security/AccountRoute.d.ts +22 -0
- package/cloud/account-security/AccountRoute.d.ts.map +1 -0
- package/cloud/account-security/AccountRoute.js +50 -0
- package/cloud/account-security/AccountSection.d.ts +12 -0
- package/cloud/account-security/AccountSection.d.ts.map +1 -0
- package/cloud/account-security/AccountSection.js +16 -0
- package/cloud/account-security/PermissionsRoute.d.ts +21 -0
- package/cloud/account-security/PermissionsRoute.d.ts.map +1 -0
- package/cloud/account-security/PermissionsRoute.js +33 -0
- package/cloud/account-security/PermissionsSection.d.ts +11 -0
- package/cloud/account-security/PermissionsSection.d.ts.map +1 -0
- package/cloud/account-security/PermissionsSection.js +15 -0
- package/cloud/account-security/SecurityRoute.d.ts +20 -0
- package/cloud/account-security/SecurityRoute.d.ts.map +1 -0
- package/cloud/account-security/SecurityRoute.js +42 -0
- package/cloud/account-security/SecuritySection.d.ts +10 -0
- package/cloud/account-security/SecuritySection.d.ts.map +1 -0
- package/cloud/account-security/SecuritySection.js +14 -0
- package/cloud/account-security/components/AuditEventList.d.ts +20 -0
- package/cloud/account-security/components/AuditEventList.d.ts.map +1 -0
- package/cloud/account-security/components/AuditEventList.js +30 -0
- package/cloud/account-security/components/account-details.d.ts +12 -0
- package/cloud/account-security/components/account-details.d.ts.map +1 -0
- package/cloud/account-security/components/account-details.js +54 -0
- package/cloud/account-security/components/account-page-client.d.ts +16 -0
- package/cloud/account-security/components/account-page-client.d.ts.map +1 -0
- package/cloud/account-security/components/account-page-client.js +26 -0
- package/cloud/account-security/components/active-sessions-panel.d.ts +10 -0
- package/cloud/account-security/components/active-sessions-panel.d.ts.map +1 -0
- package/cloud/account-security/components/active-sessions-panel.js +93 -0
- package/cloud/account-security/components/api-keys-link.d.ts +8 -0
- package/cloud/account-security/components/api-keys-link.d.ts.map +1 -0
- package/cloud/account-security/components/api-keys-link.js +17 -0
- package/cloud/account-security/components/incident-report-panel.d.ts +7 -0
- package/cloud/account-security/components/incident-report-panel.d.ts.map +1 -0
- package/cloud/account-security/components/incident-report-panel.js +65 -0
- package/cloud/account-security/components/mfa-panel.d.ts +11 -0
- package/cloud/account-security/components/mfa-panel.d.ts.map +1 -0
- package/cloud/account-security/components/mfa-panel.js +66 -0
- package/cloud/account-security/components/organization-info.d.ts +13 -0
- package/cloud/account-security/components/organization-info.d.ts.map +1 -0
- package/cloud/account-security/components/organization-info.js +46 -0
- package/cloud/account-security/components/plugin-permissions-page-client.d.ts +10 -0
- package/cloud/account-security/components/plugin-permissions-page-client.d.ts.map +1 -0
- package/cloud/account-security/components/plugin-permissions-page-client.js +72 -0
- package/cloud/account-security/components/privacy-panel.d.ts +12 -0
- package/cloud/account-security/components/privacy-panel.d.ts.map +1 -0
- package/cloud/account-security/components/privacy-panel.js +161 -0
- package/cloud/account-security/components/profile-form.d.ts +21 -0
- package/cloud/account-security/components/profile-form.d.ts.map +1 -0
- package/cloud/account-security/components/profile-form.js +255 -0
- package/cloud/account-security/components/recent-audit-events.d.ts +7 -0
- package/cloud/account-security/components/recent-audit-events.d.ts.map +1 -0
- package/cloud/account-security/components/recent-audit-events.js +48 -0
- package/cloud/account-security/data/audit-client.d.ts +33 -0
- package/cloud/account-security/data/audit-client.d.ts.map +1 -0
- package/cloud/account-security/data/audit-client.js +37 -0
- package/cloud/account-security/data/consent-store.d.ts +11 -0
- package/cloud/account-security/data/consent-store.d.ts.map +1 -0
- package/cloud/account-security/data/consent-store.js +45 -0
- package/cloud/account-security/data/use-session-auth.d.ts +39 -0
- package/cloud/account-security/data/use-session-auth.d.ts.map +1 -0
- package/cloud/account-security/data/use-session-auth.js +95 -0
- package/cloud/account-security/data/user.d.ts +238 -0
- package/cloud/account-security/data/user.d.ts.map +1 -0
- package/cloud/account-security/data/user.js +77 -0
- package/cloud/account-security/index.d.ts +44 -0
- package/cloud/account-security/index.d.ts.map +1 -0
- package/cloud/account-security/index.js +66 -0
- package/cloud/account-security/use-document-title.d.ts +10 -0
- package/cloud/account-security/use-document-title.d.ts.map +1 -0
- package/cloud/account-security/use-document-title.js +20 -0
- package/cloud/admin/AdminGate.d.ts +24 -0
- package/cloud/admin/AdminGate.d.ts.map +1 -0
- package/cloud/admin/AdminGate.js +84 -0
- package/cloud/admin/ModerationPage.d.ts +16 -0
- package/cloud/admin/ModerationPage.d.ts.map +1 -0
- package/cloud/admin/ModerationPage.js +234 -0
- package/cloud/admin/ModerationRoute.d.ts +3 -0
- package/cloud/admin/ModerationRoute.d.ts.map +1 -0
- package/cloud/admin/ModerationRoute.js +7 -0
- package/cloud/admin/RedemptionsPage.d.ts +21 -0
- package/cloud/admin/RedemptionsPage.d.ts.map +1 -0
- package/cloud/admin/RedemptionsPage.js +322 -0
- package/cloud/admin/RedemptionsRoute.d.ts +3 -0
- package/cloud/admin/RedemptionsRoute.d.ts.map +1 -0
- package/cloud/admin/RedemptionsRoute.js +7 -0
- package/cloud/admin/RpcStatusPage.d.ts +12 -0
- package/cloud/admin/RpcStatusPage.d.ts.map +1 -0
- package/cloud/admin/RpcStatusPage.js +54 -0
- package/cloud/admin/RpcStatusRoute.d.ts +3 -0
- package/cloud/admin/RpcStatusRoute.d.ts.map +1 -0
- package/cloud/admin/RpcStatusRoute.js +7 -0
- package/cloud/admin/data/use-admin-gate.d.ts +48 -0
- package/cloud/admin/data/use-admin-gate.d.ts.map +1 -0
- package/cloud/admin/data/use-admin-gate.js +93 -0
- package/cloud/admin/index.d.ts +48 -0
- package/cloud/admin/index.d.ts.map +1 -0
- package/cloud/admin/index.js +69 -0
- package/cloud/admin/lib/format-usd.d.ts +11 -0
- package/cloud/admin/lib/format-usd.d.ts.map +1 -0
- package/cloud/admin/lib/format-usd.js +18 -0
- package/cloud/admin/use-document-title.d.ts +10 -0
- package/cloud/admin/use-document-title.d.ts.map +1 -0
- package/cloud/admin/use-document-title.js +20 -0
- package/cloud/analytics/Page.d.ts +17 -0
- package/cloud/analytics/Page.d.ts.map +1 -0
- package/cloud/analytics/Page.js +46 -0
- package/cloud/analytics/_components/analytics-page-client.d.ts +18 -0
- package/cloud/analytics/_components/analytics-page-client.d.ts.map +1 -0
- package/cloud/analytics/_components/analytics-page-client.js +166 -0
- package/cloud/analytics/_components/filters.d.ts +2 -0
- package/cloud/analytics/_components/filters.d.ts.map +1 -0
- package/cloud/analytics/_components/filters.js +101 -0
- package/cloud/analytics/_components/model-breakdown.d.ts +12 -0
- package/cloud/analytics/_components/model-breakdown.d.ts.map +1 -0
- package/cloud/analytics/_components/model-breakdown.js +69 -0
- package/cloud/analytics/_components/projections-chart.d.ts +13 -0
- package/cloud/analytics/_components/projections-chart.d.ts.map +1 -0
- package/cloud/analytics/_components/projections-chart.js +123 -0
- package/cloud/analytics/_components/provider-breakdown.d.ts +12 -0
- package/cloud/analytics/_components/provider-breakdown.d.ts.map +1 -0
- package/cloud/analytics/_components/provider-breakdown.js +48 -0
- package/cloud/analytics/_components/usage-chart.d.ts +18 -0
- package/cloud/analytics/_components/usage-chart.d.ts.map +1 -0
- package/cloud/analytics/_components/usage-chart.js +117 -0
- package/cloud/analytics/index.d.ts +17 -0
- package/cloud/analytics/index.d.ts.map +1 -0
- package/cloud/analytics/index.js +23 -0
- package/cloud/analytics/lib/analytics-data.d.ts +41 -0
- package/cloud/analytics/lib/analytics-data.d.ts.map +1 -0
- package/cloud/analytics/lib/analytics-data.js +55 -0
- package/cloud/analytics/lib/auth-query.d.ts +23 -0
- package/cloud/analytics/lib/auth-query.d.ts.map +1 -0
- package/cloud/analytics/lib/auth-query.js +30 -0
- package/cloud/analytics/lib/format.d.ts +14 -0
- package/cloud/analytics/lib/format.d.ts.map +1 -0
- package/cloud/analytics/lib/format.js +15 -0
- package/cloud/analytics/lib/time-range.d.ts +14 -0
- package/cloud/analytics/lib/time-range.d.ts.map +1 -0
- package/cloud/analytics/lib/time-range.js +28 -0
- package/cloud/api-explorer/ApiExplorerPage.d.ts +23 -0
- package/cloud/api-explorer/ApiExplorerPage.d.ts.map +1 -0
- package/cloud/api-explorer/ApiExplorerPage.js +216 -0
- package/cloud/api-explorer/api-tester.d.ts +22 -0
- package/cloud/api-explorer/api-tester.d.ts.map +1 -0
- package/cloud/api-explorer/api-tester.js +433 -0
- package/cloud/api-explorer/auth-manager.d.ts +19 -0
- package/cloud/api-explorer/auth-manager.d.ts.map +1 -0
- package/cloud/api-explorer/auth-manager.js +49 -0
- package/cloud/api-explorer/index.d.ts +44 -0
- package/cloud/api-explorer/index.d.ts.map +1 -0
- package/cloud/api-explorer/index.js +53 -0
- package/cloud/api-explorer/toast.d.ts +10 -0
- package/cloud/api-explorer/toast.d.ts.map +1 -0
- package/cloud/api-explorer/toast.js +16 -0
- package/cloud/api-explorer/use-document-title.d.ts +11 -0
- package/cloud/api-explorer/use-document-title.d.ts.map +1 -0
- package/cloud/api-explorer/use-document-title.js +21 -0
- package/cloud/api-explorer/use-explorer-api-key.d.ts +30 -0
- package/cloud/api-explorer/use-explorer-api-key.d.ts.map +1 -0
- package/cloud/api-explorer/use-explorer-api-key.js +57 -0
- package/cloud/api-explorer/use-session-auth.d.ts +44 -0
- package/cloud/api-explorer/use-session-auth.d.ts.map +1 -0
- package/cloud/api-explorer/use-session-auth.js +152 -0
- package/cloud/api-keys/ApiKeysRoute.d.ts +20 -0
- package/cloud/api-keys/ApiKeysRoute.d.ts.map +1 -0
- package/cloud/api-keys/ApiKeysRoute.js +84 -0
- package/cloud/api-keys/ApiKeysSection.d.ts +15 -0
- package/cloud/api-keys/ApiKeysSection.d.ts.map +1 -0
- package/cloud/api-keys/ApiKeysSection.js +18 -0
- package/cloud/api-keys/ApiKeysView.d.ts +27 -0
- package/cloud/api-keys/ApiKeysView.d.ts.map +1 -0
- package/cloud/api-keys/ApiKeysView.js +312 -0
- package/cloud/api-keys/auth-gate.d.ts +28 -0
- package/cloud/api-keys/auth-gate.d.ts.map +1 -0
- package/cloud/api-keys/auth-gate.js +33 -0
- package/cloud/api-keys/copy-api-key.d.ts +31 -0
- package/cloud/api-keys/copy-api-key.d.ts.map +1 -0
- package/cloud/api-keys/copy-api-key.js +35 -0
- package/cloud/api-keys/index.d.ts +42 -0
- package/cloud/api-keys/index.d.ts.map +1 -0
- package/cloud/api-keys/index.js +50 -0
- package/cloud/api-keys/use-api-keys.d.ts +25 -0
- package/cloud/api-keys/use-api-keys.d.ts.map +1 -0
- package/cloud/api-keys/use-api-keys.js +29 -0
- package/cloud/api-keys/use-document-title.d.ts +10 -0
- package/cloud/api-keys/use-document-title.d.ts.map +1 -0
- package/cloud/api-keys/use-document-title.js +20 -0
- package/cloud/applications/ApplicationDetailPage.d.ts +10 -0
- package/cloud/applications/ApplicationDetailPage.d.ts.map +1 -0
- package/cloud/applications/ApplicationDetailPage.js +71 -0
- package/cloud/applications/ApplicationsPage.d.ts +12 -0
- package/cloud/applications/ApplicationsPage.d.ts.map +1 -0
- package/cloud/applications/ApplicationsPage.js +43 -0
- package/cloud/applications/components/app-analytics.d.ts +12 -0
- package/cloud/applications/components/app-analytics.d.ts.map +1 -0
- package/cloud/applications/components/app-analytics.js +207 -0
- package/cloud/applications/components/app-details-tabs.d.ts +14 -0
- package/cloud/applications/components/app-details-tabs.d.ts.map +1 -0
- package/cloud/applications/components/app-details-tabs.js +81 -0
- package/cloud/applications/components/app-domains.d.ts +13 -0
- package/cloud/applications/components/app-domains.d.ts.map +1 -0
- package/cloud/applications/components/app-domains.js +348 -0
- package/cloud/applications/components/app-earnings-dashboard.d.ts +11 -0
- package/cloud/applications/components/app-earnings-dashboard.d.ts.map +1 -0
- package/cloud/applications/components/app-earnings-dashboard.js +130 -0
- package/cloud/applications/components/app-monetization-settings.d.ts +12 -0
- package/cloud/applications/components/app-monetization-settings.d.ts.map +1 -0
- package/cloud/applications/components/app-monetization-settings.js +201 -0
- package/cloud/applications/components/app-overview.d.ts +14 -0
- package/cloud/applications/components/app-overview.d.ts.map +1 -0
- package/cloud/applications/components/app-overview.js +153 -0
- package/cloud/applications/components/app-promote.d.ts +22 -0
- package/cloud/applications/components/app-promote.d.ts.map +1 -0
- package/cloud/applications/components/app-promote.js +97 -0
- package/cloud/applications/components/app-settings.d.ts +15 -0
- package/cloud/applications/components/app-settings.d.ts.map +1 -0
- package/cloud/applications/components/app-settings.js +193 -0
- package/cloud/applications/components/app-users.d.ts +12 -0
- package/cloud/applications/components/app-users.d.ts.map +1 -0
- package/cloud/applications/components/app-users.js +82 -0
- package/cloud/applications/components/apps-table.d.ts +15 -0
- package/cloud/applications/components/apps-table.d.ts.map +1 -0
- package/cloud/applications/components/apps-table.js +74 -0
- package/cloud/applications/components/create-app-button.d.ts +6 -0
- package/cloud/applications/components/create-app-button.d.ts.map +1 -0
- package/cloud/applications/components/create-app-button.js +15 -0
- package/cloud/applications/components/create-app-dialog.d.ts +20 -0
- package/cloud/applications/components/create-app-dialog.d.ts.map +1 -0
- package/cloud/applications/components/create-app-dialog.js +157 -0
- package/cloud/applications/components/single-app-page-wrapper.d.ts +12 -0
- package/cloud/applications/components/single-app-page-wrapper.d.ts.map +1 -0
- package/cloud/applications/components/single-app-page-wrapper.js +5 -0
- package/cloud/applications/components/withdraw-dialog.d.ts +20 -0
- package/cloud/applications/components/withdraw-dialog.d.ts.map +1 -0
- package/cloud/applications/components/withdraw-dialog.js +60 -0
- package/cloud/applications/index.d.ts +39 -0
- package/cloud/applications/index.d.ts.map +1 -0
- package/cloud/applications/index.js +54 -0
- package/cloud/applications/lib/apps.d.ts +53 -0
- package/cloud/applications/lib/apps.d.ts.map +1 -0
- package/cloud/applications/lib/apps.js +80 -0
- package/cloud/applications/lib/auth-query.d.ts +14 -0
- package/cloud/applications/lib/auth-query.d.ts.map +1 -0
- package/cloud/applications/lib/auth-query.js +18 -0
- package/cloud/applications/lib/one-time-app-api-key.d.ts +12 -0
- package/cloud/applications/lib/one-time-app-api-key.d.ts.map +1 -0
- package/cloud/applications/lib/one-time-app-api-key.js +22 -0
- package/cloud/applications/lib/use-copy-feedback.d.ts +9 -0
- package/cloud/applications/lib/use-copy-feedback.d.ts.map +1 -0
- package/cloud/applications/lib/use-copy-feedback.js +13 -0
- package/cloud/applications/lib/use-session-auth.d.ts +28 -0
- package/cloud/applications/lib/use-session-auth.d.ts.map +1 -0
- package/cloud/applications/lib/use-session-auth.js +97 -0
- package/cloud/applications/lib/utils.d.ts +7 -0
- package/cloud/applications/lib/utils.d.ts.map +1 -0
- package/cloud/applications/lib/utils.js +9 -0
- package/cloud/approvals/ApprovalsRoute.d.ts +27 -0
- package/cloud/approvals/ApprovalsRoute.d.ts.map +1 -0
- package/cloud/approvals/ApprovalsRoute.js +45 -0
- package/cloud/approvals/components/approvals-tab.d.ts +14 -0
- package/cloud/approvals/components/approvals-tab.d.ts.map +1 -0
- package/cloud/approvals/components/approvals-tab.js +98 -0
- package/cloud/approvals/components/ballots-tab.d.ts +8 -0
- package/cloud/approvals/components/ballots-tab.d.ts.map +1 -0
- package/cloud/approvals/components/ballots-tab.js +86 -0
- package/cloud/approvals/components/sensitive-tab.d.ts +13 -0
- package/cloud/approvals/components/sensitive-tab.d.ts.map +1 -0
- package/cloud/approvals/components/sensitive-tab.js +50 -0
- package/cloud/approvals/components/status-badge.d.ts +13 -0
- package/cloud/approvals/components/status-badge.d.ts.map +1 -0
- package/cloud/approvals/components/status-badge.js +49 -0
- package/cloud/approvals/index.d.ts +32 -0
- package/cloud/approvals/index.d.ts.map +1 -0
- package/cloud/approvals/index.js +41 -0
- package/cloud/approvals/lib/approvals.d.ts +164 -0
- package/cloud/approvals/lib/approvals.d.ts.map +1 -0
- package/cloud/approvals/lib/approvals.js +186 -0
- package/cloud/approvals/lib/auth-query.d.ts +18 -0
- package/cloud/approvals/lib/auth-query.d.ts.map +1 -0
- package/cloud/approvals/lib/auth-query.js +22 -0
- package/cloud/approvals/lib/use-session-auth.d.ts +28 -0
- package/cloud/approvals/lib/use-session-auth.d.ts.map +1 -0
- package/cloud/approvals/lib/use-session-auth.js +97 -0
- package/cloud/approvals/lib/wallet-sign.d.ts +33 -0
- package/cloud/approvals/lib/wallet-sign.d.ts.map +1 -0
- package/cloud/approvals/lib/wallet-sign.js +79 -0
- package/cloud/billing/BillingSection.d.ts +18 -0
- package/cloud/billing/BillingSection.d.ts.map +1 -0
- package/cloud/billing/BillingSection.js +52 -0
- package/cloud/billing/BillingSuccessPage.d.ts +13 -0
- package/cloud/billing/BillingSuccessPage.d.ts.map +1 -0
- package/cloud/billing/BillingSuccessPage.js +78 -0
- package/cloud/billing/InvoiceDetailPage.d.ts +7 -0
- package/cloud/billing/InvoiceDetailPage.d.ts.map +1 -0
- package/cloud/billing/InvoiceDetailPage.js +38 -0
- package/cloud/billing/components/auto-top-up-card.d.ts +12 -0
- package/cloud/billing/components/auto-top-up-card.d.ts.map +1 -0
- package/cloud/billing/components/auto-top-up-card.js +137 -0
- package/cloud/billing/components/billing-tab.d.ts +18 -0
- package/cloud/billing/components/billing-tab.d.ts.map +1 -0
- package/cloud/billing/components/billing-tab.js +222 -0
- package/cloud/billing/components/direct-crypto-credit-card.d.ts +14 -0
- package/cloud/billing/components/direct-crypto-credit-card.d.ts.map +1 -0
- package/cloud/billing/components/direct-crypto-credit-card.js +329 -0
- package/cloud/billing/components/invoice-detail-client.d.ts +12 -0
- package/cloud/billing/components/invoice-detail-client.d.ts.map +1 -0
- package/cloud/billing/components/invoice-detail-client.js +81 -0
- package/cloud/billing/components/numeric-field.d.ts +13 -0
- package/cloud/billing/components/numeric-field.d.ts.map +1 -0
- package/cloud/billing/components/numeric-field.js +7 -0
- package/cloud/billing/components/pay-as-you-go-card.d.ts +11 -0
- package/cloud/billing/components/pay-as-you-go-card.d.ts.map +1 -0
- package/cloud/billing/components/pay-as-you-go-card.js +50 -0
- package/cloud/billing/components/payment-waiting-overlay.d.ts +36 -0
- package/cloud/billing/components/payment-waiting-overlay.d.ts.map +1 -0
- package/cloud/billing/components/payment-waiting-overlay.js +138 -0
- package/cloud/billing/components/success-client.d.ts +11 -0
- package/cloud/billing/components/success-client.d.ts.map +1 -0
- package/cloud/billing/components/success-client.js +64 -0
- package/cloud/billing/data/billing-data.d.ts +211 -0
- package/cloud/billing/data/billing-data.d.ts.map +1 -0
- package/cloud/billing/data/billing-data.js +120 -0
- package/cloud/billing/index.d.ts +26 -0
- package/cloud/billing/index.d.ts.map +1 -0
- package/cloud/billing/index.js +28 -0
- package/cloud/billing/routes.d.ts +16 -0
- package/cloud/billing/routes.d.ts.map +1 -0
- package/cloud/billing/routes.js +34 -0
- package/cloud/billing/types.d.ts +142 -0
- package/cloud/billing/types.d.ts.map +1 -0
- package/cloud/billing/types.js +12 -0
- package/cloud/billing/use-session-auth.d.ts +43 -0
- package/cloud/billing/use-session-auth.d.ts.map +1 -0
- package/cloud/billing/use-session-auth.js +138 -0
- package/cloud/billing/wallet/ConditionalWalletProviders.d.ts +18 -0
- package/cloud/billing/wallet/ConditionalWalletProviders.d.ts.map +1 -0
- package/cloud/billing/wallet/ConditionalWalletProviders.js +79 -0
- package/cloud/billing/wallet/steward-wallet-providers.d.ts +17 -0
- package/cloud/billing/wallet/steward-wallet-providers.d.ts.map +1 -0
- package/cloud/billing/wallet/steward-wallet-providers.js +59 -0
- package/cloud/connectors/CloudConnectorsSection.d.ts +12 -0
- package/cloud/connectors/CloudConnectorsSection.d.ts.map +1 -0
- package/cloud/connectors/CloudConnectorsSection.js +33 -0
- package/cloud/connectors/blooio-connection.d.ts +10 -0
- package/cloud/connectors/blooio-connection.d.ts.map +1 -0
- package/cloud/connectors/blooio-connection.js +230 -0
- package/cloud/connectors/discord-gateway-connection.d.ts +11 -0
- package/cloud/connectors/discord-gateway-connection.d.ts.map +1 -0
- package/cloud/connectors/discord-gateway-connection.js +480 -0
- package/cloud/connectors/google-connection.d.ts +10 -0
- package/cloud/connectors/google-connection.d.ts.map +1 -0
- package/cloud/connectors/google-connection.js +109 -0
- package/cloud/connectors/index.d.ts +50 -0
- package/cloud/connectors/index.d.ts.map +1 -0
- package/cloud/connectors/index.js +74 -0
- package/cloud/connectors/microsoft-connection.d.ts +10 -0
- package/cloud/connectors/microsoft-connection.d.ts.map +1 -0
- package/cloud/connectors/microsoft-connection.js +133 -0
- package/cloud/connectors/oauth-connection.d.ts +52 -0
- package/cloud/connectors/oauth-connection.d.ts.map +1 -0
- package/cloud/connectors/oauth-connection.js +114 -0
- package/cloud/connectors/telegram-connection.d.ts +11 -0
- package/cloud/connectors/telegram-connection.d.ts.map +1 -0
- package/cloud/connectors/telegram-connection.js +158 -0
- package/cloud/connectors/twilio-connection.d.ts +10 -0
- package/cloud/connectors/twilio-connection.d.ts.map +1 -0
- package/cloud/connectors/twilio-connection.js +189 -0
- package/cloud/connectors/use-connection-status.d.ts +13 -0
- package/cloud/connectors/use-connection-status.d.ts.map +1 -0
- package/cloud/connectors/use-connection-status.js +45 -0
- package/cloud/connectors/whatsapp-connection.d.ts +11 -0
- package/cloud/connectors/whatsapp-connection.d.ts.map +1 -0
- package/cloud/connectors/whatsapp-connection.js +223 -0
- package/cloud/documents/DocumentsRoute.d.ts +21 -0
- package/cloud/documents/DocumentsRoute.d.ts.map +1 -0
- package/cloud/documents/DocumentsRoute.js +45 -0
- package/cloud/documents/DocumentsSection.d.ts +15 -0
- package/cloud/documents/DocumentsSection.d.ts.map +1 -0
- package/cloud/documents/DocumentsSection.js +18 -0
- package/cloud/documents/components/document-list.d.ts +19 -0
- package/cloud/documents/components/document-list.d.ts.map +1 -0
- package/cloud/documents/components/document-list.js +75 -0
- package/cloud/documents/components/document-query.d.ts +15 -0
- package/cloud/documents/components/document-query.d.ts.map +1 -0
- package/cloud/documents/components/document-query.js +92 -0
- package/cloud/documents/components/document-upload.d.ts +16 -0
- package/cloud/documents/components/document-upload.d.ts.map +1 -0
- package/cloud/documents/components/document-upload.js +180 -0
- package/cloud/documents/components/documents-page-client.d.ts +20 -0
- package/cloud/documents/components/documents-page-client.d.ts.map +1 -0
- package/cloud/documents/components/documents-page-client.js +80 -0
- package/cloud/documents/index.d.ts +37 -0
- package/cloud/documents/index.d.ts.map +1 -0
- package/cloud/documents/index.js +45 -0
- package/cloud/documents/lib/agents.d.ts +23 -0
- package/cloud/documents/lib/agents.d.ts.map +1 -0
- package/cloud/documents/lib/agents.js +26 -0
- package/cloud/documents/lib/auth-query.d.ts +17 -0
- package/cloud/documents/lib/auth-query.d.ts.map +1 -0
- package/cloud/documents/lib/auth-query.js +21 -0
- package/cloud/documents/lib/documents.d.ts +54 -0
- package/cloud/documents/lib/documents.d.ts.map +1 -0
- package/cloud/documents/lib/documents.js +118 -0
- package/cloud/documents/lib/use-session-auth.d.ts +27 -0
- package/cloud/documents/lib/use-session-auth.d.ts.map +1 -0
- package/cloud/documents/lib/use-session-auth.js +96 -0
- package/cloud/documents/use-document-title.d.ts +11 -0
- package/cloud/documents/use-document-title.d.ts.map +1 -0
- package/cloud/documents/use-document-title.js +21 -0
- package/cloud/handoff/__integration__/two-agent-handoff.d.mts +2 -0
- package/cloud/handoff/__integration__/two-agent-handoff.d.mts.map +1 -0
- package/cloud/handoff/__integration__/two-agent-handoff.mjs +114 -0
- package/cloud/handoff/cloud-handoff-supervisor.d.ts +47 -0
- package/cloud/handoff/cloud-handoff-supervisor.d.ts.map +1 -0
- package/cloud/handoff/cloud-handoff-supervisor.js +67 -0
- package/cloud/handoff/conversation-handoff.d.ts +73 -0
- package/cloud/handoff/conversation-handoff.d.ts.map +1 -0
- package/cloud/handoff/conversation-handoff.js +98 -0
- package/cloud/index.d.ts +14 -0
- package/cloud/index.d.ts.map +1 -0
- package/cloud/index.js +13 -0
- package/cloud/instances/AgentChatPage.d.ts +13 -0
- package/cloud/instances/AgentChatPage.d.ts.map +1 -0
- package/cloud/instances/AgentChatPage.js +217 -0
- package/cloud/instances/AgentDetailPage.d.ts +6 -0
- package/cloud/instances/AgentDetailPage.d.ts.map +1 -0
- package/cloud/instances/AgentDetailPage.js +169 -0
- package/cloud/instances/AgentsPage.d.ts +6 -0
- package/cloud/instances/AgentsPage.d.ts.map +1 -0
- package/cloud/instances/AgentsPage.js +50 -0
- package/cloud/instances/MyAgentsPage.d.ts +7 -0
- package/cloud/instances/MyAgentsPage.d.ts.map +1 -0
- package/cloud/instances/MyAgentsPage.js +22 -0
- package/cloud/instances/components/agent-actions.d.ts +10 -0
- package/cloud/instances/components/agent-actions.d.ts.map +1 -0
- package/cloud/instances/components/agent-actions.js +231 -0
- package/cloud/instances/components/agent-card.d.ts +35 -0
- package/cloud/instances/components/agent-card.d.ts.map +1 -0
- package/cloud/instances/components/agent-card.js +287 -0
- package/cloud/instances/components/agent-cost-badge.d.ts +10 -0
- package/cloud/instances/components/agent-cost-badge.d.ts.map +1 -0
- package/cloud/instances/components/agent-cost-badge.js +25 -0
- package/cloud/instances/components/character-filters.d.ts +23 -0
- package/cloud/instances/components/character-filters.d.ts.map +1 -0
- package/cloud/instances/components/character-filters.js +36 -0
- package/cloud/instances/components/character-library-grid.d.ts +18 -0
- package/cloud/instances/components/character-library-grid.d.ts.map +1 -0
- package/cloud/instances/components/character-library-grid.js +17 -0
- package/cloud/instances/components/create-eliza-agent-dialog.d.ts +10 -0
- package/cloud/instances/components/create-eliza-agent-dialog.d.ts.map +1 -0
- package/cloud/instances/components/create-eliza-agent-dialog.js +376 -0
- package/cloud/instances/components/docker-logs-viewer.d.ts +8 -0
- package/cloud/instances/components/docker-logs-viewer.d.ts.map +1 -0
- package/cloud/instances/components/docker-logs-viewer.js +107 -0
- package/cloud/instances/components/eliza-agent-backups-panel.d.ts +8 -0
- package/cloud/instances/components/eliza-agent-backups-panel.d.ts.map +1 -0
- package/cloud/instances/components/eliza-agent-backups-panel.js +112 -0
- package/cloud/instances/components/eliza-agent-logs-viewer.d.ts +9 -0
- package/cloud/instances/components/eliza-agent-logs-viewer.d.ts.map +1 -0
- package/cloud/instances/components/eliza-agent-logs-viewer.js +180 -0
- package/cloud/instances/components/eliza-agent-pricing-banner.d.ts +13 -0
- package/cloud/instances/components/eliza-agent-pricing-banner.d.ts.map +1 -0
- package/cloud/instances/components/eliza-agent-pricing-banner.js +47 -0
- package/cloud/instances/components/eliza-agent-tabs.d.ts +8 -0
- package/cloud/instances/components/eliza-agent-tabs.d.ts.map +1 -0
- package/cloud/instances/components/eliza-agent-tabs.js +27 -0
- package/cloud/instances/components/eliza-agents-table.d.ts +25 -0
- package/cloud/instances/components/eliza-agents-table.d.ts.map +1 -0
- package/cloud/instances/components/eliza-agents-table.js +536 -0
- package/cloud/instances/components/eliza-connect-button.d.ts +6 -0
- package/cloud/instances/components/eliza-connect-button.d.ts.map +1 -0
- package/cloud/instances/components/eliza-connect-button.js +10 -0
- package/cloud/instances/components/eliza-policies-section.d.ts +6 -0
- package/cloud/instances/components/eliza-policies-section.d.ts.map +1 -0
- package/cloud/instances/components/eliza-policies-section.js +71 -0
- package/cloud/instances/components/eliza-transactions-section.d.ts +6 -0
- package/cloud/instances/components/eliza-transactions-section.d.ts.map +1 -0
- package/cloud/instances/components/eliza-transactions-section.js +147 -0
- package/cloud/instances/components/eliza-wallet-section.d.ts +6 -0
- package/cloud/instances/components/eliza-wallet-section.d.ts.map +1 -0
- package/cloud/instances/components/eliza-wallet-section.js +127 -0
- package/cloud/instances/components/empty-state.d.ts +6 -0
- package/cloud/instances/components/empty-state.d.ts.map +1 -0
- package/cloud/instances/components/empty-state.js +23 -0
- package/cloud/instances/components/my-agents.d.ts +8 -0
- package/cloud/instances/components/my-agents.d.ts.map +1 -0
- package/cloud/instances/components/my-agents.js +268 -0
- package/cloud/instances/components/types.d.ts +3 -0
- package/cloud/instances/components/types.d.ts.map +1 -0
- package/cloud/instances/components/types.js +1 -0
- package/cloud/instances/index.d.ts +36 -0
- package/cloud/instances/index.d.ts.map +1 -0
- package/cloud/instances/index.js +58 -0
- package/cloud/instances/lib/auth-query.d.ts +16 -0
- package/cloud/instances/lib/auth-query.d.ts.map +1 -0
- package/cloud/instances/lib/auth-query.js +20 -0
- package/cloud/instances/lib/data/credits.d.ts +14 -0
- package/cloud/instances/lib/data/credits.d.ts.map +1 -0
- package/cloud/instances/lib/data/credits.js +21 -0
- package/cloud/instances/lib/data/eliza-agents.d.ts +12 -0
- package/cloud/instances/lib/data/eliza-agents.d.ts.map +1 -0
- package/cloud/instances/lib/data/eliza-agents.js +33 -0
- package/cloud/instances/lib/format-bytes.d.ts +19 -0
- package/cloud/instances/lib/format-bytes.d.ts.map +1 -0
- package/cloud/instances/lib/format-bytes.js +25 -0
- package/cloud/instances/lib/i18n.d.ts +11 -0
- package/cloud/instances/lib/i18n.d.ts.map +1 -0
- package/cloud/instances/lib/i18n.js +10 -0
- package/cloud/instances/lib/open-web-ui.d.ts +14 -0
- package/cloud/instances/lib/open-web-ui.d.ts.map +1 -0
- package/cloud/instances/lib/open-web-ui.js +88 -0
- package/cloud/instances/lib/sandbox-status.d.ts +18 -0
- package/cloud/instances/lib/sandbox-status.d.ts.map +1 -0
- package/cloud/instances/lib/sandbox-status.js +54 -0
- package/cloud/instances/lib/use-copy-feedback.d.ts +9 -0
- package/cloud/instances/lib/use-copy-feedback.d.ts.map +1 -0
- package/cloud/instances/lib/use-copy-feedback.js +13 -0
- package/cloud/instances/lib/use-document-title.d.ts +13 -0
- package/cloud/instances/lib/use-document-title.d.ts.map +1 -0
- package/cloud/instances/lib/use-document-title.js +23 -0
- package/cloud/instances/lib/use-job-poller.d.ts +34 -0
- package/cloud/instances/lib/use-job-poller.d.ts.map +1 -0
- package/cloud/instances/lib/use-job-poller.js +142 -0
- package/cloud/instances/lib/use-sandbox-status-poll.d.ts +50 -0
- package/cloud/instances/lib/use-sandbox-status-poll.d.ts.map +1 -0
- package/cloud/instances/lib/use-sandbox-status-poll.js +173 -0
- package/cloud/instances/lib/use-session-auth.d.ts +44 -0
- package/cloud/instances/lib/use-session-auth.d.ts.map +1 -0
- package/cloud/instances/lib/use-session-auth.js +141 -0
- package/cloud/join/JoinPage.d.ts +19 -0
- package/cloud/join/JoinPage.d.ts.map +1 -0
- package/cloud/join/JoinPage.js +128 -0
- package/cloud/join/index.d.ts +19 -0
- package/cloud/join/index.d.ts.map +1 -0
- package/cloud/join/index.js +18 -0
- package/cloud/join/lib/resolve-cloud-connection.d.ts +21 -0
- package/cloud/join/lib/resolve-cloud-connection.d.ts.map +1 -0
- package/cloud/join/lib/resolve-cloud-connection.js +29 -0
- package/cloud/join/lib/run-join-flow.d.ts +95 -0
- package/cloud/join/lib/run-join-flow.d.ts.map +1 -0
- package/cloud/join/lib/run-join-flow.js +98 -0
- package/cloud/join/lib/use-join-session.d.ts +18 -0
- package/cloud/join/lib/use-join-session.d.ts.map +1 -0
- package/cloud/join/lib/use-join-session.js +62 -0
- package/cloud/join/register.d.ts +17 -0
- package/cloud/join/register.d.ts.map +1 -0
- package/cloud/join/register.js +29 -0
- package/cloud/lib/api-client.d.ts +33 -0
- package/cloud/lib/api-client.d.ts.map +1 -0
- package/cloud/lib/api-client.js +160 -0
- package/cloud/lib/jwt.d.ts +26 -0
- package/cloud/lib/jwt.d.ts.map +1 -0
- package/cloud/lib/jwt.js +34 -0
- package/cloud/lib/query-client.d.ts +9 -0
- package/cloud/lib/query-client.d.ts.map +1 -0
- package/cloud/lib/query-client.js +27 -0
- package/cloud/lib/steward-session.d.ts +28 -0
- package/cloud/lib/steward-session.d.ts.map +1 -0
- package/cloud/lib/steward-session.js +29 -0
- package/cloud/mcps/McpDetailDrawer.d.ts +20 -0
- package/cloud/mcps/McpDetailDrawer.d.ts.map +1 -0
- package/cloud/mcps/McpDetailDrawer.js +155 -0
- package/cloud/mcps/McpEditorDialog.d.ts +22 -0
- package/cloud/mcps/McpEditorDialog.d.ts.map +1 -0
- package/cloud/mcps/McpEditorDialog.js +224 -0
- package/cloud/mcps/McpsRoute.d.ts +12 -0
- package/cloud/mcps/McpsRoute.d.ts.map +1 -0
- package/cloud/mcps/McpsRoute.js +28 -0
- package/cloud/mcps/McpsSection.d.ts +10 -0
- package/cloud/mcps/McpsSection.d.ts.map +1 -0
- package/cloud/mcps/McpsSection.js +13 -0
- package/cloud/mcps/McpsView.d.ts +13 -0
- package/cloud/mcps/McpsView.d.ts.map +1 -0
- package/cloud/mcps/McpsView.js +142 -0
- package/cloud/mcps/index.d.ts +53 -0
- package/cloud/mcps/index.d.ts.map +1 -0
- package/cloud/mcps/index.js +77 -0
- package/cloud/mcps/lib/api-types.d.ts +213 -0
- package/cloud/mcps/lib/api-types.d.ts.map +1 -0
- package/cloud/mcps/lib/api-types.js +17 -0
- package/cloud/mcps/lib/mcp-mutations.d.ts +17 -0
- package/cloud/mcps/lib/mcp-mutations.d.ts.map +1 -0
- package/cloud/mcps/lib/mcp-mutations.js +82 -0
- package/cloud/mcps/lib/test-connection.d.ts +30 -0
- package/cloud/mcps/lib/test-connection.d.ts.map +1 -0
- package/cloud/mcps/lib/test-connection.js +140 -0
- package/cloud/mcps/lib/use-mcps.d.ts +30 -0
- package/cloud/mcps/lib/use-mcps.d.ts.map +1 -0
- package/cloud/mcps/lib/use-mcps.js +67 -0
- package/cloud/monetization/MonetizationRoute.d.ts +9 -0
- package/cloud/monetization/MonetizationRoute.d.ts.map +1 -0
- package/cloud/monetization/MonetizationRoute.js +19 -0
- package/cloud/monetization/MonetizationSection.d.ts +19 -0
- package/cloud/monetization/MonetizationSection.d.ts.map +1 -0
- package/cloud/monetization/MonetizationSection.js +34 -0
- package/cloud/monetization/affiliates/AffiliatesPageClient.d.ts +18 -0
- package/cloud/monetization/affiliates/AffiliatesPageClient.d.ts.map +1 -0
- package/cloud/monetization/affiliates/AffiliatesPageClient.js +249 -0
- package/cloud/monetization/affiliates/AffiliatesRoute.d.ts +19 -0
- package/cloud/monetization/affiliates/AffiliatesRoute.d.ts.map +1 -0
- package/cloud/monetization/affiliates/AffiliatesRoute.js +42 -0
- package/cloud/monetization/affiliates/referral-me.d.ts +27 -0
- package/cloud/monetization/affiliates/referral-me.d.ts.map +1 -0
- package/cloud/monetization/affiliates/referral-me.js +69 -0
- package/cloud/monetization/affiliates/use-dashboard-referral-me.d.ts +19 -0
- package/cloud/monetization/affiliates/use-dashboard-referral-me.d.ts.map +1 -0
- package/cloud/monetization/affiliates/use-dashboard-referral-me.js +49 -0
- package/cloud/monetization/auth-gate.d.ts +27 -0
- package/cloud/monetization/auth-gate.d.ts.map +1 -0
- package/cloud/monetization/auth-gate.js +60 -0
- package/cloud/monetization/earnings/EarningsPageClient.d.ts +24 -0
- package/cloud/monetization/earnings/EarningsPageClient.d.ts.map +1 -0
- package/cloud/monetization/earnings/EarningsPageClient.js +311 -0
- package/cloud/monetization/earnings/EarningsRoute.d.ts +19 -0
- package/cloud/monetization/earnings/EarningsRoute.d.ts.map +1 -0
- package/cloud/monetization/earnings/EarningsRoute.js +44 -0
- package/cloud/monetization/index.d.ts +43 -0
- package/cloud/monetization/index.d.ts.map +1 -0
- package/cloud/monetization/index.js +64 -0
- package/cloud/monetization/lib/clipboard.d.ts +21 -0
- package/cloud/monetization/lib/clipboard.d.ts.map +1 -0
- package/cloud/monetization/lib/clipboard.js +55 -0
- package/cloud/monetization/lib/format-usd.d.ts +12 -0
- package/cloud/monetization/lib/format-usd.d.ts.map +1 -0
- package/cloud/monetization/lib/format-usd.js +19 -0
- package/cloud/monetization/use-document-title.d.ts +10 -0
- package/cloud/monetization/use-document-title.d.ts.map +1 -0
- package/cloud/monetization/use-document-title.js +20 -0
- package/cloud/organization/OrganizationPage.d.ts +12 -0
- package/cloud/organization/OrganizationPage.d.ts.map +1 -0
- package/cloud/organization/OrganizationPage.js +15 -0
- package/cloud/organization/OrganizationSection.d.ts +15 -0
- package/cloud/organization/OrganizationSection.d.ts.map +1 -0
- package/cloud/organization/OrganizationSection.js +31 -0
- package/cloud/organization/data/cloud-org-types.d.ts +66 -0
- package/cloud/organization/data/cloud-org-types.d.ts.map +1 -0
- package/cloud/organization/data/cloud-org-types.js +19 -0
- package/cloud/organization/data/use-organization.d.ts +44 -0
- package/cloud/organization/data/use-organization.d.ts.map +1 -0
- package/cloud/organization/data/use-organization.js +124 -0
- package/cloud/organization/index.d.ts +30 -0
- package/cloud/organization/index.d.ts.map +1 -0
- package/cloud/organization/index.js +29 -0
- package/cloud/organization/invite-member-dialog.d.ts +26 -0
- package/cloud/organization/invite-member-dialog.d.ts.map +1 -0
- package/cloud/organization/invite-member-dialog.js +58 -0
- package/cloud/organization/members-list.d.ts +27 -0
- package/cloud/organization/members-list.d.ts.map +1 -0
- package/cloud/organization/members-list.js +96 -0
- package/cloud/organization/members-tab.d.ts +19 -0
- package/cloud/organization/members-tab.d.ts.map +1 -0
- package/cloud/organization/members-tab.js +99 -0
- package/cloud/organization/organization-general-tab.d.ts +17 -0
- package/cloud/organization/organization-general-tab.d.ts.map +1 -0
- package/cloud/organization/organization-general-tab.js +17 -0
- package/cloud/organization/organization-tab.d.ts +17 -0
- package/cloud/organization/organization-tab.d.ts.map +1 -0
- package/cloud/organization/organization-tab.js +23 -0
- package/cloud/organization/pending-invites-list.d.ts +19 -0
- package/cloud/organization/pending-invites-list.d.ts.map +1 -0
- package/cloud/organization/pending-invites-list.js +64 -0
- package/cloud/organization/routes.d.ts +18 -0
- package/cloud/organization/routes.d.ts.map +1 -0
- package/cloud/organization/routes.js +23 -0
- package/cloud/public-pages/index.d.ts +36 -0
- package/cloud/public-pages/index.d.ts.map +1 -0
- package/cloud/public-pages/index.js +35 -0
- package/cloud/public-pages/lib/error-message.d.ts +3 -0
- package/cloud/public-pages/lib/error-message.d.ts.map +1 -0
- package/cloud/public-pages/lib/error-message.js +4 -0
- package/cloud/public-pages/lib/login-return-to.d.ts +15 -0
- package/cloud/public-pages/lib/login-return-to.d.ts.map +1 -0
- package/cloud/public-pages/lib/login-return-to.js +76 -0
- package/cloud/public-pages/lib/steward-oauth-url.d.ts +25 -0
- package/cloud/public-pages/lib/steward-oauth-url.d.ts.map +1 -0
- package/cloud/public-pages/lib/steward-oauth-url.js +32 -0
- package/cloud/public-pages/lib/steward-session.d.ts +54 -0
- package/cloud/public-pages/lib/steward-session.d.ts.map +1 -0
- package/cloud/public-pages/lib/steward-session.js +143 -0
- package/cloud/public-pages/lib/use-page-title.d.ts +18 -0
- package/cloud/public-pages/lib/use-page-title.d.ts.map +1 -0
- package/cloud/public-pages/lib/use-page-title.js +40 -0
- package/cloud/public-pages/lib/use-session-auth.d.ts +40 -0
- package/cloud/public-pages/lib/use-session-auth.d.ts.map +1 -0
- package/cloud/public-pages/lib/use-session-auth.js +135 -0
- package/cloud/public-pages/pages/app-auth/app-authorize-page.d.ts +7 -0
- package/cloud/public-pages/pages/app-auth/app-authorize-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/app-auth/app-authorize-page.js +17 -0
- package/cloud/public-pages/pages/approve/approval-page.d.ts +9 -0
- package/cloud/public-pages/pages/approve/approval-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/approve/approval-page.js +171 -0
- package/cloud/public-pages/pages/auth/auth-error-page.d.ts +7 -0
- package/cloud/public-pages/pages/auth/auth-error-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/auth/auth-error-page.js +50 -0
- package/cloud/public-pages/pages/auth/auth-success-page.d.ts +7 -0
- package/cloud/public-pages/pages/auth/auth-success-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/auth/auth-success-page.js +72 -0
- package/cloud/public-pages/pages/auth/cli-login-page.d.ts +8 -0
- package/cloud/public-pages/pages/auth/cli-login-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/auth/cli-login-page.js +176 -0
- package/cloud/public-pages/pages/auth/email-callback-page.d.ts +8 -0
- package/cloud/public-pages/pages/auth/email-callback-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/auth/email-callback-page.js +104 -0
- package/cloud/public-pages/pages/ballot/ballot-page.d.ts +8 -0
- package/cloud/public-pages/pages/ballot/ballot-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/ballot/ballot-page.js +126 -0
- package/cloud/public-pages/pages/bsc-page.d.ts +16 -0
- package/cloud/public-pages/pages/bsc-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/bsc-page.js +58 -0
- package/cloud/public-pages/pages/chat/public-chat-page.d.ts +17 -0
- package/cloud/public-pages/pages/chat/public-chat-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/chat/public-chat-page.js +100 -0
- package/cloud/public-pages/pages/invite/invite-accept-page.d.ts +12 -0
- package/cloud/public-pages/pages/invite/invite-accept-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/invite/invite-accept-page.js +162 -0
- package/cloud/public-pages/pages/legal/privacy-policy-page.d.ts +7 -0
- package/cloud/public-pages/pages/legal/privacy-policy-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/legal/privacy-policy-page.js +116 -0
- package/cloud/public-pages/pages/legal/terms-of-service-page.d.ts +10 -0
- package/cloud/public-pages/pages/legal/terms-of-service-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/legal/terms-of-service-page.js +109 -0
- package/cloud/public-pages/pages/login/login-page.d.ts +7 -0
- package/cloud/public-pages/pages/login/login-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/login/login-page.js +27 -0
- package/cloud/public-pages/pages/login/steward-login-section.d.ts +16 -0
- package/cloud/public-pages/pages/login/steward-login-section.d.ts.map +1 -0
- package/cloud/public-pages/pages/login/steward-login-section.js +448 -0
- package/cloud/public-pages/pages/payment/app-charge-page.d.ts +9 -0
- package/cloud/public-pages/pages/payment/app-charge-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/payment/app-charge-page.js +200 -0
- package/cloud/public-pages/pages/payment/payment-navigation.d.ts +3 -0
- package/cloud/public-pages/pages/payment/payment-navigation.d.ts.map +1 -0
- package/cloud/public-pages/pages/payment/payment-navigation.js +4 -0
- package/cloud/public-pages/pages/payment/payment-request-page.d.ts +10 -0
- package/cloud/public-pages/pages/payment/payment-request-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/payment/payment-request-page.js +142 -0
- package/cloud/public-pages/pages/payment/payment-success-page.d.ts +9 -0
- package/cloud/public-pages/pages/payment/payment-success-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/payment/payment-success-page.js +57 -0
- package/cloud/public-pages/pages/sensitive-requests/sensitive-request-page.d.ts +9 -0
- package/cloud/public-pages/pages/sensitive-requests/sensitive-request-page.d.ts.map +1 -0
- package/cloud/public-pages/pages/sensitive-requests/sensitive-request-page.js +199 -0
- package/cloud/public-pages/register.d.ts +20 -0
- package/cloud/public-pages/register.d.ts.map +1 -0
- package/cloud/public-pages/register.js +158 -0
- package/cloud/register-all.d.ts +26 -0
- package/cloud/register-all.d.ts.map +1 -0
- package/cloud/register-all.js +55 -0
- package/cloud/settings/CloudSettingsSectionShell.d.ts +39 -0
- package/cloud/settings/CloudSettingsSectionShell.d.ts.map +1 -0
- package/cloud/settings/CloudSettingsSectionShell.js +50 -0
- package/cloud/settings/cloud-settings-group.d.ts +35 -0
- package/cloud/settings/cloud-settings-group.d.ts.map +1 -0
- package/cloud/settings/cloud-settings-group.js +43 -0
- package/cloud/settings/index.d.ts +14 -0
- package/cloud/settings/index.d.ts.map +1 -0
- package/cloud/settings/index.js +13 -0
- package/cloud/settings/register-cloud-settings.d.ts +33 -0
- package/cloud/settings/register-cloud-settings.d.ts.map +1 -0
- package/cloud/settings/register-cloud-settings.js +161 -0
- package/cloud/settings/sections.d.ts +29 -0
- package/cloud/settings/sections.d.ts.map +1 -0
- package/cloud/settings/sections.js +74 -0
- package/cloud/shell/CloudI18nProvider.d.ts +32 -0
- package/cloud/shell/CloudI18nProvider.d.ts.map +1 -0
- package/cloud/shell/CloudI18nProvider.js +88 -0
- package/cloud/shell/CloudRouterShell.d.ts +39 -0
- package/cloud/shell/CloudRouterShell.d.ts.map +1 -0
- package/cloud/shell/CloudRouterShell.js +109 -0
- package/cloud/shell/StewardProvider.d.ts +55 -0
- package/cloud/shell/StewardProvider.d.ts.map +1 -0
- package/cloud/shell/StewardProvider.js +205 -0
- package/cloud/shell/StewardProviderRuntime.d.ts +19 -0
- package/cloud/shell/StewardProviderRuntime.d.ts.map +1 -0
- package/cloud/shell/StewardProviderRuntime.js +199 -0
- package/cloud/shell/cloud-route-registry.d.ts +41 -0
- package/cloud/shell/cloud-route-registry.d.ts.map +1 -0
- package/cloud/shell/cloud-route-registry.js +41 -0
- package/cloud/shell/steward-url.d.ts +12 -0
- package/cloud/shell/steward-url.d.ts.map +1 -0
- package/cloud/shell/steward-url.js +63 -0
- package/cloud-ui/components/ai-elements/eliza-avatar.d.ts +11 -0
- package/cloud-ui/components/ai-elements/eliza-avatar.d.ts.map +1 -0
- package/cloud-ui/components/ai-elements/eliza-avatar.js +102 -0
- package/cloud-ui/components/ai-elements/hooks/use-typewriter-text.d.ts +9 -0
- package/cloud-ui/components/ai-elements/hooks/use-typewriter-text.d.ts.map +1 -0
- package/cloud-ui/components/ai-elements/hooks/use-typewriter-text.js +88 -0
- package/cloud-ui/components/ai-elements/index.d.ts +4 -0
- package/cloud-ui/components/ai-elements/index.d.ts.map +1 -0
- package/cloud-ui/components/ai-elements/index.js +3 -0
- package/cloud-ui/components/ai-elements/memoized-chat-message.d.ts +39 -0
- package/cloud-ui/components/ai-elements/memoized-chat-message.d.ts.map +1 -0
- package/cloud-ui/components/ai-elements/memoized-chat-message.js +227 -0
- package/cloud-ui/components/analytics/cost-alerts.d.ts +9 -0
- package/cloud-ui/components/analytics/cost-alerts.d.ts.map +1 -0
- package/cloud-ui/components/analytics/cost-alerts.js +42 -0
- package/cloud-ui/components/analytics/cost-insights-card.d.ts +8 -0
- package/cloud-ui/components/analytics/cost-insights-card.d.ts.map +1 -0
- package/cloud-ui/components/analytics/cost-insights-card.js +20 -0
- package/cloud-ui/components/analytics/export-button.d.ts +20 -0
- package/cloud-ui/components/analytics/export-button.d.ts.map +1 -0
- package/cloud-ui/components/analytics/export-button.js +32 -0
- package/cloud-ui/components/analytics/index.d.ts +4 -0
- package/cloud-ui/components/analytics/index.d.ts.map +1 -0
- package/cloud-ui/components/analytics/index.js +3 -0
- package/cloud-ui/components/api-key-empty-state.d.ts +6 -0
- package/cloud-ui/components/api-key-empty-state.d.ts.map +1 -0
- package/cloud-ui/components/api-key-empty-state.js +10 -0
- package/cloud-ui/components/auth/authorize-content.d.ts +2 -0
- package/cloud-ui/components/auth/authorize-content.d.ts.map +1 -0
- package/cloud-ui/components/auth/authorize-content.js +181 -0
- package/cloud-ui/components/auth/authorize-return.d.ts +17 -0
- package/cloud-ui/components/auth/authorize-return.d.ts.map +1 -0
- package/cloud-ui/components/auth/authorize-return.js +76 -0
- package/cloud-ui/components/brand/brand-button.d.ts +17 -0
- package/cloud-ui/components/brand/brand-button.d.ts.map +1 -0
- package/cloud-ui/components/brand/brand-button.js +37 -0
- package/cloud-ui/components/brand/brand-card.d.ts +31 -0
- package/cloud-ui/components/brand/brand-card.d.ts.map +1 -0
- package/cloud-ui/components/brand/brand-card.js +24 -0
- package/cloud-ui/components/brand/brand-tabs-responsive.d.ts +40 -0
- package/cloud-ui/components/brand/brand-tabs-responsive.d.ts.map +1 -0
- package/cloud-ui/components/brand/brand-tabs-responsive.js +38 -0
- package/cloud-ui/components/brand/brand-tabs.d.ts +19 -0
- package/cloud-ui/components/brand/brand-tabs.d.ts.map +1 -0
- package/cloud-ui/components/brand/brand-tabs.js +20 -0
- package/cloud-ui/components/brand/corner-brackets.d.ts +11 -0
- package/cloud-ui/components/brand/corner-brackets.d.ts.map +1 -0
- package/cloud-ui/components/brand/corner-brackets.js +28 -0
- package/cloud-ui/components/brand/dashboard-section.d.ts +11 -0
- package/cloud-ui/components/brand/dashboard-section.d.ts.map +1 -0
- package/cloud-ui/components/brand/dashboard-section.js +5 -0
- package/cloud-ui/components/brand/dashboard-stat-card.d.ts +14 -0
- package/cloud-ui/components/brand/dashboard-stat-card.d.ts.map +1 -0
- package/cloud-ui/components/brand/dashboard-stat-card.js +15 -0
- package/cloud-ui/components/brand/eliza-cloud-lockup.d.ts +8 -0
- package/cloud-ui/components/brand/eliza-cloud-lockup.d.ts.map +1 -0
- package/cloud-ui/components/brand/eliza-cloud-lockup.js +5 -0
- package/cloud-ui/components/brand/eliza-logo.d.ts +8 -0
- package/cloud-ui/components/brand/eliza-logo.d.ts.map +1 -0
- package/cloud-ui/components/brand/eliza-logo.js +6 -0
- package/cloud-ui/components/brand/hud-container.d.ts +8 -0
- package/cloud-ui/components/brand/hud-container.d.ts.map +1 -0
- package/cloud-ui/components/brand/hud-container.js +6 -0
- package/cloud-ui/components/brand/index.d.ts +26 -0
- package/cloud-ui/components/brand/index.d.ts.map +1 -0
- package/cloud-ui/components/brand/index.js +20 -0
- package/cloud-ui/components/brand/key-metrics-grid.d.ts +21 -0
- package/cloud-ui/components/brand/key-metrics-grid.d.ts.map +1 -0
- package/cloud-ui/components/brand/key-metrics-grid.js +25 -0
- package/cloud-ui/components/brand/lock-on-button.d.ts +5 -0
- package/cloud-ui/components/brand/lock-on-button.d.ts.map +1 -0
- package/cloud-ui/components/brand/lock-on-button.js +10 -0
- package/cloud-ui/components/brand/lock-on-button.variants.d.ts +11 -0
- package/cloud-ui/components/brand/lock-on-button.variants.d.ts.map +1 -0
- package/cloud-ui/components/brand/lock-on-button.variants.js +20 -0
- package/cloud-ui/components/brand/mini-stat-card.d.ts +9 -0
- package/cloud-ui/components/brand/mini-stat-card.d.ts.map +1 -0
- package/cloud-ui/components/brand/mini-stat-card.js +5 -0
- package/cloud-ui/components/brand/prompt-card.d.ts +17 -0
- package/cloud-ui/components/brand/prompt-card.d.ts.map +1 -0
- package/cloud-ui/components/brand/prompt-card.js +12 -0
- package/cloud-ui/components/brand/section-header.d.ts +17 -0
- package/cloud-ui/components/brand/section-header.d.ts.map +1 -0
- package/cloud-ui/components/brand/section-header.js +16 -0
- package/cloud-ui/components/code/code-display.d.ts +7 -0
- package/cloud-ui/components/code/code-display.d.ts.map +1 -0
- package/cloud-ui/components/code/code-display.js +46 -0
- package/cloud-ui/components/code/index.d.ts +4 -0
- package/cloud-ui/components/code/index.d.ts.map +1 -0
- package/cloud-ui/components/code/index.js +2 -0
- package/cloud-ui/components/code/monaco-editor-skeleton.d.ts +10 -0
- package/cloud-ui/components/code/monaco-editor-skeleton.d.ts.map +1 -0
- package/cloud-ui/components/code/monaco-editor-skeleton.js +10 -0
- package/cloud-ui/components/code/prism-light.d.ts +6 -0
- package/cloud-ui/components/code/prism-light.d.ts.map +1 -0
- package/cloud-ui/components/code/prism-light.js +45 -0
- package/cloud-ui/components/connection-card.d.ts +85 -0
- package/cloud-ui/components/connection-card.d.ts.map +1 -0
- package/cloud-ui/components/connection-card.js +58 -0
- package/cloud-ui/components/dashboard/cloud-dashboard-components.d.ts +33 -0
- package/cloud-ui/components/dashboard/cloud-dashboard-components.d.ts.map +1 -0
- package/cloud-ui/components/dashboard/cloud-dashboard-components.js +78 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.d.ts +8 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.d.ts.map +1 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.helpers.d.ts +7 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.helpers.d.ts.map +1 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.helpers.js +12 -0
- package/cloud-ui/components/dashboard/dashboard-route-error.js +9 -0
- package/cloud-ui/components/dashboard/route-placeholders.d.ts +15 -0
- package/cloud-ui/components/dashboard/route-placeholders.d.ts.map +1 -0
- package/cloud-ui/components/dashboard/route-placeholders.js +19 -0
- package/cloud-ui/components/data-list/api-keys-summary.d.ts +12 -0
- package/cloud-ui/components/data-list/api-keys-summary.d.ts.map +1 -0
- package/cloud-ui/components/data-list/api-keys-summary.js +35 -0
- package/cloud-ui/components/data-list/api-keys-table.d.ts +22 -0
- package/cloud-ui/components/data-list/api-keys-table.d.ts.map +1 -0
- package/cloud-ui/components/data-list/api-keys-table.js +79 -0
- package/cloud-ui/components/data-list/apps-list-view.d.ts +26 -0
- package/cloud-ui/components/data-list/apps-list-view.d.ts.map +1 -0
- package/cloud-ui/components/data-list/apps-list-view.js +72 -0
- package/cloud-ui/components/data-list/dashboard-data-list.d.ts +30 -0
- package/cloud-ui/components/data-list/dashboard-data-list.d.ts.map +1 -0
- package/cloud-ui/components/data-list/dashboard-data-list.js +17 -0
- package/cloud-ui/components/data-list/dashboard-table-skeleton.d.ts +15 -0
- package/cloud-ui/components/data-list/dashboard-table-skeleton.d.ts.map +1 -0
- package/cloud-ui/components/data-list/dashboard-table-skeleton.js +8 -0
- package/cloud-ui/components/data-list/data-list-empty-state.d.ts +18 -0
- package/cloud-ui/components/data-list/data-list-empty-state.d.ts.map +1 -0
- package/cloud-ui/components/data-list/data-list-empty-state.js +11 -0
- package/cloud-ui/components/data-list/index.d.ts +9 -0
- package/cloud-ui/components/data-list/index.d.ts.map +1 -0
- package/cloud-ui/components/data-list/index.js +7 -0
- package/cloud-ui/components/data-list/list-action-menu.d.ts +40 -0
- package/cloud-ui/components/data-list/list-action-menu.d.ts.map +1 -0
- package/cloud-ui/components/data-list/list-action-menu.js +18 -0
- package/cloud-ui/components/docs/api-parameter-select.d.ts +13 -0
- package/cloud-ui/components/docs/api-parameter-select.d.ts.map +1 -0
- package/cloud-ui/components/docs/api-parameter-select.js +7 -0
- package/cloud-ui/components/docs/api-route-explorer-client.d.ts +5 -0
- package/cloud-ui/components/docs/api-route-explorer-client.d.ts.map +1 -0
- package/cloud-ui/components/docs/api-route-explorer-client.js +162 -0
- package/cloud-ui/components/docs/docs-layout.d.ts +10 -0
- package/cloud-ui/components/docs/docs-layout.d.ts.map +1 -0
- package/cloud-ui/components/docs/docs-layout.js +21 -0
- package/cloud-ui/components/docs/docs-types.d.ts +26 -0
- package/cloud-ui/components/docs/docs-types.d.ts.map +1 -0
- package/cloud-ui/components/docs/docs-types.js +1 -0
- package/cloud-ui/components/docs/endpoint-card.d.ts +30 -0
- package/cloud-ui/components/docs/endpoint-card.d.ts.map +1 -0
- package/cloud-ui/components/docs/endpoint-card.js +29 -0
- package/cloud-ui/components/docs/index.d.ts +12 -0
- package/cloud-ui/components/docs/index.d.ts.map +1 -0
- package/cloud-ui/components/docs/index.js +6 -0
- package/cloud-ui/components/docs/llms-txt-badge.d.ts +2 -0
- package/cloud-ui/components/docs/llms-txt-badge.d.ts.map +1 -0
- package/cloud-ui/components/docs/llms-txt-badge.js +17 -0
- package/cloud-ui/components/docs/mdx-components.d.ts +34 -0
- package/cloud-ui/components/docs/mdx-components.d.ts.map +1 -0
- package/cloud-ui/components/docs/mdx-components.js +25 -0
- package/cloud-ui/components/docs/openapi-viewer.d.ts +6 -0
- package/cloud-ui/components/docs/openapi-viewer.d.ts.map +1 -0
- package/cloud-ui/components/docs/openapi-viewer.js +7 -0
- package/cloud-ui/components/drawer.d.ts +14 -0
- package/cloud-ui/components/drawer.d.ts.map +1 -0
- package/cloud-ui/components/drawer.js +39 -0
- package/cloud-ui/components/icons.d.ts +7 -0
- package/cloud-ui/components/icons.d.ts.map +1 -0
- package/cloud-ui/components/icons.js +16 -0
- package/cloud-ui/components/image-gen/empty-state.d.ts +3 -0
- package/cloud-ui/components/image-gen/empty-state.d.ts.map +1 -0
- package/cloud-ui/components/image-gen/empty-state.js +12 -0
- package/cloud-ui/components/image-gen/enhanced-loading.d.ts +14 -0
- package/cloud-ui/components/image-gen/enhanced-loading.d.ts.map +1 -0
- package/cloud-ui/components/image-gen/enhanced-loading.js +23 -0
- package/cloud-ui/components/image-gen/index.d.ts +5 -0
- package/cloud-ui/components/image-gen/index.d.ts.map +1 -0
- package/cloud-ui/components/image-gen/index.js +4 -0
- package/cloud-ui/components/image-gen/loading-state.d.ts +2 -0
- package/cloud-ui/components/image-gen/loading-state.d.ts.map +1 -0
- package/cloud-ui/components/image-gen/loading-state.js +11 -0
- package/cloud-ui/components/image-gen/prompt-input.d.ts +32 -0
- package/cloud-ui/components/image-gen/prompt-input.d.ts.map +1 -0
- package/cloud-ui/components/image-gen/prompt-input.js +24 -0
- package/cloud-ui/components/layout/dashboard-header.d.ts +18 -0
- package/cloud-ui/components/layout/dashboard-header.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-header.js +10 -0
- package/cloud-ui/components/layout/dashboard-page.d.ts +25 -0
- package/cloud-ui/components/layout/dashboard-page.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-page.js +24 -0
- package/cloud-ui/components/layout/dashboard-route-page.d.ts +20 -0
- package/cloud-ui/components/layout/dashboard-route-page.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-route-page.js +31 -0
- package/cloud-ui/components/layout/dashboard-shell.d.ts +8 -0
- package/cloud-ui/components/layout/dashboard-shell.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-shell.js +5 -0
- package/cloud-ui/components/layout/dashboard-sidebar-item.d.ts +12 -0
- package/cloud-ui/components/layout/dashboard-sidebar-item.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-sidebar-item.js +65 -0
- package/cloud-ui/components/layout/dashboard-sidebar-section.d.ts +15 -0
- package/cloud-ui/components/layout/dashboard-sidebar-section.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-sidebar-section.js +51 -0
- package/cloud-ui/components/layout/dashboard-sidebar-types.d.ts +29 -0
- package/cloud-ui/components/layout/dashboard-sidebar-types.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-sidebar-types.js +1 -0
- package/cloud-ui/components/layout/dashboard-sidebar.d.ts +22 -0
- package/cloud-ui/components/layout/dashboard-sidebar.d.ts.map +1 -0
- package/cloud-ui/components/layout/dashboard-sidebar.js +17 -0
- package/cloud-ui/components/layout/index.d.ts +12 -0
- package/cloud-ui/components/layout/index.d.ts.map +1 -0
- package/cloud-ui/components/layout/index.js +10 -0
- package/cloud-ui/components/layout/page-header-context.d.ts +11 -0
- package/cloud-ui/components/layout/page-header-context.d.ts.map +1 -0
- package/cloud-ui/components/layout/page-header-context.hooks.d.ts +30 -0
- package/cloud-ui/components/layout/page-header-context.hooks.d.ts.map +1 -0
- package/cloud-ui/components/layout/page-header-context.hooks.js +49 -0
- package/cloud-ui/components/layout/page-header-context.js +31 -0
- package/cloud-ui/components/layout/page-transition.d.ts +10 -0
- package/cloud-ui/components/layout/page-transition.d.ts.map +1 -0
- package/cloud-ui/components/layout/page-transition.js +27 -0
- package/cloud-ui/components/log-viewer.d.ts +87 -0
- package/cloud-ui/components/log-viewer.d.ts.map +1 -0
- package/cloud-ui/components/log-viewer.js +95 -0
- package/cloud-ui/components/monetization/animated-counter.d.ts +26 -0
- package/cloud-ui/components/monetization/animated-counter.d.ts.map +1 -0
- package/cloud-ui/components/monetization/animated-counter.js +44 -0
- package/cloud-ui/components/monetization/earnings-simulator.d.ts +12 -0
- package/cloud-ui/components/monetization/earnings-simulator.d.ts.map +1 -0
- package/cloud-ui/components/monetization/earnings-simulator.js +40 -0
- package/cloud-ui/components/monetization/index.d.ts +5 -0
- package/cloud-ui/components/monetization/index.d.ts.map +1 -0
- package/cloud-ui/components/monetization/index.js +4 -0
- package/cloud-ui/components/monetization/milestone-progress.d.ts +18 -0
- package/cloud-ui/components/monetization/milestone-progress.d.ts.map +1 -0
- package/cloud-ui/components/monetization/milestone-progress.js +28 -0
- package/cloud-ui/components/monetization/revenue-flow-diagram.d.ts +12 -0
- package/cloud-ui/components/monetization/revenue-flow-diagram.d.ts.map +1 -0
- package/cloud-ui/components/monetization/revenue-flow-diagram.js +26 -0
- package/cloud-ui/components/navigation-progress.d.ts +11 -0
- package/cloud-ui/components/navigation-progress.d.ts.map +1 -0
- package/cloud-ui/components/navigation-progress.js +42 -0
- package/cloud-ui/components/primitives.d.ts +58 -0
- package/cloud-ui/components/primitives.d.ts.map +1 -0
- package/cloud-ui/components/primitives.js +56 -0
- package/cloud-ui/components/product-switcher.d.ts +16 -0
- package/cloud-ui/components/product-switcher.d.ts.map +1 -0
- package/cloud-ui/components/product-switcher.js +7 -0
- package/cloud-ui/components/promotion/promote-app-dialog.d.ts +18 -0
- package/cloud-ui/components/promotion/promote-app-dialog.d.ts.map +1 -0
- package/cloud-ui/components/promotion/promote-app-dialog.js +243 -0
- package/cloud-ui/components/promotion/social-connection-hint.d.ts +29 -0
- package/cloud-ui/components/promotion/social-connection-hint.d.ts.map +1 -0
- package/cloud-ui/components/promotion/social-connection-hint.js +63 -0
- package/cloud-ui/components/resizable.d.ts +21 -0
- package/cloud-ui/components/resizable.d.ts.map +1 -0
- package/cloud-ui/components/resizable.js +133 -0
- package/cloud-ui/components/share/index.d.ts +2 -0
- package/cloud-ui/components/share/index.d.ts.map +1 -0
- package/cloud-ui/components/share/index.js +1 -0
- package/cloud-ui/components/share/share-buttons.d.ts +16 -0
- package/cloud-ui/components/share/share-buttons.d.ts.map +1 -0
- package/cloud-ui/components/share/share-buttons.js +62 -0
- package/cloud-ui/components/sonner.d.ts +4 -0
- package/cloud-ui/components/sonner.d.ts.map +1 -0
- package/cloud-ui/components/sonner.js +13 -0
- package/cloud-ui/components/spotlight.d.ts +7 -0
- package/cloud-ui/components/spotlight.d.ts.map +1 -0
- package/cloud-ui/components/spotlight.js +5 -0
- package/cloud-ui/components/theme/index.d.ts +8 -0
- package/cloud-ui/components/theme/index.d.ts.map +1 -0
- package/cloud-ui/components/theme/index.js +7 -0
- package/cloud-ui/components/theme/theme-provider.d.ts +13 -0
- package/cloud-ui/components/theme/theme-provider.d.ts.map +1 -0
- package/cloud-ui/components/theme/theme-provider.hooks.d.ts +16 -0
- package/cloud-ui/components/theme/theme-provider.hooks.d.ts.map +1 -0
- package/cloud-ui/components/theme/theme-provider.hooks.js +15 -0
- package/cloud-ui/components/theme/theme-provider.js +88 -0
- package/cloud-ui/components/theme/theme-toggle.d.ts +2 -0
- package/cloud-ui/components/theme/theme-toggle.d.ts.map +1 -0
- package/cloud-ui/components/theme/theme-toggle.js +9 -0
- package/cloud-ui/components/timeline.d.ts +12 -0
- package/cloud-ui/components/timeline.d.ts.map +1 -0
- package/cloud-ui/components/timeline.js +28 -0
- package/cloud-ui/components/voice/audio-utils.d.ts +4 -0
- package/cloud-ui/components/voice/audio-utils.d.ts.map +1 -0
- package/cloud-ui/components/voice/audio-utils.js +24 -0
- package/cloud-ui/components/voice/index.d.ts +9 -0
- package/cloud-ui/components/voice/index.d.ts.map +1 -0
- package/cloud-ui/components/voice/index.js +7 -0
- package/cloud-ui/components/voice/types.d.ts +30 -0
- package/cloud-ui/components/voice/types.d.ts.map +1 -0
- package/cloud-ui/components/voice/types.js +4 -0
- package/cloud-ui/components/voice/use-audio-player.d.ts +13 -0
- package/cloud-ui/components/voice/use-audio-player.d.ts.map +1 -0
- package/cloud-ui/components/voice/use-audio-player.js +119 -0
- package/cloud-ui/components/voice/use-audio-recorder.d.ts +14 -0
- package/cloud-ui/components/voice/use-audio-recorder.d.ts.map +1 -0
- package/cloud-ui/components/voice/use-audio-recorder.js +166 -0
- package/cloud-ui/components/voice/voice-audio-player.d.ts +14 -0
- package/cloud-ui/components/voice/voice-audio-player.d.ts.map +1 -0
- package/cloud-ui/components/voice/voice-audio-player.js +89 -0
- package/cloud-ui/components/voice/voice-empty-state.d.ts +6 -0
- package/cloud-ui/components/voice/voice-empty-state.d.ts.map +1 -0
- package/cloud-ui/components/voice/voice-empty-state.js +11 -0
- package/cloud-ui/components/voice/voice-status-badge.d.ts +10 -0
- package/cloud-ui/components/voice/voice-status-badge.d.ts.map +1 -0
- package/cloud-ui/components/voice/voice-status-badge.helpers.d.ts +11 -0
- package/cloud-ui/components/voice/voice-status-badge.helpers.d.ts.map +1 -0
- package/cloud-ui/components/voice/voice-status-badge.helpers.js +23 -0
- package/cloud-ui/components/voice/voice-status-badge.js +36 -0
- package/cloud-ui/index.css +3 -0
- package/cloud-ui/index.d.ts +31 -0
- package/cloud-ui/index.d.ts.map +1 -0
- package/cloud-ui/index.js +28 -0
- package/cloud-ui/lib/utils.d.ts +2 -0
- package/cloud-ui/lib/utils.d.ts.map +1 -0
- package/cloud-ui/lib/utils.js +1 -0
- package/cloud-ui/runtime/dynamic.d.ts +11 -0
- package/cloud-ui/runtime/dynamic.d.ts.map +1 -0
- package/cloud-ui/runtime/dynamic.js +16 -0
- package/cloud-ui/runtime/image.d.ts +18 -0
- package/cloud-ui/runtime/image.d.ts.map +1 -0
- package/cloud-ui/runtime/image.js +13 -0
- package/cloud-ui/runtime/navigation.d.ts +24 -0
- package/cloud-ui/runtime/navigation.d.ts.map +1 -0
- package/cloud-ui/runtime/navigation.js +90 -0
- package/cloud-ui/runtime/render-telemetry.d.ts +6 -0
- package/cloud-ui/runtime/render-telemetry.d.ts.map +1 -0
- package/cloud-ui/runtime/render-telemetry.js +51 -0
- package/cloud-ui/types/chat-media.d.ts +24 -0
- package/cloud-ui/types/chat-media.d.ts.map +1 -0
- package/cloud-ui/types/chat-media.js +12 -0
- package/cloud-ui/types/cloud-api.d.ts +518 -0
- package/cloud-ui/types/cloud-api.d.ts.map +1 -0
- package/cloud-ui/types/cloud-api.js +1 -0
- package/companion/desktop-bar/CompanionBar.d.ts +14 -0
- package/companion/desktop-bar/CompanionBar.d.ts.map +1 -0
- package/companion/desktop-bar/CompanionBar.js +79 -0
- package/companion/desktop-bar/index.d.ts +7 -0
- package/companion/desktop-bar/index.d.ts.map +1 -0
- package/companion/desktop-bar/index.js +4 -0
- package/companion/desktop-bar/platform/electrobun-tray.d.ts +11 -0
- package/companion/desktop-bar/platform/electrobun-tray.d.ts.map +1 -0
- package/companion/desktop-bar/platform/electrobun-tray.js +36 -0
- package/companion/desktop-bar/platform/index.d.ts +4 -0
- package/companion/desktop-bar/platform/index.d.ts.map +1 -0
- package/companion/desktop-bar/platform/index.js +14 -0
- package/companion/desktop-bar/platform/web-fallback.d.ts +3 -0
- package/companion/desktop-bar/platform/web-fallback.d.ts.map +1 -0
- package/companion/desktop-bar/platform/web-fallback.js +6 -0
- package/companion/desktop-bar/types.d.ts +16 -0
- package/companion/desktop-bar/types.d.ts.map +1 -0
- package/companion/desktop-bar/types.js +1 -0
- package/companion/desktop-bar/useKeyboardShortcuts.d.ts +19 -0
- package/companion/desktop-bar/useKeyboardShortcuts.d.ts.map +1 -0
- package/companion/desktop-bar/useKeyboardShortcuts.js +100 -0
- package/companion/desktop-bar/usePushToTalk.d.ts +17 -0
- package/companion/desktop-bar/usePushToTalk.d.ts.map +1 -0
- package/companion/desktop-bar/usePushToTalk.js +68 -0
- package/components/accounts/AccountCard.d.ts.map +1 -1
- package/components/accounts/AccountCard.js +19 -19
- package/components/accounts/AccountList.d.ts.map +1 -1
- package/components/accounts/AccountList.js +4 -3
- package/components/accounts/AddAccountDialog.d.ts.map +1 -1
- package/components/accounts/AddAccountDialog.js +11 -2
- package/components/accounts/EditableAccountLabel.d.ts.map +1 -1
- package/components/accounts/EditableAccountLabel.js +3 -2
- package/components/accounts/RotationStrategyPicker.d.ts.map +1 -1
- package/components/accounts/RotationStrategyPicker.js +2 -2
- package/components/apps/AppWindowRenderer.d.ts +5 -0
- package/components/apps/AppWindowRenderer.d.ts.map +1 -0
- package/components/apps/AppWindowRenderer.helpers.d.ts +4 -0
- package/components/apps/AppWindowRenderer.helpers.d.ts.map +1 -0
- package/components/apps/AppWindowRenderer.helpers.js +20 -0
- package/components/apps/AppWindowRenderer.js +72 -0
- package/components/apps/AppsCatalogGrid.d.ts +2 -1
- package/components/apps/AppsCatalogGrid.d.ts.map +1 -1
- package/components/apps/AppsCatalogGrid.js +29 -7
- package/components/apps/AppsSidebar.d.ts.map +1 -1
- package/components/apps/AppsSidebar.js +6 -4
- package/components/apps/GameView.d.ts +0 -4
- package/components/apps/GameView.d.ts.map +1 -1
- package/components/apps/GameView.helpers.d.ts +3 -0
- package/components/apps/GameView.helpers.d.ts.map +1 -0
- package/components/apps/GameView.helpers.js +50 -0
- package/components/apps/GameView.js +180 -171
- package/components/apps/GameViewOverlay.d.ts.map +1 -1
- package/components/apps/GameViewOverlay.js +27 -6
- package/components/apps/RunningAppsRow.js +4 -4
- package/components/apps/app-identity.d.ts +7 -12
- package/components/apps/app-identity.d.ts.map +1 -1
- package/components/apps/app-identity.helpers.d.ts +13 -0
- package/components/apps/app-identity.helpers.d.ts.map +1 -0
- package/components/apps/app-identity.helpers.js +49 -0
- package/components/apps/app-identity.js +8 -54
- package/components/apps/apps-cache.d.ts +1 -1
- package/components/apps/apps-cache.d.ts.map +1 -1
- package/components/apps/extensions/registry.d.ts +1 -1
- package/components/apps/extensions/registry.js +1 -1
- package/components/apps/extensions/surface.d.ts +1 -6
- package/components/apps/extensions/surface.d.ts.map +1 -1
- package/components/apps/extensions/surface.helpers.d.ts +8 -0
- package/components/apps/extensions/surface.helpers.d.ts.map +1 -0
- package/components/apps/extensions/surface.helpers.js +66 -0
- package/components/apps/extensions/surface.js +3 -69
- package/components/apps/helpers.d.ts +2 -1
- package/components/apps/helpers.d.ts.map +1 -1
- package/components/apps/helpers.js +39 -44
- package/components/apps/home-grid-apps.d.ts +19 -0
- package/components/apps/home-grid-apps.d.ts.map +1 -0
- package/components/apps/home-grid-apps.js +75 -0
- package/components/apps/internal-tool-apps.d.ts.map +1 -1
- package/components/apps/internal-tool-apps.js +25 -15
- package/components/apps/load-apps-catalog.d.ts.map +1 -1
- package/components/apps/load-apps-catalog.js +6 -22
- package/components/apps/overlay-app-api.d.ts +17 -4
- package/components/apps/overlay-app-api.d.ts.map +1 -1
- package/components/apps/overlay-app-registry.d.ts +5 -5
- package/components/apps/overlay-app-registry.d.ts.map +1 -1
- package/components/apps/overlay-app-registry.js +26 -15
- package/components/apps/provenance.d.ts +36 -0
- package/components/apps/provenance.d.ts.map +1 -0
- package/components/apps/provenance.js +40 -0
- package/components/apps/surfaces/GameOperatorShell.d.ts +1 -9
- package/components/apps/surfaces/GameOperatorShell.d.ts.map +1 -1
- package/components/apps/surfaces/GameOperatorShell.js +5 -11
- package/components/apps/surfaces/registry.d.ts +1 -1
- package/components/apps/surfaces/registry.js +1 -1
- package/components/apps/useRegistryCatalog.d.ts +1 -0
- package/components/apps/useRegistryCatalog.d.ts.map +1 -1
- package/components/apps/useRegistryCatalog.js +12 -4
- package/components/apps/viewer-auth.d.ts +10 -1
- package/components/apps/viewer-auth.d.ts.map +1 -1
- package/components/apps/viewer-auth.js +12 -3
- package/components/auth/LoginView.d.ts.map +1 -1
- package/components/auth/LoginView.js +51 -11
- package/components/brand/eliza-mark.d.ts +16 -0
- package/components/brand/eliza-mark.d.ts.map +1 -0
- package/components/brand/eliza-mark.js +15 -0
- package/components/character/CharacterEditor.d.ts.map +1 -1
- package/components/character/CharacterEditor.js +194 -132
- package/components/character/CharacterEditorPanels.d.ts.map +1 -1
- package/components/character/CharacterEditorPanels.js +228 -117
- package/components/character/CharacterExperienceWorkspace.d.ts.map +1 -1
- package/components/character/CharacterExperienceWorkspace.js +210 -208
- package/components/character/CharacterHubView.d.ts.map +1 -1
- package/components/character/CharacterHubView.js +50 -155
- package/components/character/CharacterLearnedSkillsSection.d.ts.map +1 -1
- package/components/character/CharacterLearnedSkillsSection.js +67 -34
- package/components/character/CharacterOverviewSection.d.ts +6 -9
- package/components/character/CharacterOverviewSection.d.ts.map +1 -1
- package/components/character/CharacterOverviewSection.js +19 -20
- package/components/character/CharacterPersonalityTimeline.js +1 -1
- package/components/character/CharacterRoster.d.ts +2 -12
- package/components/character/CharacterRoster.d.ts.map +1 -1
- package/components/character/CharacterRoster.helpers.d.ts +13 -0
- package/components/character/CharacterRoster.helpers.d.ts.map +1 -0
- package/components/character/CharacterRoster.helpers.js +43 -0
- package/components/character/CharacterRoster.js +6 -50
- package/components/character/MusicLibraryCharacterWidget.js +2 -2
- package/components/character/character-editor-helpers.d.ts +2 -2
- package/components/character/character-editor-helpers.d.ts.map +1 -1
- package/components/character/character-editor-helpers.js +1 -1
- package/components/chat/AccountRequiredCard.d.ts +11 -1
- package/components/chat/AccountRequiredCard.d.ts.map +1 -1
- package/components/chat/AccountRequiredCard.js +55 -5
- package/components/chat/AgentActivityBox.js +1 -1
- package/components/chat/AppsSection.d.ts.map +1 -1
- package/components/chat/AppsSection.js +2 -2
- package/components/chat/ConnectorAccountPicker.d.ts.map +1 -1
- package/components/chat/ConnectorAccountPicker.js +5 -1
- package/components/chat/MessageAttachments.d.ts +21 -0
- package/components/chat/MessageAttachments.d.ts.map +1 -0
- package/components/chat/MessageAttachments.js +157 -0
- package/components/chat/MessageContent.d.ts +1 -34
- package/components/chat/MessageContent.d.ts.map +1 -1
- package/components/chat/MessageContent.js +160 -43
- package/components/chat/SaveCommandModal.js +6 -4
- package/components/chat/TasksEventsPanel.d.ts +1 -2
- package/components/chat/TasksEventsPanel.d.ts.map +1 -1
- package/components/chat/TasksEventsPanel.js +5 -7
- package/components/chat/ThinkingBlock.d.ts +14 -0
- package/components/chat/ThinkingBlock.d.ts.map +1 -0
- package/components/chat/ThinkingBlock.js +19 -0
- package/components/chat/WidgetVisibilityPanel.d.ts +1 -2
- package/components/chat/WidgetVisibilityPanel.d.ts.map +1 -1
- package/components/chat/WidgetVisibilityPanel.helpers.d.ts +3 -0
- package/components/chat/WidgetVisibilityPanel.helpers.d.ts.map +1 -0
- package/components/chat/WidgetVisibilityPanel.helpers.js +13 -0
- package/components/chat/WidgetVisibilityPanel.js +3 -22
- package/components/chat/message-choice-parser.d.ts +2 -0
- package/components/chat/message-choice-parser.d.ts.map +1 -1
- package/components/chat/message-choice-parser.js +8 -2
- package/components/chat/message-followups-parser.d.ts +38 -0
- package/components/chat/message-followups-parser.d.ts.map +1 -0
- package/components/chat/message-followups-parser.js +81 -0
- package/components/chat/message-form-parser.d.ts +65 -0
- package/components/chat/message-form-parser.d.ts.map +1 -0
- package/components/chat/message-form-parser.js +144 -0
- package/components/chat/message-task-parser.d.ts +39 -0
- package/components/chat/message-task-parser.d.ts.map +1 -0
- package/components/chat/message-task-parser.js +56 -0
- package/components/chat/widgets/ChoiceWidget.d.ts +3 -1
- package/components/chat/widgets/ChoiceWidget.d.ts.map +1 -1
- package/components/chat/widgets/ChoiceWidget.js +19 -4
- package/components/chat/widgets/__e2e__/orchestrator-accounts-fixture.d.ts +2 -0
- package/components/chat/widgets/__e2e__/orchestrator-accounts-fixture.d.ts.map +1 -0
- package/components/chat/widgets/__e2e__/orchestrator-accounts-fixture.js +131 -0
- package/components/chat/widgets/agent-orchestrator-accounts-view.d.ts +13 -0
- package/components/chat/widgets/agent-orchestrator-accounts-view.d.ts.map +1 -0
- package/components/chat/widgets/agent-orchestrator-accounts-view.js +87 -0
- package/components/chat/widgets/agent-orchestrator.d.ts.map +1 -1
- package/components/chat/widgets/agent-orchestrator.js +160 -39
- package/components/chat/widgets/browser-status.d.ts +1 -2
- package/components/chat/widgets/browser-status.d.ts.map +1 -1
- package/components/chat/widgets/browser-status.helpers.d.ts +3 -0
- package/components/chat/widgets/browser-status.helpers.d.ts.map +1 -0
- package/components/chat/widgets/browser-status.helpers.js +8 -0
- package/components/chat/widgets/browser-status.js +1 -8
- package/components/chat/widgets/followups.d.ts +35 -0
- package/components/chat/widgets/followups.d.ts.map +1 -0
- package/components/chat/widgets/followups.js +56 -0
- package/components/chat/widgets/form-request.d.ts +23 -0
- package/components/chat/widgets/form-request.d.ts.map +1 -0
- package/components/chat/widgets/form-request.js +97 -0
- package/components/chat/widgets/inline-builtins.d.ts +12 -0
- package/components/chat/widgets/inline-builtins.d.ts.map +1 -0
- package/components/chat/widgets/inline-builtins.js +36 -0
- package/components/chat/widgets/inline-registry.d.ts +59 -0
- package/components/chat/widgets/inline-registry.d.ts.map +1 -0
- package/components/chat/widgets/inline-registry.js +33 -0
- package/components/chat/widgets/music-player.d.ts +1 -2
- package/components/chat/widgets/music-player.d.ts.map +1 -1
- package/components/chat/widgets/music-player.helpers.d.ts +3 -0
- package/components/chat/widgets/music-player.helpers.d.ts.map +1 -0
- package/components/chat/widgets/music-player.helpers.js +8 -0
- package/components/chat/widgets/music-player.js +5 -10
- package/components/chat/widgets/shared.js +1 -1
- package/components/chat/widgets/task-widget.d.ts +34 -0
- package/components/chat/widgets/task-widget.d.ts.map +1 -0
- package/components/chat/widgets/task-widget.js +187 -0
- package/components/chat/widgets/todo.d.ts.map +1 -1
- package/components/chat/widgets/todo.js +7 -17
- package/components/cloud/CloudSourceControls.d.ts.map +1 -1
- package/components/cloud/CloudSourceControls.js +5 -4
- package/components/cloud/CloudStatusBadge.d.ts +0 -18
- package/components/cloud/CloudStatusBadge.d.ts.map +1 -1
- package/components/cloud/CloudStatusBadge.js +8 -9
- package/components/cloud/FlaminaGuide.d.ts.map +1 -1
- package/components/cloud/FlaminaGuide.js +10 -10
- package/components/cloud/StripeEmbeddedCheckout.js +2 -2
- package/components/companion/injected.d.ts +1 -3
- package/components/companion/injected.d.ts.map +1 -1
- package/components/companion/injected.hooks.d.ts +4 -0
- package/components/companion/injected.hooks.d.ts.map +1 -0
- package/components/companion/injected.hooks.js +12 -0
- package/components/companion/injected.js +1 -13
- package/components/composites/OwnerBadge.d.ts +35 -0
- package/components/composites/OwnerBadge.d.ts.map +1 -0
- package/components/composites/OwnerBadge.js +35 -0
- package/components/composites/chat/ChatVoiceStatusBar.d.ts +38 -0
- package/components/composites/chat/ChatVoiceStatusBar.d.ts.map +1 -0
- package/components/composites/chat/ChatVoiceStatusBar.js +71 -0
- package/components/composites/chat/ContinuousChatToggle.d.ts +26 -0
- package/components/composites/chat/ContinuousChatToggle.d.ts.map +1 -0
- package/components/composites/chat/ContinuousChatToggle.js +66 -0
- package/components/composites/chat/chat-attachment-strip.d.ts.map +1 -1
- package/components/composites/chat/chat-attachment-strip.js +7 -2
- package/components/composites/chat/chat-bubble.d.ts.map +1 -1
- package/components/composites/chat/chat-bubble.js +7 -2
- package/components/composites/chat/chat-composer-shell.js +4 -4
- package/components/composites/chat/chat-composer.d.ts +4 -5
- package/components/composites/chat/chat-composer.d.ts.map +1 -1
- package/components/composites/chat/chat-composer.js +51 -53
- package/components/composites/chat/chat-conversation-item.d.ts.map +1 -1
- package/components/composites/chat/chat-conversation-item.js +16 -14
- package/components/composites/chat/chat-empty-state.js +1 -1
- package/components/composites/chat/chat-message-actions.js +1 -1
- package/components/composites/chat/chat-message.d.ts +9 -2
- package/components/composites/chat/chat-message.d.ts.map +1 -1
- package/components/composites/chat/chat-message.js +132 -36
- package/components/composites/chat/chat-source.d.ts +15 -17
- package/components/composites/chat/chat-source.d.ts.map +1 -1
- package/components/composites/chat/chat-source.helpers.d.ts +25 -0
- package/components/composites/chat/chat-source.helpers.d.ts.map +1 -0
- package/components/composites/chat/chat-source.helpers.js +66 -0
- package/components/composites/chat/chat-source.js +18 -51
- package/components/composites/chat/chat-transcript.d.ts.map +1 -1
- package/components/composites/chat/chat-transcript.js +26 -6
- package/components/composites/chat/chat-types.d.ts +23 -0
- package/components/composites/chat/chat-types.d.ts.map +1 -1
- package/components/composites/chat/chat-typing-indicator.js +1 -1
- package/components/composites/chat/index.d.ts +2 -3
- package/components/composites/chat/index.d.ts.map +1 -1
- package/components/composites/chat/index.js +2 -3
- package/components/composites/chat/permission-card.d.ts +1 -62
- package/components/composites/chat/permission-card.d.ts.map +1 -1
- package/components/composites/chat/permission-card.helpers.d.ts +67 -0
- package/components/composites/chat/permission-card.helpers.d.ts.map +1 -0
- package/components/composites/chat/permission-card.helpers.js +182 -0
- package/components/composites/chat/permission-card.js +82 -171
- package/components/composites/chat/permission-card.render.d.ts +7 -0
- package/components/composites/chat/permission-card.render.d.ts.map +1 -0
- package/components/composites/chat/permission-card.render.js +9 -0
- package/components/composites/chat-search-hint.d.ts +21 -0
- package/components/composites/chat-search-hint.d.ts.map +1 -0
- package/components/composites/chat-search-hint.js +24 -0
- package/components/composites/code/DiffReviewPanel.d.ts +17 -0
- package/components/composites/code/DiffReviewPanel.d.ts.map +1 -0
- package/components/composites/code/DiffReviewPanel.js +97 -0
- package/components/composites/code/index.d.ts +2 -0
- package/components/composites/code/index.d.ts.map +1 -0
- package/components/composites/code/index.js +1 -0
- package/components/composites/index.d.ts +5 -1
- package/components/composites/index.d.ts.map +1 -1
- package/components/composites/index.js +5 -1
- package/components/composites/page-panel/index.d.ts +4 -1
- package/components/composites/page-panel/index.d.ts.map +1 -1
- package/components/composites/page-panel/index.js +3 -0
- package/components/composites/page-panel/page-panel-collapsible-section.js +1 -1
- package/components/composites/page-panel/page-panel-empty.js +2 -2
- package/components/composites/page-panel/page-panel-feature-empty.d.ts +22 -0
- package/components/composites/page-panel/page-panel-feature-empty.d.ts.map +1 -0
- package/components/composites/page-panel/page-panel-feature-empty.js +9 -0
- package/components/composites/page-panel/page-panel-header.d.ts.map +1 -1
- package/components/composites/page-panel/page-panel-header.js +9 -9
- package/components/composites/page-panel/page-panel-loading.js +1 -1
- package/components/composites/page-panel/page-panel-root.d.ts +1 -1
- package/components/composites/page-panel/page-panel-root.d.ts.map +1 -1
- package/components/composites/page-panel/page-panel-root.js +7 -6
- package/components/composites/page-panel/page-panel-types.d.ts +1 -1
- package/components/composites/page-panel/page-panel-types.d.ts.map +1 -1
- package/components/composites/search/index.d.ts +0 -1
- package/components/composites/search/index.d.ts.map +1 -1
- package/components/composites/search/index.js +0 -1
- package/components/composites/search/searchbar.d.ts +0 -10
- package/components/composites/search/searchbar.d.ts.map +1 -1
- package/components/composites/search/searchbar.js +1 -12
- package/components/composites/sidebar/index.d.ts +1 -1
- package/components/composites/sidebar/index.d.ts.map +1 -1
- package/components/composites/sidebar/index.js +1 -1
- package/components/composites/sidebar/nav-active.d.ts +16 -0
- package/components/composites/sidebar/nav-active.d.ts.map +1 -0
- package/components/composites/sidebar/nav-active.js +15 -0
- package/components/composites/sidebar/sidebar-content.d.ts.map +1 -1
- package/components/composites/sidebar/sidebar-content.js +6 -5
- package/components/composites/sidebar/sidebar-header.d.ts +1 -1
- package/components/composites/sidebar/sidebar-header.d.ts.map +1 -1
- package/components/composites/sidebar/sidebar-root.d.ts.map +1 -1
- package/components/composites/sidebar/sidebar-root.js +9 -9
- package/components/composites/sidebar/sidebar-types.d.ts +0 -19
- package/components/composites/sidebar/sidebar-types.d.ts.map +1 -1
- package/components/composites/skills/skill-sidebar-item.js +2 -2
- package/components/composites/trajectories/trajectory-cache-stats.js +1 -1
- package/components/composites/trajectories/trajectory-code-block.js +1 -1
- package/components/composites/trajectories/trajectory-context-diff-list.js +2 -2
- package/components/composites/trajectories/trajectory-event-timeline.js +1 -1
- package/components/composites/trajectories/trajectory-llm-call-card.d.ts +2 -3
- package/components/composites/trajectories/trajectory-llm-call-card.d.ts.map +1 -1
- package/components/composites/trajectories/trajectory-llm-call-card.js +2 -2
- package/components/composites/trajectories/trajectory-pipeline-graph.js +4 -4
- package/components/config-ui/config-control-primitives.d.ts +0 -10
- package/components/config-ui/config-control-primitives.d.ts.map +1 -1
- package/components/config-ui/config-control-primitives.helpers.d.ts +11 -0
- package/components/config-ui/config-control-primitives.helpers.d.ts.map +1 -0
- package/components/config-ui/config-control-primitives.helpers.js +15 -0
- package/components/config-ui/config-control-primitives.js +0 -15
- package/components/config-ui/config-field.d.ts +0 -47
- package/components/config-ui/config-field.d.ts.map +1 -1
- package/components/config-ui/config-field.helpers.d.ts +49 -0
- package/components/config-ui/config-field.helpers.d.ts.map +1 -0
- package/components/config-ui/config-field.helpers.js +857 -0
- package/components/config-ui/config-field.js +2 -847
- package/components/config-ui/config-renderer.d.ts +1 -131
- package/components/config-ui/config-renderer.d.ts.map +1 -1
- package/components/config-ui/config-renderer.helpers.d.ts +25 -0
- package/components/config-ui/config-renderer.helpers.d.ts.map +1 -0
- package/components/config-ui/config-renderer.helpers.js +30 -0
- package/components/config-ui/config-renderer.js +3 -35
- package/components/config-ui/index.d.ts +4 -1
- package/components/config-ui/index.d.ts.map +1 -1
- package/components/config-ui/index.js +4 -1
- package/components/config-ui/ui-renderer.d.ts +1 -6
- package/components/config-ui/ui-renderer.d.ts.map +1 -1
- package/components/config-ui/ui-renderer.helpers.d.ts +9 -0
- package/components/config-ui/ui-renderer.helpers.d.ts.map +1 -0
- package/components/config-ui/ui-renderer.helpers.js +175 -0
- package/components/config-ui/ui-renderer.js +15 -129
- package/components/connectors/BlueBubblesStatusPanel.d.ts.map +1 -1
- package/components/connectors/BlueBubblesStatusPanel.js +4 -3
- package/components/connectors/ConnectorAccountAuditList.d.ts.map +1 -1
- package/components/connectors/ConnectorAccountAuditList.js +27 -7
- package/components/connectors/ConnectorAccountCard.d.ts.map +1 -1
- package/components/connectors/ConnectorAccountCard.js +100 -32
- package/components/connectors/ConnectorAccountList.d.ts +23 -2
- package/components/connectors/ConnectorAccountList.d.ts.map +1 -1
- package/components/connectors/ConnectorAccountList.js +38 -8
- package/components/connectors/ConnectorAccountPrivacySelector.d.ts.map +1 -1
- package/components/connectors/ConnectorAccountPrivacySelector.js +33 -6
- package/components/connectors/ConnectorAccountPurposeSelector.d.ts.map +1 -1
- package/components/connectors/ConnectorAccountPurposeSelector.js +20 -3
- package/components/connectors/ConnectorAccountSetupScope.d.ts.map +1 -1
- package/components/connectors/ConnectorAccountSetupScope.js +18 -5
- package/components/connectors/ConnectorModeSelector.d.ts +1 -30
- package/components/connectors/ConnectorModeSelector.d.ts.map +1 -1
- package/components/connectors/ConnectorModeSelector.helpers.d.ts +21 -0
- package/components/connectors/ConnectorModeSelector.helpers.d.ts.map +1 -0
- package/components/connectors/ConnectorModeSelector.helpers.js +257 -0
- package/components/connectors/ConnectorModeSelector.hooks.d.ts +13 -0
- package/components/connectors/ConnectorModeSelector.hooks.d.ts.map +1 -0
- package/components/connectors/ConnectorModeSelector.hooks.js +22 -0
- package/components/connectors/ConnectorModeSelector.js +7 -246
- package/components/connectors/ConnectorQrPairingOverlay.d.ts +33 -0
- package/components/connectors/ConnectorQrPairingOverlay.d.ts.map +1 -0
- package/components/connectors/ConnectorQrPairingOverlay.js +50 -0
- package/components/connectors/ConnectorSetupPanel.d.ts +0 -8
- package/components/connectors/ConnectorSetupPanel.d.ts.map +1 -1
- package/components/connectors/ConnectorSetupPanel.helpers.d.ts +11 -0
- package/components/connectors/ConnectorSetupPanel.helpers.d.ts.map +1 -0
- package/components/connectors/ConnectorSetupPanel.helpers.js +52 -0
- package/components/connectors/ConnectorSetupPanel.js +1 -50
- package/components/connectors/DiscordLocalConnectorPanel.d.ts.map +1 -1
- package/components/connectors/DiscordLocalConnectorPanel.js +11 -10
- package/components/connectors/IMessageStatusPanel.d.ts.map +1 -1
- package/components/connectors/IMessageStatusPanel.js +4 -3
- package/components/connectors/OwnerAgentConnectorSetupPanel.d.ts +34 -0
- package/components/connectors/OwnerAgentConnectorSetupPanel.d.ts.map +1 -0
- package/components/connectors/OwnerAgentConnectorSetupPanel.js +32 -0
- package/components/connectors/SignalQrOverlay.d.ts.map +1 -1
- package/components/connectors/SignalQrOverlay.js +35 -58
- package/components/connectors/TelegramAccountConnectorPanel.d.ts.map +1 -1
- package/components/connectors/TelegramAccountConnectorPanel.js +23 -21
- package/components/connectors/TelegramBotSetupPanel.d.ts.map +1 -1
- package/components/connectors/TelegramBotSetupPanel.js +15 -9
- package/components/connectors/WhatsAppQrOverlay.d.ts.map +1 -1
- package/components/connectors/WhatsAppQrOverlay.js +24 -48
- package/components/connectors/XRPairingPanel.d.ts +2 -0
- package/components/connectors/XRPairingPanel.d.ts.map +1 -0
- package/components/connectors/XRPairingPanel.js +54 -0
- package/components/conversations/ConversationRenameDialog.js +1 -1
- package/components/conversations/ConversationsSidebar.d.ts.map +1 -1
- package/components/conversations/ConversationsSidebar.js +19 -77
- package/components/conversations/conversation-sidebar-model.d.ts.map +1 -1
- package/components/conversations/conversation-sidebar-model.js +1 -1
- package/components/conversations/conversation-utils.d.ts +2 -2
- package/components/conversations/conversation-utils.d.ts.map +1 -1
- package/components/conversations/conversation-utils.js +2 -58
- package/components/custom-actions/CustomActionEditor.d.ts.map +1 -1
- package/components/custom-actions/CustomActionEditor.js +8 -2
- package/components/custom-actions/CustomActionsPanel.d.ts.map +1 -1
- package/components/custom-actions/CustomActionsPanel.js +9 -10
- package/components/custom-actions/CustomActionsView.d.ts.map +1 -1
- package/components/custom-actions/CustomActionsView.js +18 -17
- package/components/custom-actions/custom-action-form.d.ts +5 -5
- package/components/custom-actions/custom-action-form.d.ts.map +1 -1
- package/components/custom-actions/custom-action-form.js +3 -3
- package/components/desktop/DesktopTabBar.d.ts +24 -0
- package/components/desktop/DesktopTabBar.d.ts.map +1 -0
- package/components/desktop/DesktopTabBar.js +34 -0
- package/components/index.d.ts +64 -16
- package/components/index.d.ts.map +1 -1
- package/components/index.js +70 -16
- package/components/local-inference/ActiveModelBar.d.ts.map +1 -1
- package/components/local-inference/ActiveModelBar.js +15 -6
- package/components/local-inference/CustomModelSearch.d.ts +19 -0
- package/components/local-inference/CustomModelSearch.d.ts.map +1 -0
- package/components/local-inference/CustomModelSearch.js +128 -0
- package/components/local-inference/DeviceBridgeStatus.d.ts +4 -1
- package/components/local-inference/DeviceBridgeStatus.d.ts.map +1 -1
- package/components/local-inference/DeviceBridgeStatus.js +18 -28
- package/components/local-inference/DevicesPanel.d.ts +4 -1
- package/components/local-inference/DevicesPanel.d.ts.map +1 -1
- package/components/local-inference/DevicesPanel.js +21 -29
- package/components/local-inference/DownloadProgress.d.ts.map +1 -1
- package/components/local-inference/DownloadProgress.js +16 -2
- package/components/local-inference/DownloadQueue.d.ts.map +1 -1
- package/components/local-inference/DownloadQueue.js +16 -5
- package/components/local-inference/FirstRunOffer.d.ts +3 -2
- package/components/local-inference/FirstRunOffer.d.ts.map +1 -1
- package/components/local-inference/FirstRunOffer.js +43 -23
- package/components/local-inference/HardwareBadge.d.ts.map +1 -1
- package/components/local-inference/HardwareBadge.js +12 -2
- package/components/local-inference/LocalInferencePanel.d.ts.map +1 -1
- package/components/local-inference/LocalInferencePanel.js +228 -38
- package/components/local-inference/ModelCard.d.ts +2 -1
- package/components/local-inference/ModelCard.d.ts.map +1 -1
- package/components/local-inference/ModelCard.js +25 -5
- package/components/local-inference/ModelHubView.d.ts.map +1 -1
- package/components/local-inference/ModelHubView.js +29 -6
- package/components/local-inference/ModelUpdatesPanel.d.ts +52 -0
- package/components/local-inference/ModelUpdatesPanel.d.ts.map +1 -0
- package/components/local-inference/ModelUpdatesPanel.js +113 -0
- package/components/local-inference/ProvidersList.d.ts.map +1 -1
- package/components/local-inference/ProvidersList.js +51 -17
- package/components/local-inference/RoutingMatrix.d.ts.map +1 -1
- package/components/local-inference/RoutingMatrix.js +126 -44
- package/components/local-inference/SlotAssignments.d.ts.map +1 -1
- package/components/local-inference/SlotAssignments.js +46 -27
- package/components/local-inference/hub-utils.d.ts +4 -1
- package/components/local-inference/hub-utils.d.ts.map +1 -1
- package/components/local-inference/hub-utils.js +14 -8
- package/components/local-inference/slot-metadata.d.ts +9 -0
- package/components/local-inference/slot-metadata.d.ts.map +1 -0
- package/components/local-inference/slot-metadata.js +32 -0
- package/components/local-inference/useDeviceBridgeStatus.d.ts +4 -0
- package/components/local-inference/useDeviceBridgeStatus.d.ts.map +1 -0
- package/components/local-inference/useDeviceBridgeStatus.js +30 -0
- package/components/local-inference/useHomeModelStatus.d.ts +9 -0
- package/components/local-inference/useHomeModelStatus.d.ts.map +1 -0
- package/components/local-inference/useHomeModelStatus.js +60 -0
- package/components/pages/AppDetailsView.d.ts +1 -12
- package/components/pages/AppDetailsView.d.ts.map +1 -1
- package/components/pages/AppDetailsView.helpers.d.ts +11 -0
- package/components/pages/AppDetailsView.helpers.d.ts.map +1 -0
- package/components/pages/AppDetailsView.helpers.js +35 -0
- package/components/pages/AppDetailsView.js +201 -61
- package/components/pages/AppsPageView.d.ts.map +1 -1
- package/components/pages/AppsPageView.js +12 -11
- package/components/pages/AppsView.d.ts +0 -1
- package/components/pages/AppsView.d.ts.map +1 -1
- package/components/pages/AppsView.js +68 -57
- package/components/pages/AutomationsFeed.d.ts +7 -18
- package/components/pages/AutomationsFeed.d.ts.map +1 -1
- package/components/pages/AutomationsFeed.js +279 -121
- package/components/pages/BrowserWorkspaceView.d.ts +65 -11
- package/components/pages/BrowserWorkspaceView.d.ts.map +1 -1
- package/components/pages/BrowserWorkspaceView.js +255 -126
- package/components/pages/CameraPageView.d.ts +2 -0
- package/components/pages/CameraPageView.d.ts.map +1 -0
- package/components/pages/CameraPageView.js +149 -0
- package/components/pages/ChatView.d.ts +8 -2
- package/components/pages/ChatView.d.ts.map +1 -1
- package/components/pages/ChatView.js +128 -80
- package/components/pages/ConfigPageView.d.ts.map +1 -1
- package/components/pages/ConfigPageView.js +129 -75
- package/components/pages/DatabasePageView.d.ts.map +1 -1
- package/components/pages/DatabasePageView.js +32 -7
- package/components/pages/DatabaseView.d.ts.map +1 -1
- package/components/pages/DatabaseView.js +140 -67
- package/components/pages/DocumentsView.d.ts +1 -1
- package/components/pages/DocumentsView.d.ts.map +1 -1
- package/components/pages/DocumentsView.js +141 -64
- package/components/pages/ElizaCloudDashboard.d.ts.map +1 -1
- package/components/pages/ElizaCloudDashboard.js +27 -20
- package/components/pages/ElizaOsAppsView.d.ts.map +1 -1
- package/components/pages/ElizaOsAppsView.js +407 -44
- package/components/pages/GeneratedViewHero.d.ts +31 -0
- package/components/pages/GeneratedViewHero.d.ts.map +1 -0
- package/components/pages/GeneratedViewHero.js +118 -0
- package/components/pages/HeartbeatForm.d.ts.map +1 -1
- package/components/pages/HeartbeatForm.js +322 -28
- package/components/pages/HeartbeatsView.d.ts.map +1 -1
- package/components/pages/HeartbeatsView.js +162 -45
- package/components/pages/LogsView.d.ts.map +1 -1
- package/components/pages/LogsView.js +104 -40
- package/components/pages/MediaGalleryView.d.ts.map +1 -1
- package/components/pages/MediaGalleryView.js +65 -27
- package/components/pages/MemoryDetailPanel.d.ts.map +1 -1
- package/components/pages/MemoryDetailPanel.js +4 -3
- package/components/pages/MemoryViewerView.d.ts.map +1 -1
- package/components/pages/MemoryViewerView.js +250 -82
- package/components/pages/PluginCard.d.ts +1 -1
- package/components/pages/PluginCard.d.ts.map +1 -1
- package/components/pages/PluginCard.js +64 -101
- package/components/pages/PluginConfigForm.d.ts +0 -11
- package/components/pages/PluginConfigForm.d.ts.map +1 -1
- package/components/pages/PluginConfigForm.js +5 -4
- package/components/pages/PluginVisual.d.ts +12 -0
- package/components/pages/PluginVisual.d.ts.map +1 -0
- package/components/pages/PluginVisual.js +66 -0
- package/components/pages/PluginsPageView.d.ts.map +1 -1
- package/components/pages/PluginsPageView.js +2 -1
- package/components/pages/PluginsView.d.ts +0 -1
- package/components/pages/PluginsView.d.ts.map +1 -1
- package/components/pages/PluginsView.js +142 -71
- package/components/pages/RelationshipsGraphPanel.d.ts.map +1 -1
- package/components/pages/RelationshipsGraphPanel.js +58 -15
- package/components/pages/RelationshipsIdentityCluster.js +1 -1
- package/components/pages/RelationshipsView.d.ts.map +1 -1
- package/components/pages/RelationshipsView.js +2 -1
- package/components/pages/ReleaseCenterView.d.ts.map +1 -1
- package/components/pages/ReleaseCenterView.js +192 -47
- package/components/pages/RuntimeView.d.ts.map +1 -1
- package/components/pages/RuntimeView.js +121 -60
- package/components/pages/SecretsView.d.ts.map +1 -1
- package/components/pages/SecretsView.js +47 -35
- package/components/pages/SettingsView.d.ts +1 -1
- package/components/pages/SettingsView.d.ts.map +1 -1
- package/components/pages/SettingsView.js +133 -491
- package/components/pages/SkillsView.d.ts.map +1 -1
- package/components/pages/SkillsView.js +188 -82
- package/components/pages/SqlEditorPanel.d.ts.map +1 -1
- package/components/pages/SqlEditorPanel.js +7 -5
- package/components/pages/StreamView.d.ts.map +1 -1
- package/components/pages/StreamView.js +67 -62
- package/components/pages/TaskEditor.d.ts +0 -1
- package/components/pages/TaskEditor.d.ts.map +1 -1
- package/components/pages/TaskEditor.js +107 -11
- package/components/pages/TasksPageView.d.ts +4 -0
- package/components/pages/TasksPageView.d.ts.map +1 -1
- package/components/pages/TasksPageView.js +7 -7
- package/components/pages/TrajectoriesView.d.ts.map +1 -1
- package/components/pages/TrajectoriesView.js +67 -38
- package/components/pages/TrajectoryDetailView.d.ts.map +1 -1
- package/components/pages/TrajectoryDetailView.js +24 -33
- package/components/pages/ViewCatalog.d.ts +10 -0
- package/components/pages/ViewCatalog.d.ts.map +1 -0
- package/components/pages/ViewCatalog.js +600 -0
- package/components/pages/WorkflowEditor.d.ts +4 -4
- package/components/pages/WorkflowEditor.d.ts.map +1 -1
- package/components/pages/WorkflowEditor.js +402 -54
- package/components/pages/WorkflowGraphViewer.d.ts.map +1 -1
- package/components/pages/WorkflowGraphViewer.js +81 -65
- package/components/pages/browser-workspace-wallet.d.ts +8 -1
- package/components/pages/browser-workspace-wallet.d.ts.map +1 -1
- package/components/pages/browser-workspace-wallet.js +54 -5
- package/components/pages/chat-view-hooks.d.ts +17 -7
- package/components/pages/chat-view-hooks.d.ts.map +1 -1
- package/components/pages/chat-view-hooks.js +189 -86
- package/components/pages/config-page-sections.d.ts +1 -45
- package/components/pages/config-page-sections.d.ts.map +1 -1
- package/components/pages/config-page-sections.helpers.d.ts +37 -0
- package/components/pages/config-page-sections.helpers.d.ts.map +1 -0
- package/components/pages/config-page-sections.helpers.js +4 -0
- package/components/pages/config-page-sections.js +24 -17
- package/components/pages/database-utils.d.ts +0 -6
- package/components/pages/database-utils.d.ts.map +1 -1
- package/components/pages/database-utils.js +14 -18
- package/components/pages/documents-detail.d.ts +0 -4
- package/components/pages/documents-detail.d.ts.map +1 -1
- package/components/pages/documents-detail.helpers.d.ts +5 -0
- package/components/pages/documents-detail.helpers.d.ts.map +1 -0
- package/components/pages/documents-detail.helpers.js +24 -0
- package/components/pages/documents-detail.js +8 -28
- package/components/pages/documents-upload.d.ts +1 -18
- package/components/pages/documents-upload.d.ts.map +1 -1
- package/components/pages/documents-upload.helpers.d.ts +19 -0
- package/components/pages/documents-upload.helpers.d.ts.map +1 -0
- package/components/pages/documents-upload.helpers.js +46 -0
- package/components/pages/documents-upload.js +115 -60
- package/components/pages/heartbeat-utils.d.ts +3 -5
- package/components/pages/heartbeat-utils.d.ts.map +1 -1
- package/components/pages/heartbeat-utils.js +11 -26
- package/components/pages/help/HelpView.d.ts +3 -0
- package/components/pages/help/HelpView.d.ts.map +1 -0
- package/components/pages/help/HelpView.js +80 -0
- package/components/pages/help/help-content.d.ts +28 -0
- package/components/pages/help/help-content.d.ts.map +1 -0
- package/components/pages/help/help-content.js +479 -0
- package/components/pages/page-scoped-conversations.js +1 -1
- package/components/pages/plugin-list-utils.d.ts +10 -1
- package/components/pages/plugin-list-utils.d.ts.map +1 -1
- package/components/pages/plugin-list-utils.js +45 -4
- package/components/pages/plugin-view-connectors.d.ts.map +1 -1
- package/components/pages/plugin-view-connectors.js +220 -51
- package/components/pages/plugin-view-dialogs.d.ts.map +1 -1
- package/components/pages/plugin-view-dialogs.js +59 -13
- package/components/pages/plugin-view-modal.d.ts.map +1 -1
- package/components/pages/plugin-view-modal.js +91 -10
- package/components/pages/plugin-view-sidebar.d.ts +1 -3
- package/components/pages/plugin-view-sidebar.d.ts.map +1 -1
- package/components/pages/plugin-view-sidebar.js +87 -21
- package/components/pages/relationships/RelationshipsActivityFeed.d.ts.map +1 -1
- package/components/pages/relationships/RelationshipsActivityFeed.js +17 -7
- package/components/pages/relationships/RelationshipsCandidateMergesPanel.d.ts.map +1 -1
- package/components/pages/relationships/RelationshipsCandidateMergesPanel.js +34 -6
- package/components/pages/relationships/RelationshipsPersonPanels.d.ts.map +1 -1
- package/components/pages/relationships/RelationshipsPersonPanels.js +171 -50
- package/components/pages/relationships/RelationshipsSidebar.d.ts +1 -4
- package/components/pages/relationships/RelationshipsSidebar.d.ts.map +1 -1
- package/components/pages/relationships/RelationshipsSidebar.js +8 -12
- package/components/pages/relationships/RelationshipsWorkspaceView.d.ts.map +1 -1
- package/components/pages/relationships/RelationshipsWorkspaceView.js +77 -17
- package/components/pages/skill-detail-panel.d.ts.map +1 -1
- package/components/pages/skill-detail-panel.js +52 -12
- package/components/pages/skill-marketplace.d.ts.map +1 -1
- package/components/pages/skill-marketplace.js +82 -21
- package/components/pages/tutorial/TutorialNarrator.d.ts +13 -0
- package/components/pages/tutorial/TutorialNarrator.d.ts.map +1 -0
- package/components/pages/tutorial/TutorialNarrator.js +42 -0
- package/components/pages/tutorial/TutorialOverlay.d.ts +3 -0
- package/components/pages/tutorial/TutorialOverlay.d.ts.map +1 -0
- package/components/pages/tutorial/TutorialOverlay.js +181 -0
- package/components/pages/tutorial/TutorialSpotlight.d.ts +25 -0
- package/components/pages/tutorial/TutorialSpotlight.d.ts.map +1 -0
- package/components/pages/tutorial/TutorialSpotlight.js +139 -0
- package/components/pages/tutorial/TutorialView.d.ts +9 -0
- package/components/pages/tutorial/TutorialView.d.ts.map +1 -0
- package/components/pages/tutorial/TutorialView.js +30 -0
- package/components/pages/tutorial/tutorial-controller.d.ts +10 -0
- package/components/pages/tutorial/tutorial-controller.d.ts.map +1 -0
- package/components/pages/tutorial/tutorial-controller.js +54 -0
- package/components/pages/tutorial/tutorial-steps.d.ts +83 -0
- package/components/pages/tutorial/tutorial-steps.d.ts.map +1 -0
- package/components/pages/tutorial/tutorial-steps.js +95 -0
- package/components/pages/useBrowserWorkspaceWalletBridge.d.ts +21 -2
- package/components/pages/useBrowserWorkspaceWalletBridge.d.ts.map +1 -1
- package/components/pages/useBrowserWorkspaceWalletBridge.js +58 -182
- package/components/pages/workflow-action-handoff.d.ts +4 -0
- package/components/pages/workflow-action-handoff.d.ts.map +1 -0
- package/components/pages/workflow-action-handoff.js +24 -0
- package/components/permissions/PermissionRecoveryCallout.d.ts +13 -0
- package/components/permissions/PermissionRecoveryCallout.d.ts.map +1 -0
- package/components/permissions/PermissionRecoveryCallout.js +46 -0
- package/components/permissions/StreamingPermissions.d.ts +0 -1
- package/components/permissions/StreamingPermissions.d.ts.map +1 -1
- package/components/permissions/StreamingPermissions.js +6 -7
- package/components/plugins/showcase-data.d.ts.map +1 -1
- package/components/plugins/showcase-data.js +3 -3
- package/components/policy-controls/ApprovedAddressesSection.d.ts +0 -1
- package/components/policy-controls/ApprovedAddressesSection.d.ts.map +1 -1
- package/components/policy-controls/ApprovedAddressesSection.helpers.d.ts +3 -0
- package/components/policy-controls/ApprovedAddressesSection.helpers.d.ts.map +1 -0
- package/components/policy-controls/ApprovedAddressesSection.helpers.js +5 -0
- package/components/policy-controls/ApprovedAddressesSection.js +36 -15
- package/components/policy-controls/AutoApproveSection.d.ts +0 -1
- package/components/policy-controls/AutoApproveSection.d.ts.map +1 -1
- package/components/policy-controls/AutoApproveSection.helpers.d.ts +3 -0
- package/components/policy-controls/AutoApproveSection.helpers.d.ts.map +1 -0
- package/components/policy-controls/AutoApproveSection.helpers.js +3 -0
- package/components/policy-controls/AutoApproveSection.js +10 -6
- package/components/policy-controls/PolicyToggle.d.ts.map +1 -1
- package/components/policy-controls/PolicyToggle.js +5 -3
- package/components/policy-controls/RateLimitSection.d.ts +0 -1
- package/components/policy-controls/RateLimitSection.d.ts.map +1 -1
- package/components/policy-controls/RateLimitSection.helpers.d.ts +3 -0
- package/components/policy-controls/RateLimitSection.helpers.d.ts.map +1 -0
- package/components/policy-controls/RateLimitSection.helpers.js +3 -0
- package/components/policy-controls/RateLimitSection.js +5 -5
- package/components/policy-controls/SpendingLimitSection.d.ts +0 -1
- package/components/policy-controls/SpendingLimitSection.d.ts.map +1 -1
- package/components/policy-controls/SpendingLimitSection.helpers.d.ts +3 -0
- package/components/policy-controls/SpendingLimitSection.helpers.d.ts.map +1 -0
- package/components/policy-controls/SpendingLimitSection.helpers.js +3 -0
- package/components/policy-controls/SpendingLimitSection.js +7 -5
- package/components/policy-controls/TimeWindowSection.d.ts +0 -1
- package/components/policy-controls/TimeWindowSection.d.ts.map +1 -1
- package/components/policy-controls/TimeWindowSection.helpers.d.ts +3 -0
- package/components/policy-controls/TimeWindowSection.helpers.d.ts.map +1 -0
- package/components/policy-controls/TimeWindowSection.helpers.js +10 -0
- package/components/policy-controls/TimeWindowSection.js +8 -14
- package/components/policy-controls/index.d.ts +10 -5
- package/components/policy-controls/index.d.ts.map +1 -1
- package/components/policy-controls/index.js +10 -5
- package/components/policy-controls/types.js +1 -1
- package/components/primitives/index.d.ts +5 -1
- package/components/primitives/index.d.ts.map +1 -1
- package/components/primitives/index.js +5 -1
- package/components/release-center/sections.d.ts.map +1 -1
- package/components/release-center/sections.js +16 -14
- package/components/release-center/shared.d.ts +0 -3
- package/components/release-center/shared.d.ts.map +1 -1
- package/components/release-center/shared.helpers.d.ts +4 -0
- package/components/release-center/shared.helpers.d.ts.map +1 -0
- package/components/release-center/shared.helpers.js +21 -0
- package/components/release-center/shared.js +1 -22
- package/components/settings/AdvancedSection.d.ts +2 -0
- package/components/settings/AdvancedSection.d.ts.map +1 -0
- package/components/settings/AdvancedSection.js +143 -0
- package/components/settings/AdvancedToggle.d.ts +15 -0
- package/components/settings/AdvancedToggle.d.ts.map +1 -0
- package/components/settings/AdvancedToggle.hooks.d.ts +22 -0
- package/components/settings/AdvancedToggle.hooks.d.ts.map +1 -0
- package/components/settings/AdvancedToggle.hooks.js +63 -0
- package/components/settings/AdvancedToggle.js +39 -0
- package/components/settings/ApiKeyConfig.d.ts +1 -7
- package/components/settings/ApiKeyConfig.d.ts.map +1 -1
- package/components/settings/ApiKeyConfig.js +127 -83
- package/components/settings/AppPermissionsSection.d.ts +10 -0
- package/components/settings/AppPermissionsSection.d.ts.map +1 -0
- package/components/settings/AppPermissionsSection.js +157 -0
- package/components/settings/AppearanceSettingsSection.d.ts.map +1 -1
- package/components/settings/AppearanceSettingsSection.js +22 -250
- package/components/settings/AppsManagementSection.d.ts +1 -7
- package/components/settings/AppsManagementSection.d.ts.map +1 -1
- package/components/settings/AppsManagementSection.js +193 -74
- package/components/settings/CapabilitiesSection.d.ts.map +1 -1
- package/components/settings/CapabilitiesSection.js +268 -28
- package/components/settings/CloudAgentsSection.d.ts +7 -0
- package/components/settings/CloudAgentsSection.d.ts.map +1 -0
- package/components/settings/CloudAgentsSection.js +402 -0
- package/components/settings/ConnectorsSection.d.ts +9 -0
- package/components/settings/ConnectorsSection.d.ts.map +1 -0
- package/components/settings/ConnectorsSection.js +181 -0
- package/components/settings/DesktopWorkspaceDisplay.d.ts +7 -0
- package/components/settings/DesktopWorkspaceDisplay.d.ts.map +1 -0
- package/components/settings/DesktopWorkspaceDisplay.hooks.d.ts +5 -0
- package/components/settings/DesktopWorkspaceDisplay.hooks.d.ts.map +1 -0
- package/components/settings/DesktopWorkspaceDisplay.hooks.js +27 -0
- package/components/settings/DesktopWorkspaceDisplay.js +5 -0
- package/components/settings/DesktopWorkspaceSection.d.ts +0 -2
- package/components/settings/DesktopWorkspaceSection.d.ts.map +1 -1
- package/components/settings/DesktopWorkspaceSection.js +194 -321
- package/components/settings/IdentitySettingsSection.d.ts.map +1 -1
- package/components/settings/IdentitySettingsSection.js +58 -58
- package/components/settings/LoadContentPackForm.d.ts +2 -0
- package/components/settings/LoadContentPackForm.d.ts.map +1 -0
- package/components/settings/LoadContentPackForm.js +78 -0
- package/components/settings/LoadedPacksList.d.ts +9 -0
- package/components/settings/LoadedPacksList.d.ts.map +1 -0
- package/components/settings/LoadedPacksList.js +30 -0
- package/components/settings/PermissionsSection.d.ts.map +1 -1
- package/components/settings/PermissionsSection.js +266 -47
- package/components/settings/PolicyControlsView.d.ts.map +1 -1
- package/components/settings/PolicyControlsView.js +295 -74
- package/components/settings/ProviderCard.d.ts +29 -0
- package/components/settings/ProviderCard.d.ts.map +1 -0
- package/components/settings/ProviderCard.js +32 -0
- package/components/settings/ProviderPanels.d.ts +71 -0
- package/components/settings/ProviderPanels.d.ts.map +1 -0
- package/components/settings/ProviderPanels.js +57 -0
- package/components/settings/ProviderRoutingPanel.d.ts +22 -0
- package/components/settings/ProviderRoutingPanel.d.ts.map +1 -0
- package/components/settings/ProviderRoutingPanel.js +26 -0
- package/components/settings/ProviderSwitcher.d.ts +1 -11
- package/components/settings/ProviderSwitcher.d.ts.map +1 -1
- package/components/settings/ProviderSwitcher.js +58 -600
- package/components/settings/RemotePluginHostSection.d.ts +6 -0
- package/components/settings/RemotePluginHostSection.d.ts.map +1 -0
- package/components/settings/RemotePluginHostSection.js +316 -0
- package/components/settings/RuntimeSettingsSection.d.ts +0 -8
- package/components/settings/RuntimeSettingsSection.d.ts.map +1 -1
- package/components/settings/RuntimeSettingsSection.js +50 -46
- package/components/settings/SecretsManagerSection.d.ts +0 -3
- package/components/settings/SecretsManagerSection.d.ts.map +1 -1
- package/components/settings/SecretsManagerSection.js +18 -36
- package/components/settings/SecuritySettingsSection.d.ts.map +1 -1
- package/components/settings/SecuritySettingsSection.js +298 -74
- package/components/settings/SubscriptionStatus.d.ts +1 -6
- package/components/settings/SubscriptionStatus.d.ts.map +1 -1
- package/components/settings/SubscriptionStatus.js +78 -35
- package/components/settings/VaultInventoryPanel.d.ts.map +1 -1
- package/components/settings/VaultInventoryPanel.js +261 -18
- package/components/settings/VoiceConfigView.d.ts +0 -2
- package/components/settings/VoiceConfigView.d.ts.map +1 -1
- package/components/settings/VoiceConfigView.helpers.d.ts +3 -0
- package/components/settings/VoiceConfigView.helpers.d.ts.map +1 -0
- package/components/settings/VoiceConfigView.helpers.js +34 -0
- package/components/settings/VoiceConfigView.js +354 -166
- package/components/settings/VoiceProfileSection.d.ts +19 -0
- package/components/settings/VoiceProfileSection.d.ts.map +1 -0
- package/components/settings/VoiceProfileSection.js +295 -0
- package/components/settings/VoiceSection.d.ts +57 -0
- package/components/settings/VoiceSection.d.ts.map +1 -0
- package/components/settings/VoiceSection.helpers.d.ts +4 -0
- package/components/settings/VoiceSection.helpers.d.ts.map +1 -0
- package/components/settings/VoiceSection.helpers.js +13 -0
- package/components/settings/VoiceSection.js +158 -0
- package/components/settings/VoiceSectionMount.d.ts +17 -0
- package/components/settings/VoiceSectionMount.d.ts.map +1 -0
- package/components/settings/VoiceSectionMount.js +103 -0
- package/components/settings/VoiceTierBanner.d.ts +19 -0
- package/components/settings/VoiceTierBanner.d.ts.map +1 -0
- package/components/settings/VoiceTierBanner.helpers.d.ts +4 -0
- package/components/settings/VoiceTierBanner.helpers.d.ts.map +1 -0
- package/components/settings/VoiceTierBanner.helpers.js +7 -0
- package/components/settings/VoiceTierBanner.js +52 -0
- package/components/settings/WalletKeysSection.d.ts +3 -13
- package/components/settings/WalletKeysSection.d.ts.map +1 -1
- package/components/settings/WalletKeysSection.js +119 -26
- package/components/settings/WalletRpcSection.d.ts +2 -0
- package/components/settings/WalletRpcSection.d.ts.map +1 -0
- package/components/settings/WalletRpcSection.js +7 -0
- package/components/settings/XRSettingsSection.d.ts +2 -0
- package/components/settings/XRSettingsSection.d.ts.map +1 -0
- package/components/settings/XRSettingsSection.js +114 -0
- package/components/settings/appearance-primitives.helpers.d.ts +2 -0
- package/components/settings/appearance-primitives.helpers.d.ts.map +1 -0
- package/components/settings/appearance-primitives.helpers.js +5 -0
- package/components/settings/cloud-model-schema.d.ts +2 -2
- package/components/settings/cloud-model-schema.d.ts.map +1 -1
- package/components/settings/cloud-model-schema.js +1 -8
- package/components/settings/desktop-workspace-audit-config.d.ts +3 -0
- package/components/settings/desktop-workspace-audit-config.d.ts.map +1 -0
- package/components/settings/desktop-workspace-audit-config.js +171 -0
- package/components/settings/permission-controls.d.ts +1 -17
- package/components/settings/permission-controls.d.ts.map +1 -1
- package/components/settings/permission-controls.hooks.d.ts +18 -0
- package/components/settings/permission-controls.hooks.d.ts.map +1 -0
- package/components/settings/permission-controls.hooks.js +434 -0
- package/components/settings/permission-controls.js +83 -460
- package/components/settings/permission-types.d.ts +1 -1
- package/components/settings/permission-types.d.ts.map +1 -1
- package/components/settings/permission-types.js +144 -16
- package/components/settings/settings-agent-rows.d.ts +96 -0
- package/components/settings/settings-agent-rows.d.ts.map +1 -0
- package/components/settings/settings-agent-rows.js +110 -0
- package/components/settings/settings-control-primitives.d.ts +4 -5
- package/components/settings/settings-control-primitives.d.ts.map +1 -1
- package/components/settings/settings-control-primitives.hooks.d.ts +14 -0
- package/components/settings/settings-control-primitives.hooks.d.ts.map +1 -0
- package/components/settings/settings-control-primitives.hooks.js +43 -0
- package/components/settings/settings-control-primitives.js +10 -12
- package/components/settings/settings-layout.d.ts +78 -0
- package/components/settings/settings-layout.d.ts.map +1 -0
- package/components/settings/settings-layout.js +36 -0
- package/components/settings/settings-section-meta.d.ts +26 -0
- package/components/settings/settings-section-meta.d.ts.map +1 -0
- package/components/settings/settings-section-meta.js +42 -0
- package/components/settings/settings-section-registry.d.ts +55 -0
- package/components/settings/settings-section-registry.d.ts.map +1 -0
- package/components/settings/settings-section-registry.js +33 -0
- package/components/settings/settings-section-tokens.d.ts +18 -0
- package/components/settings/settings-section-tokens.d.ts.map +1 -0
- package/components/settings/settings-section-tokens.js +66 -0
- package/components/settings/settings-sections.d.ts +21 -0
- package/components/settings/settings-sections.d.ts.map +1 -0
- package/components/settings/settings-sections.js +227 -0
- package/components/settings/useCloudModelConfig.d.ts +28 -0
- package/components/settings/useCloudModelConfig.d.ts.map +1 -0
- package/components/settings/useCloudModelConfig.js +198 -0
- package/components/settings/useDesktopWindowControls.d.ts +13 -0
- package/components/settings/useDesktopWindowControls.d.ts.map +1 -0
- package/components/settings/useDesktopWindowControls.js +59 -0
- package/components/settings/useProviderBootstrap.d.ts +15 -0
- package/components/settings/useProviderBootstrap.d.ts.map +1 -0
- package/components/settings/useProviderBootstrap.js +74 -0
- package/components/settings/useProviderEntries.d.ts +51 -0
- package/components/settings/useProviderEntries.d.ts.map +1 -0
- package/components/settings/useProviderEntries.js +180 -0
- package/components/settings/useProviderSelection.d.ts +31 -0
- package/components/settings/useProviderSelection.d.ts.map +1 -0
- package/components/settings/useProviderSelection.js +231 -0
- package/components/settings/vault-tabs/LoginsTab.d.ts +0 -2
- package/components/settings/vault-tabs/LoginsTab.d.ts.map +1 -1
- package/components/settings/vault-tabs/LoginsTab.js +144 -28
- package/components/settings/vault-tabs/OverviewTab.d.ts +3 -5
- package/components/settings/vault-tabs/OverviewTab.d.ts.map +1 -1
- package/components/settings/vault-tabs/OverviewTab.js +240 -19
- package/components/settings/vault-tabs/RoutingTab.d.ts +2 -5
- package/components/settings/vault-tabs/RoutingTab.d.ts.map +1 -1
- package/components/settings/vault-tabs/RoutingTab.js +155 -17
- package/components/settings/vault-tabs/types.d.ts +7 -1
- package/components/settings/vault-tabs/types.d.ts.map +1 -1
- package/components/settings/vault-tabs/types.js +30 -1
- package/components/setup/BootstrapStep.d.ts +35 -0
- package/components/setup/BootstrapStep.d.ts.map +1 -0
- package/components/setup/BootstrapStep.js +181 -0
- package/components/setup/setup-classes.d.ts +28 -0
- package/components/setup/setup-classes.d.ts.map +1 -0
- package/components/setup/setup-classes.js +32 -0
- package/components/setup/setup-form-primitives.d.ts +20 -0
- package/components/setup/setup-form-primitives.d.ts.map +1 -0
- package/components/setup/setup-form-primitives.js +11 -0
- package/components/setup/setup-step-chrome.d.ts +2 -0
- package/components/setup/setup-step-chrome.d.ts.map +1 -0
- package/components/setup/setup-step-chrome.js +4 -0
- package/components/shared/AppPageSidebar.d.ts +1 -1
- package/components/shared/AppPageSidebar.d.ts.map +1 -1
- package/components/shared/AppPageSidebar.js +2 -2
- package/components/shared/CollapsibleSidebarSection.js +1 -1
- package/components/shared/LanguageDropdown.d.ts +0 -7
- package/components/shared/LanguageDropdown.d.ts.map +1 -1
- package/components/shared/LanguageDropdown.helpers.d.ts +9 -0
- package/components/shared/LanguageDropdown.helpers.d.ts.map +1 -0
- package/components/shared/LanguageDropdown.helpers.js +12 -0
- package/components/shared/LanguageDropdown.js +9 -18
- package/components/shared/ThemeToggle.d.ts.map +1 -1
- package/components/shared/ThemeToggle.js +7 -3
- package/components/shared/confirm-delete-control.d.ts.map +1 -1
- package/components/shared/confirm-delete-control.js +1 -1
- package/components/shell/ActionBanner.d.ts +10 -0
- package/components/shell/ActionBanner.d.ts.map +1 -0
- package/components/shell/ActionBanner.js +27 -0
- package/components/shell/AssistantOverlay.d.ts +25 -0
- package/components/shell/AssistantOverlay.d.ts.map +1 -0
- package/components/shell/AssistantOverlay.js +113 -0
- package/components/shell/BugReportModal.d.ts.map +1 -1
- package/components/shell/BugReportModal.js +19 -19
- package/components/shell/ChatAmbientBackground.d.ts +8 -0
- package/components/shell/ChatAmbientBackground.d.ts.map +1 -0
- package/components/shell/ChatAmbientBackground.js +51 -0
- package/components/shell/ChatSurface.d.ts +12 -0
- package/components/shell/ChatSurface.d.ts.map +1 -0
- package/components/shell/ChatSurface.js +55 -0
- package/components/shell/CloudHandoffBanner.d.ts +15 -0
- package/components/shell/CloudHandoffBanner.d.ts.map +1 -0
- package/components/shell/CloudHandoffBanner.js +45 -0
- package/components/shell/CommandPalette.js +4 -2
- package/components/shell/ComputerUseApprovalOverlay.d.ts.map +1 -1
- package/components/shell/ComputerUseApprovalOverlay.js +76 -13
- package/components/shell/ConnectionFailedBanner.d.ts.map +1 -1
- package/components/shell/ConnectionFailedBanner.js +6 -3
- package/components/shell/ConnectionLostOverlay.d.ts.map +1 -1
- package/components/shell/ConnectionLostOverlay.js +5 -4
- package/components/shell/ContinuousChatOverlay.d.ts +25 -0
- package/components/shell/ContinuousChatOverlay.d.ts.map +1 -0
- package/components/shell/ContinuousChatOverlay.js +1918 -0
- package/components/shell/HomePill.d.ts +15 -0
- package/components/shell/HomePill.d.ts.map +1 -0
- package/components/shell/HomePill.js +27 -0
- package/components/shell/HomeScreen.d.ts +23 -0
- package/components/shell/HomeScreen.d.ts.map +1 -0
- package/components/shell/HomeScreen.js +158 -0
- package/components/shell/KioskViewCanvas.d.ts +23 -0
- package/components/shell/KioskViewCanvas.d.ts.map +1 -0
- package/components/shell/KioskViewCanvas.js +82 -0
- package/components/shell/LoadingScreen.d.ts +1 -2
- package/components/shell/LoadingScreen.d.ts.map +1 -1
- package/components/shell/LoadingScreen.js +2 -12
- package/components/shell/NotificationCenter.d.ts +16 -0
- package/components/shell/NotificationCenter.d.ts.map +1 -0
- package/components/shell/NotificationCenter.js +96 -0
- package/components/shell/PairingCommandHint.d.ts.map +1 -1
- package/components/shell/PairingCommandHint.js +10 -14
- package/components/shell/PairingView.d.ts.map +1 -1
- package/components/shell/PairingView.js +12 -6
- package/components/shell/RestartBanner.d.ts.map +1 -1
- package/components/shell/RestartBanner.js +5 -3
- package/components/shell/ShellControllerContext.d.ts +10 -0
- package/components/shell/ShellControllerContext.d.ts.map +1 -0
- package/components/shell/ShellControllerContext.hooks.d.ts +6 -0
- package/components/shell/ShellControllerContext.hooks.d.ts.map +1 -0
- package/components/shell/ShellControllerContext.hooks.js +6 -0
- package/components/shell/ShellControllerContext.js +12 -0
- package/components/shell/ShellHeaderControls.d.ts +1 -1
- package/components/shell/ShellHeaderControls.d.ts.map +1 -1
- package/components/shell/ShellHeaderControls.js +8 -7
- package/components/shell/ShellOverlays.d.ts.map +1 -1
- package/components/shell/ShellOverlays.js +59 -2
- package/components/shell/ShortcutsOverlay.js +2 -2
- package/components/shell/SlashCommandMenu.d.ts +47 -0
- package/components/shell/SlashCommandMenu.d.ts.map +1 -0
- package/components/shell/SlashCommandMenu.js +150 -0
- package/components/shell/StartupFailureView.d.ts.map +1 -1
- package/components/shell/StartupFailureView.js +9 -91
- package/components/shell/StartupScreen.d.ts +2 -0
- package/components/shell/StartupScreen.d.ts.map +1 -0
- package/components/shell/StartupScreen.js +8 -0
- package/components/shell/StartupShell.d.ts +2 -11
- package/components/shell/StartupShell.d.ts.map +1 -1
- package/components/shell/StartupShell.js +32 -220
- package/components/shell/SystemWarningBanner.d.ts.map +1 -1
- package/components/shell/SystemWarningBanner.js +4 -2
- package/components/shell/__e2e__/chat-ambient-fixture.d.ts +2 -0
- package/components/shell/__e2e__/chat-ambient-fixture.d.ts.map +1 -0
- package/components/shell/__e2e__/chat-ambient-fixture.js +9 -0
- package/components/shell/__e2e__/chat-sheet-fixture.d.ts +2 -0
- package/components/shell/__e2e__/chat-sheet-fixture.d.ts.map +1 -0
- package/components/shell/__e2e__/chat-sheet-fixture.js +264 -0
- package/components/shell/__e2e__/home-screen-fixture.activity-stub.d.ts +10 -0
- package/components/shell/__e2e__/home-screen-fixture.activity-stub.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.activity-stub.js +12 -0
- package/components/shell/__e2e__/home-screen-fixture.api-stub.d.ts +15 -0
- package/components/shell/__e2e__/home-screen-fixture.api-stub.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.api-stub.js +11 -0
- package/components/shell/__e2e__/home-screen-fixture.d.ts +2 -0
- package/components/shell/__e2e__/home-screen-fixture.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.docvis-stub.d.ts +3 -0
- package/components/shell/__e2e__/home-screen-fixture.docvis-stub.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.docvis-stub.js +3 -0
- package/components/shell/__e2e__/home-screen-fixture.js +14 -0
- package/components/shell/__e2e__/home-screen-fixture.views-stub.d.ts +8 -0
- package/components/shell/__e2e__/home-screen-fixture.views-stub.d.ts.map +1 -0
- package/components/shell/__e2e__/home-screen-fixture.views-stub.js +13 -0
- package/components/shell/__e2e__/usePromptSuggestions.stub.d.ts +2 -0
- package/components/shell/__e2e__/usePromptSuggestions.stub.d.ts.map +1 -0
- package/components/shell/__e2e__/usePromptSuggestions.stub.js +11 -0
- package/components/shell/first-run-theme.d.ts +6 -0
- package/components/shell/first-run-theme.d.ts.map +1 -0
- package/components/shell/first-run-theme.js +31 -0
- package/components/shell/glass-composer.d.ts +13 -0
- package/components/shell/glass-composer.d.ts.map +1 -0
- package/components/shell/glass-composer.helpers.d.ts +3 -0
- package/components/shell/glass-composer.helpers.d.ts.map +1 -0
- package/components/shell/glass-composer.helpers.js +2 -0
- package/components/shell/glass-composer.js +43 -0
- package/components/shell/shell-state.d.ts +25 -0
- package/components/shell/shell-state.d.ts.map +1 -0
- package/components/shell/shell-state.js +1 -0
- package/components/shell/startup-shell-types.d.ts +25 -0
- package/components/shell/startup-shell-types.d.ts.map +1 -0
- package/components/shell/startup-shell-types.js +1 -0
- package/components/shell/use-pull-gesture.d.ts +44 -0
- package/components/shell/use-pull-gesture.d.ts.map +1 -0
- package/components/shell/use-pull-gesture.js +85 -0
- package/components/shell/useKioskViewSurfaces.d.ts +28 -0
- package/components/shell/useKioskViewSurfaces.d.ts.map +1 -0
- package/components/shell/useKioskViewSurfaces.js +56 -0
- package/components/shell/usePromptSuggestions.d.ts +39 -0
- package/components/shell/usePromptSuggestions.d.ts.map +1 -0
- package/components/shell/usePromptSuggestions.js +277 -0
- package/components/shell/useShellController.d.ts +110 -0
- package/components/shell/useShellController.d.ts.map +1 -0
- package/components/shell/useShellController.js +695 -0
- package/components/shell/useShellVoiceOutput.d.ts +38 -0
- package/components/shell/useShellVoiceOutput.d.ts.map +1 -0
- package/components/shell/useShellVoiceOutput.js +116 -0
- package/components/steward/injected.js +1 -1
- package/components/stream/StatusBar.d.ts.map +1 -1
- package/components/stream/StatusBar.js +6 -14
- package/components/stream/popout-url.d.ts +3 -0
- package/components/stream/popout-url.d.ts.map +1 -0
- package/components/stream/popout-url.js +17 -0
- package/components/tool-events/ToolCallEventLog.d.ts +0 -2
- package/components/tool-events/ToolCallEventLog.d.ts.map +1 -1
- package/components/tool-events/ToolCallEventLog.helpers.d.ts +5 -0
- package/components/tool-events/ToolCallEventLog.helpers.d.ts.map +1 -0
- package/components/tool-events/ToolCallEventLog.helpers.js +19 -0
- package/components/tool-events/ToolCallEventLog.js +3 -21
- package/components/training/BudgetPanel.d.ts +14 -0
- package/components/training/BudgetPanel.d.ts.map +1 -0
- package/components/training/BudgetPanel.js +91 -0
- package/components/training/InferenceEndpointPanel.d.ts.map +1 -1
- package/components/training/InferenceEndpointPanel.js +52 -11
- package/components/training/JobDetailPanel.d.ts.map +1 -1
- package/components/training/JobDetailPanel.js +38 -14
- package/components/training/TrainingDashboard.d.ts.map +1 -1
- package/components/training/TrainingDashboard.js +78 -16
- package/components/training/hooks/useTrainingApi.d.ts +13 -1
- package/components/training/hooks/useTrainingApi.d.ts.map +1 -1
- package/components/training/hooks/useTrainingApi.js +49 -24
- package/components/training/injected.js +1 -1
- package/components/training/types.d.ts +26 -0
- package/components/training/types.d.ts.map +1 -1
- package/components/transcripts/TranscriptBody.d.ts +22 -0
- package/components/transcripts/TranscriptBody.d.ts.map +1 -0
- package/components/transcripts/TranscriptBody.js +41 -0
- package/components/transcripts/TranscriptPlayer.d.ts +17 -0
- package/components/transcripts/TranscriptPlayer.d.ts.map +1 -0
- package/components/transcripts/TranscriptPlayer.js +17 -0
- package/components/transcripts/TranscriptsPage.d.ts +9 -0
- package/components/transcripts/TranscriptsPage.d.ts.map +1 -0
- package/components/transcripts/TranscriptsPage.js +41 -0
- package/components/transcripts/TranscriptsView.d.ts +19 -0
- package/components/transcripts/TranscriptsView.d.ts.map +1 -0
- package/components/transcripts/TranscriptsView.js +30 -0
- package/components/transcripts/index.d.ts +5 -0
- package/components/transcripts/index.d.ts.map +1 -0
- package/components/transcripts/index.js +4 -0
- package/components/transcripts/useAudioElement.d.ts +22 -0
- package/components/transcripts/useAudioElement.d.ts.map +1 -0
- package/components/transcripts/useAudioElement.js +77 -0
- package/components/ui/accordion.d.ts +12 -0
- package/components/ui/accordion.d.ts.map +1 -0
- package/components/ui/accordion.js +17 -0
- package/components/ui/admin-dialog.d.ts +2 -2
- package/components/ui/admin-dialog.d.ts.map +1 -1
- package/components/ui/admin-dialog.js +6 -5
- package/components/ui/alert-dialog.d.ts +15 -0
- package/components/ui/alert-dialog.d.ts.map +1 -0
- package/components/ui/alert-dialog.js +39 -0
- package/components/ui/alert.d.ts +14 -0
- package/components/ui/alert.d.ts.map +1 -0
- package/components/ui/alert.js +28 -0
- package/components/ui/avatar.d.ts +7 -0
- package/components/ui/avatar.d.ts.map +1 -0
- package/components/ui/avatar.js +18 -0
- package/components/ui/badge.js +1 -1
- package/components/ui/banner.d.ts.map +1 -1
- package/components/ui/button.d.ts +2 -2
- package/components/ui/button.d.ts.map +1 -1
- package/components/ui/button.js +20 -16
- package/components/ui/calendar.d.ts +9 -0
- package/components/ui/calendar.d.ts.map +1 -0
- package/components/ui/calendar.js +78 -0
- package/components/ui/card.d.ts +3 -2
- package/components/ui/card.d.ts.map +1 -1
- package/components/ui/card.js +8 -6
- package/components/ui/carousel.d.ts +24 -0
- package/components/ui/carousel.d.ts.map +1 -0
- package/components/ui/carousel.js +106 -0
- package/components/ui/chart.d.ts +74 -0
- package/components/ui/chart.d.ts.map +1 -0
- package/components/ui/chart.js +139 -0
- package/components/ui/code-block.d.ts +14 -0
- package/components/ui/code-block.d.ts.map +1 -0
- package/components/ui/code-block.js +21 -0
- package/components/ui/collapsible.d.ts +6 -0
- package/components/ui/collapsible.d.ts.map +1 -0
- package/components/ui/collapsible.js +17 -0
- package/components/ui/confirm-delete.js +3 -3
- package/components/ui/confirm-dialog.d.ts +0 -8
- package/components/ui/confirm-dialog.d.ts.map +1 -1
- package/components/ui/confirm-dialog.hooks.d.ts +10 -0
- package/components/ui/confirm-dialog.hooks.d.ts.map +1 -0
- package/components/ui/confirm-dialog.hooks.js +53 -0
- package/components/ui/confirm-dialog.js +2 -54
- package/components/ui/connection-status.js +1 -1
- package/components/ui/copy-button.d.ts.map +1 -1
- package/components/ui/copy-button.js +15 -4
- package/components/ui/dialog.d.ts.map +1 -1
- package/components/ui/dialog.js +10 -3
- package/components/ui/dropdown-menu.js +2 -2
- package/components/ui/empty-state.d.ts +2 -0
- package/components/ui/empty-state.d.ts.map +1 -1
- package/components/ui/empty-state.js +2 -1
- package/components/ui/error-boundary.d.ts +1 -1
- package/components/ui/error-boundary.d.ts.map +1 -1
- package/components/ui/error-boundary.js +3 -3
- package/components/ui/field-switch.js +1 -1
- package/components/ui/form-select.js +2 -2
- package/components/ui/form.d.ts +62 -0
- package/components/ui/form.d.ts.map +1 -0
- package/components/ui/form.js +98 -0
- package/components/ui/grid.d.ts +1 -1
- package/components/ui/hover-card.d.ts +7 -0
- package/components/ui/hover-card.d.ts.map +1 -0
- package/components/ui/hover-card.js +18 -0
- package/components/ui/input-group.d.ts +25 -0
- package/components/ui/input-group.d.ts.map +1 -0
- package/components/ui/input-group.js +44 -0
- package/components/ui/input.js +3 -3
- package/components/ui/new-action-button.js +1 -1
- package/components/ui/pagination.d.ts +18 -0
- package/components/ui/pagination.d.ts.map +1 -0
- package/components/ui/pagination.js +33 -0
- package/components/ui/popover.js +1 -1
- package/components/ui/progress.d.ts +5 -0
- package/components/ui/progress.d.ts.map +1 -0
- package/components/ui/progress.js +8 -0
- package/components/ui/scroll-area.d.ts +8 -0
- package/components/ui/scroll-area.d.ts.map +1 -0
- package/components/ui/scroll-area.js +17 -0
- package/components/ui/segmented-control.js +4 -4
- package/components/ui/select.js +2 -2
- package/components/ui/settings-controls.d.ts +12 -13
- package/components/ui/settings-controls.d.ts.map +1 -1
- package/components/ui/settings-controls.js +28 -19
- package/components/ui/skeleton-layouts.d.ts +17 -0
- package/components/ui/skeleton-layouts.d.ts.map +1 -0
- package/components/ui/skeleton-layouts.js +26 -0
- package/components/ui/skeleton.js +1 -1
- package/components/ui/slider.d.ts +3 -1
- package/components/ui/slider.d.ts.map +1 -1
- package/components/ui/slider.js +1 -1
- package/components/ui/stack.d.ts +2 -2
- package/components/ui/status-badge.d.ts +4 -4
- package/components/ui/status-badge.d.ts.map +1 -1
- package/components/ui/status-badge.helpers.d.ts +6 -0
- package/components/ui/status-badge.helpers.d.ts.map +1 -0
- package/components/ui/status-badge.helpers.js +72 -0
- package/components/ui/status-badge.js +41 -51
- package/components/ui/switch.d.ts +5 -2
- package/components/ui/switch.d.ts.map +1 -1
- package/components/ui/switch.js +18 -3
- package/components/ui/table.d.ts +15 -0
- package/components/ui/table.d.ts.map +1 -0
- package/components/ui/table.js +24 -0
- package/components/ui/tabs.js +2 -2
- package/components/ui/tag-editor.js +1 -1
- package/components/ui/textarea.js +3 -3
- package/components/ui/toggle.d.ts +10 -0
- package/components/ui/toggle.d.ts.map +1 -0
- package/components/ui/toggle.js +30 -0
- package/components/ui/tooltip-extended.d.ts +1 -1
- package/components/ui/tooltip-extended.d.ts.map +1 -1
- package/components/ui/tooltip-extended.js +5 -3
- package/components/ui/tooltip.d.ts +6 -4
- package/components/ui/tooltip.d.ts.map +1 -1
- package/components/ui/tooltip.js +1 -1
- package/components/ui/typography.d.ts +1 -1
- package/components/views/DynamicViewLoader.d.ts +52 -0
- package/components/views/DynamicViewLoader.d.ts.map +1 -0
- package/components/views/DynamicViewLoader.js +896 -0
- package/components/views/ShellViewAgentSurface.d.ts +22 -0
- package/components/views/ShellViewAgentSurface.d.ts.map +1 -0
- package/components/views/ShellViewAgentSurface.js +71 -0
- package/components/views/TerminalPluginView.d.ts +10 -0
- package/components/views/TerminalPluginView.d.ts.map +1 -0
- package/components/views/TerminalPluginView.js +146 -0
- package/components/views/ViewIcon.d.ts +7 -0
- package/components/views/ViewIcon.d.ts.map +1 -0
- package/components/views/ViewIcon.js +97 -0
- package/components/views/view-interact-registry.d.ts +32 -0
- package/components/views/view-interact-registry.d.ts.map +1 -0
- package/components/views/view-interact-registry.js +81 -0
- package/components/workspace/AppWorkspaceChrome.d.ts +9 -53
- package/components/workspace/AppWorkspaceChrome.d.ts.map +1 -1
- package/components/workspace/AppWorkspaceChrome.js +26 -212
- package/config/allowed-hosts.d.ts +1 -7
- package/config/allowed-hosts.d.ts.map +1 -1
- package/config/allowed-hosts.js +1 -43
- package/config/api-key-prefix-hints.d.ts +1 -24
- package/config/api-key-prefix-hints.d.ts.map +1 -1
- package/config/api-key-prefix-hints.js +1 -26
- package/config/boot-config-react.hooks.d.ts +5 -0
- package/config/boot-config-react.hooks.d.ts.map +1 -0
- package/config/boot-config-react.hooks.js +12 -0
- package/config/boot-config-store.d.ts +37 -23
- package/config/boot-config-store.d.ts.map +1 -1
- package/config/boot-config-store.js +3 -3
- package/config/boot-config.d.ts +1 -1
- package/config/boot-config.js +1 -1
- package/config/branding-base.d.ts +71 -0
- package/config/branding-base.d.ts.map +1 -0
- package/config/branding-base.js +18 -0
- package/config/branding-react.hooks.d.ts +4 -0
- package/config/branding-react.hooks.d.ts.map +1 -0
- package/config/branding-react.hooks.js +11 -0
- package/config/branding.d.ts +2 -68
- package/config/branding.d.ts.map +1 -1
- package/config/branding.js +2 -23
- package/config/cloud-only.d.ts +1 -5
- package/config/cloud-only.d.ts.map +1 -1
- package/config/cloud-only.js +1 -15
- package/config/index.d.ts +2 -1
- package/config/index.d.ts.map +1 -1
- package/config/index.js +2 -2
- package/config/plugin-ui-spec.d.ts +1 -41
- package/config/plugin-ui-spec.d.ts.map +1 -1
- package/config/plugin-ui-spec.js +1 -256
- package/config/ui-spec.d.ts +1 -163
- package/config/ui-spec.d.ts.map +1 -1
- package/config/ui-spec.js +0 -12
- package/content-packs/apply-pack.d.ts +4 -4
- package/content-packs/apply-pack.d.ts.map +1 -1
- package/content-packs/apply-pack.js +4 -4
- package/desktop-shell-compat.d.ts +7 -0
- package/desktop-shell-compat.d.ts.map +1 -0
- package/desktop-shell-compat.js +9 -0
- package/events/index.d.ts +91 -4
- package/events/index.d.ts.map +1 -1
- package/events/index.js +92 -2
- package/first-run/AgentPicker.d.ts +26 -0
- package/first-run/AgentPicker.d.ts.map +1 -0
- package/first-run/AgentPicker.js +45 -0
- package/first-run/CompactOnboarding.d.ts +3 -0
- package/first-run/CompactOnboarding.d.ts.map +1 -0
- package/first-run/CompactOnboarding.js +114 -0
- package/first-run/__e2e__/onboarding-fixture.d.ts +2 -0
- package/first-run/__e2e__/onboarding-fixture.d.ts.map +1 -0
- package/first-run/__e2e__/onboarding-fixture.js +16 -0
- package/first-run/__e2e__/use-first-run-controller.stub.d.ts +41 -0
- package/first-run/__e2e__/use-first-run-controller.stub.d.ts.map +1 -0
- package/first-run/__e2e__/use-first-run-controller.stub.js +70 -0
- package/first-run/auto-download-recommended.d.ts +24 -0
- package/first-run/auto-download-recommended.d.ts.map +1 -0
- package/first-run/auto-download-recommended.js +118 -0
- package/first-run/deep-link-handler.d.ts +62 -0
- package/first-run/deep-link-handler.d.ts.map +1 -0
- package/first-run/deep-link-handler.js +147 -0
- package/first-run/ensure-store-build-workspace-folder.d.ts +22 -0
- package/first-run/ensure-store-build-workspace-folder.d.ts.map +1 -0
- package/first-run/ensure-store-build-workspace-folder.js +45 -0
- package/first-run/first-run-config.d.ts +55 -0
- package/first-run/first-run-config.d.ts.map +1 -0
- package/first-run/first-run-config.js +227 -0
- package/first-run/first-run.d.ts +89 -0
- package/first-run/first-run.d.ts.map +1 -0
- package/first-run/first-run.js +339 -0
- package/first-run/local-agent-token.d.ts +5 -0
- package/first-run/local-agent-token.d.ts.map +1 -0
- package/first-run/local-agent-token.js +53 -0
- package/first-run/mobile-runtime-mode.d.ts +32 -0
- package/first-run/mobile-runtime-mode.d.ts.map +1 -0
- package/first-run/mobile-runtime-mode.js +201 -0
- package/first-run/onboarding-intent.d.ts +34 -0
- package/first-run/onboarding-intent.d.ts.map +1 -0
- package/first-run/onboarding-intent.js +38 -0
- package/first-run/pre-seed-local-runtime.d.ts +6 -0
- package/first-run/pre-seed-local-runtime.d.ts.map +1 -0
- package/first-run/pre-seed-local-runtime.js +91 -0
- package/first-run/probe-local-agent.d.ts +50 -0
- package/first-run/probe-local-agent.d.ts.map +1 -0
- package/first-run/probe-local-agent.js +219 -0
- package/first-run/reload-into-first-run-runtime.d.ts +14 -0
- package/first-run/reload-into-first-run-runtime.d.ts.map +1 -0
- package/first-run/reload-into-first-run-runtime.js +46 -0
- package/first-run/runtime-target.d.ts +4 -0
- package/first-run/runtime-target.d.ts.map +1 -0
- package/first-run/runtime-target.js +13 -0
- package/first-run/setup-steps.d.ts +22 -0
- package/first-run/setup-steps.d.ts.map +1 -0
- package/first-run/setup-steps.js +55 -0
- package/first-run/use-first-run-controller.d.ts +46 -0
- package/first-run/use-first-run-controller.d.ts.map +1 -0
- package/first-run/use-first-run-controller.js +1150 -0
- package/first-run/use-microphone-permission.d.ts +17 -0
- package/first-run/use-microphone-permission.d.ts.map +1 -0
- package/first-run/use-microphone-permission.js +106 -0
- package/first-run/voice-readiness.d.ts +14 -0
- package/first-run/voice-readiness.d.ts.map +1 -0
- package/first-run/voice-readiness.js +78 -0
- package/genui/actions.d.ts +8 -0
- package/genui/actions.d.ts.map +1 -0
- package/genui/actions.js +28 -0
- package/genui/catalog.d.ts +11 -0
- package/genui/catalog.d.ts.map +1 -0
- package/genui/catalog.js +58 -0
- package/genui/index.d.ts +9 -0
- package/genui/index.d.ts.map +1 -0
- package/genui/index.js +8 -0
- package/genui/modes.d.ts +7 -0
- package/genui/modes.d.ts.map +1 -0
- package/genui/modes.js +41 -0
- package/genui/pipe.d.ts +10 -0
- package/genui/pipe.d.ts.map +1 -0
- package/genui/pipe.js +122 -0
- package/genui/renderer.d.ts +4 -0
- package/genui/renderer.d.ts.map +1 -0
- package/genui/renderer.js +213 -0
- package/genui/starter-pack-demo.d.ts +3 -0
- package/genui/starter-pack-demo.d.ts.map +1 -0
- package/genui/starter-pack-demo.js +114 -0
- package/genui/streaming.d.ts +5 -0
- package/genui/streaming.d.ts.map +1 -0
- package/genui/streaming.js +145 -0
- package/genui/types.d.ts +132 -0
- package/genui/types.d.ts.map +1 -0
- package/genui/types.js +1 -0
- package/genui/use-json-render-message.d.ts +20 -0
- package/genui/use-json-render-message.d.ts.map +1 -0
- package/genui/use-json-render-message.js +38 -0
- package/genui/use-ui-stream.d.ts +8 -0
- package/genui/use-ui-stream.d.ts.map +1 -0
- package/genui/use-ui-stream.js +56 -0
- package/genui/validator.d.ts +4 -0
- package/genui/validator.d.ts.map +1 -0
- package/genui/validator.js +301 -0
- package/hooks/BugReportProvider.d.ts +7 -0
- package/hooks/BugReportProvider.d.ts.map +1 -0
- package/hooks/BugReportProvider.js +5 -0
- package/hooks/index.d.ts +9 -4
- package/hooks/index.d.ts.map +1 -1
- package/hooks/index.js +9 -4
- package/hooks/resource-cache.d.ts +58 -0
- package/hooks/resource-cache.d.ts.map +1 -0
- package/hooks/resource-cache.js +241 -0
- package/hooks/useAccounts.d.ts.map +1 -1
- package/hooks/useAccounts.js +2 -8
- package/hooks/useActivityEvents.d.ts.map +1 -1
- package/hooks/useActivityEvents.js +20 -9
- package/hooks/useAuthStatus.d.ts +1 -1
- package/hooks/useAuthStatus.d.ts.map +1 -1
- package/hooks/useAuthStatus.js +34 -22
- package/hooks/useAvailableViews.d.ts +72 -0
- package/hooks/useAvailableViews.d.ts.map +1 -0
- package/hooks/useAvailableViews.js +159 -0
- package/hooks/useBugReport.hooks.d.ts +21 -0
- package/hooks/useBugReport.hooks.d.ts.map +1 -0
- package/hooks/useBugReport.hooks.js +24 -0
- package/hooks/useCachedResource.d.ts +38 -0
- package/hooks/useCachedResource.d.ts.map +1 -0
- package/hooks/useCachedResource.js +108 -0
- package/hooks/useChatAvatarVoiceBridge.d.ts +0 -1
- package/hooks/useChatAvatarVoiceBridge.d.ts.map +1 -1
- package/hooks/useCloudHandoffPhase.d.ts +11 -0
- package/hooks/useCloudHandoffPhase.d.ts.map +1 -0
- package/hooks/useCloudHandoffPhase.js +39 -0
- package/hooks/useConnectorAccounts.d.ts.map +1 -1
- package/hooks/useConnectorAccounts.js +2 -8
- package/hooks/useConnectorReconnect.d.ts +81 -0
- package/hooks/useConnectorReconnect.d.ts.map +1 -0
- package/hooks/useConnectorReconnect.js +180 -0
- package/hooks/useConnectorSendAsAccount.d.ts.map +1 -1
- package/hooks/useConnectorSendAsAccount.js +14 -14
- package/hooks/useContextMenu.js +1 -1
- package/hooks/useContinuousChat.d.ts +109 -0
- package/hooks/useContinuousChat.d.ts.map +1 -0
- package/hooks/useContinuousChat.js +241 -0
- package/hooks/useDefaultProviderPresets.d.ts +46 -0
- package/hooks/useDefaultProviderPresets.d.ts.map +1 -0
- package/hooks/useDefaultProviderPresets.js +54 -0
- package/hooks/useDesktopBridgeEvent.d.ts +29 -0
- package/hooks/useDesktopBridgeEvent.d.ts.map +1 -0
- package/hooks/useDesktopBridgeEvent.js +39 -0
- package/hooks/useDesktopTabs.d.ts +26 -0
- package/hooks/useDesktopTabs.d.ts.map +1 -0
- package/hooks/useDesktopTabs.js +95 -0
- package/hooks/useFetchData.d.ts +37 -0
- package/hooks/useFetchData.d.ts.map +1 -0
- package/hooks/useFetchData.js +93 -0
- package/hooks/useKeyboardShortcuts.d.ts +2 -13
- package/hooks/useKeyboardShortcuts.d.ts.map +1 -1
- package/hooks/useKeyboardShortcuts.js +5 -38
- package/hooks/useModalState.d.ts +31 -0
- package/hooks/useModalState.d.ts.map +1 -0
- package/hooks/useModalState.js +45 -0
- package/hooks/useRenderGuard.d.ts +51 -12
- package/hooks/useRenderGuard.d.ts.map +1 -1
- package/hooks/useRenderGuard.js +157 -30
- package/hooks/useRuntimeMode.d.ts.map +1 -1
- package/hooks/useViewCatalog.d.ts +25 -0
- package/hooks/useViewCatalog.d.ts.map +1 -0
- package/hooks/useViewCatalog.js +85 -0
- package/hooks/useViewEvent.d.ts +28 -0
- package/hooks/useViewEvent.d.ts.map +1 -0
- package/hooks/useViewEvent.js +40 -0
- package/hooks/useVoiceChat.d.ts +8 -2
- package/hooks/useVoiceChat.d.ts.map +1 -1
- package/hooks/useVoiceChat.js +617 -97
- package/hooks/useWhatsAppPairing.d.ts.map +1 -1
- package/hooks/useWhatsAppPairing.js +28 -5
- package/hooks/view-catalog.d.ts +74 -0
- package/hooks/view-catalog.d.ts.map +1 -0
- package/hooks/view-catalog.js +106 -0
- package/i18n/index.d.ts +2 -2
- package/i18n/index.d.ts.map +1 -1
- package/i18n/index.js +4 -2
- package/i18n/locales/en.json +4803 -666
- package/i18n/locales/es.json +5333 -1208
- package/i18n/locales/ja.json +7418 -0
- package/i18n/locales/ko.json +5221 -1096
- package/i18n/locales/pt.json +5215 -1090
- package/i18n/locales/tl.json +5449 -1324
- package/i18n/locales/vi.json +5150 -1025
- package/i18n/locales/zh-CN.json +5094 -969
- package/i18n/messages.d.ts +15 -1
- package/i18n/messages.d.ts.map +1 -1
- package/i18n/messages.js +54 -13
- package/i18n/region.d.ts +43 -0
- package/i18n/region.d.ts.map +1 -0
- package/i18n/region.js +169 -0
- package/index.d.ts +125 -25
- package/index.d.ts.map +1 -1
- package/index.js +102 -9
- package/layouts/chat-panel-layout/chat-panel-layout.js +2 -2
- package/layouts/page-layout/page-layout-mobile-drawer.d.ts.map +1 -1
- package/layouts/page-layout/page-layout-mobile-drawer.js +2 -2
- package/layouts/workspace-layout/index.d.ts +1 -1
- package/layouts/workspace-layout/index.d.ts.map +1 -1
- package/layouts/workspace-layout/index.js +1 -1
- package/layouts/workspace-layout/workspace-layout.d.ts.map +1 -1
- package/layouts/workspace-layout/workspace-layout.js +1 -3
- package/layouts/workspace-layout/workspace-mobile-sidebar-controls.hooks.d.ts +13 -0
- package/layouts/workspace-layout/workspace-mobile-sidebar-controls.hooks.d.ts.map +1 -0
- package/lib/floating-layers.d.ts +1 -2
- package/lib/floating-layers.d.ts.map +1 -1
- package/lib/floating-layers.js +2 -3
- package/navigation/index.d.ts +17 -20
- package/navigation/index.d.ts.map +1 -1
- package/navigation/index.js +97 -69
- package/navigation/main-tab.d.ts +6 -11
- package/navigation/main-tab.d.ts.map +1 -1
- package/navigation/main-tab.js +8 -17
- package/navigation/nav-lock.d.ts +18 -0
- package/navigation/nav-lock.d.ts.map +1 -0
- package/navigation/nav-lock.js +34 -0
- package/package.json +288 -19
- package/platform/android-runtime.d.ts +3 -3
- package/platform/android-runtime.d.ts.map +1 -1
- package/platform/android-runtime.js +4 -7
- package/platform/aosp-user-agent.d.ts +10 -0
- package/platform/aosp-user-agent.d.ts.map +1 -0
- package/platform/aosp-user-agent.js +13 -0
- package/platform/assistant-launch-payload.d.ts +27 -0
- package/platform/assistant-launch-payload.d.ts.map +1 -0
- package/platform/assistant-launch-payload.js +113 -0
- package/platform/browser-launch.d.ts +1 -0
- package/platform/browser-launch.d.ts.map +1 -1
- package/platform/browser-launch.js +56 -12
- package/platform/cloud-preference-patch.d.ts +0 -4
- package/platform/cloud-preference-patch.d.ts.map +1 -1
- package/platform/cloud-preference-patch.js +2 -24
- package/platform/empty-node-module.d.ts +2 -2
- package/platform/empty-node-module.d.ts.map +1 -1
- package/platform/empty-node-module.js +2 -2
- package/platform/first-run-reset.d.ts +21 -0
- package/platform/first-run-reset.d.ts.map +1 -0
- package/platform/first-run-reset.js +140 -0
- package/platform/index.d.ts +9 -5
- package/platform/index.d.ts.map +1 -1
- package/platform/index.js +7 -10
- package/platform/init.d.ts +16 -18
- package/platform/init.d.ts.map +1 -1
- package/platform/init.js +41 -29
- package/platform/ios-runtime.d.ts +18 -1
- package/platform/ios-runtime.d.ts.map +1 -1
- package/platform/ios-runtime.js +45 -24
- package/platform/mobile-permissions-client.d.ts +25 -0
- package/platform/mobile-permissions-client.d.ts.map +1 -0
- package/platform/mobile-permissions-client.js +628 -0
- package/platform/platform-guards.d.ts +39 -0
- package/platform/platform-guards.d.ts.map +1 -0
- package/platform/platform-guards.js +57 -0
- package/platform/types.d.ts +6 -10
- package/platform/types.d.ts.map +1 -1
- package/platform/window-shell.d.ts +20 -3
- package/platform/window-shell.d.ts.map +1 -1
- package/platform/window-shell.js +25 -5
- package/providers/index.d.ts +1 -1
- package/providers/index.d.ts.map +1 -1
- package/providers/index.js +1 -1
- package/retained-lazy.d.ts +28 -0
- package/retained-lazy.d.ts.map +1 -0
- package/retained-lazy.js +285 -0
- package/services/app-updates/update-policy.d.ts +64 -0
- package/services/app-updates/update-policy.d.ts.map +1 -0
- package/services/app-updates/update-policy.js +228 -0
- package/services/local-inference/active-model.d.ts +5 -83
- package/services/local-inference/active-model.d.ts.map +1 -1
- package/services/local-inference/active-model.js +88 -23
- package/services/local-inference/assignments.d.ts +12 -12
- package/services/local-inference/assignments.d.ts.map +1 -1
- package/services/local-inference/assignments.js +29 -19
- package/services/local-inference/bundled-models.d.ts +1 -1
- package/services/local-inference/bundled-models.js +1 -1
- package/services/local-inference/catalog-policy.d.ts +6 -0
- package/services/local-inference/catalog-policy.d.ts.map +1 -0
- package/services/local-inference/catalog-policy.js +13 -0
- package/services/local-inference/catalog.d.ts +6 -51
- package/services/local-inference/catalog.d.ts.map +1 -1
- package/services/local-inference/catalog.js +6 -268
- package/services/local-inference/custom-search.d.ts +33 -0
- package/services/local-inference/custom-search.d.ts.map +1 -0
- package/services/local-inference/custom-search.js +69 -0
- package/services/local-inference/device-bridge.d.ts +35 -4
- package/services/local-inference/device-bridge.d.ts.map +1 -1
- package/services/local-inference/device-bridge.js +56 -3
- package/services/local-inference/disk-space.d.ts +15 -0
- package/services/local-inference/disk-space.d.ts.map +1 -0
- package/services/local-inference/disk-space.js +29 -0
- package/services/local-inference/downloader.d.ts +35 -1
- package/services/local-inference/downloader.d.ts.map +1 -1
- package/services/local-inference/downloader.js +95 -141
- package/services/local-inference/engine.d.ts +18 -32
- package/services/local-inference/engine.d.ts.map +1 -1
- package/services/local-inference/engine.js +42 -207
- package/services/local-inference/handler-registry.d.ts +1 -1
- package/services/local-inference/handler-registry.d.ts.map +1 -1
- package/services/local-inference/handler-registry.js +14 -7
- package/services/local-inference/hardware.d.ts +44 -10
- package/services/local-inference/hardware.d.ts.map +1 -1
- package/services/local-inference/hardware.js +187 -76
- package/services/local-inference/hf-search.d.ts +7 -0
- package/services/local-inference/hf-search.d.ts.map +1 -1
- package/services/local-inference/hf-search.js +117 -6
- package/services/local-inference/home-model-status.d.ts +25 -0
- package/services/local-inference/home-model-status.d.ts.map +1 -0
- package/services/local-inference/home-model-status.js +90 -0
- package/services/local-inference/index.d.ts +6 -3
- package/services/local-inference/index.d.ts.map +1 -1
- package/services/local-inference/index.js +5 -2
- package/services/local-inference/load-args.d.ts +60 -0
- package/services/local-inference/load-args.d.ts.map +1 -0
- package/services/local-inference/load-args.js +10 -0
- package/services/local-inference/manifest.d.ts +45 -0
- package/services/local-inference/manifest.d.ts.map +1 -0
- package/services/local-inference/manifest.js +26 -0
- package/services/local-inference/paths.d.ts +1 -7
- package/services/local-inference/paths.d.ts.map +1 -1
- package/services/local-inference/paths.js +1 -7
- package/services/local-inference/readiness.js +1 -1
- package/services/local-inference/recommendation.d.ts +9 -6
- package/services/local-inference/recommendation.d.ts.map +1 -1
- package/services/local-inference/recommendation.js +64 -53
- package/services/local-inference/registry.d.ts.map +1 -1
- package/services/local-inference/registry.js +3 -2
- package/services/local-inference/resource-snapshot-bridge.d.ts +51 -0
- package/services/local-inference/resource-snapshot-bridge.d.ts.map +1 -0
- package/services/local-inference/resource-snapshot-bridge.js +90 -0
- package/services/local-inference/routing-policy.d.ts.map +1 -1
- package/services/local-inference/routing-policy.js +6 -0
- package/services/local-inference/routing-preferences.d.ts +1 -7
- package/services/local-inference/routing-preferences.d.ts.map +1 -1
- package/services/local-inference/routing-preferences.js +1 -7
- package/services/local-inference/service.d.ts +11 -1
- package/services/local-inference/service.d.ts.map +1 -1
- package/services/local-inference/service.js +24 -5
- package/services/local-inference/token-tree.d.ts +188 -0
- package/services/local-inference/token-tree.d.ts.map +1 -0
- package/services/local-inference/token-tree.js +185 -0
- package/services/local-inference/tokenizer-client.d.ts +88 -0
- package/services/local-inference/tokenizer-client.d.ts.map +1 -0
- package/services/local-inference/tokenizer-client.js +166 -0
- package/services/local-inference/types.d.ts +5 -235
- package/services/local-inference/types.d.ts.map +1 -1
- package/services/local-inference/types.js +5 -18
- package/services/local-inference/verify.d.ts +1 -7
- package/services/local-inference/verify.d.ts.map +1 -1
- package/services/local-inference/verify.js +1 -7
- package/shell-params.d.ts +1 -1
- package/shell-params.d.ts.map +1 -1
- package/shell-params.js +0 -1
- package/slots/task-coordinator-slots.d.ts +8 -26
- package/slots/task-coordinator-slots.d.ts.map +1 -1
- package/slots/task-coordinator-slots.helpers.d.ts +32 -0
- package/slots/task-coordinator-slots.helpers.d.ts.map +1 -0
- package/slots/task-coordinator-slots.helpers.js +14 -0
- package/slots/task-coordinator-slots.js +19 -8
- package/spatial/context.d.ts +24 -0
- package/spatial/context.d.ts.map +1 -0
- package/spatial/context.js +15 -0
- package/spatial/dom.d.ts +42 -0
- package/spatial/dom.d.ts.map +1 -0
- package/spatial/dom.js +41 -0
- package/spatial/evaluate.d.ts +67 -0
- package/spatial/evaluate.d.ts.map +1 -0
- package/spatial/evaluate.js +233 -0
- package/spatial/example.d.ts +19 -0
- package/spatial/example.d.ts.map +1 -0
- package/spatial/example.js +28 -0
- package/spatial/gallery.d.ts +20 -0
- package/spatial/gallery.d.ts.map +1 -0
- package/spatial/gallery.js +179 -0
- package/spatial/index.d.ts +24 -0
- package/spatial/index.d.ts.map +1 -0
- package/spatial/index.js +25 -0
- package/spatial/ir.d.ts +157 -0
- package/spatial/ir.d.ts.map +1 -0
- package/spatial/ir.js +41 -0
- package/spatial/primitives.d.ts +107 -0
- package/spatial/primitives.d.ts.map +1 -0
- package/spatial/primitives.js +447 -0
- package/spatial/tui/engine.d.ts +28 -0
- package/spatial/tui/engine.d.ts.map +1 -0
- package/spatial/tui/engine.js +488 -0
- package/spatial/tui/framing.d.ts +33 -0
- package/spatial/tui/framing.d.ts.map +1 -0
- package/spatial/tui/framing.js +189 -0
- package/spatial/tui/index.d.ts +10 -0
- package/spatial/tui/index.d.ts.map +1 -0
- package/spatial/tui/index.js +10 -0
- package/spatial/tui/renderer.d.ts +55 -0
- package/spatial/tui/renderer.d.ts.map +1 -0
- package/spatial/tui/renderer.js +116 -0
- package/state/AppContext.d.ts +0 -2
- package/state/AppContext.d.ts.map +1 -1
- package/state/AppContext.hooks.d.ts +15 -0
- package/state/AppContext.hooks.d.ts.map +1 -0
- package/state/AppContext.hooks.js +11 -0
- package/state/AppContext.js +618 -559
- package/state/ChatComposerContext.hooks.d.ts +59 -0
- package/state/ChatComposerContext.hooks.d.ts.map +1 -0
- package/state/ChatComposerContext.hooks.js +148 -0
- package/state/CompanionSceneConfigContext.hooks.d.ts +28 -0
- package/state/CompanionSceneConfigContext.hooks.d.ts.map +1 -0
- package/state/CompanionSceneConfigContext.hooks.js +33 -0
- package/state/PtySessionsContext.hooks.d.ts +18 -0
- package/state/PtySessionsContext.hooks.d.ts.map +1 -0
- package/state/PtySessionsContext.hooks.js +18 -0
- package/state/TranslationContext.hooks.d.ts +28 -0
- package/state/TranslationContext.hooks.d.ts.map +1 -0
- package/state/TranslationContext.hooks.js +38 -0
- package/state/TranslationProvider.d.ts +23 -0
- package/state/TranslationProvider.d.ts.map +1 -0
- package/state/TranslationProvider.js +86 -0
- package/state/action-banner.d.ts +18 -0
- package/state/action-banner.d.ts.map +1 -0
- package/state/action-banner.js +1 -0
- package/state/agent-profiles.d.ts.map +1 -1
- package/state/agent-profiles.js +1 -2
- package/state/agent-runtime-target.d.ts +1 -1
- package/state/agent-runtime-target.d.ts.map +1 -1
- package/state/agent-runtime-target.js +5 -1
- package/state/cloud-steward-login.d.ts +44 -0
- package/state/cloud-steward-login.d.ts.map +1 -0
- package/state/cloud-steward-login.js +52 -0
- package/state/complete-reset-local-state-after-wipe.d.ts +8 -8
- package/state/complete-reset-local-state-after-wipe.d.ts.map +1 -1
- package/state/complete-reset-local-state-after-wipe.js +6 -6
- package/state/conversation-message-filter.d.ts +10 -0
- package/state/conversation-message-filter.d.ts.map +1 -0
- package/state/conversation-message-filter.js +18 -0
- package/state/first-run-bootstrap.d.ts +17 -0
- package/state/first-run-bootstrap.d.ts.map +1 -0
- package/state/first-run-bootstrap.js +62 -0
- package/state/first-run-restart.d.ts +8 -0
- package/state/first-run-restart.d.ts.map +1 -0
- package/state/first-run-restart.js +8 -0
- package/state/handle-reset-applied-from-main.d.ts +1 -1
- package/state/index.d.ts +9 -6
- package/state/index.d.ts.map +1 -1
- package/state/index.js +9 -6
- package/state/internal.d.ts +8 -5
- package/state/internal.d.ts.map +1 -1
- package/state/internal.js +8 -6
- package/state/notifications/notification-store.d.ts +35 -0
- package/state/notifications/notification-store.d.ts.map +1 -0
- package/state/notifications/notification-store.js +179 -0
- package/state/parsers.d.ts.map +1 -1
- package/state/parsers.js +7 -0
- package/state/persistence.d.ts +42 -13
- package/state/persistence.d.ts.map +1 -1
- package/state/persistence.js +141 -91
- package/state/private-network-host.d.ts +11 -0
- package/state/private-network-host.d.ts.map +1 -0
- package/state/private-network-host.js +35 -0
- package/state/setup-resume.d.ts +9 -0
- package/state/setup-resume.d.ts.map +1 -0
- package/state/setup-resume.js +98 -0
- package/state/shell-routing.d.ts +3 -3
- package/state/shell-routing.d.ts.map +1 -1
- package/state/startup-coordinator.d.ts +46 -22
- package/state/startup-coordinator.d.ts.map +1 -1
- package/state/startup-coordinator.js +94 -44
- package/state/startup-phase-hydrate.d.ts +7 -6
- package/state/startup-phase-hydrate.d.ts.map +1 -1
- package/state/startup-phase-hydrate.js +206 -103
- package/state/startup-phase-poll.d.ts +76 -23
- package/state/startup-phase-poll.d.ts.map +1 -1
- package/state/startup-phase-poll.js +359 -83
- package/state/startup-phase-restore.d.ts +16 -8
- package/state/startup-phase-restore.d.ts.map +1 -1
- package/state/startup-phase-restore.js +169 -101
- package/state/startup-phase-runtime.d.ts +7 -3
- package/state/startup-phase-runtime.d.ts.map +1 -1
- package/state/startup-phase-runtime.js +227 -17
- package/state/types.d.ts +131 -104
- package/state/types.d.ts.map +1 -1
- package/state/types.js +47 -13
- package/state/ui-preferences.d.ts +6 -0
- package/state/ui-preferences.d.ts.map +1 -1
- package/state/use-startup-shell-controller.d.ts +7 -0
- package/state/use-startup-shell-controller.d.ts.map +1 -0
- package/state/use-startup-shell-controller.js +170 -0
- package/state/useApp.d.ts.map +1 -1
- package/state/useApp.js +6 -2
- package/state/useAppLifecycleEvents.d.ts +32 -0
- package/state/useAppLifecycleEvents.d.ts.map +1 -0
- package/state/useAppLifecycleEvents.js +102 -0
- package/state/useAppProviderEffects.d.ts.map +1 -1
- package/state/useAppProviderEffects.js +20 -13
- package/state/useAppShellState.d.ts +6 -6
- package/state/useCharacterState.js +1 -1
- package/state/useChatCallbacks.d.ts +28 -29
- package/state/useChatCallbacks.d.ts.map +1 -1
- package/state/useChatCallbacks.js +32 -41
- package/state/useChatLifecycle.d.ts +26 -27
- package/state/useChatLifecycle.d.ts.map +1 -1
- package/state/useChatLifecycle.js +127 -125
- package/state/useChatSend.d.ts +3 -4
- package/state/useChatSend.d.ts.map +1 -1
- package/state/useChatSend.js +303 -99
- package/state/useChatState.d.ts +1 -6
- package/state/useChatState.d.ts.map +1 -1
- package/state/useChatState.js +1 -9
- package/state/useCloudState.d.ts +7 -3
- package/state/useCloudState.d.ts.map +1 -1
- package/state/useCloudState.js +187 -27
- package/state/useContentPack.d.ts +27 -0
- package/state/useContentPack.d.ts.map +1 -0
- package/state/useContentPack.js +210 -0
- package/state/useDataLoaders.d.ts +6 -6
- package/state/useDataLoaders.d.ts.map +1 -1
- package/state/useDataLoaders.js +37 -25
- package/state/useDisplayPreferences.d.ts +3 -3
- package/state/useDisplayPreferences.d.ts.map +1 -1
- package/state/useDisplayPreferences.js +29 -15
- package/state/useFirstRunCallbacks.d.ts +102 -0
- package/state/useFirstRunCallbacks.d.ts.map +1 -0
- package/state/useFirstRunCallbacks.js +838 -0
- package/state/useFirstRunState.d.ts +126 -0
- package/state/useFirstRunState.d.ts.map +1 -0
- package/state/useFirstRunState.js +259 -0
- package/state/useLifecycleState.d.ts +18 -10
- package/state/useLifecycleState.d.ts.map +1 -1
- package/state/useLifecycleState.js +53 -26
- package/state/useMiscUiState.js +1 -1
- package/state/useNavigationState.d.ts +3 -4
- package/state/useNavigationState.d.ts.map +1 -1
- package/state/useNavigationState.js +34 -27
- package/state/usePluginsSkillsState.d.ts +6 -3
- package/state/usePluginsSkillsState.d.ts.map +1 -1
- package/state/usePluginsSkillsState.js +58 -13
- package/state/useStartupCoordinator.d.ts +4 -1
- package/state/useStartupCoordinator.d.ts.map +1 -1
- package/state/useStartupCoordinator.js +125 -29
- package/state/useStreamingText.d.ts +74 -0
- package/state/useStreamingText.d.ts.map +1 -0
- package/state/useStreamingText.js +104 -0
- package/state/useTabSync.d.ts +32 -0
- package/state/useTabSync.d.ts.map +1 -0
- package/state/useTabSync.js +81 -0
- package/state/useTriggersState.d.ts +3 -3
- package/state/useTriggersState.d.ts.map +1 -1
- package/state/useWalletState.d.ts +2 -2
- package/state/useWalletState.d.ts.map +1 -1
- package/state/useWalletState.js +13 -4
- package/state/view-chat-binding.d.ts +29 -0
- package/state/view-chat-binding.d.ts.map +1 -0
- package/state/view-chat-binding.js +41 -0
- package/storage/workspace-folder.d.ts +30 -0
- package/storage/workspace-folder.d.ts.map +1 -0
- package/storage/workspace-folder.js +74 -0
- package/stories/layout-story-fixtures.d.ts +0 -5
- package/stories/layout-story-fixtures.d.ts.map +1 -1
- package/stories/layout-story-fixtures.data.d.ts +6 -0
- package/stories/layout-story-fixtures.data.d.ts.map +1 -0
- package/stories/layout-story-fixtures.data.js +7 -0
- package/stories/layout-story-fixtures.js +9 -8
- package/storybook/mock-providers.d.ts +24 -0
- package/storybook/mock-providers.d.ts.map +1 -0
- package/storybook/mock-providers.helpers.d.ts +10 -0
- package/storybook/mock-providers.helpers.d.ts.map +1 -0
- package/storybook/mock-providers.helpers.js +11 -0
- package/storybook/mock-providers.js +76 -0
- package/styles/base.css +373 -162
- package/styles/brand-gold.css +245 -197
- package/styles/electrobun-mac-window-drag.css +3 -3
- package/styles/styles.css +75 -149
- package/styles/tailwind-theme.css +140 -0
- package/styles/theme.css +78 -61
- package/styles.d.ts +4 -0
- package/styles.d.ts.map +1 -0
- package/styles.js +9 -0
- package/themes/apply-theme.d.ts +0 -5
- package/themes/apply-theme.d.ts.map +1 -1
- package/themes/apply-theme.js +1 -9
- package/themes/index.d.ts +14 -0
- package/themes/index.d.ts.map +1 -0
- package/themes/index.js +12 -0
- package/themes/presets.d.ts +7 -0
- package/themes/presets.d.ts.map +1 -0
- package/themes/presets.js +157 -0
- package/types/host-external-modules.d.ts +5 -0
- package/types/host-external-modules.d.ts.map +1 -0
- package/types/host-external-modules.js +1 -0
- package/types/index.d.ts +1 -654
- package/types/index.d.ts.map +1 -1
- package/types/index.js +1 -4
- package/types/plugin-views.d.ts +17 -0
- package/types/plugin-views.d.ts.map +1 -0
- package/types/plugin-views.js +1 -0
- package/utils/browser-tab-kit-types.d.ts +1 -80
- package/utils/browser-tab-kit-types.d.ts.map +1 -1
- package/utils/browser-tab-kit-types.js +0 -21
- package/utils/browser-tabs-renderer-registry.d.ts +1 -55
- package/utils/browser-tabs-renderer-registry.d.ts.map +1 -1
- package/utils/browser-tabs-renderer-registry.js +1 -1223
- package/utils/character-message-examples.d.ts +1 -6
- package/utils/character-message-examples.d.ts.map +1 -1
- package/utils/character-message-examples.js +1 -122
- package/utils/cloud-agent-base.d.ts +50 -0
- package/utils/cloud-agent-base.d.ts.map +1 -0
- package/utils/cloud-agent-base.js +140 -0
- package/utils/cloud-status.d.ts +1 -2
- package/utils/cloud-status.d.ts.map +1 -1
- package/utils/cloud-status.js +1 -10
- package/utils/desktop-workspace.d.ts +1 -1
- package/utils/desktop-workspace.d.ts.map +1 -1
- package/utils/desktop-workspace.js +0 -5
- package/utils/documents-upload-image.d.ts +1 -26
- package/utils/documents-upload-image.d.ts.map +1 -1
- package/utils/documents-upload-image.js +1 -146
- package/utils/eliza-cloud-model-route.d.ts +1 -2
- package/utils/eliza-cloud-model-route.d.ts.map +1 -1
- package/utils/eliza-cloud-model-route.js +1 -9
- package/utils/eliza-globals.d.ts +1 -12
- package/utils/eliza-globals.d.ts.map +1 -1
- package/utils/eliza-globals.js +1 -48
- package/utils/errors.d.ts +1 -12
- package/utils/errors.d.ts.map +1 -1
- package/utils/errors.js +1 -25
- package/utils/format.d.ts +8 -62
- package/utils/format.d.ts.map +1 -1
- package/utils/format.js +34 -117
- package/utils/globals.js +1 -1
- package/utils/host-capabilities.d.ts +39 -0
- package/utils/host-capabilities.d.ts.map +1 -0
- package/utils/host-capabilities.js +85 -0
- package/utils/image-attachment.d.ts +35 -0
- package/utils/image-attachment.d.ts.map +1 -0
- package/utils/image-attachment.js +124 -0
- package/utils/index.d.ts +5 -4
- package/utils/index.d.ts.map +1 -1
- package/utils/index.js +5 -4
- package/utils/labels.d.ts +1 -5
- package/utils/labels.d.ts.map +1 -1
- package/utils/labels.js +1 -41
- package/utils/log-prefix.d.ts +1 -1
- package/utils/log-prefix.d.ts.map +1 -1
- package/utils/log-prefix.js +1 -53
- package/utils/name-tokens.d.ts +1 -23
- package/utils/name-tokens.d.ts.map +1 -1
- package/utils/name-tokens.js +1 -36
- package/utils/namespace-defaults.d.ts +1 -5
- package/utils/namespace-defaults.d.ts.map +1 -1
- package/utils/namespace-defaults.js +1 -15
- package/utils/openExternalUrl.d.ts.map +1 -1
- package/utils/openExternalUrl.js +3 -6
- package/utils/owner-name.d.ts +1 -2
- package/utils/owner-name.d.ts.map +1 -1
- package/utils/owner-name.js +1 -7
- package/utils/rate-limiter.d.ts +1 -31
- package/utils/rate-limiter.d.ts.map +1 -1
- package/utils/rate-limiter.js +1 -52
- package/utils/serialise.d.ts +1 -11
- package/utils/serialise.d.ts.map +1 -1
- package/utils/serialise.js +1 -21
- package/utils/sql-compat.d.ts +1 -9
- package/utils/sql-compat.d.ts.map +1 -1
- package/utils/sql-compat.js +1 -111
- package/utils/streaming-text.d.ts +1 -8
- package/utils/streaming-text.d.ts.map +1 -1
- package/utils/streaming-text.js +1 -112
- package/utils/subscription-auth.d.ts +1 -8
- package/utils/subscription-auth.d.ts.map +1 -1
- package/utils/subscription-auth.js +1 -48
- package/utils/trajectory-format.d.ts +1 -5
- package/utils/trajectory-format.d.ts.map +1 -1
- package/utils/trajectory-format.js +1 -43
- package/utils/transient-fetch.d.ts +20 -0
- package/utils/transient-fetch.d.ts.map +1 -0
- package/utils/transient-fetch.js +36 -0
- package/utils/tts-debug.d.ts.map +1 -1
- package/utils/tts-debug.js +3 -24
- package/utils/workflow-executions.d.ts +26 -0
- package/utils/workflow-executions.d.ts.map +1 -0
- package/utils/workflow-executions.js +166 -0
- package/utils/workflow-json.d.ts.map +1 -1
- package/utils/workflow-json.js +10 -0
- package/view-recents.d.ts +6 -0
- package/view-recents.d.ts.map +1 -0
- package/view-recents.js +35 -0
- package/views/view-event-bus.d.ts +40 -0
- package/views/view-event-bus.d.ts.map +1 -0
- package/views/view-event-bus.js +94 -0
- package/views/view-event-types.d.ts +24 -0
- package/views/view-event-types.d.ts.map +1 -0
- package/views/view-event-types.js +22 -0
- package/views/view-interact-protocol.d.ts +39 -0
- package/views/view-interact-protocol.d.ts.map +1 -0
- package/views/view-interact-protocol.js +22 -0
- package/voice/audio-frame-diarization-harness.d.ts +38 -0
- package/voice/audio-frame-diarization-harness.d.ts.map +1 -0
- package/voice/audio-frame-diarization-harness.js +63 -0
- package/voice/audio-frame-pump.d.ts +68 -0
- package/voice/audio-frame-pump.d.ts.map +1 -0
- package/voice/audio-frame-pump.js +137 -0
- package/voice/character-voice-config.d.ts +2 -0
- package/voice/character-voice-config.d.ts.map +1 -1
- package/voice/character-voice-config.js +8 -0
- package/voice/emotion.d.ts +43 -0
- package/voice/emotion.d.ts.map +1 -0
- package/voice/emotion.js +131 -0
- package/voice/end-of-turn.d.ts +81 -0
- package/voice/end-of-turn.d.ts.map +1 -0
- package/voice/end-of-turn.js +224 -0
- package/voice/index.d.ts +8 -0
- package/voice/index.d.ts.map +1 -1
- package/voice/index.js +8 -0
- package/voice/jni-voice-harness.d.ts +52 -0
- package/voice/jni-voice-harness.d.ts.map +1 -0
- package/voice/jni-voice-harness.js +90 -0
- package/voice/jni-voice-pipeline.d.ts +103 -0
- package/voice/jni-voice-pipeline.d.ts.map +1 -0
- package/voice/jni-voice-pipeline.js +238 -0
- package/voice/local-asr-capture.d.ts +46 -0
- package/voice/local-asr-capture.d.ts.map +1 -0
- package/voice/local-asr-capture.js +238 -0
- package/voice/local-asr-transcribe.d.ts +42 -0
- package/voice/local-asr-transcribe.d.ts.map +1 -0
- package/voice/local-asr-transcribe.js +93 -0
- package/voice/should-respond.d.ts +36 -0
- package/voice/should-respond.d.ts.map +1 -0
- package/voice/should-respond.js +71 -0
- package/voice/transcript-session.d.ts +49 -0
- package/voice/transcript-session.d.ts.map +1 -0
- package/voice/transcript-session.js +136 -0
- package/voice/transcription-exit.d.ts +40 -0
- package/voice/transcription-exit.d.ts.map +1 -0
- package/voice/transcription-exit.js +114 -0
- package/voice/useVoiceConfig.d.ts +18 -0
- package/voice/useVoiceConfig.d.ts.map +1 -0
- package/voice/useVoiceConfig.js +79 -0
- package/voice/voice-capture-factory.d.ts +116 -0
- package/voice/voice-capture-factory.d.ts.map +1 -0
- package/voice/voice-capture-factory.js +328 -0
- package/voice/voice-chat-playback.d.ts +3 -0
- package/voice/voice-chat-playback.d.ts.map +1 -1
- package/voice/voice-chat-playback.js +10 -2
- package/voice/voice-chat-types.d.ts +146 -18
- package/voice/voice-chat-types.d.ts.map +1 -1
- package/voice/voice-chat-types.js +11 -9
- package/voice/voice-provider-defaults.d.ts +40 -0
- package/voice/voice-provider-defaults.d.ts.map +1 -0
- package/voice/voice-provider-defaults.js +46 -0
- package/voice/voice-selftest/VoiceSelfTestShell.d.ts +17 -0
- package/voice/voice-selftest/VoiceSelfTestShell.d.ts.map +1 -0
- package/voice/voice-selftest/VoiceSelfTestShell.js +130 -0
- package/voice/voice-selftest/fixtures/known-phrase.d.ts +3 -0
- package/voice/voice-selftest/fixtures/known-phrase.d.ts.map +1 -0
- package/voice/voice-selftest/fixtures/known-phrase.js +5 -0
- package/voice/voice-selftest/voice-selftest-harness.d.ts +66 -0
- package/voice/voice-selftest/voice-selftest-harness.d.ts.map +1 -0
- package/voice/voice-selftest/voice-selftest-harness.js +320 -0
- package/voice/voice-turn-signal.d.ts +27 -0
- package/voice/voice-turn-signal.d.ts.map +1 -0
- package/voice/voice-turn-signal.js +59 -0
- package/widgets/WidgetHost.constants.d.ts +2 -0
- package/widgets/WidgetHost.constants.d.ts.map +1 -0
- package/widgets/WidgetHost.constants.js +1 -0
- package/widgets/WidgetHost.d.ts +7 -0
- package/widgets/WidgetHost.d.ts.map +1 -1
- package/widgets/WidgetHost.js +18 -5
- package/widgets/index.d.ts +3 -2
- package/widgets/index.d.ts.map +1 -1
- package/widgets/index.js +2 -1
- package/widgets/registry-store.js +1 -1
- package/widgets/registry.d.ts +0 -8
- package/widgets/registry.d.ts.map +1 -1
- package/widgets/registry.js +5 -17
- package/widgets/useChatSidebarVisibility.js +1 -1
- package/widgets/visibility.d.ts +3 -3
- package/widgets/visibility.d.ts.map +1 -1
- package/widgets/visibility.js +4 -5
- package/api/client-types-babylon.d.ts +0 -254
- package/api/client-types-babylon.d.ts.map +0 -1
- package/api/client-types-babylon.js +0 -2
- package/components/character/CharacterRelationshipsSection.d.ts +0 -7
- package/components/character/CharacterRelationshipsSection.d.ts.map +0 -1
- package/components/character/CharacterRelationshipsSection.js +0 -4
- package/components/chat/widgets/registry.d.ts +0 -8
- package/components/chat/widgets/registry.d.ts.map +0 -1
- package/components/chat/widgets/registry.js +0 -7
- package/components/composites/chat/chat-sidebar.d.ts +0 -54
- package/components/composites/chat/chat-sidebar.d.ts.map +0 -1
- package/components/composites/chat/chat-sidebar.js +0 -64
- package/components/composites/chat/create-task-popover.d.ts +0 -13
- package/components/composites/chat/create-task-popover.d.ts.map +0 -1
- package/components/composites/chat/create-task-popover.js +0 -44
- package/components/composites/search/search-input.d.ts +0 -11
- package/components/composites/search/search-input.d.ts.map +0 -1
- package/components/composites/search/search-input.js +0 -10
- package/components/composites/sidebar/sidebar-filter-bar.d.ts +0 -3
- package/components/composites/sidebar/sidebar-filter-bar.d.ts.map +0 -1
- package/components/composites/sidebar/sidebar-filter-bar.js +0 -14
- package/components/local-inference/HuggingFaceSearch.d.ts +0 -22
- package/components/local-inference/HuggingFaceSearch.d.ts.map +0 -1
- package/components/local-inference/HuggingFaceSearch.js +0 -68
- package/components/onboarding/BootstrapStep.d.ts +0 -35
- package/components/onboarding/BootstrapStep.d.ts.map +0 -1
- package/components/onboarding/BootstrapStep.js +0 -151
- package/components/onboarding/PasswordSetupStep.d.ts +0 -28
- package/components/onboarding/PasswordSetupStep.d.ts.map +0 -1
- package/components/onboarding/PasswordSetupStep.js +0 -82
- package/components/onboarding/onboarding-form-primitives.d.ts +0 -54
- package/components/onboarding/onboarding-form-primitives.d.ts.map +0 -1
- package/components/onboarding/onboarding-form-primitives.js +0 -55
- package/components/onboarding/onboarding-step-chrome.d.ts +0 -40
- package/components/onboarding/onboarding-step-chrome.d.ts.map +0 -1
- package/components/onboarding/onboarding-step-chrome.js +0 -74
- package/components/pages/AutomationsChatPane.d.ts +0 -19
- package/components/pages/AutomationsChatPane.d.ts.map +0 -1
- package/components/pages/AutomationsChatPane.js +0 -15
- package/components/pages/ChatModalView.d.ts +0 -13
- package/components/pages/ChatModalView.d.ts.map +0 -1
- package/components/pages/ChatModalView.js +0 -17
- package/components/pages/ChatPanelLayout.d.ts +0 -11
- package/components/pages/ChatPanelLayout.d.ts.map +0 -1
- package/components/pages/ChatPanelLayout.js +0 -37
- package/components/pages/ConnectorsPageView.d.ts +0 -8
- package/components/pages/ConnectorsPageView.d.ts.map +0 -1
- package/components/pages/ConnectorsPageView.js +0 -8
- package/components/pages/HomePlaceholderView.d.ts +0 -16
- package/components/pages/HomePlaceholderView.d.ts.map +0 -1
- package/components/pages/HomePlaceholderView.js +0 -17
- package/components/pages/PageScopedChatPane.d.ts +0 -51
- package/components/pages/PageScopedChatPane.d.ts.map +0 -1
- package/components/pages/PageScopedChatPane.js +0 -586
- package/components/pages/VectorBrowserView.d.ts +0 -13
- package/components/pages/VectorBrowserView.d.ts.map +0 -1
- package/components/pages/VectorBrowserView.js +0 -863
- package/components/settings/CloudInstancePanel.d.ts +0 -2
- package/components/settings/CloudInstancePanel.d.ts.map +0 -1
- package/components/settings/CloudInstancePanel.js +0 -48
- package/components/shell/DnaLoader.d.ts +0 -8
- package/components/shell/DnaLoader.d.ts.map +0 -1
- package/components/shell/DnaLoader.js +0 -50
- package/components/shell/Header.d.ts +0 -12
- package/components/shell/Header.d.ts.map +0 -1
- package/components/shell/Header.js +0 -316
- package/components/shell/RuntimeGate.d.ts +0 -51
- package/components/shell/RuntimeGate.d.ts.map +0 -1
- package/components/shell/RuntimeGate.js +0 -1293
- package/components/shell/SplashServerChooser.d.ts +0 -14
- package/components/shell/SplashServerChooser.d.ts.map +0 -1
- package/components/shell/SplashServerChooser.js +0 -23
- package/components/shell/onboarding-theme.d.ts +0 -6
- package/components/shell/onboarding-theme.d.ts.map +0 -1
- package/components/shell/onboarding-theme.js +0 -29
- package/components/ui/drawer-sheet.d.ts +0 -19
- package/components/ui/drawer-sheet.d.ts.map +0 -1
- package/components/ui/drawer-sheet.js +0 -21
- package/components/ui/section-card.d.ts +0 -15
- package/components/ui/section-card.d.ts.map +0 -1
- package/components/ui/section-card.js +0 -10
- package/config/app-config.d.ts +0 -273
- package/config/app-config.d.ts.map +0 -1
- package/config/app-config.js +0 -31
- package/config/boot-config-react.d.ts +0 -5
- package/config/boot-config-react.d.ts.map +0 -1
- package/config/boot-config-react.js +0 -7
- package/config/branding-react.d.ts +0 -4
- package/config/branding-react.d.ts.map +0 -1
- package/config/branding-react.js +0 -11
- package/desktop-runtime/AppWindowRenderer.d.ts +0 -17
- package/desktop-runtime/AppWindowRenderer.d.ts.map +0 -1
- package/desktop-runtime/AppWindowRenderer.js +0 -327
- package/desktop-runtime/DesktopOnboardingRuntime.d.ts +0 -9
- package/desktop-runtime/DesktopOnboardingRuntime.d.ts.map +0 -1
- package/desktop-runtime/DesktopOnboardingRuntime.js +0 -10
- package/desktop-runtime/DesktopSurfaceNavigationRuntime.d.ts +0 -2
- package/desktop-runtime/DesktopSurfaceNavigationRuntime.d.ts.map +0 -1
- package/desktop-runtime/DesktopSurfaceNavigationRuntime.js +0 -48
- package/desktop-runtime/DesktopTrayRuntime.d.ts +0 -11
- package/desktop-runtime/DesktopTrayRuntime.d.ts.map +0 -1
- package/desktop-runtime/DesktopTrayRuntime.js +0 -265
- package/desktop-runtime/DetachedShellRoot.d.ts +0 -10
- package/desktop-runtime/DetachedShellRoot.d.ts.map +0 -1
- package/desktop-runtime/DetachedShellRoot.js +0 -114
- package/desktop-runtime/index.d.ts +0 -6
- package/desktop-runtime/index.d.ts.map +0 -1
- package/desktop-runtime/index.js +0 -5
- package/hooks/useBugReport.d.ts +0 -26
- package/hooks/useBugReport.d.ts.map +0 -1
- package/hooks/useBugReport.js +0 -28
- package/hooks/useStreamPopoutNavigation.d.ts +0 -3
- package/hooks/useStreamPopoutNavigation.d.ts.map +0 -1
- package/hooks/useStreamPopoutNavigation.js +0 -4
- package/hooks/useWorkflowGenerationState.d.ts +0 -20
- package/hooks/useWorkflowGenerationState.d.ts.map +0 -1
- package/hooks/useWorkflowGenerationState.js +0 -43
- package/layouts/workspace-layout/workspace-mobile-sidebar-controls.d.ts +0 -13
- package/layouts/workspace-layout/workspace-mobile-sidebar-controls.d.ts.map +0 -1
- package/onboarding/auto-download-recommended.d.ts +0 -30
- package/onboarding/auto-download-recommended.d.ts.map +0 -1
- package/onboarding/auto-download-recommended.js +0 -105
- package/onboarding/flow.d.ts +0 -66
- package/onboarding/flow.d.ts.map +0 -1
- package/onboarding/flow.js +0 -100
- package/onboarding/local-agent-token.d.ts +0 -6
- package/onboarding/local-agent-token.d.ts.map +0 -1
- package/onboarding/local-agent-token.js +0 -79
- package/onboarding/mobile-runtime-mode.d.ts +0 -19
- package/onboarding/mobile-runtime-mode.d.ts.map +0 -1
- package/onboarding/mobile-runtime-mode.js +0 -91
- package/onboarding/pre-seed-local-runtime.d.ts +0 -53
- package/onboarding/pre-seed-local-runtime.d.ts.map +0 -1
- package/onboarding/pre-seed-local-runtime.js +0 -111
- package/onboarding/probe-local-agent.d.ts +0 -51
- package/onboarding/probe-local-agent.d.ts.map +0 -1
- package/onboarding/probe-local-agent.js +0 -235
- package/onboarding/reload-into-runtime-picker.d.ts +0 -25
- package/onboarding/reload-into-runtime-picker.d.ts.map +0 -1
- package/onboarding/reload-into-runtime-picker.js +0 -45
- package/onboarding/server-target.d.ts +0 -4
- package/onboarding/server-target.d.ts.map +0 -1
- package/onboarding/server-target.js +0 -13
- package/onboarding-config.d.ts +0 -61
- package/onboarding-config.d.ts.map +0 -1
- package/onboarding-config.js +0 -172
- package/platform/onboarding-reset.d.ts +0 -11
- package/platform/onboarding-reset.d.ts.map +0 -1
- package/platform/onboarding-reset.js +0 -127
- package/services/local-inference/dflash-doctor.d.ts +0 -22
- package/services/local-inference/dflash-doctor.d.ts.map +0 -1
- package/services/local-inference/dflash-doctor.js +0 -139
- package/services/local-inference/dflash-server.d.ts +0 -76
- package/services/local-inference/dflash-server.d.ts.map +0 -1
- package/services/local-inference/dflash-server.js +0 -451
- package/services/local-inference/providers.d.ts +0 -61
- package/services/local-inference/providers.d.ts.map +0 -1
- package/services/local-inference/providers.js +0 -306
- package/state/ChatComposerContext.d.ts +0 -28
- package/state/ChatComposerContext.d.ts.map +0 -1
- package/state/ChatComposerContext.js +0 -30
- package/state/CompanionSceneConfigContext.d.ts +0 -27
- package/state/CompanionSceneConfigContext.d.ts.map +0 -1
- package/state/CompanionSceneConfigContext.js +0 -32
- package/state/PtySessionsContext.d.ts +0 -15
- package/state/PtySessionsContext.d.ts.map +0 -1
- package/state/PtySessionsContext.js +0 -15
- package/state/TranslationContext.d.ts +0 -37
- package/state/TranslationContext.d.ts.map +0 -1
- package/state/TranslationContext.js +0 -63
- package/state/connector-deeplink.d.ts +0 -30
- package/state/connector-deeplink.d.ts.map +0 -1
- package/state/connector-deeplink.js +0 -46
- package/state/navigation-events.d.ts +0 -12
- package/state/navigation-events.d.ts.map +0 -1
- package/state/navigation-events.js +0 -25
- package/state/onboarding-bootstrap.d.ts +0 -28
- package/state/onboarding-bootstrap.d.ts.map +0 -1
- package/state/onboarding-bootstrap.js +0 -76
- package/state/onboarding-restart.d.ts +0 -8
- package/state/onboarding-restart.d.ts.map +0 -1
- package/state/onboarding-restart.js +0 -8
- package/state/onboarding-resume.d.ts +0 -9
- package/state/onboarding-resume.d.ts.map +0 -1
- package/state/onboarding-resume.js +0 -93
- package/state/useOnboardingCallbacks.d.ts +0 -100
- package/state/useOnboardingCallbacks.d.ts.map +0 -1
- package/state/useOnboardingCallbacks.js +0 -804
- package/state/useOnboardingCompat.d.ts +0 -61
- package/state/useOnboardingCompat.d.ts.map +0 -1
- package/state/useOnboardingCompat.js +0 -110
- package/state/useOnboardingState.d.ts +0 -126
- package/state/useOnboardingState.d.ts.map +0 -1
- package/state/useOnboardingState.js +0 -263
- package/state/useVincentState.d.ts +0 -3
- package/state/useVincentState.d.ts.map +0 -1
- package/state/useVincentState.js +0 -13
- package/styles/onboarding-game.css +0 -568
- package/terminal/links.d.ts +0 -9
- package/terminal/links.d.ts.map +0 -1
- package/terminal/links.js +0 -20
- package/utils/assistant-text.d.ts +0 -2
- package/utils/assistant-text.d.ts.map +0 -1
- package/utils/assistant-text.js +0 -167
- package/utils/eliza-root.d.ts +0 -9
- package/utils/eliza-root.d.ts.map +0 -1
- package/utils/eliza-root.js +0 -101
- package/utils/exec-safety.d.ts +0 -2
- package/utils/exec-safety.d.ts.map +0 -1
- package/utils/exec-safety.js +0 -21
- package/utils/number-parsing.d.ts +0 -26
- package/utils/number-parsing.d.ts.map +0 -1
- package/utils/number-parsing.js +0 -51
- /package/layouts/workspace-layout/{workspace-mobile-sidebar-controls.js → workspace-mobile-sidebar-controls.hooks.js} +0 -0
|
@@ -2,17 +2,19 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
2
2
|
/**
|
|
3
3
|
* Routing tab — full-width per-context routing rules table plus the
|
|
4
4
|
* "Default profile" setting. One source of truth: `GET/PUT
|
|
5
|
-
* /api/secrets/routing`.
|
|
6
|
-
*
|
|
7
|
-
* Replaces the cramped per-row routing editor that used to live inside
|
|
8
|
-
* `VaultInventoryPanel`. This tab shows every rule in the system and
|
|
9
|
-
* supports wildcard key patterns (e.g. `OPENROUTER_*`).
|
|
5
|
+
* /api/secrets/routing`. Supports wildcard key patterns (e.g.
|
|
6
|
+
* `OPENROUTER_*`).
|
|
10
7
|
*/
|
|
11
|
-
import { Button, Input, Label } from "@elizaos/ui";
|
|
12
8
|
import { ArrowRight, Loader2, Plus, Trash2 } from "lucide-react";
|
|
13
9
|
import { useCallback, useEffect, useMemo, useState, } from "react";
|
|
10
|
+
import { useAgentElement } from "../../../agent-surface/index.js";
|
|
11
|
+
import { useTranslation } from "../../../state/TranslationContext.hooks.js";
|
|
12
|
+
import { Button } from "../../ui/button.js";
|
|
13
|
+
import { Input } from "../../ui/input.js";
|
|
14
|
+
import { Label } from "../../ui/label.js";
|
|
14
15
|
export function RoutingTab(props) {
|
|
15
16
|
const { config, agents, apps, entries, onConfigChange, navigate, focusKey, onFocusApplied, } = props;
|
|
17
|
+
const { t } = useTranslation();
|
|
16
18
|
const [error, setError] = useState(null);
|
|
17
19
|
const [saving, setSaving] = useState(false);
|
|
18
20
|
const [showAdd, setShowAdd] = useState(false);
|
|
@@ -22,6 +24,87 @@ export function RoutingTab(props) {
|
|
|
22
24
|
const [scopeAppName, setScopeAppName] = useState("");
|
|
23
25
|
const [profileId, setProfileId] = useState("");
|
|
24
26
|
const [rulesFilter, setRulesFilter] = useState("");
|
|
27
|
+
const { ref: defaultProfileRef, agentProps: defaultProfileAgentProps } = useAgentElement({
|
|
28
|
+
id: "routing-default-profile",
|
|
29
|
+
role: "select",
|
|
30
|
+
label: "Default routing profile",
|
|
31
|
+
group: "routing",
|
|
32
|
+
description: "Profile applied when no rule matches",
|
|
33
|
+
getValue: () => config.defaultProfile ?? "default",
|
|
34
|
+
onFill: (v) => void onDefaultProfileChange(v),
|
|
35
|
+
});
|
|
36
|
+
const { ref: addRuleToggleRef, agentProps: addRuleToggleAgentProps } = useAgentElement({
|
|
37
|
+
id: "routing-add-rule-toggle",
|
|
38
|
+
role: "button",
|
|
39
|
+
label: "Add routing rule",
|
|
40
|
+
group: "routing",
|
|
41
|
+
description: "Show the form to add a new routing rule",
|
|
42
|
+
});
|
|
43
|
+
const { ref: filterRef, agentProps: filterAgentProps } = useAgentElement({
|
|
44
|
+
id: "routing-rules-filter",
|
|
45
|
+
role: "text-input",
|
|
46
|
+
label: "Filter routing rules",
|
|
47
|
+
group: "routing",
|
|
48
|
+
getValue: () => rulesFilter,
|
|
49
|
+
onFill: (v) => setRulesFilter(v),
|
|
50
|
+
});
|
|
51
|
+
const { ref: keyPatternRef, agentProps: keyPatternAgentProps } = useAgentElement({
|
|
52
|
+
id: "routing-key-pattern",
|
|
53
|
+
role: "text-input",
|
|
54
|
+
label: "Routing key pattern",
|
|
55
|
+
group: "routing-add-rule",
|
|
56
|
+
description: "Exact key or wildcard like OPENROUTER_*",
|
|
57
|
+
getValue: () => keyPattern,
|
|
58
|
+
onFill: (v) => setKeyPattern(v),
|
|
59
|
+
});
|
|
60
|
+
const { ref: scopeKindRef, agentProps: scopeKindAgentProps } = useAgentElement({
|
|
61
|
+
id: "routing-scope-kind",
|
|
62
|
+
role: "select",
|
|
63
|
+
label: "Routing scope kind",
|
|
64
|
+
group: "routing-add-rule",
|
|
65
|
+
options: ["agent", "app"],
|
|
66
|
+
getValue: () => scopeKind,
|
|
67
|
+
onFill: (v) => setScopeKind(v),
|
|
68
|
+
});
|
|
69
|
+
const { ref: scopeAgentRef, agentProps: scopeAgentAgentProps } = useAgentElement({
|
|
70
|
+
id: "routing-scope-agent",
|
|
71
|
+
role: "select",
|
|
72
|
+
label: "Routing scope agent",
|
|
73
|
+
group: "routing-add-rule",
|
|
74
|
+
options: agents.map((a) => a.id),
|
|
75
|
+
getValue: () => scopeAgentId,
|
|
76
|
+
onFill: (v) => setScopeAgentId(v),
|
|
77
|
+
});
|
|
78
|
+
const { ref: scopeAppRef, agentProps: scopeAppAgentProps } = useAgentElement({
|
|
79
|
+
id: "routing-scope-app",
|
|
80
|
+
role: "select",
|
|
81
|
+
label: "Routing scope app",
|
|
82
|
+
group: "routing-add-rule",
|
|
83
|
+
options: apps.map((a) => a.name),
|
|
84
|
+
getValue: () => scopeAppName,
|
|
85
|
+
onFill: (v) => setScopeAppName(v),
|
|
86
|
+
});
|
|
87
|
+
const { ref: ruleProfileRef, agentProps: ruleProfileAgentProps } = useAgentElement({
|
|
88
|
+
id: "routing-rule-profile",
|
|
89
|
+
role: "select",
|
|
90
|
+
label: "Routing rule profile",
|
|
91
|
+
group: "routing-add-rule",
|
|
92
|
+
getValue: () => profileId,
|
|
93
|
+
onFill: (v) => setProfileId(v),
|
|
94
|
+
});
|
|
95
|
+
const { ref: ruleCancelRef, agentProps: ruleCancelAgentProps } = useAgentElement({
|
|
96
|
+
id: "routing-rule-cancel",
|
|
97
|
+
role: "button",
|
|
98
|
+
label: "Cancel adding routing rule",
|
|
99
|
+
group: "routing-add-rule",
|
|
100
|
+
onActivate: () => setShowAdd(false),
|
|
101
|
+
});
|
|
102
|
+
const { ref: ruleSaveRef, agentProps: ruleSaveAgentProps } = useAgentElement({
|
|
103
|
+
id: "routing-rule-save",
|
|
104
|
+
role: "button",
|
|
105
|
+
label: "Save routing rule",
|
|
106
|
+
group: "routing-add-rule",
|
|
107
|
+
});
|
|
25
108
|
// Apply incoming focus from the Secrets tab "Routing rules for this
|
|
26
109
|
// profile →" jump: pre-filter the list on the focused key.
|
|
27
110
|
useEffect(() => {
|
|
@@ -82,12 +165,14 @@ export function RoutingTab(props) {
|
|
|
82
165
|
onConfigChange(body.config);
|
|
83
166
|
}
|
|
84
167
|
catch (err) {
|
|
85
|
-
setError(err instanceof Error
|
|
168
|
+
setError(err instanceof Error
|
|
169
|
+
? err.message
|
|
170
|
+
: t("routing.error.saveFailed", { defaultValue: "save failed" }));
|
|
86
171
|
}
|
|
87
172
|
finally {
|
|
88
173
|
setSaving(false);
|
|
89
174
|
}
|
|
90
|
-
}, [onConfigChange]);
|
|
175
|
+
}, [onConfigChange, t]);
|
|
91
176
|
const onAddRule = useCallback(async (e) => {
|
|
92
177
|
e.preventDefault();
|
|
93
178
|
if (!keyPattern.trim() || !profileId)
|
|
@@ -126,12 +211,15 @@ export function RoutingTab(props) {
|
|
|
126
211
|
scopeKind,
|
|
127
212
|
]);
|
|
128
213
|
const onDeleteRule = useCallback(async (rule) => {
|
|
129
|
-
const confirmed = window.confirm(
|
|
214
|
+
const confirmed = window.confirm(t("routing.confirmDelete", {
|
|
215
|
+
keyPattern: rule.keyPattern,
|
|
216
|
+
defaultValue: "Delete routing rule for {{keyPattern}}?",
|
|
217
|
+
}));
|
|
130
218
|
if (!confirmed)
|
|
131
219
|
return;
|
|
132
220
|
const newRules = config.rules.filter((r) => r !== rule);
|
|
133
221
|
await saveConfig({ ...config, rules: newRules });
|
|
134
|
-
}, [config, saveConfig]);
|
|
222
|
+
}, [config, saveConfig, t]);
|
|
135
223
|
const onDefaultProfileChange = useCallback(async (next) => {
|
|
136
224
|
const trimmed = next.trim();
|
|
137
225
|
await saveConfig({
|
|
@@ -152,7 +240,32 @@ export function RoutingTab(props) {
|
|
|
152
240
|
return r.profileId.toLowerCase().includes(needle);
|
|
153
241
|
});
|
|
154
242
|
}, [config.rules, rulesFilter]);
|
|
155
|
-
return (_jsxs("div", { "data-testid": "routing-tab", className: "space-y-4", children: [_jsx("section", { className: "space-y-2 rounded-
|
|
243
|
+
return (_jsxs("div", { "data-testid": "routing-tab", className: "space-y-4", children: [_jsx("section", { className: "space-y-2 rounded-sm border border-border/40 bg-card/30 p-3", children: _jsxs("div", { className: "flex items-center justify-between gap-2", children: [_jsxs("div", { className: "min-w-0", children: [_jsx("p", { className: "text-sm font-medium text-txt", children: t("routing.defaultProfile.title", {
|
|
244
|
+
defaultValue: "Default profile",
|
|
245
|
+
}) }), _jsx("p", { className: "text-2xs text-muted", children: t("routing.defaultProfile.description", {
|
|
246
|
+
defaultValue: 'Applied when no rule matches. Falls back to "default".',
|
|
247
|
+
}) })] }), _jsx("select", { ref: defaultProfileRef, ...defaultProfileAgentProps, value: config.defaultProfile ?? "default", onChange: (e) => void onDefaultProfileChange(e.target.value), disabled: saving, "data-testid": "routing-default-profile", className: "block h-8 w-40 rounded-sm border border-border bg-bg px-2 text-xs text-txt", children: allProfileIds.map((id) => (_jsx("option", { value: id, children: id }, id))) })] }) }), _jsxs("section", { className: "space-y-2", children: [_jsxs("div", { className: "flex items-center justify-between gap-2", children: [_jsxs("div", { className: "min-w-0", children: [_jsx("p", { className: "text-sm font-medium text-txt", children: t("routing.rules.title", { defaultValue: "Routing rules" }) }), _jsx("p", { className: "text-2xs text-muted", children: t("routing.rules.description", {
|
|
248
|
+
defaultValue: "Per-context overrides. Match keys exactly (e.g. OPENROUTER_API_KEY) or use wildcards (e.g. OPENROUTER_*).",
|
|
249
|
+
}) })] }), _jsxs(Button, { ref: addRuleToggleRef, ...addRuleToggleAgentProps, variant: "outline", size: "sm", className: "h-8 shrink-0 gap-1 rounded-sm px-2", onClick: () => setShowAdd((v) => !v), disabled: saving, "aria-label": t("routing.addRule", {
|
|
250
|
+
defaultValue: "Add routing rule",
|
|
251
|
+
}), children: [_jsx(Plus, { className: "h-3.5 w-3.5", "aria-hidden": true }), " ", t("routing.addRuleShort", { defaultValue: "Add rule" })] })] }), error && (_jsx("p", { className: "rounded-sm border border-danger/40 bg-danger/10 px-3 py-1.5 text-xs text-danger", "aria-live": "polite", "data-testid": "routing-tab-error", children: error })), config.rules.length > 0 && (_jsx(Input, { ref: filterRef, ...filterAgentProps, value: rulesFilter, onChange: (e) => setRulesFilter(e.target.value), placeholder: t("routing.filterPlaceholder", {
|
|
252
|
+
defaultValue: "Filter rules by key, scope, or profile",
|
|
253
|
+
}), className: "h-8 text-xs", autoComplete: "off", "data-testid": "routing-rules-filter" })), showAdd && (_jsxs("form", { onSubmit: onAddRule, "data-testid": "routing-add-rule-form", className: "space-y-2 rounded-sm border border-border/50 bg-card/30 p-3", children: [_jsxs("div", { children: [_jsx(Label, { className: "text-2xs text-muted", children: t("routing.field.keyPattern", {
|
|
254
|
+
defaultValue: "Key pattern",
|
|
255
|
+
}) }), _jsx(Input, { ref: keyPatternRef, ...keyPatternAgentProps, value: keyPattern, onChange: (e) => setKeyPattern(e.target.value), placeholder: "OPENROUTER_API_KEY or OPENROUTER_*", className: "h-8 font-mono text-xs", autoComplete: "off", list: "routing-key-suggestions", required: true }), _jsx("datalist", { id: "routing-key-suggestions", children: allKeys.map((k) => (_jsx("option", { value: k }, k))) })] }), _jsxs("div", { className: "grid grid-cols-1 gap-2 sm:grid-cols-3", children: [_jsxs("div", { children: [_jsx(Label, { className: "text-2xs text-muted", children: t("routing.field.scope", { defaultValue: "Scope" }) }), _jsxs("select", { ref: scopeKindRef, ...scopeKindAgentProps, value: scopeKind, onChange: (e) => setScopeKind(e.target.value), className: "block h-8 w-full rounded-sm border border-border bg-bg px-2 text-xs text-txt", children: [_jsx("option", { value: "agent", children: t("routing.scope.agent", { defaultValue: "Agent" }) }), _jsx("option", { value: "app", children: t("routing.scope.app", { defaultValue: "App" }) })] })] }), _jsxs("div", { children: [_jsx(Label, { className: "text-2xs text-muted", children: scopeKind === "agent"
|
|
256
|
+
? t("routing.scope.agent", { defaultValue: "Agent" })
|
|
257
|
+
: t("routing.scope.app", { defaultValue: "App" }) }), scopeKind === "agent" ? (_jsxs("select", { ref: scopeAgentRef, ...scopeAgentAgentProps, value: scopeAgentId, onChange: (e) => setScopeAgentId(e.target.value), className: "block h-8 w-full rounded-sm border border-border bg-bg px-2 text-xs text-txt", required: true, children: [_jsx("option", { value: "", children: t("routing.selectAgent", {
|
|
258
|
+
defaultValue: "Select agent…",
|
|
259
|
+
}) }), agents.map((a) => (_jsx("option", { value: a.id, children: a.name }, a.id)))] })) : (_jsxs("select", { ref: scopeAppRef, ...scopeAppAgentProps, value: scopeAppName, onChange: (e) => setScopeAppName(e.target.value), className: "block h-8 w-full rounded-sm border border-border bg-bg px-2 text-xs text-txt", required: true, children: [_jsx("option", { value: "", children: t("routing.selectApp", { defaultValue: "Select app…" }) }), apps.map((a) => (_jsx("option", { value: a.name, children: a.displayName ?? a.name }, a.name)))] }))] }), _jsxs("div", { children: [_jsx(Label, { className: "text-2xs text-muted", children: t("routing.field.profile", { defaultValue: "Profile" }) }), _jsxs("select", { ref: ruleProfileRef, ...ruleProfileAgentProps, value: profileId, onChange: (e) => setProfileId(e.target.value), className: "block h-8 w-full rounded-sm border border-border bg-bg px-2 text-xs text-txt", required: true, children: [_jsx("option", { value: "", children: t("routing.selectProfile", {
|
|
260
|
+
defaultValue: "Select profile…",
|
|
261
|
+
}) }), profilesForNewRule.map((p) => (_jsx("option", { value: p.id, children: p.label }, p.id)))] })] })] }), _jsxs("div", { className: "flex justify-end gap-2 pt-1", children: [_jsx(Button, { ref: ruleCancelRef, ...ruleCancelAgentProps, type: "button", variant: "ghost", size: "sm", className: "h-7 rounded-sm px-3 text-xs", onClick: () => setShowAdd(false), disabled: saving, children: t("routing.cancel", { defaultValue: "Cancel" }) }), _jsx(Button, { ref: ruleSaveRef, ...ruleSaveAgentProps, type: "submit", variant: "default", size: "sm", className: "h-7 rounded-sm px-3 text-xs", disabled: saving || !keyPattern.trim() || !profileId, children: saving
|
|
262
|
+
? t("routing.saving", { defaultValue: "Saving…" })
|
|
263
|
+
: t("routing.saveRule", { defaultValue: "Save rule" }) })] })] })), config.rules.length === 0 ? (_jsx("div", { "data-testid": "routing-rules-empty", className: "rounded-sm border border-dashed border-border/50 bg-card/20 px-3 py-3 text-center text-xs text-muted", children: t("routing.empty", {
|
|
264
|
+
defaultValue: "No routing rules. The default profile applies for every caller.",
|
|
265
|
+
}) })) : visibleRules.length === 0 ? (_jsx("div", { "data-testid": "routing-rules-no-match", className: "rounded-sm border border-dashed border-border/50 bg-card/20 px-3 py-3 text-center text-xs text-muted", children: t("routing.noMatch", {
|
|
266
|
+
filter: rulesFilter,
|
|
267
|
+
defaultValue: 'No rules match "{{filter}}".',
|
|
268
|
+
}) })) : (_jsxs("table", { "data-testid": "routing-rules-table", className: "w-full table-fixed border-collapse rounded-sm border border-border/40 bg-card/30 text-xs", children: [_jsx("thead", { children: _jsxs("tr", { className: "text-left text-muted", children: [_jsx("th", { className: "px-2 py-1 font-medium", children: t("routing.table.key", { defaultValue: "Key" }) }), _jsx("th", { className: "px-2 py-1 font-medium", children: t("routing.table.scope", { defaultValue: "Scope" }) }), _jsx("th", { className: "px-2 py-1 font-medium", children: t("routing.table.profile", { defaultValue: "Profile" }) }), _jsx("th", { className: "w-16 px-2 py-1 font-medium text-right", children: t("routing.table.actions", { defaultValue: "Actions" }) })] }) }), _jsx("tbody", { children: visibleRules.map((rule, idx) => {
|
|
156
269
|
const targetId = rule.scope.agentId ??
|
|
157
270
|
rule.scope.appName ??
|
|
158
271
|
rule.scope.skillId ??
|
|
@@ -166,10 +279,35 @@ export function RoutingTab(props) {
|
|
|
166
279
|
: targetId;
|
|
167
280
|
const ruleKey = `${rule.keyPattern}:${rule.scope.kind}:${targetId}:${rule.profileId}:${idx}`;
|
|
168
281
|
const keyExists = allKeys.includes(rule.keyPattern);
|
|
169
|
-
return (
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
}) })] })), saving && (_jsxs("div", { className: "flex items-center gap-2 px-1 text-2xs text-muted", children: [_jsx(Loader2, { className: "h-3 w-3 animate-spin", "aria-hidden": true }), " Saving
|
|
282
|
+
return (_jsx(RoutingRuleRow, { ruleKey: ruleKey, keyPattern: rule.keyPattern, scopeKind: rule.scope.kind, targetLabel: targetLabel, profileId: rule.profileId, keyExists: keyExists, onOpenInSecrets: () => navigate({
|
|
283
|
+
tab: "secrets",
|
|
284
|
+
focusKey: rule.keyPattern,
|
|
285
|
+
focusProfileId: rule.profileId,
|
|
286
|
+
}), onDelete: () => void onDeleteRule(rule) }, ruleKey));
|
|
287
|
+
}) })] })), saving && (_jsxs("div", { className: "flex items-center gap-2 px-1 text-2xs text-muted", children: [_jsx(Loader2, { className: "h-3 w-3 animate-spin", "aria-hidden": true }), " ", t("routing.saving", { defaultValue: "Saving…" })] }))] })] }));
|
|
288
|
+
}
|
|
289
|
+
function RoutingRuleRow({ ruleKey, keyPattern, scopeKind, targetLabel, profileId, keyExists, onOpenInSecrets, onDelete, }) {
|
|
290
|
+
const { t } = useTranslation();
|
|
291
|
+
const { ref: chipRef, agentProps: chipAgentProps } = useAgentElement({
|
|
292
|
+
id: `routing-key-chip-${ruleKey}`,
|
|
293
|
+
role: "button",
|
|
294
|
+
label: `Open ${keyPattern} in Secrets tab`,
|
|
295
|
+
group: "routing-rules",
|
|
296
|
+
description: "Jump to the Secrets tab pre-filtered to this key",
|
|
297
|
+
onActivate: onOpenInSecrets,
|
|
298
|
+
});
|
|
299
|
+
const { ref: deleteRef, agentProps: deleteAgentProps } = useAgentElement({
|
|
300
|
+
id: `routing-rule-delete-${ruleKey}`,
|
|
301
|
+
role: "button",
|
|
302
|
+
label: `Delete routing rule for ${keyPattern}`,
|
|
303
|
+
group: "routing-rules",
|
|
304
|
+
onActivate: onDelete,
|
|
305
|
+
});
|
|
306
|
+
return (_jsxs("tr", { "data-testid": `routing-rule-row-${ruleKey}`, className: "border-t border-border/30", children: [_jsx("td", { className: "px-2 py-1.5 align-top", children: keyExists ? (_jsxs("button", { ref: chipRef, ...chipAgentProps, type: "button", onClick: onOpenInSecrets, "data-testid": `routing-key-chip-${ruleKey}`, className: "inline-flex items-center gap-1 rounded-full border border-accent/40 bg-accent/10 px-1.5 py-0.5 font-mono text-2xs font-medium text-accent hover:bg-accent/20", "aria-label": t("routing.openInSecrets", {
|
|
307
|
+
keyPattern,
|
|
308
|
+
defaultValue: "Open {{keyPattern}} in Secrets tab",
|
|
309
|
+
}), children: [keyPattern, _jsx(ArrowRight, { className: "h-3 w-3", "aria-hidden": true })] })) : (_jsx("span", { className: "font-mono text-2xs text-muted", children: keyPattern })) }), _jsxs("td", { className: "px-2 py-1.5 align-top", children: [_jsx("span", { className: "rounded-full border border-border/40 bg-bg/40 px-1.5 py-0.5 text-2xs text-muted", children: scopeKind }), _jsx("span", { className: "ml-1.5 text-2xs text-txt", children: targetLabel })] }), _jsx("td", { className: "px-2 py-1.5 align-top", children: _jsx("span", { className: "rounded-full border border-accent/40 bg-accent/10 px-1.5 py-0.5 text-2xs font-medium text-accent", children: profileId }) }), _jsx("td", { className: "px-2 py-1.5 align-top text-right", children: _jsx(Button, { ref: deleteRef, ...deleteAgentProps, variant: "ghost", size: "sm", className: "h-6 w-6 rounded-sm p-0 text-muted hover:text-danger", onClick: onDelete, "aria-label": t("routing.deleteRule", {
|
|
310
|
+
keyPattern,
|
|
311
|
+
defaultValue: "Delete rule for {{keyPattern}}",
|
|
312
|
+
}), children: _jsx(Trash2, { className: "h-3.5 w-3.5", "aria-hidden": true }) }) })] }));
|
|
175
313
|
}
|
|
@@ -55,6 +55,12 @@ export interface VaultEntryMeta {
|
|
|
55
55
|
lastUsed?: number;
|
|
56
56
|
kind: "secret" | "value" | "reference";
|
|
57
57
|
}
|
|
58
|
+
/**
|
|
59
|
+
* Runtime guard for the `/api/secrets/inventory` element shape. Validates the
|
|
60
|
+
* fields the UI relies on so an unexpected server payload fails at the network
|
|
61
|
+
* boundary instead of deep inside render.
|
|
62
|
+
*/
|
|
63
|
+
export declare function isVaultEntryMeta(value: unknown): value is VaultEntryMeta;
|
|
58
64
|
export type RoutingScopeKind = "agent" | "app" | "skill";
|
|
59
65
|
export interface RoutingScope {
|
|
60
66
|
kind: RoutingScopeKind;
|
|
@@ -80,7 +86,7 @@ export interface InstalledApp {
|
|
|
80
86
|
displayName?: string;
|
|
81
87
|
}
|
|
82
88
|
export type SavedLoginSource = "in-house" | "1password" | "bitwarden";
|
|
83
|
-
export interface
|
|
89
|
+
export interface SavedLogin {
|
|
84
90
|
source: SavedLoginSource;
|
|
85
91
|
identifier: string;
|
|
86
92
|
domain: string | null;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/settings/vault-tabs/types.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,MAAM,SAAS,GAAG,UAAU,GAAG,WAAW,GAAG,YAAY,GAAG,WAAW,CAAC;AAC9E,MAAM,MAAM,oBAAoB,GAAG,OAAO,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;AAElE,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,SAAS,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,aAAa,GAAG,eAAe,GAAG,IAAI,CAAC;CACnD;AAED,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,SAAS,EAAE,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;CACrC;AAED,MAAM,MAAM,aAAa,GACrB;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GAChD;IAAE,IAAI,EAAE,KAAK,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,GAChC;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,YAAY,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/settings/vault-tabs/types.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,MAAM,MAAM,SAAS,GAAG,UAAU,GAAG,WAAW,GAAG,YAAY,GAAG,WAAW,CAAC;AAC9E,MAAM,MAAM,oBAAoB,GAAG,OAAO,CAAC,SAAS,EAAE,UAAU,CAAC,CAAC;AAElE,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,SAAS,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB;;;;;OAKG;IACH,QAAQ,CAAC,EAAE,aAAa,GAAG,eAAe,GAAG,IAAI,CAAC;CACnD;AAED,MAAM,WAAW,kBAAkB;IACjC,OAAO,EAAE,SAAS,EAAE,CAAC;IACrB,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAAC,CAAC;CACrC;AAED,MAAM,MAAM,aAAa,GACrB;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GAChD;IAAE,IAAI,EAAE,KAAK,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,GAChC;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,YAAY,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAA;CAAE,CAAC;AAE1D,MAAM,MAAM,kBAAkB,GAC1B,UAAU,GACV,QAAQ,GACR,QAAQ,GACR,YAAY,GACZ,QAAQ,GACR,SAAS,CAAC;AAEd,MAAM,WAAW,iBAAiB;IAChC,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,cAAc;IAC7B,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,kBAAkB,CAAC;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,iBAAiB,EAAE,CAAC;IAC/B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,IAAI,EAAE,QAAQ,GAAG,OAAO,GAAG,WAAW,CAAC;CACxC;AAiBD;;;;GAIG;AACH,wBAAgB,gBAAgB,CAAC,KAAK,EAAE,OAAO,GAAG,KAAK,IAAI,cAAc,CAYxE;AAED,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,KAAK,GAAG,OAAO,CAAC;AAEzD,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,gBAAgB,CAAC;IACvB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,WAAW;IAC1B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,YAAY,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,WAAW,EAAE,CAAC;IACrB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,MAAM,WAAW,YAAY;IAC3B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,MAAM,gBAAgB,GAAG,UAAU,GAAG,WAAW,GAAG,WAAW,CAAC;AAEtE,MAAM,WAAW,UAAU;IACzB,MAAM,EAAE,gBAAgB,CAAC;IACzB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,EAAE,MAAM,CAAC;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,sBAAsB;IACrC,MAAM,EAAE,WAAW,GAAG,WAAW,CAAC;IAClC,OAAO,EAAE,MAAM,CAAC;CACjB;AAED;;;;GAIG;AACH,MAAM,MAAM,gBAAgB,GAAG,CAAC,MAAM,EAAE;IACtC,GAAG,EAAE,UAAU,GAAG,SAAS,GAAG,QAAQ,GAAG,SAAS,CAAC;IACnD,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB,KAAK,IAAI,CAAC"}
|
|
@@ -5,4 +5,33 @@
|
|
|
5
5
|
* each piece once on open and forwards everything via props so each tab
|
|
6
6
|
* never re-fetches data the modal already has.
|
|
7
7
|
*/
|
|
8
|
-
|
|
8
|
+
const VAULT_ENTRY_CATEGORIES = new Set([
|
|
9
|
+
"provider",
|
|
10
|
+
"plugin",
|
|
11
|
+
"wallet",
|
|
12
|
+
"credential",
|
|
13
|
+
"system",
|
|
14
|
+
"session",
|
|
15
|
+
]);
|
|
16
|
+
const VAULT_ENTRY_KINDS = new Set([
|
|
17
|
+
"secret",
|
|
18
|
+
"value",
|
|
19
|
+
"reference",
|
|
20
|
+
]);
|
|
21
|
+
/**
|
|
22
|
+
* Runtime guard for the `/api/secrets/inventory` element shape. Validates the
|
|
23
|
+
* fields the UI relies on so an unexpected server payload fails at the network
|
|
24
|
+
* boundary instead of deep inside render.
|
|
25
|
+
*/
|
|
26
|
+
export function isVaultEntryMeta(value) {
|
|
27
|
+
if (typeof value !== "object" || value === null)
|
|
28
|
+
return false;
|
|
29
|
+
const v = value;
|
|
30
|
+
return (typeof v.key === "string" &&
|
|
31
|
+
typeof v.category === "string" &&
|
|
32
|
+
VAULT_ENTRY_CATEGORIES.has(v.category) &&
|
|
33
|
+
typeof v.label === "string" &&
|
|
34
|
+
typeof v.hasProfiles === "boolean" &&
|
|
35
|
+
typeof v.kind === "string" &&
|
|
36
|
+
VAULT_ENTRY_KINDS.has(v.kind));
|
|
37
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BootstrapStep — cloud-provisioned containers only.
|
|
3
|
+
*
|
|
4
|
+
* If the dashboard linked here with `#bootstrap=<token>`, the token is read
|
|
5
|
+
* once on mount, scrubbed from the URL, and exchanged automatically — no
|
|
6
|
+
* paste required. Otherwise the manual paste form is shown as a fallback.
|
|
7
|
+
*
|
|
8
|
+
* On success the returned session id is written to
|
|
9
|
+
* sessionStorage["eliza_session"] and the `onAdvance` callback fires.
|
|
10
|
+
*
|
|
11
|
+
* P1 will migrate the session to an HttpOnly cookie and retire sessionStorage.
|
|
12
|
+
* The key name is kept in sync with the cookie name planned for P1
|
|
13
|
+
* (eliza_session) so the P1 migration is a straightforward swap.
|
|
14
|
+
*
|
|
15
|
+
* Error contract (fail closed):
|
|
16
|
+
* 401 → token invalid / expired / already used, single-use, must rotate.
|
|
17
|
+
* 429 → rate limited.
|
|
18
|
+
* 5xx → server not ready.
|
|
19
|
+
* network → surfaces to user; never treated as success.
|
|
20
|
+
*/
|
|
21
|
+
import type { BootstrapExchangeResult } from "../../api/client-agent";
|
|
22
|
+
export interface BootstrapStepProps {
|
|
23
|
+
/**
|
|
24
|
+
* Called after a successful exchange. The caller is responsible for
|
|
25
|
+
* advancing startup.
|
|
26
|
+
*/
|
|
27
|
+
onAdvance: () => void;
|
|
28
|
+
/**
|
|
29
|
+
* Injected exchange function — defaults to the real API client call but
|
|
30
|
+
* can be swapped in tests.
|
|
31
|
+
*/
|
|
32
|
+
exchangeFn?: (token: string) => Promise<BootstrapExchangeResult>;
|
|
33
|
+
}
|
|
34
|
+
export declare function BootstrapStep({ onAdvance, exchangeFn }: BootstrapStepProps): import("react/jsx-runtime").JSX.Element;
|
|
35
|
+
//# sourceMappingURL=BootstrapStep.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"BootstrapStep.d.ts","sourceRoot":"","sources":["../../../../../../src/components/setup/BootstrapStep.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAIH,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AA4DtE,MAAM,WAAW,kBAAkB;IACjC;;;OAGG;IACH,SAAS,EAAE,MAAM,IAAI,CAAC;IACtB;;;OAGG;IACH,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,uBAAuB,CAAC,CAAC;CAClE;AAmCD,wBAAgB,aAAa,CAAC,EAAE,SAAS,EAAE,UAAU,EAAE,EAAE,kBAAkB,2CA4N1E"}
|
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
/**
|
|
3
|
+
* BootstrapStep — cloud-provisioned containers only.
|
|
4
|
+
*
|
|
5
|
+
* If the dashboard linked here with `#bootstrap=<token>`, the token is read
|
|
6
|
+
* once on mount, scrubbed from the URL, and exchanged automatically — no
|
|
7
|
+
* paste required. Otherwise the manual paste form is shown as a fallback.
|
|
8
|
+
*
|
|
9
|
+
* On success the returned session id is written to
|
|
10
|
+
* sessionStorage["eliza_session"] and the `onAdvance` callback fires.
|
|
11
|
+
*
|
|
12
|
+
* P1 will migrate the session to an HttpOnly cookie and retire sessionStorage.
|
|
13
|
+
* The key name is kept in sync with the cookie name planned for P1
|
|
14
|
+
* (eliza_session) so the P1 migration is a straightforward swap.
|
|
15
|
+
*
|
|
16
|
+
* Error contract (fail closed):
|
|
17
|
+
* 401 → token invalid / expired / already used, single-use, must rotate.
|
|
18
|
+
* 429 → rate limited.
|
|
19
|
+
* 5xx → server not ready.
|
|
20
|
+
* network → surfaces to user; never treated as success.
|
|
21
|
+
*/
|
|
22
|
+
import { useCallback, useEffect, useId, useRef, useState } from "react";
|
|
23
|
+
import { client } from "../../api/index.js";
|
|
24
|
+
import { cn } from "../../lib/utils.js";
|
|
25
|
+
import { startFreshFirstRunReload } from "../../platform/index.js";
|
|
26
|
+
import { useTranslation, } from "../../state/TranslationContext.hooks.js";
|
|
27
|
+
import { setupBodyTextShadowStyle, setupDescriptionClass, setupDetailStackClassName, setupEyebrowClass, setupFooterClass, setupHeaderBlockClass, setupHelperTextClassName, setupInputClassName, setupPrimaryActionClass, setupPrimaryActionTextShadowStyle, setupReadableTextFaintClassName, setupReadableTextMutedClassName, setupTextShadowStyle, setupTitleClass, } from "./setup-classes.js";
|
|
28
|
+
import { SetupField } from "./setup-form-primitives.js";
|
|
29
|
+
import { SetupStepDivider } from "./setup-step-chrome.js";
|
|
30
|
+
const SESSION_STORAGE_KEY = "eliza_session";
|
|
31
|
+
const MONO_FONT = "'Poppins', Arial, system-ui, sans-serif";
|
|
32
|
+
const BOOTSTRAP_HASH_PARAM = "bootstrap";
|
|
33
|
+
/**
|
|
34
|
+
* If the dashboard handed off the token via `#bootstrap=<token>`, read it once
|
|
35
|
+
* on mount so the container can auto-activate without a manual paste.
|
|
36
|
+
* Fragment (not query) so the token never reaches the server or referer logs.
|
|
37
|
+
*/
|
|
38
|
+
function readBootstrapTokenFromHash() {
|
|
39
|
+
if (typeof window === "undefined")
|
|
40
|
+
return null;
|
|
41
|
+
const hash = window.location.hash;
|
|
42
|
+
if (hash.length < 2)
|
|
43
|
+
return null;
|
|
44
|
+
const params = new URLSearchParams(hash.slice(1));
|
|
45
|
+
const value = params.get(BOOTSTRAP_HASH_PARAM);
|
|
46
|
+
return value && value.length > 0 ? value : null;
|
|
47
|
+
}
|
|
48
|
+
function scrubBootstrapTokenFromHash() {
|
|
49
|
+
if (typeof window === "undefined")
|
|
50
|
+
return;
|
|
51
|
+
const hash = window.location.hash;
|
|
52
|
+
if (hash.length < 2)
|
|
53
|
+
return;
|
|
54
|
+
const params = new URLSearchParams(hash.slice(1));
|
|
55
|
+
if (!params.has(BOOTSTRAP_HASH_PARAM))
|
|
56
|
+
return;
|
|
57
|
+
params.delete(BOOTSTRAP_HASH_PARAM);
|
|
58
|
+
const remaining = params.toString();
|
|
59
|
+
const newHash = remaining.length > 0 ? `#${remaining}` : "";
|
|
60
|
+
window.history.replaceState(null, "", `${window.location.pathname}${window.location.search}${newHash}`);
|
|
61
|
+
}
|
|
62
|
+
function describeError(result, t) {
|
|
63
|
+
if (result.status === 429) {
|
|
64
|
+
return t("bootstrapstep.errorRateLimited", {
|
|
65
|
+
defaultValue: "Too many attempts — wait a minute and try again.",
|
|
66
|
+
});
|
|
67
|
+
}
|
|
68
|
+
if (result.status === 503) {
|
|
69
|
+
return t("bootstrapstep.errorServerNotReady", {
|
|
70
|
+
defaultValue: "The server is not ready. Reload the page and try again.",
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
if (result.status === 400) {
|
|
74
|
+
return t("bootstrapstep.errorNoToken", {
|
|
75
|
+
defaultValue: "No token provided. Paste the token from your Eliza Cloud dashboard.",
|
|
76
|
+
});
|
|
77
|
+
}
|
|
78
|
+
// 401 — invalid / expired / already used
|
|
79
|
+
return t("bootstrapstep.errorInvalidToken", {
|
|
80
|
+
defaultValue: "Token invalid, expired, or already used. Bootstrap tokens are single-use — rotate from your Eliza Cloud dashboard to get a new one.",
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
export function BootstrapStep({ onAdvance, exchangeFn }) {
|
|
84
|
+
const { t } = useTranslation();
|
|
85
|
+
const fieldId = useId().replace(/:/g, "");
|
|
86
|
+
const [token, setToken] = useState("");
|
|
87
|
+
// Lazy-init to "submitting" when an auto-activate token is present so the
|
|
88
|
+
// first paint shows "Verifying…" instead of an empty paste form.
|
|
89
|
+
const [submitState, setSubmitState] = useState(() => readBootstrapTokenFromHash() !== null
|
|
90
|
+
? { phase: "submitting" }
|
|
91
|
+
: { phase: "idle" });
|
|
92
|
+
const inputRef = useRef(null);
|
|
93
|
+
const didAutoExchangeRef = useRef(false);
|
|
94
|
+
const doExchange = useCallback(async (rawToken) => {
|
|
95
|
+
setSubmitState({ phase: "submitting" });
|
|
96
|
+
let result;
|
|
97
|
+
try {
|
|
98
|
+
if (exchangeFn) {
|
|
99
|
+
result = await exchangeFn(rawToken);
|
|
100
|
+
}
|
|
101
|
+
else {
|
|
102
|
+
// `client` is statically imported above. The `exchangeFn` injection
|
|
103
|
+
// path remains the test seam; this branch is the production path.
|
|
104
|
+
result = await client.postBootstrapExchange(rawToken);
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
catch (err) {
|
|
108
|
+
// Network down or unexpected throw — surface to user, do not proceed.
|
|
109
|
+
const message = err instanceof Error && err.message
|
|
110
|
+
? err.message
|
|
111
|
+
: t("bootstrapstep.errorNetwork", {
|
|
112
|
+
defaultValue: "Network error — check your connection and try again.",
|
|
113
|
+
});
|
|
114
|
+
setSubmitState({ phase: "error", message, tone: "danger" });
|
|
115
|
+
return;
|
|
116
|
+
}
|
|
117
|
+
if (result.ok === false) {
|
|
118
|
+
setSubmitState({
|
|
119
|
+
phase: "error",
|
|
120
|
+
message: describeError(result, t),
|
|
121
|
+
tone: "danger",
|
|
122
|
+
});
|
|
123
|
+
return;
|
|
124
|
+
}
|
|
125
|
+
// P0 bridge: write session id to sessionStorage. P1 replaces this with
|
|
126
|
+
// an HttpOnly cookie set by the server on the exchange response.
|
|
127
|
+
try {
|
|
128
|
+
sessionStorage.setItem(SESSION_STORAGE_KEY, result.sessionId);
|
|
129
|
+
}
|
|
130
|
+
catch {
|
|
131
|
+
// sessionStorage unavailable (e.g. private browsing on some browsers).
|
|
132
|
+
// Session is still in memory for this page load; startup can advance.
|
|
133
|
+
}
|
|
134
|
+
client.setToken(result.sessionId);
|
|
135
|
+
setSubmitState({ phase: "success" });
|
|
136
|
+
onAdvance();
|
|
137
|
+
}, [exchangeFn, onAdvance, t]);
|
|
138
|
+
const handleSubmit = useCallback((e) => {
|
|
139
|
+
e.preventDefault();
|
|
140
|
+
const trimmed = token.trim();
|
|
141
|
+
if (!trimmed)
|
|
142
|
+
return;
|
|
143
|
+
void doExchange(trimmed);
|
|
144
|
+
}, [token, doExchange]);
|
|
145
|
+
useEffect(() => {
|
|
146
|
+
if (didAutoExchangeRef.current)
|
|
147
|
+
return;
|
|
148
|
+
const hashToken = readBootstrapTokenFromHash();
|
|
149
|
+
if (!hashToken)
|
|
150
|
+
return;
|
|
151
|
+
didAutoExchangeRef.current = true;
|
|
152
|
+
// Scrub before exchange so the token never lingers in window.history,
|
|
153
|
+
// even if exchange throws or the user navigates away mid-flight.
|
|
154
|
+
scrubBootstrapTokenFromHash();
|
|
155
|
+
void doExchange(hashToken);
|
|
156
|
+
}, [doExchange]);
|
|
157
|
+
const isSubmitting = submitState.phase === "submitting";
|
|
158
|
+
return (_jsxs("form", { onSubmit: handleSubmit, "aria-label": t("bootstrapstep.formLabel", {
|
|
159
|
+
defaultValue: "Bootstrap token entry",
|
|
160
|
+
}), className: "flex w-full flex-col gap-6", children: [_jsxs("div", { className: setupHeaderBlockClass, children: [_jsx("p", { className: setupEyebrowClass, style: setupBodyTextShadowStyle, children: "Eliza Cloud" }), _jsx(SetupStepDivider, {}), _jsx("h1", { className: setupTitleClass, style: setupTextShadowStyle, children: t("bootstrapstep.title", {
|
|
161
|
+
defaultValue: "Finish setting up your container",
|
|
162
|
+
}) }), _jsx("p", { className: setupDescriptionClass, style: setupBodyTextShadowStyle, children: t("bootstrapstep.description", {
|
|
163
|
+
defaultValue: "Paste the bootstrap token from your Eliza Cloud dashboard to activate this container.",
|
|
164
|
+
}) })] }), _jsx("div", { className: setupDetailStackClassName, children: _jsx(SetupField, { controlId: fieldId, label: t("bootstrapstep.tokenLabel", {
|
|
165
|
+
defaultValue: "Bootstrap token",
|
|
166
|
+
}), message: submitState.phase === "error" ? submitState.message : undefined, messageTone: submitState.phase === "error" ? submitState.tone : undefined, children: ({ describedBy, invalid }) => (_jsx("input", { ref: inputRef, id: fieldId, type: "password", autoComplete: "off", spellCheck: false, placeholder: t("bootstrapstep.tokenPlaceholder", {
|
|
167
|
+
defaultValue: "Paste your bootstrap token here",
|
|
168
|
+
}), value: token, onChange: (e) => {
|
|
169
|
+
setToken(e.target.value);
|
|
170
|
+
if (submitState.phase === "error") {
|
|
171
|
+
setSubmitState({ phase: "idle" });
|
|
172
|
+
}
|
|
173
|
+
}, disabled: isSubmitting, "aria-invalid": invalid, "aria-describedby": describedBy, className: cn(setupInputClassName, invalid &&
|
|
174
|
+
"border-[var(--danger)] focus-visible:border-[var(--danger)]") })) }) }), _jsx("div", { className: cn("rounded-sm px-4 py-3", "border border-[rgba(240,185,11,0.18)] bg-[rgba(240,185,11,0.07)]"), children: _jsxs("p", { className: cn(setupHelperTextClassName, "leading-relaxed"), style: setupBodyTextShadowStyle, children: [_jsx("span", { className: setupReadableTextMutedClassName, style: { fontFamily: MONO_FONT }, children: t("bootstrapstep.whereToGet", {
|
|
175
|
+
defaultValue: "Where do I get this?",
|
|
176
|
+
}) }), " ", _jsxs("span", { className: setupReadableTextFaintClassName, children: [t("bootstrapstep.whereToGetDetail", {
|
|
177
|
+
defaultValue: "Open your Eliza Cloud dashboard, select this container, and copy the token shown under “Bootstrap token”. It is valid for 24 hours and can only be used once.",
|
|
178
|
+
}), " ", _jsx("a", { href: "/docs/security/bootstrap-token", target: "_blank", rel: "noopener noreferrer", className: "underline hover:text-[var(--first-run-text-muted)] transition-colors", children: t("bootstrapstep.learnMore", { defaultValue: "Learn more" }) })] })] }) }), _jsxs("div", { className: cn(setupFooterClass, "justify-between"), children: [_jsx("button", { type: "button", onClick: () => startFreshFirstRunReload(), className: "text-sm underline underline-offset-2 text-[var(--first-run-text-muted)] transition-opacity hover:opacity-80", children: t("bootstrapstep.startOver", { defaultValue: "Start over" }) }), _jsx("button", { type: "submit", disabled: isSubmitting || !token.trim(), className: setupPrimaryActionClass, style: setupPrimaryActionTextShadowStyle, children: isSubmitting
|
|
179
|
+
? t("bootstrapstep.verifying", { defaultValue: "Verifying…" })
|
|
180
|
+
: t("bootstrapstep.activate", { defaultValue: "Activate" }) })] })] }));
|
|
181
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export declare const setupDetailStackClassName = "flex w-full flex-col gap-4 text-left";
|
|
2
|
+
export declare const setupReadableTextStrongClassName = "text-[var(--first-run-text-strong)] [text-shadow:var(--first-run-text-shadow-strong)] [-webkit-text-stroke:0.3px_var(--first-run-text-stroke)]";
|
|
3
|
+
export declare const setupReadableTextPrimaryClassName = "text-[var(--first-run-text-primary)] [text-shadow:var(--first-run-text-shadow-primary)]";
|
|
4
|
+
export declare const setupReadableTextMutedClassName = "text-[var(--first-run-text-muted)] [text-shadow:var(--first-run-text-shadow-muted)]";
|
|
5
|
+
export declare const setupReadableTextSubtleClassName = "text-[var(--first-run-text-subtle)] [text-shadow:var(--first-run-text-shadow-muted)]";
|
|
6
|
+
export declare const setupReadableTextFaintClassName = "text-[var(--first-run-text-faint)] [text-shadow:var(--first-run-text-shadow-muted)]";
|
|
7
|
+
export declare const setupHelperTextClassName = "text-xs leading-relaxed text-[var(--first-run-text-muted)] [text-shadow:var(--first-run-text-shadow-muted)]";
|
|
8
|
+
export declare const setupFieldLabelClassName = "text-xs font-semibold uppercase tracking-[0.14em] text-[var(--first-run-text-muted)] [text-shadow:var(--first-run-text-shadow-muted)]";
|
|
9
|
+
export declare const setupTextSupportClassName = "rounded-sm bg-[var(--first-run-text-support-bg)] px-3 py-2 my-2";
|
|
10
|
+
export declare const setupInputClassName = "h-12 w-full rounded-sm px-4 text-left text-[var(--first-run-text-primary)] [text-shadow:var(--first-run-text-shadow-primary)] transition-[border-color,background-color] duration-200 placeholder:text-[var(--first-run-text-subtle)] focus-visible:border-[var(--first-run-field-focus-border)] focus-visible:ring-0 focus-visible:ring-offset-0 bg-[var(--first-run-input-bg)]";
|
|
11
|
+
export declare const setupEyebrowClass = "text-center text-xs font-semibold uppercase tracking-[0.3em] text-[var(--first-run-text-muted)] [text-shadow:var(--first-run-text-shadow-muted)]";
|
|
12
|
+
export declare const setupTitleClass = "text-center text-xl font-light leading-[1.4] text-[var(--first-run-text-strong)] [text-shadow:var(--first-run-text-shadow-strong)] [-webkit-text-stroke:0.3px_var(--first-run-text-stroke)]";
|
|
13
|
+
export declare const setupDescriptionClass = "mx-auto max-w-[36ch] text-center text-sm leading-relaxed text-[var(--first-run-text-muted)] [text-shadow:var(--first-run-text-shadow-muted)] rounded-sm bg-[var(--first-run-text-support-bg)] px-3 py-2 my-2";
|
|
14
|
+
export declare const setupHeaderBlockClass = "mb-5 max-md:mb-4";
|
|
15
|
+
export declare const setupFooterClass = "mt-6 flex flex-wrap items-center justify-between gap-x-6 gap-y-3 pt-4";
|
|
16
|
+
export declare const setupSecondaryActionClass = "inline-flex min-h-touch min-w-touch items-center justify-center gap-2 rounded-sm bg-transparent px-3 py-2 text-xs-tight uppercase tracking-[0.14em] transition-[color,background-color] duration-300 hover:bg-[var(--first-run-secondary-hover-bg)] hover:text-[var(--first-run-text-strong)] active:bg-[var(--first-run-secondary-pressed-bg)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--first-run-secondary-focus-ring)] focus-visible:ring-offset-2 focus-visible:ring-offset-transparent disabled:pointer-events-none disabled:opacity-50 text-[var(--first-run-text-muted)] [text-shadow:var(--first-run-text-shadow-muted)]";
|
|
17
|
+
export declare const setupPrimaryActionClass = "group relative inline-flex min-h-touch items-center justify-center gap-2 overflow-hidden rounded-sm bg-[var(--first-run-accent-bg)] px-8 py-3 text-xs-tight font-semibold uppercase tracking-[0.18em] text-[var(--first-run-accent-foreground)] transition-colors duration-300 hover:bg-[var(--first-run-accent-bg-hover)] disabled:cursor-not-allowed disabled:opacity-40";
|
|
18
|
+
export declare const setupTextShadowStyle: {
|
|
19
|
+
readonly textShadow: "var(--first-run-text-shadow-strong)";
|
|
20
|
+
readonly WebkitTextStroke: "0.35px var(--first-run-text-stroke)";
|
|
21
|
+
};
|
|
22
|
+
export declare const setupBodyTextShadowStyle: {
|
|
23
|
+
readonly textShadow: "var(--first-run-text-shadow-muted)";
|
|
24
|
+
};
|
|
25
|
+
export declare const setupPrimaryActionTextShadowStyle: {
|
|
26
|
+
readonly textShadow: "0 1px 5px rgba(3,5,10,0.38)";
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=setup-classes.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"setup-classes.d.ts","sourceRoot":"","sources":["../../../../../../src/components/setup/setup-classes.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,yBAAyB,yCAAyC,CAAC;AAChF,eAAO,MAAM,gCAAgC,mJACqG,CAAC;AACnJ,eAAO,MAAM,iCAAiC,4FAC6C,CAAC;AAC5F,eAAO,MAAM,+BAA+B,wFAC2C,CAAC;AACxF,eAAO,MAAM,gCAAgC,yFAC2C,CAAC;AACzF,eAAO,MAAM,+BAA+B,wFAC2C,CAAC;AACxF,eAAO,MAAM,wBAAwB,gHAA+D,CAAC;AACrG,eAAO,MAAM,wBAAwB,0IAAyF,CAAC;AAC/H,eAAO,MAAM,yBAAyB,oEAC6B,CAAC;AAEpE,eAAO,MAAM,mBAAmB,qXAAiU,CAAC;AAElW,eAAO,MAAM,iBAAiB,qJAAoG,CAAC;AACnI,eAAO,MAAM,eAAe,gMAAqF,CAAC;AAClH,eAAO,MAAM,qBAAqB,iNAA6H,CAAC;AAChK,eAAO,MAAM,qBAAqB,qBAAqB,CAAC;AACxD,eAAO,MAAM,gBAAgB,0EAC4C,CAAC;AAC1E,eAAO,MAAM,yBAAyB,soBAAqlB,CAAC;AAC5nB,eAAO,MAAM,uBAAuB,+WAC0U,CAAC;AAE/W,eAAO,MAAM,oBAAoB;;;CAGvB,CAAC;AACX,eAAO,MAAM,wBAAwB;;CAE3B,CAAC;AACX,eAAO,MAAM,iCAAiC;;CAEpC,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
// Shared first-run / setup styling tokens. Pure string + style constants kept
|
|
2
|
+
// out of the component modules so those stay Fast-Refresh-clean: a module that
|
|
3
|
+
// exports a component alongside an object/array export (e.g. a style object)
|
|
4
|
+
// breaks the React refresh boundary and forces a full reload.
|
|
5
|
+
export const setupDetailStackClassName = "flex w-full flex-col gap-4 text-left";
|
|
6
|
+
export const setupReadableTextStrongClassName = "text-[var(--first-run-text-strong)] [text-shadow:var(--first-run-text-shadow-strong)] [-webkit-text-stroke:0.3px_var(--first-run-text-stroke)]";
|
|
7
|
+
export const setupReadableTextPrimaryClassName = "text-[var(--first-run-text-primary)] [text-shadow:var(--first-run-text-shadow-primary)]";
|
|
8
|
+
export const setupReadableTextMutedClassName = "text-[var(--first-run-text-muted)] [text-shadow:var(--first-run-text-shadow-muted)]";
|
|
9
|
+
export const setupReadableTextSubtleClassName = "text-[var(--first-run-text-subtle)] [text-shadow:var(--first-run-text-shadow-muted)]";
|
|
10
|
+
export const setupReadableTextFaintClassName = "text-[var(--first-run-text-faint)] [text-shadow:var(--first-run-text-shadow-muted)]";
|
|
11
|
+
export const setupHelperTextClassName = `text-xs leading-relaxed ${setupReadableTextMutedClassName}`;
|
|
12
|
+
export const setupFieldLabelClassName = `text-xs font-semibold uppercase tracking-[0.14em] ${setupReadableTextMutedClassName}`;
|
|
13
|
+
export const setupTextSupportClassName = "rounded-sm bg-[var(--first-run-text-support-bg)] px-3 py-2 my-2";
|
|
14
|
+
const setupInputSurfaceClassName = "bg-[var(--first-run-input-bg)]";
|
|
15
|
+
export const setupInputClassName = `h-12 w-full rounded-sm px-4 text-left ${setupReadableTextPrimaryClassName} transition-[border-color,background-color] duration-200 placeholder:text-[var(--first-run-text-subtle)] focus-visible:border-[var(--first-run-field-focus-border)] focus-visible:ring-0 focus-visible:ring-offset-0 ${setupInputSurfaceClassName}`;
|
|
16
|
+
export const setupEyebrowClass = `text-center text-xs font-semibold uppercase tracking-[0.3em] ${setupReadableTextMutedClassName}`;
|
|
17
|
+
export const setupTitleClass = `text-center text-xl font-light leading-[1.4] ${setupReadableTextStrongClassName}`;
|
|
18
|
+
export const setupDescriptionClass = `mx-auto max-w-[36ch] text-center text-sm leading-relaxed ${setupReadableTextMutedClassName} ${setupTextSupportClassName}`;
|
|
19
|
+
export const setupHeaderBlockClass = "mb-5 max-md:mb-4";
|
|
20
|
+
export const setupFooterClass = "mt-6 flex flex-wrap items-center justify-between gap-x-6 gap-y-3 pt-4";
|
|
21
|
+
export const setupSecondaryActionClass = `inline-flex min-h-touch min-w-touch items-center justify-center gap-2 rounded-sm bg-transparent px-3 py-2 text-xs-tight uppercase tracking-[0.14em] transition-[color,background-color] duration-300 hover:bg-[var(--first-run-secondary-hover-bg)] hover:text-[var(--first-run-text-strong)] active:bg-[var(--first-run-secondary-pressed-bg)] focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--first-run-secondary-focus-ring)] focus-visible:ring-offset-2 focus-visible:ring-offset-transparent disabled:pointer-events-none disabled:opacity-50 ${setupReadableTextMutedClassName}`;
|
|
22
|
+
export const setupPrimaryActionClass = "group relative inline-flex min-h-touch items-center justify-center gap-2 overflow-hidden rounded-sm bg-[var(--first-run-accent-bg)] px-8 py-3 text-xs-tight font-semibold uppercase tracking-[0.18em] text-[var(--first-run-accent-foreground)] transition-colors duration-300 hover:bg-[var(--first-run-accent-bg-hover)] disabled:cursor-not-allowed disabled:opacity-40";
|
|
23
|
+
export const setupTextShadowStyle = {
|
|
24
|
+
textShadow: "var(--first-run-text-shadow-strong)",
|
|
25
|
+
WebkitTextStroke: "0.35px var(--first-run-text-stroke)",
|
|
26
|
+
};
|
|
27
|
+
export const setupBodyTextShadowStyle = {
|
|
28
|
+
textShadow: "var(--first-run-text-shadow-muted)",
|
|
29
|
+
};
|
|
30
|
+
export const setupPrimaryActionTextShadowStyle = {
|
|
31
|
+
textShadow: "0 1px 5px rgba(3,5,10,0.38)",
|
|
32
|
+
};
|