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,278 +0,0 @@
1
- /**
2
- * FleetOverview Component
3
- *
4
- * Displays a grid of fleet servers with aggregate stats,
5
- * health monitoring, and quick server selection.
6
- */
7
-
8
- import React, { useMemo, useState } from 'react';
9
- import { ServerCard, type ServerInfo } from './ServerCard';
10
- import type { Agent } from '../types';
11
- import { getAgentColor, getAgentInitials } from '../lib/colors';
12
-
13
- export interface FleetOverviewProps {
14
- servers: ServerInfo[];
15
- agents: Agent[];
16
- selectedServerId?: string;
17
- onServerSelect?: (serverId: string) => void;
18
- onServerReconnect?: (serverId: string) => void;
19
- isLoading?: boolean;
20
- }
21
-
22
- export function FleetOverview({
23
- servers,
24
- agents,
25
- selectedServerId,
26
- onServerSelect,
27
- onServerReconnect,
28
- isLoading = false,
29
- }: FleetOverviewProps) {
30
- const [viewMode, setViewMode] = useState<'grid' | 'list'>('grid');
31
-
32
- // Aggregate stats
33
- const stats = useMemo(() => {
34
- const online = servers.filter((s) => s.status === 'online').length;
35
- const totalAgents = servers.reduce((sum, s) => sum + s.agentCount, 0);
36
- const avgLatency =
37
- servers.filter((s) => s.latency !== undefined).length > 0
38
- ? Math.round(
39
- servers.reduce((sum, s) => sum + (s.latency || 0), 0) /
40
- servers.filter((s) => s.latency !== undefined).length
41
- )
42
- : null;
43
- const totalMessages = servers.reduce((sum, s) => sum + (s.messageRate || 0), 0);
44
-
45
- return { online, total: servers.length, totalAgents, avgLatency, totalMessages };
46
- }, [servers]);
47
-
48
- // Group agents by server (using region as proxy for now)
49
- const agentsByServer = useMemo(() => {
50
- const groups: Record<string, Agent[]> = {};
51
- servers.forEach((s) => {
52
- groups[s.id] = [];
53
- });
54
- // In a real implementation, agents would have a serverId
55
- // For now, distribute agents across servers
56
- agents.forEach((agent, i) => {
57
- const serverIndex = i % servers.length;
58
- if (servers[serverIndex]) {
59
- groups[servers[serverIndex].id].push(agent);
60
- }
61
- });
62
- return groups;
63
- }, [servers, agents]);
64
-
65
- if (isLoading) {
66
- return (
67
- <div className="bg-bg-card rounded-lg border border-border-subtle overflow-hidden flex flex-col items-center justify-center p-12 text-text-muted text-center">
68
- <Spinner />
69
- <span className="mt-3 text-sm">Loading fleet data...</span>
70
- </div>
71
- );
72
- }
73
-
74
- if (servers.length === 0) {
75
- return (
76
- <div className="bg-bg-card rounded-lg border border-border-subtle overflow-hidden flex flex-col items-center justify-center p-12 text-text-muted text-center">
77
- <EmptyIcon />
78
- <h3 className="mt-4 mb-2 text-base font-semibold text-text-primary">No Fleet Servers</h3>
79
- <p className="text-sm">Connect to peer servers to enable fleet view</p>
80
- </div>
81
- );
82
- }
83
-
84
- return (
85
- <div className="bg-bg-card rounded-lg border border-border-subtle overflow-hidden">
86
- {/* Header with stats */}
87
- <div className="flex items-center gap-6 p-4 border-b border-border-subtle bg-bg-secondary">
88
- <div className="flex items-center gap-2 font-semibold text-sm text-text-primary">
89
- <FleetIcon />
90
- <span>Fleet Overview</span>
91
- </div>
92
-
93
- <div className="flex gap-6 flex-1">
94
- <div className="flex flex-col items-center">
95
- <span className="text-base font-semibold text-text-primary">
96
- {stats.online}/{stats.total}
97
- </span>
98
- <span className="text-xs text-text-muted uppercase tracking-wide">Servers</span>
99
- </div>
100
- <div className="flex flex-col items-center">
101
- <span className="text-base font-semibold text-text-primary">{stats.totalAgents}</span>
102
- <span className="text-xs text-text-muted uppercase tracking-wide">Agents</span>
103
- </div>
104
- {stats.avgLatency !== null && (
105
- <div className="flex flex-col items-center">
106
- <span className="text-base font-semibold text-text-primary">{stats.avgLatency}ms</span>
107
- <span className="text-xs text-text-muted uppercase tracking-wide">Avg Latency</span>
108
- </div>
109
- )}
110
- <div className="flex flex-col items-center">
111
- <span className="text-base font-semibold text-text-primary">{stats.totalMessages}/s</span>
112
- <span className="text-xs text-text-muted uppercase tracking-wide">Messages</span>
113
- </div>
114
- </div>
115
-
116
- <div className="flex gap-1 bg-bg-tertiary rounded-md p-0.5">
117
- <button
118
- className={`flex items-center justify-center w-7 h-7 bg-transparent border-none rounded cursor-pointer transition-all duration-150 ${
119
- viewMode === 'grid'
120
- ? 'bg-bg-card text-text-primary shadow-sm'
121
- : 'text-text-muted hover:text-text-secondary'
122
- }`}
123
- onClick={() => setViewMode('grid')}
124
- title="Grid view"
125
- >
126
- <GridIcon />
127
- </button>
128
- <button
129
- className={`flex items-center justify-center w-7 h-7 bg-transparent border-none rounded cursor-pointer transition-all duration-150 ${
130
- viewMode === 'list'
131
- ? 'bg-bg-card text-text-primary shadow-sm'
132
- : 'text-text-muted hover:text-text-secondary'
133
- }`}
134
- onClick={() => setViewMode('list')}
135
- title="List view"
136
- >
137
- <ListIcon />
138
- </button>
139
- </div>
140
- </div>
141
-
142
- {/* Health bar */}
143
- <div className="flex h-1 bg-bg-tertiary">
144
- {servers.map((server) => {
145
- const statusColors: Record<string, string> = {
146
- online: 'bg-success',
147
- offline: 'bg-error',
148
- degraded: 'bg-warning',
149
- connecting: 'bg-accent-purple',
150
- };
151
- return (
152
- <div
153
- key={server.id}
154
- className={`transition-all duration-300 ${statusColors[server.status] || 'bg-text-dim'}`}
155
- style={{ flex: server.agentCount || 1 }}
156
- title={`${server.name}: ${server.agentCount} agents`}
157
- />
158
- );
159
- })}
160
- </div>
161
-
162
- {/* Server grid/list */}
163
- <div
164
- className={`p-4 ${
165
- viewMode === 'grid'
166
- ? 'grid grid-cols-[repeat(auto-fill,minmax(280px,1fr))] gap-4'
167
- : 'flex flex-col gap-2'
168
- }`}
169
- >
170
- {servers.map((server) => (
171
- <div key={server.id} className="flex flex-col gap-2">
172
- <ServerCard
173
- server={server}
174
- isSelected={server.id === selectedServerId}
175
- onClick={() => onServerSelect?.(server.id)}
176
- onReconnect={() => onServerReconnect?.(server.id)}
177
- compact={viewMode === 'list'}
178
- />
179
-
180
- {/* Agent preview for grid view */}
181
- {viewMode === 'grid' && agentsByServer[server.id]?.length > 0 && (
182
- <div className="flex gap-1 px-2">
183
- {agentsByServer[server.id].slice(0, 5).map((agent, idx) => {
184
- const colors = getAgentColor(agent.name);
185
- return (
186
- <div
187
- key={agent.name}
188
- className="w-6 h-6 rounded-md flex items-center justify-center text-[9px] font-semibold border-2 border-bg-card"
189
- style={{
190
- backgroundColor: colors.primary,
191
- color: colors.text,
192
- marginLeft: idx > 0 ? '-4px' : 0,
193
- }}
194
- title={agent.name}
195
- >
196
- {getAgentInitials(agent.name)}
197
- </div>
198
- );
199
- })}
200
- {agentsByServer[server.id].length > 5 && (
201
- <div
202
- className="w-6 h-6 rounded-md flex items-center justify-center text-[9px] font-semibold bg-bg-tertiary text-text-muted border-2 border-bg-card"
203
- style={{ marginLeft: '-4px' }}
204
- >
205
- +{agentsByServer[server.id].length - 5}
206
- </div>
207
- )}
208
- </div>
209
- )}
210
- </div>
211
- ))}
212
- </div>
213
- </div>
214
- );
215
- }
216
-
217
- // Icon components
218
- function FleetIcon() {
219
- return (
220
- <svg width="18" height="18" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2">
221
- <rect x="2" y="3" width="20" height="14" rx="2" ry="2" />
222
- <line x1="8" y1="21" x2="16" y2="21" />
223
- <line x1="12" y1="17" x2="12" y2="21" />
224
- </svg>
225
- );
226
- }
227
-
228
- function GridIcon() {
229
- return (
230
- <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2">
231
- <rect x="3" y="3" width="7" height="7" />
232
- <rect x="14" y="3" width="7" height="7" />
233
- <rect x="3" y="14" width="7" height="7" />
234
- <rect x="14" y="14" width="7" height="7" />
235
- </svg>
236
- );
237
- }
238
-
239
- function ListIcon() {
240
- return (
241
- <svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2">
242
- <line x1="8" y1="6" x2="21" y2="6" />
243
- <line x1="8" y1="12" x2="21" y2="12" />
244
- <line x1="8" y1="18" x2="21" y2="18" />
245
- <line x1="3" y1="6" x2="3.01" y2="6" />
246
- <line x1="3" y1="12" x2="3.01" y2="12" />
247
- <line x1="3" y1="18" x2="3.01" y2="18" />
248
- </svg>
249
- );
250
- }
251
-
252
- function EmptyIcon() {
253
- return (
254
- <svg width="48" height="48" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="1.5">
255
- <rect x="2" y="2" width="20" height="8" rx="2" ry="2" />
256
- <rect x="2" y="14" width="20" height="8" rx="2" ry="2" />
257
- <line x1="6" y1="6" x2="6.01" y2="6" />
258
- <line x1="6" y1="18" x2="6.01" y2="18" />
259
- </svg>
260
- );
261
- }
262
-
263
- function Spinner() {
264
- return (
265
- <svg className="animate-spin" width="24" height="24" viewBox="0 0 24 24">
266
- <circle
267
- cx="12"
268
- cy="12"
269
- r="10"
270
- stroke="currentColor"
271
- strokeWidth="2"
272
- fill="none"
273
- strokeDasharray="32"
274
- strokeLinecap="round"
275
- />
276
- </svg>
277
- );
278
- }
@@ -1,310 +0,0 @@
1
- /**
2
- * LogViewer Component
3
- *
4
- * A real-time PTY log viewer with terminal-inspired aesthetics.
5
- * Supports inline (embedded in chat) and dedicated panel modes.
6
- * Features auto-scroll, search/filter, and ANSI color parsing.
7
- */
8
-
9
- import React, { useState, useRef, useEffect, useCallback, useMemo } from 'react';
10
- import { useAgentLogs, type LogLine } from './hooks/useAgentLogs';
11
- import { getAgentColor } from '../lib/colors';
12
- import { XTermLogViewer } from './XTermLogViewer';
13
-
14
- export type LogViewerMode = 'inline' | 'panel';
15
-
16
- export interface LogViewerProps {
17
- /** Agent name to stream logs from */
18
- agentName: string;
19
- /** Display mode: inline (compact) or panel (full-featured) */
20
- mode?: LogViewerMode;
21
- /** Maximum height in panel mode */
22
- maxHeight?: string;
23
- /** Whether to show the header bar */
24
- showHeader?: boolean;
25
- /** Whether to enable auto-scroll by default */
26
- autoScrollDefault?: boolean;
27
- /** Callback when close button is clicked (panel mode) */
28
- onClose?: () => void;
29
- /** Callback when expand button is clicked (inline mode) */
30
- onExpand?: () => void;
31
- /** Custom class name */
32
- className?: string;
33
- }
34
-
35
- export function LogViewer({
36
- agentName,
37
- mode = 'panel',
38
- maxHeight = '500px',
39
- showHeader = true,
40
- autoScrollDefault = true,
41
- onClose,
42
- onExpand,
43
- className = '',
44
- }: LogViewerProps) {
45
- const [autoScroll, setAutoScroll] = useState(autoScrollDefault);
46
-
47
- const scrollContainerRef = useRef<HTMLDivElement>(null);
48
-
49
- const {
50
- logs,
51
- isConnected,
52
- isConnecting,
53
- } = useAgentLogs({ agentName, autoConnect: true });
54
-
55
- const colors = getAgentColor(agentName);
56
-
57
- // Filter logs to remove empty, whitespace-only, and spinner-fragment lines
58
- const filteredLogs = useMemo(() => {
59
- return logs.filter((log) => {
60
- const stripped = sanitizeLogContent(log.content).trim();
61
-
62
- // Filter out empty lines
63
- if (stripped.length === 0) return false;
64
-
65
- // Filter out likely spinner fragments (single char or very short non-word content)
66
- // Common spinner chars: ⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏ | - \ / * . etc.
67
- const spinnerPattern = /^[⠋⠙⠹⠸⠼⠴⠦⠧⠇⠏⣾⣽⣻⢿⡿⣟⣯⣷◐◓◑◒●○◉◎|\\\/\-*.\u2800-\u28FF]+$/;
68
- if (stripped.length <= 2 && spinnerPattern.test(stripped)) return false;
69
-
70
- return true;
71
- });
72
- }, [logs]);
73
-
74
- // Auto-scroll to bottom when new logs arrive
75
- useEffect(() => {
76
- if (autoScroll && scrollContainerRef.current) {
77
- const container = scrollContainerRef.current;
78
- container.scrollTop = container.scrollHeight;
79
- }
80
- }, [logs, autoScroll]);
81
-
82
- // Handle scroll to detect manual scroll (disable/enable auto-scroll)
83
- const handleScroll = useCallback(() => {
84
- if (!scrollContainerRef.current) return;
85
-
86
- const container = scrollContainerRef.current;
87
- const isAtBottom =
88
- container.scrollHeight - container.scrollTop - container.clientHeight < 50;
89
-
90
- // Re-enable auto-scroll when user scrolls to bottom
91
- if (isAtBottom && !autoScroll) {
92
- setAutoScroll(true);
93
- }
94
- // Disable auto-scroll when user scrolls away from bottom
95
- else if (!isAtBottom && autoScroll) {
96
- setAutoScroll(false);
97
- }
98
- }, [autoScroll]);
99
-
100
- // Inline mode - compact view
101
- if (mode === 'inline') {
102
- return (
103
- <div
104
- className={`log-viewer-inline rounded-lg overflow-hidden border border-[#2a2d35] ${className}`}
105
- style={{
106
- background: 'linear-gradient(180deg, #0d0f14 0%, #12151c 100%)',
107
- boxShadow: 'inset 0 1px 0 rgba(255,255,255,0.02), 0 4px 12px rgba(0,0,0,0.3)',
108
- }}
109
- >
110
- <div
111
- className="flex items-center justify-between px-3 py-2 border-b border-[#2a2d35]"
112
- style={{
113
- background: 'linear-gradient(180deg, #161b22 0%, #0d1117 100%)',
114
- }}
115
- >
116
- <div className="flex items-center gap-2">
117
- <TerminalIcon />
118
- <span
119
- className="text-xs font-medium"
120
- style={{ color: colors.primary }}
121
- >
122
- Live logs
123
- </span>
124
- <ConnectionBadge isConnected={isConnected} isConnecting={isConnecting} />
125
- </div>
126
- <div className="flex items-center gap-1">
127
- <button
128
- className="p-1.5 rounded-lg hover:bg-[#21262d] text-[#8b949e] hover:text-accent-cyan transition-all duration-200 hover:shadow-[0_0_8px_rgba(0,217,255,0.15)]"
129
- onClick={onExpand}
130
- title="Expand"
131
- >
132
- <ExpandIcon />
133
- </button>
134
- </div>
135
- </div>
136
- <div
137
- className="font-mono text-xs leading-relaxed p-3 overflow-y-auto touch-pan-y"
138
- style={{
139
- maxHeight: '150px',
140
- WebkitOverflowScrolling: 'touch',
141
- overscrollBehavior: 'contain',
142
- touchAction: 'pan-y',
143
- }}
144
- ref={scrollContainerRef}
145
- onScroll={handleScroll}
146
- >
147
- {filteredLogs.slice(-20).map((log) => (
148
- <LogLineItem key={log.id} log={log} compact />
149
- ))}
150
- {filteredLogs.length === 0 && (
151
- <div className="text-[#484f58] italic flex items-center gap-2">
152
- <span className="w-1.5 h-1.5 rounded-full bg-[#484f58] animate-pulse" />
153
- Waiting for output...
154
- </div>
155
- )}
156
- </div>
157
- </div>
158
- );
159
- }
160
-
161
- // Panel mode - use xterm.js for proper terminal emulation
162
- return (
163
- <XTermLogViewer
164
- agentName={agentName}
165
- maxHeight={maxHeight}
166
- showHeader={showHeader}
167
- onClose={onClose}
168
- className={className}
169
- />
170
- );
171
- }
172
-
173
- // Log line component for inline mode
174
- interface LogLineItemProps {
175
- log: LogLine;
176
- compact?: boolean;
177
- }
178
-
179
- function LogLineItem({ log, compact = false }: LogLineItemProps) {
180
- const sanitizedContent = sanitizeLogContent(log.content);
181
-
182
- const getTypeStyles = () => {
183
- switch (log.type) {
184
- case 'stderr':
185
- return 'text-[#f85149]';
186
- case 'system':
187
- return 'text-[#58a6ff] italic';
188
- case 'input':
189
- return 'text-[#d29922]';
190
- default:
191
- return 'text-[#c9d1d9]';
192
- }
193
- };
194
-
195
- return (
196
- <div className={`${getTypeStyles()} leading-5 whitespace-pre-wrap break-all min-w-0 overflow-hidden`}>
197
- {sanitizedContent}
198
- </div>
199
- );
200
- }
201
-
202
- // Connection status badge
203
- function ConnectionBadge({
204
- isConnected,
205
- isConnecting,
206
- }: {
207
- isConnected: boolean;
208
- isConnecting: boolean;
209
- }) {
210
- if (isConnecting) {
211
- return (
212
- <span className="flex items-center gap-1 px-1.5 py-0.5 rounded-full bg-[#d29922]/20 text-[10px] text-[#d29922] uppercase tracking-wider">
213
- <span className="w-1.5 h-1.5 rounded-full bg-[#d29922] animate-pulse" />
214
- connecting
215
- </span>
216
- );
217
- }
218
-
219
- if (isConnected) {
220
- return (
221
- <span className="flex items-center gap-1 px-1.5 py-0.5 rounded-full bg-[#238636]/20 text-[10px] text-[#3fb950] uppercase tracking-wider">
222
- <span className="w-1.5 h-1.5 rounded-full bg-[#3fb950] shadow-[0_0_4px_rgba(63,185,80,0.5)]" />
223
- live
224
- </span>
225
- );
226
- }
227
-
228
- return (
229
- <span className="flex items-center gap-1 px-1.5 py-0.5 rounded-full bg-[#484f58]/20 text-[10px] text-[#484f58] uppercase tracking-wider">
230
- <span className="w-1.5 h-1.5 rounded-full bg-[#484f58]" />
231
- offline
232
- </span>
233
- );
234
- }
235
-
236
- /**
237
- * Strip ANSI escape codes (including degraded sequences like "[38;5;216m")
238
- * and control characters so logs render as clean text.
239
- */
240
- function sanitizeLogContent(text: string): string {
241
- if (!text) return '';
242
-
243
- let result = text;
244
-
245
- // Remove OSC sequences (like window title): \x1b]...(\x07|\x1b\\)
246
- result = result.replace(/\x1b\].*?(?:\x07|\x1b\\)/gs, '');
247
-
248
- // Remove DCS (Device Control String) sequences: \x1bP...\x1b\\
249
- result = result.replace(/\x1bP.*?\x1b\\/gs, '');
250
-
251
- // Remove standard ANSI escape sequences (CSI, SGR, etc.)
252
- result = result.replace(/\x1b\[[0-9;?]*[ -/]*[@-~]/g, '');
253
-
254
- // Remove single-character escapes
255
- result = result.replace(/\x1b[@-Z\\-_]/g, '');
256
-
257
- // Remove orphaned CSI sequences that lost their escape byte
258
- result = result.replace(/^\[\??\d+[hlKJHfABCDGPXsu]/gm, '');
259
-
260
- // Remove literal SGR sequences that show up without ESC (e.g. "[38;5;216m")
261
- result = result.replace(/\[\d+(?:;\d+)*m/g, '');
262
-
263
- // Remove carriage returns/backspaces and other control chars (except newline/tab)
264
- result = result.replace(/\r/g, '');
265
- result = result.replace(/.\x08/g, '');
266
- result = result.replace(/\x08+/g, '');
267
- result = result.replace(/[\x00-\x08\x0B\x0C\x0E-\x1F]/g, '');
268
-
269
- return result;
270
- }
271
-
272
- // Icon components
273
- function TerminalIcon({ size = 16 }: { size?: number }) {
274
- return (
275
- <svg
276
- width={size}
277
- height={size}
278
- viewBox="0 0 24 24"
279
- fill="none"
280
- stroke="currentColor"
281
- strokeWidth="2"
282
- strokeLinecap="round"
283
- strokeLinejoin="round"
284
- className="text-[#8b949e]"
285
- >
286
- <polyline points="4 17 10 11 4 5" />
287
- <line x1="12" y1="19" x2="20" y2="19" />
288
- </svg>
289
- );
290
- }
291
-
292
- function ExpandIcon() {
293
- return (
294
- <svg
295
- width="14"
296
- height="14"
297
- viewBox="0 0 24 24"
298
- fill="none"
299
- stroke="currentColor"
300
- strokeWidth="2"
301
- >
302
- <polyline points="15 3 21 3 21 9" />
303
- <polyline points="9 21 3 21 3 15" />
304
- <line x1="21" y1="3" x2="14" y2="10" />
305
- <line x1="3" y1="21" x2="10" y2="14" />
306
- </svg>
307
- );
308
- }
309
-
310
- export default LogViewer;