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,691 +0,0 @@
1
- /**
2
- * Tests for Sidebar component channel functionality.
3
- *
4
- * Tests channel rendering, selection, interactions, and state management.
5
- */
6
-
7
- import React from 'react';
8
- import { describe, it, expect, vi, beforeEach, afterEach } from 'vitest';
9
- import { render, screen, fireEvent, within } from '@testing-library/react';
10
- import { Sidebar, type SidebarProps, type SidebarChannel } from './Sidebar';
11
-
12
- // Mock localStorage with proper reset between tests
13
- let localStorageStore: Record<string, string> = {};
14
-
15
- const mockLocalStorage = {
16
- getItem: vi.fn((key: string) => localStorageStore[key] ?? null),
17
- setItem: vi.fn((key: string, value: string) => {
18
- localStorageStore[key] = value;
19
- }),
20
- removeItem: vi.fn((key: string) => {
21
- delete localStorageStore[key];
22
- }),
23
- clear: vi.fn(() => {
24
- localStorageStore = {};
25
- }),
26
- };
27
-
28
- Object.defineProperty(window, 'localStorage', {
29
- value: mockLocalStorage,
30
- writable: true,
31
- });
32
-
33
- describe('Sidebar', () => {
34
- const defaultProps: SidebarProps = {
35
- agents: [],
36
- viewMode: 'channels',
37
- isFleetAvailable: false,
38
- isConnected: true,
39
- };
40
-
41
- beforeEach(() => {
42
- localStorageStore = {};
43
- vi.clearAllMocks();
44
- // Reset mock implementations to default behavior
45
- mockLocalStorage.getItem.mockImplementation((key: string) => localStorageStore[key] ?? null);
46
- });
47
-
48
- describe('Channel Rendering', () => {
49
- it('should render channels section header', () => {
50
- render(<Sidebar {...defaultProps} />);
51
-
52
- expect(screen.getByText('Channels')).toBeInTheDocument();
53
- });
54
-
55
- it('should render channel list when channels provided', () => {
56
- const channels: SidebarChannel[] = [
57
- { id: 'ch-1', name: 'general', unreadCount: 0 },
58
- { id: 'ch-2', name: 'engineering', unreadCount: 0 },
59
- ];
60
-
61
- render(<Sidebar {...defaultProps} channels={channels} />);
62
-
63
- // Expand channels section first (collapsed by default)
64
- fireEvent.click(screen.getByText('Channels'));
65
-
66
- expect(screen.getByText('general')).toBeInTheDocument();
67
- expect(screen.getByText('engineering')).toBeInTheDocument();
68
- });
69
-
70
- it('should show # prefix for channel names', () => {
71
- const channels: SidebarChannel[] = [
72
- { id: 'ch-1', name: 'general', unreadCount: 0 },
73
- ];
74
-
75
- render(<Sidebar {...defaultProps} channels={channels} />);
76
- fireEvent.click(screen.getByText('Channels'));
77
-
78
- // The # is in a separate span
79
- const hashSymbols = screen.getAllByText('#');
80
- expect(hashSymbols.length).toBeGreaterThan(0);
81
- });
82
-
83
- it('should render empty state with create button when no channels', () => {
84
- const onCreateChannel = vi.fn();
85
-
86
- render(
87
- <Sidebar
88
- {...defaultProps}
89
- channels={[]}
90
- onCreateChannel={onCreateChannel}
91
- />
92
- );
93
-
94
- expect(screen.getByText('Create your first channel')).toBeInTheDocument();
95
- });
96
-
97
- it('should show "Add channel" when channels exist', () => {
98
- const channels: SidebarChannel[] = [
99
- { id: 'ch-1', name: 'general', unreadCount: 0 },
100
- ];
101
- const onCreateChannel = vi.fn();
102
-
103
- render(
104
- <Sidebar
105
- {...defaultProps}
106
- channels={channels}
107
- onCreateChannel={onCreateChannel}
108
- />
109
- );
110
- fireEvent.click(screen.getByText('Channels'));
111
-
112
- expect(screen.getByText('Add channel')).toBeInTheDocument();
113
- });
114
- });
115
-
116
- describe('Channel Selection', () => {
117
- it('should call onChannelSelect when channel clicked', () => {
118
- const channels: SidebarChannel[] = [
119
- { id: 'ch-1', name: 'general', unreadCount: 0 },
120
- ];
121
- const onChannelSelect = vi.fn();
122
-
123
- render(
124
- <Sidebar
125
- {...defaultProps}
126
- channels={channels}
127
- onChannelSelect={onChannelSelect}
128
- />
129
- );
130
- fireEvent.click(screen.getByText('Channels'));
131
- fireEvent.click(screen.getByText('general'));
132
-
133
- expect(onChannelSelect).toHaveBeenCalledWith(channels[0]);
134
- });
135
-
136
- it('should highlight selected channel', () => {
137
- const channels: SidebarChannel[] = [
138
- { id: 'ch-1', name: 'general', unreadCount: 0 },
139
- { id: 'ch-2', name: 'random', unreadCount: 0 },
140
- ];
141
-
142
- render(
143
- <Sidebar
144
- {...defaultProps}
145
- channels={channels}
146
- selectedChannelId="ch-1"
147
- />
148
- );
149
- fireEvent.click(screen.getByText('Channels'));
150
-
151
- const generalButton = screen.getByText('general').closest('button');
152
- expect(generalButton).toHaveClass('bg-accent-cyan/10');
153
- });
154
-
155
- it('should not highlight unselected channels', () => {
156
- const channels: SidebarChannel[] = [
157
- { id: 'ch-1', name: 'general', unreadCount: 0 },
158
- { id: 'ch-2', name: 'random', unreadCount: 0 },
159
- ];
160
-
161
- render(
162
- <Sidebar
163
- {...defaultProps}
164
- channels={channels}
165
- selectedChannelId="ch-1"
166
- />
167
- );
168
- fireEvent.click(screen.getByText('Channels'));
169
-
170
- const randomButton = screen.getByText('random').closest('button');
171
- expect(randomButton).not.toHaveClass('bg-accent-cyan/10');
172
- });
173
- });
174
-
175
- describe('Unread Badges', () => {
176
- it('should show unread count badge when channel has unreads', () => {
177
- const channels: SidebarChannel[] = [
178
- { id: 'ch-1', name: 'general', unreadCount: 5 },
179
- ];
180
-
181
- render(<Sidebar {...defaultProps} channels={channels} />);
182
- fireEvent.click(screen.getByText('Channels'));
183
-
184
- // Should find two badges: one in header (total), one in channel row
185
- const badges = screen.getAllByText('5');
186
- expect(badges.length).toBeGreaterThanOrEqual(1);
187
- });
188
-
189
- it('should not show badge when unread count is 0', () => {
190
- const channels: SidebarChannel[] = [
191
- { id: 'ch-1', name: 'general', unreadCount: 0 },
192
- ];
193
-
194
- render(<Sidebar {...defaultProps} channels={channels} />);
195
- fireEvent.click(screen.getByText('Channels'));
196
-
197
- // Should not find a standalone "0" as a badge
198
- const generalRow = screen.getByText('general').closest('button');
199
- expect(within(generalRow!).queryByText('0')).not.toBeInTheDocument();
200
- });
201
-
202
- it('should show total unread count in section header', () => {
203
- const channels: SidebarChannel[] = [
204
- { id: 'ch-1', name: 'general', unreadCount: 3 },
205
- { id: 'ch-2', name: 'random', unreadCount: 5 },
206
- ];
207
-
208
- render(<Sidebar {...defaultProps} channels={channels} />);
209
-
210
- // Total should be 8
211
- expect(screen.getByText('8')).toBeInTheDocument();
212
- });
213
-
214
- it('should style mentions differently from regular unreads', () => {
215
- const channels: SidebarChannel[] = [
216
- { id: 'ch-1', name: 'alerts', unreadCount: 2, hasMentions: true },
217
- ];
218
-
219
- render(<Sidebar {...defaultProps} channels={channels} />);
220
- fireEvent.click(screen.getByText('Channels'));
221
-
222
- // Find all badges with "2" - the channel row badge should have mention styling
223
- const badges = screen.getAllByText('2');
224
- const mentionBadge = badges.find(badge => badge.className.includes('bg-red-500/20'));
225
- expect(mentionBadge).toBeTruthy();
226
- });
227
-
228
- it('should bold channel name when has unread messages', () => {
229
- const channels: SidebarChannel[] = [
230
- { id: 'ch-1', name: 'general', unreadCount: 5 },
231
- ];
232
-
233
- render(<Sidebar {...defaultProps} channels={channels} />);
234
- fireEvent.click(screen.getByText('Channels'));
235
-
236
- const channelName = screen.getByText('general');
237
- expect(channelName).toHaveClass('font-semibold');
238
- });
239
- });
240
-
241
- describe('Collapsed State', () => {
242
- it('should be collapsed by default', () => {
243
- const channels: SidebarChannel[] = [
244
- { id: 'ch-1', name: 'general', unreadCount: 0 },
245
- ];
246
-
247
- render(<Sidebar {...defaultProps} channels={channels} />);
248
-
249
- // Channel name should not be visible when collapsed
250
- expect(screen.queryByText('general')).not.toBeInTheDocument();
251
- });
252
-
253
- it('should expand when header clicked', () => {
254
- const channels: SidebarChannel[] = [
255
- { id: 'ch-1', name: 'general', unreadCount: 0 },
256
- ];
257
-
258
- render(<Sidebar {...defaultProps} channels={channels} />);
259
-
260
- // Click to expand
261
- fireEvent.click(screen.getByText('Channels'));
262
-
263
- expect(screen.getByText('general')).toBeInTheDocument();
264
- });
265
-
266
- it('should collapse when header clicked again', () => {
267
- const channels: SidebarChannel[] = [
268
- { id: 'ch-1', name: 'general', unreadCount: 0 },
269
- ];
270
-
271
- render(<Sidebar {...defaultProps} channels={channels} />);
272
-
273
- // Expand
274
- fireEvent.click(screen.getByText('Channels'));
275
- expect(screen.getByText('general')).toBeInTheDocument();
276
-
277
- // Collapse
278
- fireEvent.click(screen.getByText('Channels'));
279
- expect(screen.queryByText('general')).not.toBeInTheDocument();
280
- });
281
-
282
- it('should persist collapsed state to localStorage', () => {
283
- const channels: SidebarChannel[] = [
284
- { id: 'ch-1', name: 'general', unreadCount: 0 },
285
- ];
286
-
287
- render(<Sidebar {...defaultProps} channels={channels} />);
288
-
289
- // Expand
290
- fireEvent.click(screen.getByText('Channels'));
291
-
292
- expect(mockLocalStorage.setItem).toHaveBeenCalledWith(
293
- 'agent-relay-channels-collapsed',
294
- 'false'
295
- );
296
- });
297
-
298
- it('should restore collapsed state from localStorage', () => {
299
- mockLocalStorage.getItem.mockImplementation((key: string) => {
300
- if (key === 'agent-relay-channels-collapsed') return 'false';
301
- return null;
302
- });
303
-
304
- const channels: SidebarChannel[] = [
305
- { id: 'ch-1', name: 'general', unreadCount: 0 },
306
- ];
307
-
308
- render(<Sidebar {...defaultProps} channels={channels} />);
309
-
310
- // Should be expanded based on localStorage
311
- expect(screen.getByText('general')).toBeInTheDocument();
312
- });
313
- });
314
-
315
- describe('Channel Actions Menu', () => {
316
- it('should show actions button on hover', () => {
317
- const channels: SidebarChannel[] = [
318
- { id: 'ch-1', name: 'general', unreadCount: 0 },
319
- ];
320
- const onInviteToChannel = vi.fn();
321
-
322
- render(
323
- <Sidebar
324
- {...defaultProps}
325
- channels={channels}
326
- onInviteToChannel={onInviteToChannel}
327
- />
328
- );
329
- fireEvent.click(screen.getByText('Channels'));
330
-
331
- // The more button should exist (visible on hover via CSS)
332
- const moreButton = screen.getByTitle('Channel actions');
333
- expect(moreButton).toBeInTheDocument();
334
- });
335
-
336
- it('should open menu when actions button clicked', () => {
337
- const channels: SidebarChannel[] = [
338
- { id: 'ch-1', name: 'general', unreadCount: 0 },
339
- ];
340
- const onInviteToChannel = vi.fn();
341
-
342
- render(
343
- <Sidebar
344
- {...defaultProps}
345
- channels={channels}
346
- onInviteToChannel={onInviteToChannel}
347
- />
348
- );
349
- fireEvent.click(screen.getByText('Channels'));
350
- fireEvent.click(screen.getByTitle('Channel actions'));
351
-
352
- expect(screen.getByText('Invite members')).toBeInTheDocument();
353
- });
354
-
355
- it('should call onInviteToChannel when invite clicked', () => {
356
- const channels: SidebarChannel[] = [
357
- { id: 'ch-1', name: 'general', unreadCount: 0 },
358
- ];
359
- const onInviteToChannel = vi.fn();
360
-
361
- render(
362
- <Sidebar
363
- {...defaultProps}
364
- channels={channels}
365
- onInviteToChannel={onInviteToChannel}
366
- />
367
- );
368
- fireEvent.click(screen.getByText('Channels'));
369
- fireEvent.click(screen.getByTitle('Channel actions'));
370
- fireEvent.click(screen.getByText('Invite members'));
371
-
372
- expect(onInviteToChannel).toHaveBeenCalledWith(channels[0]);
373
- });
374
-
375
- it('should show archive option in menu', () => {
376
- const channels: SidebarChannel[] = [
377
- { id: 'ch-1', name: 'general', unreadCount: 0 },
378
- ];
379
- const onArchiveChannel = vi.fn();
380
-
381
- render(
382
- <Sidebar
383
- {...defaultProps}
384
- channels={channels}
385
- onArchiveChannel={onArchiveChannel}
386
- />
387
- );
388
- fireEvent.click(screen.getByText('Channels'));
389
- fireEvent.click(screen.getByTitle('Channel actions'));
390
-
391
- expect(screen.getByText('Archive')).toBeInTheDocument();
392
- });
393
-
394
- it('should call onArchiveChannel when archive clicked', () => {
395
- const channels: SidebarChannel[] = [
396
- { id: 'ch-1', name: 'general', unreadCount: 0 },
397
- ];
398
- const onArchiveChannel = vi.fn();
399
-
400
- render(
401
- <Sidebar
402
- {...defaultProps}
403
- channels={channels}
404
- onArchiveChannel={onArchiveChannel}
405
- />
406
- );
407
- fireEvent.click(screen.getByText('Channels'));
408
- fireEvent.click(screen.getByTitle('Channel actions'));
409
- fireEvent.click(screen.getByText('Archive'));
410
-
411
- expect(onArchiveChannel).toHaveBeenCalledWith(channels[0]);
412
- });
413
-
414
- it('should close menu after action selected', () => {
415
- const channels: SidebarChannel[] = [
416
- { id: 'ch-1', name: 'general', unreadCount: 0 },
417
- ];
418
- const onInviteToChannel = vi.fn();
419
-
420
- render(
421
- <Sidebar
422
- {...defaultProps}
423
- channels={channels}
424
- onInviteToChannel={onInviteToChannel}
425
- />
426
- );
427
- fireEvent.click(screen.getByText('Channels'));
428
- fireEvent.click(screen.getByTitle('Channel actions'));
429
- fireEvent.click(screen.getByText('Invite members'));
430
-
431
- expect(screen.queryByText('Invite members')).not.toBeInTheDocument();
432
- });
433
-
434
- it('should close menu when channel selection changes', () => {
435
- const channels: SidebarChannel[] = [
436
- { id: 'ch-1', name: 'general', unreadCount: 0 },
437
- { id: 'ch-2', name: 'random', unreadCount: 0 },
438
- ];
439
- const onInviteToChannel = vi.fn();
440
- const onChannelSelect = vi.fn();
441
-
442
- const { rerender } = render(
443
- <Sidebar
444
- {...defaultProps}
445
- channels={channels}
446
- onInviteToChannel={onInviteToChannel}
447
- onChannelSelect={onChannelSelect}
448
- selectedChannelId="ch-1"
449
- />
450
- );
451
- fireEvent.click(screen.getByText('Channels'));
452
- // Click the first Channel actions button (for 'general')
453
- const actionButtons = screen.getAllByTitle('Channel actions');
454
- fireEvent.click(actionButtons[0]);
455
-
456
- // Menu should be open
457
- expect(screen.getByText('Invite members')).toBeInTheDocument();
458
-
459
- // Change selection
460
- rerender(
461
- <Sidebar
462
- {...defaultProps}
463
- channels={channels}
464
- onInviteToChannel={onInviteToChannel}
465
- onChannelSelect={onChannelSelect}
466
- selectedChannelId="ch-2"
467
- />
468
- );
469
-
470
- // Menu should be closed
471
- expect(screen.queryByText('Invite members')).not.toBeInTheDocument();
472
- });
473
- });
474
-
475
- describe('Archived Channels', () => {
476
- it('should render archived section when archived channels exist', () => {
477
- const archivedChannels: SidebarChannel[] = [
478
- { id: 'ch-archived', name: 'old-project', unreadCount: 0 },
479
- ];
480
-
481
- render(<Sidebar {...defaultProps} archivedChannels={archivedChannels} />);
482
-
483
- expect(screen.getByText('Archived')).toBeInTheDocument();
484
- });
485
-
486
- it('should not render archived section when no archived channels', () => {
487
- render(<Sidebar {...defaultProps} archivedChannels={[]} />);
488
-
489
- expect(screen.queryByText('Archived')).not.toBeInTheDocument();
490
- });
491
-
492
- it('should show archived count in section header', () => {
493
- const archivedChannels: SidebarChannel[] = [
494
- { id: 'ch-1', name: 'old-project', unreadCount: 0 },
495
- { id: 'ch-2', name: 'deprecated', unreadCount: 0 },
496
- ];
497
-
498
- render(<Sidebar {...defaultProps} archivedChannels={archivedChannels} />);
499
-
500
- expect(screen.getByText('(2)')).toBeInTheDocument();
501
- });
502
-
503
- it('should be collapsed by default', () => {
504
- const archivedChannels: SidebarChannel[] = [
505
- { id: 'ch-archived', name: 'old-project', unreadCount: 0 },
506
- ];
507
-
508
- render(<Sidebar {...defaultProps} archivedChannels={archivedChannels} />);
509
-
510
- expect(screen.queryByText('old-project')).not.toBeInTheDocument();
511
- });
512
-
513
- it('should expand when clicked', () => {
514
- const archivedChannels: SidebarChannel[] = [
515
- { id: 'ch-archived', name: 'old-project', unreadCount: 0 },
516
- ];
517
-
518
- render(<Sidebar {...defaultProps} archivedChannels={archivedChannels} />);
519
- fireEvent.click(screen.getByText('Archived'));
520
-
521
- expect(screen.getByText('old-project')).toBeInTheDocument();
522
- });
523
-
524
- it('should show "Archived" badge on archived channels', () => {
525
- const archivedChannels: SidebarChannel[] = [
526
- { id: 'ch-archived', name: 'old-project', unreadCount: 0 },
527
- ];
528
-
529
- render(<Sidebar {...defaultProps} archivedChannels={archivedChannels} />);
530
- fireEvent.click(screen.getByText('Archived'));
531
-
532
- // Find the "Archived" badge within the channel row
533
- const archiveBadges = screen.getAllByText('Archived');
534
- expect(archiveBadges.length).toBeGreaterThanOrEqual(1);
535
- });
536
-
537
- it('should call onUnarchiveChannel when unarchive clicked', () => {
538
- const archivedChannels: SidebarChannel[] = [
539
- { id: 'ch-archived', name: 'old-project', unreadCount: 0 },
540
- ];
541
- const onUnarchiveChannel = vi.fn();
542
-
543
- render(
544
- <Sidebar
545
- {...defaultProps}
546
- archivedChannels={archivedChannels}
547
- onUnarchiveChannel={onUnarchiveChannel}
548
- />
549
- );
550
- fireEvent.click(screen.getByText('Archived'));
551
- fireEvent.click(screen.getByTitle('Unarchive channel'));
552
-
553
- expect(onUnarchiveChannel).toHaveBeenCalledWith(archivedChannels[0]);
554
- });
555
-
556
- it('should allow selecting archived channels', () => {
557
- const archivedChannels: SidebarChannel[] = [
558
- { id: 'ch-archived', name: 'old-project', unreadCount: 0 },
559
- ];
560
- const onChannelSelect = vi.fn();
561
-
562
- render(
563
- <Sidebar
564
- {...defaultProps}
565
- archivedChannels={archivedChannels}
566
- onChannelSelect={onChannelSelect}
567
- />
568
- );
569
- fireEvent.click(screen.getByText('Archived'));
570
- fireEvent.click(screen.getByText('old-project'));
571
-
572
- expect(onChannelSelect).toHaveBeenCalledWith(archivedChannels[0]);
573
- });
574
- });
575
-
576
- describe('Create Channel', () => {
577
- it('should call onCreateChannel when create button clicked', () => {
578
- const onCreateChannel = vi.fn();
579
-
580
- render(
581
- <Sidebar
582
- {...defaultProps}
583
- channels={[]}
584
- onCreateChannel={onCreateChannel}
585
- />
586
- );
587
- fireEvent.click(screen.getByText('Create your first channel'));
588
-
589
- expect(onCreateChannel).toHaveBeenCalled();
590
- });
591
-
592
- it('should call onCreateChannel when add button clicked with existing channels', () => {
593
- const channels: SidebarChannel[] = [
594
- { id: 'ch-1', name: 'general', unreadCount: 0 },
595
- ];
596
- const onCreateChannel = vi.fn();
597
-
598
- render(
599
- <Sidebar
600
- {...defaultProps}
601
- channels={channels}
602
- onCreateChannel={onCreateChannel}
603
- />
604
- );
605
- fireEvent.click(screen.getByText('Channels'));
606
- fireEvent.click(screen.getByText('Add channel'));
607
-
608
- expect(onCreateChannel).toHaveBeenCalled();
609
- });
610
- });
611
-
612
- describe('Connection Status', () => {
613
- it('should show connected indicator when connected', () => {
614
- render(<Sidebar {...defaultProps} isConnected={true} />);
615
-
616
- expect(screen.getByText('Live')).toBeInTheDocument();
617
- });
618
-
619
- it('should show offline indicator when disconnected', () => {
620
- render(<Sidebar {...defaultProps} isConnected={false} />);
621
-
622
- expect(screen.getByText('Offline')).toBeInTheDocument();
623
- });
624
- });
625
-
626
- describe('Multiple Channels', () => {
627
- it('should render all channels in correct order', () => {
628
- const channels: SidebarChannel[] = [
629
- { id: 'ch-1', name: 'alpha', unreadCount: 0 },
630
- { id: 'ch-2', name: 'beta', unreadCount: 0 },
631
- { id: 'ch-3', name: 'gamma', unreadCount: 0 },
632
- ];
633
-
634
- render(<Sidebar {...defaultProps} channels={channels} />);
635
- fireEvent.click(screen.getByText('Channels'));
636
-
637
- const channelButtons = screen.getAllByRole('button').filter(btn =>
638
- ['alpha', 'beta', 'gamma'].some(name => btn.textContent?.includes(name))
639
- );
640
-
641
- expect(channelButtons[0]).toHaveTextContent('alpha');
642
- expect(channelButtons[1]).toHaveTextContent('beta');
643
- expect(channelButtons[2]).toHaveTextContent('gamma');
644
- });
645
-
646
- it('should allow selecting different channels', () => {
647
- const channels: SidebarChannel[] = [
648
- { id: 'ch-1', name: 'alpha', unreadCount: 0 },
649
- { id: 'ch-2', name: 'beta', unreadCount: 0 },
650
- ];
651
- const onChannelSelect = vi.fn();
652
-
653
- render(
654
- <Sidebar
655
- {...defaultProps}
656
- channels={channels}
657
- onChannelSelect={onChannelSelect}
658
- />
659
- );
660
- fireEvent.click(screen.getByText('Channels'));
661
-
662
- fireEvent.click(screen.getByText('alpha'));
663
- expect(onChannelSelect).toHaveBeenCalledWith(channels[0]);
664
-
665
- fireEvent.click(screen.getByText('beta'));
666
- expect(onChannelSelect).toHaveBeenCalledWith(channels[1]);
667
- });
668
- });
669
-
670
- describe('Accessibility', () => {
671
- it('should have accessible channel buttons', () => {
672
- const channels: SidebarChannel[] = [
673
- { id: 'ch-1', name: 'general', unreadCount: 0 },
674
- ];
675
-
676
- render(<Sidebar {...defaultProps} channels={channels} />);
677
- fireEvent.click(screen.getByText('Channels'));
678
-
679
- const channelButton = screen.getByText('general').closest('button');
680
- expect(channelButton).toBeInTheDocument();
681
- expect(channelButton?.tagName).toBe('BUTTON');
682
- });
683
-
684
- it('should have accessible section toggle buttons', () => {
685
- render(<Sidebar {...defaultProps} />);
686
-
687
- const channelsHeader = screen.getByText('Channels').closest('button');
688
- expect(channelsHeader?.tagName).toBe('BUTTON');
689
- });
690
- });
691
- });