commandmate 0.31.2 → 0.32.0

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