@shipit-ai/cli 1.164.2-pr6.c14c5f2 → 1.164.2-pr9.0fa5de3

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 (616) hide show
  1. package/README.md +7 -3
  2. package/dist/packages/core/src/application/ports/output/services/index.d.ts +0 -1
  3. package/dist/packages/core/src/application/ports/output/services/index.d.ts.map +1 -1
  4. package/dist/packages/core/src/application/ports/output/services/tool-metadata-service.interface.d.ts +1 -5
  5. package/dist/packages/core/src/application/ports/output/services/tool-metadata-service.interface.d.ts.map +1 -1
  6. package/dist/packages/core/src/application/use-cases/agents/configure-agent.use-case.d.ts +1 -1
  7. package/dist/packages/core/src/application/use-cases/agents/configure-agent.use-case.js +1 -1
  8. package/dist/packages/core/src/application/use-cases/agents/stop-agent-run.use-case.d.ts +1 -1
  9. package/dist/packages/core/src/application/use-cases/agents/stop-agent-run.use-case.js +1 -1
  10. package/dist/packages/core/src/application/use-cases/features/adopt-branch.use-case.d.ts +1 -1
  11. package/dist/packages/core/src/application/use-cases/features/adopt-branch.use-case.js +1 -1
  12. package/dist/packages/core/src/application/use-cases/settings/index.d.ts +0 -1
  13. package/dist/packages/core/src/application/use-cases/settings/index.d.ts.map +1 -1
  14. package/dist/packages/core/src/application/use-cases/settings/index.js +0 -1
  15. package/dist/packages/core/src/application/use-cases/settings/initialize-settings.use-case.d.ts +4 -10
  16. package/dist/packages/core/src/application/use-cases/settings/initialize-settings.use-case.d.ts.map +1 -1
  17. package/dist/packages/core/src/application/use-cases/settings/initialize-settings.use-case.js +7 -34
  18. package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.d.ts +1 -1
  19. package/dist/packages/core/src/application/use-cases/tools/list-tools.use-case.d.ts.map +1 -1
  20. package/dist/packages/core/src/domain/factories/settings-defaults.factory.d.ts +2 -18
  21. package/dist/packages/core/src/domain/factories/settings-defaults.factory.d.ts.map +1 -1
  22. package/dist/packages/core/src/domain/factories/settings-defaults.factory.js +5 -16
  23. package/dist/packages/core/src/index.d.ts +2 -2
  24. package/dist/packages/core/src/index.js +2 -2
  25. package/dist/packages/core/src/infrastructure/di/modules/services.module.d.ts.map +1 -1
  26. package/dist/packages/core/src/infrastructure/di/modules/services.module.js +0 -2
  27. package/dist/packages/core/src/infrastructure/di/modules/use-cases.module.d.ts.map +1 -1
  28. package/dist/packages/core/src/infrastructure/di/modules/use-cases.module.js +0 -2
  29. package/dist/packages/core/src/infrastructure/di/modules/web-tokens.module.d.ts.map +1 -1
  30. package/dist/packages/core/src/infrastructure/di/modules/web-tokens.module.js +0 -4
  31. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/plan.fixture.d.ts +1 -1
  32. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/plan.fixture.js +1 -1
  33. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/research.fixture.d.ts +1 -1
  34. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/research.fixture.js +1 -1
  35. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-analyze.fixture.d.ts +2 -2
  36. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-analyze.fixture.d.ts.map +1 -1
  37. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-analyze.fixture.js +5 -5
  38. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-requirements.fixture.d.ts +2 -2
  39. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-requirements.fixture.d.ts.map +1 -1
  40. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/spec-requirements.fixture.js +6 -6
  41. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/tasks.fixture.d.ts +1 -1
  42. package/dist/packages/core/src/infrastructure/services/agents/common/executors/fixtures/tasks.fixture.js +1 -1
  43. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/evidence-prompts.js +1 -1
  44. package/dist/packages/core/src/infrastructure/services/agents/feature-agent/nodes/prompts/merge-prompts.js +1 -1
  45. package/dist/packages/core/src/infrastructure/services/filesystem/shipit-ai-directory.service.d.ts +2 -2
  46. package/dist/packages/core/src/infrastructure/services/filesystem/shipit-ai-directory.service.js +4 -4
  47. package/dist/packages/core/src/infrastructure/services/git/pr-branding.d.ts +4 -4
  48. package/dist/packages/core/src/infrastructure/services/git/pr-branding.js +4 -4
  49. package/dist/packages/core/src/infrastructure/services/interactive/feature-context.builder.d.ts +1 -1
  50. package/dist/packages/core/src/infrastructure/services/interactive/feature-context.builder.js +7 -7
  51. package/dist/packages/core/src/infrastructure/services/port.service.d.ts +1 -1
  52. package/dist/packages/core/src/infrastructure/services/port.service.d.ts.map +1 -1
  53. package/dist/packages/core/src/infrastructure/services/port.service.js +1 -1
  54. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts +1 -6
  55. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.d.ts.map +1 -1
  56. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.js +0 -7
  57. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.service.d.ts +0 -1
  58. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.service.d.ts.map +1 -1
  59. package/dist/packages/core/src/infrastructure/services/tool-installer/tool-metadata.service.js +1 -4
  60. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/CLAUDE.md +1 -2
  61. package/dist/src/presentation/cli/commands/agent/approve.command.d.ts +1 -1
  62. package/dist/src/presentation/cli/commands/agent/approve.command.js +1 -1
  63. package/dist/src/presentation/cli/commands/agent/delete.command.d.ts +1 -1
  64. package/dist/src/presentation/cli/commands/agent/delete.command.js +1 -1
  65. package/dist/src/presentation/cli/commands/agent/index.d.ts +6 -6
  66. package/dist/src/presentation/cli/commands/agent/index.js +6 -6
  67. package/dist/src/presentation/cli/commands/agent/logs.command.d.ts +3 -3
  68. package/dist/src/presentation/cli/commands/agent/logs.command.js +3 -3
  69. package/dist/src/presentation/cli/commands/agent/ls.command.d.ts +1 -1
  70. package/dist/src/presentation/cli/commands/agent/ls.command.js +1 -1
  71. package/dist/src/presentation/cli/commands/agent/reject.command.d.ts +1 -1
  72. package/dist/src/presentation/cli/commands/agent/reject.command.js +1 -1
  73. package/dist/src/presentation/cli/commands/agent/show.command.d.ts +1 -1
  74. package/dist/src/presentation/cli/commands/agent/show.command.js +1 -1
  75. package/dist/src/presentation/cli/commands/agent/stop.command.d.ts +1 -1
  76. package/dist/src/presentation/cli/commands/agent/stop.command.js +1 -1
  77. package/dist/src/presentation/cli/commands/daemon/start-daemon.d.ts +4 -4
  78. package/dist/src/presentation/cli/commands/daemon/start-daemon.js +4 -4
  79. package/dist/src/presentation/cli/commands/daemon/stop-daemon.d.ts +5 -5
  80. package/dist/src/presentation/cli/commands/daemon/stop-daemon.js +5 -5
  81. package/dist/src/presentation/cli/commands/feat/adopt.command.d.ts +3 -3
  82. package/dist/src/presentation/cli/commands/feat/adopt.command.js +3 -3
  83. package/dist/src/presentation/cli/commands/feat/approve.command.d.ts +1 -1
  84. package/dist/src/presentation/cli/commands/feat/approve.command.js +1 -1
  85. package/dist/src/presentation/cli/commands/feat/archive.command.d.ts +3 -3
  86. package/dist/src/presentation/cli/commands/feat/archive.command.js +3 -3
  87. package/dist/src/presentation/cli/commands/feat/del.command.d.ts +5 -5
  88. package/dist/src/presentation/cli/commands/feat/del.command.js +5 -5
  89. package/dist/src/presentation/cli/commands/feat/index.d.ts +4 -4
  90. package/dist/src/presentation/cli/commands/feat/index.js +4 -4
  91. package/dist/src/presentation/cli/commands/feat/logs.command.d.ts +3 -3
  92. package/dist/src/presentation/cli/commands/feat/logs.command.js +3 -3
  93. package/dist/src/presentation/cli/commands/feat/ls.command.d.ts +3 -3
  94. package/dist/src/presentation/cli/commands/feat/ls.command.js +3 -3
  95. package/dist/src/presentation/cli/commands/feat/new.command.d.ts +3 -3
  96. package/dist/src/presentation/cli/commands/feat/new.command.js +4 -4
  97. package/dist/src/presentation/cli/commands/feat/reject.command.d.ts +1 -1
  98. package/dist/src/presentation/cli/commands/feat/reject.command.js +1 -1
  99. package/dist/src/presentation/cli/commands/feat/resume.command.d.ts +1 -1
  100. package/dist/src/presentation/cli/commands/feat/resume.command.js +1 -1
  101. package/dist/src/presentation/cli/commands/feat/review.command.d.ts +1 -1
  102. package/dist/src/presentation/cli/commands/feat/review.command.js +1 -1
  103. package/dist/src/presentation/cli/commands/feat/show.command.d.ts +1 -1
  104. package/dist/src/presentation/cli/commands/feat/show.command.d.ts.map +1 -1
  105. package/dist/src/presentation/cli/commands/feat/show.command.js +3 -4
  106. package/dist/src/presentation/cli/commands/feat/start.command.d.ts +1 -1
  107. package/dist/src/presentation/cli/commands/feat/start.command.js +1 -1
  108. package/dist/src/presentation/cli/commands/feat/unarchive.command.d.ts +2 -2
  109. package/dist/src/presentation/cli/commands/feat/unarchive.command.js +2 -2
  110. package/dist/src/presentation/cli/commands/ide-open.command.d.ts +1 -1
  111. package/dist/src/presentation/cli/commands/ide-open.command.js +1 -1
  112. package/dist/src/presentation/cli/commands/log-viewer.d.ts +1 -1
  113. package/dist/src/presentation/cli/commands/log-viewer.js +1 -1
  114. package/dist/src/presentation/cli/commands/repo/add.command.d.ts +3 -3
  115. package/dist/src/presentation/cli/commands/repo/add.command.js +3 -3
  116. package/dist/src/presentation/cli/commands/repo/index.d.ts +4 -4
  117. package/dist/src/presentation/cli/commands/repo/index.js +4 -4
  118. package/dist/src/presentation/cli/commands/repo/ls.command.d.ts +1 -1
  119. package/dist/src/presentation/cli/commands/repo/ls.command.js +1 -1
  120. package/dist/src/presentation/cli/commands/repo/show.command.d.ts +1 -1
  121. package/dist/src/presentation/cli/commands/repo/show.command.js +1 -1
  122. package/dist/src/presentation/cli/commands/restart.command.d.ts +3 -3
  123. package/dist/src/presentation/cli/commands/restart.command.js +5 -5
  124. package/dist/src/presentation/cli/commands/run.command.d.ts +5 -5
  125. package/dist/src/presentation/cli/commands/run.command.js +5 -5
  126. package/dist/src/presentation/cli/commands/session/index.d.ts +3 -3
  127. package/dist/src/presentation/cli/commands/session/index.js +3 -3
  128. package/dist/src/presentation/cli/commands/session/ls.command.d.ts +6 -6
  129. package/dist/src/presentation/cli/commands/session/ls.command.js +6 -6
  130. package/dist/src/presentation/cli/commands/session/show.command.d.ts +3 -3
  131. package/dist/src/presentation/cli/commands/session/show.command.js +3 -3
  132. package/dist/src/presentation/cli/commands/settings/agent.command.d.ts +4 -4
  133. package/dist/src/presentation/cli/commands/settings/agent.command.js +7 -7
  134. package/dist/src/presentation/cli/commands/settings/ide.command.d.ts +3 -3
  135. package/dist/src/presentation/cli/commands/settings/ide.command.js +6 -6
  136. package/dist/src/presentation/cli/commands/settings/index.d.ts +10 -10
  137. package/dist/src/presentation/cli/commands/settings/index.js +10 -10
  138. package/dist/src/presentation/cli/commands/settings/init.command.d.ts +3 -3
  139. package/dist/src/presentation/cli/commands/settings/init.command.js +6 -6
  140. package/dist/src/presentation/cli/commands/settings/language.command.d.ts +2 -2
  141. package/dist/src/presentation/cli/commands/settings/language.command.js +3 -3
  142. package/dist/src/presentation/cli/commands/settings/model.command.d.ts +2 -2
  143. package/dist/src/presentation/cli/commands/settings/model.command.js +3 -3
  144. package/dist/src/presentation/cli/commands/settings/show.command.d.ts +4 -4
  145. package/dist/src/presentation/cli/commands/settings/show.command.js +7 -7
  146. package/dist/src/presentation/cli/commands/settings/workflow.command.d.ts +3 -3
  147. package/dist/src/presentation/cli/commands/settings/workflow.command.js +6 -6
  148. package/dist/src/presentation/cli/commands/start.command.d.ts +3 -3
  149. package/dist/src/presentation/cli/commands/start.command.js +5 -5
  150. package/dist/src/presentation/cli/commands/status.command.d.ts +4 -4
  151. package/dist/src/presentation/cli/commands/status.command.js +4 -4
  152. package/dist/src/presentation/cli/commands/stop.command.d.ts +2 -2
  153. package/dist/src/presentation/cli/commands/stop.command.js +2 -2
  154. package/dist/src/presentation/cli/commands/tools.command.d.ts +1 -1
  155. package/dist/src/presentation/cli/commands/tools.command.js +1 -1
  156. package/dist/src/presentation/cli/commands/ui.command.d.ts +4 -4
  157. package/dist/src/presentation/cli/commands/ui.command.js +7 -7
  158. package/dist/src/presentation/cli/commands/upgrade.command.d.ts +2 -2
  159. package/dist/src/presentation/cli/commands/upgrade.command.js +2 -2
  160. package/dist/src/presentation/cli/commands/version.command.d.ts +2 -2
  161. package/dist/src/presentation/cli/commands/version.command.js +2 -2
  162. package/dist/src/presentation/cli/index.d.ts +3 -3
  163. package/dist/src/presentation/cli/index.js +4 -4
  164. package/dist/src/presentation/cli/ui/index.d.ts +1 -1
  165. package/dist/src/presentation/cli/ui/index.js +1 -1
  166. package/dist/src/presentation/tui/themes/shipit-ai.theme.d.ts +4 -4
  167. package/dist/src/presentation/tui/themes/shipit-ai.theme.js +4 -4
  168. package/dist/src/presentation/web/app/actions/check-agent-auth.d.ts.map +1 -1
  169. package/dist/src/presentation/web/app/actions/check-agent-auth.js +24 -69
  170. package/dist/src/presentation/web/app/actions/deploy-feature.js +2 -2
  171. package/dist/src/presentation/web/app/actions/deploy-repository.js +2 -2
  172. package/dist/src/presentation/web/app/actions/get-all-agent-models.d.ts +0 -1
  173. package/dist/src/presentation/web/app/actions/get-all-agent-models.d.ts.map +1 -1
  174. package/dist/src/presentation/web/app/actions/get-all-agent-models.js +3 -28
  175. package/dist/src/presentation/web/app/actions/get-merge-review-data.js +3 -3
  176. package/dist/src/presentation/web/app/layout.d.ts.map +1 -1
  177. package/dist/src/presentation/web/app/layout.js +13 -4
  178. package/dist/src/presentation/web/app/settings/page.d.ts.map +1 -1
  179. package/dist/src/presentation/web/app/settings/page.js +2 -6
  180. package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.js +1 -1
  181. package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.stories.d.ts +1 -1
  182. package/dist/src/presentation/web/components/common/control-center-drawer/adopt-branch-drawer.stories.js +1 -1
  183. package/dist/src/presentation/web/components/common/control-center-drawer/global-chat-drawer-client.js +1 -1
  184. package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.stories.d.ts +1 -1
  185. package/dist/src/presentation/web/components/common/feature-create-drawer/feature-create-drawer.stories.js +1 -1
  186. package/dist/src/presentation/web/components/common/feature-drawer-tabs/overview-tab.stories.js +2 -2
  187. package/dist/src/presentation/web/components/common/feature-node/feature-node.stories.js +8 -8
  188. package/dist/src/presentation/web/components/common/github-import-dialog/github-import-dialog.js +1 -1
  189. package/dist/src/presentation/web/components/common/inline-attachments/inline-attachments.stories.js +5 -5
  190. package/dist/src/presentation/web/components/common/merge-review/merge-review.stories.js +8 -8
  191. package/dist/src/presentation/web/components/common/prd-questionnaire/prd-questionnaire.stories.js +1 -1
  192. package/dist/src/presentation/web/components/common/shipit-ai-logo/index.d.ts +2 -2
  193. package/dist/src/presentation/web/components/common/shipit-ai-logo/index.d.ts.map +1 -1
  194. package/dist/src/presentation/web/components/common/shipit-ai-logo/index.js +1 -1
  195. package/dist/src/presentation/web/components/common/shipit-ai-logo/{shipit-ai-logo.d.ts → shep-logo.d.ts} +1 -1
  196. package/dist/src/presentation/web/components/common/shipit-ai-logo/shep-logo.d.ts.map +1 -0
  197. package/dist/src/presentation/web/components/common/shipit-ai-logo/shep-logo.js +5 -0
  198. package/dist/src/presentation/web/components/common/shipit-ai-logo/{shipit-ai-logo.stories.d.ts → shep-logo.stories.d.ts} +2 -2
  199. package/dist/src/presentation/web/components/common/shipit-ai-logo/shep-logo.stories.d.ts.map +1 -0
  200. package/dist/src/presentation/web/components/common/shipit-ai-logo/{shipit-ai-logo.stories.js → shep-logo.stories.js} +1 -1
  201. package/dist/src/presentation/web/components/common/version-badge/version-badge.stories.js +2 -2
  202. package/dist/src/presentation/web/components/features/chat/ChatSheet.js +1 -1
  203. package/dist/src/presentation/web/components/features/control-center/control-center-empty-state.js +1 -1
  204. package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.d.ts.map +1 -1
  205. package/dist/src/presentation/web/components/features/control-center/welcome-agent-setup.js +1 -6
  206. package/dist/src/presentation/web/components/features/features-canvas/features-canvas.stories.js +19 -19
  207. package/dist/src/presentation/web/components/features/settings/AgentModelPicker/index.d.ts.map +1 -1
  208. package/dist/src/presentation/web/components/features/settings/AgentModelPicker/index.js +2 -13
  209. package/dist/src/presentation/web/components/features/settings/database-settings-section.js +1 -1
  210. package/dist/src/presentation/web/components/features/settings/settings-page-client.d.ts +1 -5
  211. package/dist/src/presentation/web/components/features/settings/settings-page-client.d.ts.map +1 -1
  212. package/dist/src/presentation/web/components/features/settings/settings-page-client.js +27 -33
  213. package/dist/src/presentation/web/components/features/tools/tool-card.js +1 -1
  214. package/dist/src/presentation/web/components/features/version/version-page-client.js +1 -1
  215. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.d.ts.map +1 -1
  216. package/dist/src/presentation/web/components/layouts/app-sidebar/app-sidebar.js +3 -3
  217. package/dist/src/presentation/web/components/ui/sidebar.stories.js +1 -1
  218. package/dist/src/presentation/web/lib/session-scanner.js +2 -2
  219. package/dist/src/presentation/web/lib/version.d.ts +1 -1
  220. package/dist/src/presentation/web/lib/version.js +1 -1
  221. package/dist/src/presentation/web/{proxy.d.ts → middleware.d.ts} +4 -4
  222. package/dist/src/presentation/web/middleware.d.ts.map +1 -0
  223. package/dist/src/presentation/web/{proxy.js → middleware.js} +3 -3
  224. package/dist/src/presentation/web/types/theme.d.ts +1 -1
  225. package/dist/src/presentation/web/types/theme.js +1 -1
  226. package/dist/translations/ar/cli.json +17 -17
  227. package/dist/translations/ar/tui.json +2 -2
  228. package/dist/translations/ar/web.json +5 -7
  229. package/dist/translations/de/cli.json +17 -17
  230. package/dist/translations/de/tui.json +2 -2
  231. package/dist/translations/de/web.json +5 -7
  232. package/dist/translations/en/cli.json +17 -17
  233. package/dist/translations/en/tui.json +2 -2
  234. package/dist/translations/en/web.json +5 -7
  235. package/dist/translations/es/cli.json +17 -17
  236. package/dist/translations/es/tui.json +2 -2
  237. package/dist/translations/es/web.json +5 -7
  238. package/dist/translations/fr/cli.json +17 -17
  239. package/dist/translations/fr/tui.json +2 -2
  240. package/dist/translations/fr/web.json +5 -7
  241. package/dist/translations/he/cli.json +17 -17
  242. package/dist/translations/he/tui.json +2 -2
  243. package/dist/translations/he/web.json +5 -7
  244. package/dist/translations/pt/cli.json +17 -17
  245. package/dist/translations/pt/tui.json +2 -2
  246. package/dist/translations/pt/web.json +5 -7
  247. package/dist/translations/ru/cli.json +17 -17
  248. package/dist/translations/ru/tui.json +2 -2
  249. package/dist/translations/ru/web.json +5 -7
  250. package/dist/tsconfig.build.tsbuildinfo +1 -1
  251. package/package.json +2 -2
  252. package/web/.next/BUILD_ID +1 -1
  253. package/web/.next/build-manifest.json +5 -5
  254. package/web/.next/fallback-build-manifest.json +3 -3
  255. package/web/.next/prerender-manifest.json +3 -3
  256. package/web/.next/required-server-files.js +1 -1
  257. package/web/.next/required-server-files.json +1 -1
  258. package/web/.next/server/app/(dashboard)/@drawer/adopt/page/build-manifest.json +2 -2
  259. package/web/.next/server/app/(dashboard)/@drawer/adopt/page/server-reference-manifest.json +29 -29
  260. package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js +1 -2
  261. package/web/.next/server/app/(dashboard)/@drawer/adopt/page.js.nft.json +1 -1
  262. package/web/.next/server/app/(dashboard)/@drawer/adopt/page_client-reference-manifest.js +1 -1
  263. package/web/.next/server/app/(dashboard)/@drawer/chat/page/build-manifest.json +2 -2
  264. package/web/.next/server/app/(dashboard)/@drawer/chat/page/server-reference-manifest.json +27 -27
  265. package/web/.next/server/app/(dashboard)/@drawer/chat/page.js +1 -2
  266. package/web/.next/server/app/(dashboard)/@drawer/chat/page.js.nft.json +1 -1
  267. package/web/.next/server/app/(dashboard)/@drawer/chat/page_client-reference-manifest.js +1 -1
  268. package/web/.next/server/app/(dashboard)/@drawer/create/page/build-manifest.json +2 -2
  269. package/web/.next/server/app/(dashboard)/@drawer/create/page/server-reference-manifest.json +30 -30
  270. package/web/.next/server/app/(dashboard)/@drawer/create/page.js +1 -2
  271. package/web/.next/server/app/(dashboard)/@drawer/create/page.js.nft.json +1 -1
  272. package/web/.next/server/app/(dashboard)/@drawer/create/page_client-reference-manifest.js +1 -1
  273. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/build-manifest.json +2 -2
  274. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page/server-reference-manifest.json +37 -37
  275. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js +1 -2
  276. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  277. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  278. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/build-manifest.json +2 -2
  279. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page/server-reference-manifest.json +37 -37
  280. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js +1 -2
  281. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page.js.nft.json +1 -1
  282. package/web/.next/server/app/(dashboard)/@drawer/feature/[featureId]/page_client-reference-manifest.js +1 -1
  283. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/build-manifest.json +2 -2
  284. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +28 -28
  285. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js +1 -2
  286. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
  287. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
  288. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/build-manifest.json +2 -2
  289. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page/server-reference-manifest.json +28 -28
  290. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js +1 -2
  291. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page.js.nft.json +1 -1
  292. package/web/.next/server/app/(dashboard)/@drawer/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  293. package/web/.next/server/app/(dashboard)/chat/page/build-manifest.json +2 -2
  294. package/web/.next/server/app/(dashboard)/chat/page/server-reference-manifest.json +27 -27
  295. package/web/.next/server/app/(dashboard)/chat/page.js +1 -2
  296. package/web/.next/server/app/(dashboard)/chat/page.js.nft.json +1 -1
  297. package/web/.next/server/app/(dashboard)/chat/page_client-reference-manifest.js +1 -1
  298. package/web/.next/server/app/(dashboard)/create/page/build-manifest.json +2 -2
  299. package/web/.next/server/app/(dashboard)/create/page/server-reference-manifest.json +30 -30
  300. package/web/.next/server/app/(dashboard)/create/page.js +1 -2
  301. package/web/.next/server/app/(dashboard)/create/page.js.nft.json +1 -1
  302. package/web/.next/server/app/(dashboard)/create/page_client-reference-manifest.js +1 -1
  303. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/build-manifest.json +2 -2
  304. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page/server-reference-manifest.json +37 -37
  305. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js +1 -2
  306. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page.js.nft.json +1 -1
  307. package/web/.next/server/app/(dashboard)/feature/[featureId]/[tab]/page_client-reference-manifest.js +1 -1
  308. package/web/.next/server/app/(dashboard)/feature/[featureId]/page/build-manifest.json +2 -2
  309. package/web/.next/server/app/(dashboard)/feature/[featureId]/page/server-reference-manifest.json +37 -37
  310. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js +1 -2
  311. package/web/.next/server/app/(dashboard)/feature/[featureId]/page.js.nft.json +1 -1
  312. package/web/.next/server/app/(dashboard)/feature/[featureId]/page_client-reference-manifest.js +1 -1
  313. package/web/.next/server/app/(dashboard)/page/build-manifest.json +2 -2
  314. package/web/.next/server/app/(dashboard)/page/server-reference-manifest.json +27 -27
  315. package/web/.next/server/app/(dashboard)/page.js +1 -2
  316. package/web/.next/server/app/(dashboard)/page.js.nft.json +1 -1
  317. package/web/.next/server/app/(dashboard)/page_client-reference-manifest.js +1 -1
  318. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/build-manifest.json +2 -2
  319. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page/server-reference-manifest.json +28 -28
  320. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js +1 -2
  321. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page.js.nft.json +1 -1
  322. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/[tab]/page_client-reference-manifest.js +1 -1
  323. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/build-manifest.json +2 -2
  324. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page/server-reference-manifest.json +28 -28
  325. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js +1 -2
  326. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page.js.nft.json +1 -1
  327. package/web/.next/server/app/(dashboard)/repository/[repositoryId]/page_client-reference-manifest.js +1 -1
  328. package/web/.next/server/app/_global-error/page/build-manifest.json +2 -2
  329. package/web/.next/server/app/_global-error.html +1 -1
  330. package/web/.next/server/app/_global-error.rsc +1 -1
  331. package/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
  332. package/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  333. package/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  334. package/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  335. package/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  336. package/web/.next/server/app/_not-found/page/build-manifest.json +2 -2
  337. package/web/.next/server/app/_not-found/page/server-reference-manifest.json +6 -6
  338. package/web/.next/server/app/_not-found/page.js +1 -2
  339. package/web/.next/server/app/_not-found/page.js.nft.json +1 -1
  340. package/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  341. package/web/.next/server/app/api/attachments/preview/route.js.nft.json +1 -1
  342. package/web/.next/server/app/api/attachments/upload-from-path/route.js +1 -1
  343. package/web/.next/server/app/api/attachments/upload-from-path/route.js.nft.json +1 -1
  344. package/web/.next/server/app/api/dialog/pick-files/route.js.nft.json +1 -1
  345. package/web/.next/server/app/api/evidence/route.js.nft.json +1 -1
  346. package/web/.next/server/app/api/graph-data/route.js.nft.json +1 -1
  347. package/web/.next/server/app/api/interactive/chat/[featureId]/messages/route.js.nft.json +1 -1
  348. package/web/.next/server/app/api/sessions/route.js +2 -2
  349. package/web/.next/server/app/settings/page/build-manifest.json +2 -2
  350. package/web/.next/server/app/settings/page/server-reference-manifest.json +18 -42
  351. package/web/.next/server/app/settings/page.js +2 -3
  352. package/web/.next/server/app/settings/page.js.nft.json +1 -1
  353. package/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
  354. package/web/.next/server/app/skills/page/build-manifest.json +2 -2
  355. package/web/.next/server/app/skills/page/server-reference-manifest.json +11 -11
  356. package/web/.next/server/app/skills/page.js +2 -2
  357. package/web/.next/server/app/skills/page.js.nft.json +1 -1
  358. package/web/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  359. package/web/.next/server/app/tools/page/build-manifest.json +2 -2
  360. package/web/.next/server/app/tools/page/server-reference-manifest.json +11 -11
  361. package/web/.next/server/app/tools/page.js +2 -2
  362. package/web/.next/server/app/tools/page.js.nft.json +1 -1
  363. package/web/.next/server/app/tools/page_client-reference-manifest.js +1 -1
  364. package/web/.next/server/app/version/page/build-manifest.json +2 -2
  365. package/web/.next/server/app/version/page/server-reference-manifest.json +6 -6
  366. package/web/.next/server/app/version/page.js +1 -2
  367. package/web/.next/server/app/version/page.js.nft.json +1 -1
  368. package/web/.next/server/app/version/page_client-reference-manifest.js +1 -1
  369. package/web/.next/server/chunks/11es_next_dist_esm_build_templates_app-route_067cwst.js +1 -1
  370. package/web/.next/server/chunks/11es_next_dist_esm_build_templates_app-route_067cwst.js.map +1 -1
  371. package/web/.next/server/chunks/[root-of-the-server]__0.2exzi._.js.map +1 -1
  372. package/web/.next/server/chunks/[root-of-the-server]__02xmnal._.js.map +1 -1
  373. package/web/.next/server/chunks/[root-of-the-server]__04jjtl_._.js.map +1 -1
  374. package/web/.next/server/chunks/[root-of-the-server]__07suer1._.js.map +1 -1
  375. package/web/.next/server/chunks/[root-of-the-server]__09118p2._.js.map +1 -1
  376. package/web/.next/server/chunks/[root-of-the-server]__0_.w-eb._.js +1 -1
  377. package/web/.next/server/chunks/[root-of-the-server]__0_.w-eb._.js.map +1 -1
  378. package/web/.next/server/chunks/[root-of-the-server]__0ip_e1x._.js.map +1 -1
  379. package/web/.next/server/chunks/{[root-of-the-server]__0l1p8bx._.js → [root-of-the-server]__0ob3z53._.js} +2 -2
  380. package/web/.next/server/chunks/{[root-of-the-server]__0l1p8bx._.js.map → [root-of-the-server]__0ob3z53._.js.map} +1 -1
  381. package/web/.next/server/chunks/[root-of-the-server]__0tb~wwk._.js +1 -1
  382. package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_create-drawer-client_tsx_0g70fc5._.js +1 -1
  383. package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_create-drawer-client_tsx_0g70fc5._.js.map +1 -1
  384. package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_feature-drawer-client_tsx_104cna.._.js +2 -2
  385. package/web/.next/server/chunks/ssr/0j.8_web_components_common_control-center-drawer_feature-drawer-client_tsx_104cna.._.js.map +1 -1
  386. package/web/.next/server/chunks/ssr/0ukq_presentation_web_components_features_settings_settings-page-client_tsx_0j1uius._.js +1 -1
  387. package/web/.next/server/chunks/ssr/0ukq_presentation_web_components_features_settings_settings-page-client_tsx_0j1uius._.js.map +1 -1
  388. package/web/.next/server/chunks/ssr/11es_next_dist_0e36~wi._.js +1 -1
  389. package/web/.next/server/chunks/ssr/11es_next_dist_esm_build_templates_app-page_0l-25e2.js +1 -1
  390. package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_global-chat-drawer-client_tsx_03s32.q._.js +1 -1
  391. package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_global-chat-drawer-client_tsx_03s32.q._.js.map +1 -1
  392. package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_repository-drawer-client_tsx_09z.znp._.js +1 -1
  393. package/web/.next/server/chunks/ssr/11y9_components_common_control-center-drawer_repository-drawer-client_tsx_09z.znp._.js.map +1 -1
  394. package/web/.next/server/chunks/ssr/[root-of-the-server]__0.j0ktf._.js +4 -0
  395. package/web/.next/server/chunks/ssr/[root-of-the-server]__0.j0ktf._.js.map +1 -0
  396. package/web/.next/server/chunks/ssr/[root-of-the-server]__07m44ax._.js +3 -0
  397. package/web/.next/server/chunks/ssr/[root-of-the-server]__07m44ax._.js.map +1 -0
  398. package/web/.next/server/chunks/ssr/[root-of-the-server]__0frgz11._.js +4 -0
  399. package/web/.next/server/chunks/ssr/[root-of-the-server]__0frgz11._.js.map +1 -0
  400. package/web/.next/server/chunks/ssr/[root-of-the-server]__0oi7r67._.js +4 -0
  401. package/web/.next/server/chunks/ssr/[root-of-the-server]__0oi7r67._.js.map +1 -0
  402. package/web/.next/server/chunks/ssr/[root-of-the-server]__0pti1a3._.js +4 -0
  403. package/web/.next/server/chunks/ssr/[root-of-the-server]__0pti1a3._.js.map +1 -0
  404. package/web/.next/server/chunks/ssr/[root-of-the-server]__0qh.wn.._.js.map +1 -1
  405. package/web/.next/server/chunks/ssr/[root-of-the-server]__0rv1gci._.js +1 -1
  406. package/web/.next/server/chunks/ssr/[root-of-the-server]__0rv1gci._.js.map +1 -1
  407. package/web/.next/server/chunks/ssr/[root-of-the-server]__0s9k_s3._.js +4 -0
  408. package/web/.next/server/chunks/ssr/[root-of-the-server]__0s9k_s3._.js.map +1 -0
  409. package/web/.next/server/chunks/ssr/[root-of-the-server]__0v-vmgt._.js +4 -0
  410. package/web/.next/server/chunks/ssr/[root-of-the-server]__0v-vmgt._.js.map +1 -0
  411. package/web/.next/server/chunks/ssr/{[root-of-the-server]__0_ag.8y._.js → [root-of-the-server]__0vd39s9._.js} +2 -2
  412. package/web/.next/server/chunks/ssr/{[root-of-the-server]__0_ag.8y._.js.map → [root-of-the-server]__0vd39s9._.js.map} +1 -1
  413. package/web/.next/server/chunks/ssr/[root-of-the-server]__0yky~xo._.js +4 -0
  414. package/web/.next/server/chunks/ssr/[root-of-the-server]__0yky~xo._.js.map +1 -0
  415. package/web/.next/server/chunks/ssr/[root-of-the-server]__11-~i9u._.js +1 -1
  416. package/web/.next/server/chunks/ssr/[root-of-the-server]__11-~i9u._.js.map +1 -1
  417. package/web/.next/server/chunks/ssr/[root-of-the-server]__11dc42t._.js +4 -0
  418. package/web/.next/server/chunks/ssr/[root-of-the-server]__11dc42t._.js.map +1 -0
  419. package/web/.next/server/chunks/ssr/{_07tvs-~._.js → _0.7s.u6._.js} +2 -2
  420. package/web/.next/server/chunks/ssr/{_07tvs-~._.js.map → _0.7s.u6._.js.map} +1 -1
  421. package/web/.next/server/chunks/ssr/_0__4si~._.js +4 -0
  422. package/web/.next/server/chunks/ssr/_0__4si~._.js.map +1 -0
  423. package/web/.next/server/chunks/ssr/_0_m17kl._.js +4 -0
  424. package/web/.next/server/chunks/ssr/_0_m17kl._.js.map +1 -0
  425. package/web/.next/server/chunks/ssr/{_12nazf8._.js → _0d2ioa~._.js} +2 -2
  426. package/web/.next/server/chunks/ssr/{_12nazf8._.js.map → _0d2ioa~._.js.map} +1 -1
  427. package/web/.next/server/chunks/ssr/_0d4miu.._.js +4 -0
  428. package/web/.next/server/chunks/ssr/_0d4miu.._.js.map +1 -0
  429. package/web/.next/server/chunks/ssr/_0e5cv3q._.js +1 -1
  430. package/web/.next/server/chunks/ssr/_0e5cv3q._.js.map +1 -1
  431. package/web/.next/server/chunks/ssr/_0e8ern9._.js +4 -0
  432. package/web/.next/server/chunks/ssr/_0e8ern9._.js.map +1 -0
  433. package/web/.next/server/chunks/ssr/_0ez.1o4._.js +1 -1
  434. package/web/.next/server/chunks/ssr/_0ez.1o4._.js.map +1 -1
  435. package/web/.next/server/chunks/ssr/_0hovej-._.js +6 -0
  436. package/web/.next/server/chunks/ssr/_0hovej-._.js.map +1 -0
  437. package/web/.next/server/chunks/ssr/_0j9vx-1._.js +1 -1
  438. package/web/.next/server/chunks/ssr/_0p3zs6p._.js +3 -0
  439. package/web/.next/server/chunks/ssr/_0p3zs6p._.js.map +1 -0
  440. package/web/.next/server/chunks/ssr/_0qpq3xl._.js +3 -0
  441. package/web/.next/server/chunks/ssr/_0qpq3xl._.js.map +1 -0
  442. package/web/.next/server/chunks/ssr/_0r.3n~3._.js +4 -0
  443. package/web/.next/server/chunks/ssr/_0r.3n~3._.js.map +1 -0
  444. package/web/.next/server/chunks/ssr/{_01mq~sm._.js → _0sgeiju._.js} +2 -2
  445. package/web/.next/server/chunks/ssr/{_01mq~sm._.js.map → _0sgeiju._.js.map} +1 -1
  446. package/web/.next/server/chunks/ssr/_0t59q8r._.js +4 -0
  447. package/web/.next/server/chunks/ssr/_0t59q8r._.js.map +1 -0
  448. package/web/.next/server/chunks/ssr/{_0tcwb~m._.js → _0uh__3q._.js} +2 -2
  449. package/web/.next/server/chunks/ssr/{_0tcwb~m._.js.map → _0uh__3q._.js.map} +1 -1
  450. package/web/.next/server/chunks/ssr/_0v.yfmg._.js +1 -1
  451. package/web/.next/server/chunks/ssr/_0v.yfmg._.js.map +1 -1
  452. package/web/.next/server/chunks/ssr/_0w-_hww._.js +1 -1
  453. package/web/.next/server/chunks/ssr/_0w-_hww._.js.map +1 -1
  454. package/web/.next/server/chunks/ssr/_0zk-h5w._.js +4 -0
  455. package/web/.next/server/chunks/ssr/_0zk-h5w._.js.map +1 -0
  456. package/web/.next/server/chunks/ssr/_0~ev6dw._.js +6 -0
  457. package/web/.next/server/chunks/ssr/_0~ev6dw._.js.map +1 -0
  458. package/web/.next/server/chunks/ssr/_1161g9x._.js +4 -0
  459. package/web/.next/server/chunks/ssr/_1161g9x._.js.map +1 -0
  460. package/web/.next/server/chunks/ssr/_11kuznh._.js +1 -1
  461. package/web/.next/server/chunks/ssr/_11kuznh._.js.map +1 -1
  462. package/web/.next/server/chunks/ssr/_13euo-f._.js +1 -1
  463. package/web/.next/server/chunks/ssr/_13euo-f._.js.map +1 -1
  464. package/web/.next/server/chunks/ssr/node_modules__pnpm_0ayym15._.js +3 -0
  465. package/web/.next/server/chunks/ssr/{node_modules__pnpm_0xyo1be._.js.map → node_modules__pnpm_0ayym15._.js.map} +1 -1
  466. package/web/.next/server/chunks/ssr/src_presentation_web_05-w-~v._.js +1 -1
  467. package/web/.next/server/chunks/ssr/src_presentation_web_05-w-~v._.js.map +1 -1
  468. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_05m2q~u.js +3 -0
  469. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_skills_page_actions_05m2q~u.js.map +1 -0
  470. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_0.6zk.t.js +3 -0
  471. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_tools_page_actions_0.6zk.t.js.map +1 -0
  472. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_0w2wqvu._.js +1 -1
  473. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_open-ide_ts_0w2wqvu._.js.map +1 -1
  474. package/web/.next/server/chunks/ssr/src_presentation_web_components_0sk2qdt._.js +1 -1
  475. package/web/.next/server/chunks/ssr/src_presentation_web_components_0sk2qdt._.js.map +1 -1
  476. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_0l3oxx9._.js +1 -1
  477. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_control-center_0l3oxx9._.js.map +1 -1
  478. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_0aji.op._.js +1 -1
  479. package/web/.next/server/chunks/ssr/src_presentation_web_components_features_tools_tools-page-client_tsx_0aji.op._.js.map +1 -1
  480. package/web/.next/server/edge/chunks/0pax_next_dist_esm_build_templates_edge-wrapper_0atr6ca.js +3 -0
  481. package/web/.next/server/edge/chunks/11es_next_dist_esm_build_templates_edge-wrapper_0atr6ca.js.map +1 -0
  482. package/web/.next/server/edge/chunks/11es_next_dist_esm_build_templates_edge-wrapper_0xg0zx-.js +3 -0
  483. package/web/.next/server/edge/chunks/11es_next_dist_esm_build_templates_edge-wrapper_0xg0zx-.js.map +1 -0
  484. package/web/.next/server/edge/chunks/[root-of-the-server]__0m078x4._.js +11 -0
  485. package/web/.next/server/edge/chunks/[root-of-the-server]__0m078x4._.js.map +1 -0
  486. package/web/.next/server/functions-config-manifest.json +1 -11
  487. package/web/.next/server/middleware/middleware-manifest.json +27 -1
  488. package/web/.next/server/middleware-build-manifest.js +5 -5
  489. package/web/.next/server/middleware-manifest.json +32 -2
  490. package/web/.next/server/pages/500.html +1 -1
  491. package/web/.next/server/server-reference-manifest.js +1 -1
  492. package/web/.next/server/server-reference-manifest.json +56 -80
  493. package/web/.next/static/{kWYziSGurYY6iHBzoRCby → ML_58uxy5qmZQKb7WAVpk}/_clientMiddlewareManifest.js +1 -1
  494. package/web/.next/static/chunks/{0vxrl0-qu5nq7.js → 06m0t8vm74uq0.js} +1 -1
  495. package/web/.next/static/chunks/{0~er~22zwvx0i.js → 07lrq10rx0tp1.js} +1 -1
  496. package/web/.next/static/chunks/{0xp.c-ok~mwrs.js → 097d4.alebhv6.js} +3 -3
  497. package/web/.next/static/chunks/0a_ahxutnlxeo.js +1 -0
  498. package/web/.next/static/chunks/{0hqsl3xgn_vxb.js → 0b1my~6lqz~ha.js} +1 -1
  499. package/web/.next/static/chunks/{08iuksm8rvb09.js → 0bdtgeoys8bq..js} +1 -1
  500. package/web/.next/static/chunks/0dr6q94jmx86b.css +1 -0
  501. package/web/.next/static/chunks/0ggh~9h0aria4.js +1 -0
  502. package/web/.next/static/chunks/0ig1nny60x9fp.js +1 -0
  503. package/web/.next/static/chunks/{0hgrk.0mznc5..js → 0irqet91z73_h.js} +1 -1
  504. package/web/.next/static/chunks/0m-ae_vez8yzr.js +3 -0
  505. package/web/.next/static/chunks/0oha7fn.qv23y.js +1 -0
  506. package/web/.next/static/chunks/{15m2wfd5k_7fj.js → 0rnvcu2blaow4.js} +1 -1
  507. package/web/.next/static/chunks/{12m0vnrnp5doq.js → 0so7j5o39.mt3.js} +2 -2
  508. package/web/.next/static/chunks/{0wmckrtphfa12.js → 0vlx6s5d1~d-w.js} +1 -1
  509. package/web/.next/static/chunks/{0m.3~pcsueoah.js → 0~7cjq579m7ms.js} +1 -1
  510. package/web/.next/static/chunks/0~_228bvayobk.js +1 -0
  511. package/web/.next/static/chunks/10ltsew-fr2hm.js +1 -0
  512. package/web/.next/static/chunks/{0riti1bs-erm~.js → 13xg0bjtuso~r.js} +1 -1
  513. package/web/.next/static/chunks/{09b2usag59_bi.js → 14bjyfto_93~m.js} +1 -1
  514. package/web/.next/static/chunks/{18ca782kjerlh.js → 15nzg-txif.bg.js} +1 -1
  515. package/web/.next/static/chunks/{turbopack-0ve8f54_veg.u.js → turbopack-10upsk2jydmq4.js} +1 -1
  516. package/web/package.json +1 -1
  517. package/web/public/favicon-dark.svg +6 -0
  518. package/web/public/favicon-light.svg +6 -0
  519. package/web/public/icons/agents/openai.svg +1 -1
  520. package/dist/packages/core/src/application/ports/output/services/environment-detector.service.d.ts +0 -54
  521. package/dist/packages/core/src/application/ports/output/services/environment-detector.service.d.ts.map +0 -1
  522. package/dist/packages/core/src/application/ports/output/services/environment-detector.service.js +0 -8
  523. package/dist/packages/core/src/application/use-cases/settings/detect-environment-defaults.use-case.d.ts +0 -18
  524. package/dist/packages/core/src/application/use-cases/settings/detect-environment-defaults.use-case.d.ts.map +0 -1
  525. package/dist/packages/core/src/application/use-cases/settings/detect-environment-defaults.use-case.js +0 -40
  526. package/dist/packages/core/src/infrastructure/services/environment-detector.service.d.ts +0 -38
  527. package/dist/packages/core/src/infrastructure/services/environment-detector.service.d.ts.map +0 -1
  528. package/dist/packages/core/src/infrastructure/services/environment-detector.service.js +0 -196
  529. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/bash.json +0 -20
  530. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/codex-cli.json +0 -31
  531. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/fish.json +0 -19
  532. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/powershell.json +0 -24
  533. package/dist/packages/core/src/infrastructure/services/tool-installer/tools/zsh.json +0 -19
  534. package/dist/src/presentation/web/app/actions/get-available-editors.d.ts +0 -14
  535. package/dist/src/presentation/web/app/actions/get-available-editors.d.ts.map +0 -1
  536. package/dist/src/presentation/web/app/actions/get-available-editors.js +0 -24
  537. package/dist/src/presentation/web/app/actions/get-available-shells.d.ts +0 -14
  538. package/dist/src/presentation/web/app/actions/get-available-shells.d.ts.map +0 -1
  539. package/dist/src/presentation/web/app/actions/get-available-shells.js +0 -22
  540. package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.d.ts.map +0 -1
  541. package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.js +0 -8
  542. package/dist/src/presentation/web/components/common/shipit-ai-logo/shipit-ai-logo.stories.d.ts.map +0 -1
  543. package/dist/src/presentation/web/proxy.d.ts.map +0 -1
  544. package/web/.next/server/chunks/[externals]__11vad82._.js +0 -3
  545. package/web/.next/server/chunks/[externals]__11vad82._.js.map +0 -1
  546. package/web/.next/server/chunks/[root-of-the-server]__13ni_ow._.js +0 -20
  547. package/web/.next/server/chunks/[root-of-the-server]__13ni_ow._.js.map +0 -1
  548. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_00~eq5i.js +0 -3
  549. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_adopt_page_actions_00~eq5i.js.map +0 -1
  550. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_chat_page_actions_0979_c..js +0 -3
  551. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_@drawer_chat_page_actions_0979_c..js.map +0 -1
  552. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_chat_page_actions_0dqll_1.js +0 -3
  553. package/web/.next/server/chunks/ssr/0j.8_web__next-internal_server_app_(dashboard)_chat_page_actions_0dqll_1.js.map +0 -1
  554. package/web/.next/server/chunks/ssr/[root-of-the-server]__045sv4b._.js +0 -3
  555. package/web/.next/server/chunks/ssr/[root-of-the-server]__045sv4b._.js.map +0 -1
  556. package/web/.next/server/chunks/ssr/[root-of-the-server]__0d_0_fp._.js +0 -3
  557. package/web/.next/server/chunks/ssr/[root-of-the-server]__0d_0_fp._.js.map +0 -1
  558. package/web/.next/server/chunks/ssr/[root-of-the-server]__0l4d7e.._.js +0 -3
  559. package/web/.next/server/chunks/ssr/[root-of-the-server]__0l4d7e.._.js.map +0 -1
  560. package/web/.next/server/chunks/ssr/[root-of-the-server]__0r32z03._.js +0 -3
  561. package/web/.next/server/chunks/ssr/[root-of-the-server]__0r32z03._.js.map +0 -1
  562. package/web/.next/server/chunks/ssr/[root-of-the-server]__12g8h3_._.js +0 -4
  563. package/web/.next/server/chunks/ssr/[root-of-the-server]__12g8h3_._.js.map +0 -1
  564. package/web/.next/server/chunks/ssr/[root-of-the-server]__12qqi.~._.js +0 -3
  565. package/web/.next/server/chunks/ssr/[root-of-the-server]__12qqi.~._.js.map +0 -1
  566. package/web/.next/server/chunks/ssr/_0jpbsh_._.js +0 -4
  567. package/web/.next/server/chunks/ssr/_0jpbsh_._.js.map +0 -1
  568. package/web/.next/server/chunks/ssr/_0n.xy38._.js +0 -3
  569. package/web/.next/server/chunks/ssr/_0n.xy38._.js.map +0 -1
  570. package/web/.next/server/chunks/ssr/_0rvaoj4._.js +0 -3
  571. package/web/.next/server/chunks/ssr/_0rvaoj4._.js.map +0 -1
  572. package/web/.next/server/chunks/ssr/node_modules__pnpm_0xyo1be._.js +0 -3
  573. package/web/.next/server/chunks/ssr/src_presentation_web_0.e4~xc._.js +0 -3
  574. package/web/.next/server/chunks/ssr/src_presentation_web_0.e4~xc._.js.map +0 -1
  575. package/web/.next/server/chunks/ssr/src_presentation_web_00dvh.m._.js +0 -3
  576. package/web/.next/server/chunks/ssr/src_presentation_web_00dvh.m._.js.map +0 -1
  577. package/web/.next/server/chunks/ssr/src_presentation_web_06b6~lt._.js +0 -5
  578. package/web/.next/server/chunks/ssr/src_presentation_web_06b6~lt._.js.map +0 -1
  579. package/web/.next/server/chunks/ssr/src_presentation_web_08fy2mf._.js +0 -3
  580. package/web/.next/server/chunks/ssr/src_presentation_web_08fy2mf._.js.map +0 -1
  581. package/web/.next/server/chunks/ssr/src_presentation_web_0f~udu1._.js +0 -3
  582. package/web/.next/server/chunks/ssr/src_presentation_web_0f~udu1._.js.map +0 -1
  583. package/web/.next/server/chunks/ssr/src_presentation_web_0qys821._.js +0 -5
  584. package/web/.next/server/chunks/ssr/src_presentation_web_0qys821._.js.map +0 -1
  585. package/web/.next/server/chunks/ssr/src_presentation_web_0q~dt0o._.js +0 -3
  586. package/web/.next/server/chunks/ssr/src_presentation_web_0q~dt0o._.js.map +0 -1
  587. package/web/.next/server/chunks/ssr/src_presentation_web_11jrkxt._.js +0 -3
  588. package/web/.next/server/chunks/ssr/src_presentation_web_11jrkxt._.js.map +0 -1
  589. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_1199d3x.js +0 -3
  590. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_(dashboard)_page_actions_1199d3x.js.map +0 -1
  591. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_0m2jqxx.js +0 -3
  592. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app__not-found_page_actions_0m2jqxx.js.map +0 -1
  593. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_version_page_actions_0krkh_0.js +0 -3
  594. package/web/.next/server/chunks/ssr/src_presentation_web__next-internal_server_app_version_page_actions_0krkh_0.js.map +0 -1
  595. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_load-settings_ts_0b8f3pf._.js +0 -3
  596. package/web/.next/server/chunks/ssr/src_presentation_web_app_actions_load-settings_ts_0b8f3pf._.js.map +0 -1
  597. package/web/.next/server/middleware.js +0 -5
  598. package/web/.next/server/middleware.js.map +0 -5
  599. package/web/.next/server/middleware.js.nft.json +0 -1
  600. package/web/.next/static/chunks/04thbdvq73.8p.js +0 -1
  601. package/web/.next/static/chunks/0cmncp3fhnz3s.js +0 -3
  602. package/web/.next/static/chunks/0gq7w9c~abj0j.js +0 -1
  603. package/web/.next/static/chunks/0h7-maep13j01.js +0 -1
  604. package/web/.next/static/chunks/0hk9bqajlid1q.js +0 -1
  605. package/web/.next/static/chunks/0r5dju6f1-i38.css +0 -1
  606. package/web/.next/static/chunks/0zz.xgsd83.3n.js +0 -1
  607. package/web/.next/static/chunks/12ykdjf3-fq4-.js +0 -1
  608. package/web/public/apple-touch-icon.png +0 -0
  609. package/web/public/favicon-32x32.png +0 -0
  610. package/web/public/icon-192.png +0 -0
  611. package/web/public/icon-512.png +0 -0
  612. package/web/public/shipit-brain.png +0 -0
  613. package/web/public/shipit-icon.svg +0 -68
  614. package/web/public/shipit-logo.png +0 -0
  615. /package/web/.next/static/{kWYziSGurYY6iHBzoRCby → ML_58uxy5qmZQKb7WAVpk}/_buildManifest.js +0 -0
  616. /package/web/.next/static/{kWYziSGurYY6iHBzoRCby → ML_58uxy5qmZQKb7WAVpk}/_ssgManifest.js +0 -0
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "node": {
3
- "0057041393cfe94d2527737d197d8affb984556a23": {
3
+ "007d7c7a2b91adca7b0ecd761348509187a76b83ea": {
4
4
  "workers": {
5
5
  "app/(dashboard)/@drawer/adopt/page": {
6
6
  "moduleId": 81306,
@@ -93,7 +93,7 @@
93
93
  "filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
94
94
  },
95
95
  "app/settings/page": {
96
- "moduleId": 87459,
96
+ "moduleId": 97423,
97
97
  "async": false,
98
98
  "exportedName": "getAllAgentModels",
99
99
  "filename": "src/presentation/web/app/actions/get-all-agent-models.ts"
@@ -120,7 +120,7 @@
120
120
  "filename": "src/presentation/web/app/actions/get-all-agent-models.ts",
121
121
  "exportedName": "getAllAgentModels"
122
122
  },
123
- "60532f1fbcd3ff9a43cbed18e5f1c30e10b97b8e4e": {
123
+ "60ad00ee2204b6aae2196f9c3cf6c6365f40cb665a": {
124
124
  "workers": {
125
125
  "app/(dashboard)/@drawer/adopt/page": {
126
126
  "moduleId": 81306,
@@ -213,7 +213,7 @@
213
213
  "filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
214
214
  },
215
215
  "app/settings/page": {
216
- "moduleId": 87459,
216
+ "moduleId": 97423,
217
217
  "async": false,
218
218
  "exportedName": "updateAgentAndModel",
219
219
  "filename": "src/presentation/web/app/actions/update-agent-and-model.ts"
@@ -240,7 +240,7 @@
240
240
  "filename": "src/presentation/web/app/actions/update-agent-and-model.ts",
241
241
  "exportedName": "updateAgentAndModel"
242
242
  },
243
- "0076e4c69e32579ab82dd2149d9191664aa3ad2489": {
243
+ "0090770fd3d709fd1f9d4af97003bd9eb229018adb": {
244
244
  "workers": {
245
245
  "app/(dashboard)/@drawer/adopt/page": {
246
246
  "moduleId": 81306,
@@ -333,7 +333,7 @@
333
333
  "filename": "src/presentation/web/app/actions/pick-folder.ts"
334
334
  },
335
335
  "app/settings/page": {
336
- "moduleId": 87459,
336
+ "moduleId": 97423,
337
337
  "async": false,
338
338
  "exportedName": "pickFolder",
339
339
  "filename": "src/presentation/web/app/actions/pick-folder.ts"
@@ -360,7 +360,7 @@
360
360
  "filename": "src/presentation/web/app/actions/pick-folder.ts",
361
361
  "exportedName": "pickFolder"
362
362
  },
363
- "409315f306c0a14c10d1b18400acfadd1a8bb2262a": {
363
+ "40b2b0ab7a1730bf0e37207be840c0ce2f4fe0a062": {
364
364
  "workers": {
365
365
  "app/(dashboard)/@drawer/adopt/page": {
366
366
  "moduleId": 81306,
@@ -453,7 +453,7 @@
453
453
  "filename": "src/presentation/web/app/actions/list-github-repositories.ts"
454
454
  },
455
455
  "app/settings/page": {
456
- "moduleId": 87459,
456
+ "moduleId": 97423,
457
457
  "async": false,
458
458
  "exportedName": "listGitHubRepositories",
459
459
  "filename": "src/presentation/web/app/actions/list-github-repositories.ts"
@@ -480,7 +480,7 @@
480
480
  "filename": "src/presentation/web/app/actions/list-github-repositories.ts",
481
481
  "exportedName": "listGitHubRepositories"
482
482
  },
483
- "00f230441bdf0bfdfc4613d671de59172e3e2ea284": {
483
+ "00f4a47979f819a3961fd64c52fb32ac687881cc58": {
484
484
  "workers": {
485
485
  "app/(dashboard)/@drawer/adopt/page": {
486
486
  "moduleId": 81306,
@@ -573,7 +573,7 @@
573
573
  "filename": "src/presentation/web/app/actions/list-github-organizations.ts"
574
574
  },
575
575
  "app/settings/page": {
576
- "moduleId": 87459,
576
+ "moduleId": 97423,
577
577
  "async": false,
578
578
  "exportedName": "listGitHubOrganizations",
579
579
  "filename": "src/presentation/web/app/actions/list-github-organizations.ts"
@@ -600,7 +600,7 @@
600
600
  "filename": "src/presentation/web/app/actions/list-github-organizations.ts",
601
601
  "exportedName": "listGitHubOrganizations"
602
602
  },
603
- "400ec3e21114b3851a82103998035bc04871f6c5f0": {
603
+ "402fa8226cfefabaf8e3c2d3036c03e1b2cecdb851": {
604
604
  "workers": {
605
605
  "app/(dashboard)/@drawer/adopt/page": {
606
606
  "moduleId": 81306,
@@ -693,7 +693,7 @@
693
693
  "filename": "src/presentation/web/app/actions/import-github-repository.ts"
694
694
  },
695
695
  "app/settings/page": {
696
- "moduleId": 87459,
696
+ "moduleId": 97423,
697
697
  "async": false,
698
698
  "exportedName": "importGitHubRepository",
699
699
  "filename": "src/presentation/web/app/actions/import-github-repository.ts"
@@ -720,7 +720,7 @@
720
720
  "filename": "src/presentation/web/app/actions/import-github-repository.ts",
721
721
  "exportedName": "importGitHubRepository"
722
722
  },
723
- "402b33e58ff2e022558b790a4223d79688cd288f45": {
723
+ "40de81d4e75c609c584705beffdbfa472618d4610d": {
724
724
  "workers": {
725
725
  "app/(dashboard)/@drawer/adopt/page": {
726
726
  "moduleId": 81306,
@@ -822,7 +822,7 @@
822
822
  "filename": "src/presentation/web/app/actions/deploy-feature.ts",
823
823
  "exportedName": "deployFeature"
824
824
  },
825
- "408668c7281b566e37a789741439050c31a82298a0": {
825
+ "404311550869965f6f8101bbddb20f9ac86c1c1628": {
826
826
  "workers": {
827
827
  "app/(dashboard)/@drawer/adopt/page": {
828
828
  "moduleId": 81306,
@@ -924,7 +924,7 @@
924
924
  "filename": "src/presentation/web/app/actions/deploy-repository.ts",
925
925
  "exportedName": "deployRepository"
926
926
  },
927
- "40d34237c0fbc2dd28b6e01b5a5b54b2090fc86396": {
927
+ "4036902605b35b2f7f162ba121df28e2f90686f536": {
928
928
  "workers": {
929
929
  "app/(dashboard)/@drawer/adopt/page": {
930
930
  "moduleId": 81306,
@@ -1026,7 +1026,7 @@
1026
1026
  "filename": "src/presentation/web/app/actions/stop-deployment.ts",
1027
1027
  "exportedName": "stopDeployment"
1028
1028
  },
1029
- "40f90a201088b03bc2f1d56f44d8f4e6a18675ec52": {
1029
+ "407932a304ae4c5fa2ecbdd0f2c158f5751219752a": {
1030
1030
  "workers": {
1031
1031
  "app/(dashboard)/@drawer/adopt/page": {
1032
1032
  "moduleId": 81306,
@@ -1128,7 +1128,7 @@
1128
1128
  "filename": "src/presentation/web/app/actions/get-deployment-status.ts",
1129
1129
  "exportedName": "getDeploymentStatus"
1130
1130
  },
1131
- "400ddb1857d7b830547917b796fac2ee51625f68a0": {
1131
+ "40f257251b50e54093c6edff3b90e45f0f54b6eb4c": {
1132
1132
  "workers": {
1133
1133
  "app/(dashboard)/@drawer/adopt/page": {
1134
1134
  "moduleId": 81306,
@@ -1218,7 +1218,7 @@
1218
1218
  "filename": "src/presentation/web/app/actions/open-ide.ts",
1219
1219
  "exportedName": "openIde"
1220
1220
  },
1221
- "407eae38576531839b5cd510abf21bcea13dbb1138": {
1221
+ "40b73a2eb79a2bb92e09b0c6068999fe305eb8c7a2": {
1222
1222
  "workers": {
1223
1223
  "app/(dashboard)/@drawer/adopt/page": {
1224
1224
  "moduleId": 81306,
@@ -1308,7 +1308,7 @@
1308
1308
  "filename": "src/presentation/web/app/actions/open-shell.ts",
1309
1309
  "exportedName": "openShell"
1310
1310
  },
1311
- "400e4e1be6c0f67a681be14be765969b4600a6369d": {
1311
+ "40e1ea2bb8a1137b66415b34e1ac995ae7bedacf16": {
1312
1312
  "workers": {
1313
1313
  "app/(dashboard)/@drawer/adopt/page": {
1314
1314
  "moduleId": 81306,
@@ -1398,7 +1398,7 @@
1398
1398
  "filename": "src/presentation/web/app/actions/open-folder.ts",
1399
1399
  "exportedName": "openFolder"
1400
1400
  },
1401
- "40a8c7eca5cab59dc2d6c474fd49c55474341032b6": {
1401
+ "4083e7a34d9040d7cbc09f3b9a729c9cab4abe6325": {
1402
1402
  "workers": {
1403
1403
  "app/(dashboard)/@drawer/adopt/page": {
1404
1404
  "moduleId": 81306,
@@ -1488,7 +1488,7 @@
1488
1488
  "filename": "src/presentation/web/app/actions/sync-repository.ts",
1489
1489
  "exportedName": "syncRepository"
1490
1490
  },
1491
- "406bb9ada5bd1ac212c143659e01d11c54f656eec8": {
1491
+ "406cc417039ac0a2cab11fb3ccf2cadbdc12a30f97": {
1492
1492
  "workers": {
1493
1493
  "app/(dashboard)/@drawer/adopt/page": {
1494
1494
  "moduleId": 81306,
@@ -1590,7 +1590,7 @@
1590
1590
  "filename": "src/presentation/web/app/actions/get-deployment-logs.ts",
1591
1591
  "exportedName": "getDeploymentLogs"
1592
1592
  },
1593
- "00b6932ba84b4196f4824e66d6a977f977a2ef687f": {
1593
+ "00f8489ed8f9bf15ba94a7a5851fa6b6a472d5d2ed": {
1594
1594
  "workers": {
1595
1595
  "app/(dashboard)/@drawer/adopt/page": {
1596
1596
  "moduleId": 81306,
@@ -1680,7 +1680,7 @@
1680
1680
  "filename": "src/presentation/web/app/actions/agent-setup-flag.ts",
1681
1681
  "exportedName": "isAgentSetupComplete"
1682
1682
  },
1683
- "00dc86e13f8ef30c939a326dcfaf4dbb56c7c10f0b": {
1683
+ "001039707c39c0fde8f7c3760094c9da54665b1957": {
1684
1684
  "workers": {
1685
1685
  "app/(dashboard)/@drawer/adopt/page": {
1686
1686
  "moduleId": 81306,
@@ -1770,7 +1770,7 @@
1770
1770
  "filename": "src/presentation/web/app/actions/check-agent-auth.ts",
1771
1771
  "exportedName": "checkAgentAuth"
1772
1772
  },
1773
- "00dff6d7556dd4698cbebe4bca115ff7ca44414e1c": {
1773
+ "002c3930afb6691fffbdffffb66ddbfa452e4ca629": {
1774
1774
  "workers": {
1775
1775
  "app/(dashboard)/@drawer/adopt/page": {
1776
1776
  "moduleId": 81306,
@@ -1860,7 +1860,7 @@
1860
1860
  "filename": "src/presentation/web/app/actions/check-tool-status.ts",
1861
1861
  "exportedName": "checkToolStatus"
1862
1862
  },
1863
- "40deab607a3a269ab2411a9c7e5de29ceb0bf27d6f": {
1863
+ "405fd65dbe4f52bab69ce16afbdf945856ecfe6541": {
1864
1864
  "workers": {
1865
1865
  "app/(dashboard)/@drawer/adopt/page": {
1866
1866
  "moduleId": 81306,
@@ -1950,7 +1950,7 @@
1950
1950
  "filename": "src/presentation/web/app/actions/get-feature-metadata.ts",
1951
1951
  "exportedName": "getFeatureMetadata"
1952
1952
  },
1953
- "40ecefac6071502e0d68ff54193a0a1bcc49436c7f": {
1953
+ "4007498211490e55c27052ac4f98812cf71c8c6b8f": {
1954
1954
  "workers": {
1955
1955
  "app/(dashboard)/@drawer/adopt/page": {
1956
1956
  "moduleId": 81306,
@@ -2040,7 +2040,7 @@
2040
2040
  "filename": "src/presentation/web/app/actions/archive-feature.ts",
2041
2041
  "exportedName": "archiveFeature"
2042
2042
  },
2043
- "78060b8adec8232347a6dbbd15f6411bd522ef575a": {
2043
+ "78cb3de3851036831516dc0879a0d5446057984fc3": {
2044
2044
  "workers": {
2045
2045
  "app/(dashboard)/@drawer/adopt/page": {
2046
2046
  "moduleId": 81306,
@@ -2130,7 +2130,7 @@
2130
2130
  "filename": "src/presentation/web/app/actions/delete-feature.ts",
2131
2131
  "exportedName": "deleteFeature"
2132
2132
  },
2133
- "403bed81c5ef5d1ee88f26eb27b2a217ddfcac5a6e": {
2133
+ "4025d441a53b05233a21df297ac248141ba734cee9": {
2134
2134
  "workers": {
2135
2135
  "app/(dashboard)/@drawer/adopt/page": {
2136
2136
  "moduleId": 81306,
@@ -2220,7 +2220,7 @@
2220
2220
  "filename": "src/presentation/web/app/actions/resume-feature.ts",
2221
2221
  "exportedName": "resumeFeature"
2222
2222
  },
2223
- "40e3890e84a92127e4c61ab92ec4571292f8f6cc22": {
2223
+ "40b63e65384aa5c899757699cd7ad1f91529529356": {
2224
2224
  "workers": {
2225
2225
  "app/(dashboard)/@drawer/adopt/page": {
2226
2226
  "moduleId": 81306,
@@ -2310,7 +2310,7 @@
2310
2310
  "filename": "src/presentation/web/app/actions/start-feature.ts",
2311
2311
  "exportedName": "startFeature"
2312
2312
  },
2313
- "40dfe3fee37b74dc4e7c70e53bc3ea715961d577f6": {
2313
+ "40be2c6b4e3531107e2e5941338e368ab02d6ea684": {
2314
2314
  "workers": {
2315
2315
  "app/(dashboard)/@drawer/adopt/page": {
2316
2316
  "moduleId": 81306,
@@ -2400,7 +2400,7 @@
2400
2400
  "filename": "src/presentation/web/app/actions/stop-feature.ts",
2401
2401
  "exportedName": "stopFeature"
2402
2402
  },
2403
- "40b0ed066103ae6183e46ab1c2e39711868f1cb69d": {
2403
+ "4026599c44979aaa7ca07d6a39301b8ba86f6612f6": {
2404
2404
  "workers": {
2405
2405
  "app/(dashboard)/@drawer/adopt/page": {
2406
2406
  "moduleId": 81306,
@@ -2490,7 +2490,7 @@
2490
2490
  "filename": "src/presentation/web/app/actions/unarchive-feature.ts",
2491
2491
  "exportedName": "unarchiveFeature"
2492
2492
  },
2493
- "403bde15afb1bde25e406a63031eb0bd4a9d3294ef": {
2493
+ "4098fdf6140f6559e83c8f06024f98d69ee582b15f": {
2494
2494
  "workers": {
2495
2495
  "app/(dashboard)/@drawer/adopt/page": {
2496
2496
  "moduleId": 81306,
@@ -2580,7 +2580,7 @@
2580
2580
  "filename": "src/presentation/web/app/actions/add-repository.ts",
2581
2581
  "exportedName": "addRepository"
2582
2582
  },
2583
- "40663c86ed7be9144574cccd97fff0045da3bf37c4": {
2583
+ "40230624b3944989c0c527b652da15c346bb791a79": {
2584
2584
  "workers": {
2585
2585
  "app/(dashboard)/@drawer/adopt/page": {
2586
2586
  "moduleId": 81306,
@@ -2670,7 +2670,7 @@
2670
2670
  "filename": "src/presentation/web/app/actions/delete-repository.ts",
2671
2671
  "exportedName": "deleteRepository"
2672
2672
  },
2673
- "40a596b1b705984b69747ecee64ade0a47760c4cbf": {
2673
+ "40242f359a4e699f06e876db96753ce6242ab84095": {
2674
2674
  "workers": {
2675
2675
  "app/(dashboard)/@drawer/adopt/page": {
2676
2676
  "moduleId": 81306,
@@ -2682,7 +2682,7 @@
2682
2682
  "filename": "src/presentation/web/app/actions/adopt-branch.ts",
2683
2683
  "exportedName": "adoptBranch"
2684
2684
  },
2685
- "401f6e88fcc69b4fc58ef6c76d8196d95b86918375": {
2685
+ "40cbdffdc750706e5b9214ce89c485e1a07d4bca38": {
2686
2686
  "workers": {
2687
2687
  "app/(dashboard)/@drawer/adopt/page": {
2688
2688
  "moduleId": 81306,
@@ -2694,7 +2694,7 @@
2694
2694
  "filename": "src/presentation/web/app/actions/list-branches.ts",
2695
2695
  "exportedName": "listBranches"
2696
2696
  },
2697
- "00c703a69204f3b214518459aecbcc6838fe519363": {
2697
+ "00234934923ced71f57dec77877acec4523acdb3ca": {
2698
2698
  "workers": {
2699
2699
  "app/(dashboard)/@drawer/create/page": {
2700
2700
  "moduleId": 71100,
@@ -2712,7 +2712,7 @@
2712
2712
  "filename": "src/presentation/web/app/actions/get-workflow-defaults.ts",
2713
2713
  "exportedName": "getWorkflowDefaults"
2714
2714
  },
2715
- "405bc4e6f76a0fa7a8cde8b562e7cb7f7bed12056f": {
2715
+ "40bc5ddbe3bf469ec82a08a047682bddbb717949b8": {
2716
2716
  "workers": {
2717
2717
  "app/(dashboard)/@drawer/create/page": {
2718
2718
  "moduleId": 71100,
@@ -2730,7 +2730,7 @@
2730
2730
  "filename": "src/presentation/web/app/actions/get-viewer-permission.ts",
2731
2731
  "exportedName": "getViewerPermission"
2732
2732
  },
2733
- "401a43936238402a9743de3703dd37fa98a42f5706": {
2733
+ "4064f7173dde808ac77dd80bd6d05b1efa207855d1": {
2734
2734
  "workers": {
2735
2735
  "app/(dashboard)/@drawer/create/page": {
2736
2736
  "moduleId": 71100,
@@ -2748,7 +2748,7 @@
2748
2748
  "filename": "src/presentation/web/app/actions/create-feature.ts",
2749
2749
  "exportedName": "createFeature"
2750
2750
  },
2751
- "600cf498bff15ee8c7cf864c8a37e35a8ecd712720": {
2751
+ "60871e64445000954c63cb8df03e467d447a42eae6": {
2752
2752
  "workers": {
2753
2753
  "app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
2754
2754
  "moduleId": 23461,
@@ -2778,7 +2778,7 @@
2778
2778
  "filename": "src/presentation/web/app/actions/approve-feature.ts",
2779
2779
  "exportedName": "approveFeature"
2780
2780
  },
2781
- "707b2be2f4cd9b39711041560108cc75417421dbbe": {
2781
+ "70c31ce49fccc00cd4e423c75ad88d7dfb2d6f7aef": {
2782
2782
  "workers": {
2783
2783
  "app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
2784
2784
  "moduleId": 23461,
@@ -2808,7 +2808,7 @@
2808
2808
  "filename": "src/presentation/web/app/actions/reject-feature.ts",
2809
2809
  "exportedName": "rejectFeature"
2810
2810
  },
2811
- "40e89fd8b6373e2e4f1c7614566bd9be5bd495dd71": {
2811
+ "406000e038ab0c3a082cdfbd464dc5316e26559764": {
2812
2812
  "workers": {
2813
2813
  "app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
2814
2814
  "moduleId": 23461,
@@ -2838,7 +2838,7 @@
2838
2838
  "filename": "src/presentation/web/app/actions/get-feature-artifact.ts",
2839
2839
  "exportedName": "getFeatureArtifact"
2840
2840
  },
2841
- "4044cce9d5e50bdb5336996601c24db7440d197858": {
2841
+ "4005602dc21ca0c0718b37702d111da8031be6ab52": {
2842
2842
  "workers": {
2843
2843
  "app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
2844
2844
  "moduleId": 23461,
@@ -2868,7 +2868,7 @@
2868
2868
  "filename": "src/presentation/web/app/actions/get-research-artifact.ts",
2869
2869
  "exportedName": "getResearchArtifact"
2870
2870
  },
2871
- "40dd3d1c986802e98f3849f72d7ced828d75d2af02": {
2871
+ "40a8285aa8490bc65560b16d9b247eb5989e98f60f": {
2872
2872
  "workers": {
2873
2873
  "app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
2874
2874
  "moduleId": 23461,
@@ -2898,7 +2898,7 @@
2898
2898
  "filename": "src/presentation/web/app/actions/get-merge-review-data.ts",
2899
2899
  "exportedName": "getMergeReviewData"
2900
2900
  },
2901
- "40caf17d536bb624918633a355f4ed9772bdfa5ecd": {
2901
+ "40cf795ab2a3c7fdd18fcfd7c5ae0b3bc2f1c58144": {
2902
2902
  "workers": {
2903
2903
  "app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
2904
2904
  "moduleId": 23461,
@@ -2928,7 +2928,7 @@
2928
2928
  "filename": "src/presentation/web/app/actions/get-feature-phase-timings.ts",
2929
2929
  "exportedName": "getFeaturePhaseTimings"
2930
2930
  },
2931
- "409549bf050286d35847ff066797e5ec5a8533dd9b": {
2931
+ "40d008b8fc1975bef67f4bfac410ce8988b9b7184b": {
2932
2932
  "workers": {
2933
2933
  "app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
2934
2934
  "moduleId": 23461,
@@ -2958,7 +2958,7 @@
2958
2958
  "filename": "src/presentation/web/app/actions/get-feature-plan.ts",
2959
2959
  "exportedName": "getFeaturePlan"
2960
2960
  },
2961
- "4093466c1c1b94e5d345d7b7f75ca44a7a46e19e7d": {
2961
+ "40e742267793d1214bf17996f58caa0aadfafea058": {
2962
2962
  "workers": {
2963
2963
  "app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
2964
2964
  "moduleId": 23461,
@@ -2988,7 +2988,7 @@
2988
2988
  "filename": "src/presentation/web/app/actions/rebase-feature.ts",
2989
2989
  "exportedName": "rebaseFeature"
2990
2990
  },
2991
- "40d7fb09cfc82fd1e3522aa5ceb2d470e61bee479b": {
2991
+ "403fd474f75e5e7a200a75b312591e0f096f24ecd2": {
2992
2992
  "workers": {
2993
2993
  "app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
2994
2994
  "moduleId": 23461,
@@ -3018,7 +3018,7 @@
3018
3018
  "filename": "src/presentation/web/app/actions/get-feature-drawer-data.ts",
3019
3019
  "exportedName": "getFeatureDrawerData"
3020
3020
  },
3021
- "403648cdf0fbe9b96fad015797fd541c2d87a7658c": {
3021
+ "409c8780402ccc5c3abb7d79c06b379690f45d3ff1": {
3022
3022
  "workers": {
3023
3023
  "app/(dashboard)/@drawer/feature/[featureId]/[tab]/page": {
3024
3024
  "moduleId": 23461,
@@ -3048,7 +3048,7 @@
3048
3048
  "filename": "src/presentation/web/app/actions/get-branch-sync-status.ts",
3049
3049
  "exportedName": "getBranchSyncStatus"
3050
3050
  },
3051
- "609515e135687a4bcf8c4f1c18f953bf7855a3b412": {
3051
+ "60e4ef0cf4c2b85ffdca8c3518fe1d89a2da74b1cd": {
3052
3052
  "workers": {
3053
3053
  "app/(dashboard)/@drawer/repository/[repositoryId]/[tab]/page": {
3054
3054
  "moduleId": 59044,
@@ -3078,10 +3078,10 @@
3078
3078
  "filename": "src/presentation/web/app/actions/get-git-log.ts",
3079
3079
  "exportedName": "getGitRepoInfo"
3080
3080
  },
3081
- "007bf86a6a1cc0b299fdff77a4c7a92a1c3af49e89": {
3081
+ "00fa1887d5d9e31234c97ee6ab8660d203a3dd889e": {
3082
3082
  "workers": {
3083
3083
  "app/settings/page": {
3084
- "moduleId": 87459,
3084
+ "moduleId": 97423,
3085
3085
  "async": false,
3086
3086
  "exportedName": "loadSettings",
3087
3087
  "filename": "src/presentation/web/app/actions/load-settings.ts"
@@ -3090,10 +3090,10 @@
3090
3090
  "filename": "src/presentation/web/app/actions/load-settings.ts",
3091
3091
  "exportedName": "loadSettings"
3092
3092
  },
3093
- "006db523efcf5714d244c67acf8c954fe2a7fc54dc": {
3093
+ "001a3e57d84e2bb52f8109ea136da4cb8873df4d46": {
3094
3094
  "workers": {
3095
3095
  "app/settings/page": {
3096
- "moduleId": 87459,
3096
+ "moduleId": 97423,
3097
3097
  "async": false,
3098
3098
  "exportedName": "getAvailableTerminals",
3099
3099
  "filename": "src/presentation/web/app/actions/get-available-terminals.ts"
@@ -3102,34 +3102,10 @@
3102
3102
  "filename": "src/presentation/web/app/actions/get-available-terminals.ts",
3103
3103
  "exportedName": "getAvailableTerminals"
3104
3104
  },
3105
- "0042609e9682165aa58f3d429d32737354c75aa89c": {
3105
+ "40ccf3af4e865975d49ed426281269bd6397448d86": {
3106
3106
  "workers": {
3107
3107
  "app/settings/page": {
3108
- "moduleId": 87459,
3109
- "async": false,
3110
- "exportedName": "getAvailableEditors",
3111
- "filename": "src/presentation/web/app/actions/get-available-editors.ts"
3112
- }
3113
- },
3114
- "filename": "src/presentation/web/app/actions/get-available-editors.ts",
3115
- "exportedName": "getAvailableEditors"
3116
- },
3117
- "00d8e0b08795f10c84f9e0245d713c042b864c4f39": {
3118
- "workers": {
3119
- "app/settings/page": {
3120
- "moduleId": 87459,
3121
- "async": false,
3122
- "exportedName": "getAvailableShells",
3123
- "filename": "src/presentation/web/app/actions/get-available-shells.ts"
3124
- }
3125
- },
3126
- "filename": "src/presentation/web/app/actions/get-available-shells.ts",
3127
- "exportedName": "getAvailableShells"
3128
- },
3129
- "40dbb2cf38b2173cf48ecf5db0651d3803152fb3d4": {
3130
- "workers": {
3131
- "app/settings/page": {
3132
- "moduleId": 87459,
3108
+ "moduleId": 97423,
3133
3109
  "async": false,
3134
3110
  "exportedName": "updateSettingsAction",
3135
3111
  "filename": "src/presentation/web/app/actions/update-settings.ts"
@@ -3140,5 +3116,5 @@
3140
3116
  }
3141
3117
  },
3142
3118
  "edge": {},
3143
- "encryptionKey": "PkfuGiR/J/oCyNBWMzHa1Mg1v0MbQrJBWsBb4r6N/bk="
3119
+ "encryptionKey": "BoQUcQKtFajuY3GM9rmAoGz9x8+Rl5+xrDfZ9W470kM="
3144
3120
  }
@@ -1,6 +1,6 @@
1
1
  self.__MIDDLEWARE_MATCHERS = [
2
2
  {
3
- "regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?\\/api(?:\\/((?:[^\\/#\\?]+?)(?:\\/(?:[^\\/#\\?]+?))*))?(\\.json)?[\\/#\\?]?$",
3
+ "regexp": "^(?:\\/(_next\\/data\\/[^/]{1,}))?\\/api(?:\\/((?:[^\\/#\\?]+?)(?:\\/(?:[^\\/#\\?]+?))*))?(\\\\.json)?[\\/#\\?]?$",
4
4
  "originalSource": "/api/:path*"
5
5
  }
6
6
  ];self.__MIDDLEWARE_MATCHERS_CB && self.__MIDDLEWARE_MATCHERS_CB()