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,853 +0,0 @@
1
- /**
2
- * Provider Auth Flow Component
3
- *
4
- * Shared component for AI provider OAuth authentication.
5
- * Used by both the onboarding page and workspace settings.
6
- *
7
- * Handles different auth flows:
8
- * - Claude/Anthropic: OAuth popup → "I've completed login" → poll for credentials
9
- * - Codex/OpenAI: OAuth popup → copy localhost URL → paste code → submit
10
- */
11
-
12
- import React, { useState, useCallback, useRef, useEffect } from 'react';
13
-
14
- export interface ProviderInfo {
15
- id: string;
16
- name: string;
17
- displayName: string;
18
- color: string;
19
- cliCommand?: string;
20
- /** Whether this provider's OAuth redirects to localhost (shows "site can't be reached") */
21
- requiresUrlCopy?: boolean;
22
- /** Whether this provider supports device flow */
23
- supportsDeviceFlow?: boolean;
24
- }
25
-
26
- export interface ProviderAuthFlowProps {
27
- provider: ProviderInfo;
28
- workspaceId: string;
29
- csrfToken?: string;
30
- onSuccess: () => void;
31
- onCancel: () => void;
32
- onError: (error: string) => void;
33
- /** Whether to use device flow (for providers that support it) */
34
- useDeviceFlow?: boolean;
35
- }
36
-
37
- type AuthStatus = 'idle' | 'starting' | 'waiting' | 'submitting' | 'success' | 'error';
38
-
39
- // Provider ID mapping for backend
40
- const PROVIDER_ID_MAP: Record<string, string> = {
41
- codex: 'openai',
42
- };
43
-
44
- export function ProviderAuthFlow({
45
- provider,
46
- workspaceId,
47
- csrfToken,
48
- onSuccess,
49
- onCancel,
50
- onError,
51
- useDeviceFlow = false,
52
- }: ProviderAuthFlowProps) {
53
- const [status, setStatus] = useState<AuthStatus>('idle');
54
- const [authUrl, setAuthUrl] = useState<string | null>(null);
55
- const [sessionId, setSessionId] = useState<string | null>(null);
56
- const [codeInput, setCodeInput] = useState('');
57
- const [errorMessage, setErrorMessage] = useState<string | null>(null);
58
- const [cliCommand, setCliCommand] = useState<string | null>(null);
59
- const [cliWorkspaceId, setCliWorkspaceId] = useState<string | null>(null);
60
- const [cliWorkspaceName, setCliWorkspaceName] = useState<string | null>(null);
61
- const [cliCommandLoading, setCliCommandLoading] = useState(false);
62
- const [showManualFallback, setShowManualFallback] = useState(false);
63
- const [cliPollingActive, setCliPollingActive] = useState(false);
64
- const [isDeviceFlow, setIsDeviceFlow] = useState(false);
65
- const popupOpenedRef = useRef(false);
66
- const pollingRef = useRef(false);
67
- const cliPollingRef = useRef(false);
68
- const completingRef = useRef(false); // Prevent double-calling handleComplete
69
-
70
- const backendProviderId = PROVIDER_ID_MAP[provider.id] || provider.id;
71
-
72
- // Determine if this is the Codex flow (needs to be defined early for use in startAuth)
73
- const isCodexFlow = provider.requiresUrlCopy || provider.id === 'codex' || backendProviderId === 'openai';
74
-
75
- // Start the OAuth flow
76
- const startAuth = useCallback(async () => {
77
- setStatus('starting');
78
- setErrorMessage(null);
79
- popupOpenedRef.current = false;
80
-
81
- try {
82
- const headers: Record<string, string> = { 'Content-Type': 'application/json' };
83
- if (csrfToken) headers['X-CSRF-Token'] = csrfToken;
84
-
85
- const res = await fetch(`/api/onboarding/cli/${backendProviderId}/start`, {
86
- method: 'POST',
87
- credentials: 'include',
88
- headers,
89
- body: JSON.stringify({ workspaceId, useDeviceFlow }),
90
- });
91
-
92
- const data = await res.json();
93
-
94
- if (!res.ok) {
95
- throw new Error(data.error || 'Failed to start authentication');
96
- }
97
-
98
- if (data.status === 'success' || data.alreadyAuthenticated) {
99
- setStatus('success');
100
- onSuccess();
101
- return;
102
- }
103
-
104
- setSessionId(data.sessionId);
105
-
106
- // Track if device flow is being used (from API response)
107
- if (data.useDeviceFlow) {
108
- setIsDeviceFlow(true);
109
- }
110
-
111
- if (data.authUrl) {
112
- setAuthUrl(data.authUrl);
113
- setStatus('waiting');
114
- // For Codex flow with device auth, can auto-open popup since no localhost callback needed
115
- // For standard Codex flow, wait for user to confirm local server is running
116
- if (!isCodexFlow || data.useDeviceFlow) {
117
- openAuthPopup(data.authUrl);
118
- }
119
- startPolling(data.sessionId);
120
- } else if (data.sessionId) {
121
- // No URL yet, poll for it
122
- startPolling(data.sessionId);
123
- }
124
- } catch (err) {
125
- const msg = err instanceof Error ? err.message : 'Failed to start authentication';
126
- setErrorMessage(msg);
127
- setStatus('error');
128
- onError(msg);
129
- }
130
- }, [backendProviderId, workspaceId, csrfToken, useDeviceFlow, onSuccess, onError, isCodexFlow]);
131
-
132
- // Ref to hold the latest code submission handler (avoids stale closure in polling)
133
- const handleCodeReceivedRef = useRef<((code: string, state?: string) => Promise<void>) | null>(null);
134
-
135
- // Ref to hold handleComplete (avoids circular dependency with startCliPolling)
136
- const handleCompleteRef = useRef<((sid?: string) => Promise<void>) | null>(null);
137
-
138
- // Poll for CLI auth completion via SSH tunnel (must be defined before fetchCliSession)
139
- // This polls the workspace directly to check if Codex is authenticated
140
- const startCliPolling = useCallback((cliAuthWorkspaceId: string, sid?: string) => {
141
- if (cliPollingRef.current) return;
142
- cliPollingRef.current = true;
143
- setCliPollingActive(true);
144
-
145
- const maxAttempts = 120; // 10 minutes at 5s intervals
146
- let attempts = 0;
147
-
148
- const poll = async () => {
149
- if (attempts >= maxAttempts || !cliPollingRef.current) {
150
- cliPollingRef.current = false;
151
- setCliPollingActive(false);
152
- return;
153
- }
154
-
155
- try {
156
- // Poll workspace auth status (via SSH tunnel approach)
157
- const res = await fetch(`/api/auth/codex-helper/auth-status/${cliAuthWorkspaceId}`, {
158
- credentials: 'include',
159
- });
160
-
161
- if (res.ok) {
162
- const data = await res.json() as { authenticated: boolean };
163
-
164
- if (data.authenticated) {
165
- cliPollingRef.current = false;
166
- setCliPollingActive(false);
167
- // Auth completed via SSH tunnel, now complete the flow to store credentials
168
- // Use the session ID from the main auth flow (via ref to avoid stale closure)
169
- if (handleCompleteRef.current) {
170
- await handleCompleteRef.current(sid);
171
- }
172
- return;
173
- }
174
- }
175
-
176
- attempts++;
177
- setTimeout(poll, 5000);
178
- } catch (err) {
179
- console.error('CLI poll error:', err);
180
- attempts++;
181
- setTimeout(poll, 5000);
182
- }
183
- };
184
-
185
- poll();
186
- }, []);
187
-
188
- // Fetch CLI session for Codex - provides a command the user can run locally
189
- // For workspace-based flow, returns SSH tunnel command
190
- const fetchCliSession = useCallback(async () => {
191
- if (!isCodexFlow) return;
192
-
193
- setCliCommandLoading(true);
194
- try {
195
- const headers: Record<string, string> = { 'Content-Type': 'application/json' };
196
- if (csrfToken) headers['X-CSRF-Token'] = csrfToken;
197
-
198
- const res = await fetch('/api/auth/codex-helper/cli-session', {
199
- method: 'POST',
200
- credentials: 'include',
201
- headers,
202
- body: JSON.stringify({
203
- workspaceId,
204
- authUrl, // Pass authUrl so CLI can use it directly without needing session auth
205
- sessionId, // Pass sessionId for credential storage
206
- }),
207
- });
208
-
209
- if (res.ok) {
210
- const data = await res.json() as {
211
- workspaceId?: string;
212
- workspaceName?: string;
213
- command: string;
214
- commandWithUrl?: string;
215
- // Legacy fields
216
- authSessionId?: string;
217
- };
218
-
219
- // Prefer commandWithUrl if available (includes cloud URL)
220
- setCliCommand(data.commandWithUrl || data.command);
221
-
222
- if (data.workspaceId) {
223
- // New SSH tunnel flow
224
- setCliWorkspaceId(data.workspaceId);
225
- setCliWorkspaceName(data.workspaceName || null);
226
- // Start polling workspace auth status, passing session ID for completion
227
- startCliPolling(data.workspaceId, sessionId || undefined);
228
- } else if (data.authSessionId) {
229
- // Legacy token-based flow (backwards compatibility)
230
- setCliWorkspaceId(data.authSessionId);
231
- startCliPolling(data.authSessionId, sessionId || undefined);
232
- }
233
- }
234
- } catch (err) {
235
- console.error('Failed to fetch CLI session:', err);
236
- } finally {
237
- setCliCommandLoading(false);
238
- }
239
- }, [isCodexFlow, workspaceId, csrfToken, startCliPolling, sessionId, authUrl]);
240
-
241
- // Fetch CLI session when auth starts for Codex (only for standard flow, not device flow)
242
- useEffect(() => {
243
- if (status === 'waiting' && isCodexFlow && !isDeviceFlow && !cliCommand) {
244
- fetchCliSession();
245
- }
246
- }, [status, isCodexFlow, isDeviceFlow, cliCommand, fetchCliSession]);
247
-
248
- // Open OAuth popup
249
- const openAuthPopup = useCallback((url: string) => {
250
- const width = 600;
251
- const height = 700;
252
- const left = window.screenX + (window.outerWidth - width) / 2;
253
- const top = window.screenY + (window.outerHeight - height) / 2;
254
- window.open(
255
- url,
256
- `${provider.displayName} Login`,
257
- `width=${width},height=${height},left=${left},top=${top},popup=yes`
258
- );
259
- popupOpenedRef.current = true;
260
- }, [provider.displayName]);
261
-
262
- // Poll for auth status
263
- const startPolling = useCallback((sid: string) => {
264
- if (pollingRef.current) return;
265
- pollingRef.current = true;
266
-
267
- const maxAttempts = 60;
268
- let attempts = 0;
269
-
270
- const poll = async () => {
271
- if (attempts >= maxAttempts) {
272
- pollingRef.current = false;
273
- setErrorMessage('Authentication timed out. Please try again.');
274
- setStatus('error');
275
- onError('Authentication timed out');
276
- return;
277
- }
278
-
279
- try {
280
- const res = await fetch(`/api/onboarding/cli/${backendProviderId}/status/${sid}`, {
281
- credentials: 'include',
282
- });
283
-
284
- const data = await res.json();
285
-
286
- if (!res.ok) {
287
- throw new Error(data.error || 'Failed to check status');
288
- }
289
-
290
- if (data.status === 'success') {
291
- pollingRef.current = false;
292
- await handleComplete(sid);
293
- return;
294
- } else if (data.status === 'error') {
295
- throw new Error(data.error || 'Authentication failed');
296
- } else if (data.status === 'waiting_auth' && data.authUrl) {
297
- setAuthUrl(data.authUrl);
298
- setStatus('waiting');
299
- // For Codex flow, don't auto-open popup - wait for user confirmation
300
- if (!popupOpenedRef.current && !isCodexFlow) {
301
- openAuthPopup(data.authUrl);
302
- }
303
- }
304
-
305
- attempts++;
306
- setTimeout(poll, 5000);
307
- } catch (err) {
308
- pollingRef.current = false;
309
- const msg = err instanceof Error ? err.message : 'Auth check failed';
310
- setErrorMessage(msg);
311
- setStatus('error');
312
- onError(msg);
313
- }
314
- };
315
-
316
- poll();
317
- }, [backendProviderId, openAuthPopup, onError, isCodexFlow]);
318
-
319
- // Complete auth by polling for credentials
320
- const handleComplete = useCallback(async (sid?: string) => {
321
- const targetSessionId = sid || sessionId;
322
- if (!targetSessionId) return;
323
-
324
- // Prevent double-calling (both CLI polling and status polling may detect success)
325
- if (completingRef.current) return;
326
- completingRef.current = true;
327
-
328
- // Stop both polling loops
329
- pollingRef.current = false;
330
- cliPollingRef.current = false;
331
-
332
- setStatus('submitting');
333
- setErrorMessage(null);
334
-
335
- try {
336
- const headers: Record<string, string> = { 'Content-Type': 'application/json' };
337
- if (csrfToken) headers['X-CSRF-Token'] = csrfToken;
338
-
339
- const res = await fetch(`/api/onboarding/cli/${backendProviderId}/complete/${targetSessionId}`, {
340
- method: 'POST',
341
- credentials: 'include',
342
- headers,
343
- });
344
-
345
- const data = await res.json();
346
-
347
- if (!res.ok) {
348
- throw new Error(data.error || 'Failed to complete authentication');
349
- }
350
-
351
- setStatus('success');
352
- // Brief delay to show success message before parent unmounts component
353
- setTimeout(() => onSuccess(), 1500);
354
- } catch (err) {
355
- completingRef.current = false; // Allow retry on error
356
- const msg = err instanceof Error ? err.message : 'Failed to complete authentication';
357
- setErrorMessage(msg);
358
- setStatus('error');
359
- onError(msg);
360
- }
361
- }, [sessionId, backendProviderId, csrfToken, onSuccess, onError]);
362
-
363
- // Keep handleCompleteRef in sync (for CLI polling to avoid stale closure)
364
- useEffect(() => {
365
- handleCompleteRef.current = handleComplete;
366
- }, [handleComplete]);
367
-
368
- // Submit auth code (for providers like Codex that need it)
369
- const handleSubmitCode = useCallback(async () => {
370
- if (!sessionId || !codeInput.trim()) return;
371
-
372
- setStatus('submitting');
373
- setErrorMessage(null);
374
-
375
- // Extract code from URL if user pasted the full callback URL
376
- let code = codeInput.trim();
377
- if (code.includes('code=')) {
378
- try {
379
- const url = new URL(code);
380
- const extractedCode = url.searchParams.get('code');
381
- if (extractedCode) {
382
- code = extractedCode;
383
- }
384
- } catch {
385
- const match = code.match(/code=([^&\s]+)/);
386
- if (match) {
387
- code = match[1];
388
- }
389
- }
390
- }
391
-
392
- try {
393
- const headers: Record<string, string> = { 'Content-Type': 'application/json' };
394
- if (csrfToken) headers['X-CSRF-Token'] = csrfToken;
395
-
396
- const res = await fetch(`/api/onboarding/cli/${backendProviderId}/code/${sessionId}`, {
397
- method: 'POST',
398
- credentials: 'include',
399
- headers,
400
- body: JSON.stringify({ code }),
401
- });
402
-
403
- const data = await res.json() as { success?: boolean; status?: string; error?: string; needsRestart?: boolean };
404
-
405
- if (!res.ok) {
406
- // If server indicates we need to restart, show helpful message
407
- if (data.needsRestart) {
408
- setErrorMessage('The authentication session timed out. Please click "Try Again" to restart.');
409
- setStatus('error');
410
- return;
411
- }
412
- throw new Error(data.error || 'Failed to submit auth code');
413
- }
414
-
415
- setCodeInput('');
416
-
417
- // Backend returns { success: true } not { status: 'success' }
418
- if (data.success) {
419
- // Code was accepted, now complete the auth flow to store credentials
420
- await handleComplete();
421
- }
422
- // Otherwise continue polling
423
- } catch (err) {
424
- const msg = err instanceof Error ? err.message : 'Failed to submit auth code';
425
- setErrorMessage(msg);
426
- setStatus('error');
427
- onError(msg);
428
- }
429
- }, [sessionId, codeInput, backendProviderId, csrfToken, handleComplete, onError]);
430
-
431
- // Update the ref for CLI polling to use (avoids stale closure)
432
- useEffect(() => {
433
- handleCodeReceivedRef.current = async (code: string, state?: string) => {
434
- if (!sessionId) return;
435
-
436
- setStatus('submitting');
437
- setErrorMessage(null);
438
-
439
- try {
440
- const headers: Record<string, string> = { 'Content-Type': 'application/json' };
441
- if (csrfToken) headers['X-CSRF-Token'] = csrfToken;
442
-
443
- const res = await fetch(`/api/onboarding/cli/${backendProviderId}/code/${sessionId}`, {
444
- method: 'POST',
445
- credentials: 'include',
446
- headers,
447
- body: JSON.stringify({ code, state }), // Include state for CSRF validation
448
- });
449
-
450
- const data = await res.json() as { success?: boolean; error?: string; needsRestart?: boolean };
451
-
452
- if (!res.ok) {
453
- if (data.needsRestart) {
454
- setErrorMessage('The authentication session timed out. Please click "Try Again" to restart.');
455
- setStatus('error');
456
- return;
457
- }
458
- throw new Error(data.error || 'Failed to submit auth code');
459
- }
460
-
461
- if (data.success) {
462
- await handleComplete();
463
- }
464
- } catch (err) {
465
- const msg = err instanceof Error ? err.message : 'Failed to submit auth code';
466
- setErrorMessage(msg);
467
- setStatus('error');
468
- onError(msg);
469
- }
470
- };
471
- }, [sessionId, backendProviderId, csrfToken, handleComplete, onError]);
472
-
473
- // Cancel auth flow
474
- const handleCancel = useCallback(async () => {
475
- pollingRef.current = false;
476
-
477
- if (sessionId) {
478
- try {
479
- await fetch(`/api/onboarding/cli/${backendProviderId}/cancel/${sessionId}`, {
480
- method: 'POST',
481
- credentials: 'include',
482
- });
483
- } catch {
484
- // Ignore cancel errors
485
- }
486
- }
487
-
488
- setStatus('idle');
489
- setAuthUrl(null);
490
- setSessionId(null);
491
- setCodeInput('');
492
- setErrorMessage(null);
493
- onCancel();
494
- }, [sessionId, backendProviderId, onCancel]);
495
-
496
- // Start auth when component mounts (parent controls when to render this component)
497
- useEffect(() => {
498
- if (status === 'idle') {
499
- startAuth();
500
- }
501
- // Cleanup on unmount
502
- return () => {
503
- pollingRef.current = false;
504
- cliPollingRef.current = false;
505
- setCliPollingActive(false);
506
- };
507
- }, [startAuth, status]);
508
-
509
- // Determine if this is Claude flow (isCodexFlow defined earlier)
510
- const isClaudeFlow = provider.id === 'anthropic' || backendProviderId === 'anthropic';
511
-
512
- return (
513
- <div className="space-y-4">
514
- {/* Header */}
515
- <div className="flex items-center gap-3">
516
- <div
517
- className="w-10 h-10 rounded-lg flex items-center justify-center text-white font-bold"
518
- style={{ backgroundColor: provider.color }}
519
- >
520
- {provider.displayName[0]}
521
- </div>
522
- <div>
523
- <h3 className="font-medium text-white">{provider.displayName}</h3>
524
- <p className="text-sm text-text-muted">
525
- {status === 'starting' && 'Starting authentication...'}
526
- {status === 'waiting' && 'Complete authentication below'}
527
- {status === 'submitting' && 'Verifying...'}
528
- {status === 'success' && 'Connected!'}
529
- {status === 'error' && (errorMessage || 'Authentication failed')}
530
- </p>
531
- </div>
532
- </div>
533
-
534
- {/* Starting state */}
535
- {status === 'starting' && (
536
- <div className="flex items-center justify-center gap-3 py-4">
537
- <svg className="w-5 h-5 text-accent-cyan animate-spin" fill="none" viewBox="0 0 24 24">
538
- <circle className="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" strokeWidth="4" />
539
- <path className="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z" />
540
- </svg>
541
- <span className="text-text-muted">Preparing authentication...</span>
542
- </div>
543
- )}
544
-
545
- {/* Waiting state */}
546
- {status === 'waiting' && authUrl && (
547
- <div className="space-y-4">
548
- {/* Instructions - different for each provider */}
549
- <div className="p-4 bg-bg-tertiary rounded-lg border border-border-subtle">
550
- <h4 className="font-medium text-white mb-2">Complete authentication:</h4>
551
- {isCodexFlow && isDeviceFlow ? (
552
- /* Codex/OpenAI with device flow: Simple browser-based auth */
553
- <p className="text-sm text-text-muted">
554
- Sign in with your OpenAI account in the popup window. You&apos;ll see a device code to enter - this confirms the authorization.
555
- </p>
556
- ) : isCodexFlow ? (
557
- /* Codex/OpenAI standard flow: SSH tunnel forwards OAuth callback to workspace */
558
- <p className="text-sm text-text-muted">
559
- Run the CLI command below. It establishes an SSH tunnel to forward the OAuth callback to your workspace.
560
- </p>
561
- ) : isClaudeFlow ? (
562
- /* Claude/Anthropic: Shows a code after OAuth completion */
563
- <ol className="text-sm text-text-muted space-y-2 list-decimal list-inside">
564
- <li>Click the button below to open the login page</li>
565
- <li>Sign in with your Anthropic account</li>
566
- <li>After signing in, Anthropic will display an <strong>authentication code</strong></li>
567
- <li>Copy that code and paste it in the input below</li>
568
- <li>Click Submit to complete authentication</li>
569
- </ol>
570
- ) : (
571
- /* Other providers: Try polling for credentials first */
572
- <ol className="text-sm text-text-muted space-y-2 list-decimal list-inside">
573
- <li>Click the button below to open the login page</li>
574
- <li>Sign in with your {provider.displayName} account</li>
575
- <li>If you receive a code, paste it below. Otherwise click &quot;I&apos;ve completed login&quot;</li>
576
- </ol>
577
- )}
578
- </div>
579
-
580
- {/* Auth URL button - hidden for Codex CLI flow since it's integrated into steps */}
581
- {!(isCodexFlow && cliCommand && !showManualFallback) && (
582
- <a
583
- href={authUrl}
584
- target="_blank"
585
- rel="noopener noreferrer"
586
- className="block w-full py-2 px-4 bg-bg-tertiary border border-border-subtle text-white font-medium rounded-lg text-center hover:border-accent-cyan/50 transition-all"
587
- >
588
- Open {provider.displayName} Login Page
589
- </a>
590
- )}
591
-
592
- {isCodexFlow && isDeviceFlow ? (
593
- /* Codex with Device Flow: Simple browser-based auth, no CLI helper needed */
594
- <div className="space-y-4">
595
- <div className="p-3 bg-accent-cyan/10 border border-accent-cyan/30 rounded-lg">
596
- <p className="text-sm text-accent-cyan">
597
- <strong>Device Authentication:</strong> Complete the sign-in in the popup window.
598
- After signing in, you&apos;ll see a code - enter it on the OpenAI page to authorize.
599
- </p>
600
- </div>
601
- <div className="flex items-center gap-2 p-3 bg-accent-cyan/5 border border-accent-cyan/20 rounded-lg text-sm text-accent-cyan">
602
- <svg className="w-4 h-4 animate-spin" fill="none" viewBox="0 0 24 24">
603
- <circle className="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" strokeWidth="4" />
604
- <path className="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z" />
605
- </svg>
606
- <span>Waiting for authentication to complete...</span>
607
- </div>
608
- <button
609
- onClick={() => handleComplete()}
610
- className="w-full py-2 text-text-muted hover:text-white transition-colors text-sm"
611
- >
612
- I&apos;ve completed authentication
613
- </button>
614
- </div>
615
- ) : isCodexFlow ? (
616
- /* Codex standard flow: CLI helper or manual URL paste */
617
- <div className="space-y-4">
618
- {/* Loading state while fetching CLI command */}
619
- {cliCommandLoading && (
620
- <div className="flex items-center gap-3 p-4 bg-bg-tertiary rounded-lg border border-border-subtle">
621
- <svg className="w-5 h-5 text-accent-cyan animate-spin" fill="none" viewBox="0 0 24 24">
622
- <circle className="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" strokeWidth="4" />
623
- <path className="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z" />
624
- </svg>
625
- <span className="text-sm text-text-muted">Generating session token...</span>
626
- </div>
627
- )}
628
-
629
- {/* Primary: CLI command - shown BEFORE the login button */}
630
- {cliCommand && !showManualFallback && !cliCommandLoading && (
631
- <div className="space-y-3">
632
- {/* Step 1: Copy and run the command */}
633
- <div className="p-3 bg-accent-cyan/10 border border-accent-cyan/30 rounded-lg">
634
- <p className="text-sm text-accent-cyan mb-2">
635
- <strong>Step 1:</strong> Copy and run this command in your terminal
636
- </p>
637
- <div className="flex items-center gap-2">
638
- <code className="flex-1 px-3 py-2 bg-bg-deep rounded-lg text-xs font-mono text-white overflow-x-auto">
639
- {cliCommand}
640
- </code>
641
- <button
642
- onClick={() => {
643
- navigator.clipboard.writeText(cliCommand);
644
- }}
645
- className="px-3 py-2 bg-bg-tertiary border border-border-subtle rounded-lg text-text-muted hover:text-white hover:border-accent-cyan/50 transition-colors text-xs"
646
- >
647
- Copy
648
- </button>
649
- </div>
650
- </div>
651
-
652
- {/* Step 2: Sign in */}
653
- <div className="p-3 bg-bg-tertiary border border-border-subtle rounded-lg">
654
- <p className="text-sm text-white mb-1">
655
- <strong>Step 2:</strong> Sign in with OpenAI
656
- </p>
657
- <p className="text-xs text-text-muted">
658
- The CLI will open your browser to the OpenAI login page. Sign in with your OpenAI account.
659
- </p>
660
- </div>
661
-
662
- {/* Step 3: Wait for completion */}
663
- <div className="p-3 bg-bg-tertiary border border-border-subtle rounded-lg">
664
- <p className="text-sm text-white mb-1">
665
- <strong>Step 3:</strong> Authentication completes automatically
666
- </p>
667
- <p className="text-xs text-text-muted">
668
- After signing in, the CLI will capture the callback and this page will update automatically.
669
- </p>
670
- </div>
671
-
672
- {cliPollingActive && (
673
- <div className="flex items-center gap-2 p-3 bg-success/10 border border-success/30 rounded-lg text-sm text-success">
674
- <svg className="w-4 h-4 animate-spin" fill="none" viewBox="0 0 24 24">
675
- <circle className="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" strokeWidth="4" />
676
- <path className="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z" />
677
- </svg>
678
- <span>Waiting for authentication to complete...</span>
679
- </div>
680
- )}
681
-
682
- <button
683
- onClick={() => setShowManualFallback(true)}
684
- className="text-xs text-text-muted hover:text-white transition-colors"
685
- >
686
- CLI not working? Click here for manual method
687
- </button>
688
- </div>
689
- )}
690
-
691
- {/* Fallback: Manual URL paste - only show when not loading */}
692
- {!cliCommandLoading && (showManualFallback || !cliCommand) && (
693
- <div className="space-y-3">
694
- <div className="p-3 bg-amber-500/10 border border-amber-500/30 rounded-lg">
695
- <p className="text-xs text-amber-400">
696
- <strong>Manual method:</strong> After login, you&apos;ll see &quot;This site can&apos;t be reached&quot; - this is expected!
697
- Copy the full URL from your browser&apos;s address bar and paste it below.
698
- </p>
699
- </div>
700
- <div className="flex gap-2">
701
- <input
702
- type="text"
703
- placeholder="Paste the localhost URL here (e.g., http://localhost:...)"
704
- value={codeInput}
705
- onChange={(e) => setCodeInput(e.target.value)}
706
- className="flex-1 px-4 py-3 bg-bg-tertiary border border-border-subtle rounded-xl text-white placeholder-text-muted focus:outline-none focus:border-accent-cyan transition-colors font-mono text-sm"
707
- onKeyDown={(e) => {
708
- if (e.key === 'Enter' && codeInput.trim()) {
709
- handleSubmitCode();
710
- }
711
- }}
712
- />
713
- <button
714
- onClick={handleSubmitCode}
715
- disabled={!codeInput.trim()}
716
- className="px-6 py-3 bg-accent-cyan text-bg-deep font-semibold rounded-xl hover:bg-accent-cyan/90 disabled:opacity-50 disabled:cursor-not-allowed transition-all"
717
- >
718
- Submit
719
- </button>
720
- </div>
721
- {cliCommand && (
722
- <button
723
- onClick={() => setShowManualFallback(false)}
724
- className="text-xs text-accent-cyan hover:underline"
725
- >
726
- ← Back to CLI method
727
- </button>
728
- )}
729
- </div>
730
- )}
731
- </div>
732
- ) : isClaudeFlow ? (
733
- /* Claude: Code paste flow */
734
- <div className="space-y-3">
735
- <div className="p-3 bg-accent-cyan/10 border border-accent-cyan/30 rounded-lg">
736
- <p className="text-xs text-accent-cyan">
737
- <strong>Look for the code:</strong> After signing in, Anthropic will show you an authentication code.
738
- Copy it and paste it below.
739
- </p>
740
- </div>
741
- <div className="flex gap-2">
742
- <input
743
- type="text"
744
- placeholder="Paste the authentication code here"
745
- value={codeInput}
746
- onChange={(e) => setCodeInput(e.target.value)}
747
- className="flex-1 px-4 py-3 bg-bg-tertiary border border-border-subtle rounded-xl text-white placeholder-text-muted focus:outline-none focus:border-accent-cyan transition-colors font-mono text-sm"
748
- onKeyDown={(e) => {
749
- if (e.key === 'Enter' && codeInput.trim()) {
750
- handleSubmitCode();
751
- }
752
- }}
753
- />
754
- <button
755
- onClick={handleSubmitCode}
756
- disabled={!codeInput.trim()}
757
- className="px-6 py-3 bg-accent-cyan text-bg-deep font-semibold rounded-xl hover:bg-accent-cyan/90 disabled:opacity-50 disabled:cursor-not-allowed transition-all"
758
- >
759
- Submit
760
- </button>
761
- </div>
762
- </div>
763
- ) : (
764
- /* Other providers: Code input with fallback button */
765
- <div className="space-y-3">
766
- <div className="flex gap-2">
767
- <input
768
- type="text"
769
- placeholder="Paste authentication code (if provided)"
770
- value={codeInput}
771
- onChange={(e) => setCodeInput(e.target.value)}
772
- className="flex-1 px-4 py-3 bg-bg-tertiary border border-border-subtle rounded-xl text-white placeholder-text-muted focus:outline-none focus:border-accent-cyan transition-colors font-mono text-sm"
773
- onKeyDown={(e) => {
774
- if (e.key === 'Enter' && codeInput.trim()) {
775
- handleSubmitCode();
776
- }
777
- }}
778
- />
779
- <button
780
- onClick={handleSubmitCode}
781
- disabled={!codeInput.trim()}
782
- className="px-6 py-3 bg-accent-cyan text-bg-deep font-semibold rounded-xl hover:bg-accent-cyan/90 disabled:opacity-50 disabled:cursor-not-allowed transition-all"
783
- >
784
- Submit
785
- </button>
786
- </div>
787
- <button
788
- onClick={() => handleComplete()}
789
- className="w-full py-2 text-text-muted hover:text-white transition-colors text-sm"
790
- >
791
- No code? Click here if you&apos;ve completed login
792
- </button>
793
- </div>
794
- )}
795
-
796
- {/* Cancel button */}
797
- <button
798
- onClick={handleCancel}
799
- className="w-full py-2 text-text-muted hover:text-white transition-colors text-sm"
800
- >
801
- Cancel
802
- </button>
803
- </div>
804
- )}
805
-
806
- {/* Submitting state */}
807
- {status === 'submitting' && (
808
- <div className="flex items-center justify-center gap-3 py-4">
809
- <svg className="w-5 h-5 text-accent-cyan animate-spin" fill="none" viewBox="0 0 24 24">
810
- <circle className="opacity-25" cx="12" cy="12" r="10" stroke="currentColor" strokeWidth="4" />
811
- <path className="opacity-75" fill="currentColor" d="M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z" />
812
- </svg>
813
- <span className="text-text-muted">Verifying authentication...</span>
814
- </div>
815
- )}
816
-
817
- {/* Success state */}
818
- {status === 'success' && (
819
- <div className="flex items-center justify-center gap-3 py-4">
820
- <div className="w-10 h-10 bg-success/20 rounded-full flex items-center justify-center">
821
- <svg className="w-6 h-6 text-success" fill="none" viewBox="0 0 24 24" stroke="currentColor">
822
- <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M5 13l4 4L19 7" />
823
- </svg>
824
- </div>
825
- <span className="text-white font-medium">{provider.displayName} connected!</span>
826
- </div>
827
- )}
828
-
829
- {/* Error state */}
830
- {status === 'error' && (
831
- <div className="space-y-3">
832
- <div className="p-4 bg-error/10 border border-error/30 rounded-lg text-error text-sm">
833
- {errorMessage || 'Authentication failed. Please try again.'}
834
- </div>
835
- <div className="flex gap-3">
836
- <button
837
- onClick={startAuth}
838
- className="flex-1 py-2 px-4 bg-bg-tertiary border border-border-subtle text-white rounded-lg hover:border-accent-cyan/50 transition-colors"
839
- >
840
- Try Again
841
- </button>
842
- <button
843
- onClick={handleCancel}
844
- className="py-2 px-4 text-text-muted hover:text-white transition-colors"
845
- >
846
- Cancel
847
- </button>
848
- </div>
849
- </div>
850
- )}
851
- </div>
852
- );
853
- }