@elizaos/ui 2.0.3-beta.2 → 2.0.3-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1719) hide show
  1. package/App.d.ts +6 -1
  2. package/App.d.ts.map +1 -1
  3. package/App.js +250 -49
  4. package/agent-surface/AgentSurfaceContext.d.ts +1 -1
  5. package/agent-surface/AgentSurfaceContext.hooks.d.ts +2 -2
  6. package/agent-surface/__e2e__/real-view-fixture.d.ts +21 -0
  7. package/agent-surface/__e2e__/real-view-fixture.d.ts.map +1 -0
  8. package/agent-surface/__e2e__/real-view-fixture.js +54 -0
  9. package/agent-surface/capabilities.d.ts +2 -2
  10. package/agent-surface/components.d.ts +1 -1
  11. package/agent-surface/element-reporter.hooks.d.ts +1 -1
  12. package/agent-surface/index.d.ts +10 -10
  13. package/agent-surface/registry.d.ts +1 -1
  14. package/agent-surface/useAgentElement.d.ts +1 -1
  15. package/api/android-native-agent-transport.d.ts +1 -1
  16. package/api/client-agent.d.ts +16 -2
  17. package/api/client-agent.d.ts.map +1 -1
  18. package/api/client-agent.js +13 -3
  19. package/api/client-approvals.d.ts +16 -0
  20. package/api/client-approvals.d.ts.map +1 -0
  21. package/api/client-approvals.js +4 -0
  22. package/api/client-automations.d.ts +1 -1
  23. package/api/client-background.d.ts +15 -0
  24. package/api/client-background.d.ts.map +1 -0
  25. package/api/client-background.js +10 -0
  26. package/api/client-base.d.ts +13 -3
  27. package/api/client-base.d.ts.map +1 -1
  28. package/api/client-base.js +99 -6
  29. package/api/client-browser-workspace.d.ts +1 -1
  30. package/api/client-chat.d.ts +8 -3
  31. package/api/client-chat.d.ts.map +1 -1
  32. package/api/client-chat.js +13 -4
  33. package/api/client-cloud.d.ts +3 -3
  34. package/api/client-cloud.d.ts.map +1 -1
  35. package/api/client-cloud.js +19 -13
  36. package/api/client-files.d.ts +36 -0
  37. package/api/client-files.d.ts.map +1 -0
  38. package/api/client-files.js +19 -0
  39. package/api/client-local-inference.d.ts +52 -6
  40. package/api/client-local-inference.d.ts.map +1 -1
  41. package/api/client-local-inference.js +78 -5
  42. package/api/client-skills.d.ts +3 -3
  43. package/api/client-transcripts.d.ts +8 -0
  44. package/api/client-transcripts.d.ts.map +1 -1
  45. package/api/client-transcripts.js +6 -0
  46. package/api/client-types-chat.d.ts +53 -2
  47. package/api/client-types-chat.d.ts.map +1 -1
  48. package/api/client-types-cloud.d.ts +3 -151
  49. package/api/client-types-cloud.d.ts.map +1 -1
  50. package/api/client-types-config.d.ts +13 -6
  51. package/api/client-types-config.d.ts.map +1 -1
  52. package/api/client-types-core.d.ts +1 -1
  53. package/api/client-types-feed.d.ts +0 -14
  54. package/api/client-types-feed.d.ts.map +1 -1
  55. package/api/client-types.d.ts +8 -8
  56. package/api/client-wallet.d.ts +3 -3
  57. package/api/client-workflow.d.ts +1 -1
  58. package/api/client.d.ts +31 -27
  59. package/api/client.d.ts.map +1 -1
  60. package/api/client.js +3 -0
  61. package/api/desktop-http-transport.d.ts +1 -1
  62. package/api/desktop-http-transport.d.ts.map +1 -1
  63. package/api/desktop-http-transport.js +29 -1
  64. package/api/i18n-locale-client.d.ts +1 -1
  65. package/api/index.d.ts +2 -2
  66. package/api/ios-local-agent-kernel.d.ts +1 -1
  67. package/api/ios-local-agent-kernel.d.ts.map +1 -1
  68. package/api/ios-local-agent-kernel.js +97 -22
  69. package/api/ios-local-agent-transport.d.ts +1 -1
  70. package/api/ios-local-agent-transport.d.ts.map +1 -1
  71. package/api/ios-local-agent-transport.js +1 -7
  72. package/api/ittp-agent-transport.d.ts +1 -1
  73. package/api/native-cloud-http-transport.d.ts +1 -1
  74. package/api/native-cloud-http-transport.d.ts.map +1 -1
  75. package/api/native-cloud-http-transport.js +7 -0
  76. package/app-navigate-view.d.ts +1 -1
  77. package/app-navigate-view.d.ts.map +1 -1
  78. package/app-navigate-view.js +1 -4
  79. package/app-shell-components.d.ts +26 -27
  80. package/app-shell-components.d.ts.map +1 -1
  81. package/app-shell-components.js +3 -1
  82. package/app-shell-registry.d.ts +12 -1
  83. package/app-shell-registry.d.ts.map +1 -1
  84. package/backgrounds/AppBackground.d.ts +16 -0
  85. package/backgrounds/AppBackground.d.ts.map +1 -0
  86. package/backgrounds/AppBackground.js +30 -0
  87. package/backgrounds/ImageBackground.d.ts +12 -0
  88. package/backgrounds/ImageBackground.d.ts.map +1 -0
  89. package/backgrounds/ImageBackground.js +15 -0
  90. package/backgrounds/ShaderBackground.d.ts +12 -0
  91. package/backgrounds/ShaderBackground.d.ts.map +1 -0
  92. package/backgrounds/ShaderBackground.js +39 -0
  93. package/backgrounds/index.d.ts +7 -3
  94. package/backgrounds/index.d.ts.map +1 -1
  95. package/backgrounds/index.js +4 -0
  96. package/backgrounds/useBackgroundApplyChannel.d.ts +21 -0
  97. package/backgrounds/useBackgroundApplyChannel.d.ts.map +1 -0
  98. package/backgrounds/useBackgroundApplyChannel.js +53 -0
  99. package/bridge/capacitor-bridge.d.ts +1 -1
  100. package/bridge/index.d.ts +6 -6
  101. package/bridge/native-notifications.d.ts.map +1 -1
  102. package/bridge/native-notifications.js +6 -1
  103. package/bridge/native-plugins.d.ts +20 -1
  104. package/bridge/native-plugins.d.ts.map +1 -1
  105. package/bridge/plugin-bridge.d.ts +1 -1
  106. package/browser.d.ts +131 -131
  107. package/cache-telemetry.d.ts +2 -0
  108. package/cache-telemetry.d.ts.map +1 -1
  109. package/character/character-draft-helpers.d.ts +1 -1
  110. package/character-catalog.d.ts +1 -1
  111. package/chat/coding-agent-session-state.d.ts +1 -1
  112. package/chat/index.d.ts +24 -4
  113. package/chat/index.d.ts.map +1 -1
  114. package/chat/index.js +59 -6
  115. package/chat/slash-menu.d.ts +37 -2
  116. package/chat/slash-menu.d.ts.map +1 -1
  117. package/chat/slash-menu.js +220 -0
  118. package/chat/useSlashCommandController.d.ts +35 -2
  119. package/chat/useSlashCommandController.d.ts.map +1 -1
  120. package/chat/useSlashCommandController.js +64 -8
  121. package/cloud/account-security/AccountRoute.js +1 -1
  122. package/cloud/account-security/PermissionsRoute.js +1 -1
  123. package/cloud/account-security/SecurityRoute.js +1 -1
  124. package/cloud/account-security/components/account-details.d.ts +1 -1
  125. package/cloud/account-security/components/account-page-client.d.ts +1 -1
  126. package/cloud/account-security/components/organization-info.d.ts +1 -1
  127. package/cloud/account-security/components/profile-form.d.ts +1 -1
  128. package/cloud/account-security/components/profile-form.js +2 -2
  129. package/cloud/account-security/data/use-session-auth.d.ts +1 -1
  130. package/cloud/account-security/index.d.ts +8 -8
  131. package/cloud/admin/ModerationPage.js +1 -1
  132. package/cloud/admin/RedemptionsPage.js +2 -2
  133. package/cloud/admin/RpcStatusPage.js +1 -1
  134. package/cloud/admin/index.d.ts +6 -6
  135. package/cloud/analytics/_components/filters.js +1 -1
  136. package/cloud/analytics/_components/model-breakdown.js +2 -2
  137. package/cloud/analytics/_components/projections-chart.js +2 -2
  138. package/cloud/analytics/_components/provider-breakdown.js +2 -2
  139. package/cloud/analytics/index.d.ts +3 -3
  140. package/cloud/api-explorer/ApiExplorerPage.js +2 -2
  141. package/cloud/api-explorer/api-tester.d.ts.map +1 -1
  142. package/cloud/api-explorer/api-tester.js +15 -8
  143. package/cloud/api-explorer/auth-manager.d.ts +1 -1
  144. package/cloud/api-explorer/auth-manager.js +1 -1
  145. package/cloud/api-explorer/index.d.ts +5 -5
  146. package/cloud/api-explorer/use-session-auth.d.ts +1 -1
  147. package/cloud/api-keys/ApiKeysRoute.js +1 -1
  148. package/cloud/api-keys/ApiKeysView.d.ts +1 -1
  149. package/cloud/api-keys/ApiKeysView.js +5 -5
  150. package/cloud/api-keys/index.d.ts +6 -6
  151. package/cloud/applications/ApplicationDetailPage.js +1 -1
  152. package/cloud/applications/ApplicationsPage.js +1 -1
  153. package/cloud/applications/components/app-analytics.d.ts.map +1 -1
  154. package/cloud/applications/components/app-analytics.js +12 -20
  155. package/cloud/applications/components/app-details-tabs.d.ts +1 -1
  156. package/cloud/applications/components/app-details-tabs.js +1 -1
  157. package/cloud/applications/components/app-domains.d.ts.map +1 -1
  158. package/cloud/applications/components/app-domains.js +5 -2
  159. package/cloud/applications/components/app-overview.d.ts +1 -1
  160. package/cloud/applications/components/app-overview.d.ts.map +1 -1
  161. package/cloud/applications/components/app-overview.js +120 -3
  162. package/cloud/applications/components/app-promote.d.ts +1 -1
  163. package/cloud/applications/components/app-promote.d.ts.map +1 -1
  164. package/cloud/applications/components/app-promote.js +13 -4
  165. package/cloud/applications/components/app-settings.d.ts +1 -1
  166. package/cloud/applications/components/app-settings.js +5 -5
  167. package/cloud/applications/components/apps-table.d.ts +1 -1
  168. package/cloud/applications/components/create-app-dialog.js +1 -1
  169. package/cloud/applications/components/withdraw-dialog.js +1 -1
  170. package/cloud/applications/index.d.ts +5 -5
  171. package/cloud/applications/lib/apps.d.ts +25 -0
  172. package/cloud/applications/lib/apps.d.ts.map +1 -1
  173. package/cloud/applications/lib/apps.js +17 -1
  174. package/cloud/approvals/ApprovalsRoute.js +1 -1
  175. package/cloud/approvals/index.d.ts +3 -3
  176. package/cloud/approvals/lib/approvals.d.ts.map +1 -1
  177. package/cloud/approvals/lib/approvals.js +1 -1
  178. package/cloud/billing/components/billing-tab.d.ts +1 -1
  179. package/cloud/billing/components/direct-crypto-credit-card.d.ts +1 -1
  180. package/cloud/billing/components/direct-crypto-credit-card.js +1 -1
  181. package/cloud/billing/components/invoice-detail-client.d.ts +1 -1
  182. package/cloud/billing/components/payment-waiting-overlay.js +1 -1
  183. package/cloud/billing/data/billing-data.d.ts +2 -2
  184. package/cloud/billing/index.d.ts +9 -9
  185. package/cloud/billing/use-session-auth.d.ts +1 -1
  186. package/cloud/connectors/index.d.ts +10 -10
  187. package/cloud/documents/DocumentsRoute.js +2 -2
  188. package/cloud/documents/index.d.ts +7 -7
  189. package/cloud/documents/lib/agents.d.ts.map +1 -1
  190. package/cloud/documents/lib/agents.js +1 -1
  191. package/cloud/handoff/cloud-handoff-supervisor.d.ts +1 -1
  192. package/cloud/handoff/run-cloud-agent-handoff.d.ts +18 -0
  193. package/cloud/handoff/run-cloud-agent-handoff.d.ts.map +1 -0
  194. package/cloud/handoff/run-cloud-agent-handoff.js +51 -0
  195. package/cloud/index.d.ts +4 -4
  196. package/cloud/instances/AgentChatPage.js +2 -2
  197. package/cloud/instances/AgentDetailPage.js +1 -1
  198. package/cloud/instances/AgentsPage.js +1 -1
  199. package/cloud/instances/MyAgentsPage.js +1 -1
  200. package/cloud/instances/components/agent-actions.js +1 -1
  201. package/cloud/instances/components/agent-card.d.ts +3 -1
  202. package/cloud/instances/components/agent-card.d.ts.map +1 -1
  203. package/cloud/instances/components/agent-card.js +10 -6
  204. package/cloud/instances/components/character-filters.d.ts +1 -1
  205. package/cloud/instances/components/character-filters.js +1 -1
  206. package/cloud/instances/components/character-library-grid.d.ts +1 -1
  207. package/cloud/instances/components/create-eliza-agent-dialog.js +3 -3
  208. package/cloud/instances/components/docker-logs-viewer.d.ts.map +1 -1
  209. package/cloud/instances/components/docker-logs-viewer.js +13 -12
  210. package/cloud/instances/components/eliza-agent-backups-panel.js +2 -2
  211. package/cloud/instances/components/eliza-agents-table.js +1 -1
  212. package/cloud/instances/components/eliza-wallet-section.d.ts.map +1 -1
  213. package/cloud/instances/components/eliza-wallet-section.js +3 -5
  214. package/cloud/instances/components/my-agents.d.ts.map +1 -1
  215. package/cloud/instances/components/my-agents.js +5 -5
  216. package/cloud/instances/index.d.ts +6 -6
  217. package/cloud/instances/lib/i18n.d.ts +1 -1
  218. package/cloud/instances/lib/use-job-poller.d.ts.map +1 -1
  219. package/cloud/instances/lib/use-job-poller.js +4 -0
  220. package/cloud/instances/lib/use-sandbox-status-poll.d.ts.map +1 -1
  221. package/cloud/instances/lib/use-sandbox-status-poll.js +6 -0
  222. package/cloud/instances/lib/use-session-auth.d.ts +1 -1
  223. package/cloud/join/index.d.ts +5 -5
  224. package/cloud/lib/auth-query.d.ts +19 -0
  225. package/cloud/lib/auth-query.d.ts.map +1 -0
  226. package/cloud/{documents/lib → lib}/auth-query.js +7 -5
  227. package/cloud/lib/format-usd.d.ts +9 -0
  228. package/cloud/lib/format-usd.d.ts.map +1 -0
  229. package/cloud/lib/format-usd.js +16 -0
  230. package/cloud/lib/use-copy-feedback.d.ts +5 -0
  231. package/cloud/lib/use-copy-feedback.d.ts.map +1 -0
  232. package/cloud/{instances/lib → lib}/use-copy-feedback.js +2 -0
  233. package/cloud/lib/use-document-title.d.ts +2 -0
  234. package/cloud/lib/use-document-title.d.ts.map +1 -0
  235. package/cloud/{admin → lib}/use-document-title.js +4 -5
  236. package/cloud/lib/use-session-auth.d.ts +31 -0
  237. package/cloud/lib/use-session-auth.d.ts.map +1 -0
  238. package/cloud/{applications/lib → lib}/use-session-auth.js +14 -11
  239. package/cloud/mcps/McpDetailDrawer.d.ts +1 -1
  240. package/cloud/mcps/McpEditorDialog.d.ts +1 -1
  241. package/cloud/mcps/McpsView.d.ts.map +1 -1
  242. package/cloud/mcps/McpsView.js +20 -13
  243. package/cloud/mcps/index.d.ts +10 -10
  244. package/cloud/mcps/lib/mcp-mutations.d.ts +1 -1
  245. package/cloud/mcps/lib/use-mcps.d.ts +1 -1
  246. package/cloud/monetization/affiliates/AffiliatesRoute.js +1 -1
  247. package/cloud/monetization/affiliates/use-dashboard-referral-me.d.ts +1 -1
  248. package/cloud/monetization/earnings/EarningsPageClient.js +1 -1
  249. package/cloud/monetization/earnings/EarningsRoute.js +1 -1
  250. package/cloud/monetization/index.d.ts +8 -8
  251. package/cloud/organization/data/use-organization.d.ts +1 -1
  252. package/cloud/organization/index.d.ts +11 -11
  253. package/cloud/organization/members-list.d.ts +1 -1
  254. package/cloud/organization/members-tab.d.ts +1 -1
  255. package/cloud/organization/organization-general-tab.d.ts +1 -1
  256. package/cloud/organization/organization-tab.d.ts +1 -1
  257. package/cloud/organization/pending-invites-list.d.ts +1 -1
  258. package/cloud/public-pages/index.d.ts +21 -21
  259. package/cloud/public-pages/lib/use-session-auth.d.ts +1 -1
  260. package/cloud/public-pages/pages/auth/cli-login-page.d.ts.map +1 -1
  261. package/cloud/public-pages/pages/auth/cli-login-page.js +46 -9
  262. package/cloud/public-pages/pages/bsc-page.js +5 -5
  263. package/cloud/public-pages/pages/login/steward-login-section.js +2 -2
  264. package/cloud/public-pages/pages/payment/app-charge-page.js +1 -1
  265. package/cloud/public-pages/pages/payment/payment-request-page.js +1 -1
  266. package/cloud/register-all.d.ts +5 -5
  267. package/cloud/settings/index.d.ts +4 -4
  268. package/cloud/settings/sections.js +1 -1
  269. package/cloud/shell/CloudI18nProvider.d.ts +1 -1
  270. package/cloud/shell/StewardProvider.d.ts +1 -31
  271. package/cloud/shell/StewardProvider.d.ts.map +1 -1
  272. package/cloud/shell/StewardProvider.js +3 -122
  273. package/cloud/shell/StewardProviderRuntime.d.ts.map +1 -1
  274. package/cloud/shell/StewardProviderRuntime.js +17 -7
  275. package/cloud/shell/StewardProviderShared.d.ts +27 -0
  276. package/cloud/shell/StewardProviderShared.d.ts.map +1 -0
  277. package/cloud/shell/StewardProviderShared.js +112 -0
  278. package/cloud-ui/components/ai-elements/index.d.ts +3 -3
  279. package/cloud-ui/components/ai-elements/memoized-chat-message.d.ts +1 -1
  280. package/cloud-ui/components/ai-elements/memoized-chat-message.d.ts.map +1 -1
  281. package/cloud-ui/components/ai-elements/memoized-chat-message.js +162 -139
  282. package/cloud-ui/components/analytics/cost-alerts.d.ts +1 -1
  283. package/cloud-ui/components/analytics/cost-insights-card.d.ts +1 -1
  284. package/cloud-ui/components/analytics/index.d.ts +3 -3
  285. package/cloud-ui/components/auth/authorize-content.js +1 -1
  286. package/cloud-ui/components/brand/brand-button.d.ts +1 -1
  287. package/cloud-ui/components/brand/brand-button.js +1 -1
  288. package/cloud-ui/components/brand/brand-tabs-responsive.d.ts.map +1 -1
  289. package/cloud-ui/components/brand/brand-tabs-responsive.js +1 -1
  290. package/cloud-ui/components/brand/brand-tabs.d.ts.map +1 -1
  291. package/cloud-ui/components/brand/brand-tabs.js +2 -2
  292. package/cloud-ui/components/brand/index.d.ts +21 -21
  293. package/cloud-ui/components/brand/lock-on-button.d.ts +2 -2
  294. package/cloud-ui/components/brand/lock-on-button.variants.d.ts +1 -1
  295. package/cloud-ui/components/brand/lock-on-button.variants.js +1 -1
  296. package/cloud-ui/components/code/code-display.d.ts +1 -1
  297. package/cloud-ui/components/code/code-display.d.ts.map +1 -1
  298. package/cloud-ui/components/code/code-display.js +11 -9
  299. package/cloud-ui/components/code/index.d.ts +3 -3
  300. package/cloud-ui/components/data-list/apps-list-view.js +1 -1
  301. package/cloud-ui/components/data-list/index.d.ts +8 -8
  302. package/cloud-ui/components/data-list/list-action-menu.js +1 -1
  303. package/cloud-ui/components/docs/api-parameter-select.js +1 -1
  304. package/cloud-ui/components/docs/api-route-explorer-client.d.ts +1 -1
  305. package/cloud-ui/components/docs/api-route-explorer-client.js +1 -1
  306. package/cloud-ui/components/docs/docs-layout.d.ts +1 -1
  307. package/cloud-ui/components/docs/index.d.ts +11 -11
  308. package/cloud-ui/components/drawer.js +1 -1
  309. package/cloud-ui/components/image-gen/index.d.ts +4 -4
  310. package/cloud-ui/components/image-gen/prompt-input.js +1 -1
  311. package/cloud-ui/components/layout/dashboard-route-page.d.ts +1 -1
  312. package/cloud-ui/components/layout/dashboard-sidebar-item.d.ts +1 -1
  313. package/cloud-ui/components/layout/dashboard-sidebar-section.d.ts +1 -1
  314. package/cloud-ui/components/layout/dashboard-sidebar.d.ts +1 -1
  315. package/cloud-ui/components/layout/dashboard-sidebar.js +1 -1
  316. package/cloud-ui/components/layout/index.d.ts +11 -11
  317. package/cloud-ui/components/log-viewer.d.ts +1 -1
  318. package/cloud-ui/components/log-viewer.d.ts.map +1 -1
  319. package/cloud-ui/components/log-viewer.js +5 -2
  320. package/cloud-ui/components/monetization/animated-counter.d.ts.map +1 -1
  321. package/cloud-ui/components/monetization/animated-counter.js +4 -2
  322. package/cloud-ui/components/monetization/index.d.ts +4 -4
  323. package/cloud-ui/components/primitives.d.ts +57 -57
  324. package/cloud-ui/components/product-switcher.js +1 -1
  325. package/cloud-ui/components/resizable.d.ts.map +1 -1
  326. package/cloud-ui/components/resizable.js +23 -3
  327. package/cloud-ui/components/share/index.d.ts +1 -1
  328. package/cloud-ui/components/theme/index.d.ts +3 -3
  329. package/cloud-ui/components/theme/theme-provider.d.ts +2 -2
  330. package/cloud-ui/components/timeline.d.ts.map +1 -1
  331. package/cloud-ui/components/timeline.js +6 -6
  332. package/cloud-ui/components/voice/index.d.ts +8 -8
  333. package/cloud-ui/index.d.ts +30 -30
  334. package/cloud-ui/lib/utils.d.ts +1 -1
  335. package/companion/desktop-bar/CompanionBar.d.ts +1 -1
  336. package/companion/desktop-bar/CompanionBar.d.ts.map +1 -1
  337. package/companion/desktop-bar/CompanionBar.js +11 -8
  338. package/companion/desktop-bar/index.d.ts +6 -6
  339. package/companion/desktop-bar/platform/electrobun-tray.d.ts +19 -0
  340. package/companion/desktop-bar/platform/electrobun-tray.d.ts.map +1 -1
  341. package/companion/desktop-bar/platform/index.d.ts +2 -2
  342. package/companion/desktop-bar/platform/index.d.ts.map +1 -1
  343. package/companion/desktop-bar/platform/web-fallback.d.ts +1 -1
  344. package/companion/desktop-bar/useKeyboardShortcuts.d.ts +1 -1
  345. package/components/accounts/AccountCard.d.ts +1 -1
  346. package/components/accounts/AccountCard.js +2 -2
  347. package/components/accounts/AccountList.js +2 -2
  348. package/components/accounts/AddAccountDialog.d.ts.map +1 -1
  349. package/components/accounts/AddAccountDialog.js +11 -3
  350. package/components/accounts/RotationStrategyPicker.d.ts +1 -1
  351. package/components/accounts/RotationStrategyPicker.js +2 -2
  352. package/components/apps/AppWindowRenderer.d.ts.map +1 -1
  353. package/components/apps/AppWindowRenderer.helpers.d.ts +1 -1
  354. package/components/apps/AppWindowRenderer.js +23 -10
  355. package/components/apps/AppsCatalogGrid.d.ts +1 -1
  356. package/components/apps/AppsCatalogGrid.d.ts.map +1 -1
  357. package/components/apps/AppsCatalogGrid.js +16 -23
  358. package/components/apps/AppsSidebar.d.ts +1 -1
  359. package/components/apps/AppsSidebar.d.ts.map +1 -1
  360. package/components/apps/AppsSidebar.js +22 -11
  361. package/components/apps/GameView.d.ts.map +1 -1
  362. package/components/apps/GameView.helpers.d.ts +1 -1
  363. package/components/apps/GameView.js +55 -20
  364. package/components/apps/GameViewOverlay.d.ts.map +1 -1
  365. package/components/apps/GameViewOverlay.js +38 -4
  366. package/components/apps/RunningAppsRow.d.ts +1 -1
  367. package/components/apps/RunningAppsRow.d.ts.map +1 -1
  368. package/components/apps/RunningAppsRow.js +12 -10
  369. package/components/apps/app-identity.helpers.d.ts +1 -1
  370. package/components/apps/app-identity.js +1 -1
  371. package/components/apps/catalog-loader.d.ts +1 -1
  372. package/components/apps/extensions/registry.d.ts +2 -2
  373. package/components/apps/extensions/surface.d.ts +2 -2
  374. package/components/apps/extensions/surface.d.ts.map +1 -1
  375. package/components/apps/extensions/surface.helpers.d.ts +2 -2
  376. package/components/apps/extensions/surface.js +9 -9
  377. package/components/apps/extensions/types.d.ts +1 -1
  378. package/components/apps/helpers.d.ts +8 -5
  379. package/components/apps/helpers.d.ts.map +1 -1
  380. package/components/apps/helpers.js +5 -10
  381. package/components/apps/home-grid-apps.d.ts +2 -2
  382. package/components/apps/internal-tool-apps.d.ts +2 -2
  383. package/components/apps/internal-tool-apps.d.ts.map +1 -1
  384. package/components/apps/internal-tool-apps.js +18 -8
  385. package/components/apps/launch-history.d.ts +1 -1
  386. package/components/apps/load-apps-catalog.d.ts +1 -1
  387. package/components/apps/overlay-app-registry.d.ts +5 -2
  388. package/components/apps/overlay-app-registry.d.ts.map +1 -1
  389. package/components/apps/overlay-app-registry.js +3 -6
  390. package/components/apps/run-attention.d.ts +1 -1
  391. package/components/apps/surfaces/registry.d.ts +1 -1
  392. package/components/apps/useRegistryCatalog.d.ts +1 -1
  393. package/components/apps/viewer-auth.d.ts +1 -1
  394. package/components/auth/LoginView.d.ts +1 -1
  395. package/components/auth/LoginView.js +1 -1
  396. package/components/character/CharacterEditor.d.ts +4 -1
  397. package/components/character/CharacterEditor.d.ts.map +1 -1
  398. package/components/character/CharacterEditor.js +54 -14
  399. package/components/character/CharacterEditorPanels.d.ts +1 -1
  400. package/components/character/CharacterEditorPanels.d.ts.map +1 -1
  401. package/components/character/CharacterEditorPanels.js +10 -12
  402. package/components/character/CharacterExperienceWorkspace.d.ts +1 -1
  403. package/components/character/CharacterExperienceWorkspace.d.ts.map +1 -1
  404. package/components/character/CharacterExperienceWorkspace.js +10 -10
  405. package/components/character/CharacterHubView.d.ts +4 -2
  406. package/components/character/CharacterHubView.d.ts.map +1 -1
  407. package/components/character/CharacterHubView.js +57 -201
  408. package/components/character/CharacterOverviewSection.d.ts +1 -1
  409. package/components/character/CharacterOverviewSection.js +1 -1
  410. package/components/character/CharacterPersonalityTimeline.d.ts +1 -1
  411. package/components/character/CharacterRoster.d.ts.map +1 -1
  412. package/components/character/CharacterRoster.helpers.d.ts +1 -1
  413. package/components/character/CharacterRoster.js +2 -10
  414. package/components/character/MusicLibraryCharacterWidget.d.ts +1 -1
  415. package/components/character/character-editor-helpers.d.ts +2 -2
  416. package/components/character/character-hub-helpers.d.ts +2 -2
  417. package/components/character/character-voice-config.d.ts +2 -2
  418. package/components/character/useCharacterHubData.d.ts +41 -0
  419. package/components/character/useCharacterHubData.d.ts.map +1 -0
  420. package/components/character/useCharacterHubData.js +112 -0
  421. package/components/chat/AccountRequiredCard.d.ts +1 -1
  422. package/components/chat/AgentActivityBox.d.ts +1 -1
  423. package/components/chat/AgentActivityBox.d.ts.map +1 -1
  424. package/components/chat/AgentActivityBox.js +28 -17
  425. package/components/chat/AppsSection.d.ts.map +1 -1
  426. package/components/chat/AppsSection.js +13 -14
  427. package/components/chat/ConnectorAccountPicker.d.ts +1 -1
  428. package/components/chat/InlineWidgetText.d.ts +6 -0
  429. package/components/chat/InlineWidgetText.d.ts.map +1 -0
  430. package/components/chat/InlineWidgetText.js +99 -0
  431. package/components/chat/MessageAttachments.d.ts +22 -3
  432. package/components/chat/MessageAttachments.d.ts.map +1 -1
  433. package/components/chat/MessageAttachments.js +381 -14
  434. package/components/chat/MessageContent.d.ts +17 -2
  435. package/components/chat/MessageContent.d.ts.map +1 -1
  436. package/components/chat/MessageContent.js +163 -467
  437. package/components/chat/SaveCommandModal.js +2 -2
  438. package/components/chat/TasksEventsPanel.d.ts +1 -1
  439. package/components/chat/TasksEventsPanel.js +2 -2
  440. package/components/chat/TranscriptViewerOverlay.d.ts +32 -0
  441. package/components/chat/TranscriptViewerOverlay.d.ts.map +1 -0
  442. package/components/chat/TranscriptViewerOverlay.js +329 -0
  443. package/components/chat/WidgetVisibilityPanel.d.ts +3 -3
  444. package/components/chat/WidgetVisibilityPanel.d.ts.map +1 -1
  445. package/components/chat/WidgetVisibilityPanel.helpers.d.ts +1 -1
  446. package/components/chat/connector-send-as.d.ts +1 -1
  447. package/components/chat/message-choice-parser.d.ts +1 -1
  448. package/components/chat/message-choice-parser.d.ts.map +1 -1
  449. package/components/chat/message-choice-parser.js +1 -1
  450. package/components/chat/message-parser-helpers.d.ts +139 -0
  451. package/components/chat/message-parser-helpers.d.ts.map +1 -0
  452. package/components/chat/message-parser-helpers.js +490 -0
  453. package/components/chat/widgets/ChoiceWidget.js +1 -1
  454. package/components/chat/widgets/agent-orchestrator-accounts-view.d.ts +3 -3
  455. package/components/chat/widgets/agent-orchestrator.d.ts +1 -1
  456. package/components/chat/widgets/agent-orchestrator.d.ts.map +1 -1
  457. package/components/chat/widgets/agent-orchestrator.js +60 -39
  458. package/components/chat/widgets/browser-launch-widget.d.ts +19 -0
  459. package/components/chat/widgets/browser-launch-widget.d.ts.map +1 -0
  460. package/components/chat/widgets/browser-launch-widget.js +38 -0
  461. package/components/chat/widgets/browser-status.d.ts +1 -1
  462. package/components/chat/widgets/browser-status.d.ts.map +1 -1
  463. package/components/chat/widgets/browser-status.helpers.d.ts +1 -1
  464. package/components/chat/widgets/browser-status.js +17 -27
  465. package/components/chat/widgets/calendar-upcoming.d.ts +17 -0
  466. package/components/chat/widgets/calendar-upcoming.d.ts.map +1 -0
  467. package/components/chat/widgets/calendar-upcoming.js +149 -0
  468. package/components/chat/widgets/credential-request-widget.d.ts +40 -0
  469. package/components/chat/widgets/credential-request-widget.d.ts.map +1 -0
  470. package/components/chat/widgets/credential-request-widget.js +52 -0
  471. package/components/chat/widgets/finances-alerts.d.ts +17 -0
  472. package/components/chat/widgets/finances-alerts.d.ts.map +1 -0
  473. package/components/chat/widgets/finances-alerts.js +214 -0
  474. package/components/chat/widgets/followups.d.ts +1 -1
  475. package/components/chat/widgets/form-request.d.ts +1 -1
  476. package/components/chat/widgets/goals-attention.d.ts +17 -0
  477. package/components/chat/widgets/goals-attention.d.ts.map +1 -0
  478. package/components/chat/widgets/goals-attention.js +155 -0
  479. package/components/chat/widgets/health-sleep.d.ts +18 -0
  480. package/components/chat/widgets/health-sleep.d.ts.map +1 -0
  481. package/components/chat/widgets/health-sleep.js +159 -0
  482. package/components/chat/widgets/home-widget-card.d.ts +47 -0
  483. package/components/chat/widgets/home-widget-card.d.ts.map +1 -0
  484. package/components/chat/widgets/home-widget-card.js +62 -0
  485. package/components/chat/widgets/inbox-unread.d.ts +10 -0
  486. package/components/chat/widgets/inbox-unread.d.ts.map +1 -0
  487. package/components/chat/widgets/inbox-unread.js +119 -0
  488. package/components/chat/widgets/inline-registry.d.ts +1 -1
  489. package/components/chat/widgets/messages.d.ts +8 -0
  490. package/components/chat/widgets/messages.d.ts.map +1 -0
  491. package/components/chat/widgets/messages.js +38 -0
  492. package/components/chat/widgets/music-player.d.ts +1 -1
  493. package/components/chat/widgets/music-player.helpers.d.ts +1 -1
  494. package/components/chat/widgets/needs-attention.d.ts +22 -0
  495. package/components/chat/widgets/needs-attention.d.ts.map +1 -0
  496. package/components/chat/widgets/needs-attention.js +109 -0
  497. package/components/chat/widgets/notifications.d.ts +9 -0
  498. package/components/chat/widgets/notifications.d.ts.map +1 -0
  499. package/components/chat/widgets/notifications.js +42 -0
  500. package/components/chat/widgets/orchestrator-grilling-card.d.ts +24 -0
  501. package/components/chat/widgets/orchestrator-grilling-card.d.ts.map +1 -0
  502. package/components/chat/widgets/orchestrator-grilling-card.js +57 -0
  503. package/components/chat/widgets/relationships-attention.d.ts +18 -0
  504. package/components/chat/widgets/relationships-attention.d.ts.map +1 -0
  505. package/components/chat/widgets/relationships-attention.js +135 -0
  506. package/components/chat/widgets/shared.js +2 -2
  507. package/components/chat/widgets/task-widget.js +1 -1
  508. package/components/chat/widgets/todo.d.ts +1 -1
  509. package/components/chat/widgets/todo.d.ts.map +1 -1
  510. package/components/chat/widgets/todo.js +39 -10
  511. package/components/chat/widgets/topic-chips-bar.d.ts +23 -0
  512. package/components/chat/widgets/topic-chips-bar.d.ts.map +1 -0
  513. package/components/chat/widgets/topic-chips-bar.js +22 -0
  514. package/components/chat/widgets/topic-grouped-transcript.d.ts +20 -0
  515. package/components/chat/widgets/topic-grouped-transcript.d.ts.map +1 -0
  516. package/components/chat/widgets/topic-grouped-transcript.js +45 -0
  517. package/components/chat/widgets/types.d.ts +5 -2
  518. package/components/chat/widgets/types.d.ts.map +1 -1
  519. package/components/chat/widgets/use-inline-widget-context.d.ts +18 -0
  520. package/components/chat/widgets/use-inline-widget-context.d.ts.map +1 -0
  521. package/components/chat/widgets/use-inline-widget-context.js +46 -0
  522. package/components/cloud/CloudSourceControls.js +2 -2
  523. package/components/cloud/CloudStatusBadge.js +2 -2
  524. package/components/cloud/FlaminaGuide.d.ts +1 -1
  525. package/components/cloud/FlaminaGuide.d.ts.map +1 -1
  526. package/components/cloud/FlaminaGuide.js +10 -5
  527. package/components/companion/injected.d.ts +1 -1
  528. package/components/companion/injected.hooks.d.ts +1 -1
  529. package/components/composites/chat/ChatVoiceStatusBar.d.ts +2 -2
  530. package/components/composites/chat/ChatVoiceStatusBar.js +1 -1
  531. package/components/composites/chat/ContinuousChatToggle.d.ts +1 -1
  532. package/components/composites/chat/ContinuousChatToggle.js +1 -1
  533. package/components/composites/chat/chat-attachment-strip.d.ts +1 -1
  534. package/components/composites/chat/chat-attachment-strip.js +1 -1
  535. package/components/composites/chat/chat-composer-shell.d.ts +1 -1
  536. package/components/composites/chat/chat-composer.d.ts +10 -4
  537. package/components/composites/chat/chat-composer.d.ts.map +1 -1
  538. package/components/composites/chat/chat-composer.js +14 -14
  539. package/components/composites/chat/chat-conversation-item.d.ts +2 -2
  540. package/components/composites/chat/chat-conversation-item.d.ts.map +1 -1
  541. package/components/composites/chat/chat-conversation-item.js +8 -8
  542. package/components/composites/chat/chat-empty-state.d.ts +1 -1
  543. package/components/composites/chat/chat-message-actions.d.ts +1 -1
  544. package/components/composites/chat/chat-message.d.ts +10 -2
  545. package/components/composites/chat/chat-message.d.ts.map +1 -1
  546. package/components/composites/chat/chat-message.js +4 -2
  547. package/components/composites/chat/chat-source.d.ts +2 -2
  548. package/components/composites/chat/chat-source.helpers.d.ts +1 -1
  549. package/components/composites/chat/chat-thread-layout.d.ts +1 -1
  550. package/components/composites/chat/chat-thread-layout.d.ts.map +1 -1
  551. package/components/composites/chat/chat-thread-layout.js +2 -2
  552. package/components/composites/chat/chat-transcript.d.ts +6 -2
  553. package/components/composites/chat/chat-transcript.d.ts.map +1 -1
  554. package/components/composites/chat/chat-transcript.js +18 -3
  555. package/components/composites/chat/chat-types.d.ts +2 -0
  556. package/components/composites/chat/chat-types.d.ts.map +1 -1
  557. package/components/composites/chat/chat-typing-indicator.d.ts +1 -1
  558. package/components/composites/chat/index.d.ts +16 -16
  559. package/components/composites/chat/permission-card.d.ts +1 -1
  560. package/components/composites/chat/permission-card.render.d.ts +2 -2
  561. package/components/composites/code/DiffReviewPanel.d.ts +1 -1
  562. package/components/composites/code/index.d.ts +1 -1
  563. package/components/composites/form-field/index.d.ts +1 -1
  564. package/components/composites/index.d.ts +29 -29
  565. package/components/composites/page-panel/index.d.ts +19 -19
  566. package/components/composites/page-panel/page-panel-collapsible-section.d.ts +1 -1
  567. package/components/composites/page-panel/page-panel-collapsible-section.d.ts.map +1 -1
  568. package/components/composites/page-panel/page-panel-collapsible-section.js +2 -2
  569. package/components/composites/page-panel/page-panel-empty.d.ts +1 -1
  570. package/components/composites/page-panel/page-panel-empty.d.ts.map +1 -1
  571. package/components/composites/page-panel/page-panel-empty.js +4 -4
  572. package/components/composites/page-panel/page-panel-feature-empty.d.ts +1 -1
  573. package/components/composites/page-panel/page-panel-frame.d.ts +1 -1
  574. package/components/composites/page-panel/page-panel-frame.d.ts.map +1 -1
  575. package/components/composites/page-panel/page-panel-frame.js +1 -1
  576. package/components/composites/page-panel/page-panel-header.d.ts +1 -1
  577. package/components/composites/page-panel/page-panel-header.d.ts.map +1 -1
  578. package/components/composites/page-panel/page-panel-header.js +9 -9
  579. package/components/composites/page-panel/page-panel-loading.d.ts +1 -1
  580. package/components/composites/page-panel/page-panel-loading.d.ts.map +1 -1
  581. package/components/composites/page-panel/page-panel-loading.js +3 -3
  582. package/components/composites/page-panel/page-panel-root.d.ts +2 -2
  583. package/components/composites/page-panel/page-panel-root.js +7 -7
  584. package/components/composites/page-panel/page-panel-toolbar.d.ts +1 -1
  585. package/components/composites/page-panel/page-panel-types.d.ts +1 -1
  586. package/components/composites/search/index.d.ts +1 -1
  587. package/components/composites/search/searchbar.js +1 -1
  588. package/components/composites/sidebar/index.d.ts +10 -10
  589. package/components/composites/sidebar/sidebar-auto-rail.d.ts +1 -1
  590. package/components/composites/sidebar/sidebar-body.d.ts +1 -1
  591. package/components/composites/sidebar/sidebar-collapsed-rail.d.ts +1 -1
  592. package/components/composites/sidebar/sidebar-content.js +3 -3
  593. package/components/composites/sidebar/sidebar-header-stack.d.ts +1 -1
  594. package/components/composites/sidebar/sidebar-header.d.ts +1 -1
  595. package/components/composites/sidebar/sidebar-panel.d.ts +1 -1
  596. package/components/composites/sidebar/sidebar-root.d.ts +1 -1
  597. package/components/composites/sidebar/sidebar-root.d.ts.map +1 -1
  598. package/components/composites/sidebar/sidebar-root.js +34 -8
  599. package/components/composites/sidebar/sidebar-scroll-region.d.ts +1 -1
  600. package/components/composites/skills/index.d.ts +1 -1
  601. package/components/composites/trajectories/index.d.ts +7 -7
  602. package/components/composites/trajectories/trajectory-code-block.d.ts.map +1 -1
  603. package/components/composites/trajectories/trajectory-code-block.js +3 -2
  604. package/components/composites/trajectories/trajectory-pipeline-graph.js +3 -3
  605. package/components/config-ui/config-control-primitives.helpers.js +2 -2
  606. package/components/config-ui/config-field.d.ts +1 -1
  607. package/components/config-ui/config-field.helpers.d.ts +1 -1
  608. package/components/config-ui/config-field.helpers.d.ts.map +1 -1
  609. package/components/config-ui/config-field.helpers.js +33 -20
  610. package/components/config-ui/config-field.js +2 -2
  611. package/components/config-ui/config-renderer.d.ts +2 -2
  612. package/components/config-ui/config-renderer.helpers.d.ts +2 -2
  613. package/components/config-ui/config-renderer.js +6 -6
  614. package/components/config-ui/index.d.ts +7 -7
  615. package/components/config-ui/ui-renderer.d.ts +1 -1
  616. package/components/config-ui/ui-renderer.d.ts.map +1 -1
  617. package/components/config-ui/ui-renderer.helpers.d.ts +1 -1
  618. package/components/config-ui/ui-renderer.js +15 -8
  619. package/components/connectors/BlueBubblesStatusPanel.d.ts.map +1 -1
  620. package/components/connectors/BlueBubblesStatusPanel.js +11 -24
  621. package/components/connectors/ConnectorAccountAuditList.d.ts.map +1 -1
  622. package/components/connectors/ConnectorAccountAuditList.js +19 -32
  623. package/components/connectors/ConnectorAccountCard.d.ts +1 -1
  624. package/components/connectors/ConnectorAccountList.d.ts +2 -2
  625. package/components/connectors/ConnectorAccountPrivacySelector.d.ts +1 -1
  626. package/components/connectors/ConnectorAccountPurposeSelector.d.ts +1 -1
  627. package/components/connectors/ConnectorModeSelector.d.ts +1 -1
  628. package/components/connectors/ConnectorModeSelector.helpers.d.ts +1 -1
  629. package/components/connectors/ConnectorModeSelector.hooks.d.ts +1 -1
  630. package/components/connectors/ConnectorModeSelector.js +2 -2
  631. package/components/connectors/ConnectorQrPairingOverlay.js +2 -2
  632. package/components/connectors/DiscordLocalConnectorPanel.js +2 -2
  633. package/components/connectors/IMessageStatusPanel.js +2 -2
  634. package/components/connectors/SignalQrOverlay.js +2 -2
  635. package/components/connectors/TelegramAccountConnectorPanel.js +4 -4
  636. package/components/connectors/TelegramBotSetupPanel.js +3 -3
  637. package/components/connectors/WhatsAppQrOverlay.js +2 -2
  638. package/components/connectors/XRPairingPanel.d.ts.map +1 -1
  639. package/components/connectors/XRPairingPanel.js +6 -3
  640. package/components/connectors/connector-account-options.d.ts +1 -1
  641. package/components/conversations/ConversationRenameDialog.d.ts.map +1 -1
  642. package/components/conversations/ConversationRenameDialog.js +4 -2
  643. package/components/conversations/ConversationsSidebar.d.ts.map +1 -1
  644. package/components/conversations/ConversationsSidebar.js +18 -3
  645. package/components/conversations/conversation-sidebar-model.d.ts +2 -2
  646. package/components/conversations/conversation-utils.d.ts +1 -1
  647. package/components/custom-actions/CustomActionEditor.js +2 -2
  648. package/components/custom-actions/CustomActionsPanel.d.ts.map +1 -1
  649. package/components/custom-actions/CustomActionsPanel.js +16 -5
  650. package/components/custom-actions/CustomActionsView.js +3 -3
  651. package/components/custom-actions/custom-action-form.d.ts +4 -4
  652. package/components/custom-actions/custom-action-form.d.ts.map +1 -1
  653. package/components/custom-actions/custom-action-form.js +2 -2
  654. package/components/desktop/DesktopTabBar.d.ts +2 -2
  655. package/components/desktop/DesktopTabBar.js +4 -4
  656. package/components/index.d.ts +161 -156
  657. package/components/index.d.ts.map +1 -1
  658. package/components/index.js +9 -1
  659. package/components/local-inference/ActiveModelBar.d.ts +1 -1
  660. package/components/local-inference/DeviceBridgeStatus.d.ts +1 -1
  661. package/components/local-inference/DevicesPanel.d.ts +1 -1
  662. package/components/local-inference/DownloadProgress.d.ts +1 -1
  663. package/components/local-inference/DownloadProgress.d.ts.map +1 -1
  664. package/components/local-inference/DownloadProgress.js +1 -3
  665. package/components/local-inference/DownloadQueue.d.ts +8 -2
  666. package/components/local-inference/DownloadQueue.d.ts.map +1 -1
  667. package/components/local-inference/DownloadQueue.js +3 -3
  668. package/components/local-inference/FirstRunOffer.d.ts +1 -1
  669. package/components/local-inference/HardwareBadge.d.ts +1 -1
  670. package/components/local-inference/LocalInferencePanel.d.ts +1 -1
  671. package/components/local-inference/LocalInferencePanel.d.ts.map +1 -1
  672. package/components/local-inference/LocalInferencePanel.js +18 -51
  673. package/components/local-inference/ModelCard.d.ts +1 -1
  674. package/components/local-inference/ModelCard.d.ts.map +1 -1
  675. package/components/local-inference/ModelCard.js +6 -5
  676. package/components/local-inference/ModelHubView.d.ts +1 -1
  677. package/components/local-inference/ModelHubView.d.ts.map +1 -1
  678. package/components/local-inference/ModelHubView.js +10 -6
  679. package/components/local-inference/RoutingMatrix.d.ts.map +1 -1
  680. package/components/local-inference/RoutingMatrix.js +115 -40
  681. package/components/local-inference/SlotAssignments.d.ts +1 -1
  682. package/components/local-inference/SlotAssignments.d.ts.map +1 -1
  683. package/components/local-inference/SlotAssignments.js +27 -10
  684. package/components/local-inference/hub-utils.d.ts +2 -1
  685. package/components/local-inference/hub-utils.d.ts.map +1 -1
  686. package/components/local-inference/hub-utils.js +2 -0
  687. package/components/local-inference/runtime-class-ui.d.ts +44 -0
  688. package/components/local-inference/runtime-class-ui.d.ts.map +1 -0
  689. package/components/local-inference/runtime-class-ui.js +61 -0
  690. package/components/local-inference/slot-metadata.d.ts +1 -1
  691. package/components/local-inference/useDeviceBridgeStatus.d.ts +1 -1
  692. package/components/local-inference/useDeviceBridgeStatus.d.ts.map +1 -1
  693. package/components/local-inference/useDeviceBridgeStatus.js +17 -12
  694. package/components/local-inference/useHomeModelStatus.d.ts +1 -1
  695. package/components/local-inference/useHomeModelStatus.d.ts.map +1 -1
  696. package/components/local-inference/useHomeModelStatus.js +15 -10
  697. package/components/pages/AppDetailsView.d.ts +1 -1
  698. package/components/pages/AppDetailsView.d.ts.map +1 -1
  699. package/components/pages/AppDetailsView.helpers.d.ts +1 -1
  700. package/components/pages/AppDetailsView.js +15 -3
  701. package/components/pages/AppsPageView.d.ts.map +1 -1
  702. package/components/pages/AppsPageView.js +7 -2
  703. package/components/pages/AppsView.d.ts.map +1 -1
  704. package/components/pages/AppsView.js +35 -8
  705. package/components/pages/AutomationsFeed.d.ts +1 -1
  706. package/components/pages/AutomationsFeed.d.ts.map +1 -1
  707. package/components/pages/AutomationsFeed.js +3 -7
  708. package/components/pages/BackgroundView.d.ts +10 -0
  709. package/components/pages/BackgroundView.d.ts.map +1 -0
  710. package/components/pages/BackgroundView.js +14 -0
  711. package/components/pages/BrowserWorkspaceView.d.ts.map +1 -1
  712. package/components/pages/BrowserWorkspaceView.js +13 -8
  713. package/components/pages/CameraPageView.js +2 -2
  714. package/components/pages/ChatView.d.ts +1 -1
  715. package/components/pages/ChatView.d.ts.map +1 -1
  716. package/components/pages/ChatView.js +186 -29
  717. package/components/pages/ConfigPageView.d.ts.map +1 -1
  718. package/components/pages/ConfigPageView.js +11 -2
  719. package/components/pages/DatabasePageView.d.ts.map +1 -1
  720. package/components/pages/DatabasePageView.js +4 -2
  721. package/components/pages/DatabaseView.d.ts.map +1 -1
  722. package/components/pages/DatabaseView.js +14 -12
  723. package/components/pages/DocumentsView.d.ts +2 -2
  724. package/components/pages/DocumentsView.d.ts.map +1 -1
  725. package/components/pages/DocumentsView.js +20 -20
  726. package/components/pages/ElizaCloudDashboard.d.ts.map +1 -1
  727. package/components/pages/ElizaCloudDashboard.js +20 -2
  728. package/components/pages/ElizaOsAppsView.d.ts.map +1 -1
  729. package/components/pages/ElizaOsAppsView.js +29 -22
  730. package/components/pages/FilesView.d.ts +15 -0
  731. package/components/pages/FilesView.d.ts.map +1 -0
  732. package/components/pages/FilesView.js +201 -0
  733. package/components/pages/GeneratedViewHero.js +1 -1
  734. package/components/pages/HeartbeatForm.d.ts +3 -3
  735. package/components/pages/HeartbeatsView.d.ts.map +1 -1
  736. package/components/pages/HeartbeatsView.js +21 -6
  737. package/components/pages/LogsView.d.ts +0 -6
  738. package/components/pages/LogsView.d.ts.map +1 -1
  739. package/components/pages/LogsView.js +41 -25
  740. package/components/pages/MediaGalleryView.d.ts.map +1 -1
  741. package/components/pages/MediaGalleryView.js +59 -11
  742. package/components/pages/MemoryDetailPanel.d.ts +1 -1
  743. package/components/pages/MemoryDetailPanel.d.ts.map +1 -1
  744. package/components/pages/MemoryDetailPanel.js +8 -3
  745. package/components/pages/MemoryViewerView.d.ts.map +1 -1
  746. package/components/pages/MemoryViewerView.js +33 -24
  747. package/components/pages/PluginCard.d.ts +2 -2
  748. package/components/pages/PluginCard.d.ts.map +1 -1
  749. package/components/pages/PluginCard.js +6 -5
  750. package/components/pages/PluginConfigForm.d.ts +1 -1
  751. package/components/pages/PluginConfigForm.js +2 -2
  752. package/components/pages/PluginVisual.d.ts +1 -1
  753. package/components/pages/PluginsView.d.ts +1 -1
  754. package/components/pages/PluginsView.d.ts.map +1 -1
  755. package/components/pages/PluginsView.js +33 -13
  756. package/components/pages/RelationshipsGraphPanel.d.ts +1 -1
  757. package/components/pages/RelationshipsGraphPanel.js +2 -2
  758. package/components/pages/RelationshipsIdentityCluster.d.ts +1 -1
  759. package/components/pages/ReleaseCenterView.d.ts.map +1 -1
  760. package/components/pages/ReleaseCenterView.js +11 -9
  761. package/components/pages/RuntimeView.d.ts.map +1 -1
  762. package/components/pages/RuntimeView.js +13 -12
  763. package/components/pages/SecretsView.d.ts.map +1 -1
  764. package/components/pages/SecretsView.js +21 -18
  765. package/components/pages/SettingsView.d.ts.map +1 -1
  766. package/components/pages/SettingsView.js +34 -14
  767. package/components/pages/SkillsView.d.ts.map +1 -1
  768. package/components/pages/SkillsView.js +47 -11
  769. package/components/pages/Springboard.d.ts +49 -0
  770. package/components/pages/Springboard.d.ts.map +1 -0
  771. package/components/pages/Springboard.js +238 -0
  772. package/components/pages/SpringboardSurface.d.ts +6 -0
  773. package/components/pages/SpringboardSurface.d.ts.map +1 -0
  774. package/components/pages/SpringboardSurface.js +120 -0
  775. package/components/pages/SqlEditorPanel.d.ts +1 -1
  776. package/components/pages/SqlEditorPanel.js +5 -5
  777. package/components/pages/StreamView.d.ts.map +1 -1
  778. package/components/pages/StreamView.js +6 -7
  779. package/components/pages/TaskEditor.d.ts +3 -3
  780. package/components/pages/TrajectoriesView.d.ts.map +1 -1
  781. package/components/pages/TrajectoriesView.js +9 -9
  782. package/components/pages/TrajectoryDetailView.d.ts.map +1 -1
  783. package/components/pages/TrajectoryDetailView.js +58 -39
  784. package/components/pages/WorkflowEditor.d.ts +1 -1
  785. package/components/pages/WorkflowEditor.d.ts.map +1 -1
  786. package/components/pages/WorkflowEditor.js +13 -22
  787. package/components/pages/WorkflowGraphViewer.d.ts +1 -1
  788. package/components/pages/WorkflowGraphViewer.d.ts.map +1 -1
  789. package/components/pages/WorkflowGraphViewer.js +9 -11
  790. package/components/pages/__e2e__/background-fixture.d.ts +2 -0
  791. package/components/pages/__e2e__/background-fixture.d.ts.map +1 -0
  792. package/components/pages/__e2e__/background-fixture.js +84 -0
  793. package/components/pages/__e2e__/springboard-fixture.d.ts +2 -0
  794. package/components/pages/__e2e__/springboard-fixture.d.ts.map +1 -0
  795. package/components/pages/__e2e__/springboard-fixture.js +103 -0
  796. package/components/pages/automation-conversations.d.ts +1 -1
  797. package/components/pages/automations-missing-creds.d.ts +1 -1
  798. package/components/pages/background-image.d.ts +10 -0
  799. package/components/pages/background-image.d.ts.map +1 -0
  800. package/components/pages/background-image.js +61 -0
  801. package/components/pages/browser-workspace-wallet.d.ts +1 -1
  802. package/components/pages/chat-view-hooks.d.ts +5 -5
  803. package/components/pages/cloud-dashboard-utils.d.ts +1 -1
  804. package/components/pages/config-page-sections.d.ts +1 -1
  805. package/components/pages/config-page-sections.d.ts.map +1 -1
  806. package/components/pages/config-page-sections.js +4 -3
  807. package/components/pages/database-utils.d.ts +2 -1
  808. package/components/pages/database-utils.d.ts.map +1 -1
  809. package/components/pages/database-utils.js +38 -25
  810. package/components/pages/documents-detail.d.ts.map +1 -1
  811. package/components/pages/documents-detail.helpers.d.ts +1 -1
  812. package/components/pages/documents-detail.js +55 -8
  813. package/components/pages/documents-upload.d.ts +1 -1
  814. package/components/pages/documents-upload.d.ts.map +1 -1
  815. package/components/pages/documents-upload.helpers.d.ts +1 -1
  816. package/components/pages/documents-upload.js +5 -3
  817. package/components/pages/heartbeat-utils.d.ts +2 -2
  818. package/components/pages/help/HelpView.js +2 -2
  819. package/components/pages/help/help-content.d.ts.map +1 -1
  820. package/components/pages/help/help-content.js +7 -5
  821. package/components/pages/page-scoped-conversations.d.ts +3 -3
  822. package/components/pages/page-scoped-conversations.d.ts.map +1 -1
  823. package/components/pages/page-scoped-conversations.js +1 -18
  824. package/components/pages/plugin-list-utils.d.ts +3 -3
  825. package/components/pages/plugin-list-utils.d.ts.map +1 -1
  826. package/components/pages/plugin-list-utils.js +6 -2
  827. package/components/pages/plugin-view-connectors.d.ts +2 -2
  828. package/components/pages/plugin-view-connectors.d.ts.map +1 -1
  829. package/components/pages/plugin-view-connectors.js +7 -2
  830. package/components/pages/plugin-view-dialogs.d.ts +3 -9
  831. package/components/pages/plugin-view-dialogs.d.ts.map +1 -1
  832. package/components/pages/plugin-view-dialogs.js +1 -1
  833. package/components/pages/plugin-view-modal.d.ts +2 -2
  834. package/components/pages/plugin-view-sidebar.d.ts +2 -2
  835. package/components/pages/relationships/RelationshipsCandidateMergesPanel.d.ts +1 -1
  836. package/components/pages/relationships/RelationshipsPersonPanels.d.ts +1 -1
  837. package/components/pages/relationships/RelationshipsPersonPanels.js +1 -1
  838. package/components/pages/relationships/RelationshipsSidebar.d.ts +1 -1
  839. package/components/pages/relationships/RelationshipsWorkspaceView.d.ts.map +1 -1
  840. package/components/pages/relationships/RelationshipsWorkspaceView.js +5 -4
  841. package/components/pages/relationships/relationships-utils.d.ts +1 -1
  842. package/components/pages/skill-detail-panel.d.ts.map +1 -1
  843. package/components/pages/skill-detail-panel.js +25 -3
  844. package/components/pages/skill-marketplace.d.ts +2 -2
  845. package/components/pages/skill-marketplace.d.ts.map +1 -1
  846. package/components/pages/skill-marketplace.js +3 -3
  847. package/components/pages/tutorial/TutorialNarrator.d.ts.map +1 -1
  848. package/components/pages/tutorial/TutorialNarrator.js +3 -2
  849. package/components/pages/tutorial/TutorialOverlay.d.ts.map +1 -1
  850. package/components/pages/tutorial/TutorialOverlay.js +3 -2
  851. package/components/pages/tutorial/TutorialSpotlight.js +3 -3
  852. package/components/pages/tutorial/TutorialView.d.ts.map +1 -1
  853. package/components/pages/tutorial/TutorialView.js +3 -5
  854. package/components/pages/useBrowserWorkspaceWalletBridge.d.ts +2 -2
  855. package/components/pages/workflow-action-handoff.d.ts +1 -1
  856. package/components/permissions/StreamingPermissions.d.ts +1 -1
  857. package/components/permissions/StreamingPermissions.d.ts.map +1 -1
  858. package/components/permissions/StreamingPermissions.js +5 -6
  859. package/components/plugins/showcase-data.d.ts +1 -1
  860. package/components/policy-controls/ApprovedAddressesSection.d.ts +1 -1
  861. package/components/policy-controls/ApprovedAddressesSection.helpers.d.ts +1 -1
  862. package/components/policy-controls/AutoApproveSection.d.ts +1 -1
  863. package/components/policy-controls/AutoApproveSection.helpers.d.ts +1 -1
  864. package/components/policy-controls/RateLimitSection.d.ts +1 -1
  865. package/components/policy-controls/RateLimitSection.helpers.d.ts +1 -1
  866. package/components/policy-controls/SpendingLimitSection.d.ts +1 -1
  867. package/components/policy-controls/SpendingLimitSection.helpers.d.ts +1 -1
  868. package/components/policy-controls/TimeWindowSection.d.ts +1 -1
  869. package/components/policy-controls/TimeWindowSection.helpers.d.ts +1 -1
  870. package/components/policy-controls/constants.d.ts +1 -1
  871. package/components/policy-controls/helpers.d.ts +1 -1
  872. package/components/policy-controls/index.d.ts +14 -14
  873. package/components/primitives/index.d.ts +27 -27
  874. package/components/release-center/sections.d.ts +1 -1
  875. package/components/release-center/sections.js +7 -7
  876. package/components/release-center/shared.js +2 -2
  877. package/components/settings/AdvancedSection.d.ts.map +1 -1
  878. package/components/settings/AdvancedSection.js +20 -4
  879. package/components/settings/AdvancedToggle.js +1 -1
  880. package/components/settings/ApiKeyConfig.d.ts +2 -2
  881. package/components/settings/ApiKeyConfig.js +2 -2
  882. package/components/settings/AppPermissionsSection.d.ts.map +1 -1
  883. package/components/settings/AppPermissionsSection.js +7 -12
  884. package/components/settings/AppearanceSettingsSection.d.ts.map +1 -1
  885. package/components/settings/AppearanceSettingsSection.js +34 -5
  886. package/components/settings/AppsManagementSection.d.ts.map +1 -1
  887. package/components/settings/AppsManagementSection.js +42 -33
  888. package/components/settings/BackgroundSettingsControls.d.ts +5 -0
  889. package/components/settings/BackgroundSettingsControls.d.ts.map +1 -0
  890. package/components/settings/BackgroundSettingsControls.js +118 -0
  891. package/components/settings/CapabilitiesSection.d.ts.map +1 -1
  892. package/components/settings/CapabilitiesSection.js +115 -13
  893. package/components/settings/CloudAgentsSection.d.ts.map +1 -1
  894. package/components/settings/CloudAgentsSection.js +33 -13
  895. package/components/settings/ConnectorsSection.d.ts.map +1 -1
  896. package/components/settings/ConnectorsSection.js +8 -6
  897. package/components/settings/DesktopWorkspaceDisplay.d.ts +2 -3
  898. package/components/settings/DesktopWorkspaceDisplay.d.ts.map +1 -1
  899. package/components/settings/DesktopWorkspaceDisplay.hooks.d.ts +3 -4
  900. package/components/settings/DesktopWorkspaceDisplay.hooks.d.ts.map +1 -1
  901. package/components/settings/DesktopWorkspaceSection.d.ts.map +1 -1
  902. package/components/settings/DesktopWorkspaceSection.js +4 -2
  903. package/components/settings/IdentitySettingsSection.d.ts.map +1 -1
  904. package/components/settings/IdentitySettingsSection.js +13 -3
  905. package/components/settings/LoadContentPackForm.js +2 -2
  906. package/components/settings/LoadedPacksList.d.ts.map +1 -1
  907. package/components/settings/LoadedPacksList.js +8 -10
  908. package/components/settings/PermissionsSection.d.ts.map +1 -1
  909. package/components/settings/PermissionsSection.js +10 -32
  910. package/components/settings/PolicyControlsView.d.ts.map +1 -1
  911. package/components/settings/PolicyControlsView.js +8 -10
  912. package/components/settings/ProviderCard.d.ts +3 -5
  913. package/components/settings/ProviderCard.d.ts.map +1 -1
  914. package/components/settings/ProviderCard.js +4 -6
  915. package/components/settings/ProviderPanels.d.ts +4 -15
  916. package/components/settings/ProviderPanels.d.ts.map +1 -1
  917. package/components/settings/ProviderPanels.js +11 -17
  918. package/components/settings/ProviderRoutingPanel.d.ts +1 -1
  919. package/components/settings/ProviderRoutingPanel.d.ts.map +1 -1
  920. package/components/settings/ProviderRoutingPanel.js +4 -8
  921. package/components/settings/ProviderSwitcher.d.ts +1 -1
  922. package/components/settings/ProviderSwitcher.d.ts.map +1 -1
  923. package/components/settings/ProviderSwitcher.js +31 -32
  924. package/components/settings/RemotePluginHostSection.d.ts.map +1 -1
  925. package/components/settings/RemotePluginHostSection.js +13 -27
  926. package/components/settings/RuntimeSettingsSection.d.ts.map +1 -1
  927. package/components/settings/RuntimeSettingsSection.js +7 -18
  928. package/components/settings/SecretsManagerSection.d.ts +1 -1
  929. package/components/settings/SecretsManagerSection.d.ts.map +1 -1
  930. package/components/settings/SecretsManagerSection.js +3 -3
  931. package/components/settings/SecuritySettingsSection.d.ts.map +1 -1
  932. package/components/settings/SecuritySettingsSection.js +49 -57
  933. package/components/settings/SubscriptionStatus.d.ts +1 -1
  934. package/components/settings/SubscriptionStatus.js +4 -4
  935. package/components/settings/VaultInventoryPanel.d.ts +1 -1
  936. package/components/settings/VaultInventoryPanel.d.ts.map +1 -1
  937. package/components/settings/VaultInventoryPanel.js +26 -22
  938. package/components/settings/VoiceConfigView.d.ts.map +1 -1
  939. package/components/settings/VoiceConfigView.helpers.d.ts +1 -1
  940. package/components/settings/VoiceConfigView.js +25 -21
  941. package/components/settings/VoiceProfileSection.d.ts +2 -4
  942. package/components/settings/VoiceProfileSection.d.ts.map +1 -1
  943. package/components/settings/VoiceProfileSection.js +57 -34
  944. package/components/settings/VoiceSection.d.ts +8 -7
  945. package/components/settings/VoiceSection.d.ts.map +1 -1
  946. package/components/settings/VoiceSection.helpers.d.ts +1 -1
  947. package/components/settings/VoiceSection.helpers.d.ts.map +1 -1
  948. package/components/settings/VoiceSection.helpers.js +0 -1
  949. package/components/settings/VoiceSection.js +21 -57
  950. package/components/settings/VoiceSectionMount.d.ts.map +1 -1
  951. package/components/settings/VoiceSectionMount.js +16 -7
  952. package/components/settings/VoiceTierBanner.d.ts.map +1 -1
  953. package/components/settings/VoiceTierBanner.helpers.d.ts +1 -1
  954. package/components/settings/VoiceTierBanner.js +13 -19
  955. package/components/settings/WalletKeysSection.d.ts.map +1 -1
  956. package/components/settings/WalletKeysSection.js +3 -9
  957. package/components/settings/cloud-model-schema.d.ts +3 -3
  958. package/components/settings/desktop-workspace-audit-config.d.ts +1 -1
  959. package/components/settings/permission-controls.d.ts +2 -2
  960. package/components/settings/permission-controls.hooks.d.ts +1 -1
  961. package/components/settings/permission-controls.js +3 -3
  962. package/components/settings/permission-types.d.ts +1 -1
  963. package/components/settings/permission-types.js +8 -8
  964. package/components/settings/settings-agent-rows.d.ts +26 -2
  965. package/components/settings/settings-agent-rows.d.ts.map +1 -1
  966. package/components/settings/settings-agent-rows.js +29 -1
  967. package/components/settings/settings-control-primitives.d.ts +1 -1
  968. package/components/settings/settings-layout.d.ts +9 -3
  969. package/components/settings/settings-layout.d.ts.map +1 -1
  970. package/components/settings/settings-layout.js +8 -6
  971. package/components/settings/settings-section-registry.d.ts +19 -1
  972. package/components/settings/settings-section-registry.d.ts.map +1 -1
  973. package/components/settings/settings-sections.d.ts +3 -3
  974. package/components/settings/settings-sections.d.ts.map +1 -1
  975. package/components/settings/settings-sections.js +11 -4
  976. package/components/settings/useCloudModelConfig.d.ts +2 -2
  977. package/components/settings/useDesktopWindowControls.d.ts +3 -4
  978. package/components/settings/useDesktopWindowControls.d.ts.map +1 -1
  979. package/components/settings/useProviderBootstrap.d.ts +2 -2
  980. package/components/settings/useProviderEntries.d.ts +4 -4
  981. package/components/settings/useProviderSelection.d.ts +1 -1
  982. package/components/settings/useProviderSelection.d.ts.map +1 -1
  983. package/components/settings/useProviderSelection.js +9 -5
  984. package/components/settings/vault-tabs/OverviewTab.d.ts +1 -1
  985. package/components/settings/vault-tabs/OverviewTab.d.ts.map +1 -1
  986. package/components/settings/vault-tabs/OverviewTab.js +7 -1
  987. package/components/settings/vault-tabs/RoutingTab.d.ts +1 -1
  988. package/components/settings/vault-tabs/RoutingTab.d.ts.map +1 -1
  989. package/components/settings/vault-tabs/RoutingTab.js +41 -14
  990. package/components/settings/vault-tabs/SecretsTab.d.ts +1 -1
  991. package/components/settings/vault-tabs/SecretsTab.d.ts.map +1 -1
  992. package/components/settings/vault-tabs/SecretsTab.js +3 -1
  993. package/components/setup/BootstrapStep.d.ts +1 -1
  994. package/components/setup/BootstrapStep.d.ts.map +1 -1
  995. package/components/setup/BootstrapStep.js +1 -2
  996. package/components/setup/setup-classes.d.ts +2 -2
  997. package/components/setup/setup-classes.d.ts.map +1 -1
  998. package/components/setup/setup-classes.js +2 -2
  999. package/components/shared/AppPageSidebar.d.ts +1 -1
  1000. package/components/shared/AppPageSidebar.js +1 -1
  1001. package/components/shared/CollapsibleSidebarSection.js +1 -1
  1002. package/components/shared/LanguageDropdown.d.ts +1 -1
  1003. package/components/shared/LanguageDropdown.d.ts.map +1 -1
  1004. package/components/shared/LanguageDropdown.helpers.d.ts +1 -1
  1005. package/components/shared/LanguageDropdown.js +4 -7
  1006. package/components/shared/ThemeToggle.d.ts +1 -1
  1007. package/components/shared/ThemeToggle.js +2 -2
  1008. package/components/shared/confirm-delete-control.js +2 -2
  1009. package/components/shell/ActionBanner.d.ts.map +1 -1
  1010. package/components/shell/ActionBanner.js +3 -2
  1011. package/components/shell/AssistantOverlay.d.ts +1 -1
  1012. package/components/shell/AssistantOverlay.js +3 -3
  1013. package/components/shell/BugReportModal.d.ts.map +1 -1
  1014. package/components/shell/BugReportModal.js +6 -5
  1015. package/components/shell/ChatSurface.d.ts +1 -1
  1016. package/components/shell/ChatSurface.d.ts.map +1 -1
  1017. package/components/shell/ChatSurface.js +7 -2
  1018. package/components/shell/CloudHandoffBanner.d.ts +3 -2
  1019. package/components/shell/CloudHandoffBanner.d.ts.map +1 -1
  1020. package/components/shell/CloudHandoffBanner.js +9 -10
  1021. package/components/shell/CommandPalette.d.ts.map +1 -1
  1022. package/components/shell/CommandPalette.js +57 -5
  1023. package/components/shell/ComputerUseApprovalOverlay.d.ts.map +1 -1
  1024. package/components/shell/ComputerUseApprovalOverlay.js +10 -8
  1025. package/components/shell/ConnectionFailedBanner.d.ts.map +1 -1
  1026. package/components/shell/ConnectionFailedBanner.js +8 -3
  1027. package/components/shell/ConnectionLostOverlay.d.ts.map +1 -1
  1028. package/components/shell/ConnectionLostOverlay.js +7 -2
  1029. package/components/shell/ContinuousChatOverlay.d.ts +2 -2
  1030. package/components/shell/ContinuousChatOverlay.d.ts.map +1 -1
  1031. package/components/shell/ContinuousChatOverlay.js +620 -168
  1032. package/components/shell/HomePill.d.ts +1 -1
  1033. package/components/shell/HomePill.js +1 -1
  1034. package/components/shell/HomeScreen.d.ts +18 -6
  1035. package/components/shell/HomeScreen.d.ts.map +1 -1
  1036. package/components/shell/HomeScreen.js +84 -94
  1037. package/components/shell/HomeSpringboardSurface.d.ts +21 -0
  1038. package/components/shell/HomeSpringboardSurface.d.ts.map +1 -0
  1039. package/components/shell/HomeSpringboardSurface.js +134 -0
  1040. package/components/shell/KioskViewCanvas.d.ts +1 -1
  1041. package/components/shell/LoadingScreen.d.ts +1 -1
  1042. package/components/shell/LoadingScreen.d.ts.map +1 -1
  1043. package/components/shell/LoadingScreen.js +29 -6
  1044. package/components/shell/NotificationCenter.d.ts.map +1 -1
  1045. package/components/shell/NotificationCenter.js +52 -20
  1046. package/components/shell/PairingCommandHint.d.ts.map +1 -1
  1047. package/components/shell/PairingCommandHint.js +4 -2
  1048. package/components/shell/PairingView.d.ts.map +1 -1
  1049. package/components/shell/PairingView.js +11 -2
  1050. package/components/shell/RestartBanner.d.ts.map +1 -1
  1051. package/components/shell/RestartBanner.js +9 -3
  1052. package/components/shell/ShellControllerContext.hooks.d.ts +1 -1
  1053. package/components/shell/ShellHeaderControls.d.ts +3 -3
  1054. package/components/shell/ShellHeaderControls.d.ts.map +1 -1
  1055. package/components/shell/ShellHeaderControls.js +2 -2
  1056. package/components/shell/ShellOverlays.d.ts +1 -1
  1057. package/components/shell/ShellOverlays.d.ts.map +1 -1
  1058. package/components/shell/ShellOverlays.js +19 -4
  1059. package/components/shell/ShortcutsOverlay.d.ts.map +1 -1
  1060. package/components/shell/ShortcutsOverlay.js +10 -3
  1061. package/components/shell/SlashCommandMenu.d.ts +2 -2
  1062. package/components/shell/SlashCommandMenu.d.ts.map +1 -1
  1063. package/components/shell/SlashCommandMenu.js +2 -2
  1064. package/components/shell/StartupFailureView.d.ts +1 -1
  1065. package/components/shell/StartupFailureView.js +3 -3
  1066. package/components/shell/StartupShell.d.ts +1 -1
  1067. package/components/shell/StartupShell.d.ts.map +1 -1
  1068. package/components/shell/StartupShell.js +18 -6
  1069. package/components/shell/SystemWarningBanner.d.ts.map +1 -1
  1070. package/components/shell/SystemWarningBanner.js +5 -3
  1071. package/components/shell/TopicChipsBar.d.ts +14 -0
  1072. package/components/shell/TopicChipsBar.d.ts.map +1 -0
  1073. package/components/shell/TopicChipsBar.js +18 -0
  1074. package/components/shell/TopicGroup.d.ts +21 -0
  1075. package/components/shell/TopicGroup.d.ts.map +1 -0
  1076. package/components/shell/TopicGroup.js +30 -0
  1077. package/components/shell/__e2e__/chat-ambient-fixture.js +2 -2
  1078. package/components/shell/__e2e__/chat-sheet-fixture.js +13 -1
  1079. package/components/shell/__e2e__/chatux-gesture-fixture.d.ts +13 -0
  1080. package/components/shell/__e2e__/chatux-gesture-fixture.d.ts.map +1 -0
  1081. package/components/shell/__e2e__/chatux-gesture-fixture.js +65 -0
  1082. package/components/shell/__e2e__/home-screen-fixture.api-stub.d.ts +97 -9
  1083. package/components/shell/__e2e__/home-screen-fixture.api-stub.d.ts.map +1 -1
  1084. package/components/shell/__e2e__/home-screen-fixture.api-stub.js +30 -9
  1085. package/components/shell/__e2e__/home-screen-fixture.catalog-stub.d.ts +20 -0
  1086. package/components/shell/__e2e__/home-screen-fixture.catalog-stub.d.ts.map +1 -0
  1087. package/components/shell/__e2e__/home-screen-fixture.catalog-stub.js +23 -0
  1088. package/components/shell/__e2e__/home-screen-fixture.core-stub.d.ts +3 -0
  1089. package/components/shell/__e2e__/home-screen-fixture.core-stub.d.ts.map +1 -0
  1090. package/components/shell/__e2e__/home-screen-fixture.core-stub.js +6 -0
  1091. package/components/shell/__e2e__/home-screen-fixture.js +10 -2
  1092. package/components/shell/__e2e__/home-screen-fixture.platform-stub.d.ts +3 -0
  1093. package/components/shell/__e2e__/home-screen-fixture.platform-stub.d.ts.map +1 -0
  1094. package/components/shell/__e2e__/home-screen-fixture.platform-stub.js +6 -0
  1095. package/components/shell/__e2e__/home-screen-fixture.view-kinds-stub.d.ts +5 -0
  1096. package/components/shell/__e2e__/home-screen-fixture.view-kinds-stub.d.ts.map +1 -0
  1097. package/components/shell/__e2e__/home-screen-fixture.view-kinds-stub.js +3 -0
  1098. package/components/shell/__e2e__/home-screen-fixture.views-stub.d.ts +7 -0
  1099. package/components/shell/__e2e__/home-screen-fixture.views-stub.d.ts.map +1 -1
  1100. package/components/shell/__e2e__/home-screen-fixture.views-stub.js +68 -3
  1101. package/components/shell/first-run-theme.d.ts +1 -1
  1102. package/components/shell/glass-composer.helpers.d.ts +2 -2
  1103. package/components/shell/glass-composer.helpers.d.ts.map +1 -1
  1104. package/components/shell/glass-composer.helpers.js +2 -2
  1105. package/components/shell/glass-composer.js +1 -1
  1106. package/components/shell/home-springboard-events.d.ts +7 -0
  1107. package/components/shell/home-springboard-events.d.ts.map +1 -0
  1108. package/components/shell/home-springboard-events.js +6 -0
  1109. package/components/shell/shell-state.d.ts +24 -1
  1110. package/components/shell/shell-state.d.ts.map +1 -1
  1111. package/components/shell/shell-state.js +19 -1
  1112. package/components/shell/startup-shell-types.d.ts +1 -1
  1113. package/components/shell/topic-grouping.d.ts +39 -0
  1114. package/components/shell/topic-grouping.d.ts.map +1 -0
  1115. package/components/shell/topic-grouping.js +81 -0
  1116. package/components/shell/use-conversation-reset.d.ts +14 -0
  1117. package/components/shell/use-conversation-reset.d.ts.map +1 -0
  1118. package/components/shell/use-conversation-reset.js +25 -0
  1119. package/components/shell/use-pull-gesture.d.ts +32 -7
  1120. package/components/shell/use-pull-gesture.d.ts.map +1 -1
  1121. package/components/shell/use-pull-gesture.js +146 -21
  1122. package/components/shell/usePromptSuggestions.d.ts +3 -3
  1123. package/components/shell/usePromptSuggestions.js +1 -1
  1124. package/components/shell/useShellController.d.ts +42 -19
  1125. package/components/shell/useShellController.d.ts.map +1 -1
  1126. package/components/shell/useShellController.js +189 -15
  1127. package/components/shell/useShellVoiceOutput.d.ts +1 -1
  1128. package/components/steward/injected.d.ts +1 -1
  1129. package/components/stream/StatusBar.js +5 -7
  1130. package/components/tool-events/ToolCallEventLog.d.ts +1 -1
  1131. package/components/tool-events/ToolCallEventLog.helpers.d.ts +2 -2
  1132. package/components/training/JobDetailPanel.js +2 -2
  1133. package/components/training/TrainingDashboard.js +1 -1
  1134. package/components/training/hooks/useTrainingApi.d.ts +1 -1
  1135. package/components/training/injected.d.ts +1 -1
  1136. package/components/transcripts/TranscriptBody.d.ts.map +1 -1
  1137. package/components/transcripts/TranscriptBody.js +14 -6
  1138. package/components/transcripts/index.d.ts +4 -4
  1139. package/components/ui/admin-dialog.d.ts +2 -2
  1140. package/components/ui/admin-dialog.js +2 -2
  1141. package/components/ui/badge.js +1 -1
  1142. package/components/ui/button.js +1 -1
  1143. package/components/ui/calendar.d.ts +1 -1
  1144. package/components/ui/calendar.js +3 -3
  1145. package/components/ui/carousel.d.ts +1 -1
  1146. package/components/ui/chart.js +1 -1
  1147. package/components/ui/checkbox.js +1 -1
  1148. package/components/ui/code-block.js +1 -1
  1149. package/components/ui/confirm-dialog.hooks.d.ts +1 -1
  1150. package/components/ui/connection-status.d.ts.map +1 -1
  1151. package/components/ui/connection-status.js +6 -6
  1152. package/components/ui/copy-button.d.ts.map +1 -1
  1153. package/components/ui/copy-button.js +10 -1
  1154. package/components/ui/dialog.js +1 -1
  1155. package/components/ui/dropdown-menu.js +4 -4
  1156. package/components/ui/field-switch.js +1 -1
  1157. package/components/ui/form-select.d.ts +1 -1
  1158. package/components/ui/form-select.js +2 -2
  1159. package/components/ui/grid.d.ts +1 -1
  1160. package/components/ui/input-group.d.ts +1 -1
  1161. package/components/ui/input-group.js +4 -4
  1162. package/components/ui/input.js +3 -3
  1163. package/components/ui/new-action-button.d.ts +1 -1
  1164. package/components/ui/pagination.d.ts +1 -1
  1165. package/components/ui/scroll-area.js +1 -1
  1166. package/components/ui/select.js +2 -2
  1167. package/components/ui/settings-controls.d.ts +6 -6
  1168. package/components/ui/settings-controls.d.ts.map +1 -1
  1169. package/components/ui/settings-controls.js +9 -9
  1170. package/components/ui/slider.js +1 -1
  1171. package/components/ui/stack.d.ts +2 -2
  1172. package/components/ui/status-badge.helpers.d.ts +1 -1
  1173. package/components/ui/switch.js +1 -1
  1174. package/components/ui/tabs.d.ts.map +1 -1
  1175. package/components/ui/tabs.js +2 -2
  1176. package/components/ui/textarea.js +3 -3
  1177. package/components/ui/toggle.js +1 -1
  1178. package/components/ui/tooltip-extended.js +1 -1
  1179. package/components/views/DynamicViewLoader.d.ts +12 -0
  1180. package/components/views/DynamicViewLoader.d.ts.map +1 -1
  1181. package/components/views/DynamicViewLoader.js +82 -18
  1182. package/components/views/ShellViewAgentSurface.d.ts +1 -1
  1183. package/components/views/TerminalPluginView.d.ts.map +1 -1
  1184. package/components/views/TerminalPluginView.js +0 -1
  1185. package/components/views/ViewIcon.d.ts.map +1 -1
  1186. package/components/views/ViewIcon.js +22 -4
  1187. package/components/views/ViewTileImage.d.ts +25 -0
  1188. package/components/views/ViewTileImage.d.ts.map +1 -0
  1189. package/components/views/ViewTileImage.js +52 -0
  1190. package/components/views/view-interact-registry.d.ts +1 -1
  1191. package/components/workspace/AppWorkspaceChrome.d.ts +12 -1
  1192. package/components/workspace/AppWorkspaceChrome.d.ts.map +1 -1
  1193. package/components/workspace/AppWorkspaceChrome.js +3 -3
  1194. package/config/boot-config-store.d.ts +9 -8
  1195. package/config/boot-config-store.d.ts.map +1 -1
  1196. package/config/boot-config-store.js +1 -50
  1197. package/config/branding-react.hooks.d.ts +1 -1
  1198. package/config/branding.d.ts +2 -2
  1199. package/config/config-catalog.d.ts +10 -366
  1200. package/config/config-catalog.d.ts.map +1 -1
  1201. package/config/config-catalog.js +10 -705
  1202. package/config/index.d.ts +7 -7
  1203. package/content-packs/index.d.ts +3 -3
  1204. package/events/index.d.ts +33 -63
  1205. package/events/index.d.ts.map +1 -1
  1206. package/events/index.js +41 -37
  1207. package/first-run/AgentPicker.d.ts +8 -2
  1208. package/first-run/AgentPicker.d.ts.map +1 -1
  1209. package/first-run/AgentPicker.js +4 -4
  1210. package/first-run/CompactOnboarding.d.ts.map +1 -1
  1211. package/first-run/CompactOnboarding.js +2 -2
  1212. package/first-run/deep-link-handler.d.ts +1 -1
  1213. package/first-run/ensure-store-build-workspace-folder.d.ts +1 -1
  1214. package/first-run/first-run-config.d.ts +1 -1
  1215. package/first-run/first-run.d.ts +3 -3
  1216. package/first-run/mobile-runtime-mode.d.ts +1 -1
  1217. package/first-run/pre-seed-local-runtime.d.ts +1 -1
  1218. package/first-run/setup-steps.d.ts +1 -1
  1219. package/first-run/use-first-run-controller.d.ts +3 -3
  1220. package/first-run/use-first-run-controller.d.ts.map +1 -1
  1221. package/first-run/use-first-run-controller.js +64 -68
  1222. package/genui/actions.d.ts +1 -1
  1223. package/genui/index.d.ts +8 -8
  1224. package/genui/modes.d.ts +1 -1
  1225. package/genui/pipe.d.ts +1 -1
  1226. package/genui/renderer.d.ts +1 -1
  1227. package/genui/starter-pack-demo.d.ts +1 -1
  1228. package/genui/streaming.d.ts +1 -1
  1229. package/genui/use-json-render-message.d.ts +1 -1
  1230. package/genui/use-ui-stream.d.ts +1 -1
  1231. package/genui/use-ui-stream.d.ts.map +1 -1
  1232. package/genui/use-ui-stream.js +5 -5
  1233. package/genui/validator.d.ts +1 -1
  1234. package/hooks/BugReportProvider.d.ts +1 -1
  1235. package/hooks/frame-budget.d.ts +124 -0
  1236. package/hooks/frame-budget.d.ts.map +1 -0
  1237. package/hooks/frame-budget.js +183 -0
  1238. package/hooks/index.d.ts +27 -24
  1239. package/hooks/index.d.ts.map +1 -1
  1240. package/hooks/index.js +3 -0
  1241. package/hooks/resource-cache.d.ts.map +1 -1
  1242. package/hooks/resource-cache.js +36 -0
  1243. package/hooks/useAccounts.d.ts +2 -4
  1244. package/hooks/useAccounts.d.ts.map +1 -1
  1245. package/hooks/useAccounts.js +6 -4
  1246. package/hooks/useActivityEvents.d.ts +12 -0
  1247. package/hooks/useActivityEvents.d.ts.map +1 -1
  1248. package/hooks/useActivityEvents.js +48 -69
  1249. package/hooks/useAuthStatus.d.ts +1 -1
  1250. package/hooks/useAuthStatus.d.ts.map +1 -1
  1251. package/hooks/useAuthStatus.js +19 -1
  1252. package/hooks/useAvailableViews.d.ts +17 -3
  1253. package/hooks/useAvailableViews.d.ts.map +1 -1
  1254. package/hooks/useAvailableViews.js +89 -10
  1255. package/hooks/useCachedResource.d.ts +1 -1
  1256. package/hooks/useCloudHandoffPhase.d.ts +1 -1
  1257. package/hooks/useCloudHandoffPhase.d.ts.map +1 -1
  1258. package/hooks/useCloudHandoffPhase.js +15 -9
  1259. package/hooks/useConnectorAccounts.d.ts +2 -4
  1260. package/hooks/useConnectorAccounts.d.ts.map +1 -1
  1261. package/hooks/useConnectorAccounts.js +1 -1
  1262. package/hooks/useConnectorReconnect.d.ts +1 -1
  1263. package/hooks/useConnectorSendAsAccount.d.ts +3 -5
  1264. package/hooks/useConnectorSendAsAccount.d.ts.map +1 -1
  1265. package/hooks/useContextMenu.d.ts +1 -1
  1266. package/hooks/useContextMenu.d.ts.map +1 -1
  1267. package/hooks/useContextMenu.js +6 -2
  1268. package/hooks/useContinuousChat.d.ts +2 -2
  1269. package/hooks/useDefaultProviderPresets.d.ts +1 -1
  1270. package/hooks/useDesktopTabs.d.ts +1 -1
  1271. package/hooks/useDesktopTabs.d.ts.map +1 -1
  1272. package/hooks/useDesktopTabs.js +27 -9
  1273. package/hooks/useFrameBudgetMonitor.d.ts +30 -0
  1274. package/hooks/useFrameBudgetMonitor.d.ts.map +1 -0
  1275. package/hooks/useFrameBudgetMonitor.js +105 -0
  1276. package/hooks/useKeyboardShortcuts.d.ts +4 -0
  1277. package/hooks/useKeyboardShortcuts.d.ts.map +1 -1
  1278. package/hooks/useKeyboardShortcuts.js +19 -11
  1279. package/hooks/useLayoutShiftMonitor.d.ts +43 -0
  1280. package/hooks/useLayoutShiftMonitor.d.ts.map +1 -0
  1281. package/hooks/useLayoutShiftMonitor.js +128 -0
  1282. package/hooks/useNow.d.ts +10 -0
  1283. package/hooks/useNow.d.ts.map +1 -0
  1284. package/hooks/useNow.js +18 -0
  1285. package/hooks/useRuntimeMode.d.ts +1 -1
  1286. package/hooks/useSignalPairing.d.ts +2 -2
  1287. package/hooks/useViewCatalog.d.ts +2 -2
  1288. package/hooks/useViewCatalog.js +5 -5
  1289. package/hooks/useViewEvent.d.ts +1 -1
  1290. package/hooks/useVoiceChat.d.ts +17 -6
  1291. package/hooks/useVoiceChat.d.ts.map +1 -1
  1292. package/hooks/useVoiceChat.js +49 -2
  1293. package/hooks/useWhatsAppPairing.d.ts +2 -2
  1294. package/hooks/view-catalog.d.ts +37 -5
  1295. package/hooks/view-catalog.d.ts.map +1 -1
  1296. package/hooks/view-catalog.js +75 -5
  1297. package/i18n/index.d.ts +1 -1
  1298. package/i18n/locales/en.json +65 -21
  1299. package/i18n/locales/es.json +15 -16
  1300. package/i18n/locales/ja.json +15 -16
  1301. package/i18n/locales/ko.json +15 -16
  1302. package/i18n/locales/pt.json +15 -16
  1303. package/i18n/locales/tl.json +15 -16
  1304. package/i18n/locales/vi.json +15 -16
  1305. package/i18n/locales/zh-CN.json +15 -16
  1306. package/i18n/region.d.ts +1 -1
  1307. package/index.d.ts +146 -138
  1308. package/index.d.ts.map +1 -1
  1309. package/index.js +12 -2
  1310. package/layouts/chat-panel-layout/index.d.ts +1 -1
  1311. package/layouts/content-layout/index.d.ts +1 -1
  1312. package/layouts/index.d.ts +4 -4
  1313. package/layouts/page-layout/index.d.ts +4 -4
  1314. package/layouts/page-layout/page-layout-mobile-drawer.d.ts +1 -1
  1315. package/layouts/page-layout/page-layout-types.d.ts +2 -2
  1316. package/layouts/page-layout/page-layout.d.ts +1 -1
  1317. package/layouts/workspace-layout/index.d.ts +3 -3
  1318. package/layouts/workspace-layout/workspace-layout-types.d.ts +1 -1
  1319. package/layouts/workspace-layout/workspace-layout.d.ts +1 -1
  1320. package/layouts/workspace-layout/workspace-layout.d.ts.map +1 -1
  1321. package/layouts/workspace-layout/workspace-layout.js +2 -1
  1322. package/navigation/index.d.ts +4 -4
  1323. package/navigation/index.d.ts.map +1 -1
  1324. package/navigation/index.js +26 -16
  1325. package/package.json +26 -10
  1326. package/perf/PerfOverlay.d.ts +21 -0
  1327. package/perf/PerfOverlay.d.ts.map +1 -0
  1328. package/perf/PerfOverlay.js +90 -0
  1329. package/perf/perf-hud-control.d.ts +21 -0
  1330. package/perf/perf-hud-control.d.ts.map +1 -0
  1331. package/perf/perf-hud-control.js +98 -0
  1332. package/platform/assistant-launch-payload.d.ts.map +1 -1
  1333. package/platform/assistant-launch-payload.js +0 -3
  1334. package/platform/cloud-preference-patch.d.ts +1 -1
  1335. package/platform/desktop-permissions-client.d.ts +1 -1
  1336. package/platform/first-run-reset.d.ts +1 -1
  1337. package/platform/index.d.ts +14 -14
  1338. package/platform/init.d.ts +1 -1
  1339. package/platform/mobile-permissions-client.d.ts +1 -1
  1340. package/platform/platform-guards.d.ts +8 -0
  1341. package/platform/platform-guards.d.ts.map +1 -1
  1342. package/platform/platform-guards.js +2 -4
  1343. package/platform/types.d.ts +1 -1
  1344. package/platform/window-shell.d.ts +1 -1
  1345. package/retained-lazy.d.ts +1 -2
  1346. package/retained-lazy.d.ts.map +1 -1
  1347. package/services/app-updates/update-policy.d.ts +1 -1
  1348. package/services/app-updates/update-policy.d.ts.map +1 -1
  1349. package/services/app-updates/update-policy.js +1 -1
  1350. package/services/local-inference/active-model.d.ts +3 -3
  1351. package/services/local-inference/assignments.d.ts +6 -8
  1352. package/services/local-inference/assignments.d.ts.map +1 -1
  1353. package/services/local-inference/assignments.js +31 -14
  1354. package/services/local-inference/catalog-policy.d.ts +2 -1
  1355. package/services/local-inference/catalog-policy.d.ts.map +1 -1
  1356. package/services/local-inference/catalog-policy.js +6 -0
  1357. package/services/local-inference/catalog.d.ts +1 -1
  1358. package/services/local-inference/catalog.d.ts.map +1 -1
  1359. package/services/local-inference/catalog.js +1 -1
  1360. package/services/local-inference/custom-search.d.ts +2 -1
  1361. package/services/local-inference/custom-search.d.ts.map +1 -1
  1362. package/services/local-inference/custom-search.js +13 -21
  1363. package/services/local-inference/device-bridge.d.ts +1 -1
  1364. package/services/local-inference/downloader.d.ts +6 -5
  1365. package/services/local-inference/downloader.d.ts.map +1 -1
  1366. package/services/local-inference/downloader.js +9 -5
  1367. package/services/local-inference/engine.d.ts +1 -1
  1368. package/services/local-inference/external-scanner.d.ts +1 -1
  1369. package/services/local-inference/hardware.d.ts +2 -2
  1370. package/services/local-inference/hf-search.d.ts +5 -20
  1371. package/services/local-inference/hf-search.d.ts.map +1 -1
  1372. package/services/local-inference/hf-search.js +14 -272
  1373. package/services/local-inference/home-model-status.d.ts +1 -1
  1374. package/services/local-inference/index.d.ts +10 -10
  1375. package/services/local-inference/readiness.d.ts +1 -1
  1376. package/services/local-inference/recommendation.d.ts +1 -1
  1377. package/services/local-inference/registry.d.ts +11 -13
  1378. package/services/local-inference/registry.d.ts.map +1 -1
  1379. package/services/local-inference/registry.js +18 -17
  1380. package/services/local-inference/routing-policy.d.ts +6 -2
  1381. package/services/local-inference/routing-policy.d.ts.map +1 -1
  1382. package/services/local-inference/routing-policy.js +36 -8
  1383. package/services/local-inference/service.d.ts +6 -6
  1384. package/services/local-inference/service.d.ts.map +1 -1
  1385. package/services/local-inference/service.js +19 -8
  1386. package/services/local-inference/token-tree.d.ts +1 -1
  1387. package/slots/task-coordinator-slots.d.ts +2 -2
  1388. package/spatial/context.d.ts +1 -1
  1389. package/spatial/dom.d.ts +9 -3
  1390. package/spatial/dom.d.ts.map +1 -1
  1391. package/spatial/dom.js +13 -3
  1392. package/spatial/evaluate.d.ts +1 -1
  1393. package/spatial/index.d.ts +6 -6
  1394. package/spatial/primitives.d.ts +3 -3
  1395. package/spatial/primitives.d.ts.map +1 -1
  1396. package/spatial/primitives.js +10 -7
  1397. package/spatial/tui/engine.d.ts +1 -1
  1398. package/spatial/tui/index.d.ts +3 -3
  1399. package/spatial/tui/index.d.ts.map +1 -1
  1400. package/spatial/tui/index.js +2 -2
  1401. package/spatial/tui/renderer.d.ts +9 -2
  1402. package/spatial/tui/renderer.d.ts.map +1 -1
  1403. package/spatial/tui/renderer.js +47 -2
  1404. package/state/AppContext.d.ts +1 -1
  1405. package/state/AppContext.d.ts.map +1 -1
  1406. package/state/AppContext.js +83 -30
  1407. package/state/ChatComposerContext.hooks.d.ts +1 -1
  1408. package/state/ChatTurnStatusContext.hooks.d.ts +27 -0
  1409. package/state/ChatTurnStatusContext.hooks.d.ts.map +1 -0
  1410. package/state/ChatTurnStatusContext.hooks.js +24 -0
  1411. package/state/CompanionSceneConfigContext.hooks.d.ts +3 -3
  1412. package/state/ConversationMessagesContext.hooks.d.ts +26 -0
  1413. package/state/ConversationMessagesContext.hooks.d.ts.map +1 -0
  1414. package/state/ConversationMessagesContext.hooks.js +22 -0
  1415. package/state/PtySessionsContext.hooks.d.ts +1 -1
  1416. package/state/TranslationContext.hooks.d.ts +1 -1
  1417. package/state/TranslationProvider.d.ts +2 -2
  1418. package/state/action-notice.d.ts +31 -1
  1419. package/state/action-notice.d.ts.map +1 -1
  1420. package/state/action-notice.js +27 -1
  1421. package/state/agent-profiles.d.ts +10 -2
  1422. package/state/agent-profiles.d.ts.map +1 -1
  1423. package/state/agent-profiles.js +20 -0
  1424. package/state/agent-runtime-target.d.ts +2 -2
  1425. package/state/app-store.d.ts +52 -0
  1426. package/state/app-store.d.ts.map +1 -0
  1427. package/state/app-store.js +169 -0
  1428. package/state/autonomy.d.ts +1 -1
  1429. package/state/chat-conversation-guards.d.ts +1 -1
  1430. package/state/chat-conversation-guards.d.ts.map +1 -1
  1431. package/state/chat-conversation-guards.js +0 -1
  1432. package/state/complete-reset-local-state-after-wipe.d.ts +1 -1
  1433. package/state/conversation-message-filter.d.ts +1 -1
  1434. package/state/first-run-bootstrap.d.ts +1 -1
  1435. package/state/first-run-restart.d.ts +1 -1
  1436. package/state/handle-reset-applied-from-main.d.ts +2 -2
  1437. package/state/index.d.ts +24 -18
  1438. package/state/index.d.ts.map +1 -1
  1439. package/state/index.js +6 -0
  1440. package/state/internal.d.ts +11 -11
  1441. package/state/notifications/navigate-deep-link.d.ts +27 -0
  1442. package/state/notifications/navigate-deep-link.d.ts.map +1 -0
  1443. package/state/notifications/navigate-deep-link.js +48 -0
  1444. package/state/notifications/notification-store.d.ts +2 -2
  1445. package/state/notifications/notification-store.d.ts.map +1 -1
  1446. package/state/notifications/notification-store.js +4 -4
  1447. package/state/parsers.d.ts +3 -3
  1448. package/state/parsers.d.ts.map +1 -1
  1449. package/state/parsers.js +9 -3
  1450. package/state/persistence.d.ts +23 -8
  1451. package/state/persistence.d.ts.map +1 -1
  1452. package/state/persistence.js +86 -4
  1453. package/state/screen-capture-bridge.d.ts +8 -0
  1454. package/state/screen-capture-bridge.d.ts.map +1 -0
  1455. package/state/screen-capture-bridge.js +124 -0
  1456. package/state/setup-resume.d.ts +2 -2
  1457. package/state/shell-routing.d.ts +3 -3
  1458. package/state/shell-surface-store.d.ts +50 -0
  1459. package/state/shell-surface-store.d.ts.map +1 -0
  1460. package/state/shell-surface-store.js +130 -0
  1461. package/state/springboard-layout.d.ts +85 -0
  1462. package/state/springboard-layout.d.ts.map +1 -0
  1463. package/state/springboard-layout.js +180 -0
  1464. package/state/startup-coordinator.d.ts +1 -1
  1465. package/state/startup-phase-hydrate.d.ts +5 -5
  1466. package/state/startup-phase-hydrate.d.ts.map +1 -1
  1467. package/state/startup-phase-hydrate.js +6 -0
  1468. package/state/startup-phase-poll.d.ts +8 -8
  1469. package/state/startup-phase-restore.d.ts +22 -6
  1470. package/state/startup-phase-restore.d.ts.map +1 -1
  1471. package/state/startup-phase-restore.js +91 -1
  1472. package/state/startup-phase-runtime.d.ts +3 -3
  1473. package/state/startup-telemetry.d.ts +73 -0
  1474. package/state/startup-telemetry.d.ts.map +1 -0
  1475. package/state/startup-telemetry.js +139 -0
  1476. package/state/types.d.ts +36 -12
  1477. package/state/types.d.ts.map +1 -1
  1478. package/state/types.js +13 -0
  1479. package/state/ui-preferences.d.ts +39 -0
  1480. package/state/ui-preferences.d.ts.map +1 -1
  1481. package/state/ui-preferences.js +30 -1
  1482. package/state/use-startup-shell-controller.d.ts +8 -1
  1483. package/state/use-startup-shell-controller.d.ts.map +1 -1
  1484. package/state/use-startup-shell-controller.js +63 -3
  1485. package/state/useApp.d.ts +1 -1
  1486. package/state/useAppLifecycleEvents.d.ts +1 -1
  1487. package/state/useAppProviderEffects.d.ts +3 -3
  1488. package/state/useBackgroundConfig.d.ts +16 -0
  1489. package/state/useBackgroundConfig.d.ts.map +1 -0
  1490. package/state/useBackgroundConfig.js +21 -0
  1491. package/state/useCharacterState.d.ts +2 -2
  1492. package/state/useChatCallbacks.d.ts +40 -7
  1493. package/state/useChatCallbacks.d.ts.map +1 -1
  1494. package/state/useChatCallbacks.js +218 -132
  1495. package/state/useChatLifecycle.d.ts +12 -4
  1496. package/state/useChatLifecycle.d.ts.map +1 -1
  1497. package/state/useChatLifecycle.js +26 -2
  1498. package/state/useChatSend.d.ts +7 -4
  1499. package/state/useChatSend.d.ts.map +1 -1
  1500. package/state/useChatSend.js +126 -21
  1501. package/state/useChatState.d.ts +4 -4
  1502. package/state/useContentPack.d.ts.map +1 -1
  1503. package/state/useContentPack.js +12 -2
  1504. package/state/useDataLoaders.d.ts +6 -5
  1505. package/state/useDataLoaders.d.ts.map +1 -1
  1506. package/state/useDataLoaders.js +99 -5
  1507. package/state/useDeveloperMode.d.ts.map +1 -1
  1508. package/state/useDeveloperMode.js +48 -8
  1509. package/state/useDisplayPreferences.d.ts +6 -2
  1510. package/state/useDisplayPreferences.d.ts.map +1 -1
  1511. package/state/useDisplayPreferences.js +40 -2
  1512. package/state/useFirstRunCallbacks.d.ts +8 -8
  1513. package/state/useFirstRunState.d.ts +3 -3
  1514. package/state/useLifecycleState.d.ts +9 -2
  1515. package/state/useLifecycleState.d.ts.map +1 -1
  1516. package/state/useLifecycleState.js +26 -1
  1517. package/state/useLogsState.d.ts +1 -1
  1518. package/state/useMiscUiState.d.ts +1 -1
  1519. package/state/useNavigationState.d.ts +2 -2
  1520. package/state/usePluginsSkillsState.d.ts +3 -3
  1521. package/state/usePreviewMode.d.ts +4 -0
  1522. package/state/usePreviewMode.d.ts.map +1 -0
  1523. package/state/usePreviewMode.js +93 -0
  1524. package/state/useStartupCoordinator.d.ts +5 -5
  1525. package/state/useStartupCoordinator.d.ts.map +1 -1
  1526. package/state/useStartupCoordinator.js +9 -0
  1527. package/state/useStreamingText.d.ts +1 -1
  1528. package/state/useTriggersState.d.ts +1 -1
  1529. package/state/useViewKinds.d.ts +19 -0
  1530. package/state/useViewKinds.d.ts.map +1 -0
  1531. package/state/useViewKinds.js +28 -0
  1532. package/state/useWalletState.d.ts +3 -3
  1533. package/state/vrm.d.ts +1 -1
  1534. package/storybook/home-widget-decorator.d.ts +21 -0
  1535. package/storybook/home-widget-decorator.d.ts.map +1 -0
  1536. package/storybook/home-widget-decorator.js +53 -0
  1537. package/storybook/mock-providers.d.ts +2 -2
  1538. package/storybook/mock-providers.d.ts.map +1 -1
  1539. package/storybook/mock-providers.helpers.d.ts +1 -1
  1540. package/storybook/mock-providers.js +20 -1
  1541. package/styles/base.css +66 -32
  1542. package/styles/brand-gold.css +0 -7
  1543. package/styles/styles.css +10 -5
  1544. package/testing/layout-stability.d.ts +67 -0
  1545. package/testing/layout-stability.d.ts.map +1 -0
  1546. package/testing/layout-stability.js +106 -0
  1547. package/testing/render-counter.d.ts +56 -0
  1548. package/testing/render-counter.d.ts.map +1 -0
  1549. package/testing/render-counter.js +62 -0
  1550. package/themes/presets.d.ts.map +1 -1
  1551. package/themes/presets.js +17 -15
  1552. package/utils/attachment-url.d.ts +42 -0
  1553. package/utils/attachment-url.d.ts.map +1 -0
  1554. package/utils/attachment-url.js +130 -0
  1555. package/utils/cloud-agent-base.d.ts +0 -1
  1556. package/utils/cloud-agent-base.d.ts.map +1 -1
  1557. package/utils/cloud-agent-base.js +0 -8
  1558. package/utils/download-share.d.ts +65 -0
  1559. package/utils/download-share.d.ts.map +1 -0
  1560. package/utils/download-share.js +292 -0
  1561. package/utils/event-source.d.ts +17 -0
  1562. package/utils/event-source.d.ts.map +1 -0
  1563. package/utils/event-source.js +36 -0
  1564. package/utils/image-attachment.d.ts +156 -4
  1565. package/utils/image-attachment.d.ts.map +1 -1
  1566. package/utils/image-attachment.js +193 -4
  1567. package/utils/index.d.ts +33 -33
  1568. package/utils/workflow-executions.d.ts +1 -1
  1569. package/utils/workflow-json.d.ts +1 -1
  1570. package/view-telemetry.d.ts +30 -0
  1571. package/view-telemetry.d.ts.map +1 -0
  1572. package/view-telemetry.js +47 -0
  1573. package/views/view-interact-protocol.d.ts +6 -0
  1574. package/views/view-interact-protocol.d.ts.map +1 -1
  1575. package/views/view-interact-protocol.js +6 -0
  1576. package/voice/audio-frame-diarization-harness.d.ts +5 -0
  1577. package/voice/audio-frame-diarization-harness.d.ts.map +1 -1
  1578. package/voice/audio-frame-pump.d.ts +1 -1
  1579. package/voice/character-voice-config.d.ts +2 -2
  1580. package/voice/end-of-turn.d.ts +14 -11
  1581. package/voice/end-of-turn.d.ts.map +1 -1
  1582. package/voice/end-of-turn.js +14 -119
  1583. package/voice/index.d.ts +11 -10
  1584. package/voice/index.d.ts.map +1 -1
  1585. package/voice/index.js +1 -0
  1586. package/voice/jni-voice-harness.d.ts +19 -4
  1587. package/voice/jni-voice-harness.d.ts.map +1 -1
  1588. package/voice/jni-voice-harness.js +45 -10
  1589. package/voice/jni-voice-pipeline.d.ts +27 -3
  1590. package/voice/jni-voice-pipeline.d.ts.map +1 -1
  1591. package/voice/jni-voice-pipeline.js +40 -2
  1592. package/voice/local-asr-capture.js +1 -1
  1593. package/voice/local-asr-transcribe.d.ts +2 -2
  1594. package/voice/local-asr-transcribe.d.ts.map +1 -1
  1595. package/voice/local-asr-transcribe.js +3 -3
  1596. package/voice/playback-frame-pump.d.ts +49 -0
  1597. package/voice/playback-frame-pump.d.ts.map +1 -0
  1598. package/voice/playback-frame-pump.js +387 -0
  1599. package/voice/should-respond.d.ts +7 -32
  1600. package/voice/should-respond.d.ts.map +1 -1
  1601. package/voice/should-respond.js +7 -68
  1602. package/voice/useVoiceConfig.d.ts +1 -1
  1603. package/voice/voice-capture-factory.d.ts +2 -2
  1604. package/voice/voice-capture-factory.js +3 -3
  1605. package/voice/voice-chat-playback.d.ts +1 -1
  1606. package/voice/voice-chat-types.d.ts +2 -2
  1607. package/voice/voice-provider-defaults.d.ts +8 -5
  1608. package/voice/voice-provider-defaults.d.ts.map +1 -1
  1609. package/voice/voice-provider-defaults.js +17 -10
  1610. package/voice/voice-selftest/VoiceSelfTestShell.d.ts +11 -0
  1611. package/voice/voice-selftest/VoiceSelfTestShell.d.ts.map +1 -1
  1612. package/voice/voice-selftest/VoiceSelfTestShell.js +1 -4
  1613. package/voice/voice-selftest/VoiceWorkbenchShell.d.ts +29 -0
  1614. package/voice/voice-selftest/VoiceWorkbenchShell.d.ts.map +1 -0
  1615. package/voice/voice-selftest/VoiceWorkbenchShell.js +133 -0
  1616. package/voice/voice-selftest/timing.d.ts +8 -0
  1617. package/voice/voice-selftest/timing.d.ts.map +1 -0
  1618. package/voice/voice-selftest/timing.js +7 -0
  1619. package/voice/voice-selftest/voice-selftest-harness.d.ts +1 -1
  1620. package/voice/voice-selftest/voice-selftest-harness.d.ts.map +1 -1
  1621. package/voice/voice-selftest/voice-selftest-harness.js +1 -2
  1622. package/voice/voice-selftest/voice-workbench-player.d.ts +139 -0
  1623. package/voice/voice-selftest/voice-workbench-player.d.ts.map +1 -0
  1624. package/voice/voice-selftest/voice-workbench-player.js +401 -0
  1625. package/voice/voice-turn-signal.d.ts +15 -26
  1626. package/voice/voice-turn-signal.d.ts.map +1 -1
  1627. package/voice/voice-turn-signal.js +7 -51
  1628. package/widgets/WidgetHost.d.ts +10 -4
  1629. package/widgets/WidgetHost.d.ts.map +1 -1
  1630. package/widgets/WidgetHost.js +149 -30
  1631. package/widgets/__fixtures__/home-widget-mock-data.d.ts +89 -0
  1632. package/widgets/__fixtures__/home-widget-mock-data.d.ts.map +1 -0
  1633. package/widgets/__fixtures__/home-widget-mock-data.js +388 -0
  1634. package/widgets/home-attention-store.d.ts +40 -0
  1635. package/widgets/home-attention-store.d.ts.map +1 -0
  1636. package/widgets/home-attention-store.js +84 -0
  1637. package/widgets/home-priority.d.ts +136 -0
  1638. package/widgets/home-priority.d.ts.map +1 -0
  1639. package/widgets/home-priority.js +276 -0
  1640. package/widgets/index.d.ts +10 -7
  1641. package/widgets/index.d.ts.map +1 -1
  1642. package/widgets/index.js +4 -2
  1643. package/widgets/registry-store.d.ts +9 -11
  1644. package/widgets/registry-store.d.ts.map +1 -1
  1645. package/widgets/registry-store.js +8 -12
  1646. package/widgets/registry.d.ts +16 -4
  1647. package/widgets/registry.d.ts.map +1 -1
  1648. package/widgets/registry.js +432 -8
  1649. package/widgets/types.d.ts +12 -4
  1650. package/widgets/types.d.ts.map +1 -1
  1651. package/widgets/types.js +7 -1
  1652. package/widgets/useChatSidebarVisibility.d.ts +6 -3
  1653. package/widgets/useChatSidebarVisibility.d.ts.map +1 -1
  1654. package/widgets/useChatSidebarVisibility.js +15 -11
  1655. package/widgets/visibility.d.ts +16 -10
  1656. package/widgets/visibility.d.ts.map +1 -1
  1657. package/widgets/visibility.js +25 -13
  1658. package/api/agent-client-type-shim.d.ts +0 -24
  1659. package/api/agent-client-type-shim.d.ts.map +0 -1
  1660. package/api/agent-client-type-shim.js +0 -1
  1661. package/cloud/account-security/use-document-title.d.ts +0 -10
  1662. package/cloud/account-security/use-document-title.d.ts.map +0 -1
  1663. package/cloud/account-security/use-document-title.js +0 -20
  1664. package/cloud/admin/lib/format-usd.d.ts +0 -11
  1665. package/cloud/admin/lib/format-usd.d.ts.map +0 -1
  1666. package/cloud/admin/lib/format-usd.js +0 -18
  1667. package/cloud/admin/use-document-title.d.ts +0 -10
  1668. package/cloud/admin/use-document-title.d.ts.map +0 -1
  1669. package/cloud/api-explorer/use-document-title.d.ts +0 -11
  1670. package/cloud/api-explorer/use-document-title.d.ts.map +0 -1
  1671. package/cloud/api-explorer/use-document-title.js +0 -21
  1672. package/cloud/api-keys/use-document-title.d.ts +0 -10
  1673. package/cloud/api-keys/use-document-title.d.ts.map +0 -1
  1674. package/cloud/api-keys/use-document-title.js +0 -20
  1675. package/cloud/applications/lib/auth-query.d.ts +0 -14
  1676. package/cloud/applications/lib/auth-query.d.ts.map +0 -1
  1677. package/cloud/applications/lib/auth-query.js +0 -18
  1678. package/cloud/applications/lib/use-copy-feedback.d.ts +0 -9
  1679. package/cloud/applications/lib/use-copy-feedback.d.ts.map +0 -1
  1680. package/cloud/applications/lib/use-copy-feedback.js +0 -13
  1681. package/cloud/applications/lib/use-session-auth.d.ts +0 -28
  1682. package/cloud/applications/lib/use-session-auth.d.ts.map +0 -1
  1683. package/cloud/approvals/lib/auth-query.d.ts +0 -18
  1684. package/cloud/approvals/lib/auth-query.d.ts.map +0 -1
  1685. package/cloud/approvals/lib/auth-query.js +0 -22
  1686. package/cloud/approvals/lib/use-session-auth.d.ts +0 -28
  1687. package/cloud/approvals/lib/use-session-auth.d.ts.map +0 -1
  1688. package/cloud/approvals/lib/use-session-auth.js +0 -97
  1689. package/cloud/documents/lib/auth-query.d.ts +0 -17
  1690. package/cloud/documents/lib/auth-query.d.ts.map +0 -1
  1691. package/cloud/documents/lib/use-session-auth.d.ts +0 -27
  1692. package/cloud/documents/lib/use-session-auth.d.ts.map +0 -1
  1693. package/cloud/documents/lib/use-session-auth.js +0 -96
  1694. package/cloud/documents/use-document-title.d.ts +0 -11
  1695. package/cloud/documents/use-document-title.d.ts.map +0 -1
  1696. package/cloud/documents/use-document-title.js +0 -21
  1697. package/cloud/instances/lib/format-bytes.d.ts +0 -19
  1698. package/cloud/instances/lib/format-bytes.d.ts.map +0 -1
  1699. package/cloud/instances/lib/format-bytes.js +0 -25
  1700. package/cloud/instances/lib/use-copy-feedback.d.ts +0 -9
  1701. package/cloud/instances/lib/use-copy-feedback.d.ts.map +0 -1
  1702. package/cloud/instances/lib/use-document-title.d.ts +0 -13
  1703. package/cloud/instances/lib/use-document-title.d.ts.map +0 -1
  1704. package/cloud/instances/lib/use-document-title.js +0 -23
  1705. package/cloud/monetization/lib/format-usd.d.ts +0 -12
  1706. package/cloud/monetization/lib/format-usd.d.ts.map +0 -1
  1707. package/cloud/monetization/lib/format-usd.js +0 -19
  1708. package/cloud/monetization/use-document-title.d.ts +0 -10
  1709. package/cloud/monetization/use-document-title.d.ts.map +0 -1
  1710. package/cloud/monetization/use-document-title.js +0 -20
  1711. package/components/local-inference/CustomModelSearch.d.ts +0 -19
  1712. package/components/local-inference/CustomModelSearch.d.ts.map +0 -1
  1713. package/components/local-inference/CustomModelSearch.js +0 -128
  1714. package/components/pages/ViewCatalog.d.ts +0 -10
  1715. package/components/pages/ViewCatalog.d.ts.map +0 -1
  1716. package/components/pages/ViewCatalog.js +0 -600
  1717. package/components/shell/ChatAmbientBackground.d.ts +0 -8
  1718. package/components/shell/ChatAmbientBackground.d.ts.map +0 -1
  1719. package/components/shell/ChatAmbientBackground.js +0 -51
@@ -0,0 +1,139 @@
1
+ /**
2
+ * Renderer startup telemetry (issue #9565).
3
+ *
4
+ * A tiny, dependency-free recorder for cold-start `performance.mark()`s on the
5
+ * renderer side of a device boot. It does NOT drive startup — the sole startup
6
+ * authority stays `useStartupCoordinator`; this only OBSERVES the boot so a
7
+ * single device launch can be reconstructed (a harness reads
8
+ * `window.__ELIZA_STARTUP_TRACE__`) and correlated with the native host trace
9
+ * (Electrobun `startup-trace.ts`) and backend boot telemetry
10
+ * (`<stateDir>/telemetry/boot/latest.json`) through one shared trace id.
11
+ *
12
+ * Each checkpoint is recorded once (first occurrence wins — boot phases are
13
+ * one-shot), emitted as a real `performance.mark()` (so it shows in the
14
+ * Performance panel and `performance.getEntriesByType("mark")`), and mirrored
15
+ * onto `window.__ELIZA_STARTUP_TRACE__` for out-of-band capture.
16
+ */
17
+ /** `performance.mark()` name prefix so renderer marks are greppable. */
18
+ export const STARTUP_MARK_PREFIX = "eliza.startup:";
19
+ /** Window key the harness reads. */
20
+ export const STARTUP_TRACE_WINDOW_KEY = "__ELIZA_STARTUP_TRACE__";
21
+ /** Window key a native host (Electrobun/Capacitor) may inject to share its id. */
22
+ export const STARTUP_TRACE_ID_WINDOW_KEY = "__ELIZA_STARTUP_TRACE_ID__";
23
+ // One boot == one module evaluation, so module-level state is the trace.
24
+ let traceId = "";
25
+ const marks = [];
26
+ const recorded = new Set();
27
+ function nowMs() {
28
+ return typeof performance !== "undefined" &&
29
+ typeof performance.now === "function"
30
+ ? performance.now()
31
+ : 0;
32
+ }
33
+ function originMs() {
34
+ return typeof performance !== "undefined" &&
35
+ typeof performance.timeOrigin === "number"
36
+ ? performance.timeOrigin
37
+ : 0;
38
+ }
39
+ function readInjectedTraceId() {
40
+ if (typeof window === "undefined")
41
+ return undefined;
42
+ const value = window[STARTUP_TRACE_ID_WINDOW_KEY];
43
+ return typeof value === "string" && value.length > 0 ? value : undefined;
44
+ }
45
+ function mirrorToWindow() {
46
+ if (typeof window === "undefined")
47
+ return;
48
+ window[STARTUP_TRACE_WINDOW_KEY] = {
49
+ traceId,
50
+ timeOrigin: originMs(),
51
+ marks,
52
+ };
53
+ }
54
+ /**
55
+ * Resolve the trace id once. A native-host-injected id wins (so a desktop or
56
+ * mobile launch shares ONE id across the native trace + this renderer trace);
57
+ * otherwise the caller's `preferredId` is used; otherwise a renderer-local id
58
+ * derived from `timeOrigin` (stable across a single boot, no RNG/clock so the
59
+ * UI determinism gate stays green). Idempotent.
60
+ */
61
+ export function initStartupTrace(preferredId) {
62
+ if (traceId)
63
+ return traceId;
64
+ traceId =
65
+ readInjectedTraceId() ??
66
+ preferredId ??
67
+ `renderer-${Math.trunc(originMs())}`;
68
+ mirrorToWindow();
69
+ return traceId;
70
+ }
71
+ /**
72
+ * Record a startup checkpoint. First call for a given `name` wins; later calls
73
+ * are ignored so phase re-entry (poll retries, agent switching) does not skew
74
+ * the cold-start story. Cheap and safe to call from the boot critical path.
75
+ */
76
+ export function markStartup(name, detail) {
77
+ if (recorded.has(name))
78
+ return;
79
+ recorded.add(name);
80
+ if (!traceId)
81
+ initStartupTrace();
82
+ const mark = { name, at: nowMs() };
83
+ if (detail)
84
+ mark.detail = detail;
85
+ marks.push(mark);
86
+ if (typeof performance !== "undefined" &&
87
+ typeof performance.mark === "function") {
88
+ try {
89
+ performance.mark(`${STARTUP_MARK_PREFIX}${name}`, {
90
+ detail: { traceId, ...detail },
91
+ });
92
+ }
93
+ catch {
94
+ // Some engines reject the options bag; the plain mark is enough.
95
+ performance.mark(`${STARTUP_MARK_PREFIX}${name}`);
96
+ }
97
+ }
98
+ mirrorToWindow();
99
+ }
100
+ /**
101
+ * Emit a `performance.measure()` spanning two recorded checkpoints, so a span
102
+ * (e.g. how long `initializeAppModules` blocked first paint) is visible in the
103
+ * Performance panel. No-op if either mark is missing.
104
+ */
105
+ export function measureStartup(name, fromName, toName) {
106
+ if (typeof performance === "undefined" ||
107
+ typeof performance.measure !== "function") {
108
+ return;
109
+ }
110
+ try {
111
+ const options = {
112
+ start: `${STARTUP_MARK_PREFIX}${fromName}`,
113
+ };
114
+ if (toName)
115
+ options.end = `${STARTUP_MARK_PREFIX}${toName}`;
116
+ performance.measure(`${STARTUP_MARK_PREFIX}${name}`, options);
117
+ }
118
+ catch {
119
+ // A missing endpoint mark is expected on paths that short-circuit boot.
120
+ }
121
+ }
122
+ /** Snapshot of the current trace (clones the marks array). */
123
+ export function getStartupTrace() {
124
+ return { traceId, timeOrigin: originMs(), marks: marks.slice() };
125
+ }
126
+ /** True once a given checkpoint has been recorded. */
127
+ export function hasStartupMark(name) {
128
+ return recorded.has(name);
129
+ }
130
+ /** Test-only reset of module state. */
131
+ export function __resetStartupTraceForTests() {
132
+ traceId = "";
133
+ marks.length = 0;
134
+ recorded.clear();
135
+ if (typeof window !== "undefined") {
136
+ delete window[STARTUP_TRACE_WINDOW_KEY];
137
+ delete window[STARTUP_TRACE_ID_WINDOW_KEY];
138
+ }
139
+ }
package/state/types.d.ts CHANGED
@@ -1,12 +1,13 @@
1
1
  import type { WalletChainKind, WalletEntry, WalletPrimaryMap, WalletSource } from "@elizaos/shared";
2
2
  import type { Dispatch, SetStateAction } from "react";
3
- import type { AgentStatus, AppRunSummary, AppSessionState, AppViewerAuthMessage, BscTradeExecuteRequest, BscTradeExecuteResponse, BscTradePreflightResponse, BscTradeQuoteRequest, BscTradeQuoteResponse, BscTradeTxStatusResponse, BscTransferExecuteRequest, BscTransferExecuteResponse, CatalogSkill, CharacterData, ChatTokenUsage, CodingAgentSession, Conversation, ConversationChannelType, ConversationMessage, CreateTriggerRequest, DropStatus, ExtensionStatus, FirstRunOptions, ImageAttachment, LogEntry, McpMarketplaceResult, McpRegistryServerDetail, McpServerConfig, McpServerStatus, MintResult, PluginInfo, RegistryPlugin, RegistryStatus, ReleaseChannel, SkillInfo, SkillMarketplaceResult, SkillScanReportSummary, StewardApprovalActionResponse, StewardBalanceResponse, StewardHistoryResponse, StewardPendingResponse, StewardStatusResponse, StewardTokenBalancesResponse, StewardWalletAddressesResponse, StewardWebhookEventsResponse, StewardWebhookEventType, StreamEventEnvelope, SystemPermissionId, TriggerHealthSnapshot, TriggerRunRecord, TriggerSummary, UpdateStatus, UpdateTriggerRequest, WalletAddresses, WalletBalancesResponse, WalletConfigStatus, WalletConfigUpdateRequest, WalletExportResult, WalletNftsResponse, WalletTradingProfileResponse, WalletTradingProfileSourceFilter, WalletTradingProfileWindow, WhitelistStatus, WorkbenchOverview } from "../api/client";
4
- import type { FirstRunRuntimeTarget } from "../first-run/runtime-target";
5
- import type { UiLanguage } from "../i18n";
6
- import type { Tab } from "../navigation";
7
- import type { AgentProfile } from "./agent-profile-types";
8
- import type { UiShellMode, UiTheme, UiThemeMode } from "./ui-preferences";
9
- export type { UiShellMode } from "./ui-preferences";
3
+ import type { AgentStatus, AppRunSummary, AppSessionState, AppViewerAuthMessage, BscTradeExecuteRequest, BscTradeExecuteResponse, BscTradePreflightResponse, BscTradeQuoteRequest, BscTradeQuoteResponse, BscTradeTxStatusResponse, BscTransferExecuteRequest, BscTransferExecuteResponse, CatalogSkill, CharacterData, ChatTokenUsage, CodingAgentSession, Conversation, ConversationChannelType, ConversationMessage, CreateTriggerRequest, DropStatus, ExtensionStatus, FirstRunOptions, ImageAttachment, LogEntry, McpMarketplaceResult, McpRegistryServerDetail, McpServerConfig, McpServerStatus, MintResult, PluginInfo, RegistryPlugin, RegistryStatus, ReleaseChannel, SkillInfo, SkillMarketplaceResult, SkillScanReportSummary, StewardApprovalActionResponse, StewardBalanceResponse, StewardHistoryResponse, StewardPendingResponse, StewardStatusResponse, StewardTokenBalancesResponse, StewardWalletAddressesResponse, StewardWebhookEventsResponse, StewardWebhookEventType, StreamEventEnvelope, SystemPermissionId, TriggerHealthSnapshot, TriggerRunRecord, TriggerSummary, UpdateStatus, UpdateTriggerRequest, WalletAddresses, WalletBalancesResponse, WalletConfigStatus, WalletConfigUpdateRequest, WalletExportResult, WalletNftsResponse, WalletTradingProfileResponse, WalletTradingProfileSourceFilter, WalletTradingProfileWindow, WhitelistStatus, WorkbenchOverview } from "../api/client.js";
4
+ import type { CloudHandoffPhaseDetail } from "../events/index.js";
5
+ import type { FirstRunRuntimeTarget } from "../first-run/runtime-target.js";
6
+ import type { UiLanguage } from "../i18n/index.js";
7
+ import type { Tab } from "../navigation/index.js";
8
+ import type { AgentProfile } from "./agent-profile-types.js";
9
+ import type { BackgroundConfig, UiShellMode, UiTheme, UiThemeMode } from "./ui-preferences.js";
10
+ export type { UiShellMode } from "./ui-preferences.js";
10
11
  /** 3D companion render power: full quality, OS/battery-aware default, or always efficient. */
11
12
  export type CompanionVrmPowerMode = "quality" | "balanced" | "efficiency";
12
13
  /** When to cap the companion VRM loop at ~half the display refresh rate. */
@@ -47,9 +48,9 @@ export interface FirstRunNextOptions {
47
48
  skipTask?: string;
48
49
  }
49
50
  export declare const FIRST_RUN_PERMISSION_LABELS: Record<SystemPermissionId, string>;
50
- import type { ActionBanner } from "./action-banner";
51
- import type { ActionNotice } from "./action-notice";
52
- export type { ActionBanner, ActionNotice };
51
+ import type { ActionBanner } from "./action-banner.js";
52
+ import type { ActionNotice, ActionTone } from "./action-notice.js";
53
+ export type { ActionBanner, ActionNotice, ActionTone };
53
54
  export type LifecycleAction = "start" | "stop" | "restart" | "reset";
54
55
  export declare const LIFECYCLE_MESSAGES: Record<LifecycleAction, {
55
56
  inProgress: string;
@@ -72,6 +73,15 @@ export declare const AGENT_STATES: ReadonlySet<AgentStatus["state"]>;
72
73
  * the composer in its "set up a provider" state rather than going live.
73
74
  */
74
75
  export declare function deriveAgentReady(agentStatus: AgentStatus | null): boolean;
76
+ /**
77
+ * True while a shared→dedicated cloud-agent handoff is in flight (`migrating`):
78
+ * the user is chatting on the shared adapter while the dedicated container boots.
79
+ * One signal both the chat shell and the Settings cloud-agents row read, so the
80
+ * transient "shared-now / dedicated-pending" state isn't opaque to either. It is
81
+ * an AWARENESS signal only — it never gates the composer, since the shared
82
+ * adapter is fully responsive during the handoff.
83
+ */
84
+ export declare function isCloudAgentWaking(phase: CloudHandoffPhaseDetail | null, agentId?: string): boolean;
75
85
  /**
76
86
  * Whether the chat lifecycle should keep polling agent status to clear the
77
87
  * "waking up" banner (#8777). Poll while the agent is NOT ready
@@ -145,6 +155,10 @@ export interface AppState {
145
155
  uiLanguage: UiLanguage;
146
156
  uiTheme: UiTheme;
147
157
  uiThemeMode: UiThemeMode;
158
+ /** The unified home/app background, shared across the home and every view. */
159
+ backgroundConfig: BackgroundConfig;
160
+ /** True when there is a previous background config to undo to. */
161
+ canUndoBackground: boolean;
148
162
  ownerName: string | null;
149
163
  /** VRM quality vs GPU use: always full quality, battery-aware (default), or always efficient. */
150
164
  companionVrmPowerMode: CompanionVrmPowerMode;
@@ -157,6 +171,13 @@ export interface AppState {
157
171
  companionHalfFramerateMode: CompanionHalfFramerateMode;
158
172
  connected: boolean;
159
173
  agentStatus: AgentStatus | null;
174
+ /**
175
+ * Latest shared→dedicated cloud-agent handoff phase, or null. Single source of
176
+ * truth fed by `CLOUD_HANDOFF_PHASE_EVENT`, so the chat shell and the Settings
177
+ * cloud-agents row both reflect the shared-now/dedicated-pending state instead
178
+ * of each running an independent wake loop. {@link isCloudAgentWaking}.
179
+ */
180
+ cloudHandoffPhase: CloudHandoffPhaseDetail | null;
160
181
  firstRunComplete: boolean;
161
182
  /** Incremented on agent reset so first-run UI shows immediately (not stuck behind VRM reveal). */
162
183
  firstRunUiRevealNonce: number;
@@ -199,7 +220,7 @@ export interface AppState {
199
220
  conversationMessages: ConversationMessage[];
200
221
  autonomousEvents: StreamEventEnvelope[];
201
222
  autonomousLatestEventId: string | null;
202
- autonomousRunHealthByRunId: import("./autonomy").AutonomyRunHealthMap;
223
+ autonomousRunHealthByRunId: import("./autonomy.js").AutonomyRunHealthMap;
203
224
  /** Active PTY coding agent sessions from the SwarmCoordinator. */
204
225
  ptySessions: CodingAgentSession[];
205
226
  /** Conversation IDs with unread proactive messages from the agent. */
@@ -512,6 +533,9 @@ export interface AppActions {
512
533
  setUiLanguage: (language: UiLanguage) => void;
513
534
  setUiTheme: (theme: UiTheme) => void;
514
535
  setUiThemeMode: (mode: UiThemeMode) => void;
536
+ setBackgroundConfig: (config: BackgroundConfig) => void;
537
+ /** Restore the most recent previous background config (no-op when empty). */
538
+ undoBackgroundConfig: () => void;
515
539
  setCompanionVrmPowerMode: (mode: CompanionVrmPowerMode) => void;
516
540
  setCompanionAnimateWhenHidden: (enabled: boolean) => void;
517
541
  setCompanionHalfFramerateMode: (mode: CompanionHalfFramerateMode) => void;
@@ -669,7 +693,7 @@ export interface AppActions {
669
693
  loadWorkbench: () => Promise<void>;
670
694
  handleAgentExport: () => Promise<void>;
671
695
  handleAgentImport: () => Promise<void>;
672
- setActionNotice: (text: string, tone?: "info" | "success" | "error", ttlMs?: number, once?: boolean, busy?: boolean) => void;
696
+ setActionNotice: (text: string, tone?: ActionTone, ttlMs?: number, once?: boolean, busy?: boolean) => void;
673
697
  setState: <K extends keyof AppState>(key: K, value: AppState[K]) => void;
674
698
  setAnalysisMode: (mode: boolean) => void;
675
699
  copyToClipboard: (text: string) => Promise<void>;
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/state/types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,eAAe,EACf,WAAW,EACX,gBAAgB,EAChB,YAAY,EACb,MAAM,iBAAiB,CAAC;AACzB,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,KAAK,EACV,WAAW,EACX,aAAa,EACb,eAAe,EACf,oBAAoB,EACpB,sBAAsB,EACtB,uBAAuB,EACvB,yBAAyB,EACzB,oBAAoB,EACpB,qBAAqB,EACrB,wBAAwB,EACxB,yBAAyB,EACzB,0BAA0B,EAC1B,YAAY,EACZ,aAAa,EACb,cAAc,EACd,kBAAkB,EAClB,YAAY,EACZ,uBAAuB,EACvB,mBAAmB,EACnB,oBAAoB,EACpB,UAAU,EACV,eAAe,EACf,eAAe,EACf,eAAe,EACf,QAAQ,EACR,oBAAoB,EACpB,uBAAuB,EACvB,eAAe,EACf,eAAe,EACf,UAAU,EACV,UAAU,EACV,cAAc,EACd,cAAc,EACd,cAAc,EACd,SAAS,EACT,sBAAsB,EACtB,sBAAsB,EACtB,6BAA6B,EAC7B,sBAAsB,EACtB,sBAAsB,EACtB,sBAAsB,EACtB,qBAAqB,EACrB,4BAA4B,EAC5B,8BAA8B,EAC9B,4BAA4B,EAC5B,uBAAuB,EACvB,mBAAmB,EACnB,kBAAkB,EAClB,qBAAqB,EACrB,gBAAgB,EAChB,cAAc,EACd,YAAY,EACZ,oBAAoB,EACpB,eAAe,EACf,sBAAsB,EACtB,kBAAkB,EAClB,yBAAyB,EACzB,kBAAkB,EAClB,kBAAkB,EAClB,4BAA4B,EAC5B,gCAAgC,EAChC,0BAA0B,EAC1B,eAAe,EACf,iBAAiB,EAClB,MAAM,eAAe,CAAC;AACvB,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AACzE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AAC1C,OAAO,KAAK,EAAE,GAAG,EAAE,MAAM,eAAe,CAAC;AACzC,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAC1D,OAAO,KAAK,EAAE,WAAW,EAAE,OAAO,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAE1E,YAAY,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,8FAA8F;AAC9F,MAAM,MAAM,qBAAqB,GAAG,SAAS,GAAG,UAAU,GAAG,YAAY,CAAC;AAE1E,4EAA4E;AAC5E,MAAM,MAAM,0BAA0B,GAAG,KAAK,GAAG,mBAAmB,GAAG,QAAQ,CAAC;AAChF,MAAM,MAAM,SAAS,GAAG,WAAW,GAAG,WAAW,GAAG,SAAS,CAAC;AAE9D;;;GAGG;AACH,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,sBAAsB,CAAC,EAAE,OAAO,CAAC;CAClC;AAED,0DAA0D;AAC1D,MAAM,WAAW,mBAAmB;IAClC;;;;OAIG;IACH,sBAAsB,EAAE,CAAC,EAAE,EAAE,MAAM,IAAI,KAAK,IAAI,CAAC;CAClD;AAED,MAAM,MAAM,SAAS,GAAG,YAAY,GAAG,OAAO,GAAG,cAAc,CAAC;AAEhE,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,SAAS,CAAC;IACd,IAAI,EAAE,MAAM,CAAC;IACb,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,WAAW,EAAE,aAAa,EAgBtC,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,OAAO,GAAG,UAAU,GAAG,gBAAgB,CAAC;AAEnE,MAAM,MAAM,iBAAiB,GACzB,UAAU,GACV,KAAK,GACL,aAAa,GACb,OAAO,GACP,UAAU,CAAC;AAEf,MAAM,WAAW,mBAAmB;IAClC,qBAAqB,CAAC,EAAE,OAAO,CAAC;IAChC,mBAAmB,CAAC,EAAE,OAAO,CAAC;IAC9B,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,2BAA2B,EAAE,MAAM,CAAC,kBAAkB,EAAE,MAAM,CAQ1E,CAAC;AAEF,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AACpD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAEpD,YAAY,EAAE,YAAY,EAAE,YAAY,EAAE,CAAC;AAE3C,MAAM,MAAM,eAAe,GAAG,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,OAAO,CAAC;AAErE,eAAO,MAAM,kBAAkB,EAAE,MAAM,CACrC,eAAe,EACf;IACE,UAAU,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;IACjB,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE,MAAM,CAAC;CACd,CA4BF,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAAG,oBAAoB,CAAC;AAE9D,eAAO,MAAM,YAAY,EAAE,WAAW,CAAC,WAAW,CAAC,OAAO,CAAC,CAOzD,CAAC;AAEH;;;;;;;;;;;GAWG;AACH,wBAAgB,gBAAgB,CAAC,WAAW,EAAE,WAAW,GAAG,IAAI,GAAG,OAAO,CAQzE;AAED;;;;;;;;GAQG;AACH,wBAAgB,yBAAyB,CACvC,WAAW,EAAE,WAAW,GAAG,IAAI,GAC9B,OAAO,CAQT;AAED,MAAM,MAAM,iBAAiB,GAAG;IAC9B,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,kBAAkB,GAAG,oBAAoB,GAAG,OAAO,CAAC;AAE/E,MAAM,MAAM,kBAAkB,GAC1B,iBAAiB,GACjB,qBAAqB,GACrB,eAAe,GACf,aAAa,GACb,eAAe,GACf,SAAS,CAAC;AAEd,MAAM,WAAW,iBAAiB;IAChC,MAAM,EAAE,kBAAkB,CAAC;IAC3B,KAAK,EAAE,YAAY,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAED,MAAM,WAAW,sBAAsB;IACrC,KAAK,EAAE;QACL,KAAK,EACD,mBAAmB,GACnB,kBAAkB,GAClB,iBAAiB,GACjB,kBAAkB,GAClB,oBAAoB,GACpB,kBAAkB,GAClB,WAAW,GACX,OAAO,GACP,OAAO,CAAC;QACZ,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;KACxB,CAAC;IACF,QAAQ,EAAE,CAAC,KAAK,EAAE;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAA;KAAE,KAAK,IAAI,CAAC;IACpE,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,KAAK,EAAE,MAAM,IAAI,CAAC;IAClB,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAC7B,MAAM,EAAE;QACN,oBAAoB,EAAE,OAAO,CAAC;QAC9B,gBAAgB,EAAE,MAAM,CAAC;QACzB,mBAAmB,EAAE,MAAM,CAAC;QAC5B,uBAAuB,EAAE,OAAO,CAAC;QACjC,aAAa,EAAE,gBAAgB,GAAG,gBAAgB,GAAG,eAAe,GAAG,IAAI,CAAC;KAC7E,CAAC;IACF,WAAW,EAAE,YAAY,CAAC;IAC1B,OAAO,EAAE,OAAO,CAAC;IACjB,QAAQ,EAAE,OAAO,CAAC;IAClB,MAAM,EAAE,gBAAgB,GAAG,gBAAgB,GAAG,eAAe,GAAG,IAAI,CAAC;IACrE,KAAK,EAAE,sBAAsB,CAAC,OAAO,CAAC,CAAC,OAAO,CAAC,CAAC;CACjD;AAED,MAAM,WAAW,YAAY;IAC3B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,aAAc,SAAQ,cAAc;IACnD,SAAS,EAAE,MAAM,CAAC;CACnB;AAID,yEAAyE;AACzE,MAAM,MAAM,qBAAqB,GAAG;IAClC,QAAQ,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,OAAO,CAAC;IACd,GAAG,EAAE,OAAO,CAAC;IACb,IAAI,EAAE,OAAO,CAAC;IACd,MAAM,EAAE,OAAO,CAAC;CACjB,CAAC;AAEF,MAAM,WAAW,QAAQ;IAEvB,GAAG,EAAE,GAAG,CAAC;IACT,WAAW,EAAE,WAAW,CAAC;IACzB,UAAU,EAAE,UAAU,CAAC;IACvB,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,WAAW,CAAC;IACzB,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,iGAAiG;IACjG,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C;;;OAGG;IACH,0BAA0B,EAAE,OAAO,CAAC;IACpC,8EAA8E;IAC9E,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,SAAS,EAAE,OAAO,CAAC;IACnB,WAAW,EAAE,WAAW,GAAG,IAAI,CAAC;IAChC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,kGAAkG;IAClG,qBAAqB,EAAE,MAAM,CAAC;IAC9B,eAAe,EAAE,OAAO,CAAC;IACzB,YAAY,EAAE,YAAY,CAAC;IAC3B,YAAY,EAAE,iBAAiB,GAAG,IAAI,CAAC;IACvC,8DAA8D;IAC9D,kBAAkB,EAAE,sBAAsB,CAAC;IAC3C,YAAY,EAAE,OAAO,CAAC;IACtB,YAAY,EAAE,YAAY,GAAG,IAAI,CAAC;IAClC,aAAa,EAAE,OAAO,CAAC;IACvB,eAAe,EAAE,eAAe,GAAG,IAAI,CAAC;IAGxC,cAAc,EAAE,OAAO,CAAC;IACxB,qBAAqB,EAAE,MAAM,EAAE,CAAC;IAChC,sBAAsB,EAAE,OAAO,CAAC;IAGhC,iBAAiB,EAAE;QACjB,KAAK,EAAE,WAAW,GAAG,cAAc,GAAG,cAAc,GAAG,QAAQ,CAAC;QAChE,gBAAgB,EAAE,MAAM,CAAC;QACzB,oBAAoB,EAAE,MAAM,CAAC;QAC7B,kBAAkB,EAAE,OAAO,CAAC;KAC7B,CAAC;IACF,kCAAkC,EAAE,OAAO,CAAC;IAG5C,cAAc,EAAE,MAAM,EAAE,CAAC;IAGzB,YAAY,EAAE,YAAY,GAAG,IAAI,CAAC;IAGlC,cAAc,EAAE,OAAO,CAAC;IACxB,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,WAAW,EAAE,OAAO,CAAC;IAGrB,SAAS,EAAE,MAAM,CAAC;IAClB,WAAW,EAAE,OAAO,CAAC;IACrB,sBAAsB,EAAE,OAAO,CAAC;IAChC,aAAa,EAAE,aAAa,GAAG,IAAI,CAAC;IACpC,iBAAiB,EAAE,OAAO,CAAC;IAC3B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,wBAAwB,EAAE,MAAM,CAAC;IACjC,oBAAoB,EAAE,mBAAmB,EAAE,CAAC;IAC5C,gBAAgB,EAAE,mBAAmB,EAAE,CAAC;IACxC,uBAAuB,EAAE,MAAM,GAAG,IAAI,CAAC;IACvC,0BAA0B,EAAE,OAAO,YAAY,EAAE,oBAAoB,CAAC;IACtE,kEAAkE;IAClE,WAAW,EAAE,kBAAkB,EAAE,CAAC;IAClC,sEAAsE;IACtE,mBAAmB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAGjC,QAAQ,EAAE,cAAc,EAAE,CAAC;IAC3B,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,OAAO,CAAC;IACzB,cAAc,EAAE,OAAO,CAAC;IACxB,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,gBAAgB,EAAE,CAAC,CAAC;IACpD,aAAa,EAAE,qBAAqB,GAAG,IAAI,CAAC;IAC5C,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAG5B,OAAO,EAAE,UAAU,EAAE,CAAC;IACtB,YAAY,EAAE,KAAK,GAAG,aAAa,GAAG,WAAW,GAAG,SAAS,GAAG,WAAW,CAAC;IAC5E,kBAAkB,EAAE,KAAK,GAAG,SAAS,GAAG,UAAU,CAAC;IACnD,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAChC,kBAAkB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAChC,YAAY,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC1B,iBAAiB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC/B,gBAAgB,EAAE,OAAO,CAAC;IAC1B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,aAAa,EAAE,OAAO,CAAC;IAGvB,MAAM,EAAE,SAAS,EAAE,CAAC;IACpB,YAAY,EAAE,IAAI,GAAG,QAAQ,CAAC;IAC9B,mBAAmB,EAAE,OAAO,CAAC;IAC7B,eAAe,EAAE,MAAM,CAAC;IACxB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,aAAa,EAAE,OAAO,CAAC;IACvB,iBAAiB,EAAE,sBAAsB,GAAG,IAAI,CAAC;IACjD,aAAa,EAAE,MAAM,CAAC;IACtB,kBAAkB,EAAE,OAAO,CAAC;IAC5B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,sBAAsB,EAAE,MAAM,CAAC;IAC/B,wBAAwB,EAAE,sBAAsB,EAAE,CAAC;IACnD,sBAAsB,EAAE,MAAM,CAAC;IAC/B,wBAAwB,EAAE,OAAO,CAAC;IAClC,uBAAuB,EAAE,MAAM,CAAC;IAChC,gCAAgC,EAAE,MAAM,CAAC;IAGzC,IAAI,EAAE,QAAQ,EAAE,CAAC;IACjB,UAAU,EAAE,MAAM,EAAE,CAAC;IACrB,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,eAAe,EAAE,MAAM,CAAC;IACxB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAG5B,cAAc,EAAE,OAAO,CAAC;IACxB,kBAAkB,EAAE,OAAO,CAAC;IAG5B,aAAa,EAAE,OAAO,CAAC;IACvB,eAAe,EAAE,eAAe,GAAG,IAAI,CAAC;IACxC,YAAY,EAAE,kBAAkB,GAAG,IAAI,CAAC;IACxC,cAAc,EAAE,sBAAsB,GAAG,IAAI,CAAC;IAC9C,UAAU,EAAE,kBAAkB,GAAG,IAAI,CAAC;IACtC,aAAa,EAAE,OAAO,CAAC;IACvB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,aAAa,EAAE,QAAQ,GAAG,MAAM,CAAC;IACjC,gBAAgB,EAAE,kBAAkB,GAAG,IAAI,CAAC;IAC5C,mBAAmB,EAAE,OAAO,CAAC;IAC7B,kBAAkB,EAAE,OAAO,CAAC;IAC5B,aAAa,EAAE,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;IAC5C,kEAAkE;IAClE,sBAAsB,EAAE,KAAK,GAAG,MAAM,CAAC;IACvC,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,OAAO,EAAE,WAAW,EAAE,CAAC;IACvB,aAAa,EAAE,gBAAgB,GAAG,IAAI,CAAC;IACvC,uBAAuB,EAAE,OAAO,CAAC,MAAM,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC,CAAC;IACnE,oBAAoB,EAAE,OAAO,CAAC,MAAM,CAAC,eAAe,EAAE,OAAO,CAAC,CAAC,CAAC;IAChE,eAAe,EAAE,OAAO,CAAC;IAGzB,cAAc,EAAE,cAAc,GAAG,IAAI,CAAC;IACtC,eAAe,EAAE,OAAO,CAAC;IACzB,mBAAmB,EAAE,OAAO,CAAC;IAC7B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAG7B,UAAU,EAAE,UAAU,GAAG,IAAI,CAAC;IAC9B,WAAW,EAAE,OAAO,CAAC;IACrB,cAAc,EAAE,OAAO,CAAC;IACxB,UAAU,EAAE,UAAU,GAAG,IAAI,CAAC;IAC9B,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,SAAS,EAAE,OAAO,CAAC;IAEnB,eAAe,EAAE,eAAe,GAAG,IAAI,CAAC;IACxC,gBAAgB,EAAE,OAAO,CAAC;IAG1B,aAAa,EAAE,aAAa,GAAG,IAAI,CAAC;IACpC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,eAAe,EAAE,OAAO,CAAC;IACzB,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAClC,cAAc,EAAE,aAAa,CAAC;IAC9B,gBAAgB,EAAE,MAAM,CAAC;IACzB,YAAY,EAAE,MAAM,CAAC;IACrB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,8DAA8D;IAC9D,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,yEAAyE;IACzE,iBAAiB,EAAE,MAAM,CAAC;IAC1B,oDAAoD;IACpD,mBAAmB,EAAE,MAAM,CAAC;IAC5B,kFAAkF;IAClF,cAAc,EAAE,MAAM,CAAC;IAGvB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,6BAA6B,EAAE,OAAO,CAAC;IACvC,mBAAmB,EAAE,OAAO,CAAC;IAC7B,yBAAyB,EAAE,OAAO,CAAC;IACnC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,yBAAyB,EAAE,OAAO,CAAC;IACnC,8FAA8F;IAC9F,sBAAsB,EAAE,OAAO,CAAC;IAChC,0FAA0F;IAC1F,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,kBAAkB,EAAE,MAAM,CAAC;IAC3B,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,6EAA6E;IAC7E,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;IACtC,kBAAkB,EAAE,UAAU,GAAG,SAAS,CAAC;IAC3C,mBAAmB,EAAE,OAAO,CAAC;IAC7B,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IACpC;;;;;;;;;;OAUG;IACH,0BAA0B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1C,uBAAuB,EAAE,OAAO,CAAC;IAGjC,kBAAkB,EAAE,YAAY,GAAG,IAAI,CAAC;IAGxC,YAAY,EAAE,YAAY,GAAG,IAAI,CAAC;IAClC,aAAa,EAAE,OAAO,CAAC;IACvB,mBAAmB,EAAE,OAAO,CAAC;IAG7B,eAAe,EAAE,eAAe,GAAG,IAAI,CAAC;IACxC,iBAAiB,EAAE,OAAO,CAAC;IAG3B,YAAY,EAAE,cAAc,EAAE,CAAC;IAC/B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,KAAK,GAAG,WAAW,GAAG,aAAa,GAAG,WAAW,GAAG,SAAS,CAAC;IAC3E,YAAY,EAAE,OAAO,CAAC;IACtB,eAAe,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC7B,iBAAiB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC/B,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,iBAAiB,EAAE,cAAc,GAAG,IAAI,CAAC;IACzC,WAAW,EAAE,SAAS,GAAG,QAAQ,CAAC;IAGlC,aAAa,EAAE,YAAY,EAAE,CAAC;IAC9B,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,WAAW,EAAE,WAAW,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;IACxD,aAAa,EAAE,MAAM,CAAC;IACtB,cAAc,EAAE,OAAO,CAAC;IACxB,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,kBAAkB,EAAE,YAAY,GAAG,IAAI,CAAC;IACxC,iBAAiB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAC/B,mBAAmB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IAGjC,gBAAgB,EAAE,OAAO,CAAC;IAC1B,SAAS,EAAE,iBAAiB,GAAG,IAAI,CAAC;IACpC,uBAAuB,EAAE,OAAO,CAAC;IACjC,0BAA0B,EAAE,OAAO,CAAC;IACpC,uBAAuB,EAAE,OAAO,CAAC;IAGjC,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,OAAO,CAAC;IAC3B,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,IAAI,GAAG,IAAI,CAAC;IACxB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAG7B,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAG7B,SAAS,EAAE,SAAS,CAAC;IACrB,YAAY,EAAE,YAAY,CAAC;IAC3B,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,qBAAqB,EAAE,MAAM,EAAE,CAAC;IAChC,8BAA8B,EAAE,OAAO,CAAC;IACxC,eAAe,EAAE,eAAe,GAAG,IAAI,CAAC;IACxC,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,aAAa,EAAE,MAAM,CAAC;IACtB,qBAAqB,EAAE,qBAAqB,CAAC;IAC7C,mBAAmB,EAAE,MAAM,CAAC;IAC5B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;IAC3B,gBAAgB,EAAE,MAAM,CAAC;IACzB,cAAc,EAAE,MAAM,CAAC;IACvB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,+BAA+B,EAAE,OAAO,CAAC;IACzC,yBAAyB,EAAE,KAAK,CAAC;QAC/B,EAAE,EAAE,MAAM,CAAC;QACX,MAAM,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,QAAQ,CAAC,EAAE,MAAM,CAAC;QAClB,MAAM,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,WAAW,GAAG,OAAO,CAAC;QACrD,YAAY,EAAE,OAAO,CAAC;KACvB,CAAC,CAAC;IACH,qBAAqB,EAAE,MAAM,CAAC;IAC9B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,wBAAwB,EAAE,OAAO,CAAC;IAClC,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;IACnC,uBAAuB,EAAE,OAAO,CAAC;IACjC,uBAAuB,EAAE,MAAM,CAAC;IAChC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,oBAAoB,EAAE,MAAM,CAAC;IAC7B,2BAA2B,EAAE,MAAM,CAAC;IACpC,wBAAwB,EAAE,MAAM,CAAC;IACjC,uBAAuB,EAAE,MAAM,CAAC;IAChC,yBAAyB,EAAE,MAAM,CAAC;IAClC,oBAAoB,EAAE,MAAM,CAAC;IAC7B,yBAAyB,EAAE,MAAM,CAAC;IAClC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,uBAAuB,EAAE,OAAO,GAAG,OAAO,CAAC;IAC3C,qBAAqB,EAAE,OAAO,GAAG,QAAQ,CAAC;IAC1C,sBAAsB,EAAE,GAAG,CAAC,MAAM,CAAC,CAAC;IACpC,qBAAqB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9C,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACxC,WAAW,EAAE,MAAM,CAAC;IAGpB,uBAAuB,EAAE,OAAO,CAAC;IACjC,sBAAsB,EAAE,OAAO,CAAC;IAChC,oBAAoB,EAAE,OAAO,CAAC;IAC9B,qBAAqB,EAAE,OAAO,CAAC;IAC/B,sBAAsB,EAAE,OAAO,CAAC;IAChC,0BAA0B,EAAE,OAAO,CAAC;IACpC,0DAA0D;IAC1D,2BAA2B,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3C,iCAAiC,EAAE,OAAO,CAAC;IAG3C,kBAAkB,EAAE,OAAO,CAAC;IAC5B,YAAY,EAAE,MAAM,CAAC;IACrB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAGhC,YAAY,EAAE,OAAO,CAAC;IAGtB,eAAe,EAAE,OAAO,CAAC;IAGzB,oBAAoB,EAAE,MAAM,CAAC,MAAM,EAAE,eAAe,CAAC,CAAC;IACtD,iBAAiB,EAAE,eAAe,EAAE,CAAC;IACrC,mBAAmB,EAAE,MAAM,CAAC;IAC5B,qBAAqB,EAAE,oBAAoB,EAAE,CAAC;IAC9C,qBAAqB,EAAE,OAAO,CAAC;IAC/B,SAAS,EAAE,MAAM,CAAC;IAClB,eAAe,EAAE,uBAAuB,GAAG,IAAI,CAAC;IAChD,eAAe,EAAE,oBAAoB,GAAG,IAAI,CAAC;IAC7C,YAAY,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACrC,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAGxC,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAG1B,iBAAiB,EAAE,eAAe,EAAE,CAAC;IAGrC,OAAO,EAAE,aAAa,EAAE,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,iBAAiB,EAAE,MAAM,CAAC;IAC1B,yBAAyB,EAAE,OAAO,CAAC;IACnC,4BAA4B,EAAE,0BAA0B,GAAG,IAAI,CAAC;IAChE,iBAAiB,EAAE,eAAe,GAAG,IAAI,CAAC;IAE1C,iFAAiF;IACjF,kBAAkB,EAAE,OAAO,CAAC;IAE5B,gFAAgF;IAChF,mBAAmB,EAAE,OAAO,CAAC;IAC7B,mEAAmE;IACnE,gBAAgB,EAAE,MAAM,GAAG,IAAI,CAAC;IAEhC;;;;;OAKG;IACH,eAAe,EAAE;QACf,SAAS,CAAC,EAAE,MAAM,CAAC;QACnB,OAAO,CAAC,EAAE,OAAO,CAAC;QAClB,EAAE,EAAE,MAAM,CAAC;QACX,MAAM,EAAE,MAAM,CAAC;QACf,eAAe,CAAC,EAAE,MAAM,CAAC;QACzB,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,UAAU,CAAC,EAAE,MAAM,CAAC;KACrB,GAAG,IAAI,CAAC;IAET;;;;;OAKG;IACH,uBAAuB,EAAE,MAAM,GAAG,IAAI,CAAC;IAGvC,UAAU,EAAE,QAAQ,GAAG,SAAS,GAAG,OAAO,CAAC;IAC3C,WAAW,EAAE,WAAW,GAAG,WAAW,GAAG,WAAW,CAAC;IACrD,aAAa,EAAE,UAAU,GAAG,YAAY,GAAG,SAAS,CAAC;IACrD,cAAc,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;IAG/C,YAAY,EAAE,MAAM,EAAE,CAAC;IAGvB,UAAU,EAAE,MAAM,EAAE,CAAC;IAGrB,SAAS,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACnC,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,MAAM,8BAA8B,GACtC;IAAE,EAAE,EAAE,IAAI,CAAA;CAAE,GACZ;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAA;CAAE,CAAC;AAEpD,eAAO,MAAM,kCAAkC,IAAI,CAAC;AACpD,eAAO,MAAM,sBAAsB,SAAU,CAAC;AAE9C,MAAM,WAAW,UAAU;IAEzB,MAAM,EAAE,CAAC,GAAG,EAAE,GAAG,KAAK,IAAI,CAAC;IAC3B,cAAc,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IAC5C,iBAAiB,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IAC/C,eAAe,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;IAC3C,UAAU,EAAE,mBAAmB,CAAC;IAChC,aAAa,EAAE,CAAC,QAAQ,EAAE,UAAU,KAAK,IAAI,CAAC;IAC9C,UAAU,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACrC,cAAc,EAAE,CAAC,IAAI,EAAE,WAAW,KAAK,IAAI,CAAC;IAC5C,wBAAwB,EAAE,CAAC,IAAI,EAAE,qBAAqB,KAAK,IAAI,CAAC;IAChE,6BAA6B,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IAC1D,6BAA6B,EAAE,CAAC,IAAI,EAAE,0BAA0B,KAAK,IAAI,CAAC;IAG1E,WAAW,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACjC,UAAU,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAEhC,aAAa,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACnC,WAAW,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACjC,uFAAuF;IACvF,0BAA0B,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAChE,YAAY,EAAE,MAAM,IAAI,CAAC;IACzB,oBAAoB,EAAE,MAAM,IAAI,CAAC;IACjC,iBAAiB,EAAE,MAAM,IAAI,CAAC;IAC9B,eAAe,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACrC,cAAc,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACpC,gCAAgC,EAAE,MAAM,IAAI,CAAC;IAC7C,sBAAsB,EAAE,MAAM,IAAI,CAAC;IACnC,cAAc,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACpC,oBAAoB,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,IAAI,CAAC;IAChD,gBAAgB,EAAE,CAAC,MAAM,EAAE,YAAY,KAAK,IAAI,CAAC;IACjD,mBAAmB,EAAE,MAAM,IAAI,CAAC;IAGhC,cAAc,EAAE,CACd,WAAW,CAAC,EAAE,uBAAuB,EACrC,OAAO,CAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;KAAE,KAC7C,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,cAAc,EAAE,MAAM,IAAI,CAAC;IAC3B,eAAe,EAAE,CAAC,cAAc,EAAE,MAAM,KAAK,IAAI,CAAC;IAClD,cAAc,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACtE,eAAe,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACrC,4BAA4B,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAClD,qBAAqB,EAAE,CAAC,KAAK,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACzD,oBAAoB,EAAE,QAAQ,CAAC,cAAc,CAAC,eAAe,EAAE,CAAC,CAAC,CAAC;IAClE,wBAAwB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACxD,wBAAwB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACxD,wBAAwB,EAAE,CAAC,EAAE,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACvE,qFAAqF;IACrF,wBAAwB,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,GAAG,IAAI,CAAC,CAAC;IACjE,0FAA0F;IAC1F,iBAAiB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACnD,8EAA8E;IAC9E,YAAY,EAAE,CACZ,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE;QACR,WAAW,CAAC,EAAE,uBAAuB,CAAC;QACtC,cAAc,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC/B,MAAM,CAAC,EAAE,eAAe,EAAE,CAAC;QAC3B,QAAQ,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;KACpC,KACE,OAAO,CAAC,IAAI,CAAC,CAAC;IAGnB,YAAY,EAAE,CAAC,OAAO,CAAC,EAAE;QAAE,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAChE,oBAAoB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1C,aAAa,EAAE,CACb,OAAO,EAAE,oBAAoB,KAC1B,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IACpC,aAAa,EAAE,CACb,EAAE,EAAE,MAAM,EACV,OAAO,EAAE,oBAAoB,KAC1B,OAAO,CAAC,cAAc,GAAG,IAAI,CAAC,CAAC;IACpC,aAAa,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAChD,aAAa,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAChD,eAAe,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC/C,iBAAiB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAGvC,mBAAmB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAGzC,WAAW,EAAE,CAAC,OAAO,CAAC,EAAE;QAAE,MAAM,CAAC,EAAE,OAAO,CAAA;KAAE,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC/D,mBAAmB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACzC,kBAAkB,EAAE,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1E,sBAAsB,EAAE,CACtB,QAAQ,EAAE,MAAM,EAChB,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,KAC3B,OAAO,CAAC,IAAI,CAAC,CAAC;IAGnB,UAAU,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAChC,aAAa,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACnC,iBAAiB,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACxE,iBAAiB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACvC,eAAe,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACpD,iBAAiB,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACpE,iBAAiB,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACtD,sBAAsB,EAAE,CAAC,OAAO,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC3D,uBAAuB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC7C,2BAA2B,EAAE,CAAC,IAAI,EAAE,sBAAsB,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC7E,yBAAyB,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC5E,yBAAyB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC/C,sBAAsB,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACzE,uBAAuB,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC1E,0BAA0B,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAG7E,QAAQ,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAG9B,aAAa,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACnC,gBAAgB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACtC,YAAY,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAClC,QAAQ,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAC9B,eAAe,EAAE,CACf,OAAO,EAAE,sBAAsB,KAC5B,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACtC,kBAAkB,EAAE,CAClB,OAAO,EAAE,yBAAyB,KAC/B,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACzC,oBAAoB,EAAE,CACpB,YAAY,CAAC,EAAE,MAAM,KAClB,OAAO,CAAC,yBAAyB,CAAC,CAAC;IACxC,gBAAgB,EAAE,CAChB,OAAO,EAAE,oBAAoB,KAC1B,OAAO,CAAC,qBAAqB,CAAC,CAAC;IACpC,mBAAmB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACzE,gBAAgB,EAAE,MAAM,OAAO,CAAC,qBAAqB,CAAC,CAAC;IACvD,mBAAmB,EAAE,MAAM,OAAO,CAAC,8BAA8B,CAAC,CAAC;IACnE,iBAAiB,EAAE,CAAC,OAAO,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACzE,gBAAgB,EAAE,CAAC,OAAO,CAAC,EAAE,MAAM,KAAK,OAAO,CAAC,4BAA4B,CAAC,CAAC;IAC9E,uBAAuB,EAAE,CAAC,IAAI,CAAC,EAAE;QAC/B,KAAK,CAAC,EAAE,uBAAuB,CAAC;QAChC,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,KAAK,OAAO,CAAC,4BAA4B,CAAC,CAAC;IAC5C,iBAAiB,EAAE,CAAC,IAAI,CAAC,EAAE;QACzB,MAAM,CAAC,EAAE,MAAM,CAAC;QAChB,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,MAAM,CAAC;KACjB,KAAK,OAAO,CAAC;QACZ,OAAO,EAAE,sBAAsB,CAAC;QAChC,KAAK,EAAE,MAAM,CAAC;QACd,MAAM,EAAE,MAAM,CAAC;QACf,KAAK,EAAE,MAAM,CAAC;KACf,CAAC,CAAC;IACH,iBAAiB,EAAE,MAAM,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACzD,gBAAgB,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC3E,eAAe,EAAE,CACf,IAAI,EAAE,MAAM,EACZ,MAAM,CAAC,EAAE,MAAM,KACZ,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC5C,wBAAwB,EAAE,CACxB,MAAM,CAAC,EAAE,0BAA0B,EACnC,MAAM,CAAC,EAAE,gCAAgC,KACtC,OAAO,CAAC,4BAA4B,CAAC,CAAC;IAC3C,sBAAsB,EAAE,CACtB,MAAM,EAAE,yBAAyB,KAC9B,OAAO,CAAC,OAAO,CAAC,CAAC;IACtB,gBAAgB,EAAE,CAChB,KAAK,EAAE,eAAe,EACtB,MAAM,EAAE,YAAY,KACjB,OAAO,CAAC,IAAI,CAAC,CAAC;IACnB,mBAAmB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACzC,gBAAgB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAGtC,kBAAkB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACxC,eAAe,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACrC,mBAAmB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACzC,cAAc,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACpC,YAAY,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAChD,mBAAmB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAGzC,aAAa,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACnC,mBAAmB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACzC,yBAAyB,EAAE,CAAC,CAAC,SAAS,MAAM,aAAa,EACvD,KAAK,EAAE,CAAC,EACR,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,KACpB,IAAI,CAAC;IACV,yBAAyB,EAAE,CACzB,KAAK,EAAE,YAAY,GAAG,cAAc,EACpC,KAAK,EAAE,MAAM,KACV,IAAI,CAAC;IACV,yBAAyB,EAAE,CACzB,QAAQ,EAAE,KAAK,GAAG,MAAM,GAAG,MAAM,EACjC,KAAK,EAAE,MAAM,KACV,IAAI,CAAC;IACV,mCAAmC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IAG7D,kBAAkB,EAAE,CAAC,OAAO,CAAC,EAAE,mBAAmB,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACrE,kBAAkB,EAAE,MAAM,IAAI,CAAC;IAC/B,4EAA4E;IAC5E,wBAAwB,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;IACpD,8DAA8D;IAC9D,gBAAgB,EAAE,CAAC,IAAI,EAAE,SAAS,KAAK,IAAI,CAAC;IAC5C,2BAA2B,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACjD,6BAA6B,EAAE,MAAM,IAAI,CAAC;IAC1C;;;;;;;;;OASG;IACH,gBAAgB,EAAE,CAChB,UAAU,CAAC,EAAE,GAAG,EAChB,OAAO,CAAC,EAAE,uBAAuB,KAC9B,IAAI,CAAC;IAGV,gBAAgB,EAAE,CAAC,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACrE,qBAAqB,EAAE,CAAC,IAAI,CAAC,EAAE;QAC7B,gBAAgB,CAAC,EAAE,OAAO,CAAC;KAC5B,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAGpB,kBAAkB,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAC;IAChD,yBAAyB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAG/C,gBAAgB,EAAE,CAAC,KAAK,CAAC,EAAE,OAAO,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACrD,mBAAmB,EAAE,CAAC,OAAO,EAAE,cAAc,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAGhE,oBAAoB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAG1C,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,gBAAgB,EAAE,MAAM,IAAI,CAAC;IAG7B,aAAa,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAGnC,iBAAiB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IACvC,iBAAiB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;IAGvC,eAAe,EAAE,CACf,IAAI,EAAE,MAAM,EACZ,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,GAAG,OAAO,EACnC,KAAK,CAAC,EAAE,MAAM,EACd,IAAI,CAAC,EAAE,OAAO,EACd,IAAI,CAAC,EAAE,OAAO,KACX,IAAI,CAAC;IAGV,QAAQ,EAAE,CAAC,CAAC,SAAS,MAAM,QAAQ,EAAE,GAAG,EAAE,CAAC,EAAE,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,KAAK,IAAI,CAAC;IAEzE,eAAe,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,IAAI,CAAC;IAGzC,eAAe,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAGjD,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,MAAM,CAAC;CAC9D;AAED,MAAM,MAAM,eAAe,GAAG,QAAQ,GAAG,UAAU,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../../src/state/types.ts"],"names":[],"mappings":"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"}
package/state/types.js CHANGED
@@ -77,6 +77,19 @@ export function deriveAgentReady(agentStatus) {
77
77
  return (agentStatus.canRespond ??
78
78
  (agentStatus.state === "running" && Boolean(agentStatus.model)));
79
79
  }
80
+ /**
81
+ * True while a shared→dedicated cloud-agent handoff is in flight (`migrating`):
82
+ * the user is chatting on the shared adapter while the dedicated container boots.
83
+ * One signal both the chat shell and the Settings cloud-agents row read, so the
84
+ * transient "shared-now / dedicated-pending" state isn't opaque to either. It is
85
+ * an AWARENESS signal only — it never gates the composer, since the shared
86
+ * adapter is fully responsive during the handoff.
87
+ */
88
+ export function isCloudAgentWaking(phase, agentId) {
89
+ if (phase?.phase !== "migrating")
90
+ return false;
91
+ return agentId === undefined || phase.agentId === agentId;
92
+ }
80
93
  /**
81
94
  * Whether the chat lifecycle should keep polling agent status to clear the
82
95
  * "waking up" banner (#8777). Poll while the agent is NOT ready
@@ -6,4 +6,43 @@ export type UiTheme = "light" | "dark";
6
6
  */
7
7
  export type UiThemeMode = "light" | "dark" | "system";
8
8
  export type UiShellMode = "companion" | "native";
9
+ /**
10
+ * How the unified app background is rendered. `shader` paints the animated
11
+ * warm-glow field in a user-chosen color; `image` paints a cover image the
12
+ * user uploaded or generated.
13
+ */
14
+ export type BackgroundMode = "shader" | "image";
15
+ /**
16
+ * The user's chosen home/app background. It is read once at the shell root and
17
+ * shared (unchanged) across the home and every view, so navigating never
18
+ * remounts or flashes it. Individual apps/views may paint over it.
19
+ */
20
+ export interface BackgroundConfig {
21
+ mode: BackgroundMode;
22
+ /** Base color for the shader field (6-digit hex, e.g. "#ef5a1f"). */
23
+ color: string;
24
+ /** Cover-image source (data URL or `/api/media/…`) when `mode === "image"`. */
25
+ imageUrl?: string;
26
+ }
27
+ /** The default shader color — preserves the prior warm-orange home look. */
28
+ export declare const DEFAULT_BACKGROUND_COLOR = "#ef5a1f";
29
+ export declare const DEFAULT_BACKGROUND_CONFIG: BackgroundConfig;
30
+ /** A named default background — a curated shader color the user can pick. */
31
+ export interface BackgroundPreset {
32
+ /** Stable slug used by chat ("use the teal background") and tests. */
33
+ id: string;
34
+ /** Human-readable name shown to screen readers and the agent. */
35
+ label: string;
36
+ /** 6-digit hex color driving the shader field. */
37
+ color: string;
38
+ }
39
+ /**
40
+ * The curated default backgrounds. This is the single source of truth shared by
41
+ * the Background view (swatches) and the agent's BACKGROUND action (so "use the
42
+ * teal background" maps to the same color the swatch sets). Each preset is a
43
+ * live, breathing shader field — not a flat fill.
44
+ */
45
+ export declare const BACKGROUND_PRESETS: readonly BackgroundPreset[];
46
+ /** Structural equality for two background configs (skips history no-ops). */
47
+ export declare function backgroundConfigsEqual(a: BackgroundConfig, b: BackgroundConfig): boolean;
9
48
  //# sourceMappingURL=ui-preferences.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ui-preferences.d.ts","sourceRoot":"","sources":["../../../../../src/state/ui-preferences.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,OAAO,GAAG,OAAO,GAAG,MAAM,CAAC;AAEvC;;;;GAIG;AACH,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;AAEtD,MAAM,MAAM,WAAW,GAAG,WAAW,GAAG,QAAQ,CAAC"}
1
+ {"version":3,"file":"ui-preferences.d.ts","sourceRoot":"","sources":["../../../../../src/state/ui-preferences.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,OAAO,GAAG,OAAO,GAAG,MAAM,CAAC;AAEvC;;;;GAIG;AACH,MAAM,MAAM,WAAW,GAAG,OAAO,GAAG,MAAM,GAAG,QAAQ,CAAC;AAEtD,MAAM,MAAM,WAAW,GAAG,WAAW,GAAG,QAAQ,CAAC;AAEjD;;;;GAIG;AACH,MAAM,MAAM,cAAc,GAAG,QAAQ,GAAG,OAAO,CAAC;AAEhD;;;;GAIG;AACH,MAAM,WAAW,gBAAgB;IAC/B,IAAI,EAAE,cAAc,CAAC;IACrB,qEAAqE;IACrE,KAAK,EAAE,MAAM,CAAC;IACd,+EAA+E;IAC/E,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,4EAA4E;AAC5E,eAAO,MAAM,wBAAwB,YAAY,CAAC;AAElD,eAAO,MAAM,yBAAyB,EAAE,gBAGvC,CAAC;AAEF,6EAA6E;AAC7E,MAAM,WAAW,gBAAgB;IAC/B,sEAAsE;IACtE,EAAE,EAAE,MAAM,CAAC;IACX,iEAAiE;IACjE,KAAK,EAAE,MAAM,CAAC;IACd,kDAAkD;IAClD,KAAK,EAAE,MAAM,CAAC;CACf;AAED;;;;;GAKG;AACH,eAAO,MAAM,kBAAkB,EAAE,SAAS,gBAAgB,EAWzD,CAAC;AAEF,6EAA6E;AAC7E,wBAAgB,sBAAsB,CACpC,CAAC,EAAE,gBAAgB,EACnB,CAAC,EAAE,gBAAgB,GAClB,OAAO,CAMT"}
@@ -1 +1,30 @@
1
- export {};
1
+ /** The default shader color — preserves the prior warm-orange home look. */
2
+ export const DEFAULT_BACKGROUND_COLOR = "#ef5a1f";
3
+ export const DEFAULT_BACKGROUND_CONFIG = {
4
+ mode: "shader",
5
+ color: DEFAULT_BACKGROUND_COLOR,
6
+ };
7
+ /**
8
+ * The curated default backgrounds. This is the single source of truth shared by
9
+ * the Background view (swatches) and the agent's BACKGROUND action (so "use the
10
+ * teal background" maps to the same color the swatch sets). Each preset is a
11
+ * live, breathing shader field — not a flat fill.
12
+ */
13
+ export const BACKGROUND_PRESETS = [
14
+ { id: "orange", label: "Orange", color: DEFAULT_BACKGROUND_COLOR },
15
+ { id: "amber", label: "Amber", color: "#f59e0b" },
16
+ { id: "rose", label: "Rose", color: "#e11d48" },
17
+ { id: "violet", label: "Violet", color: "#7c3aed" },
18
+ { id: "blue", label: "Blue", color: "#2563eb" },
19
+ { id: "teal", label: "Teal", color: "#0891b2" },
20
+ { id: "green", label: "Green", color: "#059669" },
21
+ { id: "slate", label: "Slate", color: "#334155" },
22
+ { id: "black", label: "Black", color: "#0a0a0a" },
23
+ { id: "light", label: "Light", color: "#f4f4f5" },
24
+ ];
25
+ /** Structural equality for two background configs (skips history no-ops). */
26
+ export function backgroundConfigsEqual(a, b) {
27
+ return (a.mode === b.mode &&
28
+ a.color === b.color &&
29
+ (a.imageUrl ?? "") === (b.imageUrl ?? ""));
30
+ }
@@ -1,4 +1,11 @@
1
- import type { StartupShellView } from "../components/shell/startup-shell-types";
1
+ import type { StartupShellView } from "../components/shell/startup-shell-types.js";
2
+ /**
3
+ * A loopback gateway is the local-agent-on-this-machine case — the common,
4
+ * benign target a `connect` deep link points at. Anything else (LAN, Tailscale,
5
+ * .local, a public host) repoints the app at a different server and must be
6
+ * user-confirmed (see the CONNECT_EVENT handler).
7
+ */
8
+ export declare function isLoopbackGatewayHost(gatewayUrl: string): boolean;
2
9
  export interface StartupShellController {
3
10
  view: StartupShellView;
4
11
  retryStartup: () => void;
@@ -1 +1 @@
1
- {"version":3,"file":"use-startup-shell-controller.d.ts","sourceRoot":"","sources":["../../../../../src/state/use-startup-shell-controller.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAoChF,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,gBAAgB,CAAC;IACvB,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B;AAED,wBAAgB,yBAAyB,IAAI,sBAAsB,CAsKlE"}
1
+ {"version":3,"file":"use-startup-shell-controller.d.ts","sourceRoot":"","sources":["../../../../../src/state/use-startup-shell-controller.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAShF;;;;;GAKG;AACH,wBAAgB,qBAAqB,CAAC,UAAU,EAAE,MAAM,GAAG,OAAO,CAcjE;AAsCD,MAAM,WAAW,sBAAsB;IACrC,IAAI,EAAE,gBAAgB,CAAC;IACvB,YAAY,EAAE,MAAM,IAAI,CAAC;CAC1B;AAED,wBAAgB,yBAAyB,IAAI,sBAAsB,CAuMlE"}
@@ -4,7 +4,36 @@ import { CONNECT_EVENT } from "../events/index.js";
4
4
  import { ensureStoreBuildWorkspaceFolder } from "../first-run/ensure-store-build-workspace-folder.js";
5
5
  import { persistMobileRuntimeModeForServerTarget } from "../first-run/mobile-runtime-mode.js";
6
6
  import { applyLaunchConnection } from "../platform/index.js";
7
- import { useApp } from "./useApp.js";
7
+ import { confirmDesktopAction } from "../utils/desktop-dialogs.js";
8
+ import { useAppSelectorShallow } from "./app-store.js";
9
+ /**
10
+ * A loopback gateway is the local-agent-on-this-machine case — the common,
11
+ * benign target a `connect` deep link points at. Anything else (LAN, Tailscale,
12
+ * .local, a public host) repoints the app at a different server and must be
13
+ * user-confirmed (see the CONNECT_EVENT handler).
14
+ */
15
+ export function isLoopbackGatewayHost(gatewayUrl) {
16
+ try {
17
+ const host = new URL(gatewayUrl).hostname
18
+ .toLowerCase()
19
+ .replace(/^\[|\]$/g, "");
20
+ return (host === "localhost" ||
21
+ host === "::1" ||
22
+ host === "0.0.0.0" ||
23
+ host.startsWith("127."));
24
+ }
25
+ catch {
26
+ return false;
27
+ }
28
+ }
29
+ function gatewayHostForDisplay(gatewayUrl) {
30
+ try {
31
+ return new URL(gatewayUrl).host || gatewayUrl;
32
+ }
33
+ catch {
34
+ return gatewayUrl;
35
+ }
36
+ }
8
37
  function phaseToStatusKey(phase) {
9
38
  switch (phase) {
10
39
  case "restoring-session":
@@ -33,7 +62,19 @@ function needsBootstrapSession() {
33
62
  }
34
63
  }
35
64
  export function useStartupShellController() {
36
- const { startupCoordinator, startupError, firstRunComplete, firstRunCloudProvisionedContainer, retryStartup, setActionNotice, setState, t, } = useApp();
65
+ // Granular shallow selector instead of useApp() so the startup controller
66
+ // re-renders only when one of the eight fields it reads changes, not on every
67
+ // app-store field update (#9141 gap 2 — useApp() → useAppSelector migration).
68
+ const { startupCoordinator, startupError, firstRunComplete, firstRunCloudProvisionedContainer, retryStartup, setActionNotice, setState, t, } = useAppSelectorShallow((s) => ({
69
+ startupCoordinator: s.startupCoordinator,
70
+ startupError: s.startupError,
71
+ firstRunComplete: s.firstRunComplete,
72
+ firstRunCloudProvisionedContainer: s.firstRunCloudProvisionedContainer,
73
+ retryStartup: s.retryStartup,
74
+ setActionNotice: s.setActionNotice,
75
+ setState: s.setState,
76
+ t: s.t,
77
+ }));
37
78
  const phase = startupCoordinator.phase;
38
79
  const [showBootstrap, setShowBootstrap] = useState(false);
39
80
  const cloudSkipProbeStartedRef = useRef(false);
@@ -42,7 +83,7 @@ export function useStartupShellController() {
42
83
  coordinatorDispatchRef.current = startupCoordinator.dispatch;
43
84
  coordinatorStateRef.current = startupCoordinator.state;
44
85
  useEffect(() => {
45
- const handleConnect = (event) => {
86
+ const handleConnect = async (event) => {
46
87
  const detail = event.detail;
47
88
  const payload = detail && typeof detail === "object" && !Array.isArray(detail)
48
89
  ? detail
@@ -50,6 +91,25 @@ export function useStartupShellController() {
50
91
  if (typeof payload?.gatewayUrl !== "string") {
51
92
  return;
52
93
  }
94
+ // CONNECT_EVENT is only ever dispatched from an OS-delivered `connect`
95
+ // deep link (attacker-reachable). Repointing the agent API base to a
96
+ // non-loopback host is security-sensitive, so require explicit user
97
+ // confirmation for any remote target; the local-agent (loopback) connect
98
+ // stays frictionless.
99
+ if (!isLoopbackGatewayHost(payload.gatewayUrl)) {
100
+ const approved = await confirmDesktopAction({
101
+ type: "warning",
102
+ title: "Connect to this server?",
103
+ message: `Point this app at "${gatewayHostForDisplay(payload.gatewayUrl)}"?`,
104
+ detail: "A link asked to connect this app to a different agent server. Only continue if you trust it — that server will handle your messages and data.",
105
+ confirmLabel: "Connect",
106
+ cancelLabel: "Cancel",
107
+ });
108
+ if (!approved) {
109
+ setActionNotice("Connection request cancelled.", "info", 4200);
110
+ return;
111
+ }
112
+ }
53
113
  try {
54
114
  const connection = applyLaunchConnection({
55
115
  kind: "remote",
package/state/useApp.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import type { AppContextValue } from "./types";
1
+ import type { AppContextValue } from "./types.js";
2
2
  export declare const AppContext: import("react").Context<AppContextValue | null>;
3
3
  export declare function useApp(): AppContextValue;
4
4
  //# sourceMappingURL=useApp.d.ts.map
@@ -18,7 +18,7 @@
18
18
  * streaming placeholder" anomaly (mark interrupted).
19
19
  */
20
20
  import type { MutableRefObject } from "react";
21
- import { type ConversationMessage } from "../api";
21
+ import { type ConversationMessage } from "../api/index.js";
22
22
  /** Storage key for the last-known active conversation id. */
23
23
  export declare const ACTIVE_CONVERSATION_STORAGE_KEY = "eliza:chat:activeConversationId";
24
24
  interface UseAppLifecycleEventsParams {
@@ -1,7 +1,7 @@
1
1
  import { type RefObject } from "react";
2
- import { type ConversationMessage } from "../api";
3
- import { type Tab } from "../navigation";
4
- import type { AppState } from "./internal";
2
+ import { type ConversationMessage } from "../api/index.js";
3
+ import { type Tab } from "../navigation/index.js";
4
+ import type { AppState } from "./internal.js";
5
5
  export declare function useNavigationPathSync({ tab, setTabRaw, }: {
6
6
  tab: Tab;
7
7
  setTabRaw: (tab: Tab) => void;
@@ -0,0 +1,16 @@
1
+ import type { BackgroundConfig } from "./ui-preferences.js";
2
+ /**
3
+ * Read + write the unified app background. The config is owned by
4
+ * `useDisplayPreferences` (persisted to localStorage) and surfaced through the
5
+ * app store, so every caller — the root background layer, the Background view,
6
+ * and the agent's `background:apply` bridge — shares one source of truth and
7
+ * stays in sync across views. `undoBackgroundConfig` steps back through the
8
+ * persisted history; `canUndoBackground` gates the undo control.
9
+ */
10
+ export declare function useBackgroundConfig(): {
11
+ backgroundConfig: BackgroundConfig;
12
+ setBackgroundConfig: (config: BackgroundConfig) => void;
13
+ undoBackgroundConfig: () => void;
14
+ canUndoBackground: boolean;
15
+ };
16
+ //# sourceMappingURL=useBackgroundConfig.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"useBackgroundConfig.d.ts","sourceRoot":"","sources":["../../../../../src/state/useBackgroundConfig.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAEzD;;;;;;;GAOG;AACH,wBAAgB,mBAAmB,IAAI;IACrC,gBAAgB,EAAE,gBAAgB,CAAC;IACnC,mBAAmB,EAAE,CAAC,MAAM,EAAE,gBAAgB,KAAK,IAAI,CAAC;IACxD,oBAAoB,EAAE,MAAM,IAAI,CAAC;IACjC,iBAAiB,EAAE,OAAO,CAAC;CAC5B,CAWA"}