@ai-development-environment/server 0.0.28 → 0.0.30

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 (402) hide show
  1. package/package.json +1 -1
  2. package/prisma-runtime/prisma/migrations/20260718220000_add_build_freshness/migration.sql +1 -0
  3. package/prisma-runtime/prisma/migrations/20260719010000_add_build_reports/migration.sql +29 -0
  4. package/prisma-runtime/prisma/schema.prisma +24 -0
  5. package/standalone/.next/BUILD_ID +1 -1
  6. package/standalone/.next/app-path-routes-manifest.json +2 -0
  7. package/standalone/.next/build-manifest.json +6 -6
  8. package/standalone/.next/prerender-manifest.json +3 -3
  9. package/standalone/.next/routes-manifest.json +17 -0
  10. package/standalone/.next/server/app/[locale]/actions/page/build-manifest.json +3 -3
  11. package/standalone/.next/server/app/[locale]/actions/page.js.nft.json +1 -1
  12. package/standalone/.next/server/app/[locale]/actions/page_client-reference-manifest.js +1 -1
  13. package/standalone/.next/server/app/[locale]/agents/[id]/page/build-manifest.json +3 -3
  14. package/standalone/.next/server/app/[locale]/agents/[id]/page.js.nft.json +1 -1
  15. package/standalone/.next/server/app/[locale]/agents/[id]/page_client-reference-manifest.js +1 -1
  16. package/standalone/.next/server/app/[locale]/agents/page/build-manifest.json +3 -3
  17. package/standalone/.next/server/app/[locale]/agents/page.js.nft.json +1 -1
  18. package/standalone/.next/server/app/[locale]/agents/page_client-reference-manifest.js +1 -1
  19. package/standalone/.next/server/app/[locale]/build-data/page/build-manifest.json +3 -3
  20. package/standalone/.next/server/app/[locale]/build-data/page.js.nft.json +1 -1
  21. package/standalone/.next/server/app/[locale]/build-data/page_client-reference-manifest.js +1 -1
  22. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page/app-paths-manifest.json +3 -0
  23. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page/build-manifest.json +16 -0
  24. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page/next-font-manifest.json +11 -0
  25. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page/react-loadable-manifest.json +1 -0
  26. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page/server-reference-manifest.json +4 -0
  27. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page.js +16 -0
  28. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page.js.map +5 -0
  29. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page.js.nft.json +1 -0
  30. package/standalone/.next/server/app/[locale]/builds/[buildId]/coverage/page_client-reference-manifest.js +3 -0
  31. package/standalone/.next/server/app/[locale]/builds/[buildId]/page/build-manifest.json +3 -3
  32. package/standalone/.next/server/app/[locale]/builds/[buildId]/page.js.nft.json +1 -1
  33. package/standalone/.next/server/app/[locale]/builds/[buildId]/page_client-reference-manifest.js +1 -1
  34. package/standalone/.next/server/app/[locale]/builds/page/build-manifest.json +3 -3
  35. package/standalone/.next/server/app/[locale]/builds/page.js.nft.json +1 -1
  36. package/standalone/.next/server/app/[locale]/builds/page_client-reference-manifest.js +1 -1
  37. package/standalone/.next/server/app/[locale]/codebases/[codebaseId]/page/build-manifest.json +3 -3
  38. package/standalone/.next/server/app/[locale]/codebases/[codebaseId]/page.js.nft.json +1 -1
  39. package/standalone/.next/server/app/[locale]/codebases/[codebaseId]/page_client-reference-manifest.js +1 -1
  40. package/standalone/.next/server/app/[locale]/codebases/page/build-manifest.json +3 -3
  41. package/standalone/.next/server/app/[locale]/codebases/page.js.nft.json +1 -1
  42. package/standalone/.next/server/app/[locale]/codebases/page_client-reference-manifest.js +1 -1
  43. package/standalone/.next/server/app/[locale]/codebases/repositories/[repositoryId]/page/build-manifest.json +3 -3
  44. package/standalone/.next/server/app/[locale]/codebases/repositories/[repositoryId]/page.js.nft.json +1 -1
  45. package/standalone/.next/server/app/[locale]/codebases/repositories/[repositoryId]/page_client-reference-manifest.js +1 -1
  46. package/standalone/.next/server/app/[locale]/comments/page/build-manifest.json +3 -3
  47. package/standalone/.next/server/app/[locale]/comments/page.js.nft.json +1 -1
  48. package/standalone/.next/server/app/[locale]/comments/page_client-reference-manifest.js +1 -1
  49. package/standalone/.next/server/app/[locale]/jira/cache/page/build-manifest.json +3 -3
  50. package/standalone/.next/server/app/[locale]/jira/cache/page.js.nft.json +1 -1
  51. package/standalone/.next/server/app/[locale]/jira/cache/page_client-reference-manifest.js +1 -1
  52. package/standalone/.next/server/app/[locale]/jira/cache/tickets/[issueKey]/page/build-manifest.json +3 -3
  53. package/standalone/.next/server/app/[locale]/jira/cache/tickets/[issueKey]/page.js.nft.json +1 -1
  54. package/standalone/.next/server/app/[locale]/jira/cache/tickets/[issueKey]/page_client-reference-manifest.js +1 -1
  55. package/standalone/.next/server/app/[locale]/jira/tickets/[issueKey]/page/build-manifest.json +3 -3
  56. package/standalone/.next/server/app/[locale]/jira/tickets/[issueKey]/page.js.nft.json +1 -1
  57. package/standalone/.next/server/app/[locale]/jira/tickets/[issueKey]/page_client-reference-manifest.js +1 -1
  58. package/standalone/.next/server/app/[locale]/jira/tickets/page/build-manifest.json +3 -3
  59. package/standalone/.next/server/app/[locale]/jira/tickets/page.js.nft.json +1 -1
  60. package/standalone/.next/server/app/[locale]/jira/tickets/page_client-reference-manifest.js +1 -1
  61. package/standalone/.next/server/app/[locale]/jobs/[jobId]/page/build-manifest.json +3 -3
  62. package/standalone/.next/server/app/[locale]/jobs/[jobId]/page.js.nft.json +1 -1
  63. package/standalone/.next/server/app/[locale]/jobs/[jobId]/page_client-reference-manifest.js +1 -1
  64. package/standalone/.next/server/app/[locale]/page/build-manifest.json +3 -3
  65. package/standalone/.next/server/app/[locale]/page.js.nft.json +1 -1
  66. package/standalone/.next/server/app/[locale]/page_client-reference-manifest.js +1 -1
  67. package/standalone/.next/server/app/[locale]/pull-requests/[owner]/[repository]/[number]/page/build-manifest.json +3 -3
  68. package/standalone/.next/server/app/[locale]/pull-requests/[owner]/[repository]/[number]/page.js.nft.json +1 -1
  69. package/standalone/.next/server/app/[locale]/pull-requests/[owner]/[repository]/[number]/page_client-reference-manifest.js +1 -1
  70. package/standalone/.next/server/app/[locale]/pull-requests/page/build-manifest.json +3 -3
  71. package/standalone/.next/server/app/[locale]/pull-requests/page.js.nft.json +1 -1
  72. package/standalone/.next/server/app/[locale]/pull-requests/page_client-reference-manifest.js +1 -1
  73. package/standalone/.next/server/app/[locale]/settings/page/build-manifest.json +3 -3
  74. package/standalone/.next/server/app/[locale]/settings/page.js.nft.json +1 -1
  75. package/standalone/.next/server/app/[locale]/settings/page_client-reference-manifest.js +1 -1
  76. package/standalone/.next/server/app/[locale]/skills/[skillId]/page/build-manifest.json +3 -3
  77. package/standalone/.next/server/app/[locale]/skills/[skillId]/page.js.nft.json +1 -1
  78. package/standalone/.next/server/app/[locale]/skills/[skillId]/page_client-reference-manifest.js +1 -1
  79. package/standalone/.next/server/app/[locale]/skills/groups/[groupId]/page/build-manifest.json +3 -3
  80. package/standalone/.next/server/app/[locale]/skills/groups/[groupId]/page.js.nft.json +1 -1
  81. package/standalone/.next/server/app/[locale]/skills/groups/[groupId]/page_client-reference-manifest.js +1 -1
  82. package/standalone/.next/server/app/[locale]/skills/groups/page/build-manifest.json +3 -3
  83. package/standalone/.next/server/app/[locale]/skills/groups/page.js.nft.json +1 -1
  84. package/standalone/.next/server/app/[locale]/skills/groups/page_client-reference-manifest.js +1 -1
  85. package/standalone/.next/server/app/[locale]/skills/page/build-manifest.json +3 -3
  86. package/standalone/.next/server/app/[locale]/skills/page.js.nft.json +1 -1
  87. package/standalone/.next/server/app/[locale]/skills/page_client-reference-manifest.js +1 -1
  88. package/standalone/.next/server/app/[locale]/skills/sync/[runId]/page/build-manifest.json +3 -3
  89. package/standalone/.next/server/app/[locale]/skills/sync/[runId]/page.js.nft.json +1 -1
  90. package/standalone/.next/server/app/[locale]/skills/sync/[runId]/page_client-reference-manifest.js +1 -1
  91. package/standalone/.next/server/app/[locale]/tools/page/build-manifest.json +3 -3
  92. package/standalone/.next/server/app/[locale]/tools/page.js.nft.json +1 -1
  93. package/standalone/.next/server/app/[locale]/tools/page_client-reference-manifest.js +1 -1
  94. package/standalone/.next/server/app/[locale]/usage/page/build-manifest.json +3 -3
  95. package/standalone/.next/server/app/[locale]/usage/page.js.nft.json +1 -1
  96. package/standalone/.next/server/app/[locale]/usage/page_client-reference-manifest.js +1 -1
  97. package/standalone/.next/server/app/[locale]/worktrees/[worktreeId]/page/build-manifest.json +3 -3
  98. package/standalone/.next/server/app/[locale]/worktrees/[worktreeId]/page.js.nft.json +1 -1
  99. package/standalone/.next/server/app/[locale]/worktrees/[worktreeId]/page_client-reference-manifest.js +1 -1
  100. package/standalone/.next/server/app/[locale]/worktrees/page/build-manifest.json +3 -3
  101. package/standalone/.next/server/app/[locale]/worktrees/page.js.nft.json +1 -1
  102. package/standalone/.next/server/app/[locale]/worktrees/page_client-reference-manifest.js +1 -1
  103. package/standalone/.next/server/app/_global-error/page/build-manifest.json +3 -3
  104. package/standalone/.next/server/app/_global-error.html +1 -1
  105. package/standalone/.next/server/app/_global-error.rsc +1 -1
  106. package/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  107. package/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  108. package/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  109. package/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  110. package/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  111. package/standalone/.next/server/app/_not-found/page/build-manifest.json +3 -3
  112. package/standalone/.next/server/app/_not-found.html +1 -1
  113. package/standalone/.next/server/app/_not-found.rsc +1 -1
  114. package/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  115. package/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  116. package/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  117. package/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  118. package/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  119. package/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  120. package/standalone/.next/server/app/api/build-artifact-uploads/[uploadId]/route.js +2 -2
  121. package/standalone/.next/server/app/api/build-artifact-uploads/[uploadId]/route.js.nft.json +1 -1
  122. package/standalone/.next/server/app/api/builds/[buildId]/artifacts/[artifactId]/route.js +2 -2
  123. package/standalone/.next/server/app/api/builds/[buildId]/artifacts/[artifactId]/route.js.nft.json +1 -1
  124. package/standalone/.next/server/app/api/codebases/by-path/route.js +2 -2
  125. package/standalone/.next/server/app/api/codebases/by-path/route.js.nft.json +1 -1
  126. package/standalone/.next/server/app/api/codebases/route.js +2 -2
  127. package/standalone/.next/server/app/api/codebases/route.js.nft.json +1 -1
  128. package/standalone/.next/server/app/api/graphql/route.js +2 -2
  129. package/standalone/.next/server/app/api/graphql/route.js.nft.json +1 -1
  130. package/standalone/.next/server/app/api/mcp/route.js +2 -2
  131. package/standalone/.next/server/app/api/mcp/route.js.nft.json +1 -1
  132. package/standalone/.next/server/app/api/tools/call/route.js +2 -2
  133. package/standalone/.next/server/app/api/tools/call/route.js.nft.json +1 -1
  134. package/standalone/.next/server/app/api/tools/catalog/route.js +2 -2
  135. package/standalone/.next/server/app/api/tools/catalog/route.js.nft.json +1 -1
  136. package/standalone/.next/server/app/api/worktrees/[worktreeId]/diff-image/route/app-paths-manifest.json +3 -0
  137. package/standalone/.next/server/app/api/worktrees/[worktreeId]/diff-image/route/build-manifest.json +9 -0
  138. package/standalone/.next/server/app/api/worktrees/[worktreeId]/diff-image/route/server-reference-manifest.json +4 -0
  139. package/standalone/.next/server/app/api/worktrees/[worktreeId]/diff-image/route.js +10 -0
  140. package/standalone/.next/server/app/api/worktrees/[worktreeId]/diff-image/route.js.map +5 -0
  141. package/standalone/.next/server/app/api/worktrees/[worktreeId]/diff-image/route.js.nft.json +1 -0
  142. package/standalone/.next/server/app/api/worktrees/[worktreeId]/diff-image/route_client-reference-manifest.js +3 -0
  143. package/standalone/.next/server/app-paths-manifest.json +2 -0
  144. package/standalone/.next/server/chunks/1oeh_server_app_api_worktrees_[worktreeId]_diff-image_route_actions_0nie5n3.js +3 -0
  145. package/standalone/.next/server/chunks/{[root-of-the-server]__1iv83x0._.js → [root-of-the-server]__0-ypkf7._.js} +1 -1
  146. package/standalone/.next/server/chunks/{[root-of-the-server]__08w_8a-._.js → [root-of-the-server]__00ku6-v._.js} +1 -1
  147. package/standalone/.next/server/chunks/{[root-of-the-server]__0yfvw4a._.js → [root-of-the-server]__0138gz-._.js} +1 -1
  148. package/standalone/.next/server/chunks/{[root-of-the-server]__0r5s0h6._.js → [root-of-the-server]__02vqwey._.js} +2 -2
  149. package/standalone/.next/server/chunks/{[root-of-the-server]__098f8w4._.js → [root-of-the-server]__056cnsc._.js} +1 -1
  150. package/standalone/.next/server/chunks/{[root-of-the-server]__1l6ed2g._.js → [root-of-the-server]__08mfybr._.js} +2 -2
  151. package/standalone/.next/server/chunks/{[root-of-the-server]__0cs2bfc._.js → [root-of-the-server]__08u874i._.js} +1 -1
  152. package/standalone/.next/server/chunks/{[root-of-the-server]__01h2pl1._.js → [root-of-the-server]__09skp6r._.js} +1 -1
  153. package/standalone/.next/server/chunks/{[root-of-the-server]__1mgcft0._.js → [root-of-the-server]__09v6swg._.js} +1 -1
  154. package/standalone/.next/server/chunks/{[root-of-the-server]__0h0mvv8._.js → [root-of-the-server]__0aiyd05._.js} +1 -1
  155. package/standalone/.next/server/chunks/{[root-of-the-server]__14-aq4c._.js → [root-of-the-server]__0cyubup._.js} +1 -1
  156. package/standalone/.next/server/chunks/{[root-of-the-server]__0_l5rqe._.js → [root-of-the-server]__0da1wsf._.js} +1 -1
  157. package/standalone/.next/server/chunks/[root-of-the-server]__0e1fqyr._.js +3 -0
  158. package/standalone/.next/server/chunks/{[root-of-the-server]__1frrx8s._.js → [root-of-the-server]__0f3ptor._.js} +2 -2
  159. package/standalone/.next/server/chunks/{[root-of-the-server]__0k01mi-._.js → [root-of-the-server]__0fih0li._.js} +1 -1
  160. package/standalone/.next/server/chunks/{[root-of-the-server]__02qjyhj._.js → [root-of-the-server]__0g0tnct._.js} +1 -1
  161. package/standalone/.next/server/chunks/{[root-of-the-server]__1ehdq4c._.js → [root-of-the-server]__0gbor-2._.js} +1 -1
  162. package/standalone/.next/server/chunks/{[root-of-the-server]__09lyzw2._.js → [root-of-the-server]__0mj6qcr._.js} +2 -2
  163. package/standalone/.next/server/chunks/{[root-of-the-server]__14uwobw._.js → [root-of-the-server]__0p_h088._.js} +1 -1
  164. package/standalone/.next/server/chunks/[root-of-the-server]__0rwpsai._.js +3 -0
  165. package/standalone/.next/server/chunks/{[root-of-the-server]__0i4bd9d._.js → [root-of-the-server]__0vvjqp5._.js} +1 -1
  166. package/standalone/.next/server/chunks/{[root-of-the-server]__04rx7b9._.js → [root-of-the-server]__0w20bq-._.js} +2 -2
  167. package/standalone/.next/server/chunks/{[root-of-the-server]__0hmrx3m._.js → [root-of-the-server]__0wf0pka._.js} +1 -1
  168. package/standalone/.next/server/chunks/{[root-of-the-server]__0nxj1ky._.js → [root-of-the-server]__0wg2umj._.js} +1 -1
  169. package/standalone/.next/server/chunks/{[root-of-the-server]__17bgip6._.js → [root-of-the-server]__0xa_els._.js} +1 -1
  170. package/standalone/.next/server/chunks/{[root-of-the-server]__0wx4-1l._.js → [root-of-the-server]__0xukz2x._.js} +2 -2
  171. package/standalone/.next/server/chunks/[root-of-the-server]__0zyqmd4._.js +122 -0
  172. package/standalone/.next/server/chunks/[root-of-the-server]__1-z6lg_._.js +3 -0
  173. package/standalone/.next/server/chunks/{[root-of-the-server]__0kxltc8._.js → [root-of-the-server]__15_clsj._.js} +1 -1
  174. package/standalone/.next/server/chunks/{[root-of-the-server]__020ggc3._.js → [root-of-the-server]__15aat79._.js} +1 -1
  175. package/standalone/.next/server/chunks/{[root-of-the-server]__00_-x1w._.js → [root-of-the-server]__15bbm2q._.js} +2 -2
  176. package/standalone/.next/server/chunks/{[root-of-the-server]__09c7zmy._.js → [root-of-the-server]__16l4wed._.js} +1 -1
  177. package/standalone/.next/server/chunks/{[root-of-the-server]__04hrhu3._.js → [root-of-the-server]__19zwwdv._.js} +1 -1
  178. package/standalone/.next/server/chunks/{[root-of-the-server]__0d4_f1e._.js → [root-of-the-server]__1a5_am-._.js} +1 -1
  179. package/standalone/.next/server/chunks/[root-of-the-server]__1ajaiy1._.js +3 -0
  180. package/standalone/.next/server/chunks/[root-of-the-server]__1dtlzq1._.js +3 -0
  181. package/standalone/.next/server/chunks/[root-of-the-server]__1kpqohm._.js +3 -0
  182. package/standalone/.next/server/chunks/[root-of-the-server]__1l7234r._.js +3 -0
  183. package/standalone/.next/server/chunks/{[root-of-the-server]__0c02fce._.js → [root-of-the-server]__1oa-sy6._.js} +2 -2
  184. package/standalone/.next/server/chunks/[root-of-the-server]__1vip3sa._.js +3 -0
  185. package/standalone/.next/server/chunks/[root-of-the-server]__1vxtcsq._.js +3 -0
  186. package/standalone/.next/server/chunks/{[root-of-the-server]__0cryh-d._.js → [root-of-the-server]__1wtng3p._.js} +1 -1
  187. package/standalone/.next/server/chunks/[root-of-the-server]__1wu654b._.js +3 -0
  188. package/standalone/.next/server/chunks/[root-of-the-server]__1x2nph5._.js +3 -0
  189. package/standalone/.next/server/chunks/[root-of-the-server]__1xk-0be._.js +3 -0
  190. package/standalone/.next/server/chunks/[root-of-the-server]__210dhdj._.js +3 -0
  191. package/standalone/.next/server/chunks/_0exkna-._.js +164 -8
  192. package/standalone/.next/server/chunks/{_0bru086._.js → _0jurkow._.js} +26 -26
  193. package/standalone/.next/server/chunks/{_00mzn-u._.js → _0rx5rfm._.js} +27 -27
  194. package/standalone/.next/server/chunks/_0tufgj0._.js +234 -78
  195. package/standalone/.next/server/chunks/_0w2eghf._.js +164 -8
  196. package/standalone/.next/server/chunks/_152rnkf._.js +17 -17
  197. package/standalone/.next/server/chunks/{_1_g2i-t._.js → _16x77b_._.js} +27 -27
  198. package/standalone/.next/server/chunks/_1dbqy8c._.js +17 -17
  199. package/standalone/.next/server/chunks/_1vrixpc._.js +17 -17
  200. package/standalone/.next/server/chunks/_1yfz-9u._.js +17 -17
  201. package/standalone/.next/server/chunks/src_0o4-snj._.js +1 -1
  202. package/standalone/.next/server/chunks/ssr/1oeh_server_app_[locale]_builds_[buildId]_coverage_page_actions_20i_0zd.js +3 -0
  203. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__08bbv6z._.js +9 -0
  204. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ckj6wg._.js +13 -0
  205. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0eit075._.js +3 -0
  206. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0tsac-e._.js +15 -0
  207. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0uo4dhz._.js +11 -0
  208. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__10-ftkj._.js +3 -0
  209. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__15v1geo._.js +3 -0
  210. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__1qm_j4s._.js +3 -0
  211. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__1s6_fta._.js +3 -0
  212. package/standalone/.next/server/chunks/ssr/_0-o77zz._.js +3 -0
  213. package/standalone/.next/server/chunks/ssr/_00m30gw._.js +3 -0
  214. package/standalone/.next/server/chunks/ssr/_03961l6._.js +3 -0
  215. package/standalone/.next/server/chunks/ssr/_08q5hnx._.js +35 -0
  216. package/standalone/.next/server/chunks/ssr/_093--4s._.js +3 -0
  217. package/standalone/.next/server/chunks/ssr/{_1kaz2gq._.js → _09lh67h._.js} +2 -2
  218. package/standalone/.next/server/chunks/ssr/_0a1ligo._.js +3 -0
  219. package/standalone/.next/server/chunks/ssr/{_1h3p6oi._.js → _0cw_tqx._.js} +2 -2
  220. package/standalone/.next/server/chunks/ssr/{_0hoc_fd._.js → _0ddgabq._.js} +2 -2
  221. package/standalone/.next/server/chunks/ssr/_0dq-84j._.js +22 -0
  222. package/standalone/.next/server/chunks/ssr/_0dy1ovj._.js +3 -0
  223. package/standalone/.next/server/chunks/ssr/_0ezo890._.js +3 -0
  224. package/standalone/.next/server/chunks/ssr/_0id1774._.js +13 -0
  225. package/standalone/.next/server/chunks/ssr/_0j48up8._.js +1 -1
  226. package/standalone/.next/server/chunks/ssr/_0nhtqty._.js +1 -1
  227. package/standalone/.next/server/chunks/ssr/_0oh246z._.js +3 -0
  228. package/standalone/.next/server/chunks/ssr/{_1r9ohdr._.js → _0q8sy0w._.js} +2 -2
  229. package/standalone/.next/server/chunks/ssr/_0qra30j._.js +3 -0
  230. package/standalone/.next/server/chunks/ssr/_0t2jwg3._.js +109 -0
  231. package/standalone/.next/server/chunks/ssr/{_13jl9nw._.js → _0ufkrvm._.js} +2 -2
  232. package/standalone/.next/server/chunks/ssr/{_0sp1ojg._.js → _0vjihfb._.js} +26 -2
  233. package/standalone/.next/server/chunks/ssr/_0xh-lyy._.js +3 -0
  234. package/standalone/.next/server/chunks/ssr/_1-2qcpf._.js +3 -0
  235. package/standalone/.next/server/chunks/ssr/_15erjna._.js +3 -0
  236. package/standalone/.next/server/chunks/ssr/_17a3xuq._.js +3 -0
  237. package/standalone/.next/server/chunks/ssr/_17p59oz._.js +3 -0
  238. package/standalone/.next/server/chunks/ssr/_1bzibio._.js +109 -0
  239. package/standalone/.next/server/chunks/ssr/_1c2fde9._.js +11 -0
  240. package/standalone/.next/server/chunks/ssr/_1ekznx8._.js +3 -0
  241. package/standalone/.next/server/chunks/ssr/_1k1tyz4._.js +3 -0
  242. package/standalone/.next/server/chunks/ssr/{_1dsdn7w._.js → _1n9rteq._.js} +8 -2
  243. package/standalone/.next/server/chunks/ssr/_1och_zk._.js +3 -0
  244. package/standalone/.next/server/chunks/ssr/_1tpguta._.js +3 -0
  245. package/standalone/.next/server/chunks/ssr/_1v1lo7c._.js +3 -0
  246. package/standalone/.next/server/chunks/ssr/_1vv-dg-._.js +3 -0
  247. package/standalone/.next/server/chunks/ssr/_1zgu74l._.js +1 -1
  248. package/standalone/.next/server/chunks/ssr/messages_de_json_[json]_cjs_1uig1ud._.js +1 -1
  249. package/standalone/.next/server/chunks/ssr/messages_en_json_[json]_cjs_206072-._.js +1 -1
  250. package/standalone/.next/server/chunks/ssr/messages_es_json_[json]_cjs_082yukd._.js +1 -1
  251. package/standalone/.next/server/chunks/ssr/messages_fr_json_[json]_cjs_0j6-w0i._.js +1 -1
  252. package/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_1uzalot.js +4 -0
  253. package/standalone/.next/server/chunks/ssr/src_components_agents_agent-detail_tsx_0lfa4ui._.js +2 -2
  254. package/standalone/.next/server/chunks/ssr/src_components_builds_build-detail-page_tsx_0q1lvps._.js +15 -13
  255. package/standalone/.next/server/chunks/ssr/src_components_builds_builds-page_tsx_17qzmsl._.js +8 -12
  256. package/standalone/.next/server/chunks/ssr/src_components_builds_coverage-report-page_tsx_1nhwba1._.js +11 -0
  257. package/standalone/.next/server/chunks/ssr/src_components_codebases_repository-detail-page_tsx_20_7wk_._.js +5 -5
  258. package/standalone/.next/server/chunks/ssr/src_components_github_actions-page_tsx_18434xt._.js +5 -5
  259. package/standalone/.next/server/chunks/ssr/src_components_github_pull-requests-page_tsx_1il3ga-._.js +12 -12
  260. package/standalone/.next/server/chunks/ssr/src_components_jira_cache-page_tsx_1znt1yl._.js +1 -1
  261. package/standalone/.next/server/chunks/ssr/src_components_skills_skill-sync-page_tsx_15sidhb._.js +1 -1
  262. package/standalone/.next/server/chunks/ssr/src_components_skills_skills-page_tsx_0o1nlbg._.js +3 -3
  263. package/standalone/.next/server/chunks/ssr/src_components_tools_tools-page_tsx_0k1jqcz._.js +2 -2
  264. package/standalone/.next/server/chunks/ssr/src_components_worktrees_worktree-detail-page_tsx_1oexgu_._.js +21 -4
  265. package/standalone/.next/server/functions-config-manifest.json +3 -0
  266. package/standalone/.next/server/middleware-build-manifest.js +6 -6
  267. package/standalone/.next/server/next-font-manifest.js +1 -1
  268. package/standalone/.next/server/next-font-manifest.json +4 -0
  269. package/standalone/.next/server/pages/404.html +1 -1
  270. package/standalone/.next/server/pages/500.html +1 -1
  271. package/standalone/.next/server/server-reference-manifest.js +1 -1
  272. package/standalone/.next/server/server-reference-manifest.json +1 -1
  273. package/standalone/.next/static/chunks/041g9raf1naqv.js +48 -0
  274. package/standalone/.next/static/chunks/08ujwkhzkokhf.js +1 -0
  275. package/standalone/.next/static/chunks/0a82bgw37ev__.js +33 -0
  276. package/standalone/.next/static/chunks/0cw4z7_m01m5f.js +31 -0
  277. package/standalone/.next/static/chunks/0emxr8tr7kji0.js +33 -0
  278. package/standalone/.next/static/chunks/0h8zu6aywqh1-.js +27 -0
  279. package/standalone/.next/static/chunks/0ng892ycfzv2q.js +1 -0
  280. package/standalone/.next/static/chunks/0tgtji0dbbefa.js +107 -0
  281. package/standalone/.next/static/chunks/15_8kla24ff9f.js +1 -0
  282. package/standalone/.next/static/chunks/16-l4kp9o217d.js +1 -0
  283. package/standalone/.next/static/chunks/1c7ci5ai5qyfo.js +1 -0
  284. package/standalone/.next/static/chunks/1egccqmgk3kbi.js +1 -0
  285. package/standalone/.next/static/chunks/1gwvywh0e6i17.js +3 -0
  286. package/standalone/.next/static/chunks/1hehq94hslvbl.js +7 -0
  287. package/standalone/.next/static/chunks/1k5cw41bd4e5r.js +51 -0
  288. package/standalone/.next/static/chunks/{1rivge68m21sm.js → 1mprxk0uebv70.js} +10 -10
  289. package/standalone/.next/static/chunks/1rus13s58mkxy.js +1 -0
  290. package/standalone/.next/static/chunks/{2fzxwi39odugq.js → 1rwqeg_l_plzt.js} +1 -1
  291. package/standalone/.next/static/chunks/1u_jwc-bo10k3.js +1 -0
  292. package/standalone/.next/static/chunks/1ut0xkaqsykm4.js +7 -0
  293. package/standalone/.next/static/chunks/1w_zvfx_jdyv_.js +29 -0
  294. package/standalone/.next/static/chunks/2-wrd12dmwbo-.js +1 -0
  295. package/standalone/.next/static/chunks/23kut2_l2y2-w.js +9 -0
  296. package/standalone/.next/static/chunks/23xyv764-kx8z.js +38 -0
  297. package/standalone/.next/static/chunks/{1wihkuyju-wa-.js → 25haryfoj4x3h.js} +1 -1
  298. package/standalone/.next/static/chunks/{0fr0zp4cwlyrr.js → 28ljy-uz6n_g9.js} +2 -2
  299. package/standalone/.next/static/chunks/29zl8lgsa28tb.js +1 -0
  300. package/standalone/.next/static/chunks/{0w8rd_g6hnvmz.js → 2__bi79el56lb.js} +5 -5
  301. package/standalone/.next/static/chunks/2aq80hyo4l8a2.js +7 -0
  302. package/standalone/.next/static/chunks/{24a_ux27e8jj4.js → 2l_wayk-ioguc.js} +1 -1
  303. package/standalone/.next/static/chunks/2swvzbwm_dr9y.js +1 -0
  304. package/standalone/.next/static/chunks/{0m26h4h36cb_0.js → 3120xcqaqci82.js} +1 -1
  305. package/standalone/.next/static/chunks/315cis1es_5t3.js +41 -0
  306. package/standalone/.next/static/chunks/321feys_9vp2v.js +33 -0
  307. package/standalone/.next/static/chunks/{0d-e51sawr2y8.js → 34oyci46fsc5w.js} +1 -1
  308. package/standalone/.next/static/chunks/{1nqkxeuycfmrt.js → 36_1bjzx79v18.js} +5 -5
  309. package/standalone/.next/static/chunks/37mczlawlcx5l.js +1 -0
  310. package/standalone/.next/static/chunks/3ajj69p_sj615.js +1 -0
  311. package/standalone/.next/static/chunks/{1tcqtaedz7922.js → 3d4ijy7zglgv5.js} +1 -1
  312. package/standalone/.next/static/chunks/3ir4b8po439x7.js +40 -0
  313. package/standalone/.next/static/chunks/3p7wbgo7qd6_m.css +1 -0
  314. package/standalone/.next/static/chunks/3q0q6_ntq8aa5.js +51 -0
  315. package/standalone/.next/static/chunks/3r-6igcofcwxj.js +107 -0
  316. package/standalone/.next/static/chunks/{0m--47yk9j-ec.js → 3tycetq7o8g3h.js} +1 -1
  317. package/standalone/.next/static/chunks/3vg6y29m047x9.js +31 -0
  318. package/standalone/.next/static/chunks/{0biu8z1f8c42u.js → 40ovzayigkz_-.js} +1 -1
  319. package/standalone/.next/static/chunks/41wq-96yyl0uw.js +1 -0
  320. package/standalone/.next/static/chunks/44xu63hsh11xp.js +1 -0
  321. package/standalone/.next/static/chunks/{turbopack-1rw7om86c18dg.js → turbopack-1v9ogj_5hv56l.js} +1 -1
  322. package/standalone/src/services/builds/build-freshness.test.ts +107 -0
  323. package/standalone/src/services/builds/build-freshness.ts +73 -0
  324. package/standalone/src/services/builds/builds.service.test.ts +222 -8
  325. package/standalone/src/services/builds/builds.service.ts +514 -3
  326. package/standalone/.next/server/chunks/[root-of-the-server]__0qjhcow._.js +0 -122
  327. package/standalone/.next/server/chunks/[root-of-the-server]__1878s0b._.js +0 -3
  328. package/standalone/.next/server/chunks/[root-of-the-server]__18zrtty._.js +0 -3
  329. package/standalone/.next/server/chunks/[root-of-the-server]__1_xz_m2._.js +0 -3
  330. package/standalone/.next/server/chunks/[root-of-the-server]__1mx1hqe._.js +0 -3
  331. package/standalone/.next/server/chunks/[root-of-the-server]__1sjjkyp._.js +0 -3
  332. package/standalone/.next/server/chunks/[root-of-the-server]__1vk9266._.js +0 -3
  333. package/standalone/.next/server/chunks/[root-of-the-server]__1yn6pds._.js +0 -3
  334. package/standalone/.next/server/chunks/[root-of-the-server]__1zwpjfo._.js +0 -3
  335. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__03m5q8h._.js +0 -27
  336. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__06bk7ik._.js +0 -3
  337. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__06f05jg._.js +0 -3
  338. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__0oj1os4._.js +0 -3
  339. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__1349-us._.js +0 -3
  340. package/standalone/.next/server/chunks/ssr/[root-of-the-server]__1osx7qy._.js +0 -27
  341. package/standalone/.next/server/chunks/ssr/_09l5w5d._.js +0 -3
  342. package/standalone/.next/server/chunks/ssr/_0_726fj._.js +0 -3
  343. package/standalone/.next/server/chunks/ssr/_0a1zku5._.js +0 -3
  344. package/standalone/.next/server/chunks/ssr/_0bvpmhm._.js +0 -97
  345. package/standalone/.next/server/chunks/ssr/_0ndnmkz._.js +0 -3
  346. package/standalone/.next/server/chunks/ssr/_0pe56xv._.js +0 -3
  347. package/standalone/.next/server/chunks/ssr/_0pu14lm._.js +0 -3
  348. package/standalone/.next/server/chunks/ssr/_1-1mnp6._.js +0 -3
  349. package/standalone/.next/server/chunks/ssr/_1-7r8vu._.js +0 -3
  350. package/standalone/.next/server/chunks/ssr/_10evhql._.js +0 -3
  351. package/standalone/.next/server/chunks/ssr/_142x9wn._.js +0 -22
  352. package/standalone/.next/server/chunks/ssr/_1_ta7g1._.js +0 -3
  353. package/standalone/.next/server/chunks/ssr/_1eol9we._.js +0 -3
  354. package/standalone/.next/server/chunks/ssr/_1ey5mmy._.js +0 -3
  355. package/standalone/.next/server/chunks/ssr/_1fdyu2w._.js +0 -3
  356. package/standalone/.next/server/chunks/ssr/_1h3t5g1._.js +0 -3
  357. package/standalone/.next/server/chunks/ssr/_1kemhyd._.js +0 -39
  358. package/standalone/.next/server/chunks/ssr/_1kmkrz5._.js +0 -3
  359. package/standalone/.next/server/chunks/ssr/_1lseili._.js +0 -3
  360. package/standalone/.next/server/chunks/ssr/_1oh35yj._.js +0 -3
  361. package/standalone/.next/server/chunks/ssr/_1vhf014._.js +0 -3
  362. package/standalone/.next/server/chunks/ssr/_1x13g5y._.js +0 -3
  363. package/standalone/.next/server/chunks/ssr/_1yzb5-u._.js +0 -11
  364. package/standalone/.next/server/chunks/ssr/_1za3z6k._.js +0 -97
  365. package/standalone/.next/server/chunks/ssr/src_components_0wvh73y._.js +0 -11
  366. package/standalone/.next/server/chunks/ssr/src_components_github_167_ydi._.js +0 -35
  367. package/standalone/.next/static/chunks/00dx8gu-2oyqe.js +0 -45
  368. package/standalone/.next/static/chunks/091l-ij_cv0b6.js +0 -41
  369. package/standalone/.next/static/chunks/0a3s519wuzjet.js +0 -1
  370. package/standalone/.next/static/chunks/0j5n6p9i-vyzo.js +0 -9
  371. package/standalone/.next/static/chunks/0sp_r-c6262te.js +0 -3
  372. package/standalone/.next/static/chunks/0weklluydd2mf.js +0 -23
  373. package/standalone/.next/static/chunks/1eehbcjby4go8.js +0 -95
  374. package/standalone/.next/static/chunks/1joeb4m-mmn69.js +0 -7
  375. package/standalone/.next/static/chunks/1xjd6ye7mxyf5.js +0 -7
  376. package/standalone/.next/static/chunks/23_75iur2dq8p.js +0 -1
  377. package/standalone/.next/static/chunks/24sd_kmnetibb.js +0 -1
  378. package/standalone/.next/static/chunks/278dxvyf095b_.js +0 -55
  379. package/standalone/.next/static/chunks/27k7_zc-iuppd.js +0 -1
  380. package/standalone/.next/static/chunks/2baaj4mpr6i-i.js +0 -1
  381. package/standalone/.next/static/chunks/2cj2ndz_e0hbz.js +0 -1
  382. package/standalone/.next/static/chunks/2dwchs_6y_o5f.js +0 -1
  383. package/standalone/.next/static/chunks/2hv6pkoloju0g.js +0 -33
  384. package/standalone/.next/static/chunks/2lgsgstcvc7uk.css +0 -1
  385. package/standalone/.next/static/chunks/2sqprazdqp7f7.js +0 -1
  386. package/standalone/.next/static/chunks/32agjzrkphjrl.js +0 -9
  387. package/standalone/.next/static/chunks/33y_b6dqfx3tk.js +0 -1
  388. package/standalone/.next/static/chunks/399uxexoo8x7f.js +0 -33
  389. package/standalone/.next/static/chunks/39ecics7n8z5m.js +0 -1
  390. package/standalone/.next/static/chunks/3_kaby2qep1pd.js +0 -34
  391. package/standalone/.next/static/chunks/3h1pxh5fd97ym.js +0 -27
  392. package/standalone/.next/static/chunks/3jbfibit05k5o.js +0 -29
  393. package/standalone/.next/static/chunks/3oyhf7rk2xr_g.js +0 -1
  394. package/standalone/.next/static/chunks/3q7vh58-5dkv2.js +0 -25
  395. package/standalone/.next/static/chunks/3td_-1s61zkpa.js +0 -38
  396. package/standalone/.next/static/chunks/3xkoiasuwi3ms.js +0 -95
  397. package/standalone/.next/static/chunks/41s57pssydrel.js +0 -43
  398. package/standalone/.next/static/chunks/42flok13o-l0b.js +0 -1
  399. package/standalone/.next/static/chunks/43gw6_6hbw18w.js +0 -51
  400. /package/standalone/.next/static/{_pMjurqsAcC478HIzIe-d → ePu377E66yy0icQx3ykQJ}/_buildManifest.js +0 -0
  401. /package/standalone/.next/static/{_pMjurqsAcC478HIzIe-d → ePu377E66yy0icQx3ykQJ}/_clientMiddlewareManifest.js +0 -0
  402. /package/standalone/.next/static/{_pMjurqsAcC478HIzIe-d → ePu377E66yy0icQx3ykQJ}/_ssgManifest.js +0 -0
@@ -1,9 +1,9 @@
1
- module.exports=[434984,a=>{"use strict";var b=a.i(187924),c=a.i(752562),d=a.i(589027),e=a.i(141146),f=a.i(585650),g=a.i(590629),h=a.i(403512),i=a.i(748819),j=a.i(233540);let k=(0,a.i(164831).default)("server",[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]]);var l=a.i(980180),m=a.i(924613),n=a.i(474215),o=a.i(415925),p=a.i(572131),q=a.i(844873),r=a.i(124348),s=a.i(786304),t=a.i(699570),u=a.i(591119),v=a.i(315055),w=a.i(814574),x=a.i(866718),y=a.i(870430),z=a.i(580701),A=a.i(668684),B=a.i(206015),C=a.i(429246),D=a.i(460280),E=a.i(873555);let F=()=>({name:"",url:"",transport:"STREAMABLE_HTTP",toolNamePrefix:"",headers:[]});async function G(a){let b=await a.json();if(!a.ok){let c=b&&"object"==typeof b&&"error"in b?b.error:null;throw Error("string"==typeof c?.message?c.message:`HTTP ${a.status}`)}return b}function H({draft:a,editing:c,error:d,onDraftChange:e,onOpenChange:f,onSubmit:g,open:i,saving:j}){let k=(0,o.useTranslations)("tools"),l=(0,o.useTranslations)("common"),m=(b,c)=>{e({...a,headers:a.headers.map((a,d)=>d===b?{...a,...c}:a)})};return(0,b.jsx)(w.Dialog,{onOpenChange:f,open:i,children:(0,b.jsx)(w.DialogContent,{className:"sm:max-w-2xl",children:(0,b.jsxs)("form",{className:"space-y-4",onSubmit:g,children:[(0,b.jsxs)(w.DialogHeader,{children:[(0,b.jsx)(w.DialogTitle,{children:c?k("editServerTitle"):k("addServerTitle")}),(0,b.jsx)(w.DialogDescription,{children:k("serverDialogDescription")})]}),d&&(0,b.jsx)(r.Alert,{variant:"destructive",children:(0,b.jsx)(r.AlertDescription,{children:d})}),(0,b.jsxs)("div",{className:"grid gap-4 sm:grid-cols-2",children:[(0,b.jsx)(I,{label:k("name"),children:(0,b.jsx)(x.Input,{"aria-label":k("name"),onChange:b=>e({...a,name:b.target.value}),required:!0,value:a.name})}),(0,b.jsx)(I,{label:k("transport"),children:(0,b.jsxs)(z.Select,{onValueChange:b=>e({...a,transport:b}),value:a.transport,children:[(0,b.jsx)(z.SelectTrigger,{"aria-label":k("transport"),className:"w-full",children:(0,b.jsx)(z.SelectValue,{})}),(0,b.jsxs)(z.SelectContent,{children:[(0,b.jsx)(z.SelectItem,{value:"STREAMABLE_HTTP",children:k("http")}),(0,b.jsx)(z.SelectItem,{value:"SSE",children:k("sse")})]})]})})]}),(0,b.jsx)(I,{label:k("url"),children:(0,b.jsx)(x.Input,{"aria-label":k("url"),onChange:b=>e({...a,url:b.target.value}),placeholder:"https://example.com/mcp",required:!0,type:"url",value:a.url})}),(0,b.jsxs)(I,{label:k("prefix"),children:[(0,b.jsx)(x.Input,{"aria-label":k("prefix"),className:"font-mono",onChange:b=>e({...a,toolNamePrefix:b.target.value}),placeholder:"example_",value:a.toolNamePrefix}),(0,b.jsx)("p",{className:"mt-1 text-xs text-muted-foreground",children:k("prefixHelp")})]}),(0,b.jsxs)("div",{className:"space-y-3 rounded-lg border p-3",children:[(0,b.jsxs)("div",{className:"flex items-center justify-between gap-3",children:[(0,b.jsxs)("div",{children:[(0,b.jsx)(y.Label,{children:k("headers")}),(0,b.jsx)("p",{className:"text-xs text-muted-foreground",children:k("headersHelp")})]}),(0,b.jsxs)(t.Button,{onClick:()=>e({...a,headers:[...a.headers,{name:"",value:"",valueConfigured:!1}]}),size:"sm",type:"button",variant:"outline",children:[(0,b.jsx)(h.Plus,{})," ",k("addHeader")]})]}),0===a.headers.length?(0,b.jsx)("p",{className:"text-xs text-muted-foreground",children:k("noHeaders")}):a.headers.map((c,d)=>(0,b.jsxs)("div",{className:"grid items-start gap-2 sm:grid-cols-[1fr_1fr_auto]",children:[(0,b.jsx)(x.Input,{"aria-label":k("headerName"),onChange:a=>m(d,{name:a.target.value}),placeholder:"Authorization",required:!0,value:c.name}),(0,b.jsx)("div",{children:(0,b.jsx)(x.Input,{"aria-label":k("headerValue"),autoComplete:"new-password",onChange:a=>m(d,{value:a.target.value}),placeholder:c.valueConfigured?k("keepHeaderValue"):k("headerValue"),required:!c.valueConfigured,type:"password",value:c.value})}),(0,b.jsx)(t.Button,{"aria-label":k("removeHeader"),onClick:()=>e({...a,headers:a.headers.filter((a,b)=>b!==d)}),size:"icon",type:"button",variant:"ghost",children:(0,b.jsx)(n.X,{})})]},c.id??d))]}),(0,b.jsxs)(w.DialogFooter,{children:[(0,b.jsx)(t.Button,{disabled:j,onClick:()=>f(!1),type:"button",variant:"outline",children:l("cancel")}),(0,b.jsxs)(t.Button,{disabled:j,type:"submit",children:[j&&(0,b.jsx)(A.Spinner,{}),k("saveServer")]})]})]})})})}function I({children:a,label:c}){return(0,b.jsxs)("div",{children:[(0,b.jsx)(y.Label,{className:"mb-1.5 block",children:c}),a]})}function J({group:a}){let c=(0,o.useTranslations)("tools");return(0,b.jsx)(u.Card,{children:(0,b.jsxs)(u.CardContent,{className:"space-y-4",children:[(0,b.jsxs)("div",{className:"flex flex-wrap items-start justify-between gap-3",children:[(0,b.jsxs)("div",{className:"flex items-center gap-2",children:["BUILTIN"===a.source?(0,b.jsx)(m.Wrench,{className:"size-5"}):(0,b.jsx)(k,{className:"size-5"}),(0,b.jsxs)("div",{children:[(0,b.jsx)("h3",{className:"font-semibold",children:a.name}),a.url&&(0,b.jsx)("p",{className:"font-mono text-xs text-muted-foreground",children:a.url})]})]}),(0,b.jsx)(s.Badge,{variant:"outline",children:c("toolCount",{count:a.tools.length})})]}),a.error&&(0,b.jsx)(r.Alert,{variant:"destructive",children:(0,b.jsx)(r.AlertDescription,{children:a.error})}),a.tools.length>0&&(0,b.jsxs)(B.Table,{children:[(0,b.jsx)(B.TableHeader,{children:(0,b.jsxs)(B.TableRow,{children:[(0,b.jsx)(B.TableHead,{className:"w-10"}),(0,b.jsx)(B.TableHead,{children:c("tool")}),(0,b.jsx)(B.TableHead,{children:c("toolDescription")})]})}),(0,b.jsx)(B.TableBody,{children:a.tools.map(c=>(0,b.jsx)(K,{groupId:a.id,tool:c},c.name))})]})]})})}function K({groupId:a,tool:c}){let f=(0,o.useTranslations)("tools"),[g,h]=(0,p.useState)(!1),i=()=>h(a=>!a);return(0,b.jsxs)(p.Fragment,{children:[(0,b.jsxs)(B.TableRow,{"aria-expanded":g,"aria-label":f(g?"collapseTool":"expandTool",{name:c.name}),className:"cursor-pointer focus-visible:bg-muted/40 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-inset",onClick:i,onKeyDown:a=>{("Enter"===a.key||" "===a.key)&&(a.preventDefault(),i())},role:"button",tabIndex:0,children:[(0,b.jsx)(B.TableCell,{children:g?(0,b.jsx)(d.ChevronDown,{className:"size-4"}):(0,b.jsx)(e.ChevronRight,{className:"size-4"})}),(0,b.jsxs)(B.TableCell,{children:[(0,b.jsx)("p",{className:"font-mono text-xs font-medium",children:c.name}),c.title&&c.title!==c.name&&(0,b.jsx)("p",{className:"text-xs text-muted-foreground",children:c.title})]}),(0,b.jsx)(B.TableCell,{className:"max-w-2xl whitespace-normal text-muted-foreground",children:c.description||f("noDescription")})]}),(0,b.jsx)(B.TableRow,{className:g?"bg-muted/20 hover:bg-muted/20":"hidden",children:(0,b.jsx)(B.TableCell,{colSpan:3,className:"whitespace-normal p-4",children:(0,b.jsx)(N,{groupId:a,schema:c.inputSchema,toolName:c.name})})})]})}function L(a){return!a||"object"!=typeof a||Array.isArray(a)?{}:Object.fromEntries(Object.entries(a).filter(a=>!!a[1]&&"object"==typeof a[1]&&!Array.isArray(a[1])))}function M(a){return Array.isArray(a)?a.filter(a=>"string"==typeof a):[]}function N({groupId:a,schema:d,toolName:e}){let g=(0,o.useTranslations)("tools"),[h,i]=(0,p.useState)(()=>(function a(b){if("default"in b)return b.default;if("object"===b.type){let c=L(b.properties),d=new Set(M(b.required));return Object.fromEntries(Object.entries(c).flatMap(([b,c])=>{if("default"in c||d.has(b)){let d=a(c);if(void 0!==d)return[[b,d]]}return[]}))}return"boolean"!==b.type&&("string"===b.type?"":void 0)})(d)??{}),[j,k]=(0,p.useState)(!1),[l,n]=(0,p.useState)(void 0),[q,s]=(0,p.useState)(null),[u,v]=(0,p.useState)("IDLE"),w=L(d.properties),x=0===Object.keys(L(d.properties)).length&&!1!==d.additionalProperties,z=new Set(M(d.required)),B=`${a}-${e}-arguments`,C=async b=>{b.preventDefault(),k(!0),s(null),v("IDLE");try{let b=await G(await fetch("/api/tools/call",{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({groupId:a,name:e,arguments:h})}));n(b.result)}catch(a){s(a instanceof Error?a.message:String(a)),n(void 0)}finally{k(!1)}},D=void 0===l?"":JSON.stringify(l,null,2),F=async()=>{try{await (0,E.copyText)(D),v("COPIED")}catch{v("FAILED")}};return(0,b.jsxs)("form",{className:"grid gap-4 lg:grid-cols-2",onSubmit:C,children:[(0,b.jsxs)("div",{className:"space-y-4",children:[(0,b.jsx)("h4",{className:"text-sm font-medium",children:g("parameters")}),x?(0,b.jsxs)("div",{children:[(0,b.jsx)(y.Label,{className:"mb-1.5 block",htmlFor:B,children:g("jsonArguments")}),(0,b.jsx)(P,{id:B,objectOnly:!0,onChange:a=>i(a),required:!0,value:h})]}):0===Object.keys(w).length?(0,b.jsx)("p",{className:"text-sm text-muted-foreground",children:g("noParameters")}):Object.entries(w).map(([a,c])=>(0,b.jsx)(O,{name:a,onChange:(a,b)=>i(c=>{let d,e,f;return e=d=structuredClone(c),a.slice(0,-1).forEach(a=>{let b=e[a];(!b||"object"!=typeof b||Array.isArray(b))&&(e[a]={}),e=e[a]}),(f=a.at(-1))&&(void 0===b?delete e[f]:e[f]=b),d}),path:[a],required:z.has(a),schema:c,value:function(a,b){let c=a;for(let a of b){if(!c||"object"!=typeof c||Array.isArray(c))return;c=c[a]}return c}(h,[a])},a)),(0,b.jsxs)(t.Button,{disabled:j,type:"submit",children:[j?(0,b.jsx)(A.Spinner,{}):(0,b.jsx)(m.Wrench,{}),g(j?"running":"run")]})]}),(0,b.jsxs)("div",{className:"min-w-0 space-y-2",children:[(0,b.jsxs)("div",{className:"flex min-h-7 items-center justify-between gap-2",children:[(0,b.jsx)("h4",{className:"text-sm font-medium",children:g("response")}),void 0!==l&&(0,b.jsx)(t.Button,{"aria-label":g("COPIED"===u?"copied":"copyResponse"),onClick:()=>void F(),size:"icon-sm",title:g("COPIED"===u?"copied":"copyResponse"),type:"button",variant:"ghost",children:"COPIED"===u?(0,b.jsx)(c.Check,{}):(0,b.jsx)(f.Copy,{})})]}),"FAILED"===u&&(0,b.jsx)("p",{className:"text-xs text-destructive",children:g("copyFailed")}),q?(0,b.jsx)(r.Alert,{variant:"destructive",children:(0,b.jsx)(r.AlertDescription,{children:q})}):void 0===l?(0,b.jsx)("div",{className:"rounded-lg border border-dashed p-4 text-sm text-muted-foreground",children:g("noResponse")}):(0,b.jsx)("pre",{className:"max-h-96 overflow-auto rounded-lg bg-muted p-3 font-mono text-xs whitespace-pre-wrap",children:D})]})]})}function O({name:a,onChange:c,path:d,required:e,schema:f,value:g}){let h,i=(0,o.useTranslations)("tools"),j="string"==typeof f.description?f.description:null,k="string"==typeof f.title&&f.title?f.title:a,l=Array.isArray(f.enum)?f.enum:null;if(l){let a=void 0===g?"__unset":JSON.stringify(g);h=(0,b.jsxs)(z.Select,{onValueChange:a=>c(d,"__unset"===a?void 0:JSON.parse(a)),value:a,children:[(0,b.jsx)(z.SelectTrigger,{className:"w-full",id:d.join("-"),children:(0,b.jsx)(z.SelectValue,{placeholder:i("selectValue")})}),(0,b.jsxs)(z.SelectContent,{children:[!e&&(0,b.jsx)(z.SelectItem,{value:"__unset",children:i("unset")}),l.map(a=>(0,b.jsx)(z.SelectItem,{value:JSON.stringify(a),children:String(a)},JSON.stringify(a)))]})]})}else if("boolean"===f.type)h=e?(0,b.jsxs)("div",{className:"flex items-center gap-2 py-1",children:[(0,b.jsx)(v.Checkbox,{checked:!!g,id:d.join("-"),onCheckedChange:a=>c(d,!0===a)}),(0,b.jsx)("span",{className:"text-sm",children:i(g?"true":"false")})]}):(0,b.jsxs)(z.Select,{onValueChange:a=>c(d,"unset"===a?void 0:"true"===a),value:void 0===g?"unset":String(!!g),children:[(0,b.jsx)(z.SelectTrigger,{className:"w-full",id:d.join("-"),children:(0,b.jsx)(z.SelectValue,{})}),(0,b.jsxs)(z.SelectContent,{children:[(0,b.jsx)(z.SelectItem,{value:"unset",children:i("unset")}),(0,b.jsx)(z.SelectItem,{value:"true",children:i("true")}),(0,b.jsx)(z.SelectItem,{value:"false",children:i("false")})]})]});else if("number"===f.type||"integer"===f.type)h=(0,b.jsx)(x.Input,{id:d.join("-"),max:"number"==typeof f.maximum?f.maximum:void 0,min:"number"==typeof f.minimum?f.minimum:void 0,onChange:a=>c(d,""===a.target.value?void 0:Number(a.target.value)),required:e,step:"integer"===f.type?1:"any",type:"number",value:"number"==typeof g?g:""});else if("string"===f.type)h=(0,b.jsx)(x.Input,{id:d.join("-"),maxLength:"number"==typeof f.maxLength?f.maxLength:void 0,minLength:"number"==typeof f.minLength?f.minLength:void 0,onChange:a=>c(d,e||""!==a.target.value?a.target.value:void 0),required:e,value:"string"==typeof g?g:""});else if("object"===f.type&&Object.keys(L(f.properties)).length){let a=L(f.properties),i=new Set(M(f.required));h=(0,b.jsx)("div",{className:"space-y-3 rounded-lg border p-3",children:Object.entries(a).map(([a,f])=>(0,b.jsx)(O,{name:a,onChange:c,path:[...d,a],required:e&&i.has(a),schema:f,value:g&&"object"==typeof g&&!Array.isArray(g)?g[a]:void 0},a))})}else h=(0,b.jsx)(P,{id:d.join("-"),onChange:a=>c(d,a),required:e,value:g});return(0,b.jsxs)("div",{children:[(0,b.jsxs)(y.Label,{className:"mb-1.5 block",htmlFor:d.join("-"),children:[k," ",e&&(0,b.jsx)("span",{className:"text-destructive",children:"*"})]}),h,j&&(0,b.jsx)("p",{className:"mt-1 text-xs text-muted-foreground",children:j})]})}function P({id:a,objectOnly:c=!1,onChange:d,required:e,value:f}){let g=(0,o.useTranslations)("tools"),[h,i]=(0,p.useState)(()=>void 0===f?"":JSON.stringify(f,null,2));return(0,b.jsx)(C.Textarea,{id:a,className:"min-h-24 font-mono text-xs",onChange:a=>{let b=a.target.value;if(i(b),!b&&!e){a.target.setCustomValidity(""),d(void 0);return}try{let e=JSON.parse(b);if(c&&(!e||"object"!=typeof e||Array.isArray(e)))return void a.target.setCustomValidity(g("invalidJsonObject"));d(e),a.target.setCustomValidity("")}catch{a.target.setCustomValidity(g("invalidJson"))}},placeholder:c?g("jsonObjectPlaceholder"):g("jsonPlaceholder"),required:e,value:h})}a.s(["ToolsPage",0,function(){let a=(0,o.useTranslations)("tools"),c=(0,o.useTranslations)("common"),[d,e]=(0,p.useState)(""),[f,k]=(0,p.useState)([]),[m,n]=(0,p.useState)([]),[v,w]=(0,p.useState)(!0),[y,z]=(0,p.useState)(!0),[C,E]=(0,p.useState)(null),[I,K]=(0,p.useState)(!1),[L,M]=(0,p.useState)(null),[N,O]=(0,p.useState)(F),[P,Q]=(0,p.useState)(!1),[R,S]=(0,p.useState)(null),T=(0,p.useCallback)(async()=>{k((await (0,D.controlPlaneRequest)("query ExternalMcpServers { externalMcpServers { id name url transport toolNamePrefix createdAt updatedAt headers { id name valueConfigured } } }")).externalMcpServers)},[]),U=(0,p.useCallback)(async()=>{z(!0);try{let a=await G(await fetch("/api/tools/catalog",{cache:"no-store"}));n(a.groups),E(null)}catch(a){E(a instanceof Error?a.message:String(a))}finally{z(!1)}},[]);(0,p.useEffect)(()=>{let a=window.setTimeout(()=>{Promise.all([T(),U()]).catch(a=>E(a instanceof Error?a.message:String(a))).finally(()=>w(!1))},0);return()=>window.clearTimeout(a)},[U,T]);let V=(0,p.useMemo)(()=>{let a=d.trim().toLocaleLowerCase();return a?m.flatMap(b=>{let c=[b.name,b.url??""].some(b=>b.toLocaleLowerCase().includes(a)),d=c?b.tools:b.tools.filter(b=>[b.name,b.title??"",b.description??""].some(b=>b.toLocaleLowerCase().includes(a)));return d.length||b.error&&c?[{...b,tools:d}]:[]}):m},[m,d]),W=async a=>{a.preventDefault(),Q(!0),S(null);let b={...N,headers:N.headers.map(a=>({id:a.id??null,name:a.name,value:a.value||null}))};try{L?await (0,D.controlPlaneRequest)(`mutation UpdateExternalMcpServer($id: ID!, $input: ExternalMcpServerInput!) {
1
+ module.exports=[434984,a=>{"use strict";var b=a.i(187924),c=a.i(752562),d=a.i(589027),e=a.i(141146),f=a.i(585650),g=a.i(590629),h=a.i(403512),i=a.i(748819),j=a.i(233540);let k=(0,a.i(164831).default)("server",[["rect",{width:"20",height:"8",x:"2",y:"2",rx:"2",ry:"2",key:"ngkwjq"}],["rect",{width:"20",height:"8",x:"2",y:"14",rx:"2",ry:"2",key:"iecqi9"}],["line",{x1:"6",x2:"6.01",y1:"6",y2:"6",key:"16zg32"}],["line",{x1:"6",x2:"6.01",y1:"18",y2:"18",key:"nzw8ys"}]]);var l=a.i(980180),m=a.i(924613),n=a.i(474215),o=a.i(415925),p=a.i(572131),q=a.i(844873),r=a.i(124348),s=a.i(786304),t=a.i(699570),u=a.i(591119),v=a.i(315055),w=a.i(814574),x=a.i(866718),y=a.i(870430),z=a.i(580701),A=a.i(668684),B=a.i(206015),C=a.i(429246),D=a.i(460280),E=a.i(873555);let F=()=>({name:"",url:"",transport:"STREAMABLE_HTTP",toolNamePrefix:"",headers:[]});async function G(a){let b=await a.json();if(!a.ok){let c=b&&"object"==typeof b&&"error"in b?b.error:null;throw Error("string"==typeof c?.message?c.message:`HTTP ${a.status}`)}return b}function H({draft:a,editing:c,error:d,onDraftChange:e,onOpenChange:f,onSubmit:g,open:i,saving:j}){let k=(0,o.useTranslations)("tools"),l=(0,o.useTranslations)("common"),m=(b,c)=>{e({...a,headers:a.headers.map((a,d)=>d===b?{...a,...c}:a)})};return(0,b.jsx)(w.Dialog,{onOpenChange:f,open:i,children:(0,b.jsx)(w.DialogContent,{className:"sm:max-w-2xl",children:(0,b.jsxs)("form",{className:"space-y-4",onSubmit:g,children:[(0,b.jsxs)(w.DialogHeader,{children:[(0,b.jsx)(w.DialogTitle,{children:c?k("editServerTitle"):k("addServerTitle")}),(0,b.jsx)(w.DialogDescription,{children:k("serverDialogDescription")})]}),d&&(0,b.jsx)(r.Alert,{variant:"destructive",children:(0,b.jsx)(r.AlertDescription,{children:d})}),(0,b.jsxs)("div",{className:"grid gap-4 sm:grid-cols-2",children:[(0,b.jsx)(I,{label:k("name"),children:(0,b.jsx)(x.Input,{"aria-label":k("name"),onChange:b=>e({...a,name:b.target.value}),required:!0,value:a.name})}),(0,b.jsx)(I,{label:k("transport"),children:(0,b.jsxs)(z.Select,{onValueChange:b=>e({...a,transport:b}),value:a.transport,children:[(0,b.jsx)(z.SelectTrigger,{"aria-label":k("transport"),className:"w-full",children:(0,b.jsx)(z.SelectValue,{})}),(0,b.jsxs)(z.SelectContent,{children:[(0,b.jsx)(z.SelectItem,{value:"STREAMABLE_HTTP",children:k("http")}),(0,b.jsx)(z.SelectItem,{value:"SSE",children:k("sse")})]})]})})]}),(0,b.jsx)(I,{label:k("url"),children:(0,b.jsx)(x.Input,{"aria-label":k("url"),onChange:b=>e({...a,url:b.target.value}),placeholder:"https://example.com/mcp",required:!0,type:"url",value:a.url})}),(0,b.jsxs)(I,{label:k("prefix"),children:[(0,b.jsx)(x.Input,{"aria-label":k("prefix"),className:"font-mono",onChange:b=>e({...a,toolNamePrefix:b.target.value}),placeholder:"example_",value:a.toolNamePrefix}),(0,b.jsx)("p",{className:"mt-1 text-xs text-muted-foreground",children:k("prefixHelp")})]}),(0,b.jsxs)("div",{className:"space-y-3 rounded-lg border p-3",children:[(0,b.jsxs)("div",{className:"flex items-center justify-between gap-3",children:[(0,b.jsxs)("div",{children:[(0,b.jsx)(y.Label,{children:k("headers")}),(0,b.jsx)("p",{className:"text-xs text-muted-foreground",children:k("headersHelp")})]}),(0,b.jsxs)(t.Button,{onClick:()=>e({...a,headers:[...a.headers,{name:"",value:"",valueConfigured:!1}]}),size:"sm",type:"button",variant:"outline",children:[(0,b.jsx)(h.Plus,{})," ",k("addHeader")]})]}),0===a.headers.length?(0,b.jsx)("p",{className:"text-xs text-muted-foreground",children:k("noHeaders")}):a.headers.map((c,d)=>(0,b.jsxs)("div",{className:"grid items-start gap-2 sm:grid-cols-[1fr_1fr_auto]",children:[(0,b.jsx)(x.Input,{"aria-label":k("headerName"),onChange:a=>m(d,{name:a.target.value}),placeholder:"Authorization",required:!0,value:c.name}),(0,b.jsx)("div",{children:(0,b.jsx)(x.Input,{"aria-label":k("headerValue"),autoComplete:"new-password",onChange:a=>m(d,{value:a.target.value}),placeholder:c.valueConfigured?k("keepHeaderValue"):k("headerValue"),required:!c.valueConfigured,type:"password",value:c.value})}),(0,b.jsx)(t.Button,{"aria-label":k("removeHeader"),onClick:()=>e({...a,headers:a.headers.filter((a,b)=>b!==d)}),size:"icon",type:"button",variant:"ghost",children:(0,b.jsx)(n.X,{})})]},c.id??d))]}),(0,b.jsxs)(w.DialogFooter,{children:[(0,b.jsx)(t.Button,{disabled:j,onClick:()=>f(!1),type:"button",variant:"outline",children:l("cancel")}),(0,b.jsxs)(t.Button,{disabled:j,type:"submit",children:[j&&(0,b.jsx)(A.Spinner,{}),k("saveServer")]})]})]})})})}function I({children:a,label:c}){return(0,b.jsxs)("div",{children:[(0,b.jsx)(y.Label,{className:"mb-1.5 block",children:c}),a]})}function J({group:a}){let c=(0,o.useTranslations)("tools");return(0,b.jsxs)(u.Card,{className:"gap-0 py-0",children:[(0,b.jsxs)("div",{className:"flex flex-wrap items-start justify-between gap-3 border-b p-4",children:[(0,b.jsxs)("div",{className:"flex items-center gap-2",children:["BUILTIN"===a.source?(0,b.jsx)(m.Wrench,{className:"size-5"}):(0,b.jsx)(k,{className:"size-5"}),(0,b.jsxs)("div",{children:[(0,b.jsx)("h3",{className:"font-semibold",children:a.name}),a.url&&(0,b.jsx)("p",{className:"font-mono text-xs text-muted-foreground",children:a.url})]})]}),(0,b.jsx)(s.Badge,{variant:"outline",children:c("toolCount",{count:a.tools.length})})]}),a.error&&(0,b.jsx)("div",{className:"border-b p-4",children:(0,b.jsx)(r.Alert,{variant:"destructive",children:(0,b.jsx)(r.AlertDescription,{children:a.error})})}),a.tools.length>0&&(0,b.jsxs)(B.Table,{children:[(0,b.jsx)(B.TableHeader,{children:(0,b.jsxs)(B.TableRow,{children:[(0,b.jsx)(B.TableHead,{className:"w-10"}),(0,b.jsx)(B.TableHead,{children:c("tool")}),(0,b.jsx)(B.TableHead,{children:c("toolDescription")})]})}),(0,b.jsx)(B.TableBody,{children:a.tools.map(c=>(0,b.jsx)(K,{groupId:a.id,tool:c},c.name))})]})]})}function K({groupId:a,tool:c}){let f=(0,o.useTranslations)("tools"),[g,h]=(0,p.useState)(!1),i=()=>h(a=>!a);return(0,b.jsxs)(p.Fragment,{children:[(0,b.jsxs)(B.TableRow,{"aria-expanded":g,"aria-label":f(g?"collapseTool":"expandTool",{name:c.name}),className:"cursor-pointer focus-visible:bg-muted/40 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-inset",onClick:i,onKeyDown:a=>{("Enter"===a.key||" "===a.key)&&(a.preventDefault(),i())},role:"button",tabIndex:0,children:[(0,b.jsx)(B.TableCell,{children:g?(0,b.jsx)(d.ChevronDown,{className:"size-4"}):(0,b.jsx)(e.ChevronRight,{className:"size-4"})}),(0,b.jsxs)(B.TableCell,{children:[(0,b.jsx)("p",{className:"font-mono text-xs font-medium",children:c.name}),c.title&&c.title!==c.name&&(0,b.jsx)("p",{className:"text-xs text-muted-foreground",children:c.title})]}),(0,b.jsx)(B.TableCell,{className:"max-w-2xl whitespace-normal text-muted-foreground",children:c.description||f("noDescription")})]}),(0,b.jsx)(B.TableRow,{className:g?"bg-muted/20 hover:bg-muted/20":"hidden",children:(0,b.jsx)(B.TableCell,{colSpan:3,className:"whitespace-normal p-4",children:(0,b.jsx)(N,{groupId:a,schema:c.inputSchema,toolName:c.name})})})]})}function L(a){return!a||"object"!=typeof a||Array.isArray(a)?{}:Object.fromEntries(Object.entries(a).filter(a=>!!a[1]&&"object"==typeof a[1]&&!Array.isArray(a[1])))}function M(a){return Array.isArray(a)?a.filter(a=>"string"==typeof a):[]}function N({groupId:a,schema:d,toolName:e}){let g=(0,o.useTranslations)("tools"),[h,i]=(0,p.useState)(()=>(function a(b){if("default"in b)return b.default;if("object"===b.type){let c=L(b.properties),d=new Set(M(b.required));return Object.fromEntries(Object.entries(c).flatMap(([b,c])=>{if("default"in c||d.has(b)){let d=a(c);if(void 0!==d)return[[b,d]]}return[]}))}return"boolean"!==b.type&&("string"===b.type?"":void 0)})(d)??{}),[j,k]=(0,p.useState)(!1),[l,n]=(0,p.useState)(void 0),[q,s]=(0,p.useState)(null),[u,v]=(0,p.useState)("IDLE"),w=L(d.properties),x=0===Object.keys(L(d.properties)).length&&!1!==d.additionalProperties,z=new Set(M(d.required)),B=`${a}-${e}-arguments`,C=async b=>{b.preventDefault(),k(!0),s(null),v("IDLE");try{let b=await G(await fetch("/api/tools/call",{method:"POST",headers:{"content-type":"application/json"},body:JSON.stringify({groupId:a,name:e,arguments:h})}));n(b.result)}catch(a){s(a instanceof Error?a.message:String(a)),n(void 0)}finally{k(!1)}},D=void 0===l?"":JSON.stringify(l,null,2),F=async()=>{try{await (0,E.copyText)(D),v("COPIED")}catch{v("FAILED")}};return(0,b.jsxs)("form",{className:"grid gap-4 lg:grid-cols-2",onSubmit:C,children:[(0,b.jsxs)("div",{className:"space-y-4",children:[(0,b.jsx)("h4",{className:"text-sm font-medium",children:g("parameters")}),x?(0,b.jsxs)("div",{children:[(0,b.jsx)(y.Label,{className:"mb-1.5 block",htmlFor:B,children:g("jsonArguments")}),(0,b.jsx)(P,{id:B,objectOnly:!0,onChange:a=>i(a),required:!0,value:h})]}):0===Object.keys(w).length?(0,b.jsx)("p",{className:"text-sm text-muted-foreground",children:g("noParameters")}):Object.entries(w).map(([a,c])=>(0,b.jsx)(O,{name:a,onChange:(a,b)=>i(c=>{let d,e,f;return e=d=structuredClone(c),a.slice(0,-1).forEach(a=>{let b=e[a];(!b||"object"!=typeof b||Array.isArray(b))&&(e[a]={}),e=e[a]}),(f=a.at(-1))&&(void 0===b?delete e[f]:e[f]=b),d}),path:[a],required:z.has(a),schema:c,value:function(a,b){let c=a;for(let a of b){if(!c||"object"!=typeof c||Array.isArray(c))return;c=c[a]}return c}(h,[a])},a)),(0,b.jsxs)(t.Button,{disabled:j,type:"submit",children:[j?(0,b.jsx)(A.Spinner,{}):(0,b.jsx)(m.Wrench,{}),g(j?"running":"run")]})]}),(0,b.jsxs)("div",{className:"min-w-0 space-y-2",children:[(0,b.jsxs)("div",{className:"flex min-h-7 items-center justify-between gap-2",children:[(0,b.jsx)("h4",{className:"text-sm font-medium",children:g("response")}),void 0!==l&&(0,b.jsx)(t.Button,{"aria-label":g("COPIED"===u?"copied":"copyResponse"),onClick:()=>void F(),size:"icon-sm",title:g("COPIED"===u?"copied":"copyResponse"),type:"button",variant:"ghost",children:"COPIED"===u?(0,b.jsx)(c.Check,{}):(0,b.jsx)(f.Copy,{})})]}),"FAILED"===u&&(0,b.jsx)("p",{className:"text-xs text-destructive",children:g("copyFailed")}),q?(0,b.jsx)(r.Alert,{variant:"destructive",children:(0,b.jsx)(r.AlertDescription,{children:q})}):void 0===l?(0,b.jsx)("div",{className:"rounded-lg border border-dashed p-4 text-sm text-muted-foreground",children:g("noResponse")}):(0,b.jsx)("pre",{className:"max-h-96 overflow-auto rounded-lg bg-muted p-3 font-mono text-xs whitespace-pre-wrap",children:D})]})]})}function O({name:a,onChange:c,path:d,required:e,schema:f,value:g}){let h,i=(0,o.useTranslations)("tools"),j="string"==typeof f.description?f.description:null,k="string"==typeof f.title&&f.title?f.title:a,l=Array.isArray(f.enum)?f.enum:null;if(l){let a=void 0===g?"__unset":JSON.stringify(g);h=(0,b.jsxs)(z.Select,{onValueChange:a=>c(d,"__unset"===a?void 0:JSON.parse(a)),value:a,children:[(0,b.jsx)(z.SelectTrigger,{className:"w-full",id:d.join("-"),children:(0,b.jsx)(z.SelectValue,{placeholder:i("selectValue")})}),(0,b.jsxs)(z.SelectContent,{children:[!e&&(0,b.jsx)(z.SelectItem,{value:"__unset",children:i("unset")}),l.map(a=>(0,b.jsx)(z.SelectItem,{value:JSON.stringify(a),children:String(a)},JSON.stringify(a)))]})]})}else if("boolean"===f.type)h=e?(0,b.jsxs)("div",{className:"flex items-center gap-2 py-1",children:[(0,b.jsx)(v.Checkbox,{checked:!!g,id:d.join("-"),onCheckedChange:a=>c(d,!0===a)}),(0,b.jsx)("span",{className:"text-sm",children:i(g?"true":"false")})]}):(0,b.jsxs)(z.Select,{onValueChange:a=>c(d,"unset"===a?void 0:"true"===a),value:void 0===g?"unset":String(!!g),children:[(0,b.jsx)(z.SelectTrigger,{className:"w-full",id:d.join("-"),children:(0,b.jsx)(z.SelectValue,{})}),(0,b.jsxs)(z.SelectContent,{children:[(0,b.jsx)(z.SelectItem,{value:"unset",children:i("unset")}),(0,b.jsx)(z.SelectItem,{value:"true",children:i("true")}),(0,b.jsx)(z.SelectItem,{value:"false",children:i("false")})]})]});else if("number"===f.type||"integer"===f.type)h=(0,b.jsx)(x.Input,{id:d.join("-"),max:"number"==typeof f.maximum?f.maximum:void 0,min:"number"==typeof f.minimum?f.minimum:void 0,onChange:a=>c(d,""===a.target.value?void 0:Number(a.target.value)),required:e,step:"integer"===f.type?1:"any",type:"number",value:"number"==typeof g?g:""});else if("string"===f.type)h=(0,b.jsx)(x.Input,{id:d.join("-"),maxLength:"number"==typeof f.maxLength?f.maxLength:void 0,minLength:"number"==typeof f.minLength?f.minLength:void 0,onChange:a=>c(d,e||""!==a.target.value?a.target.value:void 0),required:e,value:"string"==typeof g?g:""});else if("object"===f.type&&Object.keys(L(f.properties)).length){let a=L(f.properties),i=new Set(M(f.required));h=(0,b.jsx)("div",{className:"space-y-3 rounded-lg border p-3",children:Object.entries(a).map(([a,f])=>(0,b.jsx)(O,{name:a,onChange:c,path:[...d,a],required:e&&i.has(a),schema:f,value:g&&"object"==typeof g&&!Array.isArray(g)?g[a]:void 0},a))})}else h=(0,b.jsx)(P,{id:d.join("-"),onChange:a=>c(d,a),required:e,value:g});return(0,b.jsxs)("div",{children:[(0,b.jsxs)(y.Label,{className:"mb-1.5 block",htmlFor:d.join("-"),children:[k," ",e&&(0,b.jsx)("span",{className:"text-destructive",children:"*"})]}),h,j&&(0,b.jsx)("p",{className:"mt-1 text-xs text-muted-foreground",children:j})]})}function P({id:a,objectOnly:c=!1,onChange:d,required:e,value:f}){let g=(0,o.useTranslations)("tools"),[h,i]=(0,p.useState)(()=>void 0===f?"":JSON.stringify(f,null,2));return(0,b.jsx)(C.Textarea,{id:a,className:"min-h-24 font-mono text-xs",onChange:a=>{let b=a.target.value;if(i(b),!b&&!e){a.target.setCustomValidity(""),d(void 0);return}try{let e=JSON.parse(b);if(c&&(!e||"object"!=typeof e||Array.isArray(e)))return void a.target.setCustomValidity(g("invalidJsonObject"));d(e),a.target.setCustomValidity("")}catch{a.target.setCustomValidity(g("invalidJson"))}},placeholder:c?g("jsonObjectPlaceholder"):g("jsonPlaceholder"),required:e,value:h})}a.s(["ToolsPage",0,function(){let a=(0,o.useTranslations)("tools"),c=(0,o.useTranslations)("common"),[d,e]=(0,p.useState)(""),[f,k]=(0,p.useState)([]),[m,n]=(0,p.useState)([]),[v,w]=(0,p.useState)(!0),[y,z]=(0,p.useState)(!0),[C,E]=(0,p.useState)(null),[I,K]=(0,p.useState)(!1),[L,M]=(0,p.useState)(null),[N,O]=(0,p.useState)(F),[P,Q]=(0,p.useState)(!1),[R,S]=(0,p.useState)(null),T=(0,p.useCallback)(async()=>{k((await (0,D.controlPlaneRequest)("query ExternalMcpServers { externalMcpServers { id name url transport toolNamePrefix createdAt updatedAt headers { id name valueConfigured } } }")).externalMcpServers)},[]),U=(0,p.useCallback)(async()=>{z(!0);try{let a=await G(await fetch("/api/tools/catalog",{cache:"no-store"}));n(a.groups),E(null)}catch(a){E(a instanceof Error?a.message:String(a))}finally{z(!1)}},[]);(0,p.useEffect)(()=>{let a=window.setTimeout(()=>{Promise.all([T(),U()]).catch(a=>E(a instanceof Error?a.message:String(a))).finally(()=>w(!1))},0);return()=>window.clearTimeout(a)},[U,T]);let V=(0,p.useMemo)(()=>{let a=d.trim().toLocaleLowerCase();return a?m.flatMap(b=>{let c=[b.name,b.url??""].some(b=>b.toLocaleLowerCase().includes(a)),d=c?b.tools:b.tools.filter(b=>[b.name,b.title??"",b.description??""].some(b=>b.toLocaleLowerCase().includes(a)));return d.length||b.error&&c?[{...b,tools:d}]:[]}):m},[m,d]),W=async a=>{a.preventDefault(),Q(!0),S(null);let b={...N,headers:N.headers.map(a=>({id:a.id??null,name:a.name,value:a.value||null}))};try{L?await (0,D.controlPlaneRequest)(`mutation UpdateExternalMcpServer($id: ID!, $input: ExternalMcpServerInput!) {
2
2
  updateExternalMcpServer(id: $id, input: $input) { id }
3
3
  }`,{id:L.id,input:b}):await (0,D.controlPlaneRequest)(`mutation CreateExternalMcpServer($input: ExternalMcpServerInput!) {
4
4
  createExternalMcpServer(input: $input) { id }
5
5
  }`,{input:b}),K(!1),await Promise.all([T(),U()])}catch(a){S(a instanceof Error?a.message:String(a))}finally{Q(!1)}},X=async a=>{try{await (0,D.controlPlaneRequest)(`mutation DeleteExternalMcpServer($id: ID!) {
6
6
  deleteExternalMcpServer(id: $id) { id }
7
- }`,{id:a}),await Promise.all([T(),U()])}catch(a){E(a instanceof Error?a.message:String(a))}};return(0,b.jsxs)("section",{className:"mx-auto flex w-full max-w-[1500px] flex-col gap-6",children:[(0,b.jsxs)("div",{className:"flex flex-wrap items-start justify-between gap-4",children:[(0,b.jsxs)("div",{children:[(0,b.jsx)("h1",{className:"text-2xl font-semibold tracking-tight",children:a("title")}),(0,b.jsx)("p",{className:"mt-1 text-sm text-muted-foreground",children:a("description")})]}),(0,b.jsxs)(t.Button,{onClick:()=>{M(null),O(F()),S(null),K(!0)},type:"button",children:[(0,b.jsx)(h.Plus,{}),a("addServer")]})]}),(0,b.jsxs)("div",{className:"relative",children:[(0,b.jsx)(j.Search,{className:"pointer-events-none absolute top-1/2 left-3 size-4 -translate-y-1/2 text-muted-foreground"}),(0,b.jsx)(x.Input,{"aria-label":a("search"),className:"pl-9",onChange:a=>e(a.target.value),placeholder:a("searchPlaceholder"),type:"search",value:d})]}),C&&(0,b.jsx)(r.Alert,{variant:"destructive",children:(0,b.jsx)(r.AlertDescription,{children:C})}),(0,b.jsx)(u.Card,{children:(0,b.jsxs)(u.CardContent,{className:"space-y-4",children:[(0,b.jsxs)("div",{children:[(0,b.jsx)("h2",{className:"font-semibold",children:a("serversTitle")}),(0,b.jsx)("p",{className:"text-xs text-muted-foreground",children:a("serversDescription")})]}),v?(0,b.jsxs)("div",{className:"flex items-center gap-2 text-sm text-muted-foreground",children:[(0,b.jsx)(A.Spinner,{})," ",a("loadingServers")]}):0===f.length?(0,b.jsx)("p",{className:"text-sm text-muted-foreground",children:a("noServers")}):(0,b.jsxs)(B.Table,{children:[(0,b.jsx)(B.TableHeader,{children:(0,b.jsxs)(B.TableRow,{children:[(0,b.jsx)(B.TableHead,{children:a("name")}),(0,b.jsx)(B.TableHead,{children:a("url")}),(0,b.jsx)(B.TableHead,{children:a("transport")}),(0,b.jsx)(B.TableHead,{children:a("prefix")}),(0,b.jsx)(B.TableHead,{className:"text-right",children:a("actions")})]})}),(0,b.jsx)(B.TableBody,{children:f.map(d=>(0,b.jsxs)(B.TableRow,{children:[(0,b.jsx)(B.TableCell,{className:"font-medium",children:d.name}),(0,b.jsx)(B.TableCell,{className:"max-w-md truncate font-mono text-xs",children:d.url}),(0,b.jsx)(B.TableCell,{children:(0,b.jsx)(s.Badge,{variant:"outline",children:"STREAMABLE_HTTP"===d.transport?a("http"):a("sse")})}),(0,b.jsx)(B.TableCell,{className:"font-mono text-xs",children:d.toolNamePrefix||"—"}),(0,b.jsx)(B.TableCell,{children:(0,b.jsxs)("div",{className:"flex justify-end gap-1",children:[(0,b.jsx)(t.Button,{"aria-label":a("editServer",{name:d.name}),onClick:()=>{M(d),O({name:d.name,url:d.url,transport:d.transport,toolNamePrefix:d.toolNamePrefix,headers:d.headers.map(a=>({id:a.id,name:a.name,value:"",valueConfigured:a.valueConfigured}))}),S(null),K(!0)},size:"icon-sm",type:"button",variant:"ghost",children:(0,b.jsx)(g.Pencil,{})}),(0,b.jsx)(q.ConfirmationDialog,{actionLabel:a("delete"),cancelLabel:c("cancel"),description:a("confirmDeleteDescription",{name:d.name}),onConfirm:()=>X(d.id),title:a("confirmDelete"),trigger:(0,b.jsx)(t.Button,{"aria-label":a("deleteServer",{name:d.name}),size:"icon-sm",type:"button",variant:"ghost",children:(0,b.jsx)(l.Trash2,{})})})]})})]},d.id))})]})]})}),(0,b.jsxs)("div",{className:"flex items-center justify-between gap-3",children:[(0,b.jsxs)("div",{children:[(0,b.jsx)("h2",{className:"font-semibold",children:a("catalogTitle")}),(0,b.jsx)("p",{className:"text-xs text-muted-foreground",children:a("catalogDescription")})]}),(0,b.jsxs)(t.Button,{disabled:y,onClick:()=>void U(),type:"button",variant:"outline",children:[y?(0,b.jsx)(A.Spinner,{}):(0,b.jsx)(i.RotateCw,{}),a("refresh")]})]}),y&&0===m.length?(0,b.jsxs)("div",{className:"flex items-center gap-2 text-sm text-muted-foreground",children:[(0,b.jsx)(A.Spinner,{})," ",a("loadingTools")]}):0===V.length?(0,b.jsx)("p",{className:"text-sm text-muted-foreground",children:a("noMatchingTools")}):V.map(a=>(0,b.jsx)(J,{group:a},a.id)),(0,b.jsx)(H,{draft:N,editing:L,error:R,onDraftChange:O,onOpenChange:K,onSubmit:W,open:I,saving:P})]})}],434984)}];
7
+ }`,{id:a}),await Promise.all([T(),U()])}catch(a){E(a instanceof Error?a.message:String(a))}};return(0,b.jsxs)("section",{className:"mx-auto flex w-full max-w-[1500px] flex-col gap-6",children:[(0,b.jsxs)("div",{className:"flex flex-wrap items-start justify-between gap-4",children:[(0,b.jsxs)("div",{children:[(0,b.jsx)("h1",{className:"text-2xl font-semibold tracking-tight",children:a("title")}),(0,b.jsx)("p",{className:"mt-1 text-sm text-muted-foreground",children:a("description")})]}),(0,b.jsxs)(t.Button,{onClick:()=>{M(null),O(F()),S(null),K(!0)},type:"button",children:[(0,b.jsx)(h.Plus,{}),a("addServer")]})]}),(0,b.jsxs)("div",{className:"relative",children:[(0,b.jsx)(j.Search,{className:"pointer-events-none absolute top-1/2 left-3 size-4 -translate-y-1/2 text-muted-foreground"}),(0,b.jsx)(x.Input,{"aria-label":a("search"),className:"pl-9",onChange:a=>e(a.target.value),placeholder:a("searchPlaceholder"),type:"search",value:d})]}),C&&(0,b.jsx)(r.Alert,{variant:"destructive",children:(0,b.jsx)(r.AlertDescription,{children:C})}),(0,b.jsxs)(u.Card,{className:"gap-0 py-0",children:[(0,b.jsx)("div",{className:"border-b p-4",children:(0,b.jsxs)("div",{children:[(0,b.jsx)("h2",{className:"font-semibold",children:a("serversTitle")}),(0,b.jsx)("p",{className:"text-xs text-muted-foreground",children:a("serversDescription")})]})}),v?(0,b.jsxs)("div",{className:"flex items-center gap-2 p-4 text-sm text-muted-foreground",children:[(0,b.jsx)(A.Spinner,{})," ",a("loadingServers")]}):0===f.length?(0,b.jsx)("p",{className:"p-4 text-sm text-muted-foreground",children:a("noServers")}):(0,b.jsxs)(B.Table,{children:[(0,b.jsx)(B.TableHeader,{children:(0,b.jsxs)(B.TableRow,{children:[(0,b.jsx)(B.TableHead,{children:a("name")}),(0,b.jsx)(B.TableHead,{children:a("url")}),(0,b.jsx)(B.TableHead,{children:a("transport")}),(0,b.jsx)(B.TableHead,{children:a("prefix")}),(0,b.jsx)(B.TableHead,{className:"text-right",children:a("actions")})]})}),(0,b.jsx)(B.TableBody,{children:f.map(d=>(0,b.jsxs)(B.TableRow,{children:[(0,b.jsx)(B.TableCell,{className:"font-medium",children:d.name}),(0,b.jsx)(B.TableCell,{className:"max-w-md truncate font-mono text-xs",children:d.url}),(0,b.jsx)(B.TableCell,{children:(0,b.jsx)(s.Badge,{variant:"outline",children:"STREAMABLE_HTTP"===d.transport?a("http"):a("sse")})}),(0,b.jsx)(B.TableCell,{className:"font-mono text-xs",children:d.toolNamePrefix||"—"}),(0,b.jsx)(B.TableCell,{children:(0,b.jsxs)("div",{className:"flex justify-end gap-1",children:[(0,b.jsx)(t.Button,{"aria-label":a("editServer",{name:d.name}),onClick:()=>{M(d),O({name:d.name,url:d.url,transport:d.transport,toolNamePrefix:d.toolNamePrefix,headers:d.headers.map(a=>({id:a.id,name:a.name,value:"",valueConfigured:a.valueConfigured}))}),S(null),K(!0)},size:"icon-sm",type:"button",variant:"ghost",children:(0,b.jsx)(g.Pencil,{})}),(0,b.jsx)(q.ConfirmationDialog,{actionLabel:a("delete"),cancelLabel:c("cancel"),description:a("confirmDeleteDescription",{name:d.name}),onConfirm:()=>X(d.id),title:a("confirmDelete"),trigger:(0,b.jsx)(t.Button,{"aria-label":a("deleteServer",{name:d.name}),size:"icon-sm",type:"button",variant:"ghost",children:(0,b.jsx)(l.Trash2,{})})})]})})]},d.id))})]})]}),(0,b.jsxs)("div",{className:"flex items-center justify-between gap-3",children:[(0,b.jsxs)("div",{children:[(0,b.jsx)("h2",{className:"font-semibold",children:a("catalogTitle")}),(0,b.jsx)("p",{className:"text-xs text-muted-foreground",children:a("catalogDescription")})]}),(0,b.jsxs)(t.Button,{disabled:y,onClick:()=>void U(),type:"button",variant:"outline",children:[y?(0,b.jsx)(A.Spinner,{}):(0,b.jsx)(i.RotateCw,{}),a("refresh")]})]}),y&&0===m.length?(0,b.jsxs)("div",{className:"flex items-center gap-2 text-sm text-muted-foreground",children:[(0,b.jsx)(A.Spinner,{})," ",a("loadingTools")]}):0===V.length?(0,b.jsx)("p",{className:"text-sm text-muted-foreground",children:a("noMatchingTools")}):V.map(a=>(0,b.jsx)(J,{group:a},a.id)),(0,b.jsx)(H,{draft:N,editing:L,error:R,onDraftChange:O,onOpenChange:K,onSubmit:W,open:I,saving:P})]})}],434984)}];
8
8
 
9
9
  //# sourceMappingURL=src_components_tools_tools-page_tsx_0k1jqcz._.js.map
@@ -1,4 +1,4 @@
1
- module.exports=[141193,a=>{"use strict";var b=a.i(187924),c=a.i(416232),d=a.i(219107),e=a.i(239315),f=a.i(519783),g=a.i(32886),h=a.i(415925),i=a.i(572131),j=a.i(437823),k=a.i(785668),l=a.i(124348),m=a.i(786304),n=a.i(699570),o=a.i(591119),p=a.i(46524),q=a.i(668684),r=a.i(555027),s=a.i(460280),t=a.i(307048),u=a.i(532055),v=a.i(873142),w=a.i(914036),x=a.i(435526);let y=`query WorktreeDetailOverview {
1
+ module.exports=[141193,a=>{"use strict";var b=a.i(187924),c=a.i(416232),d=a.i(219107),e=a.i(239315),f=a.i(519783),g=a.i(32886),h=a.i(415925),i=a.i(572131),j=a.i(437823),k=a.i(710145),l=a.i(1360),m=a.i(974135),n=a.i(657068),o=a.i(26052),p=a.i(123031),q=a.i(785668),r=a.i(124348),s=a.i(786304),t=a.i(699570),u=a.i(591119),v=a.i(46524),w=a.i(668684),x=a.i(206015),y=a.i(555027),z=a.i(460280),A=a.i(307048),B=a.i(532055),C=a.i(873142),D=a.i(914036),E=a.i(435526);let F=`query WorktreeDetailOverview($worktreeId: ID!) {
2
2
  worktreeOverview {
3
3
  hiddenCount
4
4
  settings { editorVariant updatedAt }
@@ -13,11 +13,28 @@ module.exports=[141193,a=>{"use strict";var b=a.i(187924),c=a.i(416232),d=a.i(21
13
13
  codebases {
14
14
  iosBuildConfigured
15
15
  repository { id canonicalOrigin displayOrigin name description jiraBranchRegex keepBaseBranchUpToDate createdAt updatedAt }
16
- codebase { ${u.CODEBASE_FIELDS} }
17
- worktrees { ${u.WORKTREE_FIELDS} }
16
+ codebase { ${B.CODEBASE_FIELDS} }
17
+ worktrees { ${B.WORKTREE_FIELDS} }
18
18
  }
19
19
  }
20
20
  }
21
- }`;function z({entry:a,overview:e,loadError:j,onReload:p,onUpdate:u}){let y=(0,h.useTranslations)("worktreeDetail"),B=(0,h.useTranslations)("worktrees"),C=(0,g.useLocale)(),D=(0,r.useRouter)(),[E,F]=(0,i.useState)(()=>null),[G,H]=(0,i.useState)(null),[I,J]=(0,i.useState)(!1),[K,L]=(0,i.useState)(!1),[M,N]=(0,i.useState)(!1),[O,P]=(0,i.useState)(null),Q=(0,i.useRef)(0),{worktree:R,applyActivity:S,setUnstagedChanges:T}=(0,v.useLiveWorktree)(a.worktree),U=e.activeMoves.some(b=>b.sourceCodebaseId===a.group.codebase.id||b.targetCodebaseId===a.group.codebase.id),V="ONLINE"===a.agentGroup.agent.connectionStatus&&a.agentGroup.agent.capabilities.includes(c.WORKTREE_INSPECT_JOB_KIND)&&"AVAILABLE"===R.availability&&!R.activeJob&&!U,W="ONLINE"===a.agentGroup.agent.connectionStatus&&a.agentGroup.agent.capabilities.includes(c.WORKTREE_WATCH_JOB_KIND),X=(0,i.useCallback)(async()=>{if(!V)return;let a=++Q.current;L(!0);try{let b=await (0,v.inspectWorktree)(R.id);if(a!==Q.current)return;H(b),T(b.changes.some(a=>a.unstaged||a.untracked||a.conflicted)),P(null)}catch(b){a===Q.current&&P(b instanceof Error?b.message:String(b))}finally{a===Q.current&&L(!1)}},[V,T,R.id]),Y=(0,v.useQueuedWorktreeInspection)(X);(0,i.useEffect)(()=>{if(!V)return;let a=window.setTimeout(()=>void Y(),0);return()=>window.clearTimeout(a)},[V,Y]);let Z=(0,i.useCallback)(a=>{S(a),V&&Y()},[S,V,Y]);(0,v.useWorktreeActivitySubscription)(R.id,W&&"AVAILABLE"===R.availability,Z),(0,i.useEffect)(()=>{let a=()=>F(new URLSearchParams(window.location.search).get("issue"));return window.addEventListener("popstate",a),()=>window.removeEventListener("popstate",a)},[]);let $=a=>{let b,c;b=new URLSearchParams(window.location.search),a?b.set("issue",a):b.delete("issue"),c=b.toString(),window.history.pushState(null,"",`${window.location.pathname}${c?`?${c}`:""}`),F(a)},_=(0,i.useCallback)(async()=>{await p(),V&&await Y()},[V,p,Y]),aa=async()=>{N(!0);try{await (0,s.controlPlaneRequest)("mutation RefreshWorktrees { refreshWorktrees }"),await _(),P(null)}catch(a){P(a instanceof Error?a.message:String(a))}finally{N(!1)}},ab={worktree:R,group:a.group,allTags:e.tags,baseRepoDirectory:a.agentGroup.agent.baseRepoDirectory,branchManagementEnabled:"ONLINE"===a.agentGroup.agent.connectionStatus&&a.agentGroup.agent.capabilities.includes("worktree.branch"),editorVariant:e.settings.editorVariant,inspectionRefreshToken:0,liveUpdatesEnabled:W,onReload:_,onUpdate:u,onError:P,onManageTags:()=>J(!0),onOpenTicket:a=>$(a),onDeleted:()=>D.push("/worktrees"),onMoved:a=>{a.targetWorktreeId&&D.push((0,w.worktreeDetailHref)(a.targetWorktreeId))},overview:e},ac=new Intl.DateTimeFormat(C,{dateStyle:"medium",timeStyle:"short"}),ad=a=>a?ac.format(new Date(a)):"—",ae=V?null:"OFFLINE"===a.agentGroup.agent.connectionStatus?y("inspectionOffline"):"AVAILABLE"!==R.availability?R.statusError||y("inspectionUnavailable"):y(R.activeJob||U?"inspectionBusy":"inspectionUnsupported");return(0,b.jsxs)("section",{className:"mx-auto flex w-full max-w-6xl flex-col gap-5",children:[(0,b.jsx)("div",{children:(0,b.jsx)(n.Button,{asChild:!0,className:"-ml-2",size:"sm",variant:"ghost",children:(0,b.jsxs)(r.Link,{href:"/worktrees",children:[(0,b.jsx)(d.ArrowLeft,{})," ",y("back")]})})}),(0,b.jsxs)("div",{className:"flex flex-wrap items-start justify-between gap-4",children:[(0,b.jsxs)("div",{className:"min-w-0",children:[(0,b.jsxs)("p",{className:"text-sm text-muted-foreground",children:[a.group.repository.name," · ",a.agentGroup.agent.name]}),(0,b.jsx)("h1",{className:"mt-1 truncate font-mono text-2xl font-semibold tracking-tight",children:R.branch??R.headSha?.slice(0,10)??B("detached")}),(0,b.jsx)("p",{className:"mt-1 truncate font-mono text-xs text-muted-foreground",title:R.folder,children:(0,x.displayedWorktreePath)(R.folder,a.agentGroup.agent.baseRepoDirectory)}),(0,b.jsxs)("div",{className:"mt-3 flex flex-wrap items-center gap-2",children:[(0,b.jsx)(m.Badge,{variant:"secondary",children:R.primary?B("primary"):y("linked")}),(0,b.jsx)(x.OriginStatusBadges,{worktree:R}),R.hasStagedChanges||R.hasUnstagedChanges?(0,b.jsx)(m.Badge,{variant:"destructive",children:B("dirty")}):null,"AVAILABLE"!==R.availability&&(0,b.jsx)(m.Badge,{variant:"destructive",children:R.availability})]}),(R.ticketKey||R.ticketTitle)&&(0,b.jsx)(x.WorktreeTicketLink,{...ab})]}),(0,b.jsxs)("div",{className:"flex flex-wrap gap-2",children:[(0,b.jsxs)(n.Button,{disabled:M,onClick:()=>void aa(),variant:"outline",children:[(0,b.jsx)(f.RefreshCw,{className:M?"animate-spin":void 0}),y("refresh")]}),(0,b.jsx)(x.WorktreeMenus,{...ab})]})]}),(j||O||R.statusError)&&(0,b.jsx)(l.Alert,{variant:"destructive",children:(0,b.jsx)(l.AlertDescription,{children:O||j||R.statusError})}),ae&&(0,b.jsx)(l.Alert,{children:(0,b.jsx)(l.AlertDescription,{children:ae})}),(0,b.jsxs)(o.Card,{children:[(0,b.jsx)(o.CardHeader,{className:"border-b",children:(0,b.jsx)(o.CardTitle,{children:y("actions")})}),(0,b.jsx)(o.CardContent,{children:(0,b.jsx)(x.ActionRow,{...ab,onCompleted:_})})]}),(0,b.jsxs)("div",{className:"grid gap-5 lg:grid-cols-[minmax(0,2fr)_minmax(18rem,1fr)]",children:[(0,b.jsxs)(o.Card,{className:"min-w-0",children:[(0,b.jsx)(o.CardHeader,{className:"border-b",children:(0,b.jsx)(o.CardTitle,{children:y("workingTree")})}),(0,b.jsx)(o.CardContent,{children:K&&!G?(0,b.jsxs)("p",{className:"flex items-center gap-2 text-sm text-muted-foreground",children:[(0,b.jsx)(q.Spinner,{})," ",B("loadingDetails")]}):G?(0,b.jsx)(t.WorktreeDetailPanel,{detail:G}):(0,b.jsx)("p",{className:"text-sm text-muted-foreground",children:V?y("inspectionFailed"):"—"})})]}),(0,b.jsxs)("div",{className:"space-y-5",children:[(0,b.jsxs)(o.Card,{children:[(0,b.jsx)(o.CardHeader,{className:"border-b",children:(0,b.jsx)(o.CardTitle,{children:y("overview")})}),(0,b.jsx)(o.CardContent,{children:(0,b.jsxs)("dl",{className:"space-y-3 text-sm",children:[(0,b.jsx)(A,{label:y("repository"),children:(0,b.jsx)(r.Link,{className:"text-primary hover:underline",href:`/codebases/${a.group.codebase.id}`,children:a.group.repository.name})}),(0,b.jsx)(A,{label:y("origin"),mono:!0,children:a.group.repository.displayOrigin}),(0,b.jsxs)(A,{label:y("agent"),children:[a.agentGroup.agent.name," ·"," ",a.agentGroup.agent.hostname]}),(0,b.jsx)(A,{label:y("folder"),mono:!0,children:R.folder}),(0,b.jsx)(A,{label:y("head"),mono:!0,children:R.headSha??"—"}),(0,b.jsx)(A,{label:y("upstream"),mono:!0,children:R.upstream??"—"}),(0,b.jsx)(A,{label:y("originStatus"),children:(0,b.jsx)(x.OriginStatusBadges,{worktree:R})}),(0,b.jsx)(A,{label:y("baseStatus"),children:(0,b.jsx)(x.BaseFreshnessBadge,{worktree:R})}),(0,b.jsx)(A,{label:y("lastChecked"),children:ad(R.lastCheckedAt)}),(0,b.jsx)(A,{label:y("lastFetched"),children:ad(a.group.codebase.lastFetchedAt)})]})})]}),(0,b.jsxs)(o.Card,{children:[(0,b.jsx)(o.CardHeader,{className:"border-b",children:(0,b.jsx)(o.CardTitle,{children:y("management")})}),(0,b.jsx)(o.CardContent,{children:(0,b.jsx)(x.WorktreeMetadata,{...ab})})]})]})]}),(0,b.jsx)(k.JiraTicketDrawer,{issueKey:E,onClose:()=>$(null)}),(0,b.jsx)(x.TagManagerDialog,{onChanged:p,onOpenChange:J,open:I,tags:e.tags})]})}function A({label:a,children:c,mono:d=!1}){return(0,b.jsxs)("div",{children:[(0,b.jsx)("dt",{className:"text-xs text-muted-foreground",children:a}),(0,b.jsx)("dd",{className:d?"mt-0.5 break-all font-mono text-xs":"mt-0.5",children:c})]})}a.s(["WorktreeDetailPage",0,function({worktreeId:a}){let c=(0,h.useTranslations)("worktreeDetail"),[f,g]=(0,i.useState)(null),[j,k]=(0,i.useState)(!0),[m,o]=(0,i.useState)(null),t=(0,i.useRef)(0),u=(0,i.useRef)(null),v=(0,i.useCallback)(async()=>{let b=++t.current;try{let c=await (0,s.controlPlaneRequest)(y);if(b!==t.current)return;u.current=(0,w.findWorktreeOverviewEntry)(c.worktreeOverview,a)?.group.codebase.id??null,g(c.worktreeOverview),o(null)}catch(a){b===t.current&&o(a instanceof Error?a.message:String(a))}finally{b===t.current&&k(!1)}},[a]);(0,i.useEffect)(()=>{u.current=null;let b=window.setTimeout(()=>void v(),0),c=window.setInterval(()=>void v(),3e4),d=(0,s.controlPlaneSubscriptions)().subscribe({query:"subscription WorktreeDetailChanged { worktreeOverviewChanged { worktreeId codebaseId } }"},{next:b=>{let c=b.data?.worktreeOverviewChanged;c&&null!==c.worktreeId&&c.worktreeId!==a&&(null===c.codebaseId||c.codebaseId!==u.current)||v()},error:()=>void 0,complete:()=>void 0});return()=>{window.clearTimeout(b),window.clearInterval(c),t.current+=1,d()}},[v,a]);let x=(0,i.useMemo)(()=>f?(0,w.findWorktreeOverviewEntry)(f,a):null,[f,a]),A=(0,i.useCallback)(a=>{g(b=>b?{...b,agents:b.agents.map(b=>({...b,codebases:b.codebases.map(b=>({...b,worktrees:b.worktrees.map(b=>b.id===a.id?{...b,...a,ticketKey:a.ticketKey??b.ticketKey,ticketTitle:a.ticketTitle??b.ticketTitle,ticketStatus:a.ticketStatus??b.ticketStatus,pullRequest:a.pullRequest??b.pullRequest}:b)}))}))}:b)},[]);return j&&!f?(0,b.jsxs)("p",{className:"mx-auto flex max-w-6xl items-center gap-2 text-sm text-muted-foreground",children:[(0,b.jsx)(q.Spinner,{})," ",c("loading")]}):f&&x?(0,b.jsx)(z,{entry:x,loadError:m,onReload:v,onUpdate:A,overview:f},x.worktree.id):(0,b.jsxs)("section",{className:"mx-auto w-full max-w-6xl space-y-5",children:[m&&(0,b.jsx)(l.Alert,{variant:"destructive",children:(0,b.jsx)(l.AlertDescription,{children:m})}),(0,b.jsxs)(p.Empty,{className:"border py-12",children:[(0,b.jsxs)(p.EmptyHeader,{children:[(0,b.jsx)(p.EmptyMedia,{variant:"icon",children:(0,b.jsx)(e.GitBranch,{})}),(0,b.jsx)(p.EmptyTitle,{children:c("notFound")}),(0,b.jsx)(p.EmptyDescription,{children:c("notFoundDescription")})]}),(0,b.jsx)(n.Button,{asChild:!0,className:"mt-4",variant:"outline",children:(0,b.jsxs)(r.Link,{href:"/worktrees",children:[(0,b.jsx)(d.ArrowLeft,{})," ",c("back")]})})]})]})}])}];
21
+ builds(first: 50, worktreeId: $worktreeId) {
22
+ items { ${l.BUILD_LIST_FIELDS} }
23
+ nextCursor
24
+ }
25
+ worktreeCoverageReports(worktreeId: $worktreeId) {
26
+ id kind source status summary error createdAt updatedAt finishedAt
27
+ artifact { id kind relativePath sizeBytes checksum metadata createdAt }
28
+ build {
29
+ id status action destinationType destination snapshot createdAt startedAt finishedAt durationMs updatedAt outOfDate
30
+ artifacts { id kind relativePath sizeBytes checksum metadata createdAt }
31
+ }
32
+ }
33
+ }`;function G({builds:a,coverageReports:e,buildsLoadingMore:j,buildsNextCursor:k,entry:l,overview:m,loadError:n,onLoadMoreBuilds:o,onReload:p,onUpdate:v}){let x=(0,h.useTranslations)("worktreeDetail"),B=(0,h.useTranslations)("worktrees"),F=(0,g.useLocale)(),I=(0,y.useRouter)(),[L,M]=(0,i.useState)(()=>null),[N,O]=(0,i.useState)(null),[P,Q]=(0,i.useState)(!1),[R,S]=(0,i.useState)(!1),[T,U]=(0,i.useState)(!1),[V,W]=(0,i.useState)(null),X=(0,i.useRef)(0),{worktree:Y,applyActivity:Z,setUnstagedChanges:$}=(0,C.useLiveWorktree)(l.worktree),_=m.activeMoves.some(a=>a.sourceCodebaseId===l.group.codebase.id||a.targetCodebaseId===l.group.codebase.id),aa="ONLINE"===l.agentGroup.agent.connectionStatus&&l.agentGroup.agent.capabilities.includes(c.WORKTREE_INSPECT_JOB_KIND)&&"AVAILABLE"===Y.availability&&!Y.activeJob&&!_,ab="ONLINE"===l.agentGroup.agent.connectionStatus&&l.agentGroup.agent.capabilities.includes(c.WORKTREE_WATCH_JOB_KIND),ac=(0,i.useCallback)(async()=>{if(!aa)return;let a=++X.current;S(!0);try{let b=await (0,C.inspectWorktree)(Y.id);if(a!==X.current)return;O(b),$(b.changes.some(a=>a.unstaged||a.untracked||a.conflicted)),W(null)}catch(b){a===X.current&&W(b instanceof Error?b.message:String(b))}finally{a===X.current&&S(!1)}},[aa,$,Y.id]),ad=(0,C.useQueuedWorktreeInspection)(ac);(0,i.useEffect)(()=>{if(!aa)return;let a=window.setTimeout(()=>void ad(),0);return()=>window.clearTimeout(a)},[aa,ad]);let ae=(0,i.useCallback)(a=>{Z(a),aa&&ad()},[Z,aa,ad]);(0,C.useWorktreeActivitySubscription)(Y.id,ab&&"AVAILABLE"===Y.availability,ae),(0,i.useEffect)(()=>{let a=()=>M(new URLSearchParams(window.location.search).get("issue"));return window.addEventListener("popstate",a),()=>window.removeEventListener("popstate",a)},[]);let af=a=>{let b,c;b=new URLSearchParams(window.location.search),a?b.set("issue",a):b.delete("issue"),c=b.toString(),window.history.pushState(null,"",`${window.location.pathname}${c?`?${c}`:""}`),M(a)},ag=(0,i.useCallback)(async()=>{await p(),aa&&await ad()},[aa,p,ad]),ah=async()=>{U(!0);try{await (0,z.controlPlaneRequest)("mutation RefreshWorktrees { refreshWorktrees }"),await ag(),W(null)}catch(a){W(a instanceof Error?a.message:String(a))}finally{U(!1)}},ai={worktree:Y,group:l.group,allTags:m.tags,baseRepoDirectory:l.agentGroup.agent.baseRepoDirectory,branchManagementEnabled:"ONLINE"===l.agentGroup.agent.connectionStatus&&l.agentGroup.agent.capabilities.includes("worktree.branch"),editorVariant:m.settings.editorVariant,inspectionRefreshToken:0,liveUpdatesEnabled:ab,onReload:ag,onUpdate:v,onError:W,onManageTags:()=>Q(!0),onOpenTicket:a=>af(a),onDeleted:()=>I.push("/worktrees"),onMoved:a=>{a.targetWorktreeId&&I.push((0,D.worktreeDetailHref)(a.targetWorktreeId))},overview:m},aj=new Intl.DateTimeFormat(F,{dateStyle:"medium",timeStyle:"short"}),ak=a=>a?aj.format(new Date(a)):"—",al=aa?null:"OFFLINE"===l.agentGroup.agent.connectionStatus?x("inspectionOffline"):"AVAILABLE"!==Y.availability?Y.statusError||x("inspectionUnavailable"):x(Y.activeJob||_?"inspectionBusy":"inspectionUnsupported");return(0,b.jsxs)("section",{className:"mx-auto flex w-full max-w-6xl flex-col gap-5",children:[(0,b.jsx)("div",{children:(0,b.jsx)(t.Button,{asChild:!0,className:"-ml-2",size:"sm",variant:"ghost",children:(0,b.jsxs)(y.Link,{href:"/worktrees",children:[(0,b.jsx)(d.ArrowLeft,{})," ",x("back")]})})}),(0,b.jsxs)("div",{className:"flex flex-wrap items-start justify-between gap-4",children:[(0,b.jsxs)("div",{className:"min-w-0",children:[(0,b.jsxs)("p",{className:"text-sm text-muted-foreground",children:[l.group.repository.name," · ",l.agentGroup.agent.name]}),(0,b.jsx)("h1",{className:"mt-1 truncate font-mono text-2xl font-semibold tracking-tight",children:Y.branch??Y.headSha?.slice(0,10)??B("detached")}),(0,b.jsx)("p",{className:"mt-1 truncate font-mono text-xs text-muted-foreground",title:Y.folder,children:(0,E.displayedWorktreePath)(Y.folder,l.agentGroup.agent.baseRepoDirectory)}),(0,b.jsxs)("div",{className:"mt-3 flex flex-wrap items-center gap-2",children:[(0,b.jsx)(s.Badge,{variant:"secondary",children:Y.primary?B("primary"):x("linked")}),(0,b.jsx)(E.OriginStatusBadges,{worktree:Y}),Y.hasStagedChanges||Y.hasUnstagedChanges?(0,b.jsx)(s.Badge,{variant:"destructive",children:B("dirty")}):null,"AVAILABLE"!==Y.availability&&(0,b.jsx)(s.Badge,{variant:"destructive",children:Y.availability})]}),(Y.ticketKey||Y.ticketTitle)&&(0,b.jsx)(E.WorktreeTicketLink,{...ai})]}),(0,b.jsxs)("div",{className:"flex flex-wrap gap-2",children:[(0,b.jsxs)(t.Button,{disabled:T,onClick:()=>void ah(),variant:"outline",children:[(0,b.jsx)(f.RefreshCw,{className:T?"animate-spin":void 0}),x("refresh")]}),(0,b.jsx)(E.WorktreeMenus,{...ai})]})]}),(n||V||Y.statusError)&&(0,b.jsx)(r.Alert,{variant:"destructive",children:(0,b.jsx)(r.AlertDescription,{children:V||n||Y.statusError})}),al&&(0,b.jsx)(r.Alert,{children:(0,b.jsx)(r.AlertDescription,{children:al})}),(0,b.jsxs)(u.Card,{children:[(0,b.jsx)(u.CardHeader,{className:"border-b",children:(0,b.jsx)(u.CardTitle,{children:x("actions")})}),(0,b.jsx)(u.CardContent,{children:(0,b.jsx)(E.ActionRow,{...ai,onCompleted:ag})})]}),(0,b.jsxs)("div",{className:"grid gap-5 lg:grid-cols-2",children:[(0,b.jsxs)(u.Card,{children:[(0,b.jsx)(u.CardHeader,{className:"border-b",children:(0,b.jsx)(u.CardTitle,{children:x("overview")})}),(0,b.jsx)(u.CardContent,{children:(0,b.jsxs)("dl",{className:"grid gap-3 text-sm sm:grid-cols-2",children:[(0,b.jsx)(K,{label:x("repository"),children:(0,b.jsx)(y.Link,{className:"text-primary hover:underline",href:`/codebases/${l.group.codebase.id}`,children:l.group.repository.name})}),(0,b.jsx)(K,{label:x("origin"),mono:!0,children:l.group.repository.displayOrigin}),(0,b.jsxs)(K,{label:x("agent"),children:[l.agentGroup.agent.name," ·"," ",l.agentGroup.agent.hostname]}),(0,b.jsx)(K,{label:x("folder"),mono:!0,children:Y.folder}),(0,b.jsx)(K,{label:x("head"),mono:!0,children:Y.headSha??"—"}),(0,b.jsx)(K,{label:x("upstream"),mono:!0,children:Y.upstream??"—"}),(0,b.jsx)(K,{label:x("originStatus"),children:(0,b.jsx)(E.OriginStatusBadges,{worktree:Y})}),(0,b.jsx)(K,{label:x("baseStatus"),children:(0,b.jsx)(E.BaseFreshnessBadge,{worktree:Y})}),(0,b.jsx)(K,{label:x("lastChecked"),children:ak(Y.lastCheckedAt)}),(0,b.jsx)(K,{label:x("lastFetched"),children:ak(l.group.codebase.lastFetchedAt)})]})})]}),(0,b.jsxs)(u.Card,{children:[(0,b.jsx)(u.CardHeader,{className:"border-b",children:(0,b.jsx)(u.CardTitle,{children:x("management")})}),(0,b.jsx)(u.CardContent,{children:(0,b.jsx)(E.WorktreeMetadata,{...ai})})]})]}),l.group.iosBuildConfigured&&(0,b.jsx)(H,{codebaseId:l.group.codebase.id,disabled:!aa,onReload:p,reports:e,worktreeId:Y.id}),(0,b.jsx)(J,{builds:a,loadingMore:j,nextCursor:k,onError:W,onLoadMore:o,onReload:p}),(0,b.jsxs)(u.Card,{className:"min-w-0",children:[(0,b.jsx)(u.CardHeader,{className:"border-b",children:(0,b.jsx)(u.CardTitle,{children:x("workingTree")})}),(0,b.jsx)(u.CardContent,{children:R&&!N?(0,b.jsxs)("p",{className:"flex items-center gap-2 text-sm text-muted-foreground",children:[(0,b.jsx)(w.Spinner,{})," ",B("loadingDetails")]}):N?(0,b.jsx)(A.WorktreeDetailPanel,{detail:N,worktreeId:Y.id}):(0,b.jsx)("p",{className:"text-sm text-muted-foreground",children:aa?x("inspectionFailed"):"—"})})]}),(0,b.jsxs)(u.Card,{className:"min-w-0",children:[(0,b.jsx)(u.CardHeader,{className:"border-b",children:(0,b.jsx)(u.CardTitle,{children:x("branchChanges")})}),(0,b.jsx)(u.CardContent,{children:N?(0,b.jsx)(A.BranchChangesPanel,{files:N.branchChanges??[],truncated:!0===N.branchChangesTruncated,worktreeId:Y.id}):(0,b.jsx)("p",{className:"text-sm text-muted-foreground",children:"—"})})]}),(0,b.jsx)(q.JiraTicketDrawer,{issueKey:L,onClose:()=>af(null)}),(0,b.jsx)(E.TagManagerDialog,{onChanged:p,onOpenChange:Q,open:P,tags:m.tags})]})}function H({codebaseId:a,worktreeId:c,reports:d,disabled:e,onReload:f}){let i=(0,h.useTranslations)("worktreeDetail"),j=(0,g.useLocale)(),k=a=>"number"==typeof a?new Intl.NumberFormat(j,{style:"percent",maximumFractionDigits:1}).format(a):"—";return(0,b.jsxs)(u.Card,{className:"gap-0 py-0",children:[(0,b.jsx)(u.CardHeader,{className:"border-b py-4",children:(0,b.jsxs)("div",{className:"flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between",children:[(0,b.jsx)(u.CardTitle,{children:i("codeCoverage")}),(0,b.jsx)("div",{className:"sm:ml-auto",children:(0,b.jsx)(o.WorktreeCoverageButton,{codebaseId:a,disabled:e,onStarted:()=>void f(),worktreeId:c})})]})}),d.length?(0,b.jsxs)(x.Table,{children:[(0,b.jsx)(x.TableHeader,{children:(0,b.jsxs)(x.TableRow,{children:[(0,b.jsx)(x.TableHead,{children:i("coverageBuild")}),(0,b.jsx)(x.TableHead,{children:i("coverageStatus")}),(0,b.jsx)(x.TableHead,{children:i("overallCoverage")}),(0,b.jsx)(x.TableHead,{children:i("changedCoverage")}),(0,b.jsx)(x.TableHead,{children:i("generated")}),(0,b.jsx)(x.TableHead,{className:"text-right",children:i("viewReport")})]})}),(0,b.jsx)(x.TableBody,{children:d.map(a=>{let c=a.build.snapshot.configuration;return(0,b.jsxs)(x.TableRow,{children:[(0,b.jsxs)(x.TableCell,{children:[(0,b.jsx)("p",{className:"font-medium",children:c?.name??a.build.id}),(0,b.jsx)("p",{className:"font-mono text-xs text-muted-foreground",children:a.build.id.slice(0,8)})]}),(0,b.jsx)(x.TableCell,{children:(0,b.jsx)(s.Badge,{variant:"FAILED"===a.status?"destructive":"outline",children:i(`coverageStatuses.${a.status}`)})}),(0,b.jsx)(x.TableCell,{children:(0,b.jsx)(I,{percent:k,value:a.summary.lineCoverage})}),(0,b.jsx)(x.TableCell,{children:(0,b.jsx)(I,{percent:k,value:a.summary.changedLineCoverage})}),(0,b.jsx)(x.TableCell,{className:"text-muted-foreground",children:new Date(a.finishedAt??a.createdAt).toLocaleString(j)}),(0,b.jsx)(x.TableCell,{className:"text-right",children:"READY"===a.status&&(0,b.jsx)(t.Button,{asChild:!0,size:"sm",variant:"outline",children:(0,b.jsx)(y.Link,{href:`/builds/${a.build.id}/coverage`,children:i("viewReport")})})})]},a.id)})})]}):(0,b.jsx)(u.CardContent,{className:"py-6 text-sm text-muted-foreground",children:i("noCoverageReports")})]})}function I({percent:a,value:c}){if("number"!=typeof c)return(0,b.jsx)(b.Fragment,{children:"—"});let d=Math.max(0,Math.min(1,c));return(0,b.jsxs)("span",{className:"inline-flex items-center gap-1.5 tabular-nums",children:[a(c),(0,b.jsx)("span",{"aria-hidden":"true",className:`size-3.5 shrink-0 rounded-full ring-1 ring-foreground/10 ${d>=.8?"text-emerald-500":d>=.5?"text-amber-500":"text-red-500"}`,"data-coverage-indicator":!0,style:{background:`conic-gradient(currentColor ${360*d}deg, var(--muted) 0deg)`}})]})}function J({builds:a,loadingMore:c,nextCursor:d,onError:e,onLoadMore:f,onReload:i}){let j=(0,h.useTranslations)("builds"),l=(0,g.useLocale)(),o=(0,y.useRouter)(),q=(0,p.useBuildTimeTicker)();return(0,b.jsxs)(u.Card,{className:"gap-0 py-0",children:[(0,b.jsx)(u.CardHeader,{className:"border-b py-4",children:(0,b.jsx)(u.CardTitle,{children:j("title")})}),a.length?(0,b.jsxs)(x.Table,{children:[(0,b.jsx)(x.TableHeader,{children:(0,b.jsxs)(x.TableRow,{className:"hover:bg-transparent",children:[(0,b.jsx)(x.TableHead,{children:j("build")}),(0,b.jsx)(x.TableHead,{children:j("status")}),(0,b.jsx)(x.TableHead,{children:j("action")}),(0,b.jsx)(x.TableHead,{children:j("destination")}),(0,b.jsx)(x.TableHead,{children:j("startedAt")}),(0,b.jsx)(x.TableHead,{className:"text-right",children:j("actionsLabel")})]})}),(0,b.jsx)(x.TableBody,{children:a.map(a=>{let c=a.snapshot.configuration,d=a.startedAt??a.createdAt,f="SUCCEEDED"===a.status&&a.artifacts.some(a=>"RUNNABLE_APP"===a.kind);return(0,b.jsxs)(x.TableRow,{"aria-label":j("viewBuild"),className:"cursor-pointer focus-visible:bg-muted/40 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-inset",onClick:()=>o.push(`/builds/${a.id}`),onKeyDown:b=>{("Enter"===b.key||" "===b.key)&&(b.preventDefault(),o.push(`/builds/${a.id}`))},role:"link",tabIndex:0,children:[(0,b.jsxs)(x.TableCell,{className:"min-w-52 whitespace-normal",children:[(0,b.jsx)(y.Link,{className:"font-medium hover:underline",href:`/builds/${a.id}`,onClick:a=>a.stopPropagation(),children:c?.name??a.id}),(0,b.jsx)("p",{className:"font-mono text-xs text-muted-foreground",children:a.id})]}),(0,b.jsx)(x.TableCell,{children:(0,b.jsxs)("div",{className:"flex flex-wrap gap-1.5",children:[(0,b.jsx)(s.Badge,{variant:(0,k.buildStatusVariant)(a.status),children:j(`statuses.${a.status}`)}),a.outOfDate&&(0,b.jsx)(s.Badge,{className:"border-amber-500/40 text-amber-700 dark:text-amber-300",variant:"outline",children:j("outOfDate")})]})}),(0,b.jsx)(x.TableCell,{children:(0,b.jsx)(s.Badge,{variant:"outline",children:j(`actions.${a.action}`)})}),(0,b.jsx)(x.TableCell,{children:a.destination.name}),(0,b.jsx)(x.TableCell,{className:"text-muted-foreground",children:(0,b.jsxs)("div",{className:"flex flex-col gap-0.5",children:[(0,b.jsx)("time",{dateTime:d,title:new Date(d).toLocaleString(l),children:(0,k.relativeBuildAge)(d,l,q)}),(0,b.jsx)("span",{className:"text-xs",children:j("durationValue",{duration:(0,k.buildDuration)(a,q)})})]})}),(0,b.jsx)(x.TableCell,{className:"text-right",children:(0,b.jsxs)("div",{className:"flex items-center justify-end gap-2",children:[(0,b.jsx)(m.RebuildButton,{buildId:a.id,onCompleted:()=>i(),onError:e,size:"sm"}),f&&(0,b.jsx)(n.RunBuildControls,{buildId:a.id,destinationType:a.destinationType,onCompleted:i,onError:e,preferredDestination:a.destination,size:"sm"})]})})]},a.id)})})]}):(0,b.jsx)(u.CardContent,{className:"py-6 text-sm text-muted-foreground",children:j("emptyTitle")}),d&&(0,b.jsx)("div",{className:"flex justify-center border-t p-3",children:(0,b.jsxs)(t.Button,{disabled:c,onClick:()=>void f(),variant:"outline",children:[c&&(0,b.jsx)(w.Spinner,{})," ",j("loadMore")]})})]})}function K({label:a,children:c,mono:d=!1}){return(0,b.jsxs)("div",{children:[(0,b.jsx)("dt",{className:"text-xs text-muted-foreground",children:a}),(0,b.jsx)("dd",{className:d?"mt-0.5 break-all font-mono text-xs":"mt-0.5",children:c})]})}a.s(["WorktreeDetailPage",0,function({worktreeId:a}){let c=(0,h.useTranslations)("worktreeDetail"),[f,g]=(0,i.useState)(null),[j,k]=(0,i.useState)([]),[m,n]=(0,i.useState)(null),[o,p]=(0,i.useState)(!1),[q,s]=(0,i.useState)([]),[u,x]=(0,i.useState)(!0),[A,B]=(0,i.useState)(null),C=(0,i.useRef)(0),E=(0,i.useRef)(null),H=(0,i.useCallback)(async()=>{let b=++C.current;try{let c=await (0,z.controlPlaneRequest)(F,{worktreeId:a});if(b!==C.current)return;E.current=(0,D.findWorktreeOverviewEntry)(c.worktreeOverview,a)?.group.codebase.id??null,g(c.worktreeOverview),k(c.builds?.items??[]),n(c.builds?.nextCursor??null),s(c.worktreeCoverageReports??[]),B(null)}catch(a){b===C.current&&B(a instanceof Error?a.message:String(a))}finally{b===C.current&&x(!1)}},[a]),I=(0,i.useCallback)(async()=>{if(m){p(!0);try{let b=await (0,z.controlPlaneRequest)(`query WorktreeDetailBuilds($worktreeId: ID!, $after: ID!) {
34
+ builds(first: 50, after: $after, worktreeId: $worktreeId) {
35
+ items { ${l.BUILD_LIST_FIELDS} }
36
+ nextCursor
37
+ }
38
+ }`,{worktreeId:a,after:m});k(a=>{let c=new Set(a.map(a=>a.id));return[...a,...b.builds.items.filter(a=>!c.has(a.id))]}),n(b.builds.nextCursor),B(null)}catch(a){B(a instanceof Error?a.message:String(a))}finally{p(!1)}}},[m,a]);(0,i.useEffect)(()=>{E.current=null;let b=window.setTimeout(()=>void H(),0),c=window.setInterval(()=>void H(),3e4),d=(0,z.controlPlaneSubscriptions)(),e=d.subscribe({query:"subscription WorktreeDetailChanged { worktreeOverviewChanged { worktreeId codebaseId } }"},{next:b=>{let c=b.data?.worktreeOverviewChanged;c&&null!==c.worktreeId&&c.worktreeId!==a&&(null===c.codebaseId||c.codebaseId!==E.current)||H()},error:()=>void 0,complete:()=>void 0}),f=d.subscribe({query:"subscription WorktreeDetailBuildsChanged { buildsChanged { id } }"},{next:()=>void H(),error:()=>void 0,complete:()=>void 0});return()=>{window.clearTimeout(b),window.clearInterval(c),C.current+=1,e(),f()}},[H,a]);let J=(0,i.useMemo)(()=>f?(0,D.findWorktreeOverviewEntry)(f,a):null,[f,a]),K=(0,i.useCallback)(a=>{g(b=>b?{...b,agents:b.agents.map(b=>({...b,codebases:b.codebases.map(b=>({...b,worktrees:b.worktrees.map(b=>b.id===a.id?{...b,...a,ticketKey:a.ticketKey??b.ticketKey,ticketTitle:a.ticketTitle??b.ticketTitle,ticketStatus:a.ticketStatus??b.ticketStatus,pullRequest:a.pullRequest??b.pullRequest}:b)}))}))}:b)},[]);return u&&!f?(0,b.jsxs)("p",{className:"mx-auto flex max-w-6xl items-center gap-2 text-sm text-muted-foreground",children:[(0,b.jsx)(w.Spinner,{})," ",c("loading")]}):f&&J?(0,b.jsx)(G,{builds:j,coverageReports:q,buildsLoadingMore:o,buildsNextCursor:m,entry:J,loadError:A,onLoadMoreBuilds:I,onReload:H,onUpdate:K,overview:f},J.worktree.id):(0,b.jsxs)("section",{className:"mx-auto w-full max-w-6xl space-y-5",children:[A&&(0,b.jsx)(r.Alert,{variant:"destructive",children:(0,b.jsx)(r.AlertDescription,{children:A})}),(0,b.jsxs)(v.Empty,{className:"border py-12",children:[(0,b.jsxs)(v.EmptyHeader,{children:[(0,b.jsx)(v.EmptyMedia,{variant:"icon",children:(0,b.jsx)(e.GitBranch,{})}),(0,b.jsx)(v.EmptyTitle,{children:c("notFound")}),(0,b.jsx)(v.EmptyDescription,{children:c("notFoundDescription")})]}),(0,b.jsx)(t.Button,{asChild:!0,className:"mt-4",variant:"outline",children:(0,b.jsxs)(y.Link,{href:"/worktrees",children:[(0,b.jsx)(d.ArrowLeft,{})," ",c("back")]})})]})]})}])}];
22
39
 
23
40
  //# sourceMappingURL=src_components_worktrees_worktree-detail-page_tsx_1oexgu_._.js.map
@@ -29,6 +29,9 @@
29
29
  },
30
30
  "/api/tools/catalog": {
31
31
  "maxDuration": 180
32
+ },
33
+ "/api/worktrees/[worktreeId]/diff-image": {
34
+ "maxDuration": 90
32
35
  }
33
36
  }
34
37
  }
@@ -7,14 +7,14 @@ globalThis.__BUILD_MANIFEST = {
7
7
  "static/chunks/0cz1d0mv5g_q7.js"
8
8
  ],
9
9
  "lowPriorityFiles": [
10
- "static/_pMjurqsAcC478HIzIe-d/_buildManifest.js",
11
- "static/_pMjurqsAcC478HIzIe-d/_ssgManifest.js",
12
- "static/_pMjurqsAcC478HIzIe-d/_clientMiddlewareManifest.js"
10
+ "static/ePu377E66yy0icQx3ykQJ/_buildManifest.js",
11
+ "static/ePu377E66yy0icQx3ykQJ/_ssgManifest.js",
12
+ "static/ePu377E66yy0icQx3ykQJ/_clientMiddlewareManifest.js"
13
13
  ],
14
14
  "rootMainFiles": [
15
- "static/chunks/0biu8z1f8c42u.js",
15
+ "static/chunks/40ovzayigkz_-.js",
16
16
  "static/chunks/09w24awgoam9b.js",
17
- "static/chunks/0d-e51sawr2y8.js",
18
- "static/chunks/turbopack-1rw7om86c18dg.js"
17
+ "static/chunks/34oyci46fsc5w.js",
18
+ "static/chunks/turbopack-1v9ogj_5hv56l.js"
19
19
  ]
20
20
  };
@@ -1 +1 @@
1
- self.__NEXT_FONT_MANIFEST="{\n \"app\": {\n \"[project]/src/app/[locale]/actions/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/agents/[id]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/agents/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/build-data/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/builds/[buildId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/builds/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/codebases/[codebaseId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/codebases/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/codebases/repositories/[repositoryId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/comments/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/jira/cache/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/jira/cache/tickets/[issueKey]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/jira/tickets/[issueKey]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/jira/tickets/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/jobs/[jobId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/pull-requests/[owner]/[repository]/[number]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/pull-requests/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/settings/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/skills/[skillId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/skills/groups/[groupId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/skills/groups/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/skills/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/skills/sync/[runId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/tools/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/usage/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/worktrees/[worktreeId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/worktrees/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ]\n },\n \"appUsingSizeAdjust\": true,\n \"pages\": {},\n \"pagesUsingSizeAdjust\": false\n}"
1
+ self.__NEXT_FONT_MANIFEST="{\n \"app\": {\n \"[project]/src/app/[locale]/actions/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/agents/[id]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/agents/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/build-data/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/builds/[buildId]/coverage/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/builds/[buildId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/builds/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/codebases/[codebaseId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/codebases/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/codebases/repositories/[repositoryId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/comments/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/jira/cache/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/jira/cache/tickets/[issueKey]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/jira/tickets/[issueKey]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/jira/tickets/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/jobs/[jobId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/pull-requests/[owner]/[repository]/[number]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/pull-requests/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/settings/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/skills/[skillId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/skills/groups/[groupId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/skills/groups/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/skills/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/skills/sync/[runId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/tools/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/usage/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/worktrees/[worktreeId]/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ],\n \"[project]/src/app/[locale]/worktrees/page\": [\n \"static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2\",\n \"static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2\"\n ]\n },\n \"appUsingSizeAdjust\": true,\n \"pages\": {},\n \"pagesUsingSizeAdjust\": false\n}"
@@ -16,6 +16,10 @@
16
16
  "static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2",
17
17
  "static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2"
18
18
  ],
19
+ "[project]/src/app/[locale]/builds/[buildId]/coverage/page": [
20
+ "static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2",
21
+ "static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2"
22
+ ],
19
23
  "[project]/src/app/[locale]/builds/[buildId]/page": [
20
24
  "static/media/caa3a2e1cccd8315-s.p.0wgildi0cnwt9.woff2",
21
25
  "static/media/797e433ab948586e-s.p.0r6juujl39pe6.woff2"
@@ -1 +1 @@
1
- <!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0biu8z1f8c42u.js"/><script src="/_next/static/chunks/09w24awgoam9b.js" async=""></script><script src="/_next/static/chunks/0d-e51sawr2y8.js" async=""></script><script src="/_next/static/chunks/turbopack-1rw7om86c18dg.js" async=""></script><script src="/_next/static/chunks/2yl1jv4w6po1z.js" async=""></script><script src="/_next/static/chunks/1m5ykreap-f2c.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><link rel="icon" href="/favicon.ico?favicon.2vob68tjqpejf.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/0biu8z1f8c42u.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[339756,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"default\"]\n3:I[837457,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"default\"]\n4:I[897367,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[897367,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"ViewportBoundary\"]\na:I[897367,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"MetadataBoundary\"]\nc:I[168027,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/1m5ykreap-f2c.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"_pMjurqsAcC478HIzIe-d\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"e:I[154500,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"IconMark\"]\n6:null\nb:[[\"$\",\"link\",\"0\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.2vob68tjqpejf.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Le\",\"1\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/40ovzayigkz_-.js"/><script src="/_next/static/chunks/09w24awgoam9b.js" async=""></script><script src="/_next/static/chunks/34oyci46fsc5w.js" async=""></script><script src="/_next/static/chunks/turbopack-1v9ogj_5hv56l.js" async=""></script><script src="/_next/static/chunks/2yl1jv4w6po1z.js" async=""></script><script src="/_next/static/chunks/1m5ykreap-f2c.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><link rel="icon" href="/favicon.ico?favicon.2vob68tjqpejf.ico" sizes="256x256" type="image/x-icon"/><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/40ovzayigkz_-.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[339756,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"default\"]\n3:I[837457,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"default\"]\n4:I[897367,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[897367,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"ViewportBoundary\"]\na:I[897367,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"MetadataBoundary\"]\nc:I[168027,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/1m5ykreap-f2c.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"children\":[\"$\",\"body\",null,{\"children\":[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:props:children:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"ePu377E66yy0icQx3ykQJ\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"e:I[154500,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"IconMark\"]\n6:null\nb:[[\"$\",\"link\",\"0\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.2vob68tjqpejf.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Le\",\"1\",{}]]\n"])</script></body></html>
@@ -1 +1 @@
1
- <!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0biu8z1f8c42u.js"/><script src="/_next/static/chunks/09w24awgoam9b.js" async=""></script><script src="/_next/static/chunks/0d-e51sawr2y8.js" async=""></script><script src="/_next/static/chunks/turbopack-1rw7om86c18dg.js" async=""></script><script src="/_next/static/chunks/2yl1jv4w6po1z.js" async=""></script><script src="/_next/static/chunks/1m5ykreap-f2c.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><link rel="icon" href="/favicon.ico?favicon.2vob68tjqpejf.ico" sizes="256x256" type="image/x-icon"/><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/0biu8z1f8c42u.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[339756,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"default\"]\n3:I[837457,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"default\"]\n4:I[897367,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[897367,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"ViewportBoundary\"]\na:I[897367,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"MetadataBoundary\"]\nc:I[168027,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"_pMjurqsAcC478HIzIe-d\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"e:I[154500,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"IconMark\"]\n6:null\nb:[[\"$\",\"link\",\"0\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.2vob68tjqpejf.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Le\",\"1\",{}]]\n"])</script></body></html>
1
+ <!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/40ovzayigkz_-.js"/><script src="/_next/static/chunks/09w24awgoam9b.js" async=""></script><script src="/_next/static/chunks/34oyci46fsc5w.js" async=""></script><script src="/_next/static/chunks/turbopack-1v9ogj_5hv56l.js" async=""></script><script src="/_next/static/chunks/2yl1jv4w6po1z.js" async=""></script><script src="/_next/static/chunks/1m5ykreap-f2c.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><link rel="icon" href="/favicon.ico?favicon.2vob68tjqpejf.ico" sizes="256x256" type="image/x-icon"/><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/0cz1d0mv5g_q7.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/40ovzayigkz_-.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[339756,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"default\"]\n3:I[837457,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"default\"]\n4:I[897367,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[897367,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"ViewportBoundary\"]\na:I[897367,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"MetadataBoundary\"]\nc:I[168027,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"ePu377E66yy0icQx3ykQJ\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"e:I[154500,[\"/_next/static/chunks/2yl1jv4w6po1z.js\",\"/_next/static/chunks/1m5ykreap-f2c.js\"],\"IconMark\"]\n6:null\nb:[[\"$\",\"link\",\"0\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?favicon.2vob68tjqpejf.ico\",\"sizes\":\"256x256\",\"type\":\"image/x-icon\"}],[\"$\",\"$Le\",\"1\",{}]]\n"])</script></body></html>
@@ -1 +1 @@
1
- self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"jxKNdX4sG9Zcl0pEqXjDKt4AozMf6jSkkZZd/a0uays=\"\n}"
1
+ self.__RSC_SERVER_MANIFEST="{\n \"node\": {},\n \"edge\": {},\n \"encryptionKey\": \"dNTZHOfkUElJoY09/CJagacXcLUtZkIoiHa1GazfG6s=\"\n}"
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "node": {},
3
3
  "edge": {},
4
- "encryptionKey": "jxKNdX4sG9Zcl0pEqXjDKt4AozMf6jSkkZZd/a0uays="
4
+ "encryptionKey": "dNTZHOfkUElJoY09/CJagacXcLUtZkIoiHa1GazfG6s="
5
5
  }