commandmate 0.29.0 → 0.29.2

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 (907) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +444 -400
  3. package/.next/app-path-routes-manifest.json +31 -25
  4. package/.next/build-manifest.json +5 -5
  5. package/.next/prerender-manifest.json +3 -3
  6. package/.next/react-loadable-manifest.json +3 -3
  7. package/.next/required-server-files.json +1 -1
  8. package/.next/routes-manifest.json +17 -0
  9. package/.next/server/app/_not-found/page.js.nft.json +1 -1
  10. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  11. package/.next/server/app/api/agents/update/route.js +2 -0
  12. package/.next/server/app/api/agents/update/route.js.nft.json +1 -0
  13. package/.next/server/app/api/agents/update/route_client-reference-manifest.js +1 -0
  14. package/.next/server/app/api/agents/versions/route.js +1 -0
  15. package/.next/server/app/api/agents/versions/route.js.nft.json +1 -0
  16. package/.next/server/app/api/agents/versions/route_client-reference-manifest.js +1 -0
  17. package/.next/server/app/api/app/update/route_client-reference-manifest.js +1 -1
  18. package/.next/server/app/api/app/update-check/route.js +1 -1
  19. package/.next/server/app/api/app/update-check/route_client-reference-manifest.js +1 -1
  20. package/.next/server/app/api/assistant/conversation/route.js +1 -1
  21. package/.next/server/app/api/assistant/conversation/route.js.nft.json +1 -1
  22. package/.next/server/app/api/assistant/conversation/route_client-reference-manifest.js +1 -1
  23. package/.next/server/app/api/assistant/current-output/route.js +1 -1
  24. package/.next/server/app/api/assistant/current-output/route.js.nft.json +1 -1
  25. package/.next/server/app/api/assistant/current-output/route_client-reference-manifest.js +1 -1
  26. package/.next/server/app/api/assistant/messages/route.js +1 -1
  27. package/.next/server/app/api/assistant/messages/route.js.nft.json +1 -1
  28. package/.next/server/app/api/assistant/messages/route_client-reference-manifest.js +1 -1
  29. package/.next/server/app/api/assistant/session/route.js +1 -1
  30. package/.next/server/app/api/assistant/session/route.js.nft.json +1 -1
  31. package/.next/server/app/api/assistant/session/route_client-reference-manifest.js +1 -1
  32. package/.next/server/app/api/assistant/start/route.js +2 -2
  33. package/.next/server/app/api/assistant/start/route.js.nft.json +1 -1
  34. package/.next/server/app/api/assistant/start/route_client-reference-manifest.js +1 -1
  35. package/.next/server/app/api/assistant/terminal/route.js +1 -1
  36. package/.next/server/app/api/assistant/terminal/route.js.nft.json +1 -1
  37. package/.next/server/app/api/assistant/terminal/route_client-reference-manifest.js +1 -1
  38. package/.next/server/app/api/assistant/tools/route.js +1 -1
  39. package/.next/server/app/api/assistant/tools/route.js.nft.json +1 -1
  40. package/.next/server/app/api/assistant/tools/route_client-reference-manifest.js +1 -1
  41. package/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
  42. package/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
  43. package/.next/server/app/api/auth/status/route_client-reference-manifest.js +1 -1
  44. package/.next/server/app/api/capabilities/route.js +1 -1
  45. package/.next/server/app/api/capabilities/route_client-reference-manifest.js +1 -1
  46. package/.next/server/app/api/daily-summary/route.js +1 -1
  47. package/.next/server/app/api/daily-summary/route.js.nft.json +1 -1
  48. package/.next/server/app/api/daily-summary/route_client-reference-manifest.js +1 -1
  49. package/.next/server/app/api/daily-summary/status/route.js +1 -1
  50. package/.next/server/app/api/daily-summary/status/route.js.nft.json +1 -1
  51. package/.next/server/app/api/daily-summary/status/route_client-reference-manifest.js +1 -1
  52. package/.next/server/app/api/external-apps/[id]/health/route.js +1 -1
  53. package/.next/server/app/api/external-apps/[id]/health/route.js.nft.json +1 -1
  54. package/.next/server/app/api/external-apps/[id]/health/route_client-reference-manifest.js +1 -1
  55. package/.next/server/app/api/external-apps/[id]/route.js +1 -1
  56. package/.next/server/app/api/external-apps/[id]/route.js.nft.json +1 -1
  57. package/.next/server/app/api/external-apps/[id]/route_client-reference-manifest.js +1 -1
  58. package/.next/server/app/api/external-apps/route.js +1 -1
  59. package/.next/server/app/api/external-apps/route.js.nft.json +1 -1
  60. package/.next/server/app/api/external-apps/route_client-reference-manifest.js +1 -1
  61. package/.next/server/app/api/fs/browse/route.js +1 -7
  62. package/.next/server/app/api/fs/browse/route.js.nft.json +1 -1
  63. package/.next/server/app/api/fs/browse/route_client-reference-manifest.js +1 -1
  64. package/.next/server/app/api/fs/recent-paths/route.js +1 -7
  65. package/.next/server/app/api/fs/recent-paths/route.js.nft.json +1 -1
  66. package/.next/server/app/api/fs/recent-paths/route_client-reference-manifest.js +1 -1
  67. package/.next/server/app/api/hooks/agent-event/route.js +1 -1
  68. package/.next/server/app/api/hooks/agent-event/route.js.nft.json +1 -1
  69. package/.next/server/app/api/hooks/agent-event/route_client-reference-manifest.js +1 -1
  70. package/.next/server/app/api/hooks/claude-done/route.js +2 -2
  71. package/.next/server/app/api/hooks/claude-done/route.js.nft.json +1 -1
  72. package/.next/server/app/api/hooks/claude-done/route_client-reference-manifest.js +1 -1
  73. package/.next/server/app/api/hooks/permission-request/route.js +1 -1
  74. package/.next/server/app/api/hooks/permission-request/route.js.nft.json +1 -1
  75. package/.next/server/app/api/hooks/permission-request/route_client-reference-manifest.js +1 -1
  76. package/.next/server/app/api/metrics/vibe/route.js +2 -2
  77. package/.next/server/app/api/metrics/vibe/route.js.nft.json +1 -1
  78. package/.next/server/app/api/metrics/vibe/route_client-reference-manifest.js +1 -1
  79. package/.next/server/app/api/ollama/models/route_client-reference-manifest.js +1 -1
  80. package/.next/server/app/api/push/escalation/route.js +7 -1
  81. package/.next/server/app/api/push/escalation/route.js.nft.json +1 -1
  82. package/.next/server/app/api/push/escalation/route_client-reference-manifest.js +1 -1
  83. package/.next/server/app/api/push/subscriptions/route.js +1 -1
  84. package/.next/server/app/api/push/subscriptions/route.js.nft.json +1 -1
  85. package/.next/server/app/api/push/subscriptions/route_client-reference-manifest.js +1 -1
  86. package/.next/server/app/api/push/vapid/route.js +7 -1
  87. package/.next/server/app/api/push/vapid/route.js.nft.json +1 -1
  88. package/.next/server/app/api/push/vapid/route_client-reference-manifest.js +1 -1
  89. package/.next/server/app/api/remote/pair/route_client-reference-manifest.js +1 -1
  90. package/.next/server/app/api/repositories/[id]/route.js +1 -1
  91. package/.next/server/app/api/repositories/[id]/route.js.nft.json +1 -1
  92. package/.next/server/app/api/repositories/[id]/route_client-reference-manifest.js +1 -1
  93. package/.next/server/app/api/repositories/[id]/todos/[todoId]/route.js +1 -1
  94. package/.next/server/app/api/repositories/[id]/todos/[todoId]/route.js.nft.json +1 -1
  95. package/.next/server/app/api/repositories/[id]/todos/[todoId]/route_client-reference-manifest.js +1 -1
  96. package/.next/server/app/api/repositories/[id]/todos/route.js +1 -1
  97. package/.next/server/app/api/repositories/[id]/todos/route.js.nft.json +1 -1
  98. package/.next/server/app/api/repositories/[id]/todos/route_client-reference-manifest.js +1 -1
  99. package/.next/server/app/api/repositories/clone/[jobId]/route.js +1 -1
  100. package/.next/server/app/api/repositories/clone/[jobId]/route.js.nft.json +1 -1
  101. package/.next/server/app/api/repositories/clone/[jobId]/route_client-reference-manifest.js +1 -1
  102. package/.next/server/app/api/repositories/clone/route.js +1 -1
  103. package/.next/server/app/api/repositories/clone/route.js.nft.json +1 -1
  104. package/.next/server/app/api/repositories/clone/route_client-reference-manifest.js +1 -1
  105. package/.next/server/app/api/repositories/excluded/route.js +1 -1
  106. package/.next/server/app/api/repositories/excluded/route.js.nft.json +1 -1
  107. package/.next/server/app/api/repositories/excluded/route_client-reference-manifest.js +1 -1
  108. package/.next/server/app/api/repositories/restore/route.js +1 -1
  109. package/.next/server/app/api/repositories/restore/route.js.nft.json +1 -1
  110. package/.next/server/app/api/repositories/restore/route_client-reference-manifest.js +1 -1
  111. package/.next/server/app/api/repositories/route.js +1 -1
  112. package/.next/server/app/api/repositories/route.js.nft.json +1 -1
  113. package/.next/server/app/api/repositories/route_client-reference-manifest.js +1 -1
  114. package/.next/server/app/api/repositories/scan/route.js +1 -1
  115. package/.next/server/app/api/repositories/scan/route.js.nft.json +1 -1
  116. package/.next/server/app/api/repositories/scan/route_client-reference-manifest.js +1 -1
  117. package/.next/server/app/api/repositories/sync/route.js +1 -1
  118. package/.next/server/app/api/repositories/sync/route.js.nft.json +1 -1
  119. package/.next/server/app/api/repositories/sync/route_client-reference-manifest.js +1 -1
  120. package/.next/server/app/api/repositories/validate-path/route.js +1 -1
  121. package/.next/server/app/api/repositories/validate-path/route.js.nft.json +1 -1
  122. package/.next/server/app/api/repositories/validate-path/route_client-reference-manifest.js +1 -1
  123. package/.next/server/app/api/settings/default-agents/route.js +1 -0
  124. package/.next/server/app/api/settings/default-agents/route.js.nft.json +1 -0
  125. package/.next/server/app/api/settings/default-agents/route_client-reference-manifest.js +1 -0
  126. package/.next/server/app/api/sidebar/group-order/route.js +1 -7
  127. package/.next/server/app/api/sidebar/group-order/route.js.nft.json +1 -1
  128. package/.next/server/app/api/sidebar/group-order/route_client-reference-manifest.js +1 -1
  129. package/.next/server/app/api/skills/[id]/route.js +1 -1
  130. package/.next/server/app/api/skills/[id]/route.js.nft.json +1 -1
  131. package/.next/server/app/api/skills/[id]/route_client-reference-manifest.js +1 -1
  132. package/.next/server/app/api/skills/installations/route.js +2 -2
  133. package/.next/server/app/api/skills/installations/route.js.nft.json +1 -1
  134. package/.next/server/app/api/skills/installations/route_client-reference-manifest.js +1 -1
  135. package/.next/server/app/api/skills/operations/route.js +2 -2
  136. package/.next/server/app/api/skills/operations/route.js.nft.json +1 -1
  137. package/.next/server/app/api/skills/operations/route_client-reference-manifest.js +1 -1
  138. package/.next/server/app/api/skills/reindex/route.js +1 -1
  139. package/.next/server/app/api/skills/reindex/route.js.nft.json +1 -1
  140. package/.next/server/app/api/skills/reindex/route_client-reference-manifest.js +1 -1
  141. package/.next/server/app/api/skills/route.js +1 -1
  142. package/.next/server/app/api/skills/route.js.nft.json +1 -1
  143. package/.next/server/app/api/skills/route_client-reference-manifest.js +1 -1
  144. package/.next/server/app/api/slash-commands/route.js +1 -1
  145. package/.next/server/app/api/slash-commands/route.js.nft.json +1 -1
  146. package/.next/server/app/api/slash-commands/route_client-reference-manifest.js +1 -1
  147. package/.next/server/app/api/tasks/[taskId]/cancel/route.js +1 -1
  148. package/.next/server/app/api/tasks/[taskId]/cancel/route.js.nft.json +1 -1
  149. package/.next/server/app/api/tasks/[taskId]/cancel/route_client-reference-manifest.js +1 -1
  150. package/.next/server/app/api/tasks/[taskId]/route.js +1 -1
  151. package/.next/server/app/api/tasks/[taskId]/route.js.nft.json +1 -1
  152. package/.next/server/app/api/tasks/[taskId]/route_client-reference-manifest.js +1 -1
  153. package/.next/server/app/api/templates/[id]/route.js +2 -2
  154. package/.next/server/app/api/templates/[id]/route.js.nft.json +1 -1
  155. package/.next/server/app/api/templates/[id]/route_client-reference-manifest.js +1 -1
  156. package/.next/server/app/api/templates/route.js +2 -2
  157. package/.next/server/app/api/templates/route.js.nft.json +1 -1
  158. package/.next/server/app/api/templates/route_client-reference-manifest.js +1 -1
  159. package/.next/server/app/api/todos/route.js +1 -1
  160. package/.next/server/app/api/todos/route.js.nft.json +1 -1
  161. package/.next/server/app/api/todos/route_client-reference-manifest.js +1 -1
  162. package/.next/server/app/api/verification/runs/[runId]/route.js +1 -1
  163. package/.next/server/app/api/verification/runs/[runId]/route.js.nft.json +1 -1
  164. package/.next/server/app/api/verification/runs/[runId]/route_client-reference-manifest.js +1 -1
  165. package/.next/server/app/api/verification/runs/route.js +1 -1
  166. package/.next/server/app/api/verification/runs/route.js.nft.json +1 -1
  167. package/.next/server/app/api/verification/runs/route_client-reference-manifest.js +1 -1
  168. package/.next/server/app/api/worktrees/[id]/auto-yes/route.js +1 -1
  169. package/.next/server/app/api/worktrees/[id]/auto-yes/route.js.nft.json +1 -1
  170. package/.next/server/app/api/worktrees/[id]/auto-yes/route_client-reference-manifest.js +1 -1
  171. package/.next/server/app/api/worktrees/[id]/capture/route.js +1 -1
  172. package/.next/server/app/api/worktrees/[id]/capture/route.js.nft.json +1 -1
  173. package/.next/server/app/api/worktrees/[id]/capture/route_client-reference-manifest.js +1 -1
  174. package/.next/server/app/api/worktrees/[id]/clear-composer/route.js +1 -1
  175. package/.next/server/app/api/worktrees/[id]/clear-composer/route.js.nft.json +1 -1
  176. package/.next/server/app/api/worktrees/[id]/clear-composer/route_client-reference-manifest.js +1 -1
  177. package/.next/server/app/api/worktrees/[id]/cli-tool/route.js +1 -1
  178. package/.next/server/app/api/worktrees/[id]/cli-tool/route.js.nft.json +1 -1
  179. package/.next/server/app/api/worktrees/[id]/cli-tool/route_client-reference-manifest.js +1 -1
  180. package/.next/server/app/api/worktrees/[id]/cmate/schedules/route.js +2 -2
  181. package/.next/server/app/api/worktrees/[id]/cmate/schedules/route.js.nft.json +1 -1
  182. package/.next/server/app/api/worktrees/[id]/cmate/schedules/route_client-reference-manifest.js +1 -1
  183. package/.next/server/app/api/worktrees/[id]/current-output/route.js +1 -2
  184. package/.next/server/app/api/worktrees/[id]/current-output/route.js.nft.json +1 -1
  185. package/.next/server/app/api/worktrees/[id]/current-output/route_client-reference-manifest.js +1 -1
  186. package/.next/server/app/api/worktrees/[id]/env/route.js +1 -1
  187. package/.next/server/app/api/worktrees/[id]/env/route.js.nft.json +1 -1
  188. package/.next/server/app/api/worktrees/[id]/env/route_client-reference-manifest.js +1 -1
  189. package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route.js +1 -1
  190. package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route.js.nft.json +1 -1
  191. package/.next/server/app/api/worktrees/[id]/execution-logs/[logId]/route_client-reference-manifest.js +1 -1
  192. package/.next/server/app/api/worktrees/[id]/execution-logs/route.js +2 -2
  193. package/.next/server/app/api/worktrees/[id]/execution-logs/route.js.nft.json +1 -1
  194. package/.next/server/app/api/worktrees/[id]/execution-logs/route_client-reference-manifest.js +1 -1
  195. package/.next/server/app/api/worktrees/[id]/files/[...path]/route.js +1 -1
  196. package/.next/server/app/api/worktrees/[id]/files/[...path]/route.js.nft.json +1 -1
  197. package/.next/server/app/api/worktrees/[id]/files/[...path]/route_client-reference-manifest.js +1 -1
  198. package/.next/server/app/api/worktrees/[id]/git/branch/create/route.js +1 -1
  199. package/.next/server/app/api/worktrees/[id]/git/branch/create/route.js.nft.json +1 -1
  200. package/.next/server/app/api/worktrees/[id]/git/branch/create/route_client-reference-manifest.js +1 -1
  201. package/.next/server/app/api/worktrees/[id]/git/branch/delete/route.js +1 -1
  202. package/.next/server/app/api/worktrees/[id]/git/branch/delete/route.js.nft.json +1 -1
  203. package/.next/server/app/api/worktrees/[id]/git/branch/delete/route_client-reference-manifest.js +1 -1
  204. package/.next/server/app/api/worktrees/[id]/git/branches/route.js +1 -1
  205. package/.next/server/app/api/worktrees/[id]/git/branches/route.js.nft.json +1 -1
  206. package/.next/server/app/api/worktrees/[id]/git/branches/route_client-reference-manifest.js +1 -1
  207. package/.next/server/app/api/worktrees/[id]/git/checkout/route.js +1 -1
  208. package/.next/server/app/api/worktrees/[id]/git/checkout/route.js.nft.json +1 -1
  209. package/.next/server/app/api/worktrees/[id]/git/checkout/route_client-reference-manifest.js +1 -1
  210. package/.next/server/app/api/worktrees/[id]/git/commit/route.js +1 -1
  211. package/.next/server/app/api/worktrees/[id]/git/commit/route.js.nft.json +1 -1
  212. package/.next/server/app/api/worktrees/[id]/git/commit/route_client-reference-manifest.js +1 -1
  213. package/.next/server/app/api/worktrees/[id]/git/diff/route.js +1 -1
  214. package/.next/server/app/api/worktrees/[id]/git/diff/route.js.nft.json +1 -1
  215. package/.next/server/app/api/worktrees/[id]/git/diff/route_client-reference-manifest.js +1 -1
  216. package/.next/server/app/api/worktrees/[id]/git/fetch/route.js +1 -1
  217. package/.next/server/app/api/worktrees/[id]/git/fetch/route.js.nft.json +1 -1
  218. package/.next/server/app/api/worktrees/[id]/git/fetch/route_client-reference-manifest.js +1 -1
  219. package/.next/server/app/api/worktrees/[id]/git/log/route.js +1 -1
  220. package/.next/server/app/api/worktrees/[id]/git/log/route.js.nft.json +1 -1
  221. package/.next/server/app/api/worktrees/[id]/git/log/route_client-reference-manifest.js +1 -1
  222. package/.next/server/app/api/worktrees/[id]/git/pull/route.js +1 -1
  223. package/.next/server/app/api/worktrees/[id]/git/pull/route.js.nft.json +1 -1
  224. package/.next/server/app/api/worktrees/[id]/git/pull/route_client-reference-manifest.js +1 -1
  225. package/.next/server/app/api/worktrees/[id]/git/push/route.js +1 -1
  226. package/.next/server/app/api/worktrees/[id]/git/push/route.js.nft.json +1 -1
  227. package/.next/server/app/api/worktrees/[id]/git/push/route_client-reference-manifest.js +1 -1
  228. package/.next/server/app/api/worktrees/[id]/git/reset/route.js +1 -1
  229. package/.next/server/app/api/worktrees/[id]/git/reset/route.js.nft.json +1 -1
  230. package/.next/server/app/api/worktrees/[id]/git/reset/route_client-reference-manifest.js +1 -1
  231. package/.next/server/app/api/worktrees/[id]/git/revert/route.js +1 -1
  232. package/.next/server/app/api/worktrees/[id]/git/revert/route.js.nft.json +1 -1
  233. package/.next/server/app/api/worktrees/[id]/git/revert/route_client-reference-manifest.js +1 -1
  234. package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route.js +1 -1
  235. package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route.js.nft.json +1 -1
  236. package/.next/server/app/api/worktrees/[id]/git/show/[commitHash]/route_client-reference-manifest.js +1 -1
  237. package/.next/server/app/api/worktrees/[id]/git/stage/route.js +1 -1
  238. package/.next/server/app/api/worktrees/[id]/git/stage/route.js.nft.json +1 -1
  239. package/.next/server/app/api/worktrees/[id]/git/stage/route_client-reference-manifest.js +1 -1
  240. package/.next/server/app/api/worktrees/[id]/git/staged/route.js +1 -1
  241. package/.next/server/app/api/worktrees/[id]/git/staged/route.js.nft.json +1 -1
  242. package/.next/server/app/api/worktrees/[id]/git/staged/route_client-reference-manifest.js +1 -1
  243. package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route.js +1 -1
  244. package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route.js.nft.json +1 -1
  245. package/.next/server/app/api/worktrees/[id]/git/stash/[index]/route_client-reference-manifest.js +1 -1
  246. package/.next/server/app/api/worktrees/[id]/git/stash/apply/route.js +1 -1
  247. package/.next/server/app/api/worktrees/[id]/git/stash/apply/route.js.nft.json +1 -1
  248. package/.next/server/app/api/worktrees/[id]/git/stash/apply/route_client-reference-manifest.js +1 -1
  249. package/.next/server/app/api/worktrees/[id]/git/stash/pop/route.js +1 -1
  250. package/.next/server/app/api/worktrees/[id]/git/stash/pop/route.js.nft.json +1 -1
  251. package/.next/server/app/api/worktrees/[id]/git/stash/pop/route_client-reference-manifest.js +1 -1
  252. package/.next/server/app/api/worktrees/[id]/git/stash/push/route.js +1 -1
  253. package/.next/server/app/api/worktrees/[id]/git/stash/push/route.js.nft.json +1 -1
  254. package/.next/server/app/api/worktrees/[id]/git/stash/push/route_client-reference-manifest.js +1 -1
  255. package/.next/server/app/api/worktrees/[id]/git/stash/route.js +1 -1
  256. package/.next/server/app/api/worktrees/[id]/git/stash/route.js.nft.json +1 -1
  257. package/.next/server/app/api/worktrees/[id]/git/stash/route_client-reference-manifest.js +1 -1
  258. package/.next/server/app/api/worktrees/[id]/git/status/route.js +1 -1
  259. package/.next/server/app/api/worktrees/[id]/git/status/route.js.nft.json +1 -1
  260. package/.next/server/app/api/worktrees/[id]/git/status/route_client-reference-manifest.js +1 -1
  261. package/.next/server/app/api/worktrees/[id]/git/unstage/route.js +1 -1
  262. package/.next/server/app/api/worktrees/[id]/git/unstage/route.js.nft.json +1 -1
  263. package/.next/server/app/api/worktrees/[id]/git/unstage/route_client-reference-manifest.js +1 -1
  264. package/.next/server/app/api/worktrees/[id]/git/working-diff/route.js +1 -1
  265. package/.next/server/app/api/worktrees/[id]/git/working-diff/route.js.nft.json +1 -1
  266. package/.next/server/app/api/worktrees/[id]/git/working-diff/route_client-reference-manifest.js +1 -1
  267. package/.next/server/app/api/worktrees/[id]/instances/opencode/route.js +1 -1
  268. package/.next/server/app/api/worktrees/[id]/instances/opencode/route.js.nft.json +1 -1
  269. package/.next/server/app/api/worktrees/[id]/instances/opencode/route_client-reference-manifest.js +1 -1
  270. package/.next/server/app/api/worktrees/[id]/interrupt/route.js +1 -1
  271. package/.next/server/app/api/worktrees/[id]/interrupt/route.js.nft.json +1 -1
  272. package/.next/server/app/api/worktrees/[id]/interrupt/route_client-reference-manifest.js +1 -1
  273. package/.next/server/app/api/worktrees/[id]/kill-session/route.js +1 -1
  274. package/.next/server/app/api/worktrees/[id]/kill-session/route.js.nft.json +1 -1
  275. package/.next/server/app/api/worktrees/[id]/kill-session/route_client-reference-manifest.js +1 -1
  276. package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js +1 -1
  277. package/.next/server/app/api/worktrees/[id]/logs/[filename]/route.js.nft.json +1 -1
  278. package/.next/server/app/api/worktrees/[id]/logs/[filename]/route_client-reference-manifest.js +1 -1
  279. package/.next/server/app/api/worktrees/[id]/logs/route.js +2 -2
  280. package/.next/server/app/api/worktrees/[id]/logs/route.js.nft.json +1 -1
  281. package/.next/server/app/api/worktrees/[id]/logs/route_client-reference-manifest.js +1 -1
  282. package/.next/server/app/api/worktrees/[id]/marp-render/route.js +3 -3
  283. package/.next/server/app/api/worktrees/[id]/marp-render/route.js.nft.json +1 -1
  284. package/.next/server/app/api/worktrees/[id]/marp-render/route_client-reference-manifest.js +1 -1
  285. package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route.js +1 -1
  286. package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route.js.nft.json +1 -1
  287. package/.next/server/app/api/worktrees/[id]/memos/[memoId]/route_client-reference-manifest.js +1 -1
  288. package/.next/server/app/api/worktrees/[id]/memos/route.js +1 -1
  289. package/.next/server/app/api/worktrees/[id]/memos/route.js.nft.json +1 -1
  290. package/.next/server/app/api/worktrees/[id]/memos/route_client-reference-manifest.js +1 -1
  291. package/.next/server/app/api/worktrees/[id]/messages/route.js +1 -1
  292. package/.next/server/app/api/worktrees/[id]/messages/route.js.nft.json +1 -1
  293. package/.next/server/app/api/worktrees/[id]/messages/route_client-reference-manifest.js +1 -1
  294. package/.next/server/app/api/worktrees/[id]/opencode/diff/route.js +1 -1
  295. package/.next/server/app/api/worktrees/[id]/opencode/diff/route.js.nft.json +1 -1
  296. package/.next/server/app/api/worktrees/[id]/opencode/diff/route_client-reference-manifest.js +1 -1
  297. package/.next/server/app/api/worktrees/[id]/opencode/session/route.js +1 -1
  298. package/.next/server/app/api/worktrees/[id]/opencode/session/route.js.nft.json +1 -1
  299. package/.next/server/app/api/worktrees/[id]/opencode/session/route_client-reference-manifest.js +1 -1
  300. package/.next/server/app/api/worktrees/[id]/opencode/share/route.js +1 -1
  301. package/.next/server/app/api/worktrees/[id]/opencode/share/route.js.nft.json +1 -1
  302. package/.next/server/app/api/worktrees/[id]/opencode/share/route_client-reference-manifest.js +1 -1
  303. package/.next/server/app/api/worktrees/[id]/prompt-response/route.js +1 -1
  304. package/.next/server/app/api/worktrees/[id]/prompt-response/route.js.nft.json +1 -1
  305. package/.next/server/app/api/worktrees/[id]/prompt-response/route_client-reference-manifest.js +1 -1
  306. package/.next/server/app/api/worktrees/[id]/resolve-target/route.js +1 -1
  307. package/.next/server/app/api/worktrees/[id]/resolve-target/route.js.nft.json +1 -1
  308. package/.next/server/app/api/worktrees/[id]/resolve-target/route_client-reference-manifest.js +1 -1
  309. package/.next/server/app/api/worktrees/[id]/respond/route.js +1 -1
  310. package/.next/server/app/api/worktrees/[id]/respond/route.js.nft.json +1 -1
  311. package/.next/server/app/api/worktrees/[id]/respond/route_client-reference-manifest.js +1 -1
  312. package/.next/server/app/api/worktrees/[id]/route.js +1 -1
  313. package/.next/server/app/api/worktrees/[id]/route.js.nft.json +1 -1
  314. package/.next/server/app/api/worktrees/[id]/route_client-reference-manifest.js +1 -1
  315. package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route.js +2 -2
  316. package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route.js.nft.json +1 -1
  317. package/.next/server/app/api/worktrees/[id]/schedules/[scheduleId]/route_client-reference-manifest.js +1 -1
  318. package/.next/server/app/api/worktrees/[id]/schedules/active/route.js +1 -1
  319. package/.next/server/app/api/worktrees/[id]/schedules/active/route.js.nft.json +1 -1
  320. package/.next/server/app/api/worktrees/[id]/schedules/active/route_client-reference-manifest.js +1 -1
  321. package/.next/server/app/api/worktrees/[id]/schedules/route.js +2 -2
  322. package/.next/server/app/api/worktrees/[id]/schedules/route.js.nft.json +1 -1
  323. package/.next/server/app/api/worktrees/[id]/schedules/route_client-reference-manifest.js +1 -1
  324. package/.next/server/app/api/worktrees/[id]/search/route.js +1 -1
  325. package/.next/server/app/api/worktrees/[id]/search/route.js.nft.json +1 -1
  326. package/.next/server/app/api/worktrees/[id]/search/route_client-reference-manifest.js +1 -1
  327. package/.next/server/app/api/worktrees/[id]/send/route.js +1 -7
  328. package/.next/server/app/api/worktrees/[id]/send/route.js.nft.json +1 -1
  329. package/.next/server/app/api/worktrees/[id]/send/route_client-reference-manifest.js +1 -1
  330. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js +1 -1
  331. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route.js.nft.json +1 -1
  332. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route_client-reference-manifest.js +1 -1
  333. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route.js +1 -1
  334. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route.js.nft.json +1 -1
  335. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/install/route_client-reference-manifest.js +1 -1
  336. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route.js +1 -1
  337. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route.js.nft.json +1 -1
  338. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/plan/route_client-reference-manifest.js +1 -1
  339. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js +1 -1
  340. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route.js.nft.json +1 -1
  341. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall/route_client-reference-manifest.js +1 -1
  342. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js +1 -1
  343. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route.js.nft.json +1 -1
  344. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route_client-reference-manifest.js +1 -1
  345. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update/route.js +1 -1
  346. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update/route.js.nft.json +1 -1
  347. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update/route_client-reference-manifest.js +1 -1
  348. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update-plan/route.js +1 -1
  349. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update-plan/route.js.nft.json +1 -1
  350. package/.next/server/app/api/worktrees/[id]/skills/[skillId]/update-plan/route_client-reference-manifest.js +1 -1
  351. package/.next/server/app/api/worktrees/[id]/skills/route.js +1 -1
  352. package/.next/server/app/api/worktrees/[id]/skills/route.js.nft.json +1 -1
  353. package/.next/server/app/api/worktrees/[id]/skills/route_client-reference-manifest.js +1 -1
  354. package/.next/server/app/api/worktrees/[id]/slash-commands/route.js +1 -1
  355. package/.next/server/app/api/worktrees/[id]/slash-commands/route.js.nft.json +1 -1
  356. package/.next/server/app/api/worktrees/[id]/slash-commands/route_client-reference-manifest.js +1 -1
  357. package/.next/server/app/api/worktrees/[id]/special-keys/route.js +1 -1
  358. package/.next/server/app/api/worktrees/[id]/special-keys/route.js.nft.json +1 -1
  359. package/.next/server/app/api/worktrees/[id]/special-keys/route_client-reference-manifest.js +1 -1
  360. package/.next/server/app/api/worktrees/[id]/start-polling/route.js +1 -1
  361. package/.next/server/app/api/worktrees/[id]/start-polling/route.js.nft.json +1 -1
  362. package/.next/server/app/api/worktrees/[id]/start-polling/route_client-reference-manifest.js +1 -1
  363. package/.next/server/app/api/worktrees/[id]/tasks/route.js +1 -1
  364. package/.next/server/app/api/worktrees/[id]/tasks/route.js.nft.json +1 -1
  365. package/.next/server/app/api/worktrees/[id]/tasks/route_client-reference-manifest.js +1 -1
  366. package/.next/server/app/api/worktrees/[id]/terminal/route.js +1 -1
  367. package/.next/server/app/api/worktrees/[id]/terminal/route.js.nft.json +1 -1
  368. package/.next/server/app/api/worktrees/[id]/terminal/route_client-reference-manifest.js +1 -1
  369. package/.next/server/app/api/worktrees/[id]/timers/history/route.js +1 -1
  370. package/.next/server/app/api/worktrees/[id]/timers/history/route.js.nft.json +1 -1
  371. package/.next/server/app/api/worktrees/[id]/timers/history/route_client-reference-manifest.js +1 -1
  372. package/.next/server/app/api/worktrees/[id]/timers/route.js +1 -1
  373. package/.next/server/app/api/worktrees/[id]/timers/route.js.nft.json +1 -1
  374. package/.next/server/app/api/worktrees/[id]/timers/route_client-reference-manifest.js +1 -1
  375. package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route.js +1 -1
  376. package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route.js.nft.json +1 -1
  377. package/.next/server/app/api/worktrees/[id]/todos/[todoId]/route_client-reference-manifest.js +1 -1
  378. package/.next/server/app/api/worktrees/[id]/todos/route.js +1 -1
  379. package/.next/server/app/api/worktrees/[id]/todos/route.js.nft.json +1 -1
  380. package/.next/server/app/api/worktrees/[id]/todos/route_client-reference-manifest.js +1 -1
  381. package/.next/server/app/api/worktrees/[id]/tree/[...path]/route.js +1 -1
  382. package/.next/server/app/api/worktrees/[id]/tree/[...path]/route.js.nft.json +1 -1
  383. package/.next/server/app/api/worktrees/[id]/tree/[...path]/route_client-reference-manifest.js +1 -1
  384. package/.next/server/app/api/worktrees/[id]/tree/route.js +1 -1
  385. package/.next/server/app/api/worktrees/[id]/tree/route.js.nft.json +1 -1
  386. package/.next/server/app/api/worktrees/[id]/tree/route_client-reference-manifest.js +1 -1
  387. package/.next/server/app/api/worktrees/[id]/upload/[...path]/route.js +1 -1
  388. package/.next/server/app/api/worktrees/[id]/upload/[...path]/route.js.nft.json +1 -1
  389. package/.next/server/app/api/worktrees/[id]/upload/[...path]/route_client-reference-manifest.js +1 -1
  390. package/.next/server/app/api/worktrees/[id]/verify/config/route.js +2 -0
  391. package/.next/server/app/api/worktrees/[id]/verify/config/route.js.nft.json +1 -0
  392. package/.next/server/app/api/worktrees/[id]/verify/config/route_client-reference-manifest.js +1 -0
  393. package/.next/server/app/api/worktrees/[id]/verify/route.js +1 -1
  394. package/.next/server/app/api/worktrees/[id]/verify/route.js.nft.json +1 -1
  395. package/.next/server/app/api/worktrees/[id]/verify/route_client-reference-manifest.js +1 -1
  396. package/.next/server/app/api/worktrees/[id]/verify/runs/[runId]/cancel/route.js +1 -0
  397. package/.next/server/app/api/worktrees/[id]/verify/runs/[runId]/cancel/route.js.nft.json +1 -0
  398. package/.next/server/app/api/worktrees/[id]/verify/runs/[runId]/cancel/route_client-reference-manifest.js +1 -0
  399. package/.next/server/app/api/worktrees/[id]/verify/runs/[runId]/route.js +1 -1
  400. package/.next/server/app/api/worktrees/[id]/verify/runs/[runId]/route.js.nft.json +1 -1
  401. package/.next/server/app/api/worktrees/[id]/verify/runs/[runId]/route_client-reference-manifest.js +1 -1
  402. package/.next/server/app/api/worktrees/[id]/verify/runs/route.js +1 -1
  403. package/.next/server/app/api/worktrees/[id]/verify/runs/route.js.nft.json +1 -1
  404. package/.next/server/app/api/worktrees/[id]/verify/runs/route_client-reference-manifest.js +1 -1
  405. package/.next/server/app/api/worktrees/[id]/viewed/route.js +1 -1
  406. package/.next/server/app/api/worktrees/[id]/viewed/route.js.nft.json +1 -1
  407. package/.next/server/app/api/worktrees/[id]/viewed/route_client-reference-manifest.js +1 -1
  408. package/.next/server/app/api/worktrees/apply-default-agents/route.js +1 -0
  409. package/.next/server/app/api/worktrees/apply-default-agents/route.js.nft.json +1 -0
  410. package/.next/server/app/api/worktrees/apply-default-agents/route_client-reference-manifest.js +1 -0
  411. package/.next/server/app/api/worktrees/route.js +1 -1
  412. package/.next/server/app/api/worktrees/route.js.nft.json +1 -1
  413. package/.next/server/app/api/worktrees/route_client-reference-manifest.js +1 -1
  414. package/.next/server/app/chat/page.js +2 -2
  415. package/.next/server/app/chat/page.js.nft.json +1 -1
  416. package/.next/server/app/chat/page_client-reference-manifest.js +1 -1
  417. package/.next/server/app/login/page.js +2 -2
  418. package/.next/server/app/login/page.js.nft.json +1 -1
  419. package/.next/server/app/login/page_client-reference-manifest.js +1 -1
  420. package/.next/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
  421. package/.next/server/app/more/page.js +2 -2
  422. package/.next/server/app/more/page.js.nft.json +1 -1
  423. package/.next/server/app/more/page_client-reference-manifest.js +1 -1
  424. package/.next/server/app/offline/page.js.nft.json +1 -1
  425. package/.next/server/app/offline/page_client-reference-manifest.js +1 -1
  426. package/.next/server/app/page.js +1 -1
  427. package/.next/server/app/page.js.nft.json +1 -1
  428. package/.next/server/app/page_client-reference-manifest.js +1 -1
  429. package/.next/server/app/proxy/[...path]/route.js +1 -1
  430. package/.next/server/app/proxy/[...path]/route.js.nft.json +1 -1
  431. package/.next/server/app/proxy/[...path]/route_client-reference-manifest.js +1 -1
  432. package/.next/server/app/repositories/page.js +2 -2
  433. package/.next/server/app/repositories/page.js.nft.json +1 -1
  434. package/.next/server/app/repositories/page_client-reference-manifest.js +1 -1
  435. package/.next/server/app/review/page.js +1 -1
  436. package/.next/server/app/review/page.js.nft.json +1 -1
  437. package/.next/server/app/review/page_client-reference-manifest.js +1 -1
  438. package/.next/server/app/sessions/page.js +1 -1
  439. package/.next/server/app/sessions/page.js.nft.json +1 -1
  440. package/.next/server/app/sessions/page_client-reference-manifest.js +1 -1
  441. package/.next/server/app/skills/[skillId]/page.js +2 -2
  442. package/.next/server/app/skills/[skillId]/page.js.nft.json +1 -1
  443. package/.next/server/app/skills/[skillId]/page_client-reference-manifest.js +1 -1
  444. package/.next/server/app/skills/installed/page.js +2 -2
  445. package/.next/server/app/skills/installed/page.js.nft.json +1 -1
  446. package/.next/server/app/skills/installed/page_client-reference-manifest.js +1 -1
  447. package/.next/server/app/skills/page.js +2 -2
  448. package/.next/server/app/skills/page.js.nft.json +1 -1
  449. package/.next/server/app/skills/page_client-reference-manifest.js +1 -1
  450. package/.next/server/app/worktrees/[id]/files/[...path]/page.js +2 -2
  451. package/.next/server/app/worktrees/[id]/files/[...path]/page.js.nft.json +1 -1
  452. package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
  453. package/.next/server/app/worktrees/[id]/page.js +12 -12
  454. package/.next/server/app/worktrees/[id]/page.js.nft.json +1 -1
  455. package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
  456. package/.next/server/app/worktrees/[id]/terminal/page.js +3 -3
  457. package/.next/server/app/worktrees/[id]/terminal/page.js.nft.json +1 -1
  458. package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
  459. package/.next/server/app-paths-manifest.json +31 -25
  460. package/.next/server/chunks/1058.js +1 -1
  461. package/.next/server/chunks/1068.js +1 -1
  462. package/.next/server/chunks/1341.js +1 -0
  463. package/.next/server/chunks/1501.js +5 -0
  464. package/.next/server/chunks/1886.js +3 -4
  465. package/.next/server/chunks/2119.js +1 -1
  466. package/.next/server/chunks/2198.js +1 -0
  467. package/.next/server/chunks/221.js +7 -1
  468. package/.next/server/chunks/2404.js +1 -1
  469. package/.next/server/chunks/2445.js +1 -1
  470. package/.next/server/chunks/2759.js +1 -1
  471. package/.next/server/chunks/3543.js +1 -1
  472. package/.next/server/chunks/3558.js +1 -1
  473. package/.next/server/chunks/3707.js +15 -0
  474. package/.next/server/chunks/3722.js +25 -1
  475. package/.next/server/chunks/3869.js +1 -0
  476. package/.next/server/chunks/3945.js +1 -1
  477. package/.next/server/chunks/4299.js +1 -1
  478. package/.next/server/chunks/4390.js +1 -0
  479. package/.next/server/chunks/4393.js +1 -1
  480. package/.next/server/chunks/5017.js +1 -1
  481. package/.next/server/chunks/5164.js +1 -1
  482. package/.next/server/chunks/5571.js +1 -1
  483. package/.next/server/chunks/6130.js +1 -1
  484. package/.next/server/chunks/6285.js +1 -1
  485. package/.next/server/chunks/6781.js +1 -1
  486. package/.next/server/chunks/7366.js +5 -0
  487. package/.next/server/chunks/7824.js +1 -1
  488. package/.next/server/chunks/7905.js +1 -1
  489. package/.next/server/chunks/8118.js +1 -0
  490. package/.next/server/chunks/848.js +1 -1
  491. package/.next/server/chunks/880.js +3 -3
  492. package/.next/server/chunks/8800.js +3 -0
  493. package/.next/server/chunks/9123.js +2 -2
  494. package/.next/server/chunks/9508.js +1 -1
  495. package/.next/server/chunks/9627.js +30 -24
  496. package/.next/server/middleware-build-manifest.js +1 -1
  497. package/.next/server/middleware-manifest.json +5 -5
  498. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  499. package/.next/server/pages/500.html +1 -1
  500. package/.next/server/server-reference-manifest.json +1 -1
  501. package/.next/static/0YoRrahue4Vchxg1z83IQ/_buildManifest.js +1 -0
  502. package/.next/static/chunks/1379-af7af9e08f47c979.js +1 -0
  503. package/.next/static/chunks/{2053-c0e931eb4391baa1.js → 2053-3f299a7a2c7d6767.js} +1 -1
  504. package/.next/static/chunks/3922.9c1ec01fff819c88.js +1 -0
  505. package/.next/static/chunks/{3968-8d8ca15657748bfb.js → 4882-388e94fe0a03c2ba.js} +1 -1
  506. package/.next/static/chunks/5229-b2a81bb8fb5c19e9.js +1 -0
  507. package/.next/static/chunks/6381-9ba5198c0a6ff197.js +1 -0
  508. package/.next/static/chunks/8019-f8e73c1fb5f6f0d3.js +1 -0
  509. package/.next/static/chunks/{1188-8567ee5ecfef02ee.js → 8593-fa0eb2802e0ce68a.js} +1 -1
  510. package/.next/static/chunks/app/api/agents/update/route-1c30fb8d4d6fa6ef.js +1 -0
  511. package/.next/static/chunks/app/api/agents/versions/route-1c30fb8d4d6fa6ef.js +1 -0
  512. package/.next/static/chunks/app/api/app/update/route-1c30fb8d4d6fa6ef.js +1 -0
  513. package/.next/static/chunks/app/api/app/update-check/route-1c30fb8d4d6fa6ef.js +1 -0
  514. package/.next/static/chunks/app/api/assistant/conversation/route-1c30fb8d4d6fa6ef.js +1 -0
  515. package/.next/static/chunks/app/api/assistant/current-output/route-1c30fb8d4d6fa6ef.js +1 -0
  516. package/.next/static/chunks/app/api/assistant/messages/route-1c30fb8d4d6fa6ef.js +1 -0
  517. package/.next/static/chunks/app/api/assistant/session/route-1c30fb8d4d6fa6ef.js +1 -0
  518. package/.next/static/chunks/app/api/assistant/start/route-1c30fb8d4d6fa6ef.js +1 -0
  519. package/.next/static/chunks/app/api/assistant/terminal/route-1c30fb8d4d6fa6ef.js +1 -0
  520. package/.next/static/chunks/app/api/assistant/tools/route-1c30fb8d4d6fa6ef.js +1 -0
  521. package/.next/static/chunks/app/api/auth/login/route-1c30fb8d4d6fa6ef.js +1 -0
  522. package/.next/static/chunks/app/api/auth/logout/route-1c30fb8d4d6fa6ef.js +1 -0
  523. package/.next/static/chunks/app/api/auth/status/route-1c30fb8d4d6fa6ef.js +1 -0
  524. package/.next/static/chunks/app/api/capabilities/route-1c30fb8d4d6fa6ef.js +1 -0
  525. package/.next/static/chunks/app/api/daily-summary/route-1c30fb8d4d6fa6ef.js +1 -0
  526. package/.next/static/chunks/app/api/daily-summary/status/route-1c30fb8d4d6fa6ef.js +1 -0
  527. package/.next/static/chunks/app/api/external-apps/[id]/health/route-1c30fb8d4d6fa6ef.js +1 -0
  528. package/.next/static/chunks/app/api/external-apps/[id]/route-1c30fb8d4d6fa6ef.js +1 -0
  529. package/.next/static/chunks/app/api/external-apps/route-1c30fb8d4d6fa6ef.js +1 -0
  530. package/.next/static/chunks/app/api/fs/browse/route-1c30fb8d4d6fa6ef.js +1 -0
  531. package/.next/static/chunks/app/api/fs/recent-paths/route-1c30fb8d4d6fa6ef.js +1 -0
  532. package/.next/static/chunks/app/api/hooks/agent-event/route-1c30fb8d4d6fa6ef.js +1 -0
  533. package/.next/static/chunks/app/api/hooks/claude-done/route-1c30fb8d4d6fa6ef.js +1 -0
  534. package/.next/static/chunks/app/api/hooks/permission-request/route-1c30fb8d4d6fa6ef.js +1 -0
  535. package/.next/static/chunks/app/api/metrics/vibe/route-1c30fb8d4d6fa6ef.js +1 -0
  536. package/.next/static/chunks/app/api/ollama/models/route-1c30fb8d4d6fa6ef.js +1 -0
  537. package/.next/static/chunks/app/api/push/escalation/route-1c30fb8d4d6fa6ef.js +1 -0
  538. package/.next/static/chunks/app/api/push/subscriptions/route-1c30fb8d4d6fa6ef.js +1 -0
  539. package/.next/static/chunks/app/api/push/vapid/route-1c30fb8d4d6fa6ef.js +1 -0
  540. package/.next/static/chunks/app/api/remote/pair/route-1c30fb8d4d6fa6ef.js +1 -0
  541. package/.next/static/chunks/app/api/repositories/[id]/route-1c30fb8d4d6fa6ef.js +1 -0
  542. package/.next/static/chunks/app/api/repositories/[id]/todos/[todoId]/route-1c30fb8d4d6fa6ef.js +1 -0
  543. package/.next/static/chunks/app/api/repositories/[id]/todos/route-1c30fb8d4d6fa6ef.js +1 -0
  544. package/.next/static/chunks/app/api/repositories/clone/[jobId]/route-1c30fb8d4d6fa6ef.js +1 -0
  545. package/.next/static/chunks/app/api/repositories/clone/route-1c30fb8d4d6fa6ef.js +1 -0
  546. package/.next/static/chunks/app/api/repositories/excluded/route-1c30fb8d4d6fa6ef.js +1 -0
  547. package/.next/static/chunks/app/api/repositories/restore/route-1c30fb8d4d6fa6ef.js +1 -0
  548. package/.next/static/chunks/app/api/repositories/route-1c30fb8d4d6fa6ef.js +1 -0
  549. package/.next/static/chunks/app/api/repositories/scan/route-1c30fb8d4d6fa6ef.js +1 -0
  550. package/.next/static/chunks/app/api/repositories/sync/route-1c30fb8d4d6fa6ef.js +1 -0
  551. package/.next/static/chunks/app/api/repositories/validate-path/route-1c30fb8d4d6fa6ef.js +1 -0
  552. package/.next/static/chunks/app/api/settings/default-agents/route-1c30fb8d4d6fa6ef.js +1 -0
  553. package/.next/static/chunks/app/api/sidebar/group-order/route-1c30fb8d4d6fa6ef.js +1 -0
  554. package/.next/static/chunks/app/api/skills/[id]/route-1c30fb8d4d6fa6ef.js +1 -0
  555. package/.next/static/chunks/app/api/skills/installations/route-1c30fb8d4d6fa6ef.js +1 -0
  556. package/.next/static/chunks/app/api/skills/operations/route-1c30fb8d4d6fa6ef.js +1 -0
  557. package/.next/static/chunks/app/api/skills/reindex/route-1c30fb8d4d6fa6ef.js +1 -0
  558. package/.next/static/chunks/app/api/skills/route-1c30fb8d4d6fa6ef.js +1 -0
  559. package/.next/static/chunks/app/api/slash-commands/route-1c30fb8d4d6fa6ef.js +1 -0
  560. package/.next/static/chunks/app/api/tasks/[taskId]/cancel/route-1c30fb8d4d6fa6ef.js +1 -0
  561. package/.next/static/chunks/app/api/tasks/[taskId]/route-1c30fb8d4d6fa6ef.js +1 -0
  562. package/.next/static/chunks/app/api/templates/[id]/route-1c30fb8d4d6fa6ef.js +1 -0
  563. package/.next/static/chunks/app/api/templates/route-1c30fb8d4d6fa6ef.js +1 -0
  564. package/.next/static/chunks/app/api/todos/route-1c30fb8d4d6fa6ef.js +1 -0
  565. package/.next/static/chunks/app/api/verification/runs/[runId]/route-1c30fb8d4d6fa6ef.js +1 -0
  566. package/.next/static/chunks/app/api/verification/runs/route-1c30fb8d4d6fa6ef.js +1 -0
  567. package/.next/static/chunks/app/api/worktrees/[id]/auto-yes/route-1c30fb8d4d6fa6ef.js +1 -0
  568. package/.next/static/chunks/app/api/worktrees/[id]/capture/route-1c30fb8d4d6fa6ef.js +1 -0
  569. package/.next/static/chunks/app/api/worktrees/[id]/clear-composer/route-1c30fb8d4d6fa6ef.js +1 -0
  570. package/.next/static/chunks/app/api/worktrees/[id]/cli-tool/route-1c30fb8d4d6fa6ef.js +1 -0
  571. package/.next/static/chunks/app/api/worktrees/[id]/cmate/schedules/route-1c30fb8d4d6fa6ef.js +1 -0
  572. package/.next/static/chunks/app/api/worktrees/[id]/current-output/route-1c30fb8d4d6fa6ef.js +1 -0
  573. package/.next/static/chunks/app/api/worktrees/[id]/env/route-1c30fb8d4d6fa6ef.js +1 -0
  574. package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-1c30fb8d4d6fa6ef.js +1 -0
  575. package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/route-1c30fb8d4d6fa6ef.js +1 -0
  576. package/.next/static/chunks/app/api/worktrees/[id]/files/[...path]/route-1c30fb8d4d6fa6ef.js +1 -0
  577. package/.next/static/chunks/app/api/worktrees/[id]/git/branch/create/route-1c30fb8d4d6fa6ef.js +1 -0
  578. package/.next/static/chunks/app/api/worktrees/[id]/git/branch/delete/route-1c30fb8d4d6fa6ef.js +1 -0
  579. package/.next/static/chunks/app/api/worktrees/[id]/git/branches/route-1c30fb8d4d6fa6ef.js +1 -0
  580. package/.next/static/chunks/app/api/worktrees/[id]/git/checkout/route-1c30fb8d4d6fa6ef.js +1 -0
  581. package/.next/static/chunks/app/api/worktrees/[id]/git/commit/route-1c30fb8d4d6fa6ef.js +1 -0
  582. package/.next/static/chunks/app/api/worktrees/[id]/git/diff/route-1c30fb8d4d6fa6ef.js +1 -0
  583. package/.next/static/chunks/app/api/worktrees/[id]/git/fetch/route-1c30fb8d4d6fa6ef.js +1 -0
  584. package/.next/static/chunks/app/api/worktrees/[id]/git/log/route-1c30fb8d4d6fa6ef.js +1 -0
  585. package/.next/static/chunks/app/api/worktrees/[id]/git/pull/route-1c30fb8d4d6fa6ef.js +1 -0
  586. package/.next/static/chunks/app/api/worktrees/[id]/git/push/route-1c30fb8d4d6fa6ef.js +1 -0
  587. package/.next/static/chunks/app/api/worktrees/[id]/git/reset/route-1c30fb8d4d6fa6ef.js +1 -0
  588. package/.next/static/chunks/app/api/worktrees/[id]/git/revert/route-1c30fb8d4d6fa6ef.js +1 -0
  589. package/.next/static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-1c30fb8d4d6fa6ef.js +1 -0
  590. package/.next/static/chunks/app/api/worktrees/[id]/git/stage/route-1c30fb8d4d6fa6ef.js +1 -0
  591. package/.next/static/chunks/app/api/worktrees/[id]/git/staged/route-1c30fb8d4d6fa6ef.js +1 -0
  592. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-1c30fb8d4d6fa6ef.js +1 -0
  593. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/apply/route-1c30fb8d4d6fa6ef.js +1 -0
  594. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/pop/route-1c30fb8d4d6fa6ef.js +1 -0
  595. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/push/route-1c30fb8d4d6fa6ef.js +1 -0
  596. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/route-1c30fb8d4d6fa6ef.js +1 -0
  597. package/.next/static/chunks/app/api/worktrees/[id]/git/status/route-1c30fb8d4d6fa6ef.js +1 -0
  598. package/.next/static/chunks/app/api/worktrees/[id]/git/unstage/route-1c30fb8d4d6fa6ef.js +1 -0
  599. package/.next/static/chunks/app/api/worktrees/[id]/git/working-diff/route-1c30fb8d4d6fa6ef.js +1 -0
  600. package/.next/static/chunks/app/api/worktrees/[id]/instances/opencode/route-1c30fb8d4d6fa6ef.js +1 -0
  601. package/.next/static/chunks/app/api/worktrees/[id]/interrupt/route-1c30fb8d4d6fa6ef.js +1 -0
  602. package/.next/static/chunks/app/api/worktrees/[id]/kill-session/route-1c30fb8d4d6fa6ef.js +1 -0
  603. package/.next/static/chunks/app/api/worktrees/[id]/logs/[filename]/route-1c30fb8d4d6fa6ef.js +1 -0
  604. package/.next/static/chunks/app/api/worktrees/[id]/logs/route-1c30fb8d4d6fa6ef.js +1 -0
  605. package/.next/static/chunks/app/api/worktrees/[id]/marp-render/route-1c30fb8d4d6fa6ef.js +1 -0
  606. package/.next/static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-1c30fb8d4d6fa6ef.js +1 -0
  607. package/.next/static/chunks/app/api/worktrees/[id]/memos/route-1c30fb8d4d6fa6ef.js +1 -0
  608. package/.next/static/chunks/app/api/worktrees/[id]/messages/route-1c30fb8d4d6fa6ef.js +1 -0
  609. package/.next/static/chunks/app/api/worktrees/[id]/opencode/diff/route-1c30fb8d4d6fa6ef.js +1 -0
  610. package/.next/static/chunks/app/api/worktrees/[id]/opencode/session/route-1c30fb8d4d6fa6ef.js +1 -0
  611. package/.next/static/chunks/app/api/worktrees/[id]/opencode/share/route-1c30fb8d4d6fa6ef.js +1 -0
  612. package/.next/static/chunks/app/api/worktrees/[id]/prompt-response/route-1c30fb8d4d6fa6ef.js +1 -0
  613. package/.next/static/chunks/app/api/worktrees/[id]/resolve-target/route-1c30fb8d4d6fa6ef.js +1 -0
  614. package/.next/static/chunks/app/api/worktrees/[id]/respond/route-1c30fb8d4d6fa6ef.js +1 -0
  615. package/.next/static/chunks/app/api/worktrees/[id]/route-1c30fb8d4d6fa6ef.js +1 -0
  616. package/.next/static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-1c30fb8d4d6fa6ef.js +1 -0
  617. package/.next/static/chunks/app/api/worktrees/[id]/schedules/active/route-1c30fb8d4d6fa6ef.js +1 -0
  618. package/.next/static/chunks/app/api/worktrees/[id]/schedules/route-1c30fb8d4d6fa6ef.js +1 -0
  619. package/.next/static/chunks/app/api/worktrees/[id]/search/route-1c30fb8d4d6fa6ef.js +1 -0
  620. package/.next/static/chunks/app/api/worktrees/[id]/send/route-1c30fb8d4d6fa6ef.js +1 -0
  621. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-1c30fb8d4d6fa6ef.js +1 -0
  622. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-1c30fb8d4d6fa6ef.js +1 -0
  623. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-1c30fb8d4d6fa6ef.js +1 -0
  624. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-1c30fb8d4d6fa6ef.js +1 -0
  625. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-1c30fb8d4d6fa6ef.js +1 -0
  626. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/update/route-1c30fb8d4d6fa6ef.js +1 -0
  627. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-1c30fb8d4d6fa6ef.js +1 -0
  628. package/.next/static/chunks/app/api/worktrees/[id]/skills/route-1c30fb8d4d6fa6ef.js +1 -0
  629. package/.next/static/chunks/app/api/worktrees/[id]/slash-commands/route-1c30fb8d4d6fa6ef.js +1 -0
  630. package/.next/static/chunks/app/api/worktrees/[id]/special-keys/route-1c30fb8d4d6fa6ef.js +1 -0
  631. package/.next/static/chunks/app/api/worktrees/[id]/start-polling/route-1c30fb8d4d6fa6ef.js +1 -0
  632. package/.next/static/chunks/app/api/worktrees/[id]/tasks/route-1c30fb8d4d6fa6ef.js +1 -0
  633. package/.next/static/chunks/app/api/worktrees/[id]/terminal/route-1c30fb8d4d6fa6ef.js +1 -0
  634. package/.next/static/chunks/app/api/worktrees/[id]/timers/history/route-1c30fb8d4d6fa6ef.js +1 -0
  635. package/.next/static/chunks/app/api/worktrees/[id]/timers/route-1c30fb8d4d6fa6ef.js +1 -0
  636. package/.next/static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-1c30fb8d4d6fa6ef.js +1 -0
  637. package/.next/static/chunks/app/api/worktrees/[id]/todos/route-1c30fb8d4d6fa6ef.js +1 -0
  638. package/.next/static/chunks/app/api/worktrees/[id]/tree/[...path]/route-1c30fb8d4d6fa6ef.js +1 -0
  639. package/.next/static/chunks/app/api/worktrees/[id]/tree/route-1c30fb8d4d6fa6ef.js +1 -0
  640. package/.next/static/chunks/app/api/worktrees/[id]/upload/[...path]/route-1c30fb8d4d6fa6ef.js +1 -0
  641. package/.next/static/chunks/app/api/worktrees/[id]/verify/config/route-1c30fb8d4d6fa6ef.js +1 -0
  642. package/.next/static/chunks/app/api/worktrees/[id]/verify/route-1c30fb8d4d6fa6ef.js +1 -0
  643. package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/cancel/route-1c30fb8d4d6fa6ef.js +1 -0
  644. package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-1c30fb8d4d6fa6ef.js +1 -0
  645. package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/route-1c30fb8d4d6fa6ef.js +1 -0
  646. package/.next/static/chunks/app/api/worktrees/[id]/viewed/route-1c30fb8d4d6fa6ef.js +1 -0
  647. package/.next/static/chunks/app/api/worktrees/apply-default-agents/route-1c30fb8d4d6fa6ef.js +1 -0
  648. package/.next/static/chunks/app/api/worktrees/route-1c30fb8d4d6fa6ef.js +1 -0
  649. package/.next/static/chunks/app/chat/{page-231df45127e876c2.js → page-9aa2011410895b0d.js} +1 -1
  650. package/.next/static/chunks/app/login/{page-03659dded846ef1d.js → page-af7241bb4c4a8e59.js} +1 -1
  651. package/.next/static/chunks/app/manifest.webmanifest/route-1c30fb8d4d6fa6ef.js +1 -0
  652. package/.next/static/chunks/app/more/page-75d3783da0d49a25.js +1 -0
  653. package/.next/static/chunks/app/{page-0305431f43195431.js → page-214f7ffa13a0cf10.js} +1 -1
  654. package/.next/static/chunks/app/proxy/[...path]/route-1c30fb8d4d6fa6ef.js +1 -0
  655. package/.next/static/chunks/app/repositories/{page-ae8fa55749976f79.js → page-4951cac905e50224.js} +1 -1
  656. package/.next/static/chunks/app/review/page-a0899b2d285318c3.js +1 -0
  657. package/.next/static/chunks/app/sessions/page-fb36145ec732092a.js +1 -0
  658. package/.next/static/chunks/app/skills/[skillId]/{page-aaf0bcb1dfb558b9.js → page-9099e26b60442873.js} +1 -1
  659. package/.next/static/chunks/app/skills/installed/{page-dafc486410e839b7.js → page-182e32368696d824.js} +1 -1
  660. package/.next/static/chunks/app/skills/{page-9e3c91da31514893.js → page-d3fdc88239ebe0ab.js} +1 -1
  661. package/.next/static/chunks/app/worktrees/[id]/files/[...path]/{page-90f96977c741bbf8.js → page-f3361237420719b4.js} +1 -1
  662. package/.next/static/chunks/app/worktrees/[id]/layout-1c30fb8d4d6fa6ef.js +1 -0
  663. package/.next/static/chunks/app/worktrees/[id]/page-ce6279d581d1df95.js +1 -0
  664. package/.next/static/chunks/{webpack-7e79064bfce988d7.js → webpack-9f75198882fdaf08.js} +1 -1
  665. package/.next/static/css/b326c8a734e1928e.css +1 -0
  666. package/.next/trace +13 -13
  667. package/.next/types/app/api/agents/update/route.ts +347 -0
  668. package/.next/types/app/api/agents/versions/route.ts +347 -0
  669. package/.next/types/app/api/settings/default-agents/route.ts +347 -0
  670. package/.next/types/app/api/worktrees/[id]/verify/config/route.ts +347 -0
  671. package/.next/types/app/api/worktrees/[id]/verify/runs/[runId]/cancel/route.ts +347 -0
  672. package/.next/types/app/api/worktrees/apply-default-agents/route.ts +347 -0
  673. package/.next/types/routes.d.ts +7 -1
  674. package/.next/types/validator.ts +54 -0
  675. package/dist/cli/commands/agents.d.ts +35 -0
  676. package/dist/cli/commands/agents.d.ts.map +1 -0
  677. package/dist/cli/commands/agents.js +212 -0
  678. package/dist/cli/commands/ls.d.ts.map +1 -1
  679. package/dist/cli/commands/ls.js +18 -0
  680. package/dist/cli/commands/verify.d.ts.map +1 -1
  681. package/dist/cli/commands/verify.js +111 -0
  682. package/dist/cli/config/cli-dependencies.d.ts.map +1 -1
  683. package/dist/cli/config/cli-dependencies.js +11 -0
  684. package/dist/cli/docs/agent-operations.d.ts +1 -1
  685. package/dist/cli/docs/agent-operations.d.ts.map +1 -1
  686. package/dist/cli/docs/agent-operations.js +30 -0
  687. package/dist/cli/program.d.ts.map +1 -1
  688. package/dist/cli/program.js +6 -0
  689. package/dist/cli/types/api-responses.d.ts +58 -0
  690. package/dist/cli/types/api-responses.d.ts.map +1 -1
  691. package/dist/cli/types/index.d.ts +8 -0
  692. package/dist/cli/types/index.d.ts.map +1 -1
  693. package/dist/cli/utils/preflight.d.ts.map +1 -1
  694. package/dist/cli/utils/preflight.js +6 -0
  695. package/dist/config/system-directories.d.ts +101 -0
  696. package/dist/config/system-directories.d.ts.map +1 -0
  697. package/dist/config/system-directories.js +211 -0
  698. package/dist/lib/cli-tools/types.d.ts +15 -1
  699. package/dist/lib/cli-tools/types.d.ts.map +1 -1
  700. package/dist/lib/detection/status-reason.d.ts +92 -0
  701. package/dist/lib/detection/status-reason.d.ts.map +1 -0
  702. package/dist/lib/detection/status-reason.js +94 -0
  703. package/dist/lib/updates/agent-updater.d.ts +247 -0
  704. package/dist/lib/updates/agent-updater.d.ts.map +1 -0
  705. package/dist/lib/updates/agent-updater.js +373 -0
  706. package/dist/lib/updates/agent-versions.d.ts +77 -0
  707. package/dist/lib/updates/agent-versions.d.ts.map +1 -0
  708. package/dist/lib/updates/agent-versions.js +138 -0
  709. package/dist/lib/updates/codex-version.d.ts +184 -0
  710. package/dist/lib/updates/codex-version.d.ts.map +1 -0
  711. package/dist/lib/updates/codex-version.js +215 -0
  712. package/dist/lib/verification/verify-config.d.ts +202 -0
  713. package/dist/lib/verification/verify-config.d.ts.map +1 -0
  714. package/dist/lib/verification/verify-config.js +429 -0
  715. package/dist/lib/verification/verify-draft.d.ts +182 -0
  716. package/dist/lib/verification/verify-draft.d.ts.map +1 -0
  717. package/dist/lib/verification/verify-draft.js +570 -0
  718. package/dist/server/src/cli/types/api-responses.js +9 -0
  719. package/dist/server/src/config/cli-tool-timing-config.js +15 -1
  720. package/dist/server/src/config/codex-update-dialog-config.js +154 -0
  721. package/dist/server/src/config/default-agents.js +138 -0
  722. package/dist/server/src/lib/cli-tools/antigravity.js +36 -12
  723. package/dist/server/src/lib/cli-tools/base.js +131 -0
  724. package/dist/server/src/lib/cli-tools/codex.js +350 -100
  725. package/dist/server/src/lib/cli-tools/copilot.js +34 -10
  726. package/dist/server/src/lib/cli-tools/gemini.js +34 -10
  727. package/dist/server/src/lib/cli-tools/liveness-spec.js +214 -0
  728. package/dist/server/src/lib/cli-tools/opencode.js +72 -19
  729. package/dist/server/src/lib/cli-tools/session-liveness.js +64 -0
  730. package/dist/server/src/lib/cli-tools/vibe-local.js +30 -10
  731. package/dist/server/src/lib/db/app-settings-db.js +142 -0
  732. package/dist/server/src/lib/db/worktree-db.js +178 -3
  733. package/dist/server/src/lib/detection/status-reason.js +17 -0
  734. package/dist/server/src/lib/detection/tool-liveness.js +233 -0
  735. package/dist/server/src/lib/detection/version-probes.js +290 -0
  736. package/dist/server/src/lib/git/worktrees.js +10 -0
  737. package/dist/server/src/lib/repo-config/agents-config.js +298 -0
  738. package/dist/server/src/lib/selected-agents-validator.js +93 -23
  739. package/dist/server/src/lib/session/claude-session.js +39 -108
  740. package/dist/server/src/lib/tmux/tmux.js +29 -0
  741. package/dist/server/src/lib/updates/agent-updater.js +373 -0
  742. package/dist/server/src/lib/updates/agent-versions.js +138 -0
  743. package/dist/server/src/lib/updates/codex-version.js +215 -0
  744. package/dist/server/src/lib/updates/index.js +42 -0
  745. package/dist/server/src/lib/verification/gate-runner.js +298 -37
  746. package/dist/server/src/lib/verification/machine-lock.js +11 -0
  747. package/dist/server/src/lib/verification/run-verdict-vocabulary.js +151 -0
  748. package/dist/server/src/lib/verification/verify-config.js +33 -0
  749. package/dist/server/src/types/sidebar.js +40 -9
  750. package/dist/types/cli-tool-contracts.d.ts +119 -0
  751. package/dist/types/cli-tool-contracts.d.ts.map +1 -1
  752. package/package.json +1 -1
  753. package/.next/server/chunks/1601.js +0 -7
  754. package/.next/server/chunks/222.js +0 -1
  755. package/.next/server/chunks/2366.js +0 -1
  756. package/.next/server/chunks/4689.js +0 -25
  757. package/.next/server/chunks/5089.js +0 -1
  758. package/.next/server/chunks/6274.js +0 -14
  759. package/.next/server/chunks/9067.js +0 -1
  760. package/.next/server/chunks/9373.js +0 -9
  761. package/.next/static/chunks/3361-aa1b6e7c1d7eeeb4.js +0 -1
  762. package/.next/static/chunks/3922.0d2e64daf9f187da.js +0 -1
  763. package/.next/static/chunks/5229-580b581fce5aeb52.js +0 -1
  764. package/.next/static/chunks/6381-c8d93ec301dbc380.js +0 -1
  765. package/.next/static/chunks/app/api/app/update/route-e3626364434d521b.js +0 -1
  766. package/.next/static/chunks/app/api/app/update-check/route-e3626364434d521b.js +0 -1
  767. package/.next/static/chunks/app/api/assistant/conversation/route-e3626364434d521b.js +0 -1
  768. package/.next/static/chunks/app/api/assistant/current-output/route-e3626364434d521b.js +0 -1
  769. package/.next/static/chunks/app/api/assistant/messages/route-e3626364434d521b.js +0 -1
  770. package/.next/static/chunks/app/api/assistant/session/route-e3626364434d521b.js +0 -1
  771. package/.next/static/chunks/app/api/assistant/start/route-e3626364434d521b.js +0 -1
  772. package/.next/static/chunks/app/api/assistant/terminal/route-e3626364434d521b.js +0 -1
  773. package/.next/static/chunks/app/api/assistant/tools/route-e3626364434d521b.js +0 -1
  774. package/.next/static/chunks/app/api/auth/login/route-e3626364434d521b.js +0 -1
  775. package/.next/static/chunks/app/api/auth/logout/route-e3626364434d521b.js +0 -1
  776. package/.next/static/chunks/app/api/auth/status/route-e3626364434d521b.js +0 -1
  777. package/.next/static/chunks/app/api/capabilities/route-e3626364434d521b.js +0 -1
  778. package/.next/static/chunks/app/api/daily-summary/route-e3626364434d521b.js +0 -1
  779. package/.next/static/chunks/app/api/daily-summary/status/route-e3626364434d521b.js +0 -1
  780. package/.next/static/chunks/app/api/external-apps/[id]/health/route-e3626364434d521b.js +0 -1
  781. package/.next/static/chunks/app/api/external-apps/[id]/route-e3626364434d521b.js +0 -1
  782. package/.next/static/chunks/app/api/external-apps/route-e3626364434d521b.js +0 -1
  783. package/.next/static/chunks/app/api/fs/browse/route-e3626364434d521b.js +0 -1
  784. package/.next/static/chunks/app/api/fs/recent-paths/route-e3626364434d521b.js +0 -1
  785. package/.next/static/chunks/app/api/hooks/agent-event/route-e3626364434d521b.js +0 -1
  786. package/.next/static/chunks/app/api/hooks/claude-done/route-e3626364434d521b.js +0 -1
  787. package/.next/static/chunks/app/api/hooks/permission-request/route-e3626364434d521b.js +0 -1
  788. package/.next/static/chunks/app/api/metrics/vibe/route-e3626364434d521b.js +0 -1
  789. package/.next/static/chunks/app/api/ollama/models/route-e3626364434d521b.js +0 -1
  790. package/.next/static/chunks/app/api/push/escalation/route-e3626364434d521b.js +0 -1
  791. package/.next/static/chunks/app/api/push/subscriptions/route-e3626364434d521b.js +0 -1
  792. package/.next/static/chunks/app/api/push/vapid/route-e3626364434d521b.js +0 -1
  793. package/.next/static/chunks/app/api/remote/pair/route-e3626364434d521b.js +0 -1
  794. package/.next/static/chunks/app/api/repositories/[id]/route-e3626364434d521b.js +0 -1
  795. package/.next/static/chunks/app/api/repositories/[id]/todos/[todoId]/route-e3626364434d521b.js +0 -1
  796. package/.next/static/chunks/app/api/repositories/[id]/todos/route-e3626364434d521b.js +0 -1
  797. package/.next/static/chunks/app/api/repositories/clone/[jobId]/route-e3626364434d521b.js +0 -1
  798. package/.next/static/chunks/app/api/repositories/clone/route-e3626364434d521b.js +0 -1
  799. package/.next/static/chunks/app/api/repositories/excluded/route-e3626364434d521b.js +0 -1
  800. package/.next/static/chunks/app/api/repositories/restore/route-e3626364434d521b.js +0 -1
  801. package/.next/static/chunks/app/api/repositories/route-e3626364434d521b.js +0 -1
  802. package/.next/static/chunks/app/api/repositories/scan/route-e3626364434d521b.js +0 -1
  803. package/.next/static/chunks/app/api/repositories/sync/route-e3626364434d521b.js +0 -1
  804. package/.next/static/chunks/app/api/repositories/validate-path/route-e3626364434d521b.js +0 -1
  805. package/.next/static/chunks/app/api/sidebar/group-order/route-e3626364434d521b.js +0 -1
  806. package/.next/static/chunks/app/api/skills/[id]/route-e3626364434d521b.js +0 -1
  807. package/.next/static/chunks/app/api/skills/installations/route-e3626364434d521b.js +0 -1
  808. package/.next/static/chunks/app/api/skills/operations/route-e3626364434d521b.js +0 -1
  809. package/.next/static/chunks/app/api/skills/reindex/route-e3626364434d521b.js +0 -1
  810. package/.next/static/chunks/app/api/skills/route-e3626364434d521b.js +0 -1
  811. package/.next/static/chunks/app/api/slash-commands/route-e3626364434d521b.js +0 -1
  812. package/.next/static/chunks/app/api/tasks/[taskId]/cancel/route-e3626364434d521b.js +0 -1
  813. package/.next/static/chunks/app/api/tasks/[taskId]/route-e3626364434d521b.js +0 -1
  814. package/.next/static/chunks/app/api/templates/[id]/route-e3626364434d521b.js +0 -1
  815. package/.next/static/chunks/app/api/templates/route-e3626364434d521b.js +0 -1
  816. package/.next/static/chunks/app/api/todos/route-e3626364434d521b.js +0 -1
  817. package/.next/static/chunks/app/api/verification/runs/[runId]/route-e3626364434d521b.js +0 -1
  818. package/.next/static/chunks/app/api/verification/runs/route-e3626364434d521b.js +0 -1
  819. package/.next/static/chunks/app/api/worktrees/[id]/auto-yes/route-e3626364434d521b.js +0 -1
  820. package/.next/static/chunks/app/api/worktrees/[id]/capture/route-e3626364434d521b.js +0 -1
  821. package/.next/static/chunks/app/api/worktrees/[id]/clear-composer/route-e3626364434d521b.js +0 -1
  822. package/.next/static/chunks/app/api/worktrees/[id]/cli-tool/route-e3626364434d521b.js +0 -1
  823. package/.next/static/chunks/app/api/worktrees/[id]/cmate/schedules/route-e3626364434d521b.js +0 -1
  824. package/.next/static/chunks/app/api/worktrees/[id]/current-output/route-e3626364434d521b.js +0 -1
  825. package/.next/static/chunks/app/api/worktrees/[id]/env/route-e3626364434d521b.js +0 -1
  826. package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-e3626364434d521b.js +0 -1
  827. package/.next/static/chunks/app/api/worktrees/[id]/execution-logs/route-e3626364434d521b.js +0 -1
  828. package/.next/static/chunks/app/api/worktrees/[id]/files/[...path]/route-e3626364434d521b.js +0 -1
  829. package/.next/static/chunks/app/api/worktrees/[id]/git/branch/create/route-e3626364434d521b.js +0 -1
  830. package/.next/static/chunks/app/api/worktrees/[id]/git/branch/delete/route-e3626364434d521b.js +0 -1
  831. package/.next/static/chunks/app/api/worktrees/[id]/git/branches/route-e3626364434d521b.js +0 -1
  832. package/.next/static/chunks/app/api/worktrees/[id]/git/checkout/route-e3626364434d521b.js +0 -1
  833. package/.next/static/chunks/app/api/worktrees/[id]/git/commit/route-e3626364434d521b.js +0 -1
  834. package/.next/static/chunks/app/api/worktrees/[id]/git/diff/route-e3626364434d521b.js +0 -1
  835. package/.next/static/chunks/app/api/worktrees/[id]/git/fetch/route-e3626364434d521b.js +0 -1
  836. package/.next/static/chunks/app/api/worktrees/[id]/git/log/route-e3626364434d521b.js +0 -1
  837. package/.next/static/chunks/app/api/worktrees/[id]/git/pull/route-e3626364434d521b.js +0 -1
  838. package/.next/static/chunks/app/api/worktrees/[id]/git/push/route-e3626364434d521b.js +0 -1
  839. package/.next/static/chunks/app/api/worktrees/[id]/git/reset/route-e3626364434d521b.js +0 -1
  840. package/.next/static/chunks/app/api/worktrees/[id]/git/revert/route-e3626364434d521b.js +0 -1
  841. package/.next/static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-e3626364434d521b.js +0 -1
  842. package/.next/static/chunks/app/api/worktrees/[id]/git/stage/route-e3626364434d521b.js +0 -1
  843. package/.next/static/chunks/app/api/worktrees/[id]/git/staged/route-e3626364434d521b.js +0 -1
  844. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-e3626364434d521b.js +0 -1
  845. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/apply/route-e3626364434d521b.js +0 -1
  846. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/pop/route-e3626364434d521b.js +0 -1
  847. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/push/route-e3626364434d521b.js +0 -1
  848. package/.next/static/chunks/app/api/worktrees/[id]/git/stash/route-e3626364434d521b.js +0 -1
  849. package/.next/static/chunks/app/api/worktrees/[id]/git/status/route-e3626364434d521b.js +0 -1
  850. package/.next/static/chunks/app/api/worktrees/[id]/git/unstage/route-e3626364434d521b.js +0 -1
  851. package/.next/static/chunks/app/api/worktrees/[id]/git/working-diff/route-e3626364434d521b.js +0 -1
  852. package/.next/static/chunks/app/api/worktrees/[id]/instances/opencode/route-e3626364434d521b.js +0 -1
  853. package/.next/static/chunks/app/api/worktrees/[id]/interrupt/route-e3626364434d521b.js +0 -1
  854. package/.next/static/chunks/app/api/worktrees/[id]/kill-session/route-e3626364434d521b.js +0 -1
  855. package/.next/static/chunks/app/api/worktrees/[id]/logs/[filename]/route-e3626364434d521b.js +0 -1
  856. package/.next/static/chunks/app/api/worktrees/[id]/logs/route-e3626364434d521b.js +0 -1
  857. package/.next/static/chunks/app/api/worktrees/[id]/marp-render/route-e3626364434d521b.js +0 -1
  858. package/.next/static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-e3626364434d521b.js +0 -1
  859. package/.next/static/chunks/app/api/worktrees/[id]/memos/route-e3626364434d521b.js +0 -1
  860. package/.next/static/chunks/app/api/worktrees/[id]/messages/route-e3626364434d521b.js +0 -1
  861. package/.next/static/chunks/app/api/worktrees/[id]/opencode/diff/route-e3626364434d521b.js +0 -1
  862. package/.next/static/chunks/app/api/worktrees/[id]/opencode/session/route-e3626364434d521b.js +0 -1
  863. package/.next/static/chunks/app/api/worktrees/[id]/opencode/share/route-e3626364434d521b.js +0 -1
  864. package/.next/static/chunks/app/api/worktrees/[id]/prompt-response/route-e3626364434d521b.js +0 -1
  865. package/.next/static/chunks/app/api/worktrees/[id]/resolve-target/route-e3626364434d521b.js +0 -1
  866. package/.next/static/chunks/app/api/worktrees/[id]/respond/route-e3626364434d521b.js +0 -1
  867. package/.next/static/chunks/app/api/worktrees/[id]/route-e3626364434d521b.js +0 -1
  868. package/.next/static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-e3626364434d521b.js +0 -1
  869. package/.next/static/chunks/app/api/worktrees/[id]/schedules/active/route-e3626364434d521b.js +0 -1
  870. package/.next/static/chunks/app/api/worktrees/[id]/schedules/route-e3626364434d521b.js +0 -1
  871. package/.next/static/chunks/app/api/worktrees/[id]/search/route-e3626364434d521b.js +0 -1
  872. package/.next/static/chunks/app/api/worktrees/[id]/send/route-e3626364434d521b.js +0 -1
  873. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-e3626364434d521b.js +0 -1
  874. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-e3626364434d521b.js +0 -1
  875. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-e3626364434d521b.js +0 -1
  876. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-e3626364434d521b.js +0 -1
  877. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-e3626364434d521b.js +0 -1
  878. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/update/route-e3626364434d521b.js +0 -1
  879. package/.next/static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-e3626364434d521b.js +0 -1
  880. package/.next/static/chunks/app/api/worktrees/[id]/skills/route-e3626364434d521b.js +0 -1
  881. package/.next/static/chunks/app/api/worktrees/[id]/slash-commands/route-e3626364434d521b.js +0 -1
  882. package/.next/static/chunks/app/api/worktrees/[id]/special-keys/route-e3626364434d521b.js +0 -1
  883. package/.next/static/chunks/app/api/worktrees/[id]/start-polling/route-e3626364434d521b.js +0 -1
  884. package/.next/static/chunks/app/api/worktrees/[id]/tasks/route-e3626364434d521b.js +0 -1
  885. package/.next/static/chunks/app/api/worktrees/[id]/terminal/route-e3626364434d521b.js +0 -1
  886. package/.next/static/chunks/app/api/worktrees/[id]/timers/history/route-e3626364434d521b.js +0 -1
  887. package/.next/static/chunks/app/api/worktrees/[id]/timers/route-e3626364434d521b.js +0 -1
  888. package/.next/static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-e3626364434d521b.js +0 -1
  889. package/.next/static/chunks/app/api/worktrees/[id]/todos/route-e3626364434d521b.js +0 -1
  890. package/.next/static/chunks/app/api/worktrees/[id]/tree/[...path]/route-e3626364434d521b.js +0 -1
  891. package/.next/static/chunks/app/api/worktrees/[id]/tree/route-e3626364434d521b.js +0 -1
  892. package/.next/static/chunks/app/api/worktrees/[id]/upload/[...path]/route-e3626364434d521b.js +0 -1
  893. package/.next/static/chunks/app/api/worktrees/[id]/verify/route-e3626364434d521b.js +0 -1
  894. package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-e3626364434d521b.js +0 -1
  895. package/.next/static/chunks/app/api/worktrees/[id]/verify/runs/route-e3626364434d521b.js +0 -1
  896. package/.next/static/chunks/app/api/worktrees/[id]/viewed/route-e3626364434d521b.js +0 -1
  897. package/.next/static/chunks/app/api/worktrees/route-e3626364434d521b.js +0 -1
  898. package/.next/static/chunks/app/manifest.webmanifest/route-e3626364434d521b.js +0 -1
  899. package/.next/static/chunks/app/more/page-03867ab635d197c7.js +0 -1
  900. package/.next/static/chunks/app/proxy/[...path]/route-e3626364434d521b.js +0 -1
  901. package/.next/static/chunks/app/review/page-9a6d18ddcccbb63c.js +0 -1
  902. package/.next/static/chunks/app/sessions/page-4d5382b257077c14.js +0 -1
  903. package/.next/static/chunks/app/worktrees/[id]/layout-e3626364434d521b.js +0 -1
  904. package/.next/static/chunks/app/worktrees/[id]/page-c07b23b6ca58091c.js +0 -1
  905. package/.next/static/css/b6990f889f4f9515.css +0 -1
  906. package/.next/static/uulKcSOgyxChTo4SipUSF/_buildManifest.js +0 -1
  907. /package/.next/static/{uulKcSOgyxChTo4SipUSF → 0YoRrahue4Vchxg1z83IQ}/_ssgManifest.js +0 -0
@@ -1,35 +1,35 @@
1
1
  {
2
2
  "pages": {
3
3
  "/_not-found/page": [
4
- "static/chunks/webpack-7e79064bfce988d7.js",
4
+ "static/chunks/webpack-9f75198882fdaf08.js",
5
5
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
6
6
  "static/chunks/1255-8cb587d9170b45ed.js",
7
7
  "static/chunks/main-app-5d631b93b1219836.js",
8
8
  "static/chunks/app/_not-found/page-2500a82e3c379b3b.js"
9
9
  ],
10
10
  "/global-error": [
11
- "static/chunks/webpack-7e79064bfce988d7.js",
11
+ "static/chunks/webpack-9f75198882fdaf08.js",
12
12
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
13
13
  "static/chunks/1255-8cb587d9170b45ed.js",
14
14
  "static/chunks/main-app-5d631b93b1219836.js",
15
15
  "static/chunks/app/global-error-7b761b8e181ffc1f.js"
16
16
  ],
17
17
  "/layout": [
18
- "static/chunks/webpack-7e79064bfce988d7.js",
18
+ "static/chunks/webpack-9f75198882fdaf08.js",
19
19
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
20
20
  "static/chunks/1255-8cb587d9170b45ed.js",
21
21
  "static/chunks/main-app-5d631b93b1219836.js",
22
22
  "static/css/531c1fcb1e69d47b.css",
23
- "static/css/b6990f889f4f9515.css",
23
+ "static/css/b326c8a734e1928e.css",
24
24
  "static/chunks/6809-c40780dcdbb38ec5.js",
25
25
  "static/chunks/4909-1f5c586e3e84e0a5.js",
26
26
  "static/chunks/6402-d91e099c3f2d78f4.js",
27
- "static/chunks/6381-c8d93ec301dbc380.js",
27
+ "static/chunks/6381-9ba5198c0a6ff197.js",
28
28
  "static/chunks/4322-dfd5a7119b5ba4fc.js",
29
29
  "static/chunks/app/layout-6a26ea22d5cf03dc.js"
30
30
  ],
31
31
  "/error": [
32
- "static/chunks/webpack-7e79064bfce988d7.js",
32
+ "static/chunks/webpack-9f75198882fdaf08.js",
33
33
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
34
34
  "static/chunks/1255-8cb587d9170b45ed.js",
35
35
  "static/chunks/main-app-5d631b93b1219836.js",
@@ -37,7 +37,7 @@
37
37
  "static/chunks/app/error-27ab04bce6545dae.js"
38
38
  ],
39
39
  "/loading": [
40
- "static/chunks/webpack-7e79064bfce988d7.js",
40
+ "static/chunks/webpack-9f75198882fdaf08.js",
41
41
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
42
42
  "static/chunks/1255-8cb587d9170b45ed.js",
43
43
  "static/chunks/main-app-5d631b93b1219836.js",
@@ -45,952 +45,994 @@
45
45
  "static/chunks/app/loading-c58ba2c3f4363277.js"
46
46
  ],
47
47
  "/api/assistant/conversation/route": [
48
- "static/chunks/webpack-7e79064bfce988d7.js",
48
+ "static/chunks/webpack-9f75198882fdaf08.js",
49
49
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
50
50
  "static/chunks/1255-8cb587d9170b45ed.js",
51
51
  "static/chunks/main-app-5d631b93b1219836.js",
52
- "static/chunks/app/api/assistant/conversation/route-e3626364434d521b.js"
52
+ "static/chunks/app/api/assistant/conversation/route-1c30fb8d4d6fa6ef.js"
53
53
  ],
54
54
  "/api/assistant/current-output/route": [
55
- "static/chunks/webpack-7e79064bfce988d7.js",
55
+ "static/chunks/webpack-9f75198882fdaf08.js",
56
56
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
57
57
  "static/chunks/1255-8cb587d9170b45ed.js",
58
58
  "static/chunks/main-app-5d631b93b1219836.js",
59
- "static/chunks/app/api/assistant/current-output/route-e3626364434d521b.js"
59
+ "static/chunks/app/api/assistant/current-output/route-1c30fb8d4d6fa6ef.js"
60
60
  ],
61
61
  "/api/assistant/messages/route": [
62
- "static/chunks/webpack-7e79064bfce988d7.js",
62
+ "static/chunks/webpack-9f75198882fdaf08.js",
63
63
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
64
64
  "static/chunks/1255-8cb587d9170b45ed.js",
65
65
  "static/chunks/main-app-5d631b93b1219836.js",
66
- "static/chunks/app/api/assistant/messages/route-e3626364434d521b.js"
66
+ "static/chunks/app/api/assistant/messages/route-1c30fb8d4d6fa6ef.js"
67
67
  ],
68
68
  "/api/assistant/session/route": [
69
- "static/chunks/webpack-7e79064bfce988d7.js",
69
+ "static/chunks/webpack-9f75198882fdaf08.js",
70
70
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
71
71
  "static/chunks/1255-8cb587d9170b45ed.js",
72
72
  "static/chunks/main-app-5d631b93b1219836.js",
73
- "static/chunks/app/api/assistant/session/route-e3626364434d521b.js"
73
+ "static/chunks/app/api/assistant/session/route-1c30fb8d4d6fa6ef.js"
74
74
  ],
75
75
  "/api/assistant/start/route": [
76
- "static/chunks/webpack-7e79064bfce988d7.js",
76
+ "static/chunks/webpack-9f75198882fdaf08.js",
77
77
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
78
78
  "static/chunks/1255-8cb587d9170b45ed.js",
79
79
  "static/chunks/main-app-5d631b93b1219836.js",
80
- "static/chunks/app/api/assistant/start/route-e3626364434d521b.js"
80
+ "static/chunks/app/api/assistant/start/route-1c30fb8d4d6fa6ef.js"
81
81
  ],
82
82
  "/api/assistant/terminal/route": [
83
- "static/chunks/webpack-7e79064bfce988d7.js",
83
+ "static/chunks/webpack-9f75198882fdaf08.js",
84
84
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
85
85
  "static/chunks/1255-8cb587d9170b45ed.js",
86
86
  "static/chunks/main-app-5d631b93b1219836.js",
87
- "static/chunks/app/api/assistant/terminal/route-e3626364434d521b.js"
87
+ "static/chunks/app/api/assistant/terminal/route-1c30fb8d4d6fa6ef.js"
88
88
  ],
89
89
  "/api/assistant/tools/route": [
90
- "static/chunks/webpack-7e79064bfce988d7.js",
90
+ "static/chunks/webpack-9f75198882fdaf08.js",
91
91
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
92
92
  "static/chunks/1255-8cb587d9170b45ed.js",
93
93
  "static/chunks/main-app-5d631b93b1219836.js",
94
- "static/chunks/app/api/assistant/tools/route-e3626364434d521b.js"
94
+ "static/chunks/app/api/assistant/tools/route-1c30fb8d4d6fa6ef.js"
95
95
  ],
96
96
  "/api/auth/logout/route": [
97
- "static/chunks/webpack-7e79064bfce988d7.js",
97
+ "static/chunks/webpack-9f75198882fdaf08.js",
98
98
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
99
99
  "static/chunks/1255-8cb587d9170b45ed.js",
100
100
  "static/chunks/main-app-5d631b93b1219836.js",
101
- "static/chunks/app/api/auth/logout/route-e3626364434d521b.js"
101
+ "static/chunks/app/api/auth/logout/route-1c30fb8d4d6fa6ef.js"
102
102
  ],
103
103
  "/api/auth/login/route": [
104
- "static/chunks/webpack-7e79064bfce988d7.js",
104
+ "static/chunks/webpack-9f75198882fdaf08.js",
105
105
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
106
106
  "static/chunks/1255-8cb587d9170b45ed.js",
107
107
  "static/chunks/main-app-5d631b93b1219836.js",
108
- "static/chunks/app/api/auth/login/route-e3626364434d521b.js"
108
+ "static/chunks/app/api/auth/login/route-1c30fb8d4d6fa6ef.js"
109
109
  ],
110
110
  "/api/daily-summary/route": [
111
- "static/chunks/webpack-7e79064bfce988d7.js",
111
+ "static/chunks/webpack-9f75198882fdaf08.js",
112
112
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
113
113
  "static/chunks/1255-8cb587d9170b45ed.js",
114
114
  "static/chunks/main-app-5d631b93b1219836.js",
115
- "static/chunks/app/api/daily-summary/route-e3626364434d521b.js"
115
+ "static/chunks/app/api/daily-summary/route-1c30fb8d4d6fa6ef.js"
116
116
  ],
117
117
  "/api/hooks/agent-event/route": [
118
- "static/chunks/webpack-7e79064bfce988d7.js",
118
+ "static/chunks/webpack-9f75198882fdaf08.js",
119
119
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
120
120
  "static/chunks/1255-8cb587d9170b45ed.js",
121
121
  "static/chunks/main-app-5d631b93b1219836.js",
122
- "static/chunks/app/api/hooks/agent-event/route-e3626364434d521b.js"
122
+ "static/chunks/app/api/hooks/agent-event/route-1c30fb8d4d6fa6ef.js"
123
123
  ],
124
124
  "/api/hooks/claude-done/route": [
125
- "static/chunks/webpack-7e79064bfce988d7.js",
125
+ "static/chunks/webpack-9f75198882fdaf08.js",
126
126
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
127
127
  "static/chunks/1255-8cb587d9170b45ed.js",
128
128
  "static/chunks/main-app-5d631b93b1219836.js",
129
- "static/chunks/app/api/hooks/claude-done/route-e3626364434d521b.js"
129
+ "static/chunks/app/api/hooks/claude-done/route-1c30fb8d4d6fa6ef.js"
130
130
  ],
131
131
  "/api/hooks/permission-request/route": [
132
- "static/chunks/webpack-7e79064bfce988d7.js",
132
+ "static/chunks/webpack-9f75198882fdaf08.js",
133
133
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
134
134
  "static/chunks/1255-8cb587d9170b45ed.js",
135
135
  "static/chunks/main-app-5d631b93b1219836.js",
136
- "static/chunks/app/api/hooks/permission-request/route-e3626364434d521b.js"
136
+ "static/chunks/app/api/hooks/permission-request/route-1c30fb8d4d6fa6ef.js"
137
137
  ],
138
138
  "/api/metrics/vibe/route": [
139
- "static/chunks/webpack-7e79064bfce988d7.js",
139
+ "static/chunks/webpack-9f75198882fdaf08.js",
140
140
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
141
141
  "static/chunks/1255-8cb587d9170b45ed.js",
142
142
  "static/chunks/main-app-5d631b93b1219836.js",
143
- "static/chunks/app/api/metrics/vibe/route-e3626364434d521b.js"
143
+ "static/chunks/app/api/metrics/vibe/route-1c30fb8d4d6fa6ef.js"
144
144
  ],
145
145
  "/api/ollama/models/route": [
146
- "static/chunks/webpack-7e79064bfce988d7.js",
146
+ "static/chunks/webpack-9f75198882fdaf08.js",
147
147
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
148
148
  "static/chunks/1255-8cb587d9170b45ed.js",
149
149
  "static/chunks/main-app-5d631b93b1219836.js",
150
- "static/chunks/app/api/ollama/models/route-e3626364434d521b.js"
150
+ "static/chunks/app/api/ollama/models/route-1c30fb8d4d6fa6ef.js"
151
151
  ],
152
152
  "/api/repositories/[id]/route": [
153
- "static/chunks/webpack-7e79064bfce988d7.js",
153
+ "static/chunks/webpack-9f75198882fdaf08.js",
154
154
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
155
155
  "static/chunks/1255-8cb587d9170b45ed.js",
156
156
  "static/chunks/main-app-5d631b93b1219836.js",
157
- "static/chunks/app/api/repositories/[id]/route-e3626364434d521b.js"
157
+ "static/chunks/app/api/repositories/[id]/route-1c30fb8d4d6fa6ef.js"
158
158
  ],
159
159
  "/api/repositories/[id]/todos/[todoId]/route": [
160
- "static/chunks/webpack-7e79064bfce988d7.js",
160
+ "static/chunks/webpack-9f75198882fdaf08.js",
161
161
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
162
162
  "static/chunks/1255-8cb587d9170b45ed.js",
163
163
  "static/chunks/main-app-5d631b93b1219836.js",
164
- "static/chunks/app/api/repositories/[id]/todos/[todoId]/route-e3626364434d521b.js"
164
+ "static/chunks/app/api/repositories/[id]/todos/[todoId]/route-1c30fb8d4d6fa6ef.js"
165
165
  ],
166
166
  "/api/repositories/[id]/todos/route": [
167
- "static/chunks/webpack-7e79064bfce988d7.js",
167
+ "static/chunks/webpack-9f75198882fdaf08.js",
168
168
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
169
169
  "static/chunks/1255-8cb587d9170b45ed.js",
170
170
  "static/chunks/main-app-5d631b93b1219836.js",
171
- "static/chunks/app/api/repositories/[id]/todos/route-e3626364434d521b.js"
171
+ "static/chunks/app/api/repositories/[id]/todos/route-1c30fb8d4d6fa6ef.js"
172
172
  ],
173
173
  "/api/repositories/clone/[jobId]/route": [
174
- "static/chunks/webpack-7e79064bfce988d7.js",
174
+ "static/chunks/webpack-9f75198882fdaf08.js",
175
175
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
176
176
  "static/chunks/1255-8cb587d9170b45ed.js",
177
177
  "static/chunks/main-app-5d631b93b1219836.js",
178
- "static/chunks/app/api/repositories/clone/[jobId]/route-e3626364434d521b.js"
178
+ "static/chunks/app/api/repositories/clone/[jobId]/route-1c30fb8d4d6fa6ef.js"
179
179
  ],
180
- "/api/repositories/excluded/route": [
181
- "static/chunks/webpack-7e79064bfce988d7.js",
180
+ "/api/repositories/clone/route": [
181
+ "static/chunks/webpack-9f75198882fdaf08.js",
182
182
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
183
183
  "static/chunks/1255-8cb587d9170b45ed.js",
184
184
  "static/chunks/main-app-5d631b93b1219836.js",
185
- "static/chunks/app/api/repositories/excluded/route-e3626364434d521b.js"
185
+ "static/chunks/app/api/repositories/clone/route-1c30fb8d4d6fa6ef.js"
186
186
  ],
187
- "/api/repositories/clone/route": [
188
- "static/chunks/webpack-7e79064bfce988d7.js",
187
+ "/api/repositories/excluded/route": [
188
+ "static/chunks/webpack-9f75198882fdaf08.js",
189
189
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
190
190
  "static/chunks/1255-8cb587d9170b45ed.js",
191
191
  "static/chunks/main-app-5d631b93b1219836.js",
192
- "static/chunks/app/api/repositories/clone/route-e3626364434d521b.js"
192
+ "static/chunks/app/api/repositories/excluded/route-1c30fb8d4d6fa6ef.js"
193
193
  ],
194
194
  "/api/repositories/restore/route": [
195
- "static/chunks/webpack-7e79064bfce988d7.js",
195
+ "static/chunks/webpack-9f75198882fdaf08.js",
196
196
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
197
197
  "static/chunks/1255-8cb587d9170b45ed.js",
198
198
  "static/chunks/main-app-5d631b93b1219836.js",
199
- "static/chunks/app/api/repositories/restore/route-e3626364434d521b.js"
199
+ "static/chunks/app/api/repositories/restore/route-1c30fb8d4d6fa6ef.js"
200
200
  ],
201
201
  "/api/repositories/route": [
202
- "static/chunks/webpack-7e79064bfce988d7.js",
202
+ "static/chunks/webpack-9f75198882fdaf08.js",
203
203
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
204
204
  "static/chunks/1255-8cb587d9170b45ed.js",
205
205
  "static/chunks/main-app-5d631b93b1219836.js",
206
- "static/chunks/app/api/repositories/route-e3626364434d521b.js"
206
+ "static/chunks/app/api/repositories/route-1c30fb8d4d6fa6ef.js"
207
207
  ],
208
208
  "/api/repositories/scan/route": [
209
- "static/chunks/webpack-7e79064bfce988d7.js",
209
+ "static/chunks/webpack-9f75198882fdaf08.js",
210
210
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
211
211
  "static/chunks/1255-8cb587d9170b45ed.js",
212
212
  "static/chunks/main-app-5d631b93b1219836.js",
213
- "static/chunks/app/api/repositories/scan/route-e3626364434d521b.js"
213
+ "static/chunks/app/api/repositories/scan/route-1c30fb8d4d6fa6ef.js"
214
214
  ],
215
215
  "/api/repositories/sync/route": [
216
- "static/chunks/webpack-7e79064bfce988d7.js",
216
+ "static/chunks/webpack-9f75198882fdaf08.js",
217
217
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
218
218
  "static/chunks/1255-8cb587d9170b45ed.js",
219
219
  "static/chunks/main-app-5d631b93b1219836.js",
220
- "static/chunks/app/api/repositories/sync/route-e3626364434d521b.js"
220
+ "static/chunks/app/api/repositories/sync/route-1c30fb8d4d6fa6ef.js"
221
221
  ],
222
222
  "/api/slash-commands/route": [
223
- "static/chunks/webpack-7e79064bfce988d7.js",
223
+ "static/chunks/webpack-9f75198882fdaf08.js",
224
224
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
225
225
  "static/chunks/1255-8cb587d9170b45ed.js",
226
226
  "static/chunks/main-app-5d631b93b1219836.js",
227
- "static/chunks/app/api/slash-commands/route-e3626364434d521b.js"
227
+ "static/chunks/app/api/slash-commands/route-1c30fb8d4d6fa6ef.js"
228
228
  ],
229
229
  "/api/tasks/[taskId]/cancel/route": [
230
- "static/chunks/webpack-7e79064bfce988d7.js",
230
+ "static/chunks/webpack-9f75198882fdaf08.js",
231
231
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
232
232
  "static/chunks/1255-8cb587d9170b45ed.js",
233
233
  "static/chunks/main-app-5d631b93b1219836.js",
234
- "static/chunks/app/api/tasks/[taskId]/cancel/route-e3626364434d521b.js"
234
+ "static/chunks/app/api/tasks/[taskId]/cancel/route-1c30fb8d4d6fa6ef.js"
235
235
  ],
236
- "/api/templates/[id]/route": [
237
- "static/chunks/webpack-7e79064bfce988d7.js",
236
+ "/api/tasks/[taskId]/route": [
237
+ "static/chunks/webpack-9f75198882fdaf08.js",
238
238
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
239
239
  "static/chunks/1255-8cb587d9170b45ed.js",
240
240
  "static/chunks/main-app-5d631b93b1219836.js",
241
- "static/chunks/app/api/templates/[id]/route-e3626364434d521b.js"
241
+ "static/chunks/app/api/tasks/[taskId]/route-1c30fb8d4d6fa6ef.js"
242
242
  ],
243
- "/api/tasks/[taskId]/route": [
244
- "static/chunks/webpack-7e79064bfce988d7.js",
243
+ "/api/templates/[id]/route": [
244
+ "static/chunks/webpack-9f75198882fdaf08.js",
245
245
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
246
246
  "static/chunks/1255-8cb587d9170b45ed.js",
247
247
  "static/chunks/main-app-5d631b93b1219836.js",
248
- "static/chunks/app/api/tasks/[taskId]/route-e3626364434d521b.js"
248
+ "static/chunks/app/api/templates/[id]/route-1c30fb8d4d6fa6ef.js"
249
249
  ],
250
250
  "/api/templates/route": [
251
- "static/chunks/webpack-7e79064bfce988d7.js",
251
+ "static/chunks/webpack-9f75198882fdaf08.js",
252
252
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
253
253
  "static/chunks/1255-8cb587d9170b45ed.js",
254
254
  "static/chunks/main-app-5d631b93b1219836.js",
255
- "static/chunks/app/api/templates/route-e3626364434d521b.js"
255
+ "static/chunks/app/api/templates/route-1c30fb8d4d6fa6ef.js"
256
256
  ],
257
257
  "/api/verification/runs/[runId]/route": [
258
- "static/chunks/webpack-7e79064bfce988d7.js",
258
+ "static/chunks/webpack-9f75198882fdaf08.js",
259
259
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
260
260
  "static/chunks/1255-8cb587d9170b45ed.js",
261
261
  "static/chunks/main-app-5d631b93b1219836.js",
262
- "static/chunks/app/api/verification/runs/[runId]/route-e3626364434d521b.js"
262
+ "static/chunks/app/api/verification/runs/[runId]/route-1c30fb8d4d6fa6ef.js"
263
263
  ],
264
264
  "/api/verification/runs/route": [
265
- "static/chunks/webpack-7e79064bfce988d7.js",
265
+ "static/chunks/webpack-9f75198882fdaf08.js",
266
266
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
267
267
  "static/chunks/1255-8cb587d9170b45ed.js",
268
268
  "static/chunks/main-app-5d631b93b1219836.js",
269
- "static/chunks/app/api/verification/runs/route-e3626364434d521b.js"
269
+ "static/chunks/app/api/verification/runs/route-1c30fb8d4d6fa6ef.js"
270
270
  ],
271
271
  "/api/worktrees/[id]/auto-yes/route": [
272
- "static/chunks/webpack-7e79064bfce988d7.js",
272
+ "static/chunks/webpack-9f75198882fdaf08.js",
273
273
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
274
274
  "static/chunks/1255-8cb587d9170b45ed.js",
275
275
  "static/chunks/main-app-5d631b93b1219836.js",
276
- "static/chunks/app/api/worktrees/[id]/auto-yes/route-e3626364434d521b.js"
276
+ "static/chunks/app/api/worktrees/[id]/auto-yes/route-1c30fb8d4d6fa6ef.js"
277
277
  ],
278
- "/api/worktrees/[id]/cli-tool/route": [
279
- "static/chunks/webpack-7e79064bfce988d7.js",
278
+ "/api/worktrees/[id]/capture/route": [
279
+ "static/chunks/webpack-9f75198882fdaf08.js",
280
280
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
281
281
  "static/chunks/1255-8cb587d9170b45ed.js",
282
282
  "static/chunks/main-app-5d631b93b1219836.js",
283
- "static/chunks/app/api/worktrees/[id]/cli-tool/route-e3626364434d521b.js"
283
+ "static/chunks/app/api/worktrees/[id]/capture/route-1c30fb8d4d6fa6ef.js"
284
284
  ],
285
- "/api/worktrees/[id]/capture/route": [
286
- "static/chunks/webpack-7e79064bfce988d7.js",
285
+ "/api/worktrees/[id]/clear-composer/route": [
286
+ "static/chunks/webpack-9f75198882fdaf08.js",
287
287
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
288
288
  "static/chunks/1255-8cb587d9170b45ed.js",
289
289
  "static/chunks/main-app-5d631b93b1219836.js",
290
- "static/chunks/app/api/worktrees/[id]/capture/route-e3626364434d521b.js"
290
+ "static/chunks/app/api/worktrees/[id]/clear-composer/route-1c30fb8d4d6fa6ef.js"
291
291
  ],
292
- "/api/worktrees/[id]/clear-composer/route": [
293
- "static/chunks/webpack-7e79064bfce988d7.js",
292
+ "/api/worktrees/[id]/cli-tool/route": [
293
+ "static/chunks/webpack-9f75198882fdaf08.js",
294
294
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
295
295
  "static/chunks/1255-8cb587d9170b45ed.js",
296
296
  "static/chunks/main-app-5d631b93b1219836.js",
297
- "static/chunks/app/api/worktrees/[id]/clear-composer/route-e3626364434d521b.js"
297
+ "static/chunks/app/api/worktrees/[id]/cli-tool/route-1c30fb8d4d6fa6ef.js"
298
298
  ],
299
- "/api/worktrees/[id]/cmate/schedules/route": [
300
- "static/chunks/webpack-7e79064bfce988d7.js",
299
+ "/api/worktrees/[id]/current-output/route": [
300
+ "static/chunks/webpack-9f75198882fdaf08.js",
301
301
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
302
302
  "static/chunks/1255-8cb587d9170b45ed.js",
303
303
  "static/chunks/main-app-5d631b93b1219836.js",
304
- "static/chunks/app/api/worktrees/[id]/cmate/schedules/route-e3626364434d521b.js"
304
+ "static/chunks/app/api/worktrees/[id]/current-output/route-1c30fb8d4d6fa6ef.js"
305
305
  ],
306
- "/api/worktrees/[id]/current-output/route": [
307
- "static/chunks/webpack-7e79064bfce988d7.js",
306
+ "/api/worktrees/[id]/cmate/schedules/route": [
307
+ "static/chunks/webpack-9f75198882fdaf08.js",
308
308
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
309
309
  "static/chunks/1255-8cb587d9170b45ed.js",
310
310
  "static/chunks/main-app-5d631b93b1219836.js",
311
- "static/chunks/app/api/worktrees/[id]/current-output/route-e3626364434d521b.js"
311
+ "static/chunks/app/api/worktrees/[id]/cmate/schedules/route-1c30fb8d4d6fa6ef.js"
312
312
  ],
313
313
  "/api/worktrees/[id]/env/route": [
314
- "static/chunks/webpack-7e79064bfce988d7.js",
314
+ "static/chunks/webpack-9f75198882fdaf08.js",
315
315
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
316
316
  "static/chunks/1255-8cb587d9170b45ed.js",
317
317
  "static/chunks/main-app-5d631b93b1219836.js",
318
- "static/chunks/app/api/worktrees/[id]/env/route-e3626364434d521b.js"
318
+ "static/chunks/app/api/worktrees/[id]/env/route-1c30fb8d4d6fa6ef.js"
319
319
  ],
320
- "/api/worktrees/[id]/execution-logs/route": [
321
- "static/chunks/webpack-7e79064bfce988d7.js",
320
+ "/api/worktrees/[id]/execution-logs/[logId]/route": [
321
+ "static/chunks/webpack-9f75198882fdaf08.js",
322
322
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
323
323
  "static/chunks/1255-8cb587d9170b45ed.js",
324
324
  "static/chunks/main-app-5d631b93b1219836.js",
325
- "static/chunks/app/api/worktrees/[id]/execution-logs/route-e3626364434d521b.js"
325
+ "static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-1c30fb8d4d6fa6ef.js"
326
326
  ],
327
- "/api/worktrees/[id]/execution-logs/[logId]/route": [
328
- "static/chunks/webpack-7e79064bfce988d7.js",
327
+ "/api/worktrees/[id]/execution-logs/route": [
328
+ "static/chunks/webpack-9f75198882fdaf08.js",
329
329
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
330
330
  "static/chunks/1255-8cb587d9170b45ed.js",
331
331
  "static/chunks/main-app-5d631b93b1219836.js",
332
- "static/chunks/app/api/worktrees/[id]/execution-logs/[logId]/route-e3626364434d521b.js"
332
+ "static/chunks/app/api/worktrees/[id]/execution-logs/route-1c30fb8d4d6fa6ef.js"
333
333
  ],
334
334
  "/api/worktrees/[id]/files/[...path]/route": [
335
- "static/chunks/webpack-7e79064bfce988d7.js",
335
+ "static/chunks/webpack-9f75198882fdaf08.js",
336
336
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
337
337
  "static/chunks/1255-8cb587d9170b45ed.js",
338
338
  "static/chunks/main-app-5d631b93b1219836.js",
339
- "static/chunks/app/api/worktrees/[id]/files/[...path]/route-e3626364434d521b.js"
339
+ "static/chunks/app/api/worktrees/[id]/files/[...path]/route-1c30fb8d4d6fa6ef.js"
340
340
  ],
341
341
  "/api/worktrees/[id]/git/branch/create/route": [
342
- "static/chunks/webpack-7e79064bfce988d7.js",
342
+ "static/chunks/webpack-9f75198882fdaf08.js",
343
343
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
344
344
  "static/chunks/1255-8cb587d9170b45ed.js",
345
345
  "static/chunks/main-app-5d631b93b1219836.js",
346
- "static/chunks/app/api/worktrees/[id]/git/branch/create/route-e3626364434d521b.js"
346
+ "static/chunks/app/api/worktrees/[id]/git/branch/create/route-1c30fb8d4d6fa6ef.js"
347
347
  ],
348
- "/api/worktrees/[id]/git/branch/delete/route": [
349
- "static/chunks/webpack-7e79064bfce988d7.js",
348
+ "/api/worktrees/[id]/git/branches/route": [
349
+ "static/chunks/webpack-9f75198882fdaf08.js",
350
350
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
351
351
  "static/chunks/1255-8cb587d9170b45ed.js",
352
352
  "static/chunks/main-app-5d631b93b1219836.js",
353
- "static/chunks/app/api/worktrees/[id]/git/branch/delete/route-e3626364434d521b.js"
353
+ "static/chunks/app/api/worktrees/[id]/git/branches/route-1c30fb8d4d6fa6ef.js"
354
354
  ],
355
- "/api/worktrees/[id]/git/branches/route": [
356
- "static/chunks/webpack-7e79064bfce988d7.js",
355
+ "/api/worktrees/[id]/git/branch/delete/route": [
356
+ "static/chunks/webpack-9f75198882fdaf08.js",
357
357
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
358
358
  "static/chunks/1255-8cb587d9170b45ed.js",
359
359
  "static/chunks/main-app-5d631b93b1219836.js",
360
- "static/chunks/app/api/worktrees/[id]/git/branches/route-e3626364434d521b.js"
360
+ "static/chunks/app/api/worktrees/[id]/git/branch/delete/route-1c30fb8d4d6fa6ef.js"
361
361
  ],
362
362
  "/api/worktrees/[id]/git/checkout/route": [
363
- "static/chunks/webpack-7e79064bfce988d7.js",
363
+ "static/chunks/webpack-9f75198882fdaf08.js",
364
364
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
365
365
  "static/chunks/1255-8cb587d9170b45ed.js",
366
366
  "static/chunks/main-app-5d631b93b1219836.js",
367
- "static/chunks/app/api/worktrees/[id]/git/checkout/route-e3626364434d521b.js"
367
+ "static/chunks/app/api/worktrees/[id]/git/checkout/route-1c30fb8d4d6fa6ef.js"
368
368
  ],
369
369
  "/api/worktrees/[id]/git/commit/route": [
370
- "static/chunks/webpack-7e79064bfce988d7.js",
370
+ "static/chunks/webpack-9f75198882fdaf08.js",
371
371
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
372
372
  "static/chunks/1255-8cb587d9170b45ed.js",
373
373
  "static/chunks/main-app-5d631b93b1219836.js",
374
- "static/chunks/app/api/worktrees/[id]/git/commit/route-e3626364434d521b.js"
374
+ "static/chunks/app/api/worktrees/[id]/git/commit/route-1c30fb8d4d6fa6ef.js"
375
375
  ],
376
376
  "/api/worktrees/[id]/git/diff/route": [
377
- "static/chunks/webpack-7e79064bfce988d7.js",
377
+ "static/chunks/webpack-9f75198882fdaf08.js",
378
378
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
379
379
  "static/chunks/1255-8cb587d9170b45ed.js",
380
380
  "static/chunks/main-app-5d631b93b1219836.js",
381
- "static/chunks/app/api/worktrees/[id]/git/diff/route-e3626364434d521b.js"
381
+ "static/chunks/app/api/worktrees/[id]/git/diff/route-1c30fb8d4d6fa6ef.js"
382
382
  ],
383
383
  "/api/worktrees/[id]/git/fetch/route": [
384
- "static/chunks/webpack-7e79064bfce988d7.js",
384
+ "static/chunks/webpack-9f75198882fdaf08.js",
385
385
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
386
386
  "static/chunks/1255-8cb587d9170b45ed.js",
387
387
  "static/chunks/main-app-5d631b93b1219836.js",
388
- "static/chunks/app/api/worktrees/[id]/git/fetch/route-e3626364434d521b.js"
388
+ "static/chunks/app/api/worktrees/[id]/git/fetch/route-1c30fb8d4d6fa6ef.js"
389
389
  ],
390
390
  "/api/worktrees/[id]/git/log/route": [
391
- "static/chunks/webpack-7e79064bfce988d7.js",
391
+ "static/chunks/webpack-9f75198882fdaf08.js",
392
392
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
393
393
  "static/chunks/1255-8cb587d9170b45ed.js",
394
394
  "static/chunks/main-app-5d631b93b1219836.js",
395
- "static/chunks/app/api/worktrees/[id]/git/log/route-e3626364434d521b.js"
395
+ "static/chunks/app/api/worktrees/[id]/git/log/route-1c30fb8d4d6fa6ef.js"
396
396
  ],
397
397
  "/api/worktrees/[id]/git/pull/route": [
398
- "static/chunks/webpack-7e79064bfce988d7.js",
398
+ "static/chunks/webpack-9f75198882fdaf08.js",
399
399
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
400
400
  "static/chunks/1255-8cb587d9170b45ed.js",
401
401
  "static/chunks/main-app-5d631b93b1219836.js",
402
- "static/chunks/app/api/worktrees/[id]/git/pull/route-e3626364434d521b.js"
402
+ "static/chunks/app/api/worktrees/[id]/git/pull/route-1c30fb8d4d6fa6ef.js"
403
403
  ],
404
404
  "/api/worktrees/[id]/git/push/route": [
405
- "static/chunks/webpack-7e79064bfce988d7.js",
405
+ "static/chunks/webpack-9f75198882fdaf08.js",
406
406
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
407
407
  "static/chunks/1255-8cb587d9170b45ed.js",
408
408
  "static/chunks/main-app-5d631b93b1219836.js",
409
- "static/chunks/app/api/worktrees/[id]/git/push/route-e3626364434d521b.js"
409
+ "static/chunks/app/api/worktrees/[id]/git/push/route-1c30fb8d4d6fa6ef.js"
410
410
  ],
411
411
  "/api/worktrees/[id]/git/reset/route": [
412
- "static/chunks/webpack-7e79064bfce988d7.js",
412
+ "static/chunks/webpack-9f75198882fdaf08.js",
413
413
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
414
414
  "static/chunks/1255-8cb587d9170b45ed.js",
415
415
  "static/chunks/main-app-5d631b93b1219836.js",
416
- "static/chunks/app/api/worktrees/[id]/git/reset/route-e3626364434d521b.js"
416
+ "static/chunks/app/api/worktrees/[id]/git/reset/route-1c30fb8d4d6fa6ef.js"
417
417
  ],
418
418
  "/api/worktrees/[id]/git/revert/route": [
419
- "static/chunks/webpack-7e79064bfce988d7.js",
419
+ "static/chunks/webpack-9f75198882fdaf08.js",
420
420
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
421
421
  "static/chunks/1255-8cb587d9170b45ed.js",
422
422
  "static/chunks/main-app-5d631b93b1219836.js",
423
- "static/chunks/app/api/worktrees/[id]/git/revert/route-e3626364434d521b.js"
423
+ "static/chunks/app/api/worktrees/[id]/git/revert/route-1c30fb8d4d6fa6ef.js"
424
424
  ],
425
425
  "/api/worktrees/[id]/git/show/[commitHash]/route": [
426
- "static/chunks/webpack-7e79064bfce988d7.js",
426
+ "static/chunks/webpack-9f75198882fdaf08.js",
427
427
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
428
428
  "static/chunks/1255-8cb587d9170b45ed.js",
429
429
  "static/chunks/main-app-5d631b93b1219836.js",
430
- "static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-e3626364434d521b.js"
430
+ "static/chunks/app/api/worktrees/[id]/git/show/[commitHash]/route-1c30fb8d4d6fa6ef.js"
431
431
  ],
432
432
  "/api/worktrees/[id]/git/stage/route": [
433
- "static/chunks/webpack-7e79064bfce988d7.js",
433
+ "static/chunks/webpack-9f75198882fdaf08.js",
434
434
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
435
435
  "static/chunks/1255-8cb587d9170b45ed.js",
436
436
  "static/chunks/main-app-5d631b93b1219836.js",
437
- "static/chunks/app/api/worktrees/[id]/git/stage/route-e3626364434d521b.js"
437
+ "static/chunks/app/api/worktrees/[id]/git/stage/route-1c30fb8d4d6fa6ef.js"
438
438
  ],
439
439
  "/api/worktrees/[id]/git/staged/route": [
440
- "static/chunks/webpack-7e79064bfce988d7.js",
440
+ "static/chunks/webpack-9f75198882fdaf08.js",
441
441
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
442
442
  "static/chunks/1255-8cb587d9170b45ed.js",
443
443
  "static/chunks/main-app-5d631b93b1219836.js",
444
- "static/chunks/app/api/worktrees/[id]/git/staged/route-e3626364434d521b.js"
444
+ "static/chunks/app/api/worktrees/[id]/git/staged/route-1c30fb8d4d6fa6ef.js"
445
445
  ],
446
446
  "/api/worktrees/[id]/git/stash/[index]/route": [
447
- "static/chunks/webpack-7e79064bfce988d7.js",
447
+ "static/chunks/webpack-9f75198882fdaf08.js",
448
448
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
449
449
  "static/chunks/1255-8cb587d9170b45ed.js",
450
450
  "static/chunks/main-app-5d631b93b1219836.js",
451
- "static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-e3626364434d521b.js"
451
+ "static/chunks/app/api/worktrees/[id]/git/stash/[index]/route-1c30fb8d4d6fa6ef.js"
452
452
  ],
453
453
  "/api/worktrees/[id]/git/stash/apply/route": [
454
- "static/chunks/webpack-7e79064bfce988d7.js",
454
+ "static/chunks/webpack-9f75198882fdaf08.js",
455
455
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
456
456
  "static/chunks/1255-8cb587d9170b45ed.js",
457
457
  "static/chunks/main-app-5d631b93b1219836.js",
458
- "static/chunks/app/api/worktrees/[id]/git/stash/apply/route-e3626364434d521b.js"
458
+ "static/chunks/app/api/worktrees/[id]/git/stash/apply/route-1c30fb8d4d6fa6ef.js"
459
459
  ],
460
460
  "/api/worktrees/[id]/git/stash/pop/route": [
461
- "static/chunks/webpack-7e79064bfce988d7.js",
461
+ "static/chunks/webpack-9f75198882fdaf08.js",
462
462
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
463
463
  "static/chunks/1255-8cb587d9170b45ed.js",
464
464
  "static/chunks/main-app-5d631b93b1219836.js",
465
- "static/chunks/app/api/worktrees/[id]/git/stash/pop/route-e3626364434d521b.js"
465
+ "static/chunks/app/api/worktrees/[id]/git/stash/pop/route-1c30fb8d4d6fa6ef.js"
466
466
  ],
467
467
  "/api/worktrees/[id]/git/stash/push/route": [
468
- "static/chunks/webpack-7e79064bfce988d7.js",
468
+ "static/chunks/webpack-9f75198882fdaf08.js",
469
469
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
470
470
  "static/chunks/1255-8cb587d9170b45ed.js",
471
471
  "static/chunks/main-app-5d631b93b1219836.js",
472
- "static/chunks/app/api/worktrees/[id]/git/stash/push/route-e3626364434d521b.js"
472
+ "static/chunks/app/api/worktrees/[id]/git/stash/push/route-1c30fb8d4d6fa6ef.js"
473
473
  ],
474
474
  "/api/worktrees/[id]/git/stash/route": [
475
- "static/chunks/webpack-7e79064bfce988d7.js",
475
+ "static/chunks/webpack-9f75198882fdaf08.js",
476
476
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
477
477
  "static/chunks/1255-8cb587d9170b45ed.js",
478
478
  "static/chunks/main-app-5d631b93b1219836.js",
479
- "static/chunks/app/api/worktrees/[id]/git/stash/route-e3626364434d521b.js"
479
+ "static/chunks/app/api/worktrees/[id]/git/stash/route-1c30fb8d4d6fa6ef.js"
480
480
  ],
481
481
  "/api/worktrees/[id]/git/status/route": [
482
- "static/chunks/webpack-7e79064bfce988d7.js",
482
+ "static/chunks/webpack-9f75198882fdaf08.js",
483
483
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
484
484
  "static/chunks/1255-8cb587d9170b45ed.js",
485
485
  "static/chunks/main-app-5d631b93b1219836.js",
486
- "static/chunks/app/api/worktrees/[id]/git/status/route-e3626364434d521b.js"
486
+ "static/chunks/app/api/worktrees/[id]/git/status/route-1c30fb8d4d6fa6ef.js"
487
487
  ],
488
488
  "/api/worktrees/[id]/git/working-diff/route": [
489
- "static/chunks/webpack-7e79064bfce988d7.js",
489
+ "static/chunks/webpack-9f75198882fdaf08.js",
490
490
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
491
491
  "static/chunks/1255-8cb587d9170b45ed.js",
492
492
  "static/chunks/main-app-5d631b93b1219836.js",
493
- "static/chunks/app/api/worktrees/[id]/git/working-diff/route-e3626364434d521b.js"
493
+ "static/chunks/app/api/worktrees/[id]/git/working-diff/route-1c30fb8d4d6fa6ef.js"
494
494
  ],
495
495
  "/api/worktrees/[id]/git/unstage/route": [
496
- "static/chunks/webpack-7e79064bfce988d7.js",
496
+ "static/chunks/webpack-9f75198882fdaf08.js",
497
497
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
498
498
  "static/chunks/1255-8cb587d9170b45ed.js",
499
499
  "static/chunks/main-app-5d631b93b1219836.js",
500
- "static/chunks/app/api/worktrees/[id]/git/unstage/route-e3626364434d521b.js"
500
+ "static/chunks/app/api/worktrees/[id]/git/unstage/route-1c30fb8d4d6fa6ef.js"
501
501
  ],
502
502
  "/api/worktrees/[id]/instances/opencode/route": [
503
- "static/chunks/webpack-7e79064bfce988d7.js",
503
+ "static/chunks/webpack-9f75198882fdaf08.js",
504
504
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
505
505
  "static/chunks/1255-8cb587d9170b45ed.js",
506
506
  "static/chunks/main-app-5d631b93b1219836.js",
507
- "static/chunks/app/api/worktrees/[id]/instances/opencode/route-e3626364434d521b.js"
507
+ "static/chunks/app/api/worktrees/[id]/instances/opencode/route-1c30fb8d4d6fa6ef.js"
508
508
  ],
509
509
  "/api/worktrees/[id]/interrupt/route": [
510
- "static/chunks/webpack-7e79064bfce988d7.js",
510
+ "static/chunks/webpack-9f75198882fdaf08.js",
511
511
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
512
512
  "static/chunks/1255-8cb587d9170b45ed.js",
513
513
  "static/chunks/main-app-5d631b93b1219836.js",
514
- "static/chunks/app/api/worktrees/[id]/interrupt/route-e3626364434d521b.js"
514
+ "static/chunks/app/api/worktrees/[id]/interrupt/route-1c30fb8d4d6fa6ef.js"
515
515
  ],
516
516
  "/api/worktrees/[id]/kill-session/route": [
517
- "static/chunks/webpack-7e79064bfce988d7.js",
517
+ "static/chunks/webpack-9f75198882fdaf08.js",
518
518
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
519
519
  "static/chunks/1255-8cb587d9170b45ed.js",
520
520
  "static/chunks/main-app-5d631b93b1219836.js",
521
- "static/chunks/app/api/worktrees/[id]/kill-session/route-e3626364434d521b.js"
521
+ "static/chunks/app/api/worktrees/[id]/kill-session/route-1c30fb8d4d6fa6ef.js"
522
522
  ],
523
523
  "/api/worktrees/[id]/marp-render/route": [
524
- "static/chunks/webpack-7e79064bfce988d7.js",
524
+ "static/chunks/webpack-9f75198882fdaf08.js",
525
525
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
526
526
  "static/chunks/1255-8cb587d9170b45ed.js",
527
527
  "static/chunks/main-app-5d631b93b1219836.js",
528
- "static/chunks/app/api/worktrees/[id]/marp-render/route-e3626364434d521b.js"
528
+ "static/chunks/app/api/worktrees/[id]/marp-render/route-1c30fb8d4d6fa6ef.js"
529
529
  ],
530
530
  "/api/worktrees/[id]/memos/[memoId]/route": [
531
- "static/chunks/webpack-7e79064bfce988d7.js",
531
+ "static/chunks/webpack-9f75198882fdaf08.js",
532
532
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
533
533
  "static/chunks/1255-8cb587d9170b45ed.js",
534
534
  "static/chunks/main-app-5d631b93b1219836.js",
535
- "static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-e3626364434d521b.js"
535
+ "static/chunks/app/api/worktrees/[id]/memos/[memoId]/route-1c30fb8d4d6fa6ef.js"
536
536
  ],
537
537
  "/api/worktrees/[id]/memos/route": [
538
- "static/chunks/webpack-7e79064bfce988d7.js",
538
+ "static/chunks/webpack-9f75198882fdaf08.js",
539
539
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
540
540
  "static/chunks/1255-8cb587d9170b45ed.js",
541
541
  "static/chunks/main-app-5d631b93b1219836.js",
542
- "static/chunks/app/api/worktrees/[id]/memos/route-e3626364434d521b.js"
542
+ "static/chunks/app/api/worktrees/[id]/memos/route-1c30fb8d4d6fa6ef.js"
543
543
  ],
544
544
  "/api/worktrees/[id]/messages/route": [
545
- "static/chunks/webpack-7e79064bfce988d7.js",
545
+ "static/chunks/webpack-9f75198882fdaf08.js",
546
546
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
547
547
  "static/chunks/1255-8cb587d9170b45ed.js",
548
548
  "static/chunks/main-app-5d631b93b1219836.js",
549
- "static/chunks/app/api/worktrees/[id]/messages/route-e3626364434d521b.js"
549
+ "static/chunks/app/api/worktrees/[id]/messages/route-1c30fb8d4d6fa6ef.js"
550
550
  ],
551
551
  "/api/worktrees/[id]/opencode/diff/route": [
552
- "static/chunks/webpack-7e79064bfce988d7.js",
552
+ "static/chunks/webpack-9f75198882fdaf08.js",
553
553
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
554
554
  "static/chunks/1255-8cb587d9170b45ed.js",
555
555
  "static/chunks/main-app-5d631b93b1219836.js",
556
- "static/chunks/app/api/worktrees/[id]/opencode/diff/route-e3626364434d521b.js"
556
+ "static/chunks/app/api/worktrees/[id]/opencode/diff/route-1c30fb8d4d6fa6ef.js"
557
557
  ],
558
558
  "/api/worktrees/[id]/opencode/session/route": [
559
- "static/chunks/webpack-7e79064bfce988d7.js",
559
+ "static/chunks/webpack-9f75198882fdaf08.js",
560
560
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
561
561
  "static/chunks/1255-8cb587d9170b45ed.js",
562
562
  "static/chunks/main-app-5d631b93b1219836.js",
563
- "static/chunks/app/api/worktrees/[id]/opencode/session/route-e3626364434d521b.js"
563
+ "static/chunks/app/api/worktrees/[id]/opencode/session/route-1c30fb8d4d6fa6ef.js"
564
564
  ],
565
565
  "/api/worktrees/[id]/opencode/share/route": [
566
- "static/chunks/webpack-7e79064bfce988d7.js",
566
+ "static/chunks/webpack-9f75198882fdaf08.js",
567
567
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
568
568
  "static/chunks/1255-8cb587d9170b45ed.js",
569
569
  "static/chunks/main-app-5d631b93b1219836.js",
570
- "static/chunks/app/api/worktrees/[id]/opencode/share/route-e3626364434d521b.js"
570
+ "static/chunks/app/api/worktrees/[id]/opencode/share/route-1c30fb8d4d6fa6ef.js"
571
571
  ],
572
572
  "/api/worktrees/[id]/prompt-response/route": [
573
- "static/chunks/webpack-7e79064bfce988d7.js",
573
+ "static/chunks/webpack-9f75198882fdaf08.js",
574
574
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
575
575
  "static/chunks/1255-8cb587d9170b45ed.js",
576
576
  "static/chunks/main-app-5d631b93b1219836.js",
577
- "static/chunks/app/api/worktrees/[id]/prompt-response/route-e3626364434d521b.js"
577
+ "static/chunks/app/api/worktrees/[id]/prompt-response/route-1c30fb8d4d6fa6ef.js"
578
578
  ],
579
579
  "/api/worktrees/[id]/resolve-target/route": [
580
- "static/chunks/webpack-7e79064bfce988d7.js",
580
+ "static/chunks/webpack-9f75198882fdaf08.js",
581
581
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
582
582
  "static/chunks/1255-8cb587d9170b45ed.js",
583
583
  "static/chunks/main-app-5d631b93b1219836.js",
584
- "static/chunks/app/api/worktrees/[id]/resolve-target/route-e3626364434d521b.js"
584
+ "static/chunks/app/api/worktrees/[id]/resolve-target/route-1c30fb8d4d6fa6ef.js"
585
585
  ],
586
586
  "/api/worktrees/[id]/respond/route": [
587
- "static/chunks/webpack-7e79064bfce988d7.js",
587
+ "static/chunks/webpack-9f75198882fdaf08.js",
588
588
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
589
589
  "static/chunks/1255-8cb587d9170b45ed.js",
590
590
  "static/chunks/main-app-5d631b93b1219836.js",
591
- "static/chunks/app/api/worktrees/[id]/respond/route-e3626364434d521b.js"
591
+ "static/chunks/app/api/worktrees/[id]/respond/route-1c30fb8d4d6fa6ef.js"
592
592
  ],
593
593
  "/api/worktrees/[id]/route": [
594
- "static/chunks/webpack-7e79064bfce988d7.js",
594
+ "static/chunks/webpack-9f75198882fdaf08.js",
595
595
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
596
596
  "static/chunks/1255-8cb587d9170b45ed.js",
597
597
  "static/chunks/main-app-5d631b93b1219836.js",
598
- "static/chunks/app/api/worktrees/[id]/route-e3626364434d521b.js"
598
+ "static/chunks/app/api/worktrees/[id]/route-1c30fb8d4d6fa6ef.js"
599
599
  ],
600
600
  "/api/worktrees/[id]/schedules/[scheduleId]/route": [
601
- "static/chunks/webpack-7e79064bfce988d7.js",
601
+ "static/chunks/webpack-9f75198882fdaf08.js",
602
602
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
603
603
  "static/chunks/1255-8cb587d9170b45ed.js",
604
604
  "static/chunks/main-app-5d631b93b1219836.js",
605
- "static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-e3626364434d521b.js"
605
+ "static/chunks/app/api/worktrees/[id]/schedules/[scheduleId]/route-1c30fb8d4d6fa6ef.js"
606
606
  ],
607
607
  "/api/worktrees/[id]/schedules/active/route": [
608
- "static/chunks/webpack-7e79064bfce988d7.js",
608
+ "static/chunks/webpack-9f75198882fdaf08.js",
609
609
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
610
610
  "static/chunks/1255-8cb587d9170b45ed.js",
611
611
  "static/chunks/main-app-5d631b93b1219836.js",
612
- "static/chunks/app/api/worktrees/[id]/schedules/active/route-e3626364434d521b.js"
612
+ "static/chunks/app/api/worktrees/[id]/schedules/active/route-1c30fb8d4d6fa6ef.js"
613
613
  ],
614
614
  "/api/worktrees/[id]/schedules/route": [
615
- "static/chunks/webpack-7e79064bfce988d7.js",
615
+ "static/chunks/webpack-9f75198882fdaf08.js",
616
616
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
617
617
  "static/chunks/1255-8cb587d9170b45ed.js",
618
618
  "static/chunks/main-app-5d631b93b1219836.js",
619
- "static/chunks/app/api/worktrees/[id]/schedules/route-e3626364434d521b.js"
619
+ "static/chunks/app/api/worktrees/[id]/schedules/route-1c30fb8d4d6fa6ef.js"
620
620
  ],
621
621
  "/api/worktrees/[id]/search/route": [
622
- "static/chunks/webpack-7e79064bfce988d7.js",
622
+ "static/chunks/webpack-9f75198882fdaf08.js",
623
623
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
624
624
  "static/chunks/1255-8cb587d9170b45ed.js",
625
625
  "static/chunks/main-app-5d631b93b1219836.js",
626
- "static/chunks/app/api/worktrees/[id]/search/route-e3626364434d521b.js"
626
+ "static/chunks/app/api/worktrees/[id]/search/route-1c30fb8d4d6fa6ef.js"
627
627
  ],
628
628
  "/api/worktrees/[id]/send/route": [
629
- "static/chunks/webpack-7e79064bfce988d7.js",
629
+ "static/chunks/webpack-9f75198882fdaf08.js",
630
630
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
631
631
  "static/chunks/1255-8cb587d9170b45ed.js",
632
632
  "static/chunks/main-app-5d631b93b1219836.js",
633
- "static/chunks/app/api/worktrees/[id]/send/route-e3626364434d521b.js"
633
+ "static/chunks/app/api/worktrees/[id]/send/route-1c30fb8d4d6fa6ef.js"
634
634
  ],
635
635
  "/api/worktrees/[id]/slash-commands/route": [
636
- "static/chunks/webpack-7e79064bfce988d7.js",
636
+ "static/chunks/webpack-9f75198882fdaf08.js",
637
637
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
638
638
  "static/chunks/1255-8cb587d9170b45ed.js",
639
639
  "static/chunks/main-app-5d631b93b1219836.js",
640
- "static/chunks/app/api/worktrees/[id]/slash-commands/route-e3626364434d521b.js"
640
+ "static/chunks/app/api/worktrees/[id]/slash-commands/route-1c30fb8d4d6fa6ef.js"
641
641
  ],
642
642
  "/api/worktrees/[id]/special-keys/route": [
643
- "static/chunks/webpack-7e79064bfce988d7.js",
643
+ "static/chunks/webpack-9f75198882fdaf08.js",
644
644
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
645
645
  "static/chunks/1255-8cb587d9170b45ed.js",
646
646
  "static/chunks/main-app-5d631b93b1219836.js",
647
- "static/chunks/app/api/worktrees/[id]/special-keys/route-e3626364434d521b.js"
647
+ "static/chunks/app/api/worktrees/[id]/special-keys/route-1c30fb8d4d6fa6ef.js"
648
648
  ],
649
649
  "/api/worktrees/[id]/start-polling/route": [
650
- "static/chunks/webpack-7e79064bfce988d7.js",
650
+ "static/chunks/webpack-9f75198882fdaf08.js",
651
651
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
652
652
  "static/chunks/1255-8cb587d9170b45ed.js",
653
653
  "static/chunks/main-app-5d631b93b1219836.js",
654
- "static/chunks/app/api/worktrees/[id]/start-polling/route-e3626364434d521b.js"
654
+ "static/chunks/app/api/worktrees/[id]/start-polling/route-1c30fb8d4d6fa6ef.js"
655
655
  ],
656
656
  "/api/worktrees/[id]/tasks/route": [
657
- "static/chunks/webpack-7e79064bfce988d7.js",
657
+ "static/chunks/webpack-9f75198882fdaf08.js",
658
658
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
659
659
  "static/chunks/1255-8cb587d9170b45ed.js",
660
660
  "static/chunks/main-app-5d631b93b1219836.js",
661
- "static/chunks/app/api/worktrees/[id]/tasks/route-e3626364434d521b.js"
661
+ "static/chunks/app/api/worktrees/[id]/tasks/route-1c30fb8d4d6fa6ef.js"
662
662
  ],
663
663
  "/api/worktrees/[id]/terminal/route": [
664
- "static/chunks/webpack-7e79064bfce988d7.js",
664
+ "static/chunks/webpack-9f75198882fdaf08.js",
665
665
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
666
666
  "static/chunks/1255-8cb587d9170b45ed.js",
667
667
  "static/chunks/main-app-5d631b93b1219836.js",
668
- "static/chunks/app/api/worktrees/[id]/terminal/route-e3626364434d521b.js"
668
+ "static/chunks/app/api/worktrees/[id]/terminal/route-1c30fb8d4d6fa6ef.js"
669
669
  ],
670
670
  "/api/worktrees/[id]/timers/history/route": [
671
- "static/chunks/webpack-7e79064bfce988d7.js",
671
+ "static/chunks/webpack-9f75198882fdaf08.js",
672
672
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
673
673
  "static/chunks/1255-8cb587d9170b45ed.js",
674
674
  "static/chunks/main-app-5d631b93b1219836.js",
675
- "static/chunks/app/api/worktrees/[id]/timers/history/route-e3626364434d521b.js"
675
+ "static/chunks/app/api/worktrees/[id]/timers/history/route-1c30fb8d4d6fa6ef.js"
676
676
  ],
677
677
  "/api/worktrees/[id]/timers/route": [
678
- "static/chunks/webpack-7e79064bfce988d7.js",
678
+ "static/chunks/webpack-9f75198882fdaf08.js",
679
679
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
680
680
  "static/chunks/1255-8cb587d9170b45ed.js",
681
681
  "static/chunks/main-app-5d631b93b1219836.js",
682
- "static/chunks/app/api/worktrees/[id]/timers/route-e3626364434d521b.js"
682
+ "static/chunks/app/api/worktrees/[id]/timers/route-1c30fb8d4d6fa6ef.js"
683
683
  ],
684
684
  "/api/worktrees/[id]/todos/[todoId]/route": [
685
- "static/chunks/webpack-7e79064bfce988d7.js",
685
+ "static/chunks/webpack-9f75198882fdaf08.js",
686
686
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
687
687
  "static/chunks/1255-8cb587d9170b45ed.js",
688
688
  "static/chunks/main-app-5d631b93b1219836.js",
689
- "static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-e3626364434d521b.js"
689
+ "static/chunks/app/api/worktrees/[id]/todos/[todoId]/route-1c30fb8d4d6fa6ef.js"
690
690
  ],
691
691
  "/api/worktrees/[id]/todos/route": [
692
- "static/chunks/webpack-7e79064bfce988d7.js",
692
+ "static/chunks/webpack-9f75198882fdaf08.js",
693
693
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
694
694
  "static/chunks/1255-8cb587d9170b45ed.js",
695
695
  "static/chunks/main-app-5d631b93b1219836.js",
696
- "static/chunks/app/api/worktrees/[id]/todos/route-e3626364434d521b.js"
696
+ "static/chunks/app/api/worktrees/[id]/todos/route-1c30fb8d4d6fa6ef.js"
697
697
  ],
698
698
  "/api/worktrees/[id]/tree/[...path]/route": [
699
- "static/chunks/webpack-7e79064bfce988d7.js",
699
+ "static/chunks/webpack-9f75198882fdaf08.js",
700
700
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
701
701
  "static/chunks/1255-8cb587d9170b45ed.js",
702
702
  "static/chunks/main-app-5d631b93b1219836.js",
703
- "static/chunks/app/api/worktrees/[id]/tree/[...path]/route-e3626364434d521b.js"
703
+ "static/chunks/app/api/worktrees/[id]/tree/[...path]/route-1c30fb8d4d6fa6ef.js"
704
704
  ],
705
705
  "/api/worktrees/[id]/tree/route": [
706
- "static/chunks/webpack-7e79064bfce988d7.js",
706
+ "static/chunks/webpack-9f75198882fdaf08.js",
707
707
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
708
708
  "static/chunks/1255-8cb587d9170b45ed.js",
709
709
  "static/chunks/main-app-5d631b93b1219836.js",
710
- "static/chunks/app/api/worktrees/[id]/tree/route-e3626364434d521b.js"
710
+ "static/chunks/app/api/worktrees/[id]/tree/route-1c30fb8d4d6fa6ef.js"
711
711
  ],
712
712
  "/api/worktrees/[id]/upload/[...path]/route": [
713
- "static/chunks/webpack-7e79064bfce988d7.js",
713
+ "static/chunks/webpack-9f75198882fdaf08.js",
714
+ "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
715
+ "static/chunks/1255-8cb587d9170b45ed.js",
716
+ "static/chunks/main-app-5d631b93b1219836.js",
717
+ "static/chunks/app/api/worktrees/[id]/upload/[...path]/route-1c30fb8d4d6fa6ef.js"
718
+ ],
719
+ "/api/worktrees/[id]/verify/config/route": [
720
+ "static/chunks/webpack-9f75198882fdaf08.js",
714
721
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
715
722
  "static/chunks/1255-8cb587d9170b45ed.js",
716
723
  "static/chunks/main-app-5d631b93b1219836.js",
717
- "static/chunks/app/api/worktrees/[id]/upload/[...path]/route-e3626364434d521b.js"
724
+ "static/chunks/app/api/worktrees/[id]/verify/config/route-1c30fb8d4d6fa6ef.js"
718
725
  ],
719
726
  "/api/worktrees/[id]/verify/route": [
720
- "static/chunks/webpack-7e79064bfce988d7.js",
727
+ "static/chunks/webpack-9f75198882fdaf08.js",
728
+ "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
729
+ "static/chunks/1255-8cb587d9170b45ed.js",
730
+ "static/chunks/main-app-5d631b93b1219836.js",
731
+ "static/chunks/app/api/worktrees/[id]/verify/route-1c30fb8d4d6fa6ef.js"
732
+ ],
733
+ "/api/worktrees/[id]/verify/runs/[runId]/cancel/route": [
734
+ "static/chunks/webpack-9f75198882fdaf08.js",
721
735
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
722
736
  "static/chunks/1255-8cb587d9170b45ed.js",
723
737
  "static/chunks/main-app-5d631b93b1219836.js",
724
- "static/chunks/app/api/worktrees/[id]/verify/route-e3626364434d521b.js"
738
+ "static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/cancel/route-1c30fb8d4d6fa6ef.js"
725
739
  ],
726
740
  "/api/worktrees/[id]/verify/runs/[runId]/route": [
727
- "static/chunks/webpack-7e79064bfce988d7.js",
741
+ "static/chunks/webpack-9f75198882fdaf08.js",
728
742
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
729
743
  "static/chunks/1255-8cb587d9170b45ed.js",
730
744
  "static/chunks/main-app-5d631b93b1219836.js",
731
- "static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-e3626364434d521b.js"
745
+ "static/chunks/app/api/worktrees/[id]/verify/runs/[runId]/route-1c30fb8d4d6fa6ef.js"
732
746
  ],
733
747
  "/api/worktrees/[id]/verify/runs/route": [
734
- "static/chunks/webpack-7e79064bfce988d7.js",
748
+ "static/chunks/webpack-9f75198882fdaf08.js",
735
749
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
736
750
  "static/chunks/1255-8cb587d9170b45ed.js",
737
751
  "static/chunks/main-app-5d631b93b1219836.js",
738
- "static/chunks/app/api/worktrees/[id]/verify/runs/route-e3626364434d521b.js"
752
+ "static/chunks/app/api/worktrees/[id]/verify/runs/route-1c30fb8d4d6fa6ef.js"
739
753
  ],
740
754
  "/api/worktrees/[id]/viewed/route": [
741
- "static/chunks/webpack-7e79064bfce988d7.js",
755
+ "static/chunks/webpack-9f75198882fdaf08.js",
742
756
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
743
757
  "static/chunks/1255-8cb587d9170b45ed.js",
744
758
  "static/chunks/main-app-5d631b93b1219836.js",
745
- "static/chunks/app/api/worktrees/[id]/viewed/route-e3626364434d521b.js"
759
+ "static/chunks/app/api/worktrees/[id]/viewed/route-1c30fb8d4d6fa6ef.js"
746
760
  ],
747
761
  "/manifest.webmanifest/route": [
748
- "static/chunks/webpack-7e79064bfce988d7.js",
762
+ "static/chunks/webpack-9f75198882fdaf08.js",
749
763
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
750
764
  "static/chunks/1255-8cb587d9170b45ed.js",
751
765
  "static/chunks/main-app-5d631b93b1219836.js",
752
- "static/chunks/app/manifest.webmanifest/route-e3626364434d521b.js"
766
+ "static/chunks/app/manifest.webmanifest/route-1c30fb8d4d6fa6ef.js"
753
767
  ],
754
- "/api/app/update/route": [
755
- "static/chunks/webpack-7e79064bfce988d7.js",
768
+ "/api/agents/versions/route": [
769
+ "static/chunks/webpack-9f75198882fdaf08.js",
756
770
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
757
771
  "static/chunks/1255-8cb587d9170b45ed.js",
758
772
  "static/chunks/main-app-5d631b93b1219836.js",
759
- "static/chunks/app/api/app/update/route-e3626364434d521b.js"
773
+ "static/chunks/app/api/agents/versions/route-1c30fb8d4d6fa6ef.js"
760
774
  ],
761
775
  "/api/app/update-check/route": [
762
- "static/chunks/webpack-7e79064bfce988d7.js",
776
+ "static/chunks/webpack-9f75198882fdaf08.js",
763
777
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
764
778
  "static/chunks/1255-8cb587d9170b45ed.js",
765
779
  "static/chunks/main-app-5d631b93b1219836.js",
766
- "static/chunks/app/api/app/update-check/route-e3626364434d521b.js"
780
+ "static/chunks/app/api/app/update-check/route-1c30fb8d4d6fa6ef.js"
767
781
  ],
768
- "/api/auth/status/route": [
769
- "static/chunks/webpack-7e79064bfce988d7.js",
782
+ "/api/app/update/route": [
783
+ "static/chunks/webpack-9f75198882fdaf08.js",
770
784
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
771
785
  "static/chunks/1255-8cb587d9170b45ed.js",
772
786
  "static/chunks/main-app-5d631b93b1219836.js",
773
- "static/chunks/app/api/auth/status/route-e3626364434d521b.js"
787
+ "static/chunks/app/api/app/update/route-1c30fb8d4d6fa6ef.js"
774
788
  ],
775
- "/api/daily-summary/status/route": [
776
- "static/chunks/webpack-7e79064bfce988d7.js",
789
+ "/api/auth/status/route": [
790
+ "static/chunks/webpack-9f75198882fdaf08.js",
777
791
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
778
792
  "static/chunks/1255-8cb587d9170b45ed.js",
779
793
  "static/chunks/main-app-5d631b93b1219836.js",
780
- "static/chunks/app/api/daily-summary/status/route-e3626364434d521b.js"
794
+ "static/chunks/app/api/auth/status/route-1c30fb8d4d6fa6ef.js"
781
795
  ],
782
- "/api/capabilities/route": [
783
- "static/chunks/webpack-7e79064bfce988d7.js",
796
+ "/api/agents/update/route": [
797
+ "static/chunks/webpack-9f75198882fdaf08.js",
784
798
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
785
799
  "static/chunks/1255-8cb587d9170b45ed.js",
786
800
  "static/chunks/main-app-5d631b93b1219836.js",
787
- "static/chunks/app/api/capabilities/route-e3626364434d521b.js"
801
+ "static/chunks/app/api/agents/update/route-1c30fb8d4d6fa6ef.js"
788
802
  ],
789
- "/api/external-apps/[id]/health/route": [
790
- "static/chunks/webpack-7e79064bfce988d7.js",
803
+ "/api/capabilities/route": [
804
+ "static/chunks/webpack-9f75198882fdaf08.js",
791
805
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
792
806
  "static/chunks/1255-8cb587d9170b45ed.js",
793
807
  "static/chunks/main-app-5d631b93b1219836.js",
794
- "static/chunks/app/api/external-apps/[id]/health/route-e3626364434d521b.js"
808
+ "static/chunks/app/api/capabilities/route-1c30fb8d4d6fa6ef.js"
795
809
  ],
796
- "/api/external-apps/route": [
797
- "static/chunks/webpack-7e79064bfce988d7.js",
810
+ "/api/daily-summary/status/route": [
811
+ "static/chunks/webpack-9f75198882fdaf08.js",
798
812
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
799
813
  "static/chunks/1255-8cb587d9170b45ed.js",
800
814
  "static/chunks/main-app-5d631b93b1219836.js",
801
- "static/chunks/app/api/external-apps/route-e3626364434d521b.js"
815
+ "static/chunks/app/api/daily-summary/status/route-1c30fb8d4d6fa6ef.js"
802
816
  ],
803
- "/api/fs/recent-paths/route": [
804
- "static/chunks/webpack-7e79064bfce988d7.js",
817
+ "/api/external-apps/[id]/health/route": [
818
+ "static/chunks/webpack-9f75198882fdaf08.js",
805
819
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
806
820
  "static/chunks/1255-8cb587d9170b45ed.js",
807
821
  "static/chunks/main-app-5d631b93b1219836.js",
808
- "static/chunks/app/api/fs/recent-paths/route-e3626364434d521b.js"
822
+ "static/chunks/app/api/external-apps/[id]/health/route-1c30fb8d4d6fa6ef.js"
809
823
  ],
810
824
  "/api/fs/browse/route": [
811
- "static/chunks/webpack-7e79064bfce988d7.js",
825
+ "static/chunks/webpack-9f75198882fdaf08.js",
812
826
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
813
827
  "static/chunks/1255-8cb587d9170b45ed.js",
814
828
  "static/chunks/main-app-5d631b93b1219836.js",
815
- "static/chunks/app/api/fs/browse/route-e3626364434d521b.js"
829
+ "static/chunks/app/api/fs/browse/route-1c30fb8d4d6fa6ef.js"
816
830
  ],
817
831
  "/api/external-apps/[id]/route": [
818
- "static/chunks/webpack-7e79064bfce988d7.js",
832
+ "static/chunks/webpack-9f75198882fdaf08.js",
819
833
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
820
834
  "static/chunks/1255-8cb587d9170b45ed.js",
821
835
  "static/chunks/main-app-5d631b93b1219836.js",
822
- "static/chunks/app/api/external-apps/[id]/route-e3626364434d521b.js"
836
+ "static/chunks/app/api/external-apps/[id]/route-1c30fb8d4d6fa6ef.js"
823
837
  ],
824
- "/api/push/escalation/route": [
825
- "static/chunks/webpack-7e79064bfce988d7.js",
838
+ "/api/fs/recent-paths/route": [
839
+ "static/chunks/webpack-9f75198882fdaf08.js",
826
840
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
827
841
  "static/chunks/1255-8cb587d9170b45ed.js",
828
842
  "static/chunks/main-app-5d631b93b1219836.js",
829
- "static/chunks/app/api/push/escalation/route-e3626364434d521b.js"
843
+ "static/chunks/app/api/fs/recent-paths/route-1c30fb8d4d6fa6ef.js"
844
+ ],
845
+ "/api/external-apps/route": [
846
+ "static/chunks/webpack-9f75198882fdaf08.js",
847
+ "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
848
+ "static/chunks/1255-8cb587d9170b45ed.js",
849
+ "static/chunks/main-app-5d631b93b1219836.js",
850
+ "static/chunks/app/api/external-apps/route-1c30fb8d4d6fa6ef.js"
830
851
  ],
831
852
  "/api/push/vapid/route": [
832
- "static/chunks/webpack-7e79064bfce988d7.js",
853
+ "static/chunks/webpack-9f75198882fdaf08.js",
833
854
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
834
855
  "static/chunks/1255-8cb587d9170b45ed.js",
835
856
  "static/chunks/main-app-5d631b93b1219836.js",
836
- "static/chunks/app/api/push/vapid/route-e3626364434d521b.js"
857
+ "static/chunks/app/api/push/vapid/route-1c30fb8d4d6fa6ef.js"
837
858
  ],
838
859
  "/api/remote/pair/route": [
839
- "static/chunks/webpack-7e79064bfce988d7.js",
860
+ "static/chunks/webpack-9f75198882fdaf08.js",
840
861
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
841
862
  "static/chunks/1255-8cb587d9170b45ed.js",
842
863
  "static/chunks/main-app-5d631b93b1219836.js",
843
- "static/chunks/app/api/remote/pair/route-e3626364434d521b.js"
864
+ "static/chunks/app/api/remote/pair/route-1c30fb8d4d6fa6ef.js"
844
865
  ],
845
866
  "/api/push/subscriptions/route": [
846
- "static/chunks/webpack-7e79064bfce988d7.js",
867
+ "static/chunks/webpack-9f75198882fdaf08.js",
847
868
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
848
869
  "static/chunks/1255-8cb587d9170b45ed.js",
849
870
  "static/chunks/main-app-5d631b93b1219836.js",
850
- "static/chunks/app/api/push/subscriptions/route-e3626364434d521b.js"
871
+ "static/chunks/app/api/push/subscriptions/route-1c30fb8d4d6fa6ef.js"
851
872
  ],
852
- "/api/sidebar/group-order/route": [
853
- "static/chunks/webpack-7e79064bfce988d7.js",
873
+ "/api/push/escalation/route": [
874
+ "static/chunks/webpack-9f75198882fdaf08.js",
854
875
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
855
876
  "static/chunks/1255-8cb587d9170b45ed.js",
856
877
  "static/chunks/main-app-5d631b93b1219836.js",
857
- "static/chunks/app/api/sidebar/group-order/route-e3626364434d521b.js"
878
+ "static/chunks/app/api/push/escalation/route-1c30fb8d4d6fa6ef.js"
858
879
  ],
859
- "/api/repositories/validate-path/route": [
860
- "static/chunks/webpack-7e79064bfce988d7.js",
880
+ "/api/skills/[id]/route": [
881
+ "static/chunks/webpack-9f75198882fdaf08.js",
861
882
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
862
883
  "static/chunks/1255-8cb587d9170b45ed.js",
863
884
  "static/chunks/main-app-5d631b93b1219836.js",
864
- "static/chunks/app/api/repositories/validate-path/route-e3626364434d521b.js"
885
+ "static/chunks/app/api/skills/[id]/route-1c30fb8d4d6fa6ef.js"
865
886
  ],
866
- "/api/skills/[id]/route": [
867
- "static/chunks/webpack-7e79064bfce988d7.js",
887
+ "/api/settings/default-agents/route": [
888
+ "static/chunks/webpack-9f75198882fdaf08.js",
868
889
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
869
890
  "static/chunks/1255-8cb587d9170b45ed.js",
870
891
  "static/chunks/main-app-5d631b93b1219836.js",
871
- "static/chunks/app/api/skills/[id]/route-e3626364434d521b.js"
892
+ "static/chunks/app/api/settings/default-agents/route-1c30fb8d4d6fa6ef.js"
872
893
  ],
873
894
  "/api/skills/installations/route": [
874
- "static/chunks/webpack-7e79064bfce988d7.js",
895
+ "static/chunks/webpack-9f75198882fdaf08.js",
896
+ "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
897
+ "static/chunks/1255-8cb587d9170b45ed.js",
898
+ "static/chunks/main-app-5d631b93b1219836.js",
899
+ "static/chunks/app/api/skills/installations/route-1c30fb8d4d6fa6ef.js"
900
+ ],
901
+ "/api/skills/operations/route": [
902
+ "static/chunks/webpack-9f75198882fdaf08.js",
875
903
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
876
904
  "static/chunks/1255-8cb587d9170b45ed.js",
877
905
  "static/chunks/main-app-5d631b93b1219836.js",
878
- "static/chunks/app/api/skills/installations/route-e3626364434d521b.js"
906
+ "static/chunks/app/api/skills/operations/route-1c30fb8d4d6fa6ef.js"
879
907
  ],
880
908
  "/api/skills/reindex/route": [
881
- "static/chunks/webpack-7e79064bfce988d7.js",
909
+ "static/chunks/webpack-9f75198882fdaf08.js",
882
910
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
883
911
  "static/chunks/1255-8cb587d9170b45ed.js",
884
912
  "static/chunks/main-app-5d631b93b1219836.js",
885
- "static/chunks/app/api/skills/reindex/route-e3626364434d521b.js"
913
+ "static/chunks/app/api/skills/reindex/route-1c30fb8d4d6fa6ef.js"
886
914
  ],
887
915
  "/api/todos/route": [
888
- "static/chunks/webpack-7e79064bfce988d7.js",
916
+ "static/chunks/webpack-9f75198882fdaf08.js",
889
917
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
890
918
  "static/chunks/1255-8cb587d9170b45ed.js",
891
919
  "static/chunks/main-app-5d631b93b1219836.js",
892
- "static/chunks/app/api/todos/route-e3626364434d521b.js"
920
+ "static/chunks/app/api/todos/route-1c30fb8d4d6fa6ef.js"
893
921
  ],
894
922
  "/api/skills/route": [
895
- "static/chunks/webpack-7e79064bfce988d7.js",
923
+ "static/chunks/webpack-9f75198882fdaf08.js",
896
924
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
897
925
  "static/chunks/1255-8cb587d9170b45ed.js",
898
926
  "static/chunks/main-app-5d631b93b1219836.js",
899
- "static/chunks/app/api/skills/route-e3626364434d521b.js"
927
+ "static/chunks/app/api/skills/route-1c30fb8d4d6fa6ef.js"
900
928
  ],
901
- "/api/skills/operations/route": [
902
- "static/chunks/webpack-7e79064bfce988d7.js",
929
+ "/api/sidebar/group-order/route": [
930
+ "static/chunks/webpack-9f75198882fdaf08.js",
903
931
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
904
932
  "static/chunks/1255-8cb587d9170b45ed.js",
905
933
  "static/chunks/main-app-5d631b93b1219836.js",
906
- "static/chunks/app/api/skills/operations/route-e3626364434d521b.js"
934
+ "static/chunks/app/api/sidebar/group-order/route-1c30fb8d4d6fa6ef.js"
907
935
  ],
908
- "/api/worktrees/[id]/logs/route": [
909
- "static/chunks/webpack-7e79064bfce988d7.js",
936
+ "/api/repositories/validate-path/route": [
937
+ "static/chunks/webpack-9f75198882fdaf08.js",
910
938
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
911
939
  "static/chunks/1255-8cb587d9170b45ed.js",
912
940
  "static/chunks/main-app-5d631b93b1219836.js",
913
- "static/chunks/app/api/worktrees/[id]/logs/route-e3626364434d521b.js"
941
+ "static/chunks/app/api/repositories/validate-path/route-1c30fb8d4d6fa6ef.js"
914
942
  ],
915
943
  "/api/worktrees/[id]/logs/[filename]/route": [
916
- "static/chunks/webpack-7e79064bfce988d7.js",
944
+ "static/chunks/webpack-9f75198882fdaf08.js",
917
945
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
918
946
  "static/chunks/1255-8cb587d9170b45ed.js",
919
947
  "static/chunks/main-app-5d631b93b1219836.js",
920
- "static/chunks/app/api/worktrees/[id]/logs/[filename]/route-e3626364434d521b.js"
948
+ "static/chunks/app/api/worktrees/[id]/logs/[filename]/route-1c30fb8d4d6fa6ef.js"
921
949
  ],
922
- "/api/worktrees/[id]/skills/[skillId]/git-workflow/route": [
923
- "static/chunks/webpack-7e79064bfce988d7.js",
950
+ "/api/worktrees/[id]/logs/route": [
951
+ "static/chunks/webpack-9f75198882fdaf08.js",
924
952
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
925
953
  "static/chunks/1255-8cb587d9170b45ed.js",
926
954
  "static/chunks/main-app-5d631b93b1219836.js",
927
- "static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-e3626364434d521b.js"
955
+ "static/chunks/app/api/worktrees/[id]/logs/route-1c30fb8d4d6fa6ef.js"
928
956
  ],
929
957
  "/api/worktrees/[id]/skills/[skillId]/plan/route": [
930
- "static/chunks/webpack-7e79064bfce988d7.js",
958
+ "static/chunks/webpack-9f75198882fdaf08.js",
959
+ "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
960
+ "static/chunks/1255-8cb587d9170b45ed.js",
961
+ "static/chunks/main-app-5d631b93b1219836.js",
962
+ "static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-1c30fb8d4d6fa6ef.js"
963
+ ],
964
+ "/api/worktrees/[id]/skills/[skillId]/install/route": [
965
+ "static/chunks/webpack-9f75198882fdaf08.js",
931
966
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
932
967
  "static/chunks/1255-8cb587d9170b45ed.js",
933
968
  "static/chunks/main-app-5d631b93b1219836.js",
934
- "static/chunks/app/api/worktrees/[id]/skills/[skillId]/plan/route-e3626364434d521b.js"
969
+ "static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-1c30fb8d4d6fa6ef.js"
935
970
  ],
936
971
  "/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route": [
937
- "static/chunks/webpack-7e79064bfce988d7.js",
972
+ "static/chunks/webpack-9f75198882fdaf08.js",
973
+ "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
974
+ "static/chunks/1255-8cb587d9170b45ed.js",
975
+ "static/chunks/main-app-5d631b93b1219836.js",
976
+ "static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-1c30fb8d4d6fa6ef.js"
977
+ ],
978
+ "/api/worktrees/[id]/skills/[skillId]/git-workflow/route": [
979
+ "static/chunks/webpack-9f75198882fdaf08.js",
938
980
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
939
981
  "static/chunks/1255-8cb587d9170b45ed.js",
940
982
  "static/chunks/main-app-5d631b93b1219836.js",
941
- "static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall-plan/route-e3626364434d521b.js"
983
+ "static/chunks/app/api/worktrees/[id]/skills/[skillId]/git-workflow/route-1c30fb8d4d6fa6ef.js"
942
984
  ],
943
985
  "/api/worktrees/[id]/skills/route": [
944
- "static/chunks/webpack-7e79064bfce988d7.js",
986
+ "static/chunks/webpack-9f75198882fdaf08.js",
945
987
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
946
988
  "static/chunks/1255-8cb587d9170b45ed.js",
947
989
  "static/chunks/main-app-5d631b93b1219836.js",
948
- "static/chunks/app/api/worktrees/[id]/skills/route-e3626364434d521b.js"
990
+ "static/chunks/app/api/worktrees/[id]/skills/route-1c30fb8d4d6fa6ef.js"
949
991
  ],
950
- "/api/worktrees/[id]/skills/[skillId]/install/route": [
951
- "static/chunks/webpack-7e79064bfce988d7.js",
992
+ "/api/worktrees/apply-default-agents/route": [
993
+ "static/chunks/webpack-9f75198882fdaf08.js",
952
994
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
953
995
  "static/chunks/1255-8cb587d9170b45ed.js",
954
996
  "static/chunks/main-app-5d631b93b1219836.js",
955
- "static/chunks/app/api/worktrees/[id]/skills/[skillId]/install/route-e3626364434d521b.js"
997
+ "static/chunks/app/api/worktrees/apply-default-agents/route-1c30fb8d4d6fa6ef.js"
956
998
  ],
957
999
  "/api/worktrees/[id]/skills/[skillId]/update-plan/route": [
958
- "static/chunks/webpack-7e79064bfce988d7.js",
1000
+ "static/chunks/webpack-9f75198882fdaf08.js",
959
1001
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
960
1002
  "static/chunks/1255-8cb587d9170b45ed.js",
961
1003
  "static/chunks/main-app-5d631b93b1219836.js",
962
- "static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-e3626364434d521b.js"
1004
+ "static/chunks/app/api/worktrees/[id]/skills/[skillId]/update-plan/route-1c30fb8d4d6fa6ef.js"
963
1005
  ],
964
- "/api/worktrees/[id]/skills/[skillId]/uninstall/route": [
965
- "static/chunks/webpack-7e79064bfce988d7.js",
1006
+ "/api/worktrees/[id]/skills/[skillId]/update/route": [
1007
+ "static/chunks/webpack-9f75198882fdaf08.js",
966
1008
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
967
1009
  "static/chunks/1255-8cb587d9170b45ed.js",
968
1010
  "static/chunks/main-app-5d631b93b1219836.js",
969
- "static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-e3626364434d521b.js"
1011
+ "static/chunks/app/api/worktrees/[id]/skills/[skillId]/update/route-1c30fb8d4d6fa6ef.js"
970
1012
  ],
971
1013
  "/api/worktrees/route": [
972
- "static/chunks/webpack-7e79064bfce988d7.js",
1014
+ "static/chunks/webpack-9f75198882fdaf08.js",
973
1015
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
974
1016
  "static/chunks/1255-8cb587d9170b45ed.js",
975
1017
  "static/chunks/main-app-5d631b93b1219836.js",
976
- "static/chunks/app/api/worktrees/route-e3626364434d521b.js"
1018
+ "static/chunks/app/api/worktrees/route-1c30fb8d4d6fa6ef.js"
977
1019
  ],
978
- "/api/worktrees/[id]/skills/[skillId]/update/route": [
979
- "static/chunks/webpack-7e79064bfce988d7.js",
1020
+ "/api/worktrees/[id]/skills/[skillId]/uninstall/route": [
1021
+ "static/chunks/webpack-9f75198882fdaf08.js",
980
1022
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
981
1023
  "static/chunks/1255-8cb587d9170b45ed.js",
982
1024
  "static/chunks/main-app-5d631b93b1219836.js",
983
- "static/chunks/app/api/worktrees/[id]/skills/[skillId]/update/route-e3626364434d521b.js"
1025
+ "static/chunks/app/api/worktrees/[id]/skills/[skillId]/uninstall/route-1c30fb8d4d6fa6ef.js"
984
1026
  ],
985
1027
  "/proxy/[...path]/route": [
986
- "static/chunks/webpack-7e79064bfce988d7.js",
1028
+ "static/chunks/webpack-9f75198882fdaf08.js",
987
1029
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
988
1030
  "static/chunks/1255-8cb587d9170b45ed.js",
989
1031
  "static/chunks/main-app-5d631b93b1219836.js",
990
- "static/chunks/app/proxy/[...path]/route-e3626364434d521b.js"
1032
+ "static/chunks/app/proxy/[...path]/route-1c30fb8d4d6fa6ef.js"
991
1033
  ],
992
1034
  "/chat/loading": [
993
- "static/chunks/webpack-7e79064bfce988d7.js",
1035
+ "static/chunks/webpack-9f75198882fdaf08.js",
994
1036
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
995
1037
  "static/chunks/1255-8cb587d9170b45ed.js",
996
1038
  "static/chunks/main-app-5d631b93b1219836.js",
@@ -998,7 +1040,7 @@
998
1040
  "static/chunks/app/chat/loading-c58ba2c3f4363277.js"
999
1041
  ],
1000
1042
  "/chat/page": [
1001
- "static/chunks/webpack-7e79064bfce988d7.js",
1043
+ "static/chunks/webpack-9f75198882fdaf08.js",
1002
1044
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1003
1045
  "static/chunks/1255-8cb587d9170b45ed.js",
1004
1046
  "static/chunks/main-app-5d631b93b1219836.js",
@@ -1011,13 +1053,13 @@
1011
1053
  "static/chunks/8566-a6a7c70558927410.js",
1012
1054
  "static/chunks/1191-b7dfdfe86b1d31d1.js",
1013
1055
  "static/chunks/6402-d91e099c3f2d78f4.js",
1014
- "static/chunks/3361-aa1b6e7c1d7eeeb4.js",
1015
- "static/chunks/6381-c8d93ec301dbc380.js",
1016
- "static/chunks/5229-580b581fce5aeb52.js",
1017
- "static/chunks/app/chat/page-231df45127e876c2.js"
1056
+ "static/chunks/8019-f8e73c1fb5f6f0d3.js",
1057
+ "static/chunks/6381-9ba5198c0a6ff197.js",
1058
+ "static/chunks/5229-b2a81bb8fb5c19e9.js",
1059
+ "static/chunks/app/chat/page-9aa2011410895b0d.js"
1018
1060
  ],
1019
1061
  "/login/page": [
1020
- "static/chunks/webpack-7e79064bfce988d7.js",
1062
+ "static/chunks/webpack-9f75198882fdaf08.js",
1021
1063
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1022
1064
  "static/chunks/1255-8cb587d9170b45ed.js",
1023
1065
  "static/chunks/main-app-5d631b93b1219836.js",
@@ -1025,11 +1067,11 @@
1025
1067
  "static/chunks/4909-1f5c586e3e84e0a5.js",
1026
1068
  "static/chunks/2770-827a64760bab8a3a.js",
1027
1069
  "static/chunks/6402-d91e099c3f2d78f4.js",
1028
- "static/chunks/3361-aa1b6e7c1d7eeeb4.js",
1029
- "static/chunks/app/login/page-03659dded846ef1d.js"
1070
+ "static/chunks/8019-f8e73c1fb5f6f0d3.js",
1071
+ "static/chunks/app/login/page-af7241bb4c4a8e59.js"
1030
1072
  ],
1031
1073
  "/offline/page": [
1032
- "static/chunks/webpack-7e79064bfce988d7.js",
1074
+ "static/chunks/webpack-9f75198882fdaf08.js",
1033
1075
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1034
1076
  "static/chunks/1255-8cb587d9170b45ed.js",
1035
1077
  "static/chunks/main-app-5d631b93b1219836.js",
@@ -1038,7 +1080,7 @@
1038
1080
  "static/chunks/app/offline/page-62c5f14a6a1800b5.js"
1039
1081
  ],
1040
1082
  "/page": [
1041
- "static/chunks/webpack-7e79064bfce988d7.js",
1083
+ "static/chunks/webpack-9f75198882fdaf08.js",
1042
1084
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1043
1085
  "static/chunks/1255-8cb587d9170b45ed.js",
1044
1086
  "static/chunks/main-app-5d631b93b1219836.js",
@@ -1049,21 +1091,21 @@
1049
1091
  "static/chunks/4974-35592ec312322124.js",
1050
1092
  "static/chunks/9948-d139e3e5dbecaf73.js",
1051
1093
  "static/chunks/6402-d91e099c3f2d78f4.js",
1052
- "static/chunks/3361-aa1b6e7c1d7eeeb4.js",
1053
- "static/chunks/6381-c8d93ec301dbc380.js",
1054
- "static/chunks/5229-580b581fce5aeb52.js",
1055
- "static/chunks/app/page-0305431f43195431.js"
1094
+ "static/chunks/8019-f8e73c1fb5f6f0d3.js",
1095
+ "static/chunks/6381-9ba5198c0a6ff197.js",
1096
+ "static/chunks/5229-b2a81bb8fb5c19e9.js",
1097
+ "static/chunks/app/page-214f7ffa13a0cf10.js"
1056
1098
  ],
1057
- "/repositories/loading": [
1058
- "static/chunks/webpack-7e79064bfce988d7.js",
1099
+ "/more/loading": [
1100
+ "static/chunks/webpack-9f75198882fdaf08.js",
1059
1101
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1060
1102
  "static/chunks/1255-8cb587d9170b45ed.js",
1061
1103
  "static/chunks/main-app-5d631b93b1219836.js",
1062
1104
  "static/chunks/6809-c40780dcdbb38ec5.js",
1063
- "static/chunks/app/repositories/loading-c58ba2c3f4363277.js"
1105
+ "static/chunks/app/more/loading-c58ba2c3f4363277.js"
1064
1106
  ],
1065
- "/repositories/page": [
1066
- "static/chunks/webpack-7e79064bfce988d7.js",
1107
+ "/more/page": [
1108
+ "static/chunks/webpack-9f75198882fdaf08.js",
1067
1109
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1068
1110
  "static/chunks/1255-8cb587d9170b45ed.js",
1069
1111
  "static/chunks/main-app-5d631b93b1219836.js",
@@ -1073,13 +1115,15 @@
1073
1115
  "static/chunks/790-d8e6acd26e03679c.js",
1074
1116
  "static/chunks/4974-35592ec312322124.js",
1075
1117
  "static/chunks/6402-d91e099c3f2d78f4.js",
1076
- "static/chunks/3361-aa1b6e7c1d7eeeb4.js",
1077
- "static/chunks/6381-c8d93ec301dbc380.js",
1078
- "static/chunks/5229-580b581fce5aeb52.js",
1079
- "static/chunks/app/repositories/page-ae8fa55749976f79.js"
1118
+ "static/chunks/8019-f8e73c1fb5f6f0d3.js",
1119
+ "static/chunks/6381-9ba5198c0a6ff197.js",
1120
+ "static/chunks/5229-b2a81bb8fb5c19e9.js",
1121
+ "static/chunks/1379-af7af9e08f47c979.js",
1122
+ "static/chunks/4322-dfd5a7119b5ba4fc.js",
1123
+ "static/chunks/app/more/page-75d3783da0d49a25.js"
1080
1124
  ],
1081
1125
  "/review/loading": [
1082
- "static/chunks/webpack-7e79064bfce988d7.js",
1126
+ "static/chunks/webpack-9f75198882fdaf08.js",
1083
1127
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1084
1128
  "static/chunks/1255-8cb587d9170b45ed.js",
1085
1129
  "static/chunks/main-app-5d631b93b1219836.js",
@@ -1087,7 +1131,7 @@
1087
1131
  "static/chunks/app/review/loading-c58ba2c3f4363277.js"
1088
1132
  ],
1089
1133
  "/review/page": [
1090
- "static/chunks/webpack-7e79064bfce988d7.js",
1134
+ "static/chunks/webpack-9f75198882fdaf08.js",
1091
1135
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1092
1136
  "static/chunks/1255-8cb587d9170b45ed.js",
1093
1137
  "static/chunks/main-app-5d631b93b1219836.js",
@@ -1097,22 +1141,22 @@
1097
1141
  "static/chunks/790-d8e6acd26e03679c.js",
1098
1142
  "static/chunks/4974-35592ec312322124.js",
1099
1143
  "static/chunks/6402-d91e099c3f2d78f4.js",
1100
- "static/chunks/3361-aa1b6e7c1d7eeeb4.js",
1101
- "static/chunks/6381-c8d93ec301dbc380.js",
1102
- "static/chunks/5229-580b581fce5aeb52.js",
1103
- "static/chunks/1188-8567ee5ecfef02ee.js",
1104
- "static/chunks/app/review/page-9a6d18ddcccbb63c.js"
1144
+ "static/chunks/8019-f8e73c1fb5f6f0d3.js",
1145
+ "static/chunks/6381-9ba5198c0a6ff197.js",
1146
+ "static/chunks/5229-b2a81bb8fb5c19e9.js",
1147
+ "static/chunks/8593-fa0eb2802e0ce68a.js",
1148
+ "static/chunks/app/review/page-a0899b2d285318c3.js"
1105
1149
  ],
1106
- "/more/loading": [
1107
- "static/chunks/webpack-7e79064bfce988d7.js",
1150
+ "/repositories/loading": [
1151
+ "static/chunks/webpack-9f75198882fdaf08.js",
1108
1152
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1109
1153
  "static/chunks/1255-8cb587d9170b45ed.js",
1110
1154
  "static/chunks/main-app-5d631b93b1219836.js",
1111
1155
  "static/chunks/6809-c40780dcdbb38ec5.js",
1112
- "static/chunks/app/more/loading-c58ba2c3f4363277.js"
1156
+ "static/chunks/app/repositories/loading-c58ba2c3f4363277.js"
1113
1157
  ],
1114
- "/more/page": [
1115
- "static/chunks/webpack-7e79064bfce988d7.js",
1158
+ "/repositories/page": [
1159
+ "static/chunks/webpack-9f75198882fdaf08.js",
1116
1160
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1117
1161
  "static/chunks/1255-8cb587d9170b45ed.js",
1118
1162
  "static/chunks/main-app-5d631b93b1219836.js",
@@ -1122,14 +1166,13 @@
1122
1166
  "static/chunks/790-d8e6acd26e03679c.js",
1123
1167
  "static/chunks/4974-35592ec312322124.js",
1124
1168
  "static/chunks/6402-d91e099c3f2d78f4.js",
1125
- "static/chunks/3361-aa1b6e7c1d7eeeb4.js",
1126
- "static/chunks/6381-c8d93ec301dbc380.js",
1127
- "static/chunks/5229-580b581fce5aeb52.js",
1128
- "static/chunks/4322-dfd5a7119b5ba4fc.js",
1129
- "static/chunks/app/more/page-03867ab635d197c7.js"
1169
+ "static/chunks/8019-f8e73c1fb5f6f0d3.js",
1170
+ "static/chunks/6381-9ba5198c0a6ff197.js",
1171
+ "static/chunks/5229-b2a81bb8fb5c19e9.js",
1172
+ "static/chunks/app/repositories/page-4951cac905e50224.js"
1130
1173
  ],
1131
1174
  "/sessions/loading": [
1132
- "static/chunks/webpack-7e79064bfce988d7.js",
1175
+ "static/chunks/webpack-9f75198882fdaf08.js",
1133
1176
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1134
1177
  "static/chunks/1255-8cb587d9170b45ed.js",
1135
1178
  "static/chunks/main-app-5d631b93b1219836.js",
@@ -1137,7 +1180,7 @@
1137
1180
  "static/chunks/app/sessions/loading-c58ba2c3f4363277.js"
1138
1181
  ],
1139
1182
  "/sessions/page": [
1140
- "static/chunks/webpack-7e79064bfce988d7.js",
1183
+ "static/chunks/webpack-9f75198882fdaf08.js",
1141
1184
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1142
1185
  "static/chunks/1255-8cb587d9170b45ed.js",
1143
1186
  "static/chunks/main-app-5d631b93b1219836.js",
@@ -1148,52 +1191,52 @@
1148
1191
  "static/chunks/4974-35592ec312322124.js",
1149
1192
  "static/chunks/9948-d139e3e5dbecaf73.js",
1150
1193
  "static/chunks/6402-d91e099c3f2d78f4.js",
1151
- "static/chunks/3361-aa1b6e7c1d7eeeb4.js",
1152
- "static/chunks/6381-c8d93ec301dbc380.js",
1153
- "static/chunks/5229-580b581fce5aeb52.js",
1154
- "static/chunks/app/sessions/page-4d5382b257077c14.js"
1194
+ "static/chunks/8019-f8e73c1fb5f6f0d3.js",
1195
+ "static/chunks/6381-9ba5198c0a6ff197.js",
1196
+ "static/chunks/5229-b2a81bb8fb5c19e9.js",
1197
+ "static/chunks/app/sessions/page-fb36145ec732092a.js"
1155
1198
  ],
1156
- "/skills/[skillId]/page": [
1157
- "static/chunks/webpack-7e79064bfce988d7.js",
1199
+ "/skills/installed/page": [
1200
+ "static/chunks/webpack-9f75198882fdaf08.js",
1158
1201
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1159
1202
  "static/chunks/1255-8cb587d9170b45ed.js",
1160
1203
  "static/chunks/main-app-5d631b93b1219836.js",
1161
- "static/css/5eacd01f773eed7f.css",
1162
1204
  "static/chunks/6809-c40780dcdbb38ec5.js",
1163
1205
  "static/chunks/4909-1f5c586e3e84e0a5.js",
1164
1206
  "static/chunks/2770-827a64760bab8a3a.js",
1165
1207
  "static/chunks/790-d8e6acd26e03679c.js",
1166
1208
  "static/chunks/4974-35592ec312322124.js",
1167
- "static/chunks/8566-a6a7c70558927410.js",
1168
- "static/chunks/1191-b7dfdfe86b1d31d1.js",
1169
- "static/chunks/5542-b6457f305d724a6b.js",
1170
1209
  "static/chunks/6402-d91e099c3f2d78f4.js",
1171
- "static/chunks/3361-aa1b6e7c1d7eeeb4.js",
1172
- "static/chunks/6381-c8d93ec301dbc380.js",
1173
- "static/chunks/5229-580b581fce5aeb52.js",
1210
+ "static/chunks/8019-f8e73c1fb5f6f0d3.js",
1211
+ "static/chunks/6381-9ba5198c0a6ff197.js",
1212
+ "static/chunks/5229-b2a81bb8fb5c19e9.js",
1174
1213
  "static/chunks/2751-9ef0f4b450bd4ef0.js",
1175
- "static/chunks/2053-c0e931eb4391baa1.js",
1176
- "static/chunks/app/skills/[skillId]/page-aaf0bcb1dfb558b9.js"
1214
+ "static/chunks/app/skills/installed/page-182e32368696d824.js"
1177
1215
  ],
1178
- "/skills/installed/page": [
1179
- "static/chunks/webpack-7e79064bfce988d7.js",
1216
+ "/skills/[skillId]/page": [
1217
+ "static/chunks/webpack-9f75198882fdaf08.js",
1180
1218
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1181
1219
  "static/chunks/1255-8cb587d9170b45ed.js",
1182
1220
  "static/chunks/main-app-5d631b93b1219836.js",
1221
+ "static/css/5eacd01f773eed7f.css",
1183
1222
  "static/chunks/6809-c40780dcdbb38ec5.js",
1184
1223
  "static/chunks/4909-1f5c586e3e84e0a5.js",
1185
1224
  "static/chunks/2770-827a64760bab8a3a.js",
1186
1225
  "static/chunks/790-d8e6acd26e03679c.js",
1187
1226
  "static/chunks/4974-35592ec312322124.js",
1227
+ "static/chunks/8566-a6a7c70558927410.js",
1228
+ "static/chunks/1191-b7dfdfe86b1d31d1.js",
1229
+ "static/chunks/5542-b6457f305d724a6b.js",
1188
1230
  "static/chunks/6402-d91e099c3f2d78f4.js",
1189
- "static/chunks/3361-aa1b6e7c1d7eeeb4.js",
1190
- "static/chunks/6381-c8d93ec301dbc380.js",
1191
- "static/chunks/5229-580b581fce5aeb52.js",
1231
+ "static/chunks/8019-f8e73c1fb5f6f0d3.js",
1232
+ "static/chunks/6381-9ba5198c0a6ff197.js",
1233
+ "static/chunks/5229-b2a81bb8fb5c19e9.js",
1192
1234
  "static/chunks/2751-9ef0f4b450bd4ef0.js",
1193
- "static/chunks/app/skills/installed/page-dafc486410e839b7.js"
1235
+ "static/chunks/2053-3f299a7a2c7d6767.js",
1236
+ "static/chunks/app/skills/[skillId]/page-9099e26b60442873.js"
1194
1237
  ],
1195
1238
  "/skills/page": [
1196
- "static/chunks/webpack-7e79064bfce988d7.js",
1239
+ "static/chunks/webpack-9f75198882fdaf08.js",
1197
1240
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1198
1241
  "static/chunks/1255-8cb587d9170b45ed.js",
1199
1242
  "static/chunks/main-app-5d631b93b1219836.js",
@@ -1203,54 +1246,42 @@
1203
1246
  "static/chunks/790-d8e6acd26e03679c.js",
1204
1247
  "static/chunks/4974-35592ec312322124.js",
1205
1248
  "static/chunks/6402-d91e099c3f2d78f4.js",
1206
- "static/chunks/3361-aa1b6e7c1d7eeeb4.js",
1207
- "static/chunks/6381-c8d93ec301dbc380.js",
1208
- "static/chunks/5229-580b581fce5aeb52.js",
1249
+ "static/chunks/8019-f8e73c1fb5f6f0d3.js",
1250
+ "static/chunks/6381-9ba5198c0a6ff197.js",
1251
+ "static/chunks/5229-b2a81bb8fb5c19e9.js",
1209
1252
  "static/chunks/2751-9ef0f4b450bd4ef0.js",
1210
- "static/chunks/app/skills/page-9e3c91da31514893.js"
1253
+ "static/chunks/app/skills/page-d3fdc88239ebe0ab.js"
1211
1254
  ],
1212
1255
  "/worktrees/[id]/layout": [
1213
- "static/chunks/webpack-7e79064bfce988d7.js",
1256
+ "static/chunks/webpack-9f75198882fdaf08.js",
1214
1257
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1215
1258
  "static/chunks/1255-8cb587d9170b45ed.js",
1216
1259
  "static/chunks/main-app-5d631b93b1219836.js",
1217
- "static/chunks/app/worktrees/[id]/layout-e3626364434d521b.js"
1260
+ "static/chunks/app/worktrees/[id]/layout-1c30fb8d4d6fa6ef.js"
1218
1261
  ],
1219
1262
  "/worktrees/[id]/loading": [
1220
- "static/chunks/webpack-7e79064bfce988d7.js",
1263
+ "static/chunks/webpack-9f75198882fdaf08.js",
1221
1264
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1222
1265
  "static/chunks/1255-8cb587d9170b45ed.js",
1223
1266
  "static/chunks/main-app-5d631b93b1219836.js",
1224
1267
  "static/chunks/6809-c40780dcdbb38ec5.js",
1225
1268
  "static/chunks/app/worktrees/[id]/loading-c58ba2c3f4363277.js"
1226
1269
  ],
1227
- "/worktrees/[id]/page": [
1228
- "static/chunks/webpack-7e79064bfce988d7.js",
1270
+ "/worktrees/[id]/files/[...path]/page": [
1271
+ "static/chunks/webpack-9f75198882fdaf08.js",
1229
1272
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1230
1273
  "static/chunks/1255-8cb587d9170b45ed.js",
1231
1274
  "static/chunks/main-app-5d631b93b1219836.js",
1232
- "static/css/5eacd01f773eed7f.css",
1233
1275
  "static/chunks/6809-c40780dcdbb38ec5.js",
1234
1276
  "static/chunks/4909-1f5c586e3e84e0a5.js",
1235
1277
  "static/chunks/2770-827a64760bab8a3a.js",
1236
- "static/chunks/790-d8e6acd26e03679c.js",
1237
- "static/chunks/4974-35592ec312322124.js",
1238
1278
  "static/chunks/8566-a6a7c70558927410.js",
1239
- "static/chunks/9948-d139e3e5dbecaf73.js",
1240
- "static/chunks/1191-b7dfdfe86b1d31d1.js",
1241
- "static/chunks/5542-b6457f305d724a6b.js",
1242
- "static/chunks/3968-8d8ca15657748bfb.js",
1243
1279
  "static/chunks/6402-d91e099c3f2d78f4.js",
1244
- "static/chunks/3361-aa1b6e7c1d7eeeb4.js",
1245
- "static/chunks/6381-c8d93ec301dbc380.js",
1246
- "static/chunks/5229-580b581fce5aeb52.js",
1247
- "static/chunks/2751-9ef0f4b450bd4ef0.js",
1248
- "static/chunks/2053-c0e931eb4391baa1.js",
1249
- "static/chunks/1188-8567ee5ecfef02ee.js",
1250
- "static/chunks/app/worktrees/[id]/page-c07b23b6ca58091c.js"
1280
+ "static/chunks/8019-f8e73c1fb5f6f0d3.js",
1281
+ "static/chunks/app/worktrees/[id]/files/[...path]/page-f3361237420719b4.js"
1251
1282
  ],
1252
1283
  "/worktrees/[id]/terminal/page": [
1253
- "static/chunks/webpack-7e79064bfce988d7.js",
1284
+ "static/chunks/webpack-9f75198882fdaf08.js",
1254
1285
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1255
1286
  "static/chunks/1255-8cb587d9170b45ed.js",
1256
1287
  "static/chunks/main-app-5d631b93b1219836.js",
@@ -1258,18 +1289,31 @@
1258
1289
  "static/chunks/790-d8e6acd26e03679c.js",
1259
1290
  "static/chunks/app/worktrees/[id]/terminal/page-00ad5d9a62a71cab.js"
1260
1291
  ],
1261
- "/worktrees/[id]/files/[...path]/page": [
1262
- "static/chunks/webpack-7e79064bfce988d7.js",
1292
+ "/worktrees/[id]/page": [
1293
+ "static/chunks/webpack-9f75198882fdaf08.js",
1263
1294
  "static/chunks/4bd1b696-100b9d70ed4e49c1.js",
1264
1295
  "static/chunks/1255-8cb587d9170b45ed.js",
1265
1296
  "static/chunks/main-app-5d631b93b1219836.js",
1297
+ "static/css/5eacd01f773eed7f.css",
1266
1298
  "static/chunks/6809-c40780dcdbb38ec5.js",
1267
1299
  "static/chunks/4909-1f5c586e3e84e0a5.js",
1268
1300
  "static/chunks/2770-827a64760bab8a3a.js",
1301
+ "static/chunks/790-d8e6acd26e03679c.js",
1302
+ "static/chunks/4974-35592ec312322124.js",
1269
1303
  "static/chunks/8566-a6a7c70558927410.js",
1304
+ "static/chunks/9948-d139e3e5dbecaf73.js",
1305
+ "static/chunks/1191-b7dfdfe86b1d31d1.js",
1306
+ "static/chunks/5542-b6457f305d724a6b.js",
1307
+ "static/chunks/4882-388e94fe0a03c2ba.js",
1270
1308
  "static/chunks/6402-d91e099c3f2d78f4.js",
1271
- "static/chunks/3361-aa1b6e7c1d7eeeb4.js",
1272
- "static/chunks/app/worktrees/[id]/files/[...path]/page-90f96977c741bbf8.js"
1309
+ "static/chunks/8019-f8e73c1fb5f6f0d3.js",
1310
+ "static/chunks/6381-9ba5198c0a6ff197.js",
1311
+ "static/chunks/5229-b2a81bb8fb5c19e9.js",
1312
+ "static/chunks/2751-9ef0f4b450bd4ef0.js",
1313
+ "static/chunks/2053-3f299a7a2c7d6767.js",
1314
+ "static/chunks/1379-af7af9e08f47c979.js",
1315
+ "static/chunks/8593-fa0eb2802e0ce68a.js",
1316
+ "static/chunks/app/worktrees/[id]/page-ce6279d581d1df95.js"
1273
1317
  ]
1274
1318
  }
1275
1319
  }