agent-relay 2.0.21 → 2.0.23

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 (412) hide show
  1. package/bin/relay-pty-linux-arm64 +0 -0
  2. package/dist/src/cli/index.d.ts +3 -3
  3. package/dist/src/cli/index.js +31 -100
  4. package/package.json +22 -29
  5. package/packages/api-types/package.json +1 -1
  6. package/packages/bridge/package.json +8 -8
  7. package/packages/cli-tester/package.json +1 -1
  8. package/packages/cloud/dist/server.js +25 -4
  9. package/packages/cloud/package.json +6 -6
  10. package/packages/config/package.json +2 -2
  11. package/packages/continuity/package.json +1 -1
  12. package/packages/daemon/dist/orchestrator.js +21 -1
  13. package/packages/daemon/dist/router.d.ts +5 -0
  14. package/packages/daemon/dist/router.js +31 -0
  15. package/packages/daemon/dist/server.d.ts +5 -0
  16. package/packages/daemon/dist/server.js +131 -1
  17. package/packages/daemon/package.json +12 -12
  18. package/packages/hooks/package.json +4 -4
  19. package/packages/mcp/dist/client.d.ts +15 -0
  20. package/packages/mcp/dist/client.js +9 -0
  21. package/packages/mcp/dist/server.js +13 -1
  22. package/packages/mcp/dist/tools/index.d.ts +2 -0
  23. package/packages/mcp/dist/tools/index.js +2 -0
  24. package/packages/mcp/dist/tools/relay-connected.d.ts +17 -0
  25. package/packages/mcp/dist/tools/relay-connected.js +40 -0
  26. package/packages/mcp/dist/tools/relay-remove-agent.d.ts +20 -0
  27. package/packages/mcp/dist/tools/relay-remove-agent.js +50 -0
  28. package/packages/mcp/package.json +2 -2
  29. package/packages/memory/package.json +2 -2
  30. package/packages/policy/package.json +2 -2
  31. package/packages/protocol/dist/types.d.ts +46 -1
  32. package/packages/protocol/package.json +1 -1
  33. package/packages/resiliency/package.json +1 -1
  34. package/packages/sdk/dist/client.d.ts +22 -1
  35. package/packages/sdk/dist/client.js +31 -0
  36. package/packages/sdk/dist/protocol/index.d.ts +1 -1
  37. package/packages/sdk/dist/protocol/types.d.ts +35 -1
  38. package/packages/sdk/package.json +2 -2
  39. package/packages/spawner/package.json +1 -1
  40. package/packages/state/package.json +1 -1
  41. package/packages/storage/dist/adapter.d.ts +4 -0
  42. package/packages/storage/dist/sqlite-adapter.d.ts +10 -0
  43. package/packages/storage/dist/sqlite-adapter.js +26 -0
  44. package/packages/storage/package.json +2 -2
  45. package/packages/telemetry/package.json +1 -1
  46. package/packages/trajectory/package.json +2 -2
  47. package/packages/user-directory/package.json +2 -2
  48. package/packages/utils/dist/update-checker.js +4 -0
  49. package/packages/utils/package.json +1 -1
  50. package/packages/wrapper/package.json +6 -6
  51. package/deploy/workspace/codex.config.toml +0 -20
  52. package/deploy/workspace/entrypoint-browser.sh +0 -118
  53. package/deploy/workspace/entrypoint.sh +0 -612
  54. package/deploy/workspace/gh-credential-relay +0 -90
  55. package/deploy/workspace/gh-relay +0 -156
  56. package/deploy/workspace/git-credential-relay +0 -330
  57. package/deploy/workspace/git-credential-relay.test.sh +0 -230
  58. package/dist/dashboard/out/404.html +0 -1
  59. package/dist/dashboard/out/_next/static/7MZPqYkVGw3EGzVBkVmY9/_buildManifest.js +0 -1
  60. package/dist/dashboard/out/_next/static/7MZPqYkVGw3EGzVBkVmY9/_ssgManifest.js +0 -1
  61. package/dist/dashboard/out/_next/static/chunks/116-a883fca163f3a5bc.js +0 -1
  62. package/dist/dashboard/out/_next/static/chunks/117-c8afed19e821a35d.js +0 -2
  63. package/dist/dashboard/out/_next/static/chunks/282-980c2eb8fff20123.js +0 -1
  64. package/dist/dashboard/out/_next/static/chunks/320-a6304232cd0ee2ce.js +0 -1
  65. package/dist/dashboard/out/_next/static/chunks/532-bace199897eeab37.js +0 -9
  66. package/dist/dashboard/out/_next/static/chunks/631-16b905e5920f9b59.js +0 -1
  67. package/dist/dashboard/out/_next/static/chunks/648-acb2ff9f77cbfbd3.js +0 -1
  68. package/dist/dashboard/out/_next/static/chunks/766-2aea80818f7eb0d8.js +0 -1
  69. package/dist/dashboard/out/_next/static/chunks/83-26d2bde54616ee90.js +0 -1
  70. package/dist/dashboard/out/_next/static/chunks/847-f1f467060f32afff.js +0 -1
  71. package/dist/dashboard/out/_next/static/chunks/891-5cb1513eeb97a891.js +0 -1
  72. package/dist/dashboard/out/_next/static/chunks/app/_not-found/page-60501fddbafba9dc.js +0 -1
  73. package/dist/dashboard/out/_next/static/chunks/app/app/onboarding/page-9914652442f7e4fb.js +0 -1
  74. package/dist/dashboard/out/_next/static/chunks/app/app/page-366fb7c078d4e9e0.js +0 -1
  75. package/dist/dashboard/out/_next/static/chunks/app/cloud/link/page-fa1d5842aa90e8a6.js +0 -1
  76. package/dist/dashboard/out/_next/static/chunks/app/complete-profile/page-dd64bbdf66b639cd.js +0 -1
  77. package/dist/dashboard/out/_next/static/chunks/app/connect-repos/page-113060009ef35bc2.js +0 -1
  78. package/dist/dashboard/out/_next/static/chunks/app/history/page-9965d2483011b846.js +0 -1
  79. package/dist/dashboard/out/_next/static/chunks/app/layout-6b91e33784c20610.js +0 -1
  80. package/dist/dashboard/out/_next/static/chunks/app/login/page-435eceb0073be027.js +0 -1
  81. package/dist/dashboard/out/_next/static/chunks/app/metrics/page-1e37ef8e73940b40.js +0 -1
  82. package/dist/dashboard/out/_next/static/chunks/app/page-8119d4246743574e.js +0 -1
  83. package/dist/dashboard/out/_next/static/chunks/app/pricing/page-9db3ebdfa567a7c9.js +0 -1
  84. package/dist/dashboard/out/_next/static/chunks/app/providers/page-ecb16ffd3b36262b.js +0 -1
  85. package/dist/dashboard/out/_next/static/chunks/app/providers/setup/[provider]/page-4dbe33f0f7691b7c.js +0 -1
  86. package/dist/dashboard/out/_next/static/chunks/app/signup/page-c7a0a28341365ae0.js +0 -1
  87. package/dist/dashboard/out/_next/static/chunks/e868780c-48e5f147c90a3a41.js +0 -18
  88. package/dist/dashboard/out/_next/static/chunks/fd9d1056-609918ca7b6280bb.js +0 -1
  89. package/dist/dashboard/out/_next/static/chunks/framework-f66176bb897dc684.js +0 -1
  90. package/dist/dashboard/out/_next/static/chunks/main-311c3db74dcfadb7.js +0 -1
  91. package/dist/dashboard/out/_next/static/chunks/main-app-fdbeb09028f57c9f.js +0 -1
  92. package/dist/dashboard/out/_next/static/chunks/pages/_app-72b849fbd24ac258.js +0 -1
  93. package/dist/dashboard/out/_next/static/chunks/pages/_error-7ba65e1336b92748.js +0 -1
  94. package/dist/dashboard/out/_next/static/chunks/polyfills-42372ed130431b0a.js +0 -1
  95. package/dist/dashboard/out/_next/static/chunks/webpack-1cdd8ed57114d5e1.js +0 -1
  96. package/dist/dashboard/out/_next/static/css/4034f236dd1a3178.css +0 -1
  97. package/dist/dashboard/out/_next/static/css/6892f8422896ef7a.css +0 -1
  98. package/dist/dashboard/out/alt-logos/agent-relay-logo-128.png +0 -0
  99. package/dist/dashboard/out/alt-logos/agent-relay-logo-256.png +0 -0
  100. package/dist/dashboard/out/alt-logos/agent-relay-logo-32.png +0 -0
  101. package/dist/dashboard/out/alt-logos/agent-relay-logo-512.png +0 -0
  102. package/dist/dashboard/out/alt-logos/agent-relay-logo-64.png +0 -0
  103. package/dist/dashboard/out/alt-logos/agent-relay-logo.svg +0 -45
  104. package/dist/dashboard/out/alt-logos/logo.svg +0 -38
  105. package/dist/dashboard/out/alt-logos/monogram-logo-128.png +0 -0
  106. package/dist/dashboard/out/alt-logos/monogram-logo-256.png +0 -0
  107. package/dist/dashboard/out/alt-logos/monogram-logo-32.png +0 -0
  108. package/dist/dashboard/out/alt-logos/monogram-logo-512.png +0 -0
  109. package/dist/dashboard/out/alt-logos/monogram-logo-64.png +0 -0
  110. package/dist/dashboard/out/alt-logos/monogram-logo.svg +0 -38
  111. package/dist/dashboard/out/app/onboarding.html +0 -1
  112. package/dist/dashboard/out/app/onboarding.txt +0 -7
  113. package/dist/dashboard/out/app.html +0 -1
  114. package/dist/dashboard/out/app.txt +0 -7
  115. package/dist/dashboard/out/apple-icon.png +0 -0
  116. package/dist/dashboard/out/cloud/link.html +0 -1
  117. package/dist/dashboard/out/cloud/link.txt +0 -7
  118. package/dist/dashboard/out/complete-profile.html +0 -5
  119. package/dist/dashboard/out/complete-profile.txt +0 -7
  120. package/dist/dashboard/out/connect-repos.html +0 -1
  121. package/dist/dashboard/out/connect-repos.txt +0 -7
  122. package/dist/dashboard/out/history.html +0 -1
  123. package/dist/dashboard/out/history.txt +0 -7
  124. package/dist/dashboard/out/index.html +0 -1
  125. package/dist/dashboard/out/index.txt +0 -7
  126. package/dist/dashboard/out/login.html +0 -5
  127. package/dist/dashboard/out/login.txt +0 -7
  128. package/dist/dashboard/out/metrics.html +0 -1
  129. package/dist/dashboard/out/metrics.txt +0 -7
  130. package/dist/dashboard/out/pricing.html +0 -13
  131. package/dist/dashboard/out/pricing.txt +0 -7
  132. package/dist/dashboard/out/providers/setup/claude.html +0 -1
  133. package/dist/dashboard/out/providers/setup/claude.txt +0 -8
  134. package/dist/dashboard/out/providers/setup/codex.html +0 -1
  135. package/dist/dashboard/out/providers/setup/codex.txt +0 -8
  136. package/dist/dashboard/out/providers/setup/cursor.html +0 -1
  137. package/dist/dashboard/out/providers/setup/cursor.txt +0 -8
  138. package/dist/dashboard/out/providers.html +0 -1
  139. package/dist/dashboard/out/providers.txt +0 -7
  140. package/dist/dashboard/out/signup.html +0 -6
  141. package/dist/dashboard/out/signup.txt +0 -7
  142. package/dist/src/dashboard-server/index.d.ts +0 -8
  143. package/dist/src/dashboard-server/index.js +0 -8
  144. package/packages/dashboard/README.md +0 -48
  145. package/packages/dashboard/dist/health-worker-manager.d.ts +0 -62
  146. package/packages/dashboard/dist/health-worker-manager.js +0 -144
  147. package/packages/dashboard/dist/health-worker.d.ts +0 -9
  148. package/packages/dashboard/dist/health-worker.js +0 -79
  149. package/packages/dashboard/dist/index.d.ts +0 -20
  150. package/packages/dashboard/dist/index.js +0 -19
  151. package/packages/dashboard/dist/metrics.d.ts +0 -105
  152. package/packages/dashboard/dist/metrics.js +0 -193
  153. package/packages/dashboard/dist/needs-attention.d.ts +0 -24
  154. package/packages/dashboard/dist/needs-attention.js +0 -78
  155. package/packages/dashboard/dist/server.d.ts +0 -25
  156. package/packages/dashboard/dist/server.js +0 -5270
  157. package/packages/dashboard/dist/start.d.ts +0 -6
  158. package/packages/dashboard/dist/start.js +0 -13
  159. package/packages/dashboard/dist/types/threading.d.ts +0 -8
  160. package/packages/dashboard/dist/types/threading.js +0 -2
  161. package/packages/dashboard/dist/user-bridge.d.ts +0 -154
  162. package/packages/dashboard/dist/user-bridge.js +0 -372
  163. package/packages/dashboard/package.json +0 -65
  164. package/packages/dashboard/ui/app/app/onboarding/page.tsx +0 -394
  165. package/packages/dashboard/ui/app/app/page.tsx +0 -667
  166. package/packages/dashboard/ui/app/apple-icon.png +0 -0
  167. package/packages/dashboard/ui/app/cloud/link/page.tsx +0 -464
  168. package/packages/dashboard/ui/app/complete-profile/page.tsx +0 -204
  169. package/packages/dashboard/ui/app/connect-repos/page.tsx +0 -410
  170. package/packages/dashboard/ui/app/favicon.png +0 -0
  171. package/packages/dashboard/ui/app/globals.css +0 -59
  172. package/packages/dashboard/ui/app/history/page.tsx +0 -658
  173. package/packages/dashboard/ui/app/layout.tsx +0 -25
  174. package/packages/dashboard/ui/app/login/page.tsx +0 -424
  175. package/packages/dashboard/ui/app/metrics/page.tsx +0 -751
  176. package/packages/dashboard/ui/app/page.tsx +0 -59
  177. package/packages/dashboard/ui/app/pricing/page.tsx +0 -7
  178. package/packages/dashboard/ui/app/providers/page.tsx +0 -193
  179. package/packages/dashboard/ui/app/providers/setup/[provider]/ProviderSetupClient.tsx +0 -148
  180. package/packages/dashboard/ui/app/providers/setup/[provider]/constants.ts +0 -35
  181. package/packages/dashboard/ui/app/providers/setup/[provider]/page.tsx +0 -42
  182. package/packages/dashboard/ui/app/signup/page.tsx +0 -533
  183. package/packages/dashboard/ui/index.ts +0 -49
  184. package/packages/dashboard/ui/landing/LandingPage.tsx +0 -713
  185. package/packages/dashboard/ui/landing/PricingPage.tsx +0 -559
  186. package/packages/dashboard/ui/landing/index.ts +0 -6
  187. package/packages/dashboard/ui/landing/styles.css +0 -2850
  188. package/packages/dashboard/ui/lib/agent-merge.ts +0 -35
  189. package/packages/dashboard/ui/lib/api.ts +0 -1155
  190. package/packages/dashboard/ui/lib/cloudApi.ts +0 -877
  191. package/packages/dashboard/ui/lib/colors.ts +0 -218
  192. package/packages/dashboard/ui/lib/hierarchy.ts +0 -242
  193. package/packages/dashboard/ui/lib/stuckDetection.ts +0 -142
  194. package/packages/dashboard/ui/next-env.d.ts +0 -5
  195. package/packages/dashboard/ui/next.config.js +0 -41
  196. package/packages/dashboard/ui/package-lock.json +0 -2882
  197. package/packages/dashboard/ui/package.json +0 -33
  198. package/packages/dashboard/ui/postcss.config.js +0 -5
  199. package/packages/dashboard/ui/react-components/ActivityFeed.tsx +0 -216
  200. package/packages/dashboard/ui/react-components/AddWorkspaceModal.tsx +0 -170
  201. package/packages/dashboard/ui/react-components/AgentCard.tsx +0 -587
  202. package/packages/dashboard/ui/react-components/AgentList.tsx +0 -411
  203. package/packages/dashboard/ui/react-components/AgentProfilePanel.tsx +0 -564
  204. package/packages/dashboard/ui/react-components/App.tsx +0 -3033
  205. package/packages/dashboard/ui/react-components/BillingPanel.tsx +0 -922
  206. package/packages/dashboard/ui/react-components/BillingResult.tsx +0 -447
  207. package/packages/dashboard/ui/react-components/BroadcastComposer.tsx +0 -690
  208. package/packages/dashboard/ui/react-components/ChannelAdminPanel.tsx +0 -773
  209. package/packages/dashboard/ui/react-components/ChannelBrowser.tsx +0 -385
  210. package/packages/dashboard/ui/react-components/ChannelChat.tsx +0 -261
  211. package/packages/dashboard/ui/react-components/ChannelSidebar.tsx +0 -399
  212. package/packages/dashboard/ui/react-components/CloudSessionProvider.tsx +0 -130
  213. package/packages/dashboard/ui/react-components/CommandPalette.tsx +0 -815
  214. package/packages/dashboard/ui/react-components/ConfirmationDialog.tsx +0 -133
  215. package/packages/dashboard/ui/react-components/ConversationHistory.tsx +0 -518
  216. package/packages/dashboard/ui/react-components/CoordinatorPanel.tsx +0 -944
  217. package/packages/dashboard/ui/react-components/DecisionQueue.tsx +0 -717
  218. package/packages/dashboard/ui/react-components/DirectMessageView.tsx +0 -164
  219. package/packages/dashboard/ui/react-components/FileAutocomplete.tsx +0 -368
  220. package/packages/dashboard/ui/react-components/FleetOverview.tsx +0 -278
  221. package/packages/dashboard/ui/react-components/LogViewer.tsx +0 -310
  222. package/packages/dashboard/ui/react-components/LogViewerPanel.tsx +0 -482
  223. package/packages/dashboard/ui/react-components/Logo.tsx +0 -284
  224. package/packages/dashboard/ui/react-components/MentionAutocomplete.tsx +0 -384
  225. package/packages/dashboard/ui/react-components/MessageComposer.tsx +0 -457
  226. package/packages/dashboard/ui/react-components/MessageList.tsx +0 -649
  227. package/packages/dashboard/ui/react-components/MessageSenderName.tsx +0 -91
  228. package/packages/dashboard/ui/react-components/MessageStatusIndicator.tsx +0 -142
  229. package/packages/dashboard/ui/react-components/NewConversationModal.tsx +0 -400
  230. package/packages/dashboard/ui/react-components/NotificationToast.tsx +0 -488
  231. package/packages/dashboard/ui/react-components/OnlineUsersIndicator.tsx +0 -164
  232. package/packages/dashboard/ui/react-components/Pagination.tsx +0 -124
  233. package/packages/dashboard/ui/react-components/PricingPlans.tsx +0 -386
  234. package/packages/dashboard/ui/react-components/ProjectList.tsx +0 -625
  235. package/packages/dashboard/ui/react-components/ProviderAuthFlow.tsx +0 -853
  236. package/packages/dashboard/ui/react-components/ProviderConnectionList.tsx +0 -378
  237. package/packages/dashboard/ui/react-components/ProvisioningProgress.tsx +0 -730
  238. package/packages/dashboard/ui/react-components/RepoAccessPanel.tsx +0 -549
  239. package/packages/dashboard/ui/react-components/ServerCard.tsx +0 -202
  240. package/packages/dashboard/ui/react-components/SessionExpiredModal.tsx +0 -128
  241. package/packages/dashboard/ui/react-components/SpawnModal.tsx +0 -804
  242. package/packages/dashboard/ui/react-components/TaskAssignmentUI.tsx +0 -375
  243. package/packages/dashboard/ui/react-components/TerminalProviderSetup.tsx +0 -608
  244. package/packages/dashboard/ui/react-components/ThemeProvider.tsx +0 -325
  245. package/packages/dashboard/ui/react-components/ThinkingIndicator.tsx +0 -231
  246. package/packages/dashboard/ui/react-components/ThreadList.tsx +0 -198
  247. package/packages/dashboard/ui/react-components/ThreadPanel.tsx +0 -346
  248. package/packages/dashboard/ui/react-components/TrajectoryViewer.tsx +0 -698
  249. package/packages/dashboard/ui/react-components/TypingIndicator.tsx +0 -69
  250. package/packages/dashboard/ui/react-components/UsageBanner.tsx +0 -231
  251. package/packages/dashboard/ui/react-components/UserProfilePanel.tsx +0 -233
  252. package/packages/dashboard/ui/react-components/WorkspaceContext.tsx +0 -107
  253. package/packages/dashboard/ui/react-components/WorkspaceSelector.tsx +0 -234
  254. package/packages/dashboard/ui/react-components/WorkspaceStatusIndicator.tsx +0 -370
  255. package/packages/dashboard/ui/react-components/XTermInteractive.tsx +0 -510
  256. package/packages/dashboard/ui/react-components/XTermLogViewer.tsx +0 -719
  257. package/packages/dashboard/ui/react-components/channels/ChannelDialogs.tsx +0 -1411
  258. package/packages/dashboard/ui/react-components/channels/ChannelHeader.tsx +0 -317
  259. package/packages/dashboard/ui/react-components/channels/ChannelMessageList.tsx +0 -463
  260. package/packages/dashboard/ui/react-components/channels/ChannelViewV1.tsx +0 -146
  261. package/packages/dashboard/ui/react-components/channels/MessageInput.tsx +0 -288
  262. package/packages/dashboard/ui/react-components/channels/SearchInput.tsx +0 -172
  263. package/packages/dashboard/ui/react-components/channels/SearchResults.tsx +0 -336
  264. package/packages/dashboard/ui/react-components/channels/api.ts +0 -697
  265. package/packages/dashboard/ui/react-components/channels/index.ts +0 -76
  266. package/packages/dashboard/ui/react-components/channels/mockApi.ts +0 -344
  267. package/packages/dashboard/ui/react-components/channels/types.ts +0 -566
  268. package/packages/dashboard/ui/react-components/hooks/index.ts +0 -57
  269. package/packages/dashboard/ui/react-components/hooks/useAgentLogs.ts +0 -394
  270. package/packages/dashboard/ui/react-components/hooks/useAgents.ts +0 -127
  271. package/packages/dashboard/ui/react-components/hooks/useBroadcastDedup.ts +0 -86
  272. package/packages/dashboard/ui/react-components/hooks/useChannelAdmin.ts +0 -329
  273. package/packages/dashboard/ui/react-components/hooks/useChannelBrowser.ts +0 -239
  274. package/packages/dashboard/ui/react-components/hooks/useChannelCommands.ts +0 -138
  275. package/packages/dashboard/ui/react-components/hooks/useChannels.ts +0 -328
  276. package/packages/dashboard/ui/react-components/hooks/useDebounce.ts +0 -29
  277. package/packages/dashboard/ui/react-components/hooks/useDirectMessage.ts +0 -141
  278. package/packages/dashboard/ui/react-components/hooks/useMessages.ts +0 -309
  279. package/packages/dashboard/ui/react-components/hooks/useOrchestrator.ts +0 -364
  280. package/packages/dashboard/ui/react-components/hooks/usePinnedAgents.ts +0 -140
  281. package/packages/dashboard/ui/react-components/hooks/usePresence.ts +0 -340
  282. package/packages/dashboard/ui/react-components/hooks/useRecentRepos.ts +0 -130
  283. package/packages/dashboard/ui/react-components/hooks/useSession.ts +0 -209
  284. package/packages/dashboard/ui/react-components/hooks/useTrajectory.ts +0 -265
  285. package/packages/dashboard/ui/react-components/hooks/useWebSocket.ts +0 -169
  286. package/packages/dashboard/ui/react-components/hooks/useWorkspaceMembers.ts +0 -120
  287. package/packages/dashboard/ui/react-components/hooks/useWorkspaceRepos.ts +0 -73
  288. package/packages/dashboard/ui/react-components/hooks/useWorkspaceStatus.ts +0 -237
  289. package/packages/dashboard/ui/react-components/index.ts +0 -81
  290. package/packages/dashboard/ui/react-components/layout/Header.tsx +0 -355
  291. package/packages/dashboard/ui/react-components/layout/RepoContextHeader.tsx +0 -361
  292. package/packages/dashboard/ui/react-components/layout/Sidebar.archive.test.tsx +0 -126
  293. package/packages/dashboard/ui/react-components/layout/Sidebar.test.tsx +0 -691
  294. package/packages/dashboard/ui/react-components/layout/Sidebar.tsx +0 -930
  295. package/packages/dashboard/ui/react-components/layout/index.ts +0 -7
  296. package/packages/dashboard/ui/react-components/settings/BillingSettingsPanel.tsx +0 -564
  297. package/packages/dashboard/ui/react-components/settings/SettingsPage.tsx +0 -544
  298. package/packages/dashboard/ui/react-components/settings/TeamSettingsPanel.tsx +0 -560
  299. package/packages/dashboard/ui/react-components/settings/WorkspaceSettingsPanel.tsx +0 -1386
  300. package/packages/dashboard/ui/react-components/settings/index.ts +0 -11
  301. package/packages/dashboard/ui/react-components/settings/types.ts +0 -53
  302. package/packages/dashboard/ui/react-components/utils/messageFormatting.tsx +0 -370
  303. package/packages/dashboard/ui/tailwind.config.js +0 -148
  304. package/packages/dashboard/ui/types/index.ts +0 -304
  305. package/packages/dashboard/ui/types/threading.ts +0 -7
  306. package/packages/dashboard/ui-dist/404.html +0 -1
  307. package/packages/dashboard/ui-dist/_next/static/7MZPqYkVGw3EGzVBkVmY9/_buildManifest.js +0 -1
  308. package/packages/dashboard/ui-dist/_next/static/7MZPqYkVGw3EGzVBkVmY9/_ssgManifest.js +0 -1
  309. package/packages/dashboard/ui-dist/_next/static/chunks/116-a883fca163f3a5bc.js +0 -1
  310. package/packages/dashboard/ui-dist/_next/static/chunks/117-c8afed19e821a35d.js +0 -2
  311. package/packages/dashboard/ui-dist/_next/static/chunks/282-980c2eb8fff20123.js +0 -1
  312. package/packages/dashboard/ui-dist/_next/static/chunks/320-a6304232cd0ee2ce.js +0 -1
  313. package/packages/dashboard/ui-dist/_next/static/chunks/532-bace199897eeab37.js +0 -9
  314. package/packages/dashboard/ui-dist/_next/static/chunks/631-16b905e5920f9b59.js +0 -1
  315. package/packages/dashboard/ui-dist/_next/static/chunks/648-acb2ff9f77cbfbd3.js +0 -1
  316. package/packages/dashboard/ui-dist/_next/static/chunks/766-2aea80818f7eb0d8.js +0 -1
  317. package/packages/dashboard/ui-dist/_next/static/chunks/83-26d2bde54616ee90.js +0 -1
  318. package/packages/dashboard/ui-dist/_next/static/chunks/847-f1f467060f32afff.js +0 -1
  319. package/packages/dashboard/ui-dist/_next/static/chunks/891-5cb1513eeb97a891.js +0 -1
  320. package/packages/dashboard/ui-dist/_next/static/chunks/app/_not-found/page-60501fddbafba9dc.js +0 -1
  321. package/packages/dashboard/ui-dist/_next/static/chunks/app/app/onboarding/page-9914652442f7e4fb.js +0 -1
  322. package/packages/dashboard/ui-dist/_next/static/chunks/app/app/page-366fb7c078d4e9e0.js +0 -1
  323. package/packages/dashboard/ui-dist/_next/static/chunks/app/cloud/link/page-fa1d5842aa90e8a6.js +0 -1
  324. package/packages/dashboard/ui-dist/_next/static/chunks/app/complete-profile/page-dd64bbdf66b639cd.js +0 -1
  325. package/packages/dashboard/ui-dist/_next/static/chunks/app/connect-repos/page-113060009ef35bc2.js +0 -1
  326. package/packages/dashboard/ui-dist/_next/static/chunks/app/history/page-9965d2483011b846.js +0 -1
  327. package/packages/dashboard/ui-dist/_next/static/chunks/app/layout-6b91e33784c20610.js +0 -1
  328. package/packages/dashboard/ui-dist/_next/static/chunks/app/login/page-435eceb0073be027.js +0 -1
  329. package/packages/dashboard/ui-dist/_next/static/chunks/app/metrics/page-1e37ef8e73940b40.js +0 -1
  330. package/packages/dashboard/ui-dist/_next/static/chunks/app/page-8119d4246743574e.js +0 -1
  331. package/packages/dashboard/ui-dist/_next/static/chunks/app/pricing/page-9db3ebdfa567a7c9.js +0 -1
  332. package/packages/dashboard/ui-dist/_next/static/chunks/app/providers/page-ecb16ffd3b36262b.js +0 -1
  333. package/packages/dashboard/ui-dist/_next/static/chunks/app/providers/setup/[provider]/page-4dbe33f0f7691b7c.js +0 -1
  334. package/packages/dashboard/ui-dist/_next/static/chunks/app/signup/page-c7a0a28341365ae0.js +0 -1
  335. package/packages/dashboard/ui-dist/_next/static/chunks/e868780c-48e5f147c90a3a41.js +0 -18
  336. package/packages/dashboard/ui-dist/_next/static/chunks/fd9d1056-609918ca7b6280bb.js +0 -1
  337. package/packages/dashboard/ui-dist/_next/static/chunks/framework-f66176bb897dc684.js +0 -1
  338. package/packages/dashboard/ui-dist/_next/static/chunks/main-311c3db74dcfadb7.js +0 -1
  339. package/packages/dashboard/ui-dist/_next/static/chunks/main-app-fdbeb09028f57c9f.js +0 -1
  340. package/packages/dashboard/ui-dist/_next/static/chunks/pages/_app-72b849fbd24ac258.js +0 -1
  341. package/packages/dashboard/ui-dist/_next/static/chunks/pages/_error-7ba65e1336b92748.js +0 -1
  342. package/packages/dashboard/ui-dist/_next/static/chunks/polyfills-42372ed130431b0a.js +0 -1
  343. package/packages/dashboard/ui-dist/_next/static/chunks/webpack-1cdd8ed57114d5e1.js +0 -1
  344. package/packages/dashboard/ui-dist/_next/static/css/4034f236dd1a3178.css +0 -1
  345. package/packages/dashboard/ui-dist/_next/static/css/6892f8422896ef7a.css +0 -1
  346. package/packages/dashboard/ui-dist/_next/static/iJ3Uiz3IrqUJL7IxKZHiV/_buildManifest.js +0 -1
  347. package/packages/dashboard/ui-dist/_next/static/iJ3Uiz3IrqUJL7IxKZHiV/_ssgManifest.js +0 -1
  348. package/packages/dashboard/ui-dist/_next/static/l-jd878zUJ_IlraqEWMZc/_buildManifest.js +0 -1
  349. package/packages/dashboard/ui-dist/_next/static/l-jd878zUJ_IlraqEWMZc/_ssgManifest.js +0 -1
  350. package/packages/dashboard/ui-dist/alt-logos/agent-relay-logo-128.png +0 -0
  351. package/packages/dashboard/ui-dist/alt-logos/agent-relay-logo-256.png +0 -0
  352. package/packages/dashboard/ui-dist/alt-logos/agent-relay-logo-32.png +0 -0
  353. package/packages/dashboard/ui-dist/alt-logos/agent-relay-logo-512.png +0 -0
  354. package/packages/dashboard/ui-dist/alt-logos/agent-relay-logo-64.png +0 -0
  355. package/packages/dashboard/ui-dist/alt-logos/agent-relay-logo.svg +0 -45
  356. package/packages/dashboard/ui-dist/alt-logos/logo.svg +0 -38
  357. package/packages/dashboard/ui-dist/alt-logos/monogram-logo-128.png +0 -0
  358. package/packages/dashboard/ui-dist/alt-logos/monogram-logo-256.png +0 -0
  359. package/packages/dashboard/ui-dist/alt-logos/monogram-logo-32.png +0 -0
  360. package/packages/dashboard/ui-dist/alt-logos/monogram-logo-512.png +0 -0
  361. package/packages/dashboard/ui-dist/alt-logos/monogram-logo-64.png +0 -0
  362. package/packages/dashboard/ui-dist/alt-logos/monogram-logo.svg +0 -38
  363. package/packages/dashboard/ui-dist/app/onboarding.html +0 -1
  364. package/packages/dashboard/ui-dist/app/onboarding.txt +0 -7
  365. package/packages/dashboard/ui-dist/app.html +0 -1
  366. package/packages/dashboard/ui-dist/app.txt +0 -7
  367. package/packages/dashboard/ui-dist/apple-icon.png +0 -0
  368. package/packages/dashboard/ui-dist/cloud/link.html +0 -1
  369. package/packages/dashboard/ui-dist/cloud/link.txt +0 -7
  370. package/packages/dashboard/ui-dist/complete-profile.html +0 -5
  371. package/packages/dashboard/ui-dist/complete-profile.txt +0 -7
  372. package/packages/dashboard/ui-dist/connect-repos.html +0 -1
  373. package/packages/dashboard/ui-dist/connect-repos.txt +0 -7
  374. package/packages/dashboard/ui-dist/history.html +0 -1
  375. package/packages/dashboard/ui-dist/history.txt +0 -7
  376. package/packages/dashboard/ui-dist/index.html +0 -1
  377. package/packages/dashboard/ui-dist/index.txt +0 -7
  378. package/packages/dashboard/ui-dist/login.html +0 -5
  379. package/packages/dashboard/ui-dist/login.txt +0 -7
  380. package/packages/dashboard/ui-dist/metrics.html +0 -1
  381. package/packages/dashboard/ui-dist/metrics.txt +0 -7
  382. package/packages/dashboard/ui-dist/pricing.html +0 -13
  383. package/packages/dashboard/ui-dist/pricing.txt +0 -7
  384. package/packages/dashboard/ui-dist/providers/setup/claude.html +0 -1
  385. package/packages/dashboard/ui-dist/providers/setup/claude.txt +0 -8
  386. package/packages/dashboard/ui-dist/providers/setup/codex.html +0 -1
  387. package/packages/dashboard/ui-dist/providers/setup/codex.txt +0 -8
  388. package/packages/dashboard/ui-dist/providers/setup/cursor.html +0 -1
  389. package/packages/dashboard/ui-dist/providers/setup/cursor.txt +0 -8
  390. package/packages/dashboard/ui-dist/providers.html +0 -1
  391. package/packages/dashboard/ui-dist/providers.txt +0 -7
  392. package/packages/dashboard/ui-dist/signup.html +0 -6
  393. package/packages/dashboard/ui-dist/signup.txt +0 -7
  394. package/packages/dashboard-server/dist/health-worker-manager.d.ts +0 -62
  395. package/packages/dashboard-server/dist/health-worker-manager.js +0 -144
  396. package/packages/dashboard-server/dist/health-worker.d.ts +0 -9
  397. package/packages/dashboard-server/dist/health-worker.js +0 -79
  398. package/packages/dashboard-server/dist/index.d.ts +0 -18
  399. package/packages/dashboard-server/dist/index.js +0 -17
  400. package/packages/dashboard-server/dist/metrics.d.ts +0 -105
  401. package/packages/dashboard-server/dist/metrics.js +0 -193
  402. package/packages/dashboard-server/dist/needs-attention.d.ts +0 -24
  403. package/packages/dashboard-server/dist/needs-attention.js +0 -78
  404. package/packages/dashboard-server/dist/server.d.ts +0 -25
  405. package/packages/dashboard-server/dist/server.js +0 -5158
  406. package/packages/dashboard-server/dist/start.d.ts +0 -6
  407. package/packages/dashboard-server/dist/start.js +0 -13
  408. package/packages/dashboard-server/dist/types/threading.d.ts +0 -8
  409. package/packages/dashboard-server/dist/types/threading.js +0 -2
  410. package/packages/dashboard-server/dist/user-bridge.d.ts +0 -158
  411. package/packages/dashboard-server/dist/user-bridge.js +0 -390
  412. package/packages/dashboard-server/package.json +0 -55
@@ -1,385 +0,0 @@
1
- /**
2
- * ChannelBrowser Component
3
- *
4
- * A modal for browsing, searching, and joining public channels.
5
- * Includes search with debouncing and pagination.
6
- */
7
-
8
- import React, { useState, useCallback, useEffect, useRef } from 'react';
9
- import { useChannelBrowser, type BrowseChannel } from './hooks/useChannelBrowser';
10
- import { Pagination } from './Pagination';
11
-
12
- export interface ChannelBrowserProps {
13
- /** Workspace ID for API calls */
14
- workspaceId: string;
15
- isOpen: boolean;
16
- onClose: () => void;
17
- onChannelJoined?: (channel: BrowseChannel) => void;
18
- currentUserId?: string;
19
- }
20
-
21
- export function ChannelBrowser({
22
- workspaceId,
23
- isOpen,
24
- onClose,
25
- onChannelJoined,
26
- }: ChannelBrowserProps) {
27
- const {
28
- channels,
29
- isLoading,
30
- error,
31
- searchQuery,
32
- setSearchQuery,
33
- currentPage,
34
- totalPages,
35
- totalCount,
36
- goToPage,
37
- joinChannel,
38
- leaveChannel,
39
- refresh,
40
- } = useChannelBrowser({ workspaceId, autoFetch: isOpen });
41
-
42
- const [joiningChannelId, setJoiningChannelId] = useState<string | null>(null);
43
- const [leavingChannelId, setLeavingChannelId] = useState<string | null>(null);
44
- const inputRef = useRef<HTMLInputElement>(null);
45
-
46
- // Focus search input when modal opens
47
- useEffect(() => {
48
- if (isOpen && inputRef.current) {
49
- inputRef.current.focus();
50
- }
51
- }, [isOpen]);
52
-
53
- // Handle escape key
54
- useEffect(() => {
55
- if (!isOpen) return;
56
-
57
- const handleKeyDown = (e: KeyboardEvent) => {
58
- if (e.key === 'Escape') {
59
- onClose();
60
- }
61
- };
62
-
63
- window.addEventListener('keydown', handleKeyDown);
64
- return () => window.removeEventListener('keydown', handleKeyDown);
65
- }, [isOpen, onClose]);
66
-
67
- // Handle join channel
68
- const handleJoin = useCallback(async (channel: BrowseChannel) => {
69
- setJoiningChannelId(channel.id);
70
- try {
71
- await joinChannel(channel.id);
72
- onChannelJoined?.({ ...channel, isJoined: true });
73
- } catch (err) {
74
- console.error('Failed to join channel:', err);
75
- } finally {
76
- setJoiningChannelId(null);
77
- }
78
- }, [joinChannel, onChannelJoined]);
79
-
80
- // Handle leave channel
81
- const handleLeave = useCallback(async (channel: BrowseChannel) => {
82
- setLeavingChannelId(channel.id);
83
- try {
84
- await leaveChannel(channel.id);
85
- } catch (err) {
86
- console.error('Failed to leave channel:', err);
87
- } finally {
88
- setLeavingChannelId(null);
89
- }
90
- }, [leaveChannel]);
91
-
92
- if (!isOpen) return null;
93
-
94
- return (
95
- <div
96
- className="fixed inset-0 bg-black/60 flex items-start justify-center pt-[10vh] z-[1000] animate-fade-in"
97
- onClick={onClose}
98
- >
99
- <div
100
- className="bg-sidebar-bg border border-sidebar-border rounded-xl w-[600px] max-w-[90vw] max-h-[75vh] flex flex-col shadow-modal animate-slide-down"
101
- onClick={(e) => e.stopPropagation()}
102
- >
103
- {/* Header */}
104
- <div className="flex items-center justify-between p-4 border-b border-sidebar-border">
105
- <div className="flex items-center gap-3">
106
- <div className="w-10 h-10 rounded-xl bg-gradient-to-br from-accent-cyan/20 to-blue-500/20 flex items-center justify-center border border-accent-cyan/30">
107
- <HashIcon />
108
- </div>
109
- <div>
110
- <h2 className="text-lg font-semibold text-text-primary m-0">
111
- Browse Channels
112
- </h2>
113
- <p className="text-xs text-text-muted m-0">
114
- {totalCount} channel{totalCount !== 1 ? 's' : ''} available
115
- </p>
116
- </div>
117
- </div>
118
- <button
119
- onClick={onClose}
120
- className="w-8 h-8 rounded-lg flex items-center justify-center text-text-muted hover:text-text-primary hover:bg-sidebar-border transition-colors"
121
- title="Close (Esc)"
122
- >
123
- <CloseIcon />
124
- </button>
125
- </div>
126
-
127
- {/* Search */}
128
- <div className="p-4 border-b border-sidebar-border">
129
- <div className="relative">
130
- <SearchIcon className="absolute left-3 top-1/2 -translate-y-1/2 text-text-muted" />
131
- <input
132
- ref={inputRef}
133
- type="text"
134
- value={searchQuery}
135
- onChange={(e) => setSearchQuery(e.target.value)}
136
- placeholder="Search channels..."
137
- className="w-full pl-10 pr-4 py-2.5 bg-bg-tertiary border border-sidebar-border rounded-lg text-sm text-text-primary placeholder:text-text-muted outline-none focus:border-accent-cyan/50 transition-colors"
138
- />
139
- {searchQuery && (
140
- <button
141
- onClick={() => setSearchQuery('')}
142
- className="absolute right-3 top-1/2 -translate-y-1/2 text-text-muted hover:text-text-primary"
143
- title="Clear search"
144
- >
145
- <CloseIcon className="w-4 h-4" />
146
- </button>
147
- )}
148
- </div>
149
- </div>
150
-
151
- {/* Channel List */}
152
- <div className="flex-1 overflow-y-auto p-2">
153
- {isLoading && channels.length === 0 ? (
154
- <div className="py-12 text-center">
155
- <LoadingSpinner />
156
- <p className="text-sm text-text-muted mt-2">Loading channels...</p>
157
- </div>
158
- ) : error ? (
159
- <div className="py-12 text-center">
160
- <ErrorIcon />
161
- <p className="text-sm text-error mt-2">{error}</p>
162
- <button
163
- onClick={refresh}
164
- className="mt-3 px-4 py-2 text-sm text-accent-cyan hover:underline"
165
- >
166
- Try again
167
- </button>
168
- </div>
169
- ) : channels.length === 0 ? (
170
- <div className="py-12 text-center">
171
- <EmptyIcon />
172
- <p className="text-sm text-text-muted mt-2">
173
- {searchQuery
174
- ? `No channels matching "${searchQuery}"`
175
- : 'No channels available'}
176
- </p>
177
- </div>
178
- ) : (
179
- <div className="space-y-1">
180
- {channels.map((channel) => (
181
- <ChannelCard
182
- key={channel.id}
183
- channel={channel}
184
- isJoining={joiningChannelId === channel.id}
185
- isLeaving={leavingChannelId === channel.id}
186
- onJoin={() => handleJoin(channel)}
187
- onLeave={() => handleLeave(channel)}
188
- />
189
- ))}
190
- </div>
191
- )}
192
- </div>
193
-
194
- {/* Pagination */}
195
- {totalPages > 1 && (
196
- <div className="p-4 border-t border-sidebar-border">
197
- <Pagination
198
- currentPage={currentPage}
199
- totalPages={totalPages}
200
- onPageChange={goToPage}
201
- />
202
- </div>
203
- )}
204
- </div>
205
- </div>
206
- );
207
- }
208
-
209
- interface ChannelCardProps {
210
- channel: BrowseChannel;
211
- isJoining: boolean;
212
- isLeaving: boolean;
213
- onJoin: () => void;
214
- onLeave: () => void;
215
- }
216
-
217
- function ChannelCard({ channel, isJoining, isLeaving, onJoin, onLeave }: ChannelCardProps) {
218
- const isProcessing = isJoining || isLeaving;
219
-
220
- return (
221
- <div className="flex items-center gap-3 p-3 rounded-lg hover:bg-sidebar-border/50 transition-colors">
222
- {/* Channel icon */}
223
- <div className={`
224
- w-10 h-10 rounded-lg flex items-center justify-center flex-shrink-0
225
- ${channel.isPrivate
226
- ? 'bg-warning/10 text-warning border border-warning/20'
227
- : 'bg-accent-cyan/10 text-accent-cyan border border-accent-cyan/20'
228
- }
229
- `}>
230
- {channel.isPrivate ? <LockIcon /> : <HashIcon />}
231
- </div>
232
-
233
- {/* Channel info */}
234
- <div className="flex-1 min-w-0">
235
- <div className="flex items-center gap-2">
236
- <span className="text-sm font-medium text-text-primary truncate">
237
- #{channel.name}
238
- </span>
239
- {channel.isPrivate && (
240
- <span className="px-1.5 py-0.5 text-[10px] font-medium bg-warning/20 text-warning rounded">
241
- Private
242
- </span>
243
- )}
244
- </div>
245
- <div className="flex items-center gap-3 mt-0.5">
246
- {channel.description && (
247
- <span className="text-xs text-text-muted truncate flex-1">
248
- {channel.description}
249
- </span>
250
- )}
251
- <span className="text-xs text-text-muted flex-shrink-0">
252
- {channel.memberCount} member{channel.memberCount !== 1 ? 's' : ''}
253
- </span>
254
- </div>
255
- </div>
256
-
257
- {/* Action button */}
258
- {channel.isJoined ? (
259
- <button
260
- onClick={onLeave}
261
- disabled={isProcessing}
262
- className="px-3 py-1.5 text-xs font-medium text-text-muted border border-sidebar-border rounded-md hover:text-error hover:border-error/50 disabled:opacity-50 disabled:cursor-not-allowed transition-colors"
263
- >
264
- {isLeaving ? (
265
- <span className="flex items-center gap-1">
266
- <MiniSpinner />
267
- Leaving...
268
- </span>
269
- ) : (
270
- 'Leave'
271
- )}
272
- </button>
273
- ) : (
274
- <button
275
- onClick={onJoin}
276
- disabled={isProcessing}
277
- className="px-3 py-1.5 text-xs font-medium bg-accent-cyan text-bg-deep rounded-md hover:bg-accent-cyan/90 disabled:opacity-50 disabled:cursor-not-allowed transition-colors"
278
- >
279
- {isJoining ? (
280
- <span className="flex items-center gap-1">
281
- <MiniSpinner />
282
- Joining...
283
- </span>
284
- ) : (
285
- 'Join'
286
- )}
287
- </button>
288
- )}
289
- </div>
290
- );
291
- }
292
-
293
- // Icons
294
- function HashIcon({ className = '' }: { className?: string }) {
295
- return (
296
- <svg className={className} width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2">
297
- <line x1="4" y1="9" x2="20" y2="9" />
298
- <line x1="4" y1="15" x2="20" y2="15" />
299
- <line x1="10" y1="3" x2="8" y2="21" />
300
- <line x1="16" y1="3" x2="14" y2="21" />
301
- </svg>
302
- );
303
- }
304
-
305
- function SearchIcon({ className = '' }: { className?: string }) {
306
- return (
307
- <svg className={className} width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2">
308
- <circle cx="11" cy="11" r="8" />
309
- <line x1="21" y1="21" x2="16.65" y2="16.65" />
310
- </svg>
311
- );
312
- }
313
-
314
- function CloseIcon({ className = '' }: { className?: string }) {
315
- return (
316
- <svg className={className} width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2">
317
- <line x1="18" y1="6" x2="6" y2="18" />
318
- <line x1="6" y1="6" x2="18" y2="18" />
319
- </svg>
320
- );
321
- }
322
-
323
- function LockIcon() {
324
- return (
325
- <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2">
326
- <rect x="3" y="11" width="18" height="11" rx="2" ry="2" />
327
- <path d="M7 11V7a5 5 0 0 1 10 0v4" />
328
- </svg>
329
- );
330
- }
331
-
332
- function LoadingSpinner() {
333
- return (
334
- <svg className="animate-spin mx-auto text-accent-cyan" width="24" height="24" viewBox="0 0 24 24">
335
- <circle
336
- cx="12"
337
- cy="12"
338
- r="10"
339
- stroke="currentColor"
340
- strokeWidth="2"
341
- fill="none"
342
- strokeDasharray="32"
343
- strokeLinecap="round"
344
- />
345
- </svg>
346
- );
347
- }
348
-
349
- function MiniSpinner() {
350
- return (
351
- <svg className="animate-spin" width="12" height="12" viewBox="0 0 24 24">
352
- <circle
353
- cx="12"
354
- cy="12"
355
- r="10"
356
- stroke="currentColor"
357
- strokeWidth="2"
358
- fill="none"
359
- strokeDasharray="32"
360
- strokeLinecap="round"
361
- />
362
- </svg>
363
- );
364
- }
365
-
366
- function ErrorIcon() {
367
- return (
368
- <svg className="mx-auto text-error" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.5">
369
- <circle cx="12" cy="12" r="10" />
370
- <line x1="12" y1="8" x2="12" y2="12" />
371
- <line x1="12" y1="16" x2="12.01" y2="16" />
372
- </svg>
373
- );
374
- }
375
-
376
- function EmptyIcon() {
377
- return (
378
- <svg className="mx-auto text-text-muted" width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.5">
379
- <circle cx="12" cy="12" r="10" />
380
- <line x1="8" y1="15" x2="16" y2="15" strokeLinecap="round" />
381
- <circle cx="9" cy="9" r="1" fill="currentColor" stroke="none" />
382
- <circle cx="15" cy="9" r="1" fill="currentColor" stroke="none" />
383
- </svg>
384
- );
385
- }
@@ -1,261 +0,0 @@
1
- /**
2
- * ChannelChat Component
3
- *
4
- * Chat view for a channel or DM conversation.
5
- * Displays messages and provides input for sending new messages.
6
- * Uses shared MessageComposer for consistent attachment/paste support.
7
- */
8
-
9
- import React, { useCallback, useRef, useEffect } from 'react';
10
- import type { ChannelMessage } from './hooks/useChannels';
11
- import type { Agent } from '../types';
12
- import type { UserPresence } from './hooks/usePresence';
13
- import { MessageSenderName } from './MessageSenderName';
14
- import { MessageComposer } from './MessageComposer';
15
- import type { HumanUser } from './MentionAutocomplete';
16
-
17
- export interface ChannelChatProps {
18
- /** Current channel name */
19
- channel: string;
20
- /** Messages in this channel */
21
- messages: ChannelMessage[];
22
- /** Current user's username */
23
- currentUser: string;
24
- /** Send a message (now supports attachments) */
25
- onSendMessage: (body: string, thread?: string, attachmentIds?: string[]) => void;
26
- /** Online users for mentions */
27
- onlineUsers?: string[];
28
- /** Agents list for profile lookup */
29
- agents?: Agent[];
30
- /** Online user presence list for profile lookup */
31
- onlineUserPresence?: UserPresence[];
32
- /** Callback when agent name is clicked */
33
- onAgentClick?: (agent: Agent) => void;
34
- /** Callback when user name is clicked */
35
- onUserClick?: (user: UserPresence) => void;
36
- /** Whether message sending is in progress */
37
- isSending?: boolean;
38
- }
39
-
40
- export function ChannelChat({
41
- channel,
42
- messages,
43
- currentUser,
44
- onSendMessage,
45
- onlineUsers = [],
46
- agents = [],
47
- onlineUserPresence = [],
48
- onAgentClick,
49
- onUserClick,
50
- isSending = false,
51
- }: ChannelChatProps) {
52
- const messagesEndRef = useRef<HTMLDivElement>(null);
53
-
54
- // Filter messages for this channel
55
- const channelMessages = messages.filter(m => {
56
- if (m.type === 'channel_message') {
57
- return m.channel === channel;
58
- }
59
- // For DMs, check if this is the right conversation
60
- if (m.type === 'direct_message' && channel.startsWith('dm:')) {
61
- const participants = channel.split(':').slice(1);
62
- return participants.includes(m.from) || participants.includes(m.to || '');
63
- }
64
- return false;
65
- });
66
-
67
- // Scroll to bottom on new messages
68
- useEffect(() => {
69
- messagesEndRef.current?.scrollIntoView({ behavior: 'smooth' });
70
- }, [channelMessages.length]);
71
-
72
- // Handle message send with attachments
73
- const handleSend = useCallback(async (content: string, attachmentIds?: string[]): Promise<boolean> => {
74
- if (!content.trim() && (!attachmentIds || attachmentIds.length === 0)) return false;
75
- onSendMessage(content, undefined, attachmentIds);
76
- return true;
77
- }, [onSendMessage]);
78
-
79
- const isDm = channel.startsWith('dm:');
80
- const channelDisplay = isDm
81
- ? channel.split(':').slice(1).filter(u => u !== currentUser).join(', ')
82
- : channel;
83
-
84
- // Convert online user presence to HumanUser format for mentions
85
- const humanUsers: HumanUser[] = onlineUserPresence.map(u => ({
86
- username: u.username,
87
- avatarUrl: u.avatarUrl,
88
- }));
89
-
90
- return (
91
- <div style={{
92
- display: 'flex',
93
- flexDirection: 'column',
94
- height: '100%',
95
- backgroundColor: 'var(--bg-primary, #11111b)',
96
- }}>
97
- {/* Header */}
98
- <div style={{
99
- padding: '16px 20px',
100
- borderBottom: '1px solid var(--border-color, #313244)',
101
- display: 'flex',
102
- alignItems: 'center',
103
- gap: '8px',
104
- }}>
105
- <span style={{
106
- fontSize: '16px',
107
- fontWeight: 600,
108
- color: 'var(--text-primary, #cdd6f4)',
109
- }}>
110
- {isDm ? '@' : ''}{channelDisplay}
111
- </span>
112
- {!isDm && (
113
- <span style={{
114
- fontSize: '13px',
115
- color: 'var(--text-muted, #6c7086)',
116
- }}>
117
- Channel
118
- </span>
119
- )}
120
- </div>
121
-
122
- {/* Messages */}
123
- <div style={{
124
- flex: 1,
125
- overflow: 'auto',
126
- padding: '16px 20px',
127
- display: 'flex',
128
- flexDirection: 'column',
129
- gap: '8px',
130
- }}>
131
- {channelMessages.length === 0 ? (
132
- <div style={{
133
- textAlign: 'center',
134
- color: 'var(--text-muted, #6c7086)',
135
- padding: '40px 20px',
136
- }}>
137
- <div style={{ fontSize: '32px', marginBottom: '12px' }}>
138
- {isDm ? '👋' : '💬'}
139
- </div>
140
- <div style={{ fontSize: '16px', fontWeight: 500, marginBottom: '4px' }}>
141
- {isDm
142
- ? `Start a conversation with ${channelDisplay}`
143
- : `Welcome to ${channel}`}
144
- </div>
145
- <div style={{ fontSize: '13px' }}>
146
- {isDm
147
- ? 'Send a message to get started'
148
- : 'This is the beginning of the channel'}
149
- </div>
150
- </div>
151
- ) : (
152
- channelMessages.map((msg) => (
153
- <MessageBubble
154
- key={msg.id}
155
- message={msg}
156
- isOwn={msg.from === currentUser}
157
- agents={agents}
158
- onlineUserPresence={onlineUserPresence}
159
- onAgentClick={onAgentClick}
160
- onUserClick={onUserClick}
161
- />
162
- ))
163
- )}
164
- <div ref={messagesEndRef} />
165
- </div>
166
-
167
- {/* Input - Using shared MessageComposer for attachment support */}
168
- <div style={{
169
- padding: '16px 20px',
170
- borderTop: '1px solid var(--border-color, #313244)',
171
- }}>
172
- <MessageComposer
173
- onSend={handleSend}
174
- isSending={isSending}
175
- placeholder={`Message ${channelDisplay}...`}
176
- agents={agents}
177
- humanUsers={humanUsers}
178
- />
179
- </div>
180
- </div>
181
- );
182
- }
183
-
184
- interface MessageBubbleProps {
185
- message: ChannelMessage;
186
- isOwn: boolean;
187
- agents?: Agent[];
188
- onlineUserPresence?: UserPresence[];
189
- onAgentClick?: (agent: Agent) => void;
190
- onUserClick?: (user: UserPresence) => void;
191
- }
192
-
193
- function MessageBubble({
194
- message,
195
- isOwn,
196
- agents = [],
197
- onlineUserPresence = [],
198
- onAgentClick,
199
- onUserClick,
200
- }: MessageBubbleProps) {
201
- const time = new Date(message.timestamp).toLocaleTimeString([], {
202
- hour: '2-digit',
203
- minute: '2-digit',
204
- });
205
-
206
- // Look up agent or user for the sender
207
- const senderAgent = agents.find(a => a.name.toLowerCase() === message.from.toLowerCase() && !a.isHuman);
208
- const senderUser = onlineUserPresence.find(u => u.username.toLowerCase() === message.from.toLowerCase());
209
-
210
- const nameColor = isOwn
211
- ? 'var(--accent-color, #89b4fa)'
212
- : 'var(--text-primary, #cdd6f4)';
213
-
214
- return (
215
- <div style={{
216
- display: 'flex',
217
- flexDirection: 'column',
218
- alignItems: isOwn ? 'flex-end' : 'flex-start',
219
- }}>
220
- <div style={{
221
- display: 'flex',
222
- alignItems: 'baseline',
223
- gap: '8px',
224
- marginBottom: '4px',
225
- }}>
226
- <MessageSenderName
227
- displayName={message.from}
228
- color={nameColor}
229
- isCurrentUser={isOwn}
230
- agent={senderAgent}
231
- userPresence={senderUser}
232
- onAgentClick={onAgentClick}
233
- onUserClick={onUserClick}
234
- />
235
- <span style={{
236
- fontSize: '11px',
237
- color: 'var(--text-muted, #6c7086)',
238
- }}>
239
- {time}
240
- </span>
241
- </div>
242
- <div style={{
243
- maxWidth: '70%',
244
- padding: '10px 14px',
245
- backgroundColor: isOwn
246
- ? 'var(--accent-color, #89b4fa)'
247
- : 'var(--bg-secondary, #1e1e2e)',
248
- color: isOwn ? '#11111b' : 'var(--text-primary, #cdd6f4)',
249
- borderRadius: isOwn ? '16px 16px 4px 16px' : '16px 16px 16px 4px',
250
- fontSize: '14px',
251
- lineHeight: '1.4',
252
- wordBreak: 'break-word',
253
- whiteSpace: 'pre-wrap',
254
- }}>
255
- {message.body}
256
- </div>
257
- </div>
258
- );
259
- }
260
-
261
- export default ChannelChat;