@shipit-ai/cli 1.167.1 → 1.169.0

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 (396) hide show
  1. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/antigravity.json +1 -1
  2. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/bash.json +1 -0
  3. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/cursor-cli.json +1 -1
  4. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/cursor.json +1 -1
  5. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/fish.json +1 -0
  6. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/powershell.json +1 -0
  7. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/zsh.json +1 -0
  8. package/dist/src/presentation/web/app/layout.d.ts.map +1 -1
  9. package/dist/src/presentation/web/app/layout.js +15 -2
  10. package/dist/src/presentation/web/components/common/base-drawer/base-drawer.d.ts.map +1 -1
  11. package/dist/src/presentation/web/components/common/base-drawer/base-drawer.js +4 -1
  12. package/dist/src/presentation/web/components/common/page-header/page-header.d.ts +3 -1
  13. package/dist/src/presentation/web/components/common/page-header/page-header.d.ts.map +1 -1
  14. package/dist/src/presentation/web/components/common/page-header/page-header.js +8 -2
  15. package/dist/src/presentation/web/components/common/repository-node/repository-node.d.ts.map +1 -1
  16. package/dist/src/presentation/web/components/common/repository-node/repository-node.js +6 -1
  17. package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.d.ts +9 -1
  18. package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.d.ts.map +1 -1
  19. package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.js +12 -6
  20. package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.d.ts.map +1 -1
  21. package/dist/src/presentation/web/components/common/sidebar-collapse-toggle/sidebar-collapse-toggle.js +5 -1
  22. package/dist/src/presentation/web/components/common/sidebar-nav-item/sidebar-nav-item.d.ts.map +1 -1
  23. package/dist/src/presentation/web/components/common/sidebar-nav-item/sidebar-nav-item.js +15 -0
  24. package/dist/src/presentation/web/components/features/chat/ChatSheet.d.ts.map +1 -1
  25. package/dist/src/presentation/web/components/features/chat/ChatSheet.js +18 -5
  26. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.d.ts.map +1 -1
  27. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.js +1 -1
  28. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.d.ts.map +1 -1
  29. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.js +5 -1
  30. package/dist/src/presentation/web/components/features/settings/agent-settings-section.d.ts +3 -3
  31. package/dist/src/presentation/web/components/features/settings/agent-settings-section.d.ts.map +1 -1
  32. package/dist/src/presentation/web/components/features/settings/agent-settings-section.js +23 -102
  33. package/dist/src/presentation/web/components/features/settings/agent-settings-section.stories.d.ts +2 -3
  34. package/dist/src/presentation/web/components/features/settings/agent-settings-section.stories.d.ts.map +1 -1
  35. package/dist/src/presentation/web/components/features/settings/agent-settings-section.stories.js +18 -22
  36. package/dist/src/presentation/web/components/features/settings/ci-settings-section.d.ts.map +1 -1
  37. package/dist/src/presentation/web/components/features/settings/ci-settings-section.js +14 -5
  38. package/dist/src/presentation/web/components/features/settings/database-settings-section.d.ts.map +1 -1
  39. package/dist/src/presentation/web/components/features/settings/database-settings-section.js +14 -4
  40. package/dist/src/presentation/web/components/features/settings/environment-settings-section.d.ts +9 -3
  41. package/dist/src/presentation/web/components/features/settings/environment-settings-section.d.ts.map +1 -1
  42. package/dist/src/presentation/web/components/features/settings/environment-settings-section.js +75 -65
  43. package/dist/src/presentation/web/components/features/settings/environment-settings-section.stories.d.ts.map +1 -1
  44. package/dist/src/presentation/web/components/features/settings/environment-settings-section.stories.js +20 -18
  45. package/dist/src/presentation/web/components/features/settings/fab-layout-settings-section.d.ts.map +1 -1
  46. package/dist/src/presentation/web/components/features/settings/fab-layout-settings-section.js +1 -1
  47. package/dist/src/presentation/web/components/features/settings/feature-flags-settings-section.d.ts +3 -3
  48. package/dist/src/presentation/web/components/features/settings/feature-flags-settings-section.d.ts.map +1 -1
  49. package/dist/src/presentation/web/components/features/settings/feature-flags-settings-section.js +48 -50
  50. package/dist/src/presentation/web/components/features/settings/feature-flags-settings-section.stories.d.ts.map +1 -1
  51. package/dist/src/presentation/web/components/features/settings/feature-flags-settings-section.stories.js +25 -25
  52. package/dist/src/presentation/web/components/features/settings/interactive-agent-settings-section.d.ts.map +1 -1
  53. package/dist/src/presentation/web/components/features/settings/interactive-agent-settings-section.js +3 -3
  54. package/dist/src/presentation/web/components/features/settings/notification-settings-section.d.ts +3 -3
  55. package/dist/src/presentation/web/components/features/settings/notification-settings-section.d.ts.map +1 -1
  56. package/dist/src/presentation/web/components/features/settings/notification-settings-section.js +64 -47
  57. package/dist/src/presentation/web/components/features/settings/notification-settings-section.stories.d.ts.map +1 -1
  58. package/dist/src/presentation/web/components/features/settings/notification-settings-section.stories.js +32 -24
  59. package/dist/src/presentation/web/components/features/settings/settings-page-client.d.ts.map +1 -1
  60. package/dist/src/presentation/web/components/features/settings/settings-page-client.js +28 -381
  61. package/dist/src/presentation/web/components/features/settings/settings-page-client.stories.d.ts +2 -0
  62. package/dist/src/presentation/web/components/features/settings/settings-page-client.stories.d.ts.map +1 -1
  63. package/dist/src/presentation/web/components/features/settings/settings-page-client.stories.js +13 -0
  64. package/dist/src/presentation/web/components/features/settings/settings-section-utils.d.ts +13 -10
  65. package/dist/src/presentation/web/components/features/settings/settings-section-utils.d.ts.map +1 -1
  66. package/dist/src/presentation/web/components/features/settings/settings-section-utils.js +10 -10
  67. package/dist/src/presentation/web/components/features/settings/settings-section-utils.stories.d.ts +1 -1
  68. package/dist/src/presentation/web/components/features/settings/settings-section-utils.stories.d.ts.map +1 -1
  69. package/dist/src/presentation/web/components/features/settings/settings-section-utils.stories.js +7 -7
  70. package/dist/src/presentation/web/components/features/settings/stage-timeouts-settings-section.d.ts.map +1 -1
  71. package/dist/src/presentation/web/components/features/settings/stage-timeouts-settings-section.js +1 -1
  72. package/dist/src/presentation/web/components/features/settings/workflow-settings-section.d.ts +3 -3
  73. package/dist/src/presentation/web/components/features/settings/workflow-settings-section.d.ts.map +1 -1
  74. package/dist/src/presentation/web/components/features/settings/workflow-settings-section.js +118 -165
  75. package/dist/src/presentation/web/components/features/settings/workflow-settings-section.stories.d.ts +1 -1
  76. package/dist/src/presentation/web/components/features/settings/workflow-settings-section.stories.d.ts.map +1 -1
  77. package/dist/src/presentation/web/components/features/settings/workflow-settings-section.stories.js +26 -64
  78. package/dist/src/presentation/web/components/features/skills/category-filter.d.ts.map +1 -1
  79. package/dist/src/presentation/web/components/features/skills/category-filter.js +12 -2
  80. package/dist/src/presentation/web/components/features/skills/skill-card.d.ts.map +1 -1
  81. package/dist/src/presentation/web/components/features/skills/skill-card.js +3 -3
  82. package/dist/src/presentation/web/components/features/skills/skill-detail-drawer.d.ts.map +1 -1
  83. package/dist/src/presentation/web/components/features/skills/skill-detail-drawer.js +27 -1
  84. package/dist/src/presentation/web/components/features/skills/skill-list.js +2 -2
  85. package/dist/src/presentation/web/components/features/skills/skills-page-client.d.ts.map +1 -1
  86. package/dist/src/presentation/web/components/features/skills/skills-page-client.js +2 -2
  87. package/dist/src/presentation/web/components/features/tools/tool-card.d.ts.map +1 -1
  88. package/dist/src/presentation/web/components/features/tools/tool-card.js +20 -11
  89. package/dist/src/presentation/web/components/features/tools/tool-detail-drawer.js +1 -1
  90. package/dist/src/presentation/web/components/features/tools/tools-page-client.d.ts.map +1 -1
  91. package/dist/src/presentation/web/components/features/tools/tools-page-client.js +6 -1
  92. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.d.ts.map +1 -1
  93. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.js +39 -43
  94. package/dist/src/presentation/web/components/ui/card.d.ts.map +1 -1
  95. package/dist/src/presentation/web/components/ui/card.js +9 -1
  96. package/dist/src/presentation/web/components/ui/drawer.d.ts.map +1 -1
  97. package/dist/src/presentation/web/components/ui/drawer.js +8 -2
  98. package/dist/src/presentation/web/components/ui/tooltip.d.ts.map +1 -1
  99. package/dist/src/presentation/web/components/ui/tooltip.js +3 -3
  100. package/dist/translations/ar/web.json +1 -0
  101. package/dist/translations/de/web.json +1 -0
  102. package/dist/translations/en/web.json +1 -0
  103. package/dist/translations/es/web.json +1 -0
  104. package/dist/translations/fr/web.json +1 -0
  105. package/dist/translations/he/web.json +1 -0
  106. package/dist/translations/pt/web.json +1 -0
  107. package/dist/translations/ru/web.json +1 -0
  108. package/dist/tsconfig.build.tsbuildinfo +1 -1
  109. package/package.json +1 -1
  110. package/web/.next/BUILD_ID +1 -1
  111. package/web/.next/build-manifest.json +3 -3
  112. package/web/.next/fallback-build-manifest.json +3 -3
  113. package/web/.next/prerender-manifest.json +3 -3
  114. package/web/.next/required-server-files.js +2 -2
  115. package/web/.next/required-server-files.json +2 -2
  116. package/web/.next/server/app/(dashboard)/@drawer/adopt/page/next-font-manifest.json +6 -2
  117. package/web/.next/server/app/(dashboard)/@drawer/adopt/page/server-reference-manifest.json +29 -29
  118. package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js +1 -1
  119. package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js.nft.json +1 -1
  120. package/web/.next/server/app/(dashboard)/@drawer/adopt/page_client-reference-manifest.js +1 -1
  121. package/web/.next/server/app/(dashboard)/@drawer/chat/page/next-font-manifest.json +6 -2
  122. package/web/.next/server/app/(dashboard)/@drawer/chat/page/server-reference-manifest.json +27 -27
  123. package/web/.next/server/app/(dashboard)/@drawer/chat/page.js +1 -1
  124. package/web/.next/server/app/(dashboard)/@drawer/chat/page.js.nft.json +1 -1
  125. package/web/.next/server/app/(dashboard)/@drawer/chat/page_client-reference-manifest.js +1 -1
  126. package/web/.next/server/app/(dashboard)/@drawer/create/page/next-font-manifest.json +6 -2
  127. package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +31 -31
  128. package/web/.next/server/app/(dashboard)/@drawer/create/page.js +1 -1
  129. package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
  130. package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
  131. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/next-font-manifest.json +6 -2
  132. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +37 -37
  133. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js +2 -2
  134. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  135. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  136. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/next-font-manifest.json +6 -2
  137. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +37 -37
  138. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +2 -2
  139. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
  140. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
  141. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/next-font-manifest.json +6 -2
  142. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +28 -28
  143. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js +1 -1
  144. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
  145. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
  146. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/next-font-manifest.json +6 -2
  147. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +28 -28
  148. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +1 -1
  149. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
  150. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  151. package/web/.next/server/app/(dashboard)/chat/page/next-font-manifest.json +6 -2
  152. package/web/.next/server/app/(dashboard)/chat/page/server-reference-manifest.json +27 -27
  153. package/web/.next/server/app/(dashboard)/chat/page.js +1 -1
  154. package/web/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -1
  155. package/web/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -1
  156. package/web/.next/server/app/(dashboard)/create/page/next-font-manifest.json +6 -2
  157. package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +31 -31
  158. package/web/.next/server/app/(dashboard)/create/page.js +1 -1
  159. package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
  160. package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
  161. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/next-font-manifest.json +6 -2
  162. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +37 -37
  163. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js +2 -2
  164. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  165. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  166. package/web/.next/server/app/(dashboard)/feature/[featureId]/page/next-font-manifest.json +6 -2
  167. package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +37 -37
  168. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +2 -2
  169. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
  170. package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
  171. package/web/.next/server/app/(dashboard)/page/next-font-manifest.json +6 -2
  172. package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +27 -27
  173. package/web/.next/server/app/(dashboard)/page.js +1 -1
  174. package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
  175. package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
  176. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/next-font-manifest.json +6 -2
  177. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +28 -28
  178. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js +1 -1
  179. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
  180. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
  181. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/next-font-manifest.json +6 -2
  182. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +28 -28
  183. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +1 -1
  184. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
  185. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  186. package/web/.next/server/app/_global-error.html +1 -1
  187. package/web/.next/server/app/_global-error.rsc +1 -1
  188. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  189. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  190. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  191. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  192. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  193. package/web/.next/server/app/_not-found/page/next-font-manifest.json +6 -2
  194. package/web/.next/server/app/_not-found/page/server-reference-manifest.json +6 -6
  195. package/web/.next/server/app/_not-found/page.js +1 -1
  196. package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  197. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  198. package/web/.next/server/app/api/attachments/preview/route.js.nft.json +1 -1
  199. package/web/.next/server/app/api/dialog/pick-files/route.js.nft.json +1 -1
  200. package/web/.next/server/app/api/evidence/route.js.nft.json +1 -1
  201. package/web/.next/server/app/api/graph-data/route.js.nft.json +1 -1
  202. package/web/.next/server/app/api/interactive/chat/[featureId]/messages/route.js.nft.json +1 -1
  203. package/web/.next/server/app/settings/page/next-font-manifest.json +6 -2
  204. package/web/.next/server/app/settings/page/server-reference-manifest.json +11 -11
  205. package/web/.next/server/app/settings/page.js +1 -1
  206. package/web/.next/server/app/settings/page.js.nft.json +1 -1
  207. package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  208. package/web/.next/server/app/skills/page/next-font-manifest.json +6 -2
  209. package/web/.next/server/app/skills/page/server-reference-manifest.json +11 -11
  210. package/web/.next/server/app/skills/page.js +1 -1
  211. package/web/.next/server/app/skills/page.js.nft.json +1 -1
  212. package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  213. package/web/.next/server/app/tools/page/next-font-manifest.json +6 -2
  214. package/web/.next/server/app/tools/page/server-reference-manifest.json +11 -11
  215. package/web/.next/server/app/tools/page.js +1 -1
  216. package/web/.next/server/app/tools/page.js.nft.json +1 -1
  217. package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  218. package/web/.next/server/app/version/page/next-font-manifest.json +6 -2
  219. package/web/.next/server/app/version/page/server-reference-manifest.json +6 -6
  220. package/web/.next/server/app/version/page.js +1 -1
  221. package/web/.next/server/app/version/page.js.nft.json +1 -1
  222. package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  223. package/web/.next/server/chunks/[root-of-the-server]__0tb~wwk._.js +1 -1
  224. package/web/.next/server/chunks/ssr/08qz_lucide-react_dist_esm_icons_0c0dui7._.js +3 -0
  225. package/web/.next/server/chunks/ssr/08qz_lucide-react_dist_esm_icons_0c0dui7._.js.map +1 -0
  226. package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_create-drawer-client_tsx_0g70fc5._.js +1 -1
  227. package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_create-drawer-client_tsx_0g70fc5._.js.map +1 -1
  228. package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_feature-drawer-client_tsx_104cna.._.js +2 -2
  229. package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_feature-drawer-client_tsx_104cna.._.js.map +1 -1
  230. package/web/.next/server/chunks/ssr/0ukq_presentation_web_components_features_settings_settings-page-client_tsx_0j1uius._.js +1 -1
  231. package/web/.next/server/chunks/ssr/0ukq_presentation_web_components_features_settings_settings-page-client_tsx_0j1uius._.js.map +1 -1
  232. package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_repository-drawer-client_tsx_09z.znp._.js +1 -1
  233. package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_repository-drawer-client_tsx_09z.znp._.js.map +1 -1
  234. package/web/.next/server/chunks/ssr/[root-of-the-server]__05_qc0n._.js +1 -1
  235. package/web/.next/server/chunks/ssr/[root-of-the-server]__05_qc0n._.js.map +1 -1
  236. package/web/.next/server/chunks/ssr/{[root-of-the-server]__0uy_5rw._.js → [root-of-the-server]__0ge~xny._.js} +2 -2
  237. package/web/.next/server/chunks/ssr/{[root-of-the-server]__0uy_5rw._.js.map → [root-of-the-server]__0ge~xny._.js.map} +1 -1
  238. package/web/.next/server/chunks/ssr/[root-of-the-server]__0jy4nha._.js +3 -0
  239. package/web/.next/server/chunks/ssr/[root-of-the-server]__0jy4nha._.js.map +1 -0
  240. package/web/.next/server/chunks/ssr/{_0e5cv3q._.js → [root-of-the-server]__0n~o-g-._.js} +2 -2
  241. package/web/.next/server/chunks/ssr/[root-of-the-server]__0n~o-g-._.js.map +1 -0
  242. package/web/.next/server/chunks/ssr/{[root-of-the-server]__02.89uf._.js → [root-of-the-server]__0qda~yi._.js} +2 -2
  243. package/web/.next/server/chunks/ssr/{[root-of-the-server]__02.89uf._.js.map → [root-of-the-server]__0qda~yi._.js.map} +1 -1
  244. package/web/.next/server/chunks/ssr/{[root-of-the-server]__0c0xoi_._.js → [root-of-the-server]__0qxd563._.js} +2 -2
  245. package/web/.next/server/chunks/ssr/{[root-of-the-server]__0c0xoi_._.js.map → [root-of-the-server]__0qxd563._.js.map} +1 -1
  246. package/web/.next/server/chunks/ssr/[root-of-the-server]__0rv1gci._.js +1 -1
  247. package/web/.next/server/chunks/ssr/[root-of-the-server]__0rvrr1j._.js +1 -1
  248. package/web/.next/server/chunks/ssr/[root-of-the-server]__0rvrr1j._.js.map +1 -1
  249. package/web/.next/server/chunks/ssr/[root-of-the-server]__0tq2syh._.js +1 -1
  250. package/web/.next/server/chunks/ssr/{[root-of-the-server]__0r5zhk.._.js → [root-of-the-server]__0t~u8sd._.js} +2 -2
  251. package/web/.next/server/chunks/ssr/{[root-of-the-server]__0r5zhk.._.js.map → [root-of-the-server]__0t~u8sd._.js.map} +1 -1
  252. package/web/.next/server/chunks/ssr/{[root-of-the-server]__04rq9lr._.js → [root-of-the-server]__10tll_l._.js} +2 -2
  253. package/web/.next/server/chunks/ssr/{[root-of-the-server]__04rq9lr._.js.map → [root-of-the-server]__10tll_l._.js.map} +1 -1
  254. package/web/.next/server/chunks/ssr/[root-of-the-server]__12j29w-._.js +1 -1
  255. package/web/.next/server/chunks/ssr/[root-of-the-server]__12j29w-._.js.map +1 -1
  256. package/web/.next/server/chunks/ssr/_0-09vq7._.js +1 -1
  257. package/web/.next/server/chunks/ssr/_0-09vq7._.js.map +1 -1
  258. package/web/.next/server/chunks/ssr/{_138qywk._.js → _01qdxy2._.js} +2 -2
  259. package/web/.next/server/chunks/ssr/{_138qywk._.js.map → _01qdxy2._.js.map} +1 -1
  260. package/web/.next/server/chunks/ssr/_01sesw0._.js +1 -1
  261. package/web/.next/server/chunks/ssr/_01sesw0._.js.map +1 -1
  262. package/web/.next/server/chunks/ssr/_069y.js._.js +2 -2
  263. package/web/.next/server/chunks/ssr/_069y.js._.js.map +1 -1
  264. package/web/.next/server/chunks/ssr/_09r54oy._.js +7 -0
  265. package/web/.next/server/chunks/ssr/_09r54oy._.js.map +1 -0
  266. package/web/.next/server/chunks/ssr/_0__4si~._.js +1 -1
  267. package/web/.next/server/chunks/ssr/_0__4si~._.js.map +1 -1
  268. package/web/.next/server/chunks/ssr/_0_m17kl._.js +1 -1
  269. package/web/.next/server/chunks/ssr/_0_m17kl._.js.map +1 -1
  270. package/web/.next/server/chunks/ssr/_0a_8rlj._.js +3 -0
  271. package/web/.next/server/chunks/ssr/_0a_8rlj._.js.map +1 -0
  272. package/web/.next/server/chunks/ssr/_0d4miu.._.js +1 -1
  273. package/web/.next/server/chunks/ssr/_0d4miu.._.js.map +1 -1
  274. package/web/.next/server/chunks/ssr/_0dy8.0k._.js +3 -0
  275. package/web/.next/server/chunks/ssr/_0dy8.0k._.js.map +1 -0
  276. package/web/.next/server/chunks/ssr/_0e8ern9._.js +1 -1
  277. package/web/.next/server/chunks/ssr/_0e8ern9._.js.map +1 -1
  278. package/web/.next/server/chunks/ssr/_0l2~~pi._.js +3 -0
  279. package/web/.next/server/chunks/ssr/_0l2~~pi._.js.map +1 -0
  280. package/web/.next/server/chunks/ssr/_0n.magx._.js +1 -1
  281. package/web/.next/server/chunks/ssr/_0p3~u8u._.js +2 -2
  282. package/web/.next/server/chunks/ssr/_0p3~u8u._.js.map +1 -1
  283. package/web/.next/server/chunks/ssr/{_00k65h-._.js → _0pa1dkv._.js} +2 -2
  284. package/web/.next/server/chunks/ssr/_0pa1dkv._.js.map +1 -0
  285. package/web/.next/server/chunks/ssr/_0r.3n~3._.js +1 -1
  286. package/web/.next/server/chunks/ssr/_0r.3n~3._.js.map +1 -1
  287. package/web/.next/server/chunks/ssr/_0t59q8r._.js +1 -1
  288. package/web/.next/server/chunks/ssr/_0t59q8r._.js.map +1 -1
  289. package/web/.next/server/chunks/ssr/_0vjw-e_._.js +7 -0
  290. package/web/.next/server/chunks/ssr/_0vjw-e_._.js.map +1 -0
  291. package/web/.next/server/chunks/ssr/_0vyfc4b._.js +1 -1
  292. package/web/.next/server/chunks/ssr/_0vyfc4b._.js.map +1 -1
  293. package/web/.next/server/chunks/ssr/_0w-_hww._.js +1 -1
  294. package/web/.next/server/chunks/ssr/_0w-_hww._.js.map +1 -1
  295. package/web/.next/server/chunks/ssr/{_0-.ckn5._.js → _0wor25i._.js} +2 -2
  296. package/web/.next/server/chunks/ssr/{_0-.ckn5._.js.map → _0wor25i._.js.map} +1 -1
  297. package/web/.next/server/chunks/ssr/_0zk-h5w._.js +1 -1
  298. package/web/.next/server/chunks/ssr/_0zk-h5w._.js.map +1 -1
  299. package/web/.next/server/chunks/ssr/{_0hwjfpu._.js → _0~0jkp_._.js} +2 -2
  300. package/web/.next/server/chunks/ssr/_0~0jkp_._.js.map +1 -0
  301. package/web/.next/server/chunks/ssr/_0~7lwu_._.js +1 -1
  302. package/web/.next/server/chunks/ssr/_0~7lwu_._.js.map +1 -1
  303. package/web/.next/server/chunks/ssr/_1161g9x._.js +1 -1
  304. package/web/.next/server/chunks/ssr/_1161g9x._.js.map +1 -1
  305. package/web/.next/server/chunks/ssr/src_presentation_web_0y11iiz._.js +1 -1
  306. package/web/.next/server/chunks/ssr/src_presentation_web_0y11iiz._.js.map +1 -1
  307. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_05m2q~u.js +1 -1
  308. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_05m2q~u.js.map +1 -1
  309. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_0.6zk.t.js +1 -1
  310. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_0.6zk.t.js.map +1 -1
  311. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_approve-feature_ts_0pjb_re._.js +1 -1
  312. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_0w2wqvu._.js +1 -1
  313. package/web/.next/server/chunks/ssr/src_presentation_web_components_0sk2qdt._.js +1 -1
  314. package/web/.next/server/chunks/ssr/src_presentation_web_components_0sk2qdt._.js.map +1 -1
  315. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_0l3oxx9._.js +1 -1
  316. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_0l3oxx9._.js.map +1 -1
  317. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_0aji.op._.js +1 -1
  318. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_0aji.op._.js.map +1 -1
  319. package/web/.next/server/middleware-build-manifest.js +3 -3
  320. package/web/.next/server/next-font-manifest.js +1 -1
  321. package/web/.next/server/next-font-manifest.json +60 -2
  322. package/web/.next/server/pages/500.html +1 -1
  323. package/web/.next/server/server-reference-manifest.js +1 -1
  324. package/web/.next/server/server-reference-manifest.json +50 -50
  325. package/web/.next/static/chunks/{05enics63g._-.js → 0-ud~1jj7chzu.js} +4 -4
  326. package/web/.next/static/chunks/00m_fbc2z1gyi.js +5 -0
  327. package/web/.next/static/chunks/{0q7ohuqneuur4.js → 09f2lesd_dd3~.js} +1 -1
  328. package/web/.next/static/chunks/0c0dau5pmseko.js +1 -0
  329. package/web/.next/static/chunks/{0ps5sykbi-z5-.js → 0dq50gtgaj63f.js} +1 -1
  330. package/web/.next/static/chunks/{11bi612fz8agh.js → 0in4l8mne5y~_.js} +1 -1
  331. package/web/.next/static/chunks/0inayq2zzadja.js +1 -0
  332. package/web/.next/static/chunks/{0t3xjndx2s1_j.css → 0j.1nx3ly591i.css} +1 -0
  333. package/web/.next/static/chunks/{0-woqr2brccx_.js → 0k0j7anrbg-of.js} +1 -1
  334. package/web/.next/static/chunks/{0ma7k9iohb3bb.js → 0o33urrd3lk~u.js} +1 -1
  335. package/web/.next/static/chunks/0o4m0k3642219.js +1 -0
  336. package/web/.next/static/chunks/0pt-d18f7zxvv.js +1 -0
  337. package/web/.next/static/chunks/{0ls0v8h_qbctm.js → 0u_27fdqa2jeg.js} +1 -1
  338. package/web/.next/static/chunks/0udlnp30o1kjd.js +5 -0
  339. package/web/.next/static/chunks/0xwh.0u-dexsl.js +1 -0
  340. package/web/.next/static/chunks/0yibymrb2j05t.css +1 -0
  341. package/web/.next/static/chunks/103xnw203o9k1.js +1 -0
  342. package/web/.next/static/chunks/{022nrd6snse79.js → 11vbir.u7_zf7.js} +1 -1
  343. package/web/.next/static/chunks/{02phgt~f2c-2q.js → 121v1_d_dfk2k.js} +1 -1
  344. package/web/.next/static/chunks/{0q8ax~44oybo2.js → 12axopx66pocj.js} +1 -1
  345. package/web/.next/static/chunks/12pd180jp8zu..js +5 -0
  346. package/web/.next/static/chunks/13fcwhkw7dle2.js +1 -0
  347. package/web/.next/static/chunks/13q1peb_t9vj8.js +1 -0
  348. package/web/.next/static/chunks/183ehj-b80a~o.js +1 -0
  349. package/web/.next/static/chunks/{0j.wph28jrce1.js → 1874_wt9rit96.js} +1 -1
  350. package/web/.next/static/media/1bffadaabf893a1e-s.16ipb6fqu393i.woff2 +0 -0
  351. package/web/.next/static/media/2bbe8d2671613f1f-s.067x_6k0k23tk.woff2 +0 -0
  352. package/web/.next/static/media/2c55a0e60120577a-s.0bjc5tiuqdqro.woff2 +0 -0
  353. package/web/.next/static/media/5476f68d60460930-s.0wxq9webf.ew4.woff2 +0 -0
  354. package/web/.next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff2 +0 -0
  355. package/web/.next/static/media/9c72aa0f40e4eef8-s.0m6w47a4e5dy9.woff2 +0 -0
  356. package/web/.next/static/media/ad66f9afd8947f86-s.11u06r12fd6v_.woff2 +0 -0
  357. package/web/package.json +2 -2
  358. package/web/public/favicon.svg +10 -0
  359. package/web/public/icons/tools/antigravity.svg +1 -0
  360. package/web/public/icons/tools/bash.svg +38 -0
  361. package/web/public/icons/tools/cursor-cli.svg +12 -0
  362. package/web/public/icons/tools/cursor.svg +1 -0
  363. package/web/public/icons/tools/fish.svg +153 -0
  364. package/web/public/icons/tools/powershell.svg +29 -0
  365. package/web/public/icons/tools/zsh.svg +1 -0
  366. package/web/.next/server/chunks/ssr/08qz_lucide-react_dist_esm_icons_0zwb4s4._.js +0 -3
  367. package/web/.next/server/chunks/ssr/08qz_lucide-react_dist_esm_icons_0zwb4s4._.js.map +0 -1
  368. package/web/.next/server/chunks/ssr/[root-of-the-server]__0lslgap._.js +0 -7
  369. package/web/.next/server/chunks/ssr/[root-of-the-server]__0lslgap._.js.map +0 -1
  370. package/web/.next/server/chunks/ssr/_00k65h-._.js.map +0 -1
  371. package/web/.next/server/chunks/ssr/_08i-c2n._.js +0 -3
  372. package/web/.next/server/chunks/ssr/_08i-c2n._.js.map +0 -1
  373. package/web/.next/server/chunks/ssr/_0aaotn-._.js +0 -3
  374. package/web/.next/server/chunks/ssr/_0aaotn-._.js.map +0 -1
  375. package/web/.next/server/chunks/ssr/_0e5cv3q._.js.map +0 -1
  376. package/web/.next/server/chunks/ssr/_0hwjfpu._.js.map +0 -1
  377. package/web/.next/server/chunks/ssr/_0phryzt._.js +0 -3
  378. package/web/.next/server/chunks/ssr/_0phryzt._.js.map +0 -1
  379. package/web/.next/server/chunks/ssr/_12un22l._.js +0 -7
  380. package/web/.next/server/chunks/ssr/_12un22l._.js.map +0 -1
  381. package/web/.next/static/chunks/0-lu0b1ewsb0_.js +0 -1
  382. package/web/.next/static/chunks/01~dudieyb7wl.js +0 -5
  383. package/web/.next/static/chunks/02kpdawdtqcxm.js +0 -1
  384. package/web/.next/static/chunks/03s7z6w1lj0w~.js +0 -1
  385. package/web/.next/static/chunks/04~sw.nhpwy6s.css +0 -1
  386. package/web/.next/static/chunks/08611baheit.t.js +0 -1
  387. package/web/.next/static/chunks/0_9k2ybutuphq.js +0 -1
  388. package/web/.next/static/chunks/0m5~9kij3s~81.js +0 -1
  389. package/web/.next/static/chunks/0q~uf2s33.48w.js +0 -1
  390. package/web/.next/static/chunks/15m2wfd5k_7fj.js +0 -1
  391. package/web/.next/static/chunks/15rbgqykl.er8.js +0 -1
  392. package/web/.next/static/chunks/164dnpi666fv_.js +0 -5
  393. package/web/.next/static/chunks/17z2sq7c5z8cr.js +0 -5
  394. /package/web/.next/static/{GSG_c1emY-f_AA00vD56y → SNdaKJ9fpre8tUMRe1jlA}/_buildManifest.js +0 -0
  395. /package/web/.next/static/{GSG_c1emY-f_AA00vD56y → SNdaKJ9fpre8tUMRe1jlA}/_clientMiddlewareManifest.js +0 -0
  396. /package/web/.next/static/{GSG_c1emY-f_AA00vD56y → SNdaKJ9fpre8tUMRe1jlA}/_ssgManifest.js +0 -0
@@ -1,3 +1,3 @@
1
1
  globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
2
- globalThis.__RSC_MANIFEST["/version/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":10206,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":10206,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":20397,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":20397,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":85914,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":85914,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":82321,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":82321,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":88078,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":88078,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":91336,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":91336,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":76410,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":76410,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/src/presentation/web/components/layouts/app-shell/app-shell.tsx <module evaluation>":{"id":87292,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/src/presentation/web/components/layouts/app-shell/app-shell.tsx":{"id":87292,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/src/presentation/web/components/ui/sonner.tsx <module evaluation>":{"id":25251,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/src/presentation/web/components/ui/sonner.tsx":{"id":25251,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/src/presentation/web/hooks/feature-flags-context.tsx <module evaluation>":{"id":75921,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/src/presentation/web/hooks/feature-flags-context.tsx":{"id":75921,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/src/presentation/web/hooks/fab-layout-context.tsx <module evaluation>":{"id":38373,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/src/presentation/web/hooks/fab-layout-context.tsx":{"id":38373,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/src/presentation/web/components/providers/query-provider.tsx <module evaluation>":{"id":4858,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/src/presentation/web/components/providers/query-provider.tsx":{"id":4858,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/src/presentation/web/components/providers/i18n-provider.tsx <module evaluation>":{"id":10644,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/src/presentation/web/components/providers/i18n-provider.tsx":{"id":10644,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/src/presentation/web/components/common/route-announcer/route-announcer.tsx <module evaluation>":{"id":93241,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/src/presentation/web/components/common/route-announcer/route-announcer.tsx":{"id":93241,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js"],"async":false},"[project]/src/presentation/web/app/global-error.tsx <module evaluation>":{"id":98295,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js","/_next/static/chunks/0f_-9wmq0kazp.js"],"async":false},"[project]/src/presentation/web/app/global-error.tsx":{"id":98295,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js","/_next/static/chunks/0f_-9wmq0kazp.js"],"async":false},"[project]/src/presentation/web/components/features/version/version-page-client.tsx <module evaluation>":{"id":1699,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js","/_next/static/chunks/15m2wfd5k_7fj.js"],"async":false},"[project]/src/presentation/web/components/features/version/version-page-client.tsx":{"id":1699,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/01~dudieyb7wl.js","/_next/static/chunks/0-woqr2brccx_.js","/_next/static/chunks/0_9k2ybutuphq.js","/_next/static/chunks/0ps5sykbi-z5-.js","/_next/static/chunks/15rbgqykl.er8.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/02kpdawdtqcxm.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/164dnpi666fv_.js","/_next/static/chunks/05enics63g._-.js","/_next/static/chunks/15m2wfd5k_7fj.js"],"async":false}},"ssrModuleMapping":{"10206":{"*":{"id":97414,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_00k65h-._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/_0-.ckn5._.js","server/chunks/ssr/[root-of-the-server]__0c0xoi_._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/[root-of-the-server]__0lslgap._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_12un22l._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_00u~.41._.js"],"async":false}},"20397":{"*":{"id":49302,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_00k65h-._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/_0-.ckn5._.js","server/chunks/ssr/[root-of-the-server]__0c0xoi_._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/[root-of-the-server]__0lslgap._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_12un22l._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_00u~.41._.js"],"async":false}},"85914":{"*":{"id":51528,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_00k65h-._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/_0-.ckn5._.js","server/chunks/ssr/[root-of-the-server]__0c0xoi_._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/[root-of-the-server]__0lslgap._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_12un22l._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_00u~.41._.js"],"async":false}},"82321":{"*":{"id":96647,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_00k65h-._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/_0-.ckn5._.js","server/chunks/ssr/[root-of-the-server]__0c0xoi_._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/[root-of-the-server]__0lslgap._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_12un22l._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_00u~.41._.js"],"async":false}},"88078":{"*":{"id":24860,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_00k65h-._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/_0-.ckn5._.js","server/chunks/ssr/[root-of-the-server]__0c0xoi_._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/[root-of-the-server]__0lslgap._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_12un22l._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_00u~.41._.js"],"async":false}},"91336":{"*":{"id":59673,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_00k65h-._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/_0-.ckn5._.js","server/chunks/ssr/[root-of-the-server]__0c0xoi_._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/[root-of-the-server]__0lslgap._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_12un22l._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_00u~.41._.js"],"async":false}},"76410":{"*":{"id":48217,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_00k65h-._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/_0-.ckn5._.js","server/chunks/ssr/[root-of-the-server]__0c0xoi_._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/[root-of-the-server]__0lslgap._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_12un22l._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_00u~.41._.js"],"async":false}},"87292":{"*":{"id":66560,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_00k65h-._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/_0-.ckn5._.js","server/chunks/ssr/[root-of-the-server]__0c0xoi_._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/[root-of-the-server]__0lslgap._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_12un22l._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_00u~.41._.js"],"async":false}},"25251":{"*":{"id":73301,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_00k65h-._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/_0-.ckn5._.js","server/chunks/ssr/[root-of-the-server]__0c0xoi_._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/[root-of-the-server]__0lslgap._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_12un22l._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_00u~.41._.js"],"async":false}},"75921":{"*":{"id":21333,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_00k65h-._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/_0-.ckn5._.js","server/chunks/ssr/[root-of-the-server]__0c0xoi_._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/[root-of-the-server]__0lslgap._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_12un22l._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_00u~.41._.js"],"async":false}},"38373":{"*":{"id":48265,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_00k65h-._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/_0-.ckn5._.js","server/chunks/ssr/[root-of-the-server]__0c0xoi_._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/[root-of-the-server]__0lslgap._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_12un22l._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_00u~.41._.js"],"async":false}},"4858":{"*":{"id":41835,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_00k65h-._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/_0-.ckn5._.js","server/chunks/ssr/[root-of-the-server]__0c0xoi_._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/[root-of-the-server]__0lslgap._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_12un22l._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_00u~.41._.js"],"async":false}},"10644":{"*":{"id":85827,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_00k65h-._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/_0-.ckn5._.js","server/chunks/ssr/[root-of-the-server]__0c0xoi_._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/[root-of-the-server]__0lslgap._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_12un22l._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_00u~.41._.js"],"async":false}},"93241":{"*":{"id":97752,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_00k65h-._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/_0-.ckn5._.js","server/chunks/ssr/[root-of-the-server]__0c0xoi_._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/[root-of-the-server]__0lslgap._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_12un22l._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_00u~.41._.js"],"async":false}},"98295":{"*":{"id":84831,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_00k65h-._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/_0-.ckn5._.js","server/chunks/ssr/[root-of-the-server]__0c0xoi_._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/[root-of-the-server]__0lslgap._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_12un22l._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/src_presentation_web_app_global-error_tsx_0d6e0iz._.js"],"async":false}},"1699":{"*":{"id":86259,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_00k65h-._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/_0-.ckn5._.js","server/chunks/ssr/[root-of-the-server]__0c0xoi_._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/[root-of-the-server]__0lslgap._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_12un22l._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/src_presentation_web_components_0sk2qdt._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"10206":{"*":{"id":87520,"name":"*","chunks":[],"async":false}},"20397":{"*":{"id":83910,"name":"*","chunks":[],"async":false}},"85914":{"*":{"id":59657,"name":"*","chunks":[],"async":false}},"82321":{"*":{"id":5480,"name":"*","chunks":[],"async":false}},"88078":{"*":{"id":48323,"name":"*","chunks":[],"async":false}},"91336":{"*":{"id":83192,"name":"*","chunks":[],"async":false}},"76410":{"*":{"id":38812,"name":"*","chunks":[],"async":false}},"87292":{"*":{"id":34168,"name":"*","chunks":[],"async":false}},"25251":{"*":{"id":11900,"name":"*","chunks":[],"async":false}},"75921":{"*":{"id":59259,"name":"*","chunks":[],"async":false}},"38373":{"*":{"id":8134,"name":"*","chunks":[],"async":false}},"4858":{"*":{"id":19488,"name":"*","chunks":[],"async":false}},"10644":{"*":{"id":46002,"name":"*","chunks":[],"async":false}},"93241":{"*":{"id":56451,"name":"*","chunks":[],"async":false}},"98295":{"*":{"id":73449,"name":"*","chunks":[],"async":false}},"1699":{"*":{"id":93933,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/presentation/web/app/layout":[{"path":"static/chunks/0t3xjndx2s1_j.css","inlined":false},{"path":"static/chunks/0o0c12xfc28qg.css","inlined":false},{"path":"static/chunks/04~sw.nhpwy6s.css","inlined":false}],"[project]/src/presentation/web/app/global-error":[{"path":"static/chunks/0t3xjndx2s1_j.css","inlined":false},{"path":"static/chunks/0o0c12xfc28qg.css","inlined":false},{"path":"static/chunks/04~sw.nhpwy6s.css","inlined":false}],"[project]/src/presentation/web/app/version/page":[{"path":"static/chunks/0t3xjndx2s1_j.css","inlined":false},{"path":"static/chunks/0o0c12xfc28qg.css","inlined":false},{"path":"static/chunks/04~sw.nhpwy6s.css","inlined":false}]},"entryJSFiles":{"[project]/src/presentation/web/app/layout":["static/chunks/0n3kuj7t_-jzp.js","static/chunks/01~dudieyb7wl.js","static/chunks/0-woqr2brccx_.js","static/chunks/0_9k2ybutuphq.js","static/chunks/0ps5sykbi-z5-.js","static/chunks/15rbgqykl.er8.js","static/chunks/0v~n9z6b639zm.js","static/chunks/02kpdawdtqcxm.js","static/chunks/0rcp01fimyysj.js","static/chunks/164dnpi666fv_.js","static/chunks/05enics63g._-.js"],"[project]/src/presentation/web/app/global-error":["static/chunks/0n3kuj7t_-jzp.js","static/chunks/01~dudieyb7wl.js","static/chunks/0-woqr2brccx_.js","static/chunks/0_9k2ybutuphq.js","static/chunks/0ps5sykbi-z5-.js","static/chunks/15rbgqykl.er8.js","static/chunks/0v~n9z6b639zm.js","static/chunks/02kpdawdtqcxm.js","static/chunks/0rcp01fimyysj.js","static/chunks/164dnpi666fv_.js","static/chunks/05enics63g._-.js","static/chunks/0f_-9wmq0kazp.js"],"[project]/src/presentation/web/app/version/page":["static/chunks/0n3kuj7t_-jzp.js","static/chunks/01~dudieyb7wl.js","static/chunks/0-woqr2brccx_.js","static/chunks/0_9k2ybutuphq.js","static/chunks/0ps5sykbi-z5-.js","static/chunks/15rbgqykl.er8.js","static/chunks/0v~n9z6b639zm.js","static/chunks/02kpdawdtqcxm.js","static/chunks/0rcp01fimyysj.js","static/chunks/164dnpi666fv_.js","static/chunks/05enics63g._-.js","static/chunks/15m2wfd5k_7fj.js"]}};
2
+ globalThis.__RSC_MANIFEST["/version/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":10206,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":10206,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":20397,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":20397,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":85914,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":85914,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":82321,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":82321,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":88078,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":88078,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":91336,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":91336,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":76410,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/node_modules/.pnpm/next@16.2.2_@babel+core@7.29.0_@playwright+test@1.59.1_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":76410,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/src/presentation/web/components/layouts/app-shell/app-shell.tsx <module evaluation>":{"id":87292,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/src/presentation/web/components/layouts/app-shell/app-shell.tsx":{"id":87292,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/src/presentation/web/components/ui/sonner.tsx <module evaluation>":{"id":25251,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/src/presentation/web/components/ui/sonner.tsx":{"id":25251,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/src/presentation/web/hooks/feature-flags-context.tsx <module evaluation>":{"id":75921,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/src/presentation/web/hooks/feature-flags-context.tsx":{"id":75921,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/src/presentation/web/hooks/fab-layout-context.tsx <module evaluation>":{"id":38373,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/src/presentation/web/hooks/fab-layout-context.tsx":{"id":38373,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/src/presentation/web/components/providers/query-provider.tsx <module evaluation>":{"id":4858,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/src/presentation/web/components/providers/query-provider.tsx":{"id":4858,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/src/presentation/web/components/providers/i18n-provider.tsx <module evaluation>":{"id":10644,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/src/presentation/web/components/providers/i18n-provider.tsx":{"id":10644,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/src/presentation/web/components/common/route-announcer/route-announcer.tsx <module evaluation>":{"id":93241,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/src/presentation/web/components/common/route-announcer/route-announcer.tsx":{"id":93241,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js"],"async":false},"[project]/src/presentation/web/app/global-error.tsx <module evaluation>":{"id":98295,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js","/_next/static/chunks/0f_-9wmq0kazp.js"],"async":false},"[project]/src/presentation/web/app/global-error.tsx":{"id":98295,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js","/_next/static/chunks/0f_-9wmq0kazp.js"],"async":false},"[project]/src/presentation/web/components/features/version/version-page-client.tsx <module evaluation>":{"id":1699,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js","/_next/static/chunks/0inayq2zzadja.js"],"async":false},"[project]/src/presentation/web/components/features/version/version-page-client.tsx":{"id":1699,"name":"*","chunks":["/_next/static/chunks/0n3kuj7t_-jzp.js","/_next/static/chunks/0k0j7anrbg-of.js","/_next/static/chunks/0v~n9z6b639zm.js","/_next/static/chunks/12pd180jp8zu..js","/_next/static/chunks/0dq50gtgaj63f.js","/_next/static/chunks/0o4m0k3642219.js","/_next/static/chunks/0xwh.0u-dexsl.js","/_next/static/chunks/183ehj-b80a~o.js","/_next/static/chunks/0rcp01fimyysj.js","/_next/static/chunks/0udlnp30o1kjd.js","/_next/static/chunks/0-ud~1jj7chzu.js","/_next/static/chunks/0inayq2zzadja.js"],"async":false}},"ssrModuleMapping":{"10206":{"*":{"id":97414,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_09r54oy._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_0wor25i._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/_0pa1dkv._.js","server/chunks/ssr/_0vjw-e_._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/[root-of-the-server]__0jy4nha._.js","server/chunks/ssr/[root-of-the-server]__0qxd563._.js"],"async":false}},"20397":{"*":{"id":49302,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_09r54oy._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_0wor25i._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/_0pa1dkv._.js","server/chunks/ssr/_0vjw-e_._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/[root-of-the-server]__0jy4nha._.js","server/chunks/ssr/[root-of-the-server]__0qxd563._.js"],"async":false}},"85914":{"*":{"id":51528,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_09r54oy._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_0wor25i._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/_0pa1dkv._.js","server/chunks/ssr/_0vjw-e_._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/[root-of-the-server]__0jy4nha._.js","server/chunks/ssr/[root-of-the-server]__0qxd563._.js"],"async":false}},"82321":{"*":{"id":96647,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_09r54oy._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_0wor25i._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/_0pa1dkv._.js","server/chunks/ssr/_0vjw-e_._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/[root-of-the-server]__0jy4nha._.js","server/chunks/ssr/[root-of-the-server]__0qxd563._.js"],"async":false}},"88078":{"*":{"id":24860,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_09r54oy._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_0wor25i._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/_0pa1dkv._.js","server/chunks/ssr/_0vjw-e_._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/[root-of-the-server]__0jy4nha._.js","server/chunks/ssr/[root-of-the-server]__0qxd563._.js"],"async":false}},"91336":{"*":{"id":59673,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_09r54oy._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_0wor25i._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/_0pa1dkv._.js","server/chunks/ssr/_0vjw-e_._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/[root-of-the-server]__0jy4nha._.js","server/chunks/ssr/[root-of-the-server]__0qxd563._.js"],"async":false}},"76410":{"*":{"id":48217,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_09r54oy._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_0wor25i._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/_0pa1dkv._.js","server/chunks/ssr/_0vjw-e_._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/[root-of-the-server]__0jy4nha._.js","server/chunks/ssr/[root-of-the-server]__0qxd563._.js"],"async":false}},"87292":{"*":{"id":66560,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_09r54oy._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_0wor25i._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/_0pa1dkv._.js","server/chunks/ssr/_0vjw-e_._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/[root-of-the-server]__0jy4nha._.js","server/chunks/ssr/[root-of-the-server]__0qxd563._.js"],"async":false}},"25251":{"*":{"id":73301,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_09r54oy._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_0wor25i._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/_0pa1dkv._.js","server/chunks/ssr/_0vjw-e_._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/[root-of-the-server]__0jy4nha._.js","server/chunks/ssr/[root-of-the-server]__0qxd563._.js"],"async":false}},"75921":{"*":{"id":21333,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_09r54oy._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_0wor25i._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/_0pa1dkv._.js","server/chunks/ssr/_0vjw-e_._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/[root-of-the-server]__0jy4nha._.js","server/chunks/ssr/[root-of-the-server]__0qxd563._.js"],"async":false}},"38373":{"*":{"id":48265,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_09r54oy._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_0wor25i._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/_0pa1dkv._.js","server/chunks/ssr/_0vjw-e_._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/[root-of-the-server]__0jy4nha._.js","server/chunks/ssr/[root-of-the-server]__0qxd563._.js"],"async":false}},"4858":{"*":{"id":41835,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_09r54oy._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_0wor25i._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/_0pa1dkv._.js","server/chunks/ssr/_0vjw-e_._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/[root-of-the-server]__0jy4nha._.js","server/chunks/ssr/[root-of-the-server]__0qxd563._.js"],"async":false}},"10644":{"*":{"id":85827,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_09r54oy._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_0wor25i._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/_0pa1dkv._.js","server/chunks/ssr/_0vjw-e_._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/[root-of-the-server]__0jy4nha._.js","server/chunks/ssr/[root-of-the-server]__0qxd563._.js"],"async":false}},"93241":{"*":{"id":97752,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_09r54oy._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_0wor25i._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/_0pa1dkv._.js","server/chunks/ssr/_0vjw-e_._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/[root-of-the-server]__0jy4nha._.js","server/chunks/ssr/[root-of-the-server]__0qxd563._.js"],"async":false}},"98295":{"*":{"id":84831,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_09r54oy._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_0wor25i._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/_0pa1dkv._.js","server/chunks/ssr/_0vjw-e_._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/[root-of-the-server]__0jy4nha._.js","server/chunks/ssr/[root-of-the-server]__0qxd563._.js","server/chunks/ssr/src_presentation_web_app_global-error_tsx_0d6e0iz._.js"],"async":false}},"1699":{"*":{"id":86259,"name":"*","chunks":["server/chunks/ssr/_0gdghcr._.js","server/chunks/ssr/node_modules__pnpm_0~g0nur._.js","server/chunks/ssr/_09r54oy._.js","server/chunks/ssr/_0y8u4.e._.js","server/chunks/ssr/src_presentation_web_components_ui_select_tsx_0b.-59k._.js","server/chunks/ssr/_0wor25i._.js","server/chunks/ssr/_0-09vq7._.js","server/chunks/ssr/node_modules__pnpm_0l8_ov3._.js","server/chunks/ssr/_0n.magx._.js","server/chunks/ssr/11es_next_dist_12trsuf._.js","server/chunks/ssr/_0w-_hww._.js","server/chunks/ssr/_0pa1dkv._.js","server/chunks/ssr/_0vjw-e_._.js","server/chunks/ssr/11es_next_dist_0e36~wi._.js","server/chunks/ssr/_04s_q5r._.js","server/chunks/ssr/_00u~.41._.js","server/chunks/ssr/11es_next_0105izv._.js","server/chunks/ssr/[root-of-the-server]__0jy4nha._.js","server/chunks/ssr/[root-of-the-server]__0qxd563._.js","server/chunks/ssr/src_presentation_web_components_0sk2qdt._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"10206":{"*":{"id":87520,"name":"*","chunks":[],"async":false}},"20397":{"*":{"id":83910,"name":"*","chunks":[],"async":false}},"85914":{"*":{"id":59657,"name":"*","chunks":[],"async":false}},"82321":{"*":{"id":5480,"name":"*","chunks":[],"async":false}},"88078":{"*":{"id":48323,"name":"*","chunks":[],"async":false}},"91336":{"*":{"id":83192,"name":"*","chunks":[],"async":false}},"76410":{"*":{"id":38812,"name":"*","chunks":[],"async":false}},"87292":{"*":{"id":34168,"name":"*","chunks":[],"async":false}},"25251":{"*":{"id":11900,"name":"*","chunks":[],"async":false}},"75921":{"*":{"id":59259,"name":"*","chunks":[],"async":false}},"38373":{"*":{"id":8134,"name":"*","chunks":[],"async":false}},"4858":{"*":{"id":19488,"name":"*","chunks":[],"async":false}},"10644":{"*":{"id":46002,"name":"*","chunks":[],"async":false}},"93241":{"*":{"id":56451,"name":"*","chunks":[],"async":false}},"98295":{"*":{"id":73449,"name":"*","chunks":[],"async":false}},"1699":{"*":{"id":93933,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/src/presentation/web/app/layout":[{"path":"static/chunks/0j.1nx3ly591i.css","inlined":false},{"path":"static/chunks/0o0c12xfc28qg.css","inlined":false},{"path":"static/chunks/0yibymrb2j05t.css","inlined":false}],"[project]/src/presentation/web/app/global-error":[{"path":"static/chunks/0j.1nx3ly591i.css","inlined":false},{"path":"static/chunks/0o0c12xfc28qg.css","inlined":false},{"path":"static/chunks/0yibymrb2j05t.css","inlined":false}],"[project]/src/presentation/web/app/version/page":[{"path":"static/chunks/0j.1nx3ly591i.css","inlined":false},{"path":"static/chunks/0o0c12xfc28qg.css","inlined":false},{"path":"static/chunks/0yibymrb2j05t.css","inlined":false}]},"entryJSFiles":{"[project]/src/presentation/web/app/layout":["static/chunks/0n3kuj7t_-jzp.js","static/chunks/0k0j7anrbg-of.js","static/chunks/0v~n9z6b639zm.js","static/chunks/12pd180jp8zu..js","static/chunks/0dq50gtgaj63f.js","static/chunks/0o4m0k3642219.js","static/chunks/0xwh.0u-dexsl.js","static/chunks/183ehj-b80a~o.js","static/chunks/0rcp01fimyysj.js","static/chunks/0udlnp30o1kjd.js","static/chunks/0-ud~1jj7chzu.js"],"[project]/src/presentation/web/app/global-error":["static/chunks/0n3kuj7t_-jzp.js","static/chunks/0k0j7anrbg-of.js","static/chunks/0v~n9z6b639zm.js","static/chunks/12pd180jp8zu..js","static/chunks/0dq50gtgaj63f.js","static/chunks/0o4m0k3642219.js","static/chunks/0xwh.0u-dexsl.js","static/chunks/183ehj-b80a~o.js","static/chunks/0rcp01fimyysj.js","static/chunks/0udlnp30o1kjd.js","static/chunks/0-ud~1jj7chzu.js","static/chunks/0f_-9wmq0kazp.js"],"[project]/src/presentation/web/app/version/page":["static/chunks/0n3kuj7t_-jzp.js","static/chunks/0k0j7anrbg-of.js","static/chunks/0v~n9z6b639zm.js","static/chunks/12pd180jp8zu..js","static/chunks/0dq50gtgaj63f.js","static/chunks/0o4m0k3642219.js","static/chunks/0xwh.0u-dexsl.js","static/chunks/183ehj-b80a~o.js","static/chunks/0rcp01fimyysj.js","static/chunks/0udlnp30o1kjd.js","static/chunks/0-ud~1jj7chzu.js","static/chunks/0inayq2zzadja.js"]}};
3
3
 
@@ -1,3 +1,3 @@
1
- module.exports=[18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},70406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},40060,e=>{"use strict";e.s(["resolve",0,function(e){let t=globalThis.__shipitAiContainer;if(!t)throw Error("DI container not available. Ensure the CLI bootstrap or dev-server has initialized it.");return t.resolve(e)}])},68367,e=>{"use strict";var t=e.i(29932),r=e.i(88797),a=e.i(78439),n=e.i(21387),i=e.i(351),s=e.i(1286),o=e.i(31060),l=e.i(67760),d=e.i(13435),u=e.i(60316),p=e.i(37130),c=e.i(31516),h=e.i(63144),v=e.i(3719),x=e.i(66941),R=e.i(93695);e.i(76574);var m=e.i(45014),f=e.i(25716),g=e.i(40060);e.s(["GET",0,function(){try{let{version:e,name:t,description:r}=(0,g.resolve)("IVersionService").getVersion();return f.NextResponse.json({version:e,packageName:t,description:r,branch:"main",commitHash:"bc611fd30d77f630e018e8b24ad23d0f20440817",instancePath:"/home/runner/work/shipit/shipit/src/presentation/web",isDev:!1})}catch{return f.NextResponse.json({version:"1.167.0",packageName:"@shipit-ai/cli",description:"Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy",branch:"main",commitHash:"bc611fd30d77f630e018e8b24ad23d0f20440817",instancePath:"/home/runner/work/shipit/shipit/src/presentation/web",isDev:!1})}},"dynamic",0,"force-dynamic"],35003);var w=e.i(35003);let E=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/version/route",pathname:"/api/version",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/src/presentation/web/app/api/version/route.ts",nextConfigOutput:"",userland:w,...{}}),{workAsyncStorage:b,workUnitAsyncStorage:y,serverHooks:C}=E;async function A(e,t,a){a.requestMeta&&(0,n.setRequestMeta)(e,a.requestMeta),E.isDev&&(0,n.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let f="/api/version/route";f=f.replace(/\/index$/,"")||"/";let g=await E.prepare(e,t,{srcPage:f,multiZoneDraftMode:!1});if(!g)return t.statusCode=400,t.end("Bad Request"),null==a.waitUntil||a.waitUntil.call(a,Promise.resolve()),null;let{buildId:w,params:b,nextConfig:y,parsedUrl:C,isDraftMode:A,prerenderManifest:N,routerServerContext:P,isOnDemandRevalidate:T,revalidateOnlyGenerated:k,resolvedPathname:q,clientReferenceManifest:S,serverActionsManifest:_}=g,O=(0,o.normalizeAppPath)(f),I=!!(N.dynamicRoutes[O]||N.routes[q]),j=async()=>((null==P?void 0:P.render404)?await P.render404(e,t,C,!1):t.end("This page could not be found"),null);if(I&&!A){let e=!!N.routes[q],t=N.dynamicRoutes[O];if(t&&!1===t.fallback&&!e){if(y.adapterPath)return await j();throw new R.NoFallbackError}}let H=null;!I||E.isDev||A||(H="/index"===(H=q)?"/":H);let D=!0===E.isDev||!I,U=I&&!D;_&&S&&(0,s.setManifestsSingleton)({page:f,clientReferenceManifest:S,serverActionsManifest:_});let M=e.method||"GET",$=(0,i.getTracer)(),F=$.getActiveScopeSpan(),K=!!(null==P?void 0:P.isWrappedByNextServer),L=!!(0,n.getRequestMeta)(e,"minimalMode"),B=(0,n.getRequestMeta)(e,"incrementalCache")||await E.getIncrementalCache(e,y,N,L);null==B||B.resetRequestCache(),globalThis.__incrementalCache=B;let V={params:b,previewProps:N.preview,renderOpts:{experimental:{authInterrupts:!!y.experimental.authInterrupts},cacheComponents:!!y.cacheComponents,supportsDynamicResponse:D,incrementalCache:B,cacheLifeProfiles:y.cacheLife,waitUntil:a.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,a,n)=>E.onRequestError(e,t,a,n,P)},sharedContext:{buildId:w}},G=new l.NodeNextRequest(e),W=new l.NodeNextResponse(t),X=d.NextRequestAdapter.fromNodeNextRequest(G,(0,d.signalFromNodeResponse)(t));try{let n,s=async e=>E.handle(X,V).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=$.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==u.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let a=r.get("next.route");if(a){let t=`${M} ${a}`;e.setAttributes({"next.route":a,"http.route":a,"next.span_name":t}),e.updateName(t),n&&n!==e&&(n.setAttribute("http.route",a),n.updateName(t))}else e.updateName(`${M} ${f}`)}),o=async n=>{var i,o;let l=async({previousCacheEntry:r})=>{try{if(!L&&T&&k&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let i=await s(n);e.fetchMetrics=V.renderOpts.fetchMetrics;let o=V.renderOpts.pendingWaitUntil;o&&a.waitUntil&&(a.waitUntil(o),o=void 0);let l=V.renderOpts.collectedTags;if(!I)return await (0,c.sendResponse)(G,W,i,V.renderOpts.pendingWaitUntil),null;{let e=await i.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(i.headers);l&&(t[x.NEXT_CACHE_TAGS_HEADER]=l),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==V.renderOpts.collectedRevalidate&&!(V.renderOpts.collectedRevalidate>=x.INFINITE_CACHE)&&V.renderOpts.collectedRevalidate,a=void 0===V.renderOpts.collectedExpire||V.renderOpts.collectedExpire>=x.INFINITE_CACHE?void 0:V.renderOpts.collectedExpire;return{value:{kind:m.CachedRouteKind.APP_ROUTE,status:i.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:a}}}}catch(t){throw(null==r?void 0:r.isStale)&&await E.onRequestError(e,t,{routerKind:"App Router",routePath:f,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:U,isOnDemandRevalidate:T})},!1,P),t}},d=await E.handleResponse({req:e,nextConfig:y,cacheKey:H,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:N,isRoutePPREnabled:!1,isOnDemandRevalidate:T,revalidateOnlyGenerated:k,responseGenerator:l,waitUntil:a.waitUntil,isMinimalMode:L});if(!I)return null;if((null==d||null==(i=d.value)?void 0:i.kind)!==m.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==d||null==(o=d.value)?void 0:o.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});L||t.setHeader("x-nextjs-cache",T?"REVALIDATED":d.isMiss?"MISS":d.isStale?"STALE":"HIT"),A&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let u=(0,h.fromNodeOutgoingHttpHeaders)(d.value.headers);return L&&I||u.delete(x.NEXT_CACHE_TAGS_HEADER),!d.cacheControl||t.getHeader("Cache-Control")||u.get("Cache-Control")||u.set("Cache-Control",(0,v.getCacheControlHeader)(d.cacheControl)),await (0,c.sendResponse)(G,W,new Response(d.value.body,{headers:u,status:d.value.status||200})),null};K&&F?await o(F):(n=$.getActiveScopeSpan(),await $.withPropagatedContext(e.headers,()=>$.trace(u.BaseServerSpan.handleRequest,{spanName:`${M} ${f}`,kind:i.SpanKind.SERVER,attributes:{"http.method":M,"http.target":e.url}},o),void 0,!K))}catch(t){if(t instanceof R.NoFallbackError||await E.onRequestError(e,t,{routerKind:"App Router",routePath:O,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:U,isOnDemandRevalidate:T})},!1,P),I)throw t;return await (0,c.sendResponse)(G,W,new Response(null,{status:500})),null}}e.s(["handler",0,A,"patchFetch",0,function(){return(0,a.patchFetch)({workAsyncStorage:b,workUnitAsyncStorage:y})},"routeModule",0,E,"serverHooks",0,C,"workAsyncStorage",0,b,"workUnitAsyncStorage",0,y],68367)}];
1
+ module.exports=[18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},70406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},40060,e=>{"use strict";e.s(["resolve",0,function(e){let t=globalThis.__shipitAiContainer;if(!t)throw Error("DI container not available. Ensure the CLI bootstrap or dev-server has initialized it.");return t.resolve(e)}])},68367,e=>{"use strict";var t=e.i(29932),r=e.i(88797),a=e.i(78439),n=e.i(21387),i=e.i(351),s=e.i(1286),o=e.i(31060),l=e.i(67760),d=e.i(13435),u=e.i(60316),p=e.i(37130),c=e.i(31516),h=e.i(63144),v=e.i(3719),x=e.i(66941),R=e.i(93695);e.i(76574);var m=e.i(45014),f=e.i(25716),g=e.i(40060);e.s(["GET",0,function(){try{let{version:e,name:t,description:r}=(0,g.resolve)("IVersionService").getVersion();return f.NextResponse.json({version:e,packageName:t,description:r,branch:"main",commitHash:"dfbf2f0bac6eb81224e97208ec6a937ef16879a7",instancePath:"/home/runner/work/shipit/shipit/src/presentation/web",isDev:!1})}catch{return f.NextResponse.json({version:"1.168.0",packageName:"@shipit-ai/cli",description:"Autonomous AI Native SDLC Platform - Automate the development cycle from idea to deploy",branch:"main",commitHash:"dfbf2f0bac6eb81224e97208ec6a937ef16879a7",instancePath:"/home/runner/work/shipit/shipit/src/presentation/web",isDev:!1})}},"dynamic",0,"force-dynamic"],35003);var w=e.i(35003);let E=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/version/route",pathname:"/api/version",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/src/presentation/web/app/api/version/route.ts",nextConfigOutput:"",userland:w,...{}}),{workAsyncStorage:b,workUnitAsyncStorage:y,serverHooks:C}=E;async function A(e,t,a){a.requestMeta&&(0,n.setRequestMeta)(e,a.requestMeta),E.isDev&&(0,n.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let f="/api/version/route";f=f.replace(/\/index$/,"")||"/";let g=await E.prepare(e,t,{srcPage:f,multiZoneDraftMode:!1});if(!g)return t.statusCode=400,t.end("Bad Request"),null==a.waitUntil||a.waitUntil.call(a,Promise.resolve()),null;let{buildId:w,params:b,nextConfig:y,parsedUrl:C,isDraftMode:A,prerenderManifest:N,routerServerContext:P,isOnDemandRevalidate:T,revalidateOnlyGenerated:k,resolvedPathname:q,clientReferenceManifest:S,serverActionsManifest:_}=g,O=(0,o.normalizeAppPath)(f),I=!!(N.dynamicRoutes[O]||N.routes[q]),j=async()=>((null==P?void 0:P.render404)?await P.render404(e,t,C,!1):t.end("This page could not be found"),null);if(I&&!A){let e=!!N.routes[q],t=N.dynamicRoutes[O];if(t&&!1===t.fallback&&!e){if(y.adapterPath)return await j();throw new R.NoFallbackError}}let H=null;!I||E.isDev||A||(H="/index"===(H=q)?"/":H);let D=!0===E.isDev||!I,U=I&&!D;_&&S&&(0,s.setManifestsSingleton)({page:f,clientReferenceManifest:S,serverActionsManifest:_});let M=e.method||"GET",$=(0,i.getTracer)(),F=$.getActiveScopeSpan(),K=!!(null==P?void 0:P.isWrappedByNextServer),L=!!(0,n.getRequestMeta)(e,"minimalMode"),B=(0,n.getRequestMeta)(e,"incrementalCache")||await E.getIncrementalCache(e,y,N,L);null==B||B.resetRequestCache(),globalThis.__incrementalCache=B;let V={params:b,previewProps:N.preview,renderOpts:{experimental:{authInterrupts:!!y.experimental.authInterrupts},cacheComponents:!!y.cacheComponents,supportsDynamicResponse:D,incrementalCache:B,cacheLifeProfiles:y.cacheLife,waitUntil:a.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,a,n)=>E.onRequestError(e,t,a,n,P)},sharedContext:{buildId:w}},G=new l.NodeNextRequest(e),W=new l.NodeNextResponse(t),X=d.NextRequestAdapter.fromNodeNextRequest(G,(0,d.signalFromNodeResponse)(t));try{let n,s=async e=>E.handle(X,V).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=$.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==u.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let a=r.get("next.route");if(a){let t=`${M} ${a}`;e.setAttributes({"next.route":a,"http.route":a,"next.span_name":t}),e.updateName(t),n&&n!==e&&(n.setAttribute("http.route",a),n.updateName(t))}else e.updateName(`${M} ${f}`)}),o=async n=>{var i,o;let l=async({previousCacheEntry:r})=>{try{if(!L&&T&&k&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let i=await s(n);e.fetchMetrics=V.renderOpts.fetchMetrics;let o=V.renderOpts.pendingWaitUntil;o&&a.waitUntil&&(a.waitUntil(o),o=void 0);let l=V.renderOpts.collectedTags;if(!I)return await (0,c.sendResponse)(G,W,i,V.renderOpts.pendingWaitUntil),null;{let e=await i.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(i.headers);l&&(t[x.NEXT_CACHE_TAGS_HEADER]=l),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==V.renderOpts.collectedRevalidate&&!(V.renderOpts.collectedRevalidate>=x.INFINITE_CACHE)&&V.renderOpts.collectedRevalidate,a=void 0===V.renderOpts.collectedExpire||V.renderOpts.collectedExpire>=x.INFINITE_CACHE?void 0:V.renderOpts.collectedExpire;return{value:{kind:m.CachedRouteKind.APP_ROUTE,status:i.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:a}}}}catch(t){throw(null==r?void 0:r.isStale)&&await E.onRequestError(e,t,{routerKind:"App Router",routePath:f,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:U,isOnDemandRevalidate:T})},!1,P),t}},d=await E.handleResponse({req:e,nextConfig:y,cacheKey:H,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:N,isRoutePPREnabled:!1,isOnDemandRevalidate:T,revalidateOnlyGenerated:k,responseGenerator:l,waitUntil:a.waitUntil,isMinimalMode:L});if(!I)return null;if((null==d||null==(i=d.value)?void 0:i.kind)!==m.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==d||null==(o=d.value)?void 0:o.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});L||t.setHeader("x-nextjs-cache",T?"REVALIDATED":d.isMiss?"MISS":d.isStale?"STALE":"HIT"),A&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let u=(0,h.fromNodeOutgoingHttpHeaders)(d.value.headers);return L&&I||u.delete(x.NEXT_CACHE_TAGS_HEADER),!d.cacheControl||t.getHeader("Cache-Control")||u.get("Cache-Control")||u.set("Cache-Control",(0,v.getCacheControlHeader)(d.cacheControl)),await (0,c.sendResponse)(G,W,new Response(d.value.body,{headers:u,status:d.value.status||200})),null};K&&F?await o(F):(n=$.getActiveScopeSpan(),await $.withPropagatedContext(e.headers,()=>$.trace(u.BaseServerSpan.handleRequest,{spanName:`${M} ${f}`,kind:i.SpanKind.SERVER,attributes:{"http.method":M,"http.target":e.url}},o),void 0,!K))}catch(t){if(t instanceof R.NoFallbackError||await E.onRequestError(e,t,{routerKind:"App Router",routePath:O,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:U,isOnDemandRevalidate:T})},!1,P),I)throw t;return await (0,c.sendResponse)(G,W,new Response(null,{status:500})),null}}e.s(["handler",0,A,"patchFetch",0,function(){return(0,a.patchFetch)({workAsyncStorage:b,workUnitAsyncStorage:y})},"routeModule",0,E,"serverHooks",0,C,"workAsyncStorage",0,b,"workUnitAsyncStorage",0,y],68367)}];
2
2
 
3
3
  //# sourceMappingURL=%5Broot-of-the-server%5D__0tb~wwk._.js.map
@@ -0,0 +1,3 @@
1
+ module.exports=[2,a=>{"use strict";let b=(0,a.i(97624).default)("external-link",[["path",{d:"M15 3h6v6",key:"1q9fwt"}],["path",{d:"M10 14 21 3",key:"gplh6r"}],["path",{d:"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6",key:"a6xqqp"}]]);a.s(["ExternalLink",0,b],2)},8685,a=>{"use strict";let b=(0,a.i(97624).default)("terminal",[["path",{d:"M12 19h8",key:"baeox8"}],["path",{d:"m4 17 6-6-6-6",key:"1yngyt"}]]);a.s(["Terminal",0,b],8685)},37545,a=>{"use strict";let b=(0,a.i(97624).default)("git-branch",[["path",{d:"M15 6a9 9 0 0 0-9 9V3",key:"1cii5b"}],["circle",{cx:"18",cy:"6",r:"3",key:"1h7g24"}],["circle",{cx:"6",cy:"18",r:"3",key:"fqmcym"}]]);a.s(["GitBranch",0,b],37545)},18288,a=>{"use strict";let b=(0,a.i(97624).default)("triangle-alert",[["path",{d:"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",key:"wmoenq"}],["path",{d:"M12 9v4",key:"juzpu7"}],["path",{d:"M12 17h.01",key:"p32p05"}]]);a.s(["default",0,b])},86139,a=>{"use strict";let b=(0,a.i(97624).default)("circle",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]]);a.s(["Circle",0,b],86139)},77612,a=>{"use strict";let b=(0,a.i(97624).default)("info",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["path",{d:"M12 16v-4",key:"1dtifu"}],["path",{d:"M12 8h.01",key:"e9boi3"}]]);a.s(["Info",0,b],77612)},44877,a=>{"use strict";var b=a.i(51658);a.s(["Download",()=>b.default])},69045,a=>{"use strict";let b=(0,a.i(97624).default)("package",[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",key:"1a0edw"}],["path",{d:"M12 22V12",key:"d0xqtd"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]]);a.s(["Package",0,b],69045)},96436,a=>{"use strict";let b=(0,a.i(97624).default)("rocket",[["path",{d:"M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5",key:"qeys4"}],["path",{d:"M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09",key:"u4xsad"}],["path",{d:"M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z",key:"676m9"}],["path",{d:"M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05",key:"92ym6u"}]]);a.s(["Rocket",0,b],96436)}];
2
+
3
+ //# sourceMappingURL=08qz_lucide-react_dist_esm_icons_0c0dui7._.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../../../../node_modules/.pnpm/lucide-react%401.7.0_react%4019.2.4/node_modules/lucide-react/src/icons/external-link.ts","../../../../../../../node_modules/.pnpm/lucide-react%401.7.0_react%4019.2.4/node_modules/lucide-react/src/icons/terminal.ts","../../../../../../../node_modules/.pnpm/lucide-react%401.7.0_react%4019.2.4/node_modules/lucide-react/src/icons/git-branch.ts","../../../../../../../node_modules/.pnpm/lucide-react%401.7.0_react%4019.2.4/node_modules/lucide-react/src/icons/triangle-alert.ts","../../../../../../../node_modules/.pnpm/lucide-react%401.7.0_react%4019.2.4/node_modules/lucide-react/src/icons/circle.ts","../../../../../../../node_modules/.pnpm/lucide-react%401.7.0_react%4019.2.4/node_modules/lucide-react/src/icons/info.ts","../../../../../../../node_modules/.pnpm/lucide-react%401.7.0_react%4019.2.4/node_modules/lucide-react/src/icons/package.ts","../../../../../../../node_modules/.pnpm/lucide-react%401.7.0_react%4019.2.4/node_modules/lucide-react/src/icons/rocket.ts"],"sourcesContent":["import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M15 3h6v6', key: '1q9fwt' }],\n ['path', { d: 'M10 14 21 3', key: 'gplh6r' }],\n ['path', { d: 'M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6', key: 'a6xqqp' }],\n];\n\n/**\n * @component @name ExternalLink\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMTUgM2g2djYiIC8+CiAgPHBhdGggZD0iTTEwIDE0IDIxIDMiIC8+CiAgPHBhdGggZD0iTTE4IDEzdjZhMiAyIDAgMCAxLTIgMkg1YTIgMiAwIDAgMS0yLTJWOGEyIDIgMCAwIDEgMi0yaDYiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/external-link\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst ExternalLink = createLucideIcon('external-link', __iconNode);\n\nexport default ExternalLink;\n","import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M12 19h8', key: 'baeox8' }],\n ['path', { d: 'm4 17 6-6-6-6', key: '1yngyt' }],\n];\n\n/**\n * @component @name Terminal\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMTIgMTloOCIgLz4KICA8cGF0aCBkPSJtNCAxNyA2LTYtNi02IiAvPgo8L3N2Zz4K) - https://lucide.dev/icons/terminal\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst Terminal = createLucideIcon('terminal', __iconNode);\n\nexport default Terminal;\n","import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M15 6a9 9 0 0 0-9 9V3', key: '1cii5b' }],\n ['circle', { cx: '18', cy: '6', r: '3', key: '1h7g24' }],\n ['circle', { cx: '6', cy: '18', r: '3', key: 'fqmcym' }],\n];\n\n/**\n * @component @name GitBranch\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMTUgNmE5IDkgMCAwIDAtOSA5VjMiIC8+CiAgPGNpcmNsZSBjeD0iMTgiIGN5PSI2IiByPSIzIiAvPgogIDxjaXJjbGUgY3g9IjYiIGN5PSIxOCIgcj0iMyIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/git-branch\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst GitBranch = createLucideIcon('git-branch', __iconNode);\n\nexport default GitBranch;\n","import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n [\n 'path',\n {\n d: 'm21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3',\n key: 'wmoenq',\n },\n ],\n ['path', { d: 'M12 9v4', key: 'juzpu7' }],\n ['path', { d: 'M12 17h.01', key: 'p32p05' }],\n];\n\n/**\n * @component @name TriangleAlert\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJtMjEuNzMgMTgtOC0xNGEyIDIgMCAwIDAtMy40OCAwbC04IDE0QTIgMiAwIDAgMCA0IDIxaDE2YTIgMiAwIDAgMCAxLjczLTMiIC8+CiAgPHBhdGggZD0iTTEyIDl2NCIgLz4KICA8cGF0aCBkPSJNMTIgMTdoLjAxIiAvPgo8L3N2Zz4K) - https://lucide.dev/icons/triangle-alert\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst TriangleAlert = createLucideIcon('triangle-alert', __iconNode);\n\nexport default TriangleAlert;\n","import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [['circle', { cx: '12', cy: '12', r: '10', key: '1mglay' }]];\n\n/**\n * @component @name Circle\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/circle\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst Circle = createLucideIcon('circle', __iconNode);\n\nexport default Circle;\n","import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['circle', { cx: '12', cy: '12', r: '10', key: '1mglay' }],\n ['path', { d: 'M12 16v-4', key: '1dtifu' }],\n ['path', { d: 'M12 8h.01', key: 'e9boi3' }],\n];\n\n/**\n * @component @name Info\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIgLz4KICA8cGF0aCBkPSJNMTIgMTZ2LTQiIC8+CiAgPHBhdGggZD0iTTEyIDhoLjAxIiAvPgo8L3N2Zz4K) - https://lucide.dev/icons/info\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst Info = createLucideIcon('info', __iconNode);\n\nexport default Info;\n","import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n [\n 'path',\n {\n d: 'M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z',\n key: '1a0edw',\n },\n ],\n ['path', { d: 'M12 22V12', key: 'd0xqtd' }],\n ['polyline', { points: '3.29 7 12 12 20.71 7', key: 'ousv84' }],\n ['path', { d: 'm7.5 4.27 9 5.15', key: '1c824w' }],\n];\n\n/**\n * @component @name Package\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMTEgMjEuNzNhMiAyIDAgMCAwIDIgMGw3LTRBMiAyIDAgMCAwIDIxIDE2VjhhMiAyIDAgMCAwLTEtMS43M2wtNy00YTIgMiAwIDAgMC0yIDBsLTcgNEEyIDIgMCAwIDAgMyA4djhhMiAyIDAgMCAwIDEgMS43M3oiIC8+CiAgPHBhdGggZD0iTTEyIDIyVjEyIiAvPgogIDxwb2x5bGluZSBwb2ludHM9IjMuMjkgNyAxMiAxMiAyMC43MSA3IiAvPgogIDxwYXRoIGQ9Im03LjUgNC4yNyA5IDUuMTUiIC8+Cjwvc3ZnPgo=) - https://lucide.dev/icons/package\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst Package = createLucideIcon('package', __iconNode);\n\nexport default Package;\n","import createLucideIcon from '../createLucideIcon';\nimport { IconNode } from '../types';\n\nexport const __iconNode: IconNode = [\n ['path', { d: 'M12 15v5s3.03-.55 4-2c1.08-1.62 0-5 0-5', key: 'qeys4' }],\n [\n 'path',\n {\n d: 'M4.5 16.5c-1.5 1.26-2 5-2 5s3.74-.5 5-2c.71-.84.7-2.13-.09-2.91a2.18 2.18 0 0 0-2.91-.09',\n key: 'u4xsad',\n },\n ],\n [\n 'path',\n {\n d: 'M9 12a22 22 0 0 1 2-3.95A12.88 12.88 0 0 1 22 2c0 2.72-.78 7.5-6 11a22.4 22.4 0 0 1-4 2z',\n key: '676m9',\n },\n ],\n ['path', { d: 'M9 12H4s.55-3.03 2-4c1.62-1.08 5 .05 5 .05', key: '92ym6u' }],\n];\n\n/**\n * @component @name Rocket\n * @description Lucide SVG icon component, renders SVG Element with children.\n *\n * @preview ![img](data:image/svg+xml;base64,PHN2ZyAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogIHdpZHRoPSIyNCIKICBoZWlnaHQ9IjI0IgogIHZpZXdCb3g9IjAgMCAyNCAyNCIKICBmaWxsPSJub25lIgogIHN0cm9rZT0iIzAwMCIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6ICNmZmY7IGJvcmRlci1yYWRpdXM6IDJweCIKICBzdHJva2Utd2lkdGg9IjIiCiAgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIgogIHN0cm9rZS1saW5lam9pbj0icm91bmQiCj4KICA8cGF0aCBkPSJNMTIgMTV2NXMzLjAzLS41NSA0LTJjMS4wOC0xLjYyIDAtNSAwLTUiIC8+CiAgPHBhdGggZD0iTTQuNSAxNi41Yy0xLjUgMS4yNi0yIDUtMiA1czMuNzQtLjUgNS0yYy43MS0uODQuNy0yLjEzLS4wOS0yLjkxYTIuMTggMi4xOCAwIDAgMC0yLjkxLS4wOSIgLz4KICA8cGF0aCBkPSJNOSAxMmEyMiAyMiAwIDAgMSAyLTMuOTVBMTIuODggMTIuODggMCAwIDEgMjIgMmMwIDIuNzItLjc4IDcuNS02IDExYTIyLjQgMjIuNCAwIDAgMS00IDJ6IiAvPgogIDxwYXRoIGQ9Ik05IDEySDRzLjU1LTMuMDMgMi00YzEuNjItMS4wOCA1IC4wNSA1IC4wNSIgLz4KPC9zdmc+Cg==) - https://lucide.dev/icons/rocket\n * @see https://lucide.dev/guide/packages/lucide-react - Documentation\n *\n * @param {Object} props - Lucide icons props and any valid SVG attribute\n * @returns {JSX.Element} JSX Element\n *\n */\nconst Rocket = createLucideIcon('rocket', __iconNode);\n\nexport default Rocket;\n"],"names":[],"mappings":"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","ignoreList":[0,1,2,4,5,6,7]}
@@ -1,3 +1,3 @@
1
- module.exports=[93995,a=>{"use strict";var b=a.i(53083),c=a.i(11321),d=a.i(40674),e=a.i(52313),f=a.i(6120);let g=(0,f.createServerReference)("40878c40fdd8bf1158c65705e258db24c352cc63fa",f.callServer,void 0,f.findSourceMapURL,"createFeature");a.i(98617);var h=a.i(50040);a.i(78454);var i=a.i(24255),j=a.i(2824),k=a.i(18948),l=a.i(58860),m=a.i(58339),n=a.i(82934),o=a.i(19884),p=a.i(96213);let q=(0,f.createServerReference)("4069f57f0d34e289af3cfa0734279177b177dd6959",f.callServer,void 0,f.findSourceMapURL,"getViewerPermission");var r=a.i(39116);let s=new Set([".png",".jpg",".jpeg",".gif",".webp",".svg",".bmp",".ico",".pdf",".doc",".docx",".xls",".xlsx",".ppt",".pptx",".txt",".md",".csv",".json",".yaml",".yml",".xml",".ts",".tsx",".js",".jsx",".py",".rb",".go",".rs",".java",".c",".cpp",".h",".hpp",".cs",".swift",".kt",".html",".css",".scss",".less",".sh",".bash",".zsh",".fish",".toml",".ini",".cfg",".conf",".env",".zip",".tar",".gz",".log"]),t={allowPrd:!1,allowPlan:!1,allowMerge:!1};var u=a.i(95014),v=a.i(42728),w=a.i(41042),x=a.i(85536),y=a.i(79620),z=a.i(96867);a.i(307);var A=a.i(30931),B=a.i(61781);function C({description:a,onDescriptionChange:d,attachments:e,onRemoveFile:f,onNotesChange:g,onPaste:i,onDragEnter:j,onDragLeave:k,onDragOver:m,onDrop:o,onAddFiles:p,isDragOver:q,uploadError:r,isPromptFocused:s,onPromptFocus:t,onPromptBlur:D,fast:E,onFastChange:F,pending:G,onPendingChange:H,overrideAgent:I,overrideModel:J,currentAgentType:K,currentModel:L,onAgentModelChange:M,isSubmitting:N}){let{t:O}=(0,h.useTranslation)("web"),P=(0,c.useRef)(null);return(0,b.jsxs)("div",{role:"region","aria-label":O("createDrawer.fileDropZone"),"data-drag-over":q?"true":"false",onDragEnter:j,onDragLeave:k,onDragOver:m,onDrop:o,className:(0,x.cn)("flex flex-col gap-1.5 rounded-md border-2 border-transparent p-1 transition-colors",q&&"border-primary/50 bg-primary/5"),children:[(0,b.jsx)(l.Label,{htmlFor:"feature-description",className:"text-muted-foreground text-xs font-semibold tracking-wider",children:O("createDrawer.describeFeature")}),(0,b.jsxs)("div",{ref:P,onFocus:t,onBlur:()=>{setTimeout(()=>{let a=P.current?.contains(document.activeElement),b=P.current?.querySelector('[aria-expanded="true"]')!==null;a||b||D()},0)},className:(0,x.cn)("border-input flex h-56 flex-col overflow-hidden rounded-md border shadow-xs transition-[color,box-shadow]",s&&"ring-ring/50 border-ring ring-[3px]"),children:[(0,b.jsx)(y.Textarea,{id:"feature-description",placeholder:O("createDrawer.featurePlaceholder"),value:a,onChange:a=>d(a.target.value),onPaste:i,required:!0,disabled:N,"aria-invalid":!!r,"aria-describedby":r?"feature-upload-error":void 0,className:"min-h-0 flex-1 resize-none rounded-none border-0 shadow-none focus-visible:ring-0"}),e.length>0&&(0,b.jsx)("div",{className:"flex flex-wrap items-center gap-1.5 px-3 py-2",children:e.map(a=>(0,b.jsx)(A.AttachmentChip,{name:a.name,size:a.size,mimeType:a.mimeType,path:a.path,onRemove:()=>f(a.id),disabled:N,loading:a.loading,notes:a.notes,onNotesChange:b=>g(a.id,b)},a.id))}),r?(0,b.jsx)("p",{id:"feature-upload-error",className:"text-destructive px-3 pb-2 text-xs",role:"alert",children:r}):null,(0,b.jsxs)("div",{className:"border-input flex items-center gap-3 border-t px-3 py-1.5",children:[(0,b.jsx)(B.AgentModelPicker,{initialAgentType:I??K??"claude-code",initialModel:J??L??"claude-sonnet-4-6",mode:"override",onAgentModelChange:M,disabled:N,className:"w-55"}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"ml-auto flex cursor-pointer items-center gap-2",children:[(0,b.jsx)(z.Switch,{id:"pending-mode",checked:G,onCheckedChange:H,disabled:N}),(0,b.jsxs)(l.Label,{htmlFor:"pending-mode",className:"flex cursor-pointer items-center gap-1 text-sm font-medium",children:[(0,b.jsx)(w.Clock,{className:"h-3.5 w-3.5"}),O("createDrawer.pendingMode")]})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:O("createDrawer.pendingModeDescription")})]}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-2",children:[(0,b.jsx)(z.Switch,{id:"fast-mode",checked:E,onCheckedChange:F,disabled:N}),(0,b.jsxs)(l.Label,{htmlFor:"fast-mode",className:"flex cursor-pointer items-center gap-1 text-sm font-medium",children:[(0,b.jsx)(v.Zap,{className:"h-3.5 w-3.5"}),O("createDrawer.fastModeLabel")]})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:O("createDrawer.fastModeDescription")})]}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsx)("button",{type:"button",onClick:p,disabled:N,"aria-label":O("chat.attachFiles"),className:"text-muted-foreground hover:text-foreground cursor-pointer rounded p-1 transition-colors",children:(0,b.jsx)(u.PaperclipIcon,{className:"h-4 w-4"})})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:O("chat.attachFiles")})]})]})]})]})}var D=a.i(53759),E=a.i(63204),F=a.i(67664),G=a.i(53556),H=a.i(59175);let I=(0,f.createServerReference)("40f5d7c31967e1f2aba3b4d8dc6783df53c1d7fbf3",f.callServer,void 0,f.findSourceMapURL,"getAgentPermissionOptions"),J=["allowPrd","allowPlan","allowMerge"];function K({approvalGates:a,onApprovalGatesChange:c,enableEvidence:d,onEnableEvidenceChange:e,commitEvidence:f,onCommitEvidenceChange:g,push:i,onPushChange:j,openPr:k,onOpenPrChange:m,ciWatchEnabled:o,onCiWatchChange:p,rebaseBeforeBranch:q,onRebaseBeforeBranchChange:r,commitSpecs:s,onCommitSpecsChange:t,forkAndPr:u,onForkAndPrChange:v,canPush:w,fast:y,computedPush:A,computedOpenPr:B,isSubmitting:C,agentType:G,permissionMode:H,onPermissionModeChange:I}){let{t:M}=(0,h.useTranslation)("web"),N=[{id:"allowPrd",label:M("createDrawer.prd"),description:M("createDrawer.prdDescription")},{id:"allowPlan",label:M("createDrawer.plan"),description:M("createDrawer.planDescription")},{id:"allowMerge",label:M("createDrawer.merge"),description:M("createDrawer.mergeDescription")}];return(0,b.jsxs)("div",{className:"flex flex-col gap-2",children:[(0,b.jsxs)("div",{className:"border-input flex items-center gap-4 rounded-md border px-3 py-2.5",children:[(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsx)("span",{className:"text-muted-foreground w-16 shrink-0 cursor-default text-xs font-semibold tracking-wider",children:M("createDrawer.approve")})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:M("createDrawer.approveDescription")})]}),(0,b.jsx)("div",{className:"flex flex-1 items-center gap-4",children:N.map(d=>(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:`approve-${d.id}`,size:"sm",checked:a[d.id]??!1,onCheckedChange:b=>c({...a,[d.id]:b}),disabled:C||y&&("allowPrd"===d.id||"allowPlan"===d.id)}),(0,b.jsx)(l.Label,{htmlFor:`approve-${d.id}`,className:"cursor-pointer text-xs font-medium",children:d.label})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:y&&("allowPrd"===d.id||"allowPlan"===d.id)?M("createDrawer.skippedInFastMode"):d.description})]},d.id))}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsx)("button",{type:"button",onClick:()=>{let b=J.every(b=>a[b]),d={};for(let a of J)d[a]=!b;c(d)},disabled:C,className:(0,x.cn)("text-muted-foreground hover:text-foreground cursor-pointer rounded px-1.5 py-0.5 text-[10px] font-semibold tracking-wider uppercase transition-colors",J.every(b=>a[b])&&"text-primary"),children:M("createDrawer.all")})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:M("createDrawer.toggleAllApprovalGates")})]})]}),(0,b.jsxs)("div",{className:"border-input flex items-center gap-4 rounded-md border px-3 py-2.5",children:[(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsx)("span",{className:"text-muted-foreground w-16 shrink-0 cursor-default text-xs font-semibold tracking-wider",children:M("createDrawer.evidence")})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:M("createDrawer.evidenceDescription")})]}),(0,b.jsxs)("div",{className:"flex flex-1 items-center gap-4",children:[(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:"enable-evidence",size:"sm",checked:d,onCheckedChange:a=>{e(a),a||g(!1)},disabled:C}),(0,b.jsx)(l.Label,{htmlFor:"enable-evidence",className:"cursor-pointer text-xs font-medium",children:M("createDrawer.collect")})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:M("createDrawer.collectDescription")})]}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:"commit-evidence",size:"sm",checked:f,onCheckedChange:g,disabled:C||!d||!k&&!u}),(0,b.jsx)(l.Label,{htmlFor:"commit-evidence",className:(0,x.cn)("cursor-pointer text-xs font-medium",(!d||!k&&!u)&&"opacity-50"),children:M("createDrawer.addToPr")})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:k||u?d?M("createDrawer.addToPrDescription"):M("createDrawer.requiresEvidence"):M("createDrawer.requiresPr")})]})]})]}),(0,b.jsxs)("div",{className:"border-input flex items-start gap-4 rounded-md border px-3 py-2.5",children:[(0,b.jsx)("span",{className:"text-muted-foreground w-16 shrink-0 pt-0.5 text-xs font-semibold tracking-wider",children:M("createDrawer.git")}),(0,b.jsxs)("div",{className:"flex flex-1 flex-wrap items-center gap-4",children:[(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:"push",size:"sm",checked:A,onCheckedChange:a=>{j(a),!a&&k&&m(!1)},disabled:C||u}),(0,b.jsx)(l.Label,{htmlFor:"push",className:(0,x.cn)("cursor-pointer text-xs font-medium",u&&"opacity-50"),children:M("createDrawer.push")})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:u?"Enabled — contributing to upstream":M("createDrawer.pushDescription")})]}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:"open-pr",size:"sm",checked:B,onCheckedChange:a=>{m(a),a||g(!1)},disabled:C||u}),(0,b.jsx)(l.Label,{htmlFor:"open-pr",className:(0,x.cn)("cursor-pointer text-xs font-medium",u&&"opacity-50"),children:M("createDrawer.pr")})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:u?"Enabled — contributing to upstream":M("createDrawer.prDescription")})]}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:"ci-watch",size:"sm",checked:o,onCheckedChange:p,disabled:C}),(0,b.jsx)(l.Label,{htmlFor:"ci-watch",className:"cursor-pointer text-xs font-medium",children:M("createDrawer.watch")})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:M("createDrawer.watchDescription")})]}),(0,b.jsx)("div",{className:"bg-border h-4 w-px shrink-0"}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:"rebase-before-branch",size:"sm",checked:q,onCheckedChange:r,disabled:C}),(0,b.jsxs)(l.Label,{htmlFor:"rebase-before-branch",className:"flex cursor-pointer items-center gap-1 text-xs font-medium",children:[(0,b.jsx)(F.RefreshCw,{className:"h-3 w-3"}),M("createDrawer.sync")]})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:M("createDrawer.syncDescription")})]}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:"commit-specs",size:"sm",checked:s,onCheckedChange:t,disabled:C}),(0,b.jsxs)(l.Label,{htmlFor:"commit-specs",className:"flex cursor-pointer items-center gap-1 text-xs font-medium",children:[(0,b.jsx)(E.FileText,{className:"h-3 w-3"}),M("createDrawer.commitSpecs")]})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:M("createDrawer.commitSpecsDescription")})]}),!w&&(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:"fork-and-pr",size:"sm",checked:u,onCheckedChange:a=>{v(a),a&&t(!1)},disabled:C}),(0,b.jsxs)(l.Label,{htmlFor:"fork-and-pr",className:"flex cursor-pointer items-center gap-1 text-xs font-medium",children:[(0,b.jsx)(D.GitFork,{className:"h-3 w-3"}),M("createDrawer.forkAndPr")]})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:M("createDrawer.forkAndPrDescription")})]})]})]}),G&&I?(0,b.jsx)(L,{agentType:G,permissionMode:H,onPermissionModeChange:I,isSubmitting:C}):null]})}function L({agentType:a,permissionMode:d,onPermissionModeChange:e,isSubmitting:f}){let{t:g}=(0,h.useTranslation)("web"),[i,j]=(0,c.useState)([]);return((0,c.useEffect)(()=>{let b=!1;return I(a).then(a=>{b||j(a)}),()=>{b=!0}},[a]),0===i.length)?null:(0,b.jsxs)("div",{className:"border-input flex items-center gap-4 rounded-md border px-3 py-2.5",children:[(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("span",{className:"text-muted-foreground flex w-16 shrink-0 cursor-default items-center gap-1 text-xs font-semibold tracking-wider",children:[(0,b.jsx)(G.Shield,{className:"h-3 w-3"}),g("feature.create.permissionMode")]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:g("settings.agent.permissions.description",{agent:a})})]}),(0,b.jsx)("div",{className:"flex-1",children:(0,b.jsxs)(H.Select,{value:d??"__default__",onValueChange:a=>e("__default__"===a?void 0:a),disabled:f,children:[(0,b.jsx)(H.SelectTrigger,{id:"permission-mode","data-testid":"permission-mode-select",className:"h-7 text-xs",children:(0,b.jsx)(H.SelectValue,{})}),(0,b.jsxs)(H.SelectContent,{children:[(0,b.jsx)(H.SelectItem,{value:"__default__",children:g("feature.create.permissionModeDefault")}),i.map(a=>(0,b.jsx)(H.SelectItem,{value:a.value,children:a.label},a.value))]})]})})]})}var M=a.i(99829),N=a.i(95881),O=a.i(90920),P=a.i(53823);function Q({features:a,value:d,onChange:e,disabled:f}){let{t:g}=(0,h.useTranslation)("web"),[i,j]=(0,c.useState)(!1),[k,l]=(0,c.useState)(""),m=(0,c.useRef)(null),n=a.find(a=>a.id===d),o=k.trim()?a.filter(a=>a.name.toLowerCase().includes(k.toLowerCase())||a.id.toLowerCase().includes(k.toLowerCase())):a,p=(0,c.useCallback)(a=>{e(a),j(!1),l("")},[e]);return(0,c.useEffect)(()=>{i?setTimeout(()=>m.current?.focus(),0):l("")},[i]),(0,b.jsxs)(P.Popover,{open:i,onOpenChange:j,children:[(0,b.jsx)(P.PopoverTrigger,{asChild:!0,children:(0,b.jsxs)("button",{id:"parent-feature",type:"button",role:"combobox","aria-expanded":i,"aria-label":"Parent Feature",disabled:f,"data-testid":"parent-feature-combobox",className:(0,x.cn)("border-input bg-background ring-offset-background focus:ring-ring flex h-9 w-full items-center justify-between rounded-md border px-3 py-2 text-sm focus:ring-2 focus:ring-offset-2 focus:outline-none disabled:cursor-not-allowed disabled:opacity-50",!n&&"text-muted-foreground"),children:[(0,b.jsx)("span",{className:"truncate",children:n?`${n.name} (${n.id.slice(0,8)})`:g("createDrawer.selectParent")}),(0,b.jsx)(M.ChevronsUpDown,{className:"ms-2 h-4 w-4 shrink-0 opacity-50"})]})}),(0,b.jsx)(P.PopoverContent,{className:"w-80 p-0",align:"start","data-testid":"parent-feature-combobox-content",children:(0,b.jsxs)("div",{className:"flex flex-col",children:[(0,b.jsx)("div",{className:"border-b p-2",children:(0,b.jsx)(O.Input,{ref:m,placeholder:g("createDrawer.searchFeatures"),value:k,onChange:a=>l(a.target.value),className:"h-8 border-0 p-0 text-sm shadow-none focus-visible:ring-0","data-testid":"parent-feature-search"})}),(0,b.jsxs)("div",{className:"max-h-48 overflow-y-auto py-1",role:"listbox","aria-label":"Features",children:[(0,b.jsxs)("button",{type:"button",role:"option","aria-selected":void 0===d,onClick:()=>p(void 0),className:(0,x.cn)("hover:bg-accent hover:text-accent-foreground flex w-full items-center gap-2 px-3 py-2 text-sm",void 0===d&&"bg-accent/50"),"data-testid":"parent-feature-option-none",children:[(0,b.jsx)(N.CheckIcon,{className:(0,x.cn)("h-4 w-4 shrink-0",void 0!==d&&"invisible")}),(0,b.jsx)("span",{className:"text-muted-foreground italic",children:g("createDrawer.noParent")})]}),0===o.length&&k?(0,b.jsx)("p",{className:"text-muted-foreground px-3 py-2 text-sm",children:g("createDrawer.noFeaturesFound")}):o.map(a=>(0,b.jsxs)("button",{type:"button",role:"option","aria-selected":d===a.id,onClick:()=>p(a.id),className:(0,x.cn)("hover:bg-accent hover:text-accent-foreground flex w-full items-center gap-2 px-3 py-2 text-sm",d===a.id&&"bg-accent/50"),"data-testid":`parent-feature-option-${a.id}`,children:[(0,b.jsx)(N.CheckIcon,{className:(0,x.cn)("h-4 w-4 shrink-0",d!==a.id&&"invisible")}),(0,b.jsxs)("span",{className:"truncate",children:[a.name," ",(0,b.jsxs)("span",{className:"text-muted-foreground font-mono text-xs",children:["(",a.id.slice(0,8),")"]})]})]},a.id))]})]})})]})}var R=a.i(31271),S=a.i(20901),T=a.i(13126),U=a.i(21333),V=a.i(92163),W=a.i(1377);a.i(21434);var X=a.i(34379);function Y({repositories:a,value:d,onChange:e,onAddRepository:f,disabled:g}){let[i,j]=(0,c.useState)(!1),[k,l]=(0,c.useState)(""),[m,n]=(0,c.useState)(!1),[o,p]=(0,c.useState)(null),[q,r]=(0,c.useState)(!1),s=(0,c.useRef)(null),{reactFileManager:t}=(0,U.useFeatureFlags)(),{t:u}=(0,h.useTranslation)("web"),v=a.find(a=>a.path===d),w=k.trim()?a.filter(a=>a.name.toLowerCase().includes(k.toLowerCase())||a.path.toLowerCase().includes(k.toLowerCase())):a,y=(0,c.useCallback)(a=>{e(a),j(!1),l("")},[e]),z=(0,c.useCallback)(async a=>{let b=await (0,V.addRepository)({path:a});if(b.error){p(b.error),n(!1);return}if(b.repository){let a={id:b.repository.id,name:b.repository.name,path:b.repository.path};f?.(a),e(a.path),j(!1),l("")}},[f,e]),A=(0,c.useCallback)(async()=>{if(!m){if(t)return void r(!0);n(!0),p(null);try{let a=await (0,W.pickFolder)();if(!a)return void n(!1);await z(a)}catch{r(!0)}finally{n(!1)}}},[m,t,z]),B=(0,c.useCallback)(async a=>{if(r(!1),a){n(!0),p(null);try{await z(a)}catch(a){p(a instanceof Error?a.message:"Failed to add repository")}finally{n(!1)}}},[z]);return(0,c.useEffect)(()=>{i?setTimeout(()=>s.current?.focus(),0):l("")},[i]),(0,b.jsxs)(b.Fragment,{children:[(0,b.jsxs)(P.Popover,{open:i,onOpenChange:j,children:[(0,b.jsx)(P.PopoverTrigger,{asChild:!0,children:(0,b.jsxs)("button",{type:"button",role:"combobox","aria-expanded":i,"aria-label":"Repository","aria-invalid":!!o,"aria-describedby":o?"add-repository-error-msg":void 0,disabled:g,"data-testid":"repository-combobox",className:(0,x.cn)("border-input bg-background ring-offset-background focus:ring-ring flex h-9 w-full items-center justify-between rounded-md border px-3 py-2 text-sm focus:ring-2 focus:ring-offset-2 focus:outline-none disabled:cursor-not-allowed disabled:opacity-50",!v&&"text-muted-foreground"),children:[(0,b.jsx)("span",{className:"truncate",children:v?v.name:"Select repository..."}),(0,b.jsx)(M.ChevronsUpDown,{className:"ms-2 h-4 w-4 shrink-0 opacity-50"})]})}),(0,b.jsx)(P.PopoverContent,{className:"w-80 p-0",align:"start","data-testid":"repository-combobox-content",children:(0,b.jsxs)("div",{className:"flex flex-col",children:[(0,b.jsx)("div",{className:"border-b p-2",children:(0,b.jsx)(O.Input,{ref:s,placeholder:u("createDrawer.searchRepositories"),value:k,onChange:a=>l(a.target.value),className:"h-8 border-0 p-0 text-sm shadow-none focus-visible:ring-0","data-testid":"repository-search"})}),(0,b.jsx)("div",{className:"max-h-48 overflow-y-auto py-1",role:"listbox","aria-label":"Repositories",children:0===w.length?(0,b.jsx)("p",{className:"text-muted-foreground px-3 py-2 text-sm","data-testid":"repository-empty",children:"No repositories found."}):w.map(a=>(0,b.jsxs)("button",{type:"button",role:"option","aria-selected":d===a.path,onClick:()=>y(a.path),className:(0,x.cn)("hover:bg-accent hover:text-accent-foreground flex w-full items-center gap-2 px-3 py-2 text-sm",d===a.path&&"bg-accent/50"),"data-testid":`repository-option-${a.id}`,children:[(0,b.jsx)(N.CheckIcon,{className:(0,x.cn)("h-4 w-4 shrink-0",d!==a.path&&"invisible")}),(0,b.jsxs)("span",{className:"flex flex-col items-start truncate",children:[(0,b.jsx)("span",{className:"truncate",children:a.name}),(0,b.jsx)("span",{className:"text-muted-foreground truncate text-xs",children:a.path})]})]},a.id))}),(0,b.jsx)(T.Separator,{}),(0,b.jsxs)("button",{type:"button",onClick:A,disabled:m,className:"hover:bg-accent hover:text-accent-foreground flex w-full items-center gap-2 px-3 py-2 text-sm","data-testid":"add-repository-item",children:[m?(0,b.jsx)(S.LoaderCircle,{className:"h-4 w-4 shrink-0 animate-spin"}):(0,b.jsx)(R.FolderPlus,{className:"h-4 w-4 shrink-0"}),(0,b.jsx)("span",{children:"Add new repository..."})]}),o?(0,b.jsx)("p",{id:"add-repository-error-msg",className:"px-3 pb-2 text-xs text-red-500",role:"alert","data-testid":"add-repository-error",children:o}):null]})})]}),(0,b.jsx)(X.ReactFileManagerDialog,{open:q,onOpenChange:a=>{a||r(!1)},onSelect:B})]})}function Z({open:a,onClose:d,onSubmit:e,repositoryPath:f,isSubmitting:g=!1,workflowDefaults:u,features:v,repositories:w,initialParentId:x,currentAgentType:y,currentModel:z,initialDescription:A,canPushDirectly:B}){let{t:D}=(0,h.useTranslation)("web"),E=function({open:a,onClose:b,onSubmit:d,repositoryPath:e,workflowDefaults:f,repositories:g,initialParentId:h,currentAgentType:i,currentModel:j,initialDescription:k,canPushDirectly:l}){let m=(0,o.useSoundAction)("create"),n=e&&(!g||0===g.length||g.some(a=>a.path===e))?e:"",u=f?.approvalGates??t,v=f?.push??!1,w=f?.openPr??!1,x=f?.ciWatchEnabled!==!1,y=f?.enableEvidence??!1,z=f?.commitEvidence??!1,A=f?.fast!==!1,[B,C]=(0,c.useState)(k??"");(0,c.useEffect)(()=>{k&&C(k)},[k]);let[D,E]=(0,c.useState)([]),[F,G]=(0,c.useState)({...u}),[H,I]=(0,c.useState)(v),[J,K]=(0,c.useState)(w),[L,M]=(0,c.useState)(f?.ciWatchEnabled!==!1),[N,O]=(0,c.useState)(y),[P,Q]=(0,c.useState)(z),[R,S]=(0,c.useState)(void 0),[T,U]=(0,c.useState)(A),[V,W]=(0,c.useState)(!1),[X,Y]=(0,c.useState)(!1),[Z,$]=(0,c.useState)(!0),[_,aa]=(0,c.useState)(!0),[ab,ac]=(0,c.useState)(void 0),[ad,ae]=(0,c.useState)(void 0),[af,ag]=(0,c.useState)(void 0),[ah,ai]=(0,c.useState)(n||void 0),[aj,ak]=(0,c.useState)(g??[]),[al,am]=(0,c.useState)(!1),[an,ao]=(0,c.useState)(null),[ap,aq]=(0,c.useState)(!1),ar=(0,c.useRef)(crypto.randomUUID()),as=(0,c.useRef)(0);(0,c.useEffect)(()=>{f&&(G({...f.approvalGates}),I(f.push),K(f.openPr),M(!1!==f.ciWatchEnabled),O(f.enableEvidence),Q(f.commitEvidence),U(!1!==f.fast))},[f]),(0,c.useEffect)(()=>{ak(g??[])},[g]),(0,c.useEffect)(()=>{a&&h&&S(h)},[a,h]);let[at,au]=(0,c.useState)(l??!1);(0,c.useEffect)(()=>{au(l??!1)},[l]);let av=(0,c.useRef)(ah);(0,c.useEffect)(()=>{ah&&ah!==av.current&&(av.current=ah,q(ah).then(a=>au(a.canPushDirectly)).catch(()=>au(!1)))},[ah]),(0,c.useEffect)(()=>{at&&(Y(!1),I(v),K(w),$(!0))},[at,v,w]);let aw=(0,c.useCallback)(()=>{C(""),E([]),G({...u}),I(v),K(w),M(x),O(y),Q(z),S(void 0),ai(n||void 0),ak(g??[]),U(A),W(!1),Y(!1),$(!0),aa(!0),ac(void 0),ae(void 0),ag(void 0),ao(null),as.current=0,am(!1)},[u,v,w,y,x,z,A,n,g]),ax=""!==B.trim()||D.length>0,{attemptClose:ay}=(0,p.useGuardedDrawerClose)({open:a,isDirty:ax,onClose:b,onReset:aw}),az=(0,c.useCallback)(async a=>{for(let b of(ao(null),a)){if(b.size>0xa00000)return void ao(`"${b.name}" exceeds 10 MB limit`);let a=function(a){let b=a.lastIndexOf(".");return b>=0?a.slice(b).toLowerCase():""}(b.name);if(a&&!s.has(a))return void ao(`File type "${a}" is not allowed`)}for(let b of a){let a=crypto.randomUUID();E(c=>[...c,{id:a,name:b.name,size:b.size,mimeType:b.type||"application/octet-stream",path:"",loading:!0}]);try{let c=new FormData;c.append("file",b),c.append("sessionId",ar.current);let d=await fetch("/api/attachments/upload",{method:"POST",body:c});if(!d.ok){let b=await d.json().catch(()=>({error:"Upload failed"}));E(b=>b.filter(b=>b.id!==a)),ao(b.error??"Upload failed");return}let e=await d.json();E(b=>b.some(b=>b.id!==a&&b.path===e.path)?b.filter(b=>b.id!==a):b.map(b=>b.id===a?{...e,id:a,loading:!1}:b))}catch{E(b=>b.filter(b=>b.id!==a)),ao("Upload failed")}}},[]),aA=(0,c.useCallback)(a=>{a.preventDefault(),a.stopPropagation(),as.current+=1,1===as.current&&am(!0)},[]),aB=(0,c.useCallback)(a=>{a.preventDefault(),a.stopPropagation(),as.current-=1,0===as.current&&am(!1)},[]),aC=(0,c.useCallback)(a=>{a.preventDefault(),a.stopPropagation()},[]),aD=(0,c.useCallback)(a=>{a.preventDefault(),a.stopPropagation(),as.current=0,am(!1);let b=Array.from(a.dataTransfer.files);b.length>0&&az(b)},[az]),aE=(0,c.useCallback)(a=>{let b=a.clipboardData?.items;if(!b)return;let c=[];for(let a of Array.from(b))if("file"===a.kind){let b=a.getAsFile();b&&c.push(b)}c.length>0&&(a.preventDefault(),az(c))},[az]),aF=(0,c.useCallback)(a=>{if(a.preventDefault(),!B.trim())return;let b=ah??n;b&&(m.play(),d({description:B.trim(),attachments:D.filter(a=>!a.loading),repositoryPath:b,approvalGates:{allowPrd:F.allowPrd??!1,allowPlan:F.allowPlan??!1,allowMerge:F.allowMerge??!1},push:!!X||H||J,openPr:!!X||J,ciWatchEnabled:L,enableEvidence:N,commitEvidence:P,fast:T,forkAndPr:X,commitSpecs:Z,rebaseBeforeBranch:_,...V?{pending:V}:{},...ab?{agentType:ab}:{},...ad?{model:ad}:{},...af?{permissionMode:af}:{},...R?{parentId:R}:{},sessionId:ar.current}),aw())},[B,D,F,ah,n,d,H,J,N,L,P,T,X,Z,_,V,ab,ad,af,R,m,aw]),aG=(0,c.useCallback)(async()=>{try{let a=await (0,r.pickFiles)();if(!a)return;for(let b of a){let a=crypto.randomUUID();E(c=>[...c,{id:a,name:b.name,size:b.size,mimeType:"application/octet-stream",path:"",loading:!0}]);try{let c=await fetch("/api/attachments/upload-from-path",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:b.path,sessionId:ar.current})});if(!c.ok){let b=await c.json().catch(()=>({error:"Upload failed"}));E(b=>b.filter(b=>b.id!==a)),ao(b.error??"Upload failed");return}let d=await c.json();E(b=>b.some(b=>b.id!==a&&b.path===d.path)?b.filter(b=>b.id!==a):b.map(b=>b.id===a?{...d,id:a,loading:!1}:b))}catch{E(b=>b.filter(b=>b.id!==a)),ao("Upload failed")}}}catch{}},[]),aH=(0,c.useCallback)(a=>{E(b=>b.filter(b=>b.id!==a))},[]),aI=(0,c.useCallback)((a,b)=>{E(c=>c.map(c=>c.id===a?{...c,notes:b}:c))},[]);return{validRepoPath:n,canPush:at,isDirty:ax,computedPush:!!X||H||J,computedOpenPr:!!X||J,description:B,setDescription:C,attachments:D,approvalGates:F,setApprovalGates:G,push:H,setPush:I,openPr:J,setOpenPr:K,ciWatchEnabled:L,setCiWatchEnabled:M,enableEvidence:N,setEnableEvidence:O,commitEvidence:P,setCommitEvidence:Q,parentId:R,setParentId:S,fast:T,setFast:U,pending:V,setPending:W,forkAndPr:X,setForkAndPr:Y,commitSpecs:Z,setCommitSpecs:$,rebaseBeforeBranch:_,setRebaseBeforeBranch:aa,overrideAgent:ab,setOverrideAgent:ac,overrideModel:ad,setOverrideModel:ae,permissionMode:af,setPermissionMode:ag,selectedRepoPath:ah,setSelectedRepoPath:ai,localRepos:aj,setLocalRepos:ak,isDragOver:al,uploadError:an,isPromptFocused:ap,setIsPromptFocused:aq,sessionIdRef:ar,currentAgentType:i,currentModel:j,attemptClose:ay,handleFiles:az,handleDragEnter:aA,handleDragLeave:aB,handleDragOver:aC,handleDrop:aD,handlePaste:aE,handleSubmit:aF,handleAddFiles:aG,handleRemoveFile:aH,handleNotesChange:aI,resetForm:aw}}({open:a,onClose:d,onSubmit:e,repositoryPath:f,workflowDefaults:u,repositories:w,initialParentId:x,currentAgentType:y,currentModel:z,initialDescription:A,canPushDirectly:B}),F=(0,c.useRef)(null),G=(0,c.useCallback)(a=>{(a.ctrlKey||a.metaKey)&&"Enter"===a.key&&(a.preventDefault(),F.current?.requestSubmit())},[]),H=v&&v.length>0,I=!E.validRepoPath&&void 0!==w,J=!E.validRepoPath&&!E.selectedRepoPath;return(0,b.jsx)(i.BaseDrawer,{open:a,onClose:E.attemptClose,size:"md",modal:!1,dismissOnOutsideClick:!0,"data-testid":"feature-create-drawer",header:(0,b.jsxs)(b.Fragment,{children:[(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("div",{className:"h-2.5 w-2.5 shrink-0 rounded-full bg-blue-500"}),(0,b.jsx)(j.DrawerTitle,{children:D("createDrawer.title")})]}),g?(0,b.jsx)(j.DrawerDescription,{asChild:!0,children:(0,b.jsx)("div",{children:(0,b.jsx)(m.Badge,{variant:"secondary",children:D("createDrawer.creating")})})}):null]}),footer:(0,b.jsxs)("div",{className:"flex flex-row justify-end gap-2",children:[(0,b.jsx)(k.Button,{variant:"outline",onClick:E.attemptClose,disabled:g,children:D("createDrawer.cancel")}),(0,b.jsx)(k.Button,{type:"submit",form:"create-feature-form",disabled:!E.description.trim()||g||J,children:D(g?"createDrawer.creating":"createDrawer.createFeature")})]}),children:(0,b.jsx)("div",{className:"overflow-y-auto p-4",children:(0,b.jsx)(n.TooltipProvider,{delayDuration:400,children:(0,b.jsxs)("form",{ref:F,id:"create-feature-form",onSubmit:E.handleSubmit,onKeyDown:G,className:"flex flex-col gap-4",children:[I?(0,b.jsxs)("div",{className:"flex flex-col gap-1.5","data-testid":"repo-selector-section",children:[(0,b.jsx)(l.Label,{className:"text-muted-foreground text-xs font-semibold tracking-wider",children:D("createDrawer.repository")}),(0,b.jsx)(Y,{repositories:E.localRepos,value:E.selectedRepoPath,onChange:E.setSelectedRepoPath,onAddRepository:a=>{E.setLocalRepos(b=>[...b,a]),E.setSelectedRepoPath(a.path)},disabled:g})]}):E.validRepoPath?(0,b.jsxs)("div",{className:"flex flex-col gap-1.5","data-testid":"repo-readonly-section",children:[(0,b.jsx)(l.Label,{className:"text-muted-foreground text-xs font-semibold tracking-wider",children:D("createDrawer.repository")}),(0,b.jsx)("p",{className:"text-sm","data-testid":"repo-readonly-label",children:w?.find(a=>a.path===E.validRepoPath)?.name??E.validRepoPath.split("/").pop()})]}):null,(0,b.jsx)(C,{description:E.description,onDescriptionChange:E.setDescription,attachments:E.attachments,onRemoveFile:E.handleRemoveFile,onNotesChange:E.handleNotesChange,onPaste:E.handlePaste,onDragEnter:E.handleDragEnter,onDragLeave:E.handleDragLeave,onDragOver:E.handleDragOver,onDrop:E.handleDrop,onAddFiles:E.handleAddFiles,isDragOver:E.isDragOver,uploadError:E.uploadError,isPromptFocused:E.isPromptFocused,onPromptFocus:()=>E.setIsPromptFocused(!0),onPromptBlur:()=>E.setIsPromptFocused(!1),fast:E.fast,onFastChange:E.setFast,pending:E.pending,onPendingChange:E.setPending,overrideAgent:E.overrideAgent,overrideModel:E.overrideModel,currentAgentType:y,currentModel:z,onAgentModelChange:(a,b)=>{E.setOverrideAgent(a),E.setOverrideModel(b)},isSubmitting:g}),H&&void 0!==x?(0,b.jsxs)("div",{className:"flex flex-col gap-1.5",children:[(0,b.jsx)(l.Label,{htmlFor:"parent-feature",className:"text-muted-foreground text-xs font-semibold tracking-wider",children:D("createDrawer.parentFeature")}),(0,b.jsx)(Q,{features:v,value:E.parentId,onChange:E.setParentId,disabled:g})]}):null,(0,b.jsx)(K,{approvalGates:E.approvalGates,onApprovalGatesChange:E.setApprovalGates,enableEvidence:E.enableEvidence,onEnableEvidenceChange:E.setEnableEvidence,commitEvidence:E.commitEvidence,onCommitEvidenceChange:E.setCommitEvidence,push:E.push,onPushChange:E.setPush,openPr:E.openPr,onOpenPrChange:E.setOpenPr,ciWatchEnabled:E.ciWatchEnabled,onCiWatchChange:E.setCiWatchEnabled,rebaseBeforeBranch:E.rebaseBeforeBranch,onRebaseBeforeBranchChange:E.setRebaseBeforeBranch,commitSpecs:E.commitSpecs,onCommitSpecsChange:E.setCommitSpecs,forkAndPr:E.forkAndPr,onForkAndPrChange:E.setForkAndPr,canPush:E.canPush,fast:E.fast,computedPush:E.computedPush,computedOpenPr:E.computedOpenPr,isSubmitting:g,agentType:E.overrideAgent??y,permissionMode:E.permissionMode,onPermissionModeChange:E.setPermissionMode})]})})})})}a.s(["CreateDrawerClient",0,function({repositoryPath:a,initialParentId:f,initialDescription:h,features:i,repositories:j,workflowDefaults:k,currentAgentType:l,currentModel:m,canPushDirectly:n}){let o=(0,d.useRouter)(),[p,q]=(0,c.useState)(!1),r=(0,d.usePathname)().startsWith("/create"),s=!p&&r;(0,c.useEffect)(()=>{!r&&p&&q(!1)},[r,p]);let t=(0,c.useCallback)(()=>{o.push("/")},[o]),u=(0,c.useCallback)(a=>{q(!0),o.push("/"),g(a).then(b=>{b.error?e.toast.error(b.error):window.dispatchEvent(new CustomEvent("shipit-ai:feature-created",{detail:{featureId:b.feature.id,name:b.feature.name,description:b.feature.description,repositoryPath:b.feature.repositoryPath,parentId:a.parentId}}))}).catch(()=>{e.toast.error("Failed to create feature"),q(!1)})},[o]);return(0,b.jsx)(Z,{open:s,onClose:t,onSubmit:u,repositoryPath:a,features:i,repositories:j,workflowDefaults:k,initialParentId:f,initialDescription:h,isSubmitting:p,currentAgentType:l,currentModel:m,canPushDirectly:n})}],93995)}];
1
+ module.exports=[93995,a=>{"use strict";var b=a.i(53083),c=a.i(11321),d=a.i(40674),e=a.i(52313),f=a.i(6120);let g=(0,f.createServerReference)("400a42af6e2cec3728e3145e88ffcf104a015ee09d",f.callServer,void 0,f.findSourceMapURL,"createFeature");a.i(98617);var h=a.i(50040);a.i(78454);var i=a.i(24255),j=a.i(2824),k=a.i(18948),l=a.i(58860),m=a.i(58339),n=a.i(82934),o=a.i(19884),p=a.i(96213);let q=(0,f.createServerReference)("40c199af21f0c83c99e3185c1393d5ad435bbad637",f.callServer,void 0,f.findSourceMapURL,"getViewerPermission");var r=a.i(39116);let s=new Set([".png",".jpg",".jpeg",".gif",".webp",".svg",".bmp",".ico",".pdf",".doc",".docx",".xls",".xlsx",".ppt",".pptx",".txt",".md",".csv",".json",".yaml",".yml",".xml",".ts",".tsx",".js",".jsx",".py",".rb",".go",".rs",".java",".c",".cpp",".h",".hpp",".cs",".swift",".kt",".html",".css",".scss",".less",".sh",".bash",".zsh",".fish",".toml",".ini",".cfg",".conf",".env",".zip",".tar",".gz",".log"]),t={allowPrd:!1,allowPlan:!1,allowMerge:!1};var u=a.i(95014),v=a.i(42728),w=a.i(41042),x=a.i(85536),y=a.i(79620),z=a.i(96867);a.i(307);var A=a.i(30931),B=a.i(61781);function C({description:a,onDescriptionChange:d,attachments:e,onRemoveFile:f,onNotesChange:g,onPaste:i,onDragEnter:j,onDragLeave:k,onDragOver:m,onDrop:o,onAddFiles:p,isDragOver:q,uploadError:r,isPromptFocused:s,onPromptFocus:t,onPromptBlur:D,fast:E,onFastChange:F,pending:G,onPendingChange:H,overrideAgent:I,overrideModel:J,currentAgentType:K,currentModel:L,onAgentModelChange:M,isSubmitting:N}){let{t:O}=(0,h.useTranslation)("web"),P=(0,c.useRef)(null);return(0,b.jsxs)("div",{role:"region","aria-label":O("createDrawer.fileDropZone"),"data-drag-over":q?"true":"false",onDragEnter:j,onDragLeave:k,onDragOver:m,onDrop:o,className:(0,x.cn)("flex flex-col gap-1.5 rounded-md border-2 border-transparent p-1 transition-colors",q&&"border-primary/50 bg-primary/5"),children:[(0,b.jsx)(l.Label,{htmlFor:"feature-description",className:"text-muted-foreground text-xs font-semibold tracking-wider",children:O("createDrawer.describeFeature")}),(0,b.jsxs)("div",{ref:P,onFocus:t,onBlur:()=>{setTimeout(()=>{let a=P.current?.contains(document.activeElement),b=P.current?.querySelector('[aria-expanded="true"]')!==null;a||b||D()},0)},className:(0,x.cn)("border-input flex h-56 flex-col overflow-hidden rounded-md border shadow-xs transition-[color,box-shadow]",s&&"ring-ring/50 border-ring ring-[3px]"),children:[(0,b.jsx)(y.Textarea,{id:"feature-description",placeholder:O("createDrawer.featurePlaceholder"),value:a,onChange:a=>d(a.target.value),onPaste:i,required:!0,disabled:N,"aria-invalid":!!r,"aria-describedby":r?"feature-upload-error":void 0,className:"min-h-0 flex-1 resize-none rounded-none border-0 shadow-none focus-visible:ring-0"}),e.length>0&&(0,b.jsx)("div",{className:"flex flex-wrap items-center gap-1.5 px-3 py-2",children:e.map(a=>(0,b.jsx)(A.AttachmentChip,{name:a.name,size:a.size,mimeType:a.mimeType,path:a.path,onRemove:()=>f(a.id),disabled:N,loading:a.loading,notes:a.notes,onNotesChange:b=>g(a.id,b)},a.id))}),r?(0,b.jsx)("p",{id:"feature-upload-error",className:"text-destructive px-3 pb-2 text-xs",role:"alert",children:r}):null,(0,b.jsxs)("div",{className:"border-input flex items-center gap-3 border-t px-3 py-1.5",children:[(0,b.jsx)(B.AgentModelPicker,{initialAgentType:I??K??"claude-code",initialModel:J??L??"claude-sonnet-4-6",mode:"override",onAgentModelChange:M,disabled:N,className:"w-55"}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"ml-auto flex cursor-pointer items-center gap-2",children:[(0,b.jsx)(z.Switch,{id:"pending-mode",checked:G,onCheckedChange:H,disabled:N}),(0,b.jsxs)(l.Label,{htmlFor:"pending-mode",className:"flex cursor-pointer items-center gap-1 text-sm font-medium",children:[(0,b.jsx)(w.Clock,{className:"h-3.5 w-3.5"}),O("createDrawer.pendingMode")]})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:O("createDrawer.pendingModeDescription")})]}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-2",children:[(0,b.jsx)(z.Switch,{id:"fast-mode",checked:E,onCheckedChange:F,disabled:N}),(0,b.jsxs)(l.Label,{htmlFor:"fast-mode",className:"flex cursor-pointer items-center gap-1 text-sm font-medium",children:[(0,b.jsx)(v.Zap,{className:"h-3.5 w-3.5"}),O("createDrawer.fastModeLabel")]})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:O("createDrawer.fastModeDescription")})]}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsx)("button",{type:"button",onClick:p,disabled:N,"aria-label":O("chat.attachFiles"),className:"text-muted-foreground hover:text-foreground cursor-pointer rounded p-1 transition-colors",children:(0,b.jsx)(u.PaperclipIcon,{className:"h-4 w-4"})})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:O("chat.attachFiles")})]})]})]})]})}var D=a.i(53759),E=a.i(63204),F=a.i(67664),G=a.i(53556),H=a.i(59175);let I=(0,f.createServerReference)("402644f329b8e414e2f2e4c562b866756eecd73e81",f.callServer,void 0,f.findSourceMapURL,"getAgentPermissionOptions"),J=["allowPrd","allowPlan","allowMerge"];function K({approvalGates:a,onApprovalGatesChange:c,enableEvidence:d,onEnableEvidenceChange:e,commitEvidence:f,onCommitEvidenceChange:g,push:i,onPushChange:j,openPr:k,onOpenPrChange:m,ciWatchEnabled:o,onCiWatchChange:p,rebaseBeforeBranch:q,onRebaseBeforeBranchChange:r,commitSpecs:s,onCommitSpecsChange:t,forkAndPr:u,onForkAndPrChange:v,canPush:w,fast:y,computedPush:A,computedOpenPr:B,isSubmitting:C,agentType:G,permissionMode:H,onPermissionModeChange:I}){let{t:M}=(0,h.useTranslation)("web"),N=[{id:"allowPrd",label:M("createDrawer.prd"),description:M("createDrawer.prdDescription")},{id:"allowPlan",label:M("createDrawer.plan"),description:M("createDrawer.planDescription")},{id:"allowMerge",label:M("createDrawer.merge"),description:M("createDrawer.mergeDescription")}];return(0,b.jsxs)("div",{className:"flex flex-col gap-2",children:[(0,b.jsxs)("div",{className:"border-input flex items-center gap-4 rounded-md border px-3 py-2.5",children:[(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsx)("span",{className:"text-muted-foreground w-16 shrink-0 cursor-default text-xs font-semibold tracking-wider",children:M("createDrawer.approve")})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:M("createDrawer.approveDescription")})]}),(0,b.jsx)("div",{className:"flex flex-1 items-center gap-4",children:N.map(d=>(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:`approve-${d.id}`,size:"sm",checked:a[d.id]??!1,onCheckedChange:b=>c({...a,[d.id]:b}),disabled:C||y&&("allowPrd"===d.id||"allowPlan"===d.id)}),(0,b.jsx)(l.Label,{htmlFor:`approve-${d.id}`,className:"cursor-pointer text-xs font-medium",children:d.label})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:y&&("allowPrd"===d.id||"allowPlan"===d.id)?M("createDrawer.skippedInFastMode"):d.description})]},d.id))}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsx)("button",{type:"button",onClick:()=>{let b=J.every(b=>a[b]),d={};for(let a of J)d[a]=!b;c(d)},disabled:C,className:(0,x.cn)("text-muted-foreground hover:text-foreground cursor-pointer rounded px-1.5 py-0.5 text-[10px] font-semibold tracking-wider uppercase transition-colors",J.every(b=>a[b])&&"text-primary"),children:M("createDrawer.all")})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:M("createDrawer.toggleAllApprovalGates")})]})]}),(0,b.jsxs)("div",{className:"border-input flex items-center gap-4 rounded-md border px-3 py-2.5",children:[(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsx)("span",{className:"text-muted-foreground w-16 shrink-0 cursor-default text-xs font-semibold tracking-wider",children:M("createDrawer.evidence")})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:M("createDrawer.evidenceDescription")})]}),(0,b.jsxs)("div",{className:"flex flex-1 items-center gap-4",children:[(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:"enable-evidence",size:"sm",checked:d,onCheckedChange:a=>{e(a),a||g(!1)},disabled:C}),(0,b.jsx)(l.Label,{htmlFor:"enable-evidence",className:"cursor-pointer text-xs font-medium",children:M("createDrawer.collect")})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:M("createDrawer.collectDescription")})]}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:"commit-evidence",size:"sm",checked:f,onCheckedChange:g,disabled:C||!d||!k&&!u}),(0,b.jsx)(l.Label,{htmlFor:"commit-evidence",className:(0,x.cn)("cursor-pointer text-xs font-medium",(!d||!k&&!u)&&"opacity-50"),children:M("createDrawer.addToPr")})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:k||u?d?M("createDrawer.addToPrDescription"):M("createDrawer.requiresEvidence"):M("createDrawer.requiresPr")})]})]})]}),(0,b.jsxs)("div",{className:"border-input flex items-start gap-4 rounded-md border px-3 py-2.5",children:[(0,b.jsx)("span",{className:"text-muted-foreground w-16 shrink-0 pt-0.5 text-xs font-semibold tracking-wider",children:M("createDrawer.git")}),(0,b.jsxs)("div",{className:"flex flex-1 flex-wrap items-center gap-4",children:[(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:"push",size:"sm",checked:A,onCheckedChange:a=>{j(a),!a&&k&&m(!1)},disabled:C||u}),(0,b.jsx)(l.Label,{htmlFor:"push",className:(0,x.cn)("cursor-pointer text-xs font-medium",u&&"opacity-50"),children:M("createDrawer.push")})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:u?"Enabled — contributing to upstream":M("createDrawer.pushDescription")})]}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:"open-pr",size:"sm",checked:B,onCheckedChange:a=>{m(a),a||g(!1)},disabled:C||u}),(0,b.jsx)(l.Label,{htmlFor:"open-pr",className:(0,x.cn)("cursor-pointer text-xs font-medium",u&&"opacity-50"),children:M("createDrawer.pr")})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:u?"Enabled — contributing to upstream":M("createDrawer.prDescription")})]}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:"ci-watch",size:"sm",checked:o,onCheckedChange:p,disabled:C}),(0,b.jsx)(l.Label,{htmlFor:"ci-watch",className:"cursor-pointer text-xs font-medium",children:M("createDrawer.watch")})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:M("createDrawer.watchDescription")})]}),(0,b.jsx)("div",{className:"bg-border h-4 w-px shrink-0"}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:"rebase-before-branch",size:"sm",checked:q,onCheckedChange:r,disabled:C}),(0,b.jsxs)(l.Label,{htmlFor:"rebase-before-branch",className:"flex cursor-pointer items-center gap-1 text-xs font-medium",children:[(0,b.jsx)(F.RefreshCw,{className:"h-3 w-3"}),M("createDrawer.sync")]})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:M("createDrawer.syncDescription")})]}),(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:"commit-specs",size:"sm",checked:s,onCheckedChange:t,disabled:C}),(0,b.jsxs)(l.Label,{htmlFor:"commit-specs",className:"flex cursor-pointer items-center gap-1 text-xs font-medium",children:[(0,b.jsx)(E.FileText,{className:"h-3 w-3"}),M("createDrawer.commitSpecs")]})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:M("createDrawer.commitSpecsDescription")})]}),!w&&(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("div",{className:"flex cursor-pointer items-center gap-1.5",children:[(0,b.jsx)(z.Switch,{id:"fork-and-pr",size:"sm",checked:u,onCheckedChange:a=>{v(a),a&&t(!1)},disabled:C}),(0,b.jsxs)(l.Label,{htmlFor:"fork-and-pr",className:"flex cursor-pointer items-center gap-1 text-xs font-medium",children:[(0,b.jsx)(D.GitFork,{className:"h-3 w-3"}),M("createDrawer.forkAndPr")]})]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:M("createDrawer.forkAndPrDescription")})]})]})]}),G&&I?(0,b.jsx)(L,{agentType:G,permissionMode:H,onPermissionModeChange:I,isSubmitting:C}):null]})}function L({agentType:a,permissionMode:d,onPermissionModeChange:e,isSubmitting:f}){let{t:g}=(0,h.useTranslation)("web"),[i,j]=(0,c.useState)([]);return((0,c.useEffect)(()=>{let b=!1;return I(a).then(a=>{b||j(a)}),()=>{b=!0}},[a]),0===i.length)?null:(0,b.jsxs)("div",{className:"border-input flex items-center gap-4 rounded-md border px-3 py-2.5",children:[(0,b.jsxs)(n.Tooltip,{children:[(0,b.jsx)(n.TooltipTrigger,{asChild:!0,children:(0,b.jsxs)("span",{className:"text-muted-foreground flex w-16 shrink-0 cursor-default items-center gap-1 text-xs font-semibold tracking-wider",children:[(0,b.jsx)(G.Shield,{className:"h-3 w-3"}),g("feature.create.permissionMode")]})}),(0,b.jsx)(n.TooltipContent,{side:"bottom",children:g("settings.agent.permissions.description",{agent:a})})]}),(0,b.jsx)("div",{className:"flex-1",children:(0,b.jsxs)(H.Select,{value:d??"__default__",onValueChange:a=>e("__default__"===a?void 0:a),disabled:f,children:[(0,b.jsx)(H.SelectTrigger,{id:"permission-mode","data-testid":"permission-mode-select",className:"h-7 text-xs",children:(0,b.jsx)(H.SelectValue,{})}),(0,b.jsxs)(H.SelectContent,{children:[(0,b.jsx)(H.SelectItem,{value:"__default__",children:g("feature.create.permissionModeDefault")}),i.map(a=>(0,b.jsx)(H.SelectItem,{value:a.value,children:a.label},a.value))]})]})})]})}var M=a.i(99829),N=a.i(95881),O=a.i(90920),P=a.i(53823);function Q({features:a,value:d,onChange:e,disabled:f}){let{t:g}=(0,h.useTranslation)("web"),[i,j]=(0,c.useState)(!1),[k,l]=(0,c.useState)(""),m=(0,c.useRef)(null),n=a.find(a=>a.id===d),o=k.trim()?a.filter(a=>a.name.toLowerCase().includes(k.toLowerCase())||a.id.toLowerCase().includes(k.toLowerCase())):a,p=(0,c.useCallback)(a=>{e(a),j(!1),l("")},[e]);return(0,c.useEffect)(()=>{i?setTimeout(()=>m.current?.focus(),0):l("")},[i]),(0,b.jsxs)(P.Popover,{open:i,onOpenChange:j,children:[(0,b.jsx)(P.PopoverTrigger,{asChild:!0,children:(0,b.jsxs)("button",{id:"parent-feature",type:"button",role:"combobox","aria-expanded":i,"aria-label":"Parent Feature",disabled:f,"data-testid":"parent-feature-combobox",className:(0,x.cn)("border-input bg-background ring-offset-background focus:ring-ring flex h-9 w-full items-center justify-between rounded-md border px-3 py-2 text-sm focus:ring-2 focus:ring-offset-2 focus:outline-none disabled:cursor-not-allowed disabled:opacity-50",!n&&"text-muted-foreground"),children:[(0,b.jsx)("span",{className:"truncate",children:n?`${n.name} (${n.id.slice(0,8)})`:g("createDrawer.selectParent")}),(0,b.jsx)(M.ChevronsUpDown,{className:"ms-2 h-4 w-4 shrink-0 opacity-50"})]})}),(0,b.jsx)(P.PopoverContent,{className:"w-80 p-0",align:"start","data-testid":"parent-feature-combobox-content",children:(0,b.jsxs)("div",{className:"flex flex-col",children:[(0,b.jsx)("div",{className:"border-b p-2",children:(0,b.jsx)(O.Input,{ref:m,placeholder:g("createDrawer.searchFeatures"),value:k,onChange:a=>l(a.target.value),className:"h-8 border-0 p-0 text-sm shadow-none focus-visible:ring-0","data-testid":"parent-feature-search"})}),(0,b.jsxs)("div",{className:"max-h-48 overflow-y-auto py-1",role:"listbox","aria-label":"Features",children:[(0,b.jsxs)("button",{type:"button",role:"option","aria-selected":void 0===d,onClick:()=>p(void 0),className:(0,x.cn)("hover:bg-accent hover:text-accent-foreground flex w-full items-center gap-2 px-3 py-2 text-sm",void 0===d&&"bg-accent/50"),"data-testid":"parent-feature-option-none",children:[(0,b.jsx)(N.CheckIcon,{className:(0,x.cn)("h-4 w-4 shrink-0",void 0!==d&&"invisible")}),(0,b.jsx)("span",{className:"text-muted-foreground italic",children:g("createDrawer.noParent")})]}),0===o.length&&k?(0,b.jsx)("p",{className:"text-muted-foreground px-3 py-2 text-sm",children:g("createDrawer.noFeaturesFound")}):o.map(a=>(0,b.jsxs)("button",{type:"button",role:"option","aria-selected":d===a.id,onClick:()=>p(a.id),className:(0,x.cn)("hover:bg-accent hover:text-accent-foreground flex w-full items-center gap-2 px-3 py-2 text-sm",d===a.id&&"bg-accent/50"),"data-testid":`parent-feature-option-${a.id}`,children:[(0,b.jsx)(N.CheckIcon,{className:(0,x.cn)("h-4 w-4 shrink-0",d!==a.id&&"invisible")}),(0,b.jsxs)("span",{className:"truncate",children:[a.name," ",(0,b.jsxs)("span",{className:"text-muted-foreground font-mono text-xs",children:["(",a.id.slice(0,8),")"]})]})]},a.id))]})]})})]})}var R=a.i(31271),S=a.i(20901),T=a.i(13126),U=a.i(21333),V=a.i(3089),W=a.i(1377);a.i(21434);var X=a.i(34379);function Y({repositories:a,value:d,onChange:e,onAddRepository:f,disabled:g}){let[i,j]=(0,c.useState)(!1),[k,l]=(0,c.useState)(""),[m,n]=(0,c.useState)(!1),[o,p]=(0,c.useState)(null),[q,r]=(0,c.useState)(!1),s=(0,c.useRef)(null),{reactFileManager:t}=(0,U.useFeatureFlags)(),{t:u}=(0,h.useTranslation)("web"),v=a.find(a=>a.path===d),w=k.trim()?a.filter(a=>a.name.toLowerCase().includes(k.toLowerCase())||a.path.toLowerCase().includes(k.toLowerCase())):a,y=(0,c.useCallback)(a=>{e(a),j(!1),l("")},[e]),z=(0,c.useCallback)(async a=>{let b=await (0,V.addRepository)({path:a});if(b.error){p(b.error),n(!1);return}if(b.repository){let a={id:b.repository.id,name:b.repository.name,path:b.repository.path};f?.(a),e(a.path),j(!1),l("")}},[f,e]),A=(0,c.useCallback)(async()=>{if(!m){if(t)return void r(!0);n(!0),p(null);try{let a=await (0,W.pickFolder)();if(!a)return void n(!1);await z(a)}catch{r(!0)}finally{n(!1)}}},[m,t,z]),B=(0,c.useCallback)(async a=>{if(r(!1),a){n(!0),p(null);try{await z(a)}catch(a){p(a instanceof Error?a.message:"Failed to add repository")}finally{n(!1)}}},[z]);return(0,c.useEffect)(()=>{i?setTimeout(()=>s.current?.focus(),0):l("")},[i]),(0,b.jsxs)(b.Fragment,{children:[(0,b.jsxs)(P.Popover,{open:i,onOpenChange:j,children:[(0,b.jsx)(P.PopoverTrigger,{asChild:!0,children:(0,b.jsxs)("button",{type:"button",role:"combobox","aria-expanded":i,"aria-label":"Repository","aria-invalid":!!o,"aria-describedby":o?"add-repository-error-msg":void 0,disabled:g,"data-testid":"repository-combobox",className:(0,x.cn)("border-input bg-background ring-offset-background focus:ring-ring flex h-9 w-full items-center justify-between rounded-md border px-3 py-2 text-sm focus:ring-2 focus:ring-offset-2 focus:outline-none disabled:cursor-not-allowed disabled:opacity-50",!v&&"text-muted-foreground"),children:[(0,b.jsx)("span",{className:"truncate",children:v?v.name:"Select repository..."}),(0,b.jsx)(M.ChevronsUpDown,{className:"ms-2 h-4 w-4 shrink-0 opacity-50"})]})}),(0,b.jsx)(P.PopoverContent,{className:"w-80 p-0",align:"start","data-testid":"repository-combobox-content",children:(0,b.jsxs)("div",{className:"flex flex-col",children:[(0,b.jsx)("div",{className:"border-b p-2",children:(0,b.jsx)(O.Input,{ref:s,placeholder:u("createDrawer.searchRepositories"),value:k,onChange:a=>l(a.target.value),className:"h-8 border-0 p-0 text-sm shadow-none focus-visible:ring-0","data-testid":"repository-search"})}),(0,b.jsx)("div",{className:"max-h-48 overflow-y-auto py-1",role:"listbox","aria-label":"Repositories",children:0===w.length?(0,b.jsx)("p",{className:"text-muted-foreground px-3 py-2 text-sm","data-testid":"repository-empty",children:"No repositories found."}):w.map(a=>(0,b.jsxs)("button",{type:"button",role:"option","aria-selected":d===a.path,onClick:()=>y(a.path),className:(0,x.cn)("hover:bg-accent hover:text-accent-foreground flex w-full items-center gap-2 px-3 py-2 text-sm",d===a.path&&"bg-accent/50"),"data-testid":`repository-option-${a.id}`,children:[(0,b.jsx)(N.CheckIcon,{className:(0,x.cn)("h-4 w-4 shrink-0",d!==a.path&&"invisible")}),(0,b.jsxs)("span",{className:"flex flex-col items-start truncate",children:[(0,b.jsx)("span",{className:"truncate",children:a.name}),(0,b.jsx)("span",{className:"text-muted-foreground truncate text-xs",children:a.path})]})]},a.id))}),(0,b.jsx)(T.Separator,{}),(0,b.jsxs)("button",{type:"button",onClick:A,disabled:m,className:"hover:bg-accent hover:text-accent-foreground flex w-full items-center gap-2 px-3 py-2 text-sm","data-testid":"add-repository-item",children:[m?(0,b.jsx)(S.LoaderCircle,{className:"h-4 w-4 shrink-0 animate-spin"}):(0,b.jsx)(R.FolderPlus,{className:"h-4 w-4 shrink-0"}),(0,b.jsx)("span",{children:"Add new repository..."})]}),o?(0,b.jsx)("p",{id:"add-repository-error-msg",className:"px-3 pb-2 text-xs text-red-500",role:"alert","data-testid":"add-repository-error",children:o}):null]})})]}),(0,b.jsx)(X.ReactFileManagerDialog,{open:q,onOpenChange:a=>{a||r(!1)},onSelect:B})]})}function Z({open:a,onClose:d,onSubmit:e,repositoryPath:f,isSubmitting:g=!1,workflowDefaults:u,features:v,repositories:w,initialParentId:x,currentAgentType:y,currentModel:z,initialDescription:A,canPushDirectly:B}){let{t:D}=(0,h.useTranslation)("web"),E=function({open:a,onClose:b,onSubmit:d,repositoryPath:e,workflowDefaults:f,repositories:g,initialParentId:h,currentAgentType:i,currentModel:j,initialDescription:k,canPushDirectly:l}){let m=(0,o.useSoundAction)("create"),n=e&&(!g||0===g.length||g.some(a=>a.path===e))?e:"",u=f?.approvalGates??t,v=f?.push??!1,w=f?.openPr??!1,x=f?.ciWatchEnabled!==!1,y=f?.enableEvidence??!1,z=f?.commitEvidence??!1,A=f?.fast!==!1,[B,C]=(0,c.useState)(k??"");(0,c.useEffect)(()=>{k&&C(k)},[k]);let[D,E]=(0,c.useState)([]),[F,G]=(0,c.useState)({...u}),[H,I]=(0,c.useState)(v),[J,K]=(0,c.useState)(w),[L,M]=(0,c.useState)(f?.ciWatchEnabled!==!1),[N,O]=(0,c.useState)(y),[P,Q]=(0,c.useState)(z),[R,S]=(0,c.useState)(void 0),[T,U]=(0,c.useState)(A),[V,W]=(0,c.useState)(!1),[X,Y]=(0,c.useState)(!1),[Z,$]=(0,c.useState)(!0),[_,aa]=(0,c.useState)(!0),[ab,ac]=(0,c.useState)(void 0),[ad,ae]=(0,c.useState)(void 0),[af,ag]=(0,c.useState)(void 0),[ah,ai]=(0,c.useState)(n||void 0),[aj,ak]=(0,c.useState)(g??[]),[al,am]=(0,c.useState)(!1),[an,ao]=(0,c.useState)(null),[ap,aq]=(0,c.useState)(!1),ar=(0,c.useRef)(crypto.randomUUID()),as=(0,c.useRef)(0);(0,c.useEffect)(()=>{f&&(G({...f.approvalGates}),I(f.push),K(f.openPr),M(!1!==f.ciWatchEnabled),O(f.enableEvidence),Q(f.commitEvidence),U(!1!==f.fast))},[f]),(0,c.useEffect)(()=>{ak(g??[])},[g]),(0,c.useEffect)(()=>{a&&h&&S(h)},[a,h]);let[at,au]=(0,c.useState)(l??!1);(0,c.useEffect)(()=>{au(l??!1)},[l]);let av=(0,c.useRef)(ah);(0,c.useEffect)(()=>{ah&&ah!==av.current&&(av.current=ah,q(ah).then(a=>au(a.canPushDirectly)).catch(()=>au(!1)))},[ah]),(0,c.useEffect)(()=>{at&&(Y(!1),I(v),K(w),$(!0))},[at,v,w]);let aw=(0,c.useCallback)(()=>{C(""),E([]),G({...u}),I(v),K(w),M(x),O(y),Q(z),S(void 0),ai(n||void 0),ak(g??[]),U(A),W(!1),Y(!1),$(!0),aa(!0),ac(void 0),ae(void 0),ag(void 0),ao(null),as.current=0,am(!1)},[u,v,w,y,x,z,A,n,g]),ax=""!==B.trim()||D.length>0,{attemptClose:ay}=(0,p.useGuardedDrawerClose)({open:a,isDirty:ax,onClose:b,onReset:aw}),az=(0,c.useCallback)(async a=>{for(let b of(ao(null),a)){if(b.size>0xa00000)return void ao(`"${b.name}" exceeds 10 MB limit`);let a=function(a){let b=a.lastIndexOf(".");return b>=0?a.slice(b).toLowerCase():""}(b.name);if(a&&!s.has(a))return void ao(`File type "${a}" is not allowed`)}for(let b of a){let a=crypto.randomUUID();E(c=>[...c,{id:a,name:b.name,size:b.size,mimeType:b.type||"application/octet-stream",path:"",loading:!0}]);try{let c=new FormData;c.append("file",b),c.append("sessionId",ar.current);let d=await fetch("/api/attachments/upload",{method:"POST",body:c});if(!d.ok){let b=await d.json().catch(()=>({error:"Upload failed"}));E(b=>b.filter(b=>b.id!==a)),ao(b.error??"Upload failed");return}let e=await d.json();E(b=>b.some(b=>b.id!==a&&b.path===e.path)?b.filter(b=>b.id!==a):b.map(b=>b.id===a?{...e,id:a,loading:!1}:b))}catch{E(b=>b.filter(b=>b.id!==a)),ao("Upload failed")}}},[]),aA=(0,c.useCallback)(a=>{a.preventDefault(),a.stopPropagation(),as.current+=1,1===as.current&&am(!0)},[]),aB=(0,c.useCallback)(a=>{a.preventDefault(),a.stopPropagation(),as.current-=1,0===as.current&&am(!1)},[]),aC=(0,c.useCallback)(a=>{a.preventDefault(),a.stopPropagation()},[]),aD=(0,c.useCallback)(a=>{a.preventDefault(),a.stopPropagation(),as.current=0,am(!1);let b=Array.from(a.dataTransfer.files);b.length>0&&az(b)},[az]),aE=(0,c.useCallback)(a=>{let b=a.clipboardData?.items;if(!b)return;let c=[];for(let a of Array.from(b))if("file"===a.kind){let b=a.getAsFile();b&&c.push(b)}c.length>0&&(a.preventDefault(),az(c))},[az]),aF=(0,c.useCallback)(a=>{if(a.preventDefault(),!B.trim())return;let b=ah??n;b&&(m.play(),d({description:B.trim(),attachments:D.filter(a=>!a.loading),repositoryPath:b,approvalGates:{allowPrd:F.allowPrd??!1,allowPlan:F.allowPlan??!1,allowMerge:F.allowMerge??!1},push:!!X||H||J,openPr:!!X||J,ciWatchEnabled:L,enableEvidence:N,commitEvidence:P,fast:T,forkAndPr:X,commitSpecs:Z,rebaseBeforeBranch:_,...V?{pending:V}:{},...ab?{agentType:ab}:{},...ad?{model:ad}:{},...af?{permissionMode:af}:{},...R?{parentId:R}:{},sessionId:ar.current}),aw())},[B,D,F,ah,n,d,H,J,N,L,P,T,X,Z,_,V,ab,ad,af,R,m,aw]),aG=(0,c.useCallback)(async()=>{try{let a=await (0,r.pickFiles)();if(!a)return;for(let b of a){let a=crypto.randomUUID();E(c=>[...c,{id:a,name:b.name,size:b.size,mimeType:"application/octet-stream",path:"",loading:!0}]);try{let c=await fetch("/api/attachments/upload-from-path",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:b.path,sessionId:ar.current})});if(!c.ok){let b=await c.json().catch(()=>({error:"Upload failed"}));E(b=>b.filter(b=>b.id!==a)),ao(b.error??"Upload failed");return}let d=await c.json();E(b=>b.some(b=>b.id!==a&&b.path===d.path)?b.filter(b=>b.id!==a):b.map(b=>b.id===a?{...d,id:a,loading:!1}:b))}catch{E(b=>b.filter(b=>b.id!==a)),ao("Upload failed")}}}catch{}},[]),aH=(0,c.useCallback)(a=>{E(b=>b.filter(b=>b.id!==a))},[]),aI=(0,c.useCallback)((a,b)=>{E(c=>c.map(c=>c.id===a?{...c,notes:b}:c))},[]);return{validRepoPath:n,canPush:at,isDirty:ax,computedPush:!!X||H||J,computedOpenPr:!!X||J,description:B,setDescription:C,attachments:D,approvalGates:F,setApprovalGates:G,push:H,setPush:I,openPr:J,setOpenPr:K,ciWatchEnabled:L,setCiWatchEnabled:M,enableEvidence:N,setEnableEvidence:O,commitEvidence:P,setCommitEvidence:Q,parentId:R,setParentId:S,fast:T,setFast:U,pending:V,setPending:W,forkAndPr:X,setForkAndPr:Y,commitSpecs:Z,setCommitSpecs:$,rebaseBeforeBranch:_,setRebaseBeforeBranch:aa,overrideAgent:ab,setOverrideAgent:ac,overrideModel:ad,setOverrideModel:ae,permissionMode:af,setPermissionMode:ag,selectedRepoPath:ah,setSelectedRepoPath:ai,localRepos:aj,setLocalRepos:ak,isDragOver:al,uploadError:an,isPromptFocused:ap,setIsPromptFocused:aq,sessionIdRef:ar,currentAgentType:i,currentModel:j,attemptClose:ay,handleFiles:az,handleDragEnter:aA,handleDragLeave:aB,handleDragOver:aC,handleDrop:aD,handlePaste:aE,handleSubmit:aF,handleAddFiles:aG,handleRemoveFile:aH,handleNotesChange:aI,resetForm:aw}}({open:a,onClose:d,onSubmit:e,repositoryPath:f,workflowDefaults:u,repositories:w,initialParentId:x,currentAgentType:y,currentModel:z,initialDescription:A,canPushDirectly:B}),F=(0,c.useRef)(null),G=(0,c.useCallback)(a=>{(a.ctrlKey||a.metaKey)&&"Enter"===a.key&&(a.preventDefault(),F.current?.requestSubmit())},[]),H=v&&v.length>0,I=!E.validRepoPath&&void 0!==w,J=!E.validRepoPath&&!E.selectedRepoPath;return(0,b.jsx)(i.BaseDrawer,{open:a,onClose:E.attemptClose,size:"md",modal:!1,dismissOnOutsideClick:!0,"data-testid":"feature-create-drawer",header:(0,b.jsxs)(b.Fragment,{children:[(0,b.jsxs)("div",{className:"flex items-center gap-2",children:[(0,b.jsx)("div",{className:"h-2.5 w-2.5 shrink-0 rounded-full bg-blue-500"}),(0,b.jsx)(j.DrawerTitle,{children:D("createDrawer.title")})]}),g?(0,b.jsx)(j.DrawerDescription,{asChild:!0,children:(0,b.jsx)("div",{children:(0,b.jsx)(m.Badge,{variant:"secondary",children:D("createDrawer.creating")})})}):null]}),footer:(0,b.jsxs)("div",{className:"flex flex-row justify-end gap-2",children:[(0,b.jsx)(k.Button,{variant:"outline",onClick:E.attemptClose,disabled:g,children:D("createDrawer.cancel")}),(0,b.jsx)(k.Button,{type:"submit",form:"create-feature-form",disabled:!E.description.trim()||g||J,children:D(g?"createDrawer.creating":"createDrawer.createFeature")})]}),children:(0,b.jsx)("div",{className:"overflow-y-auto p-4",children:(0,b.jsx)(n.TooltipProvider,{delayDuration:400,children:(0,b.jsxs)("form",{ref:F,id:"create-feature-form",onSubmit:E.handleSubmit,onKeyDown:G,className:"flex flex-col gap-4",children:[I?(0,b.jsxs)("div",{className:"flex flex-col gap-1.5","data-testid":"repo-selector-section",children:[(0,b.jsx)(l.Label,{className:"text-muted-foreground text-xs font-semibold tracking-wider",children:D("createDrawer.repository")}),(0,b.jsx)(Y,{repositories:E.localRepos,value:E.selectedRepoPath,onChange:E.setSelectedRepoPath,onAddRepository:a=>{E.setLocalRepos(b=>[...b,a]),E.setSelectedRepoPath(a.path)},disabled:g})]}):E.validRepoPath?(0,b.jsxs)("div",{className:"flex flex-col gap-1.5","data-testid":"repo-readonly-section",children:[(0,b.jsx)(l.Label,{className:"text-muted-foreground text-xs font-semibold tracking-wider",children:D("createDrawer.repository")}),(0,b.jsx)("p",{className:"text-sm","data-testid":"repo-readonly-label",children:w?.find(a=>a.path===E.validRepoPath)?.name??E.validRepoPath.split("/").pop()})]}):null,(0,b.jsx)(C,{description:E.description,onDescriptionChange:E.setDescription,attachments:E.attachments,onRemoveFile:E.handleRemoveFile,onNotesChange:E.handleNotesChange,onPaste:E.handlePaste,onDragEnter:E.handleDragEnter,onDragLeave:E.handleDragLeave,onDragOver:E.handleDragOver,onDrop:E.handleDrop,onAddFiles:E.handleAddFiles,isDragOver:E.isDragOver,uploadError:E.uploadError,isPromptFocused:E.isPromptFocused,onPromptFocus:()=>E.setIsPromptFocused(!0),onPromptBlur:()=>E.setIsPromptFocused(!1),fast:E.fast,onFastChange:E.setFast,pending:E.pending,onPendingChange:E.setPending,overrideAgent:E.overrideAgent,overrideModel:E.overrideModel,currentAgentType:y,currentModel:z,onAgentModelChange:(a,b)=>{E.setOverrideAgent(a),E.setOverrideModel(b)},isSubmitting:g}),H&&void 0!==x?(0,b.jsxs)("div",{className:"flex flex-col gap-1.5",children:[(0,b.jsx)(l.Label,{htmlFor:"parent-feature",className:"text-muted-foreground text-xs font-semibold tracking-wider",children:D("createDrawer.parentFeature")}),(0,b.jsx)(Q,{features:v,value:E.parentId,onChange:E.setParentId,disabled:g})]}):null,(0,b.jsx)(K,{approvalGates:E.approvalGates,onApprovalGatesChange:E.setApprovalGates,enableEvidence:E.enableEvidence,onEnableEvidenceChange:E.setEnableEvidence,commitEvidence:E.commitEvidence,onCommitEvidenceChange:E.setCommitEvidence,push:E.push,onPushChange:E.setPush,openPr:E.openPr,onOpenPrChange:E.setOpenPr,ciWatchEnabled:E.ciWatchEnabled,onCiWatchChange:E.setCiWatchEnabled,rebaseBeforeBranch:E.rebaseBeforeBranch,onRebaseBeforeBranchChange:E.setRebaseBeforeBranch,commitSpecs:E.commitSpecs,onCommitSpecsChange:E.setCommitSpecs,forkAndPr:E.forkAndPr,onForkAndPrChange:E.setForkAndPr,canPush:E.canPush,fast:E.fast,computedPush:E.computedPush,computedOpenPr:E.computedOpenPr,isSubmitting:g,agentType:E.overrideAgent??y,permissionMode:E.permissionMode,onPermissionModeChange:E.setPermissionMode})]})})})})}a.s(["CreateDrawerClient",0,function({repositoryPath:a,initialParentId:f,initialDescription:h,features:i,repositories:j,workflowDefaults:k,currentAgentType:l,currentModel:m,canPushDirectly:n}){let o=(0,d.useRouter)(),[p,q]=(0,c.useState)(!1),r=(0,d.usePathname)().startsWith("/create"),s=!p&&r;(0,c.useEffect)(()=>{!r&&p&&q(!1)},[r,p]);let t=(0,c.useCallback)(()=>{o.push("/")},[o]),u=(0,c.useCallback)(a=>{q(!0),o.push("/"),g(a).then(b=>{b.error?e.toast.error(b.error):window.dispatchEvent(new CustomEvent("shipit-ai:feature-created",{detail:{featureId:b.feature.id,name:b.feature.name,description:b.feature.description,repositoryPath:b.feature.repositoryPath,parentId:a.parentId}}))}).catch(()=>{e.toast.error("Failed to create feature"),q(!1)})},[o]);return(0,b.jsx)(Z,{open:s,onClose:t,onSubmit:u,repositoryPath:a,features:i,repositories:j,workflowDefaults:k,initialParentId:f,initialDescription:h,isSubmitting:p,currentAgentType:l,currentModel:m,canPushDirectly:n})}],93995)}];
2
2
 
3
3
  //# sourceMappingURL=0j.8_web_components_common_control-center-drawer_create-drawer-client_tsx_0g70fc5._.js.map