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,284 +0,0 @@
1
- /**
2
- * Logo Component - Monogram AR
3
- *
4
- * The Agent Relay logo featuring interwoven A and R letters.
5
- * Uses the signature cyan (#00d9ff) and teal (#00ffc8) colors
6
- * to symbolize structure and flow.
7
- */
8
-
9
- import React from 'react';
10
-
11
- export interface LogoProps {
12
- /** Size of the logo in pixels (width and height) */
13
- size?: number;
14
- /** Whether to include the wordmark alongside the icon */
15
- showWordmark?: boolean;
16
- /** Additional CSS classes */
17
- className?: string;
18
- /** Whether to apply a glow effect */
19
- withGlow?: boolean;
20
- /** Whether to animate on hover */
21
- animated?: boolean;
22
- }
23
-
24
- /**
25
- * Agent Relay Monogram Logo
26
- *
27
- * An SVG logo with interwoven A and R letters representing
28
- * the connection between agents in the relay system.
29
- */
30
- export function Logo({
31
- size = 40,
32
- showWordmark = false,
33
- className = '',
34
- withGlow = true,
35
- animated = true,
36
- }: LogoProps) {
37
- return (
38
- <div
39
- className={`
40
- inline-flex items-center gap-3
41
- ${animated ? 'group' : ''}
42
- ${className}
43
- `}
44
- >
45
- <svg
46
- width={size}
47
- height={size}
48
- viewBox="0 0 100 100"
49
- fill="none"
50
- xmlns="http://www.w3.org/2000/svg"
51
- className={`
52
- transition-all duration-300
53
- ${withGlow ? 'drop-shadow-[0_0_8px_rgba(0,217,255,0.3)]' : ''}
54
- ${animated ? 'group-hover:drop-shadow-[0_0_16px_rgba(0,217,255,0.5)] group-hover:scale-105' : ''}
55
- `}
56
- aria-label="Agent Relay Logo"
57
- role="img"
58
- >
59
- {/* A shape - Primary structure */}
60
- <path
61
- d="M30 80 L 50 20 L 70 80"
62
- stroke="#00d9ff"
63
- strokeWidth="4"
64
- strokeLinejoin="round"
65
- strokeLinecap="round"
66
- fill="none"
67
- className={`
68
- ${animated ? 'transition-all duration-300 group-hover:[stroke-width:5]' : ''}
69
- `}
70
- />
71
- {/* A crossbar */}
72
- <line
73
- x1="40"
74
- y1="50"
75
- x2="60"
76
- y2="50"
77
- stroke="#00d9ff"
78
- strokeWidth="4"
79
- strokeLinecap="round"
80
- className={`
81
- ${animated ? 'transition-all duration-300 group-hover:[stroke-width:5]' : ''}
82
- `}
83
- />
84
-
85
- {/* R overlay - Representing flow/relay */}
86
- <path
87
- d="M50 20 L 50 80"
88
- stroke="#00ffc8"
89
- strokeWidth="2"
90
- strokeLinecap="round"
91
- opacity="0.7"
92
- className={`
93
- ${animated ? 'transition-opacity duration-300 group-hover:opacity-100' : ''}
94
- `}
95
- />
96
- <path
97
- d="M50 20 C 80 20 80 50 50 50 L 80 80"
98
- stroke="#00ffc8"
99
- strokeWidth="2"
100
- strokeLinecap="round"
101
- strokeLinejoin="round"
102
- fill="none"
103
- opacity="0.7"
104
- className={`
105
- ${animated ? 'transition-opacity duration-300 group-hover:opacity-100' : ''}
106
- `}
107
- />
108
- </svg>
109
-
110
- {showWordmark && (
111
- <span
112
- className={`
113
- font-display font-semibold text-text-primary tracking-tight
114
- transition-all duration-300
115
- ${animated ? 'group-hover:text-accent-cyan' : ''}
116
- `}
117
- style={{ fontSize: size * 0.45 }}
118
- >
119
- Agent Relay
120
- </span>
121
- )}
122
- </div>
123
- );
124
- }
125
-
126
- /**
127
- * Compact logo icon for tight spaces like headers
128
- */
129
- export function LogoIcon({
130
- size = 24,
131
- className = '',
132
- withGlow = false,
133
- }: Pick<LogoProps, 'size' | 'className' | 'withGlow'>) {
134
- return (
135
- <svg
136
- width={size}
137
- height={size}
138
- viewBox="0 0 100 100"
139
- fill="none"
140
- xmlns="http://www.w3.org/2000/svg"
141
- className={`
142
- transition-all duration-300
143
- ${withGlow ? 'drop-shadow-[0_0_8px_rgba(0,217,255,0.3)]' : ''}
144
- ${className}
145
- `}
146
- aria-label="Agent Relay Logo"
147
- role="img"
148
- >
149
- {/* A shape */}
150
- <path
151
- d="M30 80 L 50 20 L 70 80"
152
- stroke="#00d9ff"
153
- strokeWidth="5"
154
- strokeLinejoin="round"
155
- strokeLinecap="round"
156
- fill="none"
157
- />
158
- <line
159
- x1="40"
160
- y1="50"
161
- x2="60"
162
- y2="50"
163
- stroke="#00d9ff"
164
- strokeWidth="5"
165
- strokeLinecap="round"
166
- />
167
-
168
- {/* R overlay */}
169
- <path
170
- d="M50 20 L 50 80"
171
- stroke="#00ffc8"
172
- strokeWidth="2.5"
173
- strokeLinecap="round"
174
- opacity="0.7"
175
- />
176
- <path
177
- d="M50 20 C 80 20 80 50 50 50 L 80 80"
178
- stroke="#00ffc8"
179
- strokeWidth="2.5"
180
- strokeLinecap="round"
181
- strokeLinejoin="round"
182
- fill="none"
183
- opacity="0.7"
184
- />
185
- </svg>
186
- );
187
- }
188
-
189
- /**
190
- * Large animated logo for landing pages and hero sections
191
- */
192
- export function LogoHero({
193
- className = '',
194
- }: {
195
- className?: string;
196
- }) {
197
- return (
198
- <div className={`relative inline-block ${className}`}>
199
- {/* Outer glow ring animation */}
200
- <div
201
- className="
202
- absolute inset-[-20%]
203
- rounded-full
204
- bg-accent-cyan/10
205
- animate-pulse
206
- blur-2xl
207
- "
208
- aria-hidden="true"
209
- />
210
-
211
- <svg
212
- width={120}
213
- height={120}
214
- viewBox="0 0 100 100"
215
- fill="none"
216
- xmlns="http://www.w3.org/2000/svg"
217
- className="
218
- relative z-10
219
- drop-shadow-[0_0_20px_rgba(0,217,255,0.4)]
220
- animate-[float_6s_ease-in-out_infinite]
221
- "
222
- aria-label="Agent Relay Logo"
223
- role="img"
224
- >
225
- <defs>
226
- <linearGradient id="logoGradientA" x1="30" y1="80" x2="70" y2="20" gradientUnits="userSpaceOnUse">
227
- <stop offset="0%" stopColor="#00d9ff" />
228
- <stop offset="100%" stopColor="#00b8d9" />
229
- </linearGradient>
230
- <linearGradient id="logoGradientR" x1="50" y1="20" x2="80" y2="80" gradientUnits="userSpaceOnUse">
231
- <stop offset="0%" stopColor="#00ffc8" />
232
- <stop offset="100%" stopColor="#00d9b8" />
233
- </linearGradient>
234
- </defs>
235
-
236
- {/* A shape with gradient */}
237
- <path
238
- d="M30 80 L 50 20 L 70 80"
239
- stroke="url(#logoGradientA)"
240
- strokeWidth="5"
241
- strokeLinejoin="round"
242
- strokeLinecap="round"
243
- fill="none"
244
- />
245
- <line
246
- x1="40"
247
- y1="50"
248
- x2="60"
249
- y2="50"
250
- stroke="url(#logoGradientA)"
251
- strokeWidth="5"
252
- strokeLinecap="round"
253
- />
254
-
255
- {/* R overlay with gradient */}
256
- <path
257
- d="M50 20 L 50 80"
258
- stroke="url(#logoGradientR)"
259
- strokeWidth="3"
260
- strokeLinecap="round"
261
- opacity="0.8"
262
- />
263
- <path
264
- d="M50 20 C 80 20 80 50 50 50 L 80 80"
265
- stroke="url(#logoGradientR)"
266
- strokeWidth="3"
267
- strokeLinecap="round"
268
- strokeLinejoin="round"
269
- fill="none"
270
- opacity="0.8"
271
- />
272
- </svg>
273
-
274
- <style>{`
275
- @keyframes float {
276
- 0%, 100% { transform: translateY(0px); }
277
- 50% { transform: translateY(-8px); }
278
- }
279
- `}</style>
280
- </div>
281
- );
282
- }
283
-
284
- export default Logo;
@@ -1,384 +0,0 @@
1
- /**
2
- * MentionAutocomplete Component
3
- *
4
- * Provides @-mention autocomplete for the message composer.
5
- * Shows a dropdown list of agents and teams when typing @ at the start of a message.
6
- * Supports:
7
- * - @AgentName - mention a specific agent
8
- * - @everyone / @* - broadcast to all agents
9
- * - @team:name - mention all agents in a team
10
- */
11
-
12
- import React, { useState, useCallback, useEffect, useRef, useMemo } from 'react';
13
- import type { Agent } from '../types';
14
- import { getAgentColor, getAgentInitials } from '../lib/colors';
15
-
16
- /** Human user info for autocomplete */
17
- export interface HumanUser {
18
- /** Username (GitHub username) */
19
- username: string;
20
- /** Optional avatar URL */
21
- avatarUrl?: string;
22
- }
23
-
24
- export interface MentionAutocompleteProps {
25
- /** List of available agents */
26
- agents: Agent[];
27
- /** List of human users (extracted from recent messages) */
28
- humanUsers?: HumanUser[];
29
- /** Current input value */
30
- inputValue: string;
31
- /** Cursor position in input */
32
- cursorPosition: number;
33
- /** Called when a mention is selected */
34
- onSelect: (mention: string, newValue: string) => void;
35
- /** Called when autocomplete should be hidden */
36
- onClose: () => void;
37
- /** Whether the autocomplete is visible */
38
- isVisible: boolean;
39
- }
40
-
41
- interface MentionOption {
42
- name: string;
43
- displayName: string;
44
- description: string;
45
- isBroadcast?: boolean;
46
- isTeam?: boolean;
47
- isHuman?: boolean;
48
- avatarUrl?: string;
49
- memberCount?: number;
50
- }
51
-
52
- /**
53
- * Check if the input has an @-mention being typed at the cursor position.
54
- * Works for @ at any position in the text, not just the start.
55
- */
56
- export function getMentionQuery(value: string, cursorPos: number): string | null {
57
- // Search backwards from cursor to find @
58
- const textBeforeCursor = value.substring(0, cursorPos);
59
-
60
- // Find the last @ before cursor that starts a mention
61
- // A mention starts after whitespace, at start of string, or after certain punctuation
62
- const mentionMatch = textBeforeCursor.match(/(?:^|[\s(])@(\S*)$/);
63
- if (mentionMatch) {
64
- return mentionMatch[1]; // Return the text after @
65
- }
66
- return null;
67
- }
68
-
69
- /**
70
- * Result of completing a mention.
71
- */
72
- export interface CompletionResult {
73
- /** The new input value with the completed mention */
74
- value: string;
75
- /** The cursor position after the completion (after the trailing space) */
76
- cursorPosition: number;
77
- }
78
-
79
- /**
80
- * Complete a mention in the input value at the cursor position.
81
- */
82
- export function completeMentionInValue(
83
- value: string,
84
- mention: string,
85
- cursorPos: number
86
- ): CompletionResult {
87
- const textBeforeCursor = value.substring(0, cursorPos);
88
- const textAfterCursor = value.substring(cursorPos);
89
-
90
- // Find the @ and partial text before cursor
91
- const mentionMatch = textBeforeCursor.match(/(?:^|[\s(])@(\S*)$/);
92
- if (mentionMatch) {
93
- // Calculate where the @ starts (accounting for whitespace/punctuation before it)
94
- const matchStart = mentionMatch.index || 0;
95
- const prefixChar = mentionMatch[0].charAt(0);
96
- const atStart = prefixChar === '@' ? matchStart : matchStart + 1;
97
-
98
- // Build the new value
99
- const beforeMention = value.substring(0, atStart);
100
- const completedMention = `@${mention} `;
101
- const newValue = beforeMention + completedMention + textAfterCursor;
102
- const newCursorPos = beforeMention.length + completedMention.length;
103
- return { value: newValue, cursorPosition: newCursorPos };
104
- }
105
- return { value, cursorPosition: cursorPos };
106
- }
107
-
108
- export function MentionAutocomplete({
109
- agents,
110
- humanUsers = [],
111
- inputValue,
112
- cursorPosition,
113
- onSelect,
114
- onClose,
115
- isVisible,
116
- }: MentionAutocompleteProps) {
117
- const [selectedIndex, setSelectedIndex] = useState(0);
118
- const listRef = useRef<HTMLDivElement>(null);
119
-
120
- // Get the current mention query
121
- const query = useMemo(
122
- () => getMentionQuery(inputValue, cursorPosition),
123
- [inputValue, cursorPosition]
124
- );
125
-
126
- // Extract unique teams from agents
127
- const teams = useMemo(() => {
128
- const teamMap = new Map<string, Agent[]>();
129
- agents.forEach((agent) => {
130
- if (agent.team) {
131
- const existing = teamMap.get(agent.team) || [];
132
- existing.push(agent);
133
- teamMap.set(agent.team, existing);
134
- }
135
- });
136
- return teamMap;
137
- }, [agents]);
138
-
139
- // Filter options based on query
140
- const options = useMemo((): MentionOption[] => {
141
- if (query === null) return [];
142
-
143
- const queryLower = query.toLowerCase();
144
- const result: MentionOption[] = [];
145
-
146
- // Add broadcast option if it matches
147
- const broadcastMatches =
148
- '*'.includes(queryLower) ||
149
- 'everyone'.includes(queryLower) ||
150
- 'all'.includes(queryLower) ||
151
- 'broadcast'.includes(queryLower) ||
152
- queryLower === '';
153
-
154
- if (broadcastMatches) {
155
- result.push({
156
- name: '*',
157
- displayName: '@everyone',
158
- description: 'Broadcast to all agents',
159
- isBroadcast: true,
160
- });
161
- }
162
-
163
- // Add team options if query matches "team" or a team name
164
- const isTeamQuery = queryLower.startsWith('team:') || queryLower.startsWith('team');
165
- const teamSearchQuery = queryLower.startsWith('team:')
166
- ? queryLower.substring(5)
167
- : queryLower.replace(/^team/, '');
168
-
169
- if (isTeamQuery || queryLower === '') {
170
- teams.forEach((members, teamName) => {
171
- const teamNameLower = teamName.toLowerCase();
172
- if (
173
- teamSearchQuery === '' ||
174
- teamNameLower.includes(teamSearchQuery) ||
175
- `team:${teamNameLower}`.includes(queryLower)
176
- ) {
177
- result.push({
178
- name: `team:${teamName}`,
179
- displayName: `@team:${teamName}`,
180
- description: `${members.length} agent${members.length !== 1 ? 's' : ''}: ${members.map(m => m.name).join(', ')}`,
181
- isTeam: true,
182
- memberCount: members.length,
183
- });
184
- }
185
- });
186
- }
187
-
188
- // Filter human users by username
189
- const agentNames = new Set(agents.map(a => a.name.toLowerCase()));
190
- const matchingHumans = humanUsers.filter((user) => {
191
- const usernameLower = user.username.toLowerCase();
192
- return usernameLower.includes(queryLower) &&
193
- !agentNames.has(usernameLower); // Don't show if they're also an agent name
194
- });
195
-
196
- matchingHumans.forEach((user) => {
197
- result.push({
198
- name: user.username,
199
- displayName: `@${user.username}`,
200
- description: 'Human user',
201
- isHuman: true,
202
- avatarUrl: user.avatarUrl,
203
- });
204
- });
205
-
206
- // Filter agents by name
207
- const matchingAgents = agents.filter((agent) =>
208
- agent.name.toLowerCase().includes(queryLower)
209
- );
210
-
211
- matchingAgents.forEach((agent) => {
212
- result.push({
213
- name: agent.name,
214
- displayName: `@${agent.name}`,
215
- description: agent.team ? `${agent.status || 'Agent'} · ${agent.team}` : (agent.status || 'Agent'),
216
- });
217
- });
218
-
219
- return result;
220
- }, [query, agents, humanUsers, teams]);
221
-
222
- // Reset selection when options change
223
- useEffect(() => {
224
- setSelectedIndex(0);
225
- }, [options.length]);
226
-
227
- // Scroll selected item into view
228
- useEffect(() => {
229
- if (!listRef.current) return;
230
- const selected = listRef.current.querySelector('[data-selected="true"]');
231
- if (selected) {
232
- selected.scrollIntoView({ block: 'nearest' });
233
- }
234
- }, [selectedIndex]);
235
-
236
- // Handle keyboard navigation
237
- const handleKeyDown = useCallback(
238
- (e: KeyboardEvent) => {
239
- if (!isVisible || options.length === 0) return;
240
-
241
- switch (e.key) {
242
- case 'ArrowDown':
243
- e.preventDefault();
244
- setSelectedIndex((prev) => (prev + 1) % options.length);
245
- break;
246
- case 'ArrowUp':
247
- e.preventDefault();
248
- setSelectedIndex((prev) => (prev - 1 + options.length) % options.length);
249
- break;
250
- case 'Enter':
251
- case 'Tab':
252
- e.preventDefault();
253
- const selected = options[selectedIndex];
254
- if (selected) {
255
- const result = completeMentionInValue(inputValue, selected.name, cursorPosition);
256
- onSelect(selected.name, result.value);
257
- }
258
- break;
259
- case 'Escape':
260
- e.preventDefault();
261
- onClose();
262
- break;
263
- }
264
- },
265
- [isVisible, options, selectedIndex, inputValue, cursorPosition, onSelect, onClose]
266
- );
267
-
268
- // Register keyboard listener
269
- useEffect(() => {
270
- if (isVisible) {
271
- window.addEventListener('keydown', handleKeyDown);
272
- return () => window.removeEventListener('keydown', handleKeyDown);
273
- }
274
- }, [isVisible, handleKeyDown]);
275
-
276
- // Handle click on option
277
- const handleClick = useCallback(
278
- (option: MentionOption) => {
279
- const result = completeMentionInValue(inputValue, option.name, cursorPosition);
280
- onSelect(option.name, result.value);
281
- },
282
- [inputValue, cursorPosition, onSelect]
283
- );
284
-
285
- if (!isVisible || options.length === 0) {
286
- return null;
287
- }
288
-
289
- return (
290
- <div
291
- className="absolute bottom-full left-0 right-0 max-h-[200px] overflow-y-auto bg-[#1a1d21] border border-white/10 rounded-lg shadow-[0_-4px_20px_rgba(0,0,0,0.4)] z-[100] mb-1"
292
- ref={listRef}
293
- >
294
- {options.map((option, index) => (
295
- <div
296
- key={option.name}
297
- data-selected={index === selectedIndex}
298
- className={`flex items-center gap-2.5 py-2 px-3 cursor-pointer transition-colors duration-150 ${
299
- index === selectedIndex ? 'bg-white/[0.08]' : 'hover:bg-white/[0.08]'
300
- }`}
301
- onClick={() => handleClick(option)}
302
- onMouseEnter={() => setSelectedIndex(index)}
303
- >
304
- {/* Avatar/Icon */}
305
- {option.isHuman && option.avatarUrl ? (
306
- <img
307
- src={option.avatarUrl}
308
- alt={option.name}
309
- className="w-7 h-7 rounded-md object-cover"
310
- />
311
- ) : (
312
- <div
313
- className="w-7 h-7 rounded-md flex items-center justify-center text-white text-[11px] font-semibold"
314
- style={{
315
- background: option.isBroadcast
316
- ? 'var(--color-warning, #f59e0b)'
317
- : option.isTeam
318
- ? 'var(--color-accent-purple, #a855f7)'
319
- : option.isHuman
320
- ? '#a855f7' // Purple for human users
321
- : getAgentColor(option.name).primary,
322
- }}
323
- >
324
- {option.isBroadcast ? '*' : option.isTeam ? (
325
- <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2">
326
- <path d="M17 21v-2a4 4 0 0 0-4-4H5a4 4 0 0 0-4 4v2" />
327
- <circle cx="9" cy="7" r="4" />
328
- <path d="M23 21v-2a4 4 0 0 0-3-3.87" />
329
- <path d="M16 3.13a4 4 0 0 1 0 7.75" />
330
- </svg>
331
- ) : option.isHuman ? (
332
- <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2">
333
- <path d="M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2" />
334
- <circle cx="12" cy="7" r="4" />
335
- </svg>
336
- ) : getAgentInitials(option.name)}
337
- </div>
338
- )}
339
- <div className="flex flex-col gap-0.5 min-w-0 flex-1">
340
- <span className="text-sm font-medium text-[#d1d2d3]">{option.displayName}</span>
341
- <span className="text-xs text-[#8d8d8e] truncate">{option.description}</span>
342
- </div>
343
- </div>
344
- ))}
345
- </div>
346
- );
347
- }
348
-
349
- /**
350
- * Hook to manage mention autocomplete state
351
- */
352
- export function useMentionAutocomplete(agents: Agent[]) {
353
- const [isVisible, setIsVisible] = useState(false);
354
- const [inputValue, setInputValue] = useState('');
355
- const [cursorPosition, setCursorPosition] = useState(0);
356
-
357
- const handleInputChange = useCallback((value: string, cursorPos: number) => {
358
- setInputValue(value);
359
- setCursorPosition(cursorPos);
360
-
361
- // Show autocomplete if typing @mention at start
362
- const query = getMentionQuery(value, cursorPos);
363
- setIsVisible(query !== null);
364
- }, []);
365
-
366
- const handleSelect = useCallback((mention: string, newValue: string) => {
367
- setInputValue(newValue);
368
- setCursorPosition(newValue.indexOf(' ') + 1);
369
- setIsVisible(false);
370
- }, []);
371
-
372
- const handleClose = useCallback(() => {
373
- setIsVisible(false);
374
- }, []);
375
-
376
- return {
377
- isVisible,
378
- inputValue,
379
- cursorPosition,
380
- setInputValue: handleInputChange,
381
- handleSelect,
382
- handleClose,
383
- };
384
- }