@surething/cockpit 1.0.222 → 1.0.224

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 (606) hide show
  1. package/.next-prod/BUILD_ID +1 -1
  2. package/.next-prod/app-path-routes-manifest.json +8 -3
  3. package/.next-prod/build-manifest.json +2 -2
  4. package/.next-prod/prerender-manifest.json +3 -3
  5. package/.next-prod/required-server-files.js +2 -1
  6. package/.next-prod/required-server-files.json +2 -1
  7. package/.next-prod/routes-manifest.json +30 -0
  8. package/.next-prod/server/app/_global-error/page.js +3 -3
  9. package/.next-prod/server/app/_global-error/page.js.nft.json +1 -1
  10. package/.next-prod/server/app/_global-error/page_client-reference-manifest.js +1 -1
  11. package/.next-prod/server/app/_global-error.html +1 -1
  12. package/.next-prod/server/app/_global-error.rsc +1 -1
  13. package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +1 -1
  14. package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  15. package/.next-prod/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  16. package/.next-prod/server/app/_global-error.segments/_head.segment.rsc +1 -1
  17. package/.next-prod/server/app/_global-error.segments/_index.segment.rsc +1 -1
  18. package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  19. package/.next-prod/server/app/_not-found/page.js +2 -2
  20. package/.next-prod/server/app/_not-found/page.js.nft.json +1 -1
  21. package/.next-prod/server/app/_not-found/page_client-reference-manifest.js +1 -1
  22. package/.next-prod/server/app/_not-found.html +49 -1
  23. package/.next-prod/server/app/_not-found.rsc +65 -14
  24. package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +65 -14
  25. package/.next-prod/server/app/_not-found.segments/_head.segment.rsc +1 -1
  26. package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +53 -5
  27. package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  28. package/.next-prod/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  29. package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  30. package/.next-prod/server/app/api/agent/test/route.js +1 -1
  31. package/.next-prod/server/app/api/agent/test/route.js.nft.json +1 -1
  32. package/.next-prod/server/app/api/bash/route.js +1 -1
  33. package/.next-prod/server/app/api/bash/route.js.nft.json +1 -1
  34. package/.next-prod/server/app/api/chat/codex/route.js +16 -10
  35. package/.next-prod/server/app/api/chat/codex/route.js.nft.json +1 -1
  36. package/.next-prod/server/app/api/chat/deepseek/route.js +3 -3
  37. package/.next-prod/server/app/api/chat/deepseek/route.js.nft.json +1 -1
  38. package/.next-prod/server/app/api/chat/kimi/route.js +10 -10
  39. package/.next-prod/server/app/api/chat/kimi/route.js.nft.json +1 -1
  40. package/.next-prod/server/app/api/chat/ollama/route.js +8 -8
  41. package/.next-prod/server/app/api/chat/ollama/route.js.nft.json +1 -1
  42. package/.next-prod/server/app/api/chat/pty-input/route.js +1 -1
  43. package/.next-prod/server/app/api/chat/pty-input/route.js.nft.json +1 -1
  44. package/.next-prod/server/app/api/chat/route.js +12 -12
  45. package/.next-prod/server/app/api/chat/route.js.nft.json +1 -1
  46. package/.next-prod/server/app/api/chat/stop/route.js +1 -0
  47. package/.next-prod/server/app/api/chat/stop/route.js.nft.json +1 -0
  48. package/.next-prod/server/app/api/chat/stop/route_client-reference-manifest.js +1 -0
  49. package/.next-prod/server/app/api/claude-stats/route.js +1 -1
  50. package/.next-prod/server/app/api/claude-stats/route.js.nft.json +1 -1
  51. package/.next-prod/server/app/api/commands/route.js +1 -1
  52. package/.next-prod/server/app/api/commands/route.js.nft.json +1 -1
  53. package/.next-prod/server/app/api/comments/route.js +1 -1
  54. package/.next-prod/server/app/api/comments/route.js.nft.json +1 -1
  55. package/.next-prod/server/app/api/db/columns/route.js +2 -2
  56. package/.next-prod/server/app/api/db/columns/route.js.nft.json +1 -1
  57. package/.next-prod/server/app/api/db/connect/route.js +1 -1
  58. package/.next-prod/server/app/api/db/connect/route.js.nft.json +1 -1
  59. package/.next-prod/server/app/api/db/disconnect/route.js +1 -1
  60. package/.next-prod/server/app/api/db/disconnect/route.js.nft.json +1 -1
  61. package/.next-prod/server/app/api/db/export/route.js +1 -1
  62. package/.next-prod/server/app/api/db/export/route.js.nft.json +1 -1
  63. package/.next-prod/server/app/api/db/query/route.js +1 -1
  64. package/.next-prod/server/app/api/db/query/route.js.nft.json +1 -1
  65. package/.next-prod/server/app/api/db/schemas/route.js +1 -1
  66. package/.next-prod/server/app/api/db/schemas/route.js.nft.json +1 -1
  67. package/.next-prod/server/app/api/dev/spans/route.js +1 -1
  68. package/.next-prod/server/app/api/dev/spans/route.js.nft.json +1 -1
  69. package/.next-prod/server/app/api/extension/version/route.js +1 -1
  70. package/.next-prod/server/app/api/extension/version/route.js.nft.json +1 -1
  71. package/.next-prod/server/app/api/file/route.js +1 -1
  72. package/.next-prod/server/app/api/file/route.js.nft.json +1 -1
  73. package/.next-prod/server/app/api/files/blame/route.js +1 -1
  74. package/.next-prod/server/app/api/files/blame/route.js.nft.json +1 -1
  75. package/.next-prod/server/app/api/files/clipboard/route.js +1 -1
  76. package/.next-prod/server/app/api/files/clipboard/route.js.nft.json +1 -1
  77. package/.next-prod/server/app/api/files/copy/route.js +1 -1
  78. package/.next-prod/server/app/api/files/copy/route.js.nft.json +1 -1
  79. package/.next-prod/server/app/api/files/delete/route.js +1 -1
  80. package/.next-prod/server/app/api/files/delete/route.js.nft.json +1 -1
  81. package/.next-prod/server/app/api/files/expanded/route.js +1 -1
  82. package/.next-prod/server/app/api/files/expanded/route.js.nft.json +1 -1
  83. package/.next-prod/server/app/api/files/index/route.js +1 -1
  84. package/.next-prod/server/app/api/files/index/route.js.nft.json +1 -1
  85. package/.next-prod/server/app/api/files/init/route.js +1 -1
  86. package/.next-prod/server/app/api/files/init/route.js.nft.json +1 -1
  87. package/.next-prod/server/app/api/files/paste/route.js +1 -1
  88. package/.next-prod/server/app/api/files/paste/route.js.nft.json +1 -1
  89. package/.next-prod/server/app/api/files/read/route.js +1 -1
  90. package/.next-prod/server/app/api/files/read/route.js.nft.json +1 -1
  91. package/.next-prod/server/app/api/files/readdir/route.js +1 -1
  92. package/.next-prod/server/app/api/files/readdir/route.js.nft.json +1 -1
  93. package/.next-prod/server/app/api/files/recent/route.js +1 -1
  94. package/.next-prod/server/app/api/files/recent/route.js.nft.json +1 -1
  95. package/.next-prod/server/app/api/files/save/route.js +1 -1
  96. package/.next-prod/server/app/api/files/save/route.js.nft.json +1 -1
  97. package/.next-prod/server/app/api/files/search/route.js +1 -1
  98. package/.next-prod/server/app/api/files/search/route.js.nft.json +1 -1
  99. package/.next-prod/server/app/api/files/stat/route.js +1 -1
  100. package/.next-prod/server/app/api/files/stat/route.js.nft.json +1 -1
  101. package/.next-prod/server/app/api/files/text/route.js +1 -1
  102. package/.next-prod/server/app/api/files/text/route.js.nft.json +1 -1
  103. package/.next-prod/server/app/api/git/branch-diff/route.js +1 -1
  104. package/.next-prod/server/app/api/git/branch-diff/route.js.nft.json +1 -1
  105. package/.next-prod/server/app/api/git/branches/route.js +1 -1
  106. package/.next-prod/server/app/api/git/branches/route.js.nft.json +1 -1
  107. package/.next-prod/server/app/api/git/commit-diff/route.js +1 -1
  108. package/.next-prod/server/app/api/git/commit-diff/route.js.nft.json +1 -1
  109. package/.next-prod/server/app/api/git/commits/route.js +1 -1
  110. package/.next-prod/server/app/api/git/commits/route.js.nft.json +1 -1
  111. package/.next-prod/server/app/api/git/current-branch/route.js +1 -1
  112. package/.next-prod/server/app/api/git/current-branch/route.js.nft.json +1 -1
  113. package/.next-prod/server/app/api/git/diff/route.js +1 -1
  114. package/.next-prod/server/app/api/git/diff/route.js.nft.json +1 -1
  115. package/.next-prod/server/app/api/git/discard/route.js +1 -1
  116. package/.next-prod/server/app/api/git/discard/route.js.nft.json +1 -1
  117. package/.next-prod/server/app/api/git/stage/route.js +1 -1
  118. package/.next-prod/server/app/api/git/stage/route.js.nft.json +1 -1
  119. package/.next-prod/server/app/api/git/status/route.js +1 -1
  120. package/.next-prod/server/app/api/git/status/route.js.nft.json +1 -1
  121. package/.next-prod/server/app/api/git/unstage/route.js +1 -1
  122. package/.next-prod/server/app/api/git/unstage/route.js.nft.json +1 -1
  123. package/.next-prod/server/app/api/git/worktree/route.js +1 -1
  124. package/.next-prod/server/app/api/git/worktree/route.js.nft.json +1 -1
  125. package/.next-prod/server/app/api/global-state/route.js +1 -1
  126. package/.next-prod/server/app/api/global-state/route.js.nft.json +1 -1
  127. package/.next-prod/server/app/api/jupyter/load/route.js +1 -1
  128. package/.next-prod/server/app/api/jupyter/load/route.js.nft.json +1 -1
  129. package/.next-prod/server/app/api/jupyter/save/route.js +1 -1
  130. package/.next-prod/server/app/api/jupyter/save/route.js.nft.json +1 -1
  131. package/.next-prod/server/app/api/jupyter/shutdown/route.js +1 -1
  132. package/.next-prod/server/app/api/jupyter/shutdown/route.js.nft.json +1 -1
  133. package/.next-prod/server/app/api/lsp/definition/route.js +1 -1
  134. package/.next-prod/server/app/api/lsp/definition/route.js.nft.json +1 -1
  135. package/.next-prod/server/app/api/lsp/hover/route.js +1 -1
  136. package/.next-prod/server/app/api/lsp/hover/route.js.nft.json +1 -1
  137. package/.next-prod/server/app/api/lsp/references/route.js +1 -1
  138. package/.next-prod/server/app/api/lsp/references/route.js.nft.json +1 -1
  139. package/.next-prod/server/app/api/lsp/status/route.js +1 -1
  140. package/.next-prod/server/app/api/lsp/status/route.js.nft.json +1 -1
  141. package/.next-prod/server/app/api/lsp/warmup/route.js +1 -1
  142. package/.next-prod/server/app/api/lsp/warmup/route.js.nft.json +1 -1
  143. package/.next-prod/server/app/api/mysql/columns/route.js +2 -2
  144. package/.next-prod/server/app/api/mysql/columns/route.js.nft.json +1 -1
  145. package/.next-prod/server/app/api/mysql/connect/route.js +1 -1
  146. package/.next-prod/server/app/api/mysql/connect/route.js.nft.json +1 -1
  147. package/.next-prod/server/app/api/mysql/disconnect/route.js +1 -1
  148. package/.next-prod/server/app/api/mysql/disconnect/route.js.nft.json +1 -1
  149. package/.next-prod/server/app/api/mysql/export/route.js +1 -1
  150. package/.next-prod/server/app/api/mysql/export/route.js.nft.json +1 -1
  151. package/.next-prod/server/app/api/mysql/query/route.js +1 -1
  152. package/.next-prod/server/app/api/mysql/query/route.js.nft.json +1 -1
  153. package/.next-prod/server/app/api/mysql/schemas/route.js +1 -1
  154. package/.next-prod/server/app/api/mysql/schemas/route.js.nft.json +1 -1
  155. package/.next-prod/server/app/api/neo4j/connect/route.js +1 -1
  156. package/.next-prod/server/app/api/neo4j/connect/route.js.nft.json +1 -1
  157. package/.next-prod/server/app/api/neo4j/disconnect/route.js +1 -1
  158. package/.next-prod/server/app/api/neo4j/disconnect/route.js.nft.json +1 -1
  159. package/.next-prod/server/app/api/neo4j/query/route.js +1 -1
  160. package/.next-prod/server/app/api/neo4j/query/route.js.nft.json +1 -1
  161. package/.next-prod/server/app/api/neo4j/schema/route.js +1 -1
  162. package/.next-prod/server/app/api/neo4j/schema/route.js.nft.json +1 -1
  163. package/.next-prod/server/app/api/note/route.js +1 -1
  164. package/.next-prod/server/app/api/note/route.js.nft.json +1 -1
  165. package/.next-prod/server/app/api/ollama/models/route.js +1 -1
  166. package/.next-prod/server/app/api/ollama/models/route.js.nft.json +1 -1
  167. package/.next-prod/server/app/api/ollama/start/route.js +1 -1
  168. package/.next-prod/server/app/api/ollama/start/route.js.nft.json +1 -1
  169. package/.next-prod/server/app/api/open-cursor/route.js +1 -1
  170. package/.next-prod/server/app/api/open-cursor/route.js.nft.json +1 -1
  171. package/.next-prod/server/app/api/open-vscode/route.js +1 -1
  172. package/.next-prod/server/app/api/open-vscode/route.js.nft.json +1 -1
  173. package/.next-prod/server/app/api/pick-folder/route.js +1 -1
  174. package/.next-prod/server/app/api/pick-folder/route.js.nft.json +1 -1
  175. package/.next-prod/server/app/api/pinned-sessions/route.js +1 -1
  176. package/.next-prod/server/app/api/pinned-sessions/route.js.nft.json +1 -1
  177. package/.next-prod/server/app/api/project-settings/route.js +1 -1
  178. package/.next-prod/server/app/api/project-settings/route.js.nft.json +1 -1
  179. package/.next-prod/server/app/api/project-state/route.js +2 -1
  180. package/.next-prod/server/app/api/project-state/route.js.nft.json +1 -1
  181. package/.next-prod/server/app/api/projectGraph/affected/route.js +1 -1
  182. package/.next-prod/server/app/api/projectGraph/affected/route.js.nft.json +1 -1
  183. package/.next-prod/server/app/api/projectGraph/callees/route.js +1 -1
  184. package/.next-prod/server/app/api/projectGraph/callees/route.js.nft.json +1 -1
  185. package/.next-prod/server/app/api/projectGraph/callers/route.js +1 -1
  186. package/.next-prod/server/app/api/projectGraph/callers/route.js.nft.json +1 -1
  187. package/.next-prod/server/app/api/projectGraph/coedit/route.js +1 -1
  188. package/.next-prod/server/app/api/projectGraph/coedit/route.js.nft.json +1 -1
  189. package/.next-prod/server/app/api/projectGraph/context/route.js +1 -1
  190. package/.next-prod/server/app/api/projectGraph/context/route.js.nft.json +1 -1
  191. package/.next-prod/server/app/api/projectGraph/file/route.js +1 -1
  192. package/.next-prod/server/app/api/projectGraph/file/route.js.nft.json +1 -1
  193. package/.next-prod/server/app/api/projectGraph/file-functions/route.js +1 -1
  194. package/.next-prod/server/app/api/projectGraph/file-functions/route.js.nft.json +1 -1
  195. package/.next-prod/server/app/api/projectGraph/impact/route.js +1 -1
  196. package/.next-prod/server/app/api/projectGraph/impact/route.js.nft.json +1 -1
  197. package/.next-prod/server/app/api/projectGraph/related/route.js +1 -1
  198. package/.next-prod/server/app/api/projectGraph/related/route.js.nft.json +1 -1
  199. package/.next-prod/server/app/api/projectGraph/risk/route.js +1 -1
  200. package/.next-prod/server/app/api/projectGraph/risk/route.js.nft.json +1 -1
  201. package/.next-prod/server/app/api/projectGraph/search/route.js +1 -1
  202. package/.next-prod/server/app/api/projectGraph/search/route.js.nft.json +1 -1
  203. package/.next-prod/server/app/api/projects/route.js +1 -1
  204. package/.next-prod/server/app/api/projects/route.js.nft.json +1 -1
  205. package/.next-prod/server/app/api/push/public-key/route.js +1 -0
  206. package/.next-prod/server/app/api/push/public-key/route.js.nft.json +1 -0
  207. package/.next-prod/server/app/api/push/public-key/route_client-reference-manifest.js +1 -0
  208. package/.next-prod/server/app/api/push/subscribe/route.js +1 -0
  209. package/.next-prod/server/app/api/push/subscribe/route.js.nft.json +1 -0
  210. package/.next-prod/server/app/api/push/subscribe/route_client-reference-manifest.js +1 -0
  211. package/.next-prod/server/app/api/push/unsubscribe/route.js +1 -0
  212. package/.next-prod/server/app/api/push/unsubscribe/route.js.nft.json +1 -0
  213. package/.next-prod/server/app/api/push/unsubscribe/route_client-reference-manifest.js +1 -0
  214. package/.next-prod/server/app/api/redis/command/route.js +1 -1
  215. package/.next-prod/server/app/api/redis/command/route.js.nft.json +1 -1
  216. package/.next-prod/server/app/api/redis/connect/route.js +1 -1
  217. package/.next-prod/server/app/api/redis/connect/route.js.nft.json +1 -1
  218. package/.next-prod/server/app/api/redis/delete/route.js +1 -1
  219. package/.next-prod/server/app/api/redis/delete/route.js.nft.json +1 -1
  220. package/.next-prod/server/app/api/redis/disconnect/route.js +1 -1
  221. package/.next-prod/server/app/api/redis/disconnect/route.js.nft.json +1 -1
  222. package/.next-prod/server/app/api/redis/get/route.js +1 -1
  223. package/.next-prod/server/app/api/redis/get/route.js.nft.json +1 -1
  224. package/.next-prod/server/app/api/redis/keys/route.js +1 -1
  225. package/.next-prod/server/app/api/redis/keys/route.js.nft.json +1 -1
  226. package/.next-prod/server/app/api/redis/set/route.js +1 -1
  227. package/.next-prod/server/app/api/redis/set/route.js.nft.json +1 -1
  228. package/.next-prod/server/app/api/review/[id]/comments/route.js +1 -1
  229. package/.next-prod/server/app/api/review/[id]/comments/route.js.nft.json +1 -1
  230. package/.next-prod/server/app/api/review/[id]/replies/route.js +1 -1
  231. package/.next-prod/server/app/api/review/[id]/replies/route.js.nft.json +1 -1
  232. package/.next-prod/server/app/api/review/[id]/route.js +1 -1
  233. package/.next-prod/server/app/api/review/[id]/route.js.nft.json +1 -1
  234. package/.next-prod/server/app/api/review/identify/route.js +1 -1
  235. package/.next-prod/server/app/api/review/identify/route.js.nft.json +1 -1
  236. package/.next-prod/server/app/api/review/order/route.js +1 -1
  237. package/.next-prod/server/app/api/review/order/route.js.nft.json +1 -1
  238. package/.next-prod/server/app/api/review/route.js +1 -1
  239. package/.next-prod/server/app/api/review/route.js.nft.json +1 -1
  240. package/.next-prod/server/app/api/review/share-info/route.js +1 -1
  241. package/.next-prod/server/app/api/review/share-info/route.js.nft.json +1 -1
  242. package/.next-prod/server/app/api/review/users/route.js +1 -1
  243. package/.next-prod/server/app/api/review/users/route.js.nft.json +1 -1
  244. package/.next-prod/server/app/api/scheduled-tasks/route.js +1 -1
  245. package/.next-prod/server/app/api/scheduled-tasks/route.js.nft.json +1 -1
  246. package/.next-prod/server/app/api/services/config/route.js +1 -1
  247. package/.next-prod/server/app/api/services/config/route.js.nft.json +1 -1
  248. package/.next-prod/server/app/api/services/scripts/route.js +1 -1
  249. package/.next-prod/server/app/api/services/scripts/route.js.nft.json +1 -1
  250. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js +1 -1
  251. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js.nft.json +1 -1
  252. package/.next-prod/server/app/api/session/[sessionId]/history/route.js +1 -1
  253. package/.next-prod/server/app/api/session/[sessionId]/history/route.js.nft.json +1 -1
  254. package/.next-prod/server/app/api/session-by-path/route.js +1 -1
  255. package/.next-prod/server/app/api/session-by-path/route.js.nft.json +1 -1
  256. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js +1 -1
  257. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js.nft.json +1 -1
  258. package/.next-prod/server/app/api/sessions/projects/route.js +1 -1
  259. package/.next-prod/server/app/api/sessions/projects/route.js.nft.json +1 -1
  260. package/.next-prod/server/app/api/sessions/route.js +1 -1
  261. package/.next-prod/server/app/api/sessions/route.js.nft.json +1 -1
  262. package/.next-prod/server/app/api/settings/route.js +1 -1
  263. package/.next-prod/server/app/api/settings/route.js.nft.json +1 -1
  264. package/.next-prod/server/app/api/skills/[id]/route.js +1 -1
  265. package/.next-prod/server/app/api/skills/[id]/route.js.nft.json +1 -1
  266. package/.next-prod/server/app/api/skills/content/route.js +1 -1
  267. package/.next-prod/server/app/api/skills/content/route.js.nft.json +1 -1
  268. package/.next-prod/server/app/api/skills/route.js +1 -1
  269. package/.next-prod/server/app/api/skills/route.js.nft.json +1 -1
  270. package/.next-prod/server/app/api/terminal/aliases/route.js +1 -1
  271. package/.next-prod/server/app/api/terminal/aliases/route.js.nft.json +1 -1
  272. package/.next-prod/server/app/api/terminal/autocomplete/route.js +1 -1
  273. package/.next-prod/server/app/api/terminal/autocomplete/route.js.nft.json +1 -1
  274. package/.next-prod/server/app/api/terminal/bubble-order/route.js +1 -1
  275. package/.next-prod/server/app/api/terminal/bubble-order/route.js.nft.json +1 -1
  276. package/.next-prod/server/app/api/terminal/env/route.js +1 -1
  277. package/.next-prod/server/app/api/terminal/env/route.js.nft.json +1 -1
  278. package/.next-prod/server/app/api/terminal/history/route.js +1 -1
  279. package/.next-prod/server/app/api/terminal/history/route.js.nft.json +1 -1
  280. package/.next-prod/server/app/api/version/route.js +1 -1
  281. package/.next-prod/server/app/api/version/route.js.nft.json +1 -1
  282. package/.next-prod/server/app/favicon.ico/route.js +1 -1
  283. package/.next-prod/server/app/favicon.ico/route.js.nft.json +1 -1
  284. package/.next-prod/server/app/m/page.js +2 -0
  285. package/.next-prod/server/app/m/page.js.nft.json +1 -0
  286. package/.next-prod/server/app/m/page_client-reference-manifest.js +1 -0
  287. package/.next-prod/server/app/manifest.webmanifest/route.js +2 -2
  288. package/.next-prod/server/app/manifest.webmanifest/route.js.nft.json +1 -1
  289. package/.next-prod/server/app/manifest.webmanifest.body +1 -1
  290. package/.next-prod/server/app/page.js +2 -2
  291. package/.next-prod/server/app/page.js.nft.json +1 -1
  292. package/.next-prod/server/app/page_client-reference-manifest.js +1 -1
  293. package/.next-prod/server/app/project/page.js +2 -2
  294. package/.next-prod/server/app/project/page.js.nft.json +1 -1
  295. package/.next-prod/server/app/project/page_client-reference-manifest.js +1 -1
  296. package/.next-prod/server/app/review/[id]/page.js +2 -2
  297. package/.next-prod/server/app/review/[id]/page.js.nft.json +1 -1
  298. package/.next-prod/server/app/review/[id]/page_client-reference-manifest.js +1 -1
  299. package/.next-prod/server/app-paths-manifest.json +8 -3
  300. package/.next-prod/server/chunks/{383.js → 2637.js} +2 -2
  301. package/.next-prod/server/chunks/2939.js +1 -1
  302. package/.next-prod/server/chunks/{3408.js → 5337.js} +3 -3
  303. package/.next-prod/server/chunks/6955.js +1 -1
  304. package/.next-prod/server/chunks/7003.js +1 -0
  305. package/.next-prod/server/chunks/8916.js +1 -1
  306. package/.next-prod/server/chunks/9658.js +10 -8
  307. package/.next-prod/server/middleware-build-manifest.js +1 -1
  308. package/.next-prod/server/pages/404.html +49 -1
  309. package/.next-prod/server/pages/500.html +1 -1
  310. package/.next-prod/server/server-reference-manifest.json +1 -1
  311. package/.next-prod/static/cTq1mDm5D_oZLiumFG6di/_buildManifest.js +1 -0
  312. package/.next-prod/static/chunks/2032-6fcfaaa6aa730f6d.js +1 -0
  313. package/.next-prod/static/chunks/2576-fe33a1bae037bd9b.js +25 -0
  314. package/.next-prod/static/chunks/471-7c4fab47613ffe5c.js +4 -0
  315. package/.next-prod/static/chunks/5156-2953531342c13696.js +3 -0
  316. package/.next-prod/static/chunks/9428-5c287b255a9831e6.js +20 -0
  317. package/.next-prod/static/chunks/9469-fb5c6f08ba6bab74.js +14 -0
  318. package/.next-prod/static/chunks/app/_global-error/page-cc849cd7b6f01cad.js +1 -0
  319. package/.next-prod/static/chunks/app/api/agent/test/route-cc849cd7b6f01cad.js +1 -0
  320. package/.next-prod/static/chunks/app/api/bash/route-cc849cd7b6f01cad.js +1 -0
  321. package/.next-prod/static/chunks/app/api/chat/codex/route-cc849cd7b6f01cad.js +1 -0
  322. package/.next-prod/static/chunks/app/api/chat/deepseek/route-cc849cd7b6f01cad.js +1 -0
  323. package/.next-prod/static/chunks/app/api/chat/kimi/route-cc849cd7b6f01cad.js +1 -0
  324. package/.next-prod/static/chunks/app/api/chat/ollama/route-cc849cd7b6f01cad.js +1 -0
  325. package/.next-prod/static/chunks/app/api/chat/pty-input/route-cc849cd7b6f01cad.js +1 -0
  326. package/.next-prod/static/chunks/app/api/chat/route-cc849cd7b6f01cad.js +1 -0
  327. package/.next-prod/static/chunks/app/api/chat/stop/route-cc849cd7b6f01cad.js +1 -0
  328. package/.next-prod/static/chunks/app/api/claude-stats/route-cc849cd7b6f01cad.js +1 -0
  329. package/.next-prod/static/chunks/app/api/commands/route-cc849cd7b6f01cad.js +1 -0
  330. package/.next-prod/static/chunks/app/api/comments/route-cc849cd7b6f01cad.js +1 -0
  331. package/.next-prod/static/chunks/app/api/db/columns/route-cc849cd7b6f01cad.js +1 -0
  332. package/.next-prod/static/chunks/app/api/db/connect/route-cc849cd7b6f01cad.js +1 -0
  333. package/.next-prod/static/chunks/app/api/db/disconnect/route-cc849cd7b6f01cad.js +1 -0
  334. package/.next-prod/static/chunks/app/api/db/export/route-cc849cd7b6f01cad.js +1 -0
  335. package/.next-prod/static/chunks/app/api/db/query/route-cc849cd7b6f01cad.js +1 -0
  336. package/.next-prod/static/chunks/app/api/db/schemas/route-cc849cd7b6f01cad.js +1 -0
  337. package/.next-prod/static/chunks/app/api/dev/spans/route-cc849cd7b6f01cad.js +1 -0
  338. package/.next-prod/static/chunks/app/api/extension/version/route-cc849cd7b6f01cad.js +1 -0
  339. package/.next-prod/static/chunks/app/api/file/route-cc849cd7b6f01cad.js +1 -0
  340. package/.next-prod/static/chunks/app/api/files/blame/route-cc849cd7b6f01cad.js +1 -0
  341. package/.next-prod/static/chunks/app/api/files/clipboard/route-cc849cd7b6f01cad.js +1 -0
  342. package/.next-prod/static/chunks/app/api/files/copy/route-cc849cd7b6f01cad.js +1 -0
  343. package/.next-prod/static/chunks/app/api/files/delete/route-cc849cd7b6f01cad.js +1 -0
  344. package/.next-prod/static/chunks/app/api/files/expanded/route-cc849cd7b6f01cad.js +1 -0
  345. package/.next-prod/static/chunks/app/api/files/index/route-cc849cd7b6f01cad.js +1 -0
  346. package/.next-prod/static/chunks/app/api/files/init/route-cc849cd7b6f01cad.js +1 -0
  347. package/.next-prod/static/chunks/app/api/files/paste/route-cc849cd7b6f01cad.js +1 -0
  348. package/.next-prod/static/chunks/app/api/files/read/route-cc849cd7b6f01cad.js +1 -0
  349. package/.next-prod/static/chunks/app/api/files/readdir/route-cc849cd7b6f01cad.js +1 -0
  350. package/.next-prod/static/chunks/app/api/files/recent/route-cc849cd7b6f01cad.js +1 -0
  351. package/.next-prod/static/chunks/app/api/files/save/route-cc849cd7b6f01cad.js +1 -0
  352. package/.next-prod/static/chunks/app/api/files/search/route-cc849cd7b6f01cad.js +1 -0
  353. package/.next-prod/static/chunks/app/api/files/stat/route-cc849cd7b6f01cad.js +1 -0
  354. package/.next-prod/static/chunks/app/api/files/text/route-cc849cd7b6f01cad.js +1 -0
  355. package/.next-prod/static/chunks/app/api/git/branch-diff/route-cc849cd7b6f01cad.js +1 -0
  356. package/.next-prod/static/chunks/app/api/git/branches/route-cc849cd7b6f01cad.js +1 -0
  357. package/.next-prod/static/chunks/app/api/git/commit-diff/route-cc849cd7b6f01cad.js +1 -0
  358. package/.next-prod/static/chunks/app/api/git/commits/route-cc849cd7b6f01cad.js +1 -0
  359. package/.next-prod/static/chunks/app/api/git/current-branch/route-cc849cd7b6f01cad.js +1 -0
  360. package/.next-prod/static/chunks/app/api/git/diff/route-cc849cd7b6f01cad.js +1 -0
  361. package/.next-prod/static/chunks/app/api/git/discard/route-cc849cd7b6f01cad.js +1 -0
  362. package/.next-prod/static/chunks/app/api/git/stage/route-cc849cd7b6f01cad.js +1 -0
  363. package/.next-prod/static/chunks/app/api/git/status/route-cc849cd7b6f01cad.js +1 -0
  364. package/.next-prod/static/chunks/app/api/git/unstage/route-cc849cd7b6f01cad.js +1 -0
  365. package/.next-prod/static/chunks/app/api/git/worktree/route-cc849cd7b6f01cad.js +1 -0
  366. package/.next-prod/static/chunks/app/api/global-state/route-cc849cd7b6f01cad.js +1 -0
  367. package/.next-prod/static/chunks/app/api/jupyter/load/route-cc849cd7b6f01cad.js +1 -0
  368. package/.next-prod/static/chunks/app/api/jupyter/save/route-cc849cd7b6f01cad.js +1 -0
  369. package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-cc849cd7b6f01cad.js +1 -0
  370. package/.next-prod/static/chunks/app/api/lsp/definition/route-cc849cd7b6f01cad.js +1 -0
  371. package/.next-prod/static/chunks/app/api/lsp/hover/route-cc849cd7b6f01cad.js +1 -0
  372. package/.next-prod/static/chunks/app/api/lsp/references/route-cc849cd7b6f01cad.js +1 -0
  373. package/.next-prod/static/chunks/app/api/lsp/status/route-cc849cd7b6f01cad.js +1 -0
  374. package/.next-prod/static/chunks/app/api/lsp/warmup/route-cc849cd7b6f01cad.js +1 -0
  375. package/.next-prod/static/chunks/app/api/mysql/columns/route-cc849cd7b6f01cad.js +1 -0
  376. package/.next-prod/static/chunks/app/api/mysql/connect/route-cc849cd7b6f01cad.js +1 -0
  377. package/.next-prod/static/chunks/app/api/mysql/disconnect/route-cc849cd7b6f01cad.js +1 -0
  378. package/.next-prod/static/chunks/app/api/mysql/export/route-cc849cd7b6f01cad.js +1 -0
  379. package/.next-prod/static/chunks/app/api/mysql/query/route-cc849cd7b6f01cad.js +1 -0
  380. package/.next-prod/static/chunks/app/api/mysql/schemas/route-cc849cd7b6f01cad.js +1 -0
  381. package/.next-prod/static/chunks/app/api/neo4j/connect/route-cc849cd7b6f01cad.js +1 -0
  382. package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-cc849cd7b6f01cad.js +1 -0
  383. package/.next-prod/static/chunks/app/api/neo4j/query/route-cc849cd7b6f01cad.js +1 -0
  384. package/.next-prod/static/chunks/app/api/neo4j/schema/route-cc849cd7b6f01cad.js +1 -0
  385. package/.next-prod/static/chunks/app/api/note/route-cc849cd7b6f01cad.js +1 -0
  386. package/.next-prod/static/chunks/app/api/ollama/models/route-cc849cd7b6f01cad.js +1 -0
  387. package/.next-prod/static/chunks/app/api/ollama/start/route-cc849cd7b6f01cad.js +1 -0
  388. package/.next-prod/static/chunks/app/api/open-cursor/route-cc849cd7b6f01cad.js +1 -0
  389. package/.next-prod/static/chunks/app/api/open-vscode/route-cc849cd7b6f01cad.js +1 -0
  390. package/.next-prod/static/chunks/app/api/pick-folder/route-cc849cd7b6f01cad.js +1 -0
  391. package/.next-prod/static/chunks/app/api/pinned-sessions/route-cc849cd7b6f01cad.js +1 -0
  392. package/.next-prod/static/chunks/app/api/project-settings/route-cc849cd7b6f01cad.js +1 -0
  393. package/.next-prod/static/chunks/app/api/project-state/route-cc849cd7b6f01cad.js +1 -0
  394. package/.next-prod/static/chunks/app/api/projectGraph/affected/route-cc849cd7b6f01cad.js +1 -0
  395. package/.next-prod/static/chunks/app/api/projectGraph/callees/route-cc849cd7b6f01cad.js +1 -0
  396. package/.next-prod/static/chunks/app/api/projectGraph/callers/route-cc849cd7b6f01cad.js +1 -0
  397. package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-cc849cd7b6f01cad.js +1 -0
  398. package/.next-prod/static/chunks/app/api/projectGraph/context/route-cc849cd7b6f01cad.js +1 -0
  399. package/.next-prod/static/chunks/app/api/projectGraph/file/route-cc849cd7b6f01cad.js +1 -0
  400. package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-cc849cd7b6f01cad.js +1 -0
  401. package/.next-prod/static/chunks/app/api/projectGraph/impact/route-cc849cd7b6f01cad.js +1 -0
  402. package/.next-prod/static/chunks/app/api/projectGraph/related/route-cc849cd7b6f01cad.js +1 -0
  403. package/.next-prod/static/chunks/app/api/projectGraph/risk/route-cc849cd7b6f01cad.js +1 -0
  404. package/.next-prod/static/chunks/app/api/projectGraph/search/route-cc849cd7b6f01cad.js +1 -0
  405. package/.next-prod/static/chunks/app/api/projects/route-cc849cd7b6f01cad.js +1 -0
  406. package/.next-prod/static/chunks/app/api/push/public-key/route-cc849cd7b6f01cad.js +1 -0
  407. package/.next-prod/static/chunks/app/api/push/subscribe/route-cc849cd7b6f01cad.js +1 -0
  408. package/.next-prod/static/chunks/app/api/push/unsubscribe/route-cc849cd7b6f01cad.js +1 -0
  409. package/.next-prod/static/chunks/app/api/redis/command/route-cc849cd7b6f01cad.js +1 -0
  410. package/.next-prod/static/chunks/app/api/redis/connect/route-cc849cd7b6f01cad.js +1 -0
  411. package/.next-prod/static/chunks/app/api/redis/delete/route-cc849cd7b6f01cad.js +1 -0
  412. package/.next-prod/static/chunks/app/api/redis/disconnect/route-cc849cd7b6f01cad.js +1 -0
  413. package/.next-prod/static/chunks/app/api/redis/get/route-cc849cd7b6f01cad.js +1 -0
  414. package/.next-prod/static/chunks/app/api/redis/keys/route-cc849cd7b6f01cad.js +1 -0
  415. package/.next-prod/static/chunks/app/api/redis/set/route-cc849cd7b6f01cad.js +1 -0
  416. package/.next-prod/static/chunks/app/api/review/[id]/comments/route-cc849cd7b6f01cad.js +1 -0
  417. package/.next-prod/static/chunks/app/api/review/[id]/replies/route-cc849cd7b6f01cad.js +1 -0
  418. package/.next-prod/static/chunks/app/api/review/[id]/route-cc849cd7b6f01cad.js +1 -0
  419. package/.next-prod/static/chunks/app/api/review/identify/route-cc849cd7b6f01cad.js +1 -0
  420. package/.next-prod/static/chunks/app/api/review/order/route-cc849cd7b6f01cad.js +1 -0
  421. package/.next-prod/static/chunks/app/api/review/route-cc849cd7b6f01cad.js +1 -0
  422. package/.next-prod/static/chunks/app/api/review/share-info/route-cc849cd7b6f01cad.js +1 -0
  423. package/.next-prod/static/chunks/app/api/review/users/route-cc849cd7b6f01cad.js +1 -0
  424. package/.next-prod/static/chunks/app/api/scheduled-tasks/route-cc849cd7b6f01cad.js +1 -0
  425. package/.next-prod/static/chunks/app/api/services/config/route-cc849cd7b6f01cad.js +1 -0
  426. package/.next-prod/static/chunks/app/api/services/scripts/route-cc849cd7b6f01cad.js +1 -0
  427. package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-cc849cd7b6f01cad.js +1 -0
  428. package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-cc849cd7b6f01cad.js +1 -0
  429. package/.next-prod/static/chunks/app/api/session-by-path/route-cc849cd7b6f01cad.js +1 -0
  430. package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-cc849cd7b6f01cad.js +1 -0
  431. package/.next-prod/static/chunks/app/api/sessions/projects/route-cc849cd7b6f01cad.js +1 -0
  432. package/.next-prod/static/chunks/app/api/sessions/route-cc849cd7b6f01cad.js +1 -0
  433. package/.next-prod/static/chunks/app/api/settings/route-cc849cd7b6f01cad.js +1 -0
  434. package/.next-prod/static/chunks/app/api/skills/[id]/route-cc849cd7b6f01cad.js +1 -0
  435. package/.next-prod/static/chunks/app/api/skills/content/route-cc849cd7b6f01cad.js +1 -0
  436. package/.next-prod/static/chunks/app/api/skills/route-cc849cd7b6f01cad.js +1 -0
  437. package/.next-prod/static/chunks/app/api/terminal/aliases/route-cc849cd7b6f01cad.js +1 -0
  438. package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-cc849cd7b6f01cad.js +1 -0
  439. package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-cc849cd7b6f01cad.js +1 -0
  440. package/.next-prod/static/chunks/app/api/terminal/env/route-cc849cd7b6f01cad.js +1 -0
  441. package/.next-prod/static/chunks/app/api/terminal/history/route-cc849cd7b6f01cad.js +1 -0
  442. package/.next-prod/static/chunks/app/api/version/route-cc849cd7b6f01cad.js +1 -0
  443. package/.next-prod/static/chunks/app/{layout-de73b7c59e956b47.js → layout-312d106fe47907df.js} +1 -1
  444. package/.next-prod/static/chunks/app/m/page-0be3799c1b38c991.js +1 -0
  445. package/.next-prod/static/chunks/app/manifest.webmanifest/route-cc849cd7b6f01cad.js +1 -0
  446. package/.next-prod/static/chunks/app/{page-d539c7c36a32fd49.js → page-db70085227aa56aa.js} +1 -1
  447. package/.next-prod/static/chunks/app/project/{page-d539c7c36a32fd49.js → page-db70085227aa56aa.js} +1 -1
  448. package/.next-prod/static/chunks/app/review/[id]/{page-7db3a48a13f1840c.js → page-31d70fd518d4c7e6.js} +1 -1
  449. package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-cc849cd7b6f01cad.js +1 -0
  450. package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-cc849cd7b6f01cad.js +1 -0
  451. package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-cc849cd7b6f01cad.js +1 -0
  452. package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-cc849cd7b6f01cad.js +1 -0
  453. package/.next-prod/static/css/217cb3486f7b68d7.css +1 -0
  454. package/.next-prod/trace +13 -13
  455. package/.next-prod/trace-build +1 -1
  456. package/.next-prod/types/app/api/chat/stop/route.ts +351 -0
  457. package/.next-prod/types/app/api/push/public-key/route.ts +351 -0
  458. package/.next-prod/types/app/api/push/subscribe/route.ts +351 -0
  459. package/.next-prod/types/app/api/push/unsubscribe/route.ts +351 -0
  460. package/.next-prod/types/app/m/page.ts +87 -0
  461. package/.next-prod/types/routes.d.ts +7 -2
  462. package/.next-prod/types/validator.ts +45 -0
  463. package/dist/{chunk-6BFKFQG5.mjs → chunk-5BOGGUGT.mjs} +3 -1
  464. package/dist/{chunk-ICB7IS3A.mjs → chunk-BM3ZNL5S.mjs} +1 -1
  465. package/dist/{chunk-RQEEQUTA.mjs → chunk-SDWQ72YQ.mjs} +184 -117
  466. package/dist/httpApi.mjs +2 -2
  467. package/dist/scheduledTasks.mjs +34 -66
  468. package/dist/{server-Z6V4HKGV.mjs → server-DRMO2DUJ.mjs} +2 -2
  469. package/dist/wsServer.mjs +81 -10
  470. package/next.config.mjs +15 -0
  471. package/package.json +7 -2
  472. package/public/boot.js +32 -4
  473. package/public/push-sw.js +51 -0
  474. package/.next-prod/server/chunks/5616.js +0 -1
  475. package/.next-prod/static/-btylnafgKD-DMe4UTayG/_buildManifest.js +0 -1
  476. package/.next-prod/static/chunks/2759-50f11ab1460db5e0.js +0 -23
  477. package/.next-prod/static/chunks/6345-bf76736c9229b11d.js +0 -14
  478. package/.next-prod/static/chunks/9403-57da0d8d38886ffe.js +0 -25
  479. package/.next-prod/static/chunks/app/_global-error/page-0247c08c6f41b71e.js +0 -1
  480. package/.next-prod/static/chunks/app/api/agent/test/route-0247c08c6f41b71e.js +0 -1
  481. package/.next-prod/static/chunks/app/api/bash/route-0247c08c6f41b71e.js +0 -1
  482. package/.next-prod/static/chunks/app/api/chat/codex/route-0247c08c6f41b71e.js +0 -1
  483. package/.next-prod/static/chunks/app/api/chat/deepseek/route-0247c08c6f41b71e.js +0 -1
  484. package/.next-prod/static/chunks/app/api/chat/kimi/route-0247c08c6f41b71e.js +0 -1
  485. package/.next-prod/static/chunks/app/api/chat/ollama/route-0247c08c6f41b71e.js +0 -1
  486. package/.next-prod/static/chunks/app/api/chat/pty-input/route-0247c08c6f41b71e.js +0 -1
  487. package/.next-prod/static/chunks/app/api/chat/route-0247c08c6f41b71e.js +0 -1
  488. package/.next-prod/static/chunks/app/api/claude-stats/route-0247c08c6f41b71e.js +0 -1
  489. package/.next-prod/static/chunks/app/api/commands/route-0247c08c6f41b71e.js +0 -1
  490. package/.next-prod/static/chunks/app/api/comments/route-0247c08c6f41b71e.js +0 -1
  491. package/.next-prod/static/chunks/app/api/db/columns/route-0247c08c6f41b71e.js +0 -1
  492. package/.next-prod/static/chunks/app/api/db/connect/route-0247c08c6f41b71e.js +0 -1
  493. package/.next-prod/static/chunks/app/api/db/disconnect/route-0247c08c6f41b71e.js +0 -1
  494. package/.next-prod/static/chunks/app/api/db/export/route-0247c08c6f41b71e.js +0 -1
  495. package/.next-prod/static/chunks/app/api/db/query/route-0247c08c6f41b71e.js +0 -1
  496. package/.next-prod/static/chunks/app/api/db/schemas/route-0247c08c6f41b71e.js +0 -1
  497. package/.next-prod/static/chunks/app/api/dev/spans/route-0247c08c6f41b71e.js +0 -1
  498. package/.next-prod/static/chunks/app/api/extension/version/route-0247c08c6f41b71e.js +0 -1
  499. package/.next-prod/static/chunks/app/api/file/route-0247c08c6f41b71e.js +0 -1
  500. package/.next-prod/static/chunks/app/api/files/blame/route-0247c08c6f41b71e.js +0 -1
  501. package/.next-prod/static/chunks/app/api/files/clipboard/route-0247c08c6f41b71e.js +0 -1
  502. package/.next-prod/static/chunks/app/api/files/copy/route-0247c08c6f41b71e.js +0 -1
  503. package/.next-prod/static/chunks/app/api/files/delete/route-0247c08c6f41b71e.js +0 -1
  504. package/.next-prod/static/chunks/app/api/files/expanded/route-0247c08c6f41b71e.js +0 -1
  505. package/.next-prod/static/chunks/app/api/files/index/route-0247c08c6f41b71e.js +0 -1
  506. package/.next-prod/static/chunks/app/api/files/init/route-0247c08c6f41b71e.js +0 -1
  507. package/.next-prod/static/chunks/app/api/files/paste/route-0247c08c6f41b71e.js +0 -1
  508. package/.next-prod/static/chunks/app/api/files/read/route-0247c08c6f41b71e.js +0 -1
  509. package/.next-prod/static/chunks/app/api/files/readdir/route-0247c08c6f41b71e.js +0 -1
  510. package/.next-prod/static/chunks/app/api/files/recent/route-0247c08c6f41b71e.js +0 -1
  511. package/.next-prod/static/chunks/app/api/files/save/route-0247c08c6f41b71e.js +0 -1
  512. package/.next-prod/static/chunks/app/api/files/search/route-0247c08c6f41b71e.js +0 -1
  513. package/.next-prod/static/chunks/app/api/files/stat/route-0247c08c6f41b71e.js +0 -1
  514. package/.next-prod/static/chunks/app/api/files/text/route-0247c08c6f41b71e.js +0 -1
  515. package/.next-prod/static/chunks/app/api/git/branch-diff/route-0247c08c6f41b71e.js +0 -1
  516. package/.next-prod/static/chunks/app/api/git/branches/route-0247c08c6f41b71e.js +0 -1
  517. package/.next-prod/static/chunks/app/api/git/commit-diff/route-0247c08c6f41b71e.js +0 -1
  518. package/.next-prod/static/chunks/app/api/git/commits/route-0247c08c6f41b71e.js +0 -1
  519. package/.next-prod/static/chunks/app/api/git/current-branch/route-0247c08c6f41b71e.js +0 -1
  520. package/.next-prod/static/chunks/app/api/git/diff/route-0247c08c6f41b71e.js +0 -1
  521. package/.next-prod/static/chunks/app/api/git/discard/route-0247c08c6f41b71e.js +0 -1
  522. package/.next-prod/static/chunks/app/api/git/stage/route-0247c08c6f41b71e.js +0 -1
  523. package/.next-prod/static/chunks/app/api/git/status/route-0247c08c6f41b71e.js +0 -1
  524. package/.next-prod/static/chunks/app/api/git/unstage/route-0247c08c6f41b71e.js +0 -1
  525. package/.next-prod/static/chunks/app/api/git/worktree/route-0247c08c6f41b71e.js +0 -1
  526. package/.next-prod/static/chunks/app/api/global-state/route-0247c08c6f41b71e.js +0 -1
  527. package/.next-prod/static/chunks/app/api/jupyter/load/route-0247c08c6f41b71e.js +0 -1
  528. package/.next-prod/static/chunks/app/api/jupyter/save/route-0247c08c6f41b71e.js +0 -1
  529. package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-0247c08c6f41b71e.js +0 -1
  530. package/.next-prod/static/chunks/app/api/lsp/definition/route-0247c08c6f41b71e.js +0 -1
  531. package/.next-prod/static/chunks/app/api/lsp/hover/route-0247c08c6f41b71e.js +0 -1
  532. package/.next-prod/static/chunks/app/api/lsp/references/route-0247c08c6f41b71e.js +0 -1
  533. package/.next-prod/static/chunks/app/api/lsp/status/route-0247c08c6f41b71e.js +0 -1
  534. package/.next-prod/static/chunks/app/api/lsp/warmup/route-0247c08c6f41b71e.js +0 -1
  535. package/.next-prod/static/chunks/app/api/mysql/columns/route-0247c08c6f41b71e.js +0 -1
  536. package/.next-prod/static/chunks/app/api/mysql/connect/route-0247c08c6f41b71e.js +0 -1
  537. package/.next-prod/static/chunks/app/api/mysql/disconnect/route-0247c08c6f41b71e.js +0 -1
  538. package/.next-prod/static/chunks/app/api/mysql/export/route-0247c08c6f41b71e.js +0 -1
  539. package/.next-prod/static/chunks/app/api/mysql/query/route-0247c08c6f41b71e.js +0 -1
  540. package/.next-prod/static/chunks/app/api/mysql/schemas/route-0247c08c6f41b71e.js +0 -1
  541. package/.next-prod/static/chunks/app/api/neo4j/connect/route-0247c08c6f41b71e.js +0 -1
  542. package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-0247c08c6f41b71e.js +0 -1
  543. package/.next-prod/static/chunks/app/api/neo4j/query/route-0247c08c6f41b71e.js +0 -1
  544. package/.next-prod/static/chunks/app/api/neo4j/schema/route-0247c08c6f41b71e.js +0 -1
  545. package/.next-prod/static/chunks/app/api/note/route-0247c08c6f41b71e.js +0 -1
  546. package/.next-prod/static/chunks/app/api/ollama/models/route-0247c08c6f41b71e.js +0 -1
  547. package/.next-prod/static/chunks/app/api/ollama/start/route-0247c08c6f41b71e.js +0 -1
  548. package/.next-prod/static/chunks/app/api/open-cursor/route-0247c08c6f41b71e.js +0 -1
  549. package/.next-prod/static/chunks/app/api/open-vscode/route-0247c08c6f41b71e.js +0 -1
  550. package/.next-prod/static/chunks/app/api/pick-folder/route-0247c08c6f41b71e.js +0 -1
  551. package/.next-prod/static/chunks/app/api/pinned-sessions/route-0247c08c6f41b71e.js +0 -1
  552. package/.next-prod/static/chunks/app/api/project-settings/route-0247c08c6f41b71e.js +0 -1
  553. package/.next-prod/static/chunks/app/api/project-state/route-0247c08c6f41b71e.js +0 -1
  554. package/.next-prod/static/chunks/app/api/projectGraph/affected/route-0247c08c6f41b71e.js +0 -1
  555. package/.next-prod/static/chunks/app/api/projectGraph/callees/route-0247c08c6f41b71e.js +0 -1
  556. package/.next-prod/static/chunks/app/api/projectGraph/callers/route-0247c08c6f41b71e.js +0 -1
  557. package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-0247c08c6f41b71e.js +0 -1
  558. package/.next-prod/static/chunks/app/api/projectGraph/context/route-0247c08c6f41b71e.js +0 -1
  559. package/.next-prod/static/chunks/app/api/projectGraph/file/route-0247c08c6f41b71e.js +0 -1
  560. package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-0247c08c6f41b71e.js +0 -1
  561. package/.next-prod/static/chunks/app/api/projectGraph/impact/route-0247c08c6f41b71e.js +0 -1
  562. package/.next-prod/static/chunks/app/api/projectGraph/related/route-0247c08c6f41b71e.js +0 -1
  563. package/.next-prod/static/chunks/app/api/projectGraph/risk/route-0247c08c6f41b71e.js +0 -1
  564. package/.next-prod/static/chunks/app/api/projectGraph/search/route-0247c08c6f41b71e.js +0 -1
  565. package/.next-prod/static/chunks/app/api/projects/route-0247c08c6f41b71e.js +0 -1
  566. package/.next-prod/static/chunks/app/api/redis/command/route-0247c08c6f41b71e.js +0 -1
  567. package/.next-prod/static/chunks/app/api/redis/connect/route-0247c08c6f41b71e.js +0 -1
  568. package/.next-prod/static/chunks/app/api/redis/delete/route-0247c08c6f41b71e.js +0 -1
  569. package/.next-prod/static/chunks/app/api/redis/disconnect/route-0247c08c6f41b71e.js +0 -1
  570. package/.next-prod/static/chunks/app/api/redis/get/route-0247c08c6f41b71e.js +0 -1
  571. package/.next-prod/static/chunks/app/api/redis/keys/route-0247c08c6f41b71e.js +0 -1
  572. package/.next-prod/static/chunks/app/api/redis/set/route-0247c08c6f41b71e.js +0 -1
  573. package/.next-prod/static/chunks/app/api/review/[id]/comments/route-0247c08c6f41b71e.js +0 -1
  574. package/.next-prod/static/chunks/app/api/review/[id]/replies/route-0247c08c6f41b71e.js +0 -1
  575. package/.next-prod/static/chunks/app/api/review/[id]/route-0247c08c6f41b71e.js +0 -1
  576. package/.next-prod/static/chunks/app/api/review/identify/route-0247c08c6f41b71e.js +0 -1
  577. package/.next-prod/static/chunks/app/api/review/order/route-0247c08c6f41b71e.js +0 -1
  578. package/.next-prod/static/chunks/app/api/review/route-0247c08c6f41b71e.js +0 -1
  579. package/.next-prod/static/chunks/app/api/review/share-info/route-0247c08c6f41b71e.js +0 -1
  580. package/.next-prod/static/chunks/app/api/review/users/route-0247c08c6f41b71e.js +0 -1
  581. package/.next-prod/static/chunks/app/api/scheduled-tasks/route-0247c08c6f41b71e.js +0 -1
  582. package/.next-prod/static/chunks/app/api/services/config/route-0247c08c6f41b71e.js +0 -1
  583. package/.next-prod/static/chunks/app/api/services/scripts/route-0247c08c6f41b71e.js +0 -1
  584. package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-0247c08c6f41b71e.js +0 -1
  585. package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-0247c08c6f41b71e.js +0 -1
  586. package/.next-prod/static/chunks/app/api/session-by-path/route-0247c08c6f41b71e.js +0 -1
  587. package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-0247c08c6f41b71e.js +0 -1
  588. package/.next-prod/static/chunks/app/api/sessions/projects/route-0247c08c6f41b71e.js +0 -1
  589. package/.next-prod/static/chunks/app/api/sessions/route-0247c08c6f41b71e.js +0 -1
  590. package/.next-prod/static/chunks/app/api/settings/route-0247c08c6f41b71e.js +0 -1
  591. package/.next-prod/static/chunks/app/api/skills/[id]/route-0247c08c6f41b71e.js +0 -1
  592. package/.next-prod/static/chunks/app/api/skills/content/route-0247c08c6f41b71e.js +0 -1
  593. package/.next-prod/static/chunks/app/api/skills/route-0247c08c6f41b71e.js +0 -1
  594. package/.next-prod/static/chunks/app/api/terminal/aliases/route-0247c08c6f41b71e.js +0 -1
  595. package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-0247c08c6f41b71e.js +0 -1
  596. package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-0247c08c6f41b71e.js +0 -1
  597. package/.next-prod/static/chunks/app/api/terminal/env/route-0247c08c6f41b71e.js +0 -1
  598. package/.next-prod/static/chunks/app/api/terminal/history/route-0247c08c6f41b71e.js +0 -1
  599. package/.next-prod/static/chunks/app/api/version/route-0247c08c6f41b71e.js +0 -1
  600. package/.next-prod/static/chunks/app/manifest.webmanifest/route-0247c08c6f41b71e.js +0 -1
  601. package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-0247c08c6f41b71e.js +0 -1
  602. package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-0247c08c6f41b71e.js +0 -1
  603. package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-0247c08c6f41b71e.js +0 -1
  604. package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-0247c08c6f41b71e.js +0 -1
  605. package/.next-prod/static/css/863166ef8887021b.css +0 -1
  606. /package/.next-prod/static/{-btylnafgKD-DMe4UTayG → cTq1mDm5D_oZLiumFG6di}/_ssgManifest.js +0 -0
@@ -1,11 +1,12 @@
1
1
  import {
2
- getSessionTitle,
2
+ getRunSnapshot,
3
+ isRunActive,
4
+ requestStop,
3
5
  updateGlobalState
4
- } from "./chunk-RQEEQUTA.mjs";
6
+ } from "./chunk-SDWQ72YQ.mjs";
5
7
  import {
6
8
  AgentError,
7
9
  AppRuntime,
8
- CLAUDE2_DIR,
9
10
  CockpitConfig,
10
11
  Effect_exports,
11
12
  SCHEDULED_TASKS_FILE,
@@ -17,12 +18,11 @@ import {
17
18
  getOllamaSessionPath,
18
19
  readJsonFile,
19
20
  writeJsonFile
20
- } from "./chunk-6BFKFQG5.mjs";
21
+ } from "./chunk-5BOGGUGT.mjs";
21
22
  import "./chunk-7P6ASYW6.mjs";
22
23
 
23
24
  // packages/feature/agent/src/server/scheduledTasks.ts
24
25
  import { existsSync } from "fs";
25
- import { query } from "@anthropic-ai/claude-agent-sdk";
26
26
  function parseCronField(field, min, max) {
27
27
  const values = [];
28
28
  for (const part of field.split(",")) {
@@ -67,82 +67,50 @@ function getNextCronTime(cronExpr, after = /* @__PURE__ */ new Date()) {
67
67
  }
68
68
  return after.getTime() + 864e5;
69
69
  }
70
- var sendClaudeMessageEff = (task) => {
71
- const options = {
72
- resume: task.sessionId,
73
- cwd: task.cwd,
74
- settingSources: ["user", "project", "local"],
75
- // No allowedTools whitelist: tool availability is decided by the `tools` option
76
- // (unset → all built-in tools registered by default). allowedTools only pre-approves
77
- // the permission prompt, which bypassPermissions skips. (Native bun-compiled builds
78
- // would need Grep/Glob listed explicitly; we run via the node CLI, so it doesn't apply.)
79
- permissionMode: "bypassPermissions",
80
- allowDangerouslySkipPermissions: true,
81
- // For claude2 engine, override config directory to ~/.claude2
82
- ...task.engine === "claude2" && {
83
- env: { ...process.env, CLAUDE_CONFIG_DIR: CLAUDE2_DIR }
84
- }
85
- };
86
- const MAX_COMPACTION_RETRIES = 1;
87
- return Effect_exports.gen(function* () {
88
- yield* Effect_exports.tryPromise(
89
- () => updateGlobalState(task.cwd, task.sessionId, "loading", void 0, task.message)
90
- ).pipe(Effect_exports.orElse(() => Effect_exports.void));
91
- yield* Effect_exports.tryPromise({
92
- try: async () => {
93
- for (let attempt = 0; attempt <= MAX_COMPACTION_RETRIES; attempt++) {
94
- let receivedResult = false;
95
- const response = query({
96
- prompt: attempt === 0 ? task.message : "continue",
97
- options
98
- });
99
- for await (const message of response) {
100
- const msg = message;
101
- if (msg.type === "result") receivedResult = true;
102
- }
103
- if (receivedResult) break;
104
- console.log(`[ScheduledTask] Stream ended without result, resuming (attempt ${attempt + 1}/${MAX_COMPACTION_RETRIES})`);
105
- }
106
- },
107
- catch: (cause) => (
108
- // claude2 is a separate Anthropic credential set; the SDK is still claude. Classify under the 'claude' provider.
109
- new AgentError({
110
- provider: "claude",
111
- kind: "unknown",
112
- cause
113
- })
114
- )
115
- });
116
- const title = yield* Effect_exports.tryPromise(() => getSessionTitle(task.cwd, task.sessionId)).pipe(
117
- Effect_exports.orElseSucceed(() => void 0)
118
- );
119
- yield* Effect_exports.tryPromise(
120
- () => updateGlobalState(task.cwd, task.sessionId, "unread", title)
121
- ).pipe(Effect_exports.orElse(() => Effect_exports.void));
122
- return true;
123
- });
124
- };
125
70
  var sendHttpEngineMessageEff = (task, engine) => Effect_exports.tryPromise({
126
71
  try: async () => {
127
- const res = await fetch(`http://127.0.0.1:${task.port}/api/chat/${engine}`, {
72
+ const isClaude = engine === "claude" || engine === "claude2";
73
+ const url = isClaude ? `http://127.0.0.1:${task.port}/api/chat` : `http://127.0.0.1:${task.port}/api/chat/${engine}`;
74
+ const res = await fetch(url, {
128
75
  method: "POST",
129
76
  headers: { "Content-Type": "application/json" },
130
77
  body: JSON.stringify({
131
78
  prompt: task.message,
132
79
  sessionId: task.sessionId,
133
80
  cwd: task.cwd,
81
+ engine,
82
+ // route uses it for claude2's CLAUDE_CONFIG_DIR; no-op for the others
134
83
  ...task.model && { model: task.model }
135
84
  })
136
85
  });
137
- if (!res.ok || !res.body) {
86
+ if (!res.ok) {
138
87
  throw new Error(`${engine} chat route responded ${res.status}`);
139
88
  }
140
- const reader = res.body.getReader();
141
- while (!(await reader.read()).done) {
89
+ const body = await res.json().catch(() => ({}));
90
+ if (!body.runKey) {
91
+ throw new Error(`${engine} chat route returned no runKey (session ${task.sessionId})`);
92
+ }
93
+ const key = body.runKey;
94
+ const deadline = Date.now() + 30 * 60 * 1e3;
95
+ while (isRunActive(key) && Date.now() < deadline) {
96
+ await new Promise((r) => setTimeout(r, 500));
97
+ }
98
+ if (isRunActive(key)) {
99
+ requestStop(key);
100
+ throw new Error(`${engine} run timed out after 30m (session ${task.sessionId})`);
101
+ }
102
+ const snap = getRunSnapshot(key);
103
+ if (!snap || snap.status === "error") {
104
+ throw new Error(`${engine} run failed (session ${task.sessionId})`);
142
105
  }
143
106
  return true;
144
107
  },
145
- catch: (cause) => new AgentError({ provider: engine, kind: "unknown", cause })
108
+ // claude2 shares the 'claude' provider for error classification (same SDK).
109
+ catch: (cause) => new AgentError({
110
+ provider: engine === "claude2" ? "claude" : engine,
111
+ kind: "unknown",
112
+ cause
113
+ })
146
114
  });
147
115
  function sessionPathFor(engine, task) {
148
116
  if (engine === "claude2") return getClaude2SessionPath(task.cwd, task.sessionId);
@@ -173,7 +141,7 @@ var sendChatMessageEff = (task) => Effect_exports.gen(function* () {
173
141
  })
174
142
  );
175
143
  }
176
- return engine === "claude" || engine === "claude2" ? yield* sendClaudeMessageEff(task) : yield* sendHttpEngineMessageEff(task, engine);
144
+ return yield* sendHttpEngineMessageEff(task, engine);
177
145
  }).pipe(
178
146
  Effect_exports.catchAll(
179
147
  (err) => Effect_exports.gen(function* () {
@@ -41,12 +41,12 @@ import {
41
41
  unregisterTerminal,
42
42
  updateBrowserWs,
43
43
  writeStdinToCommand
44
- } from "./chunk-ICB7IS3A.mjs";
44
+ } from "./chunk-BM3ZNL5S.mjs";
45
45
  import {
46
46
  createNeo4jDriver,
47
47
  runCypherWithDriver,
48
48
  serializeValue
49
- } from "./chunk-6BFKFQG5.mjs";
49
+ } from "./chunk-5BOGGUGT.mjs";
50
50
  import "./chunk-7P6ASYW6.mjs";
51
51
  export {
52
52
  PtyRingBuffer,
package/dist/wsServer.mjs CHANGED
@@ -1,6 +1,8 @@
1
1
  import {
2
+ addRunListener,
3
+ getRunSnapshot,
2
4
  getSessionPreview
3
- } from "./chunk-RQEEQUTA.mjs";
5
+ } from "./chunk-SDWQ72YQ.mjs";
4
6
  import {
5
7
  addExitListener,
6
8
  addOutputListener,
@@ -16,7 +18,7 @@ import {
16
18
  resolvePendingRequest,
17
19
  unregisterBrowser,
18
20
  writeStdinToCommand
19
- } from "./chunk-ICB7IS3A.mjs";
21
+ } from "./chunk-BM3ZNL5S.mjs";
20
22
  import {
21
23
  AppError,
22
24
  Effect_exports,
@@ -32,11 +34,11 @@ import {
32
34
  ValidationError,
33
35
  WSError,
34
36
  readJsonFile
35
- } from "./chunk-6BFKFQG5.mjs";
37
+ } from "./chunk-5BOGGUGT.mjs";
36
38
  import "./chunk-7P6ASYW6.mjs";
37
39
 
38
40
  // src/lib/wsServer.ts
39
- import { WebSocketServer, WebSocket } from "ws";
41
+ import { WebSocketServer } from "ws";
40
42
  import { parse } from "url";
41
43
 
42
44
  // src/lib/effect/globalStateHandler.ts
@@ -688,7 +690,7 @@ var handleJupyter = (conn, bubbleId, cwd) => Effect_exports.gen(function* () {
688
690
  Effect_exports.annotateLogs("cwd", cwd)
689
691
  );
690
692
  const { kernelManager } = yield* Effect_exports.tryPromise({
691
- try: () => import("./server-Z6V4HKGV.mjs"),
693
+ try: () => import("./server-DRMO2DUJ.mjs"),
692
694
  catch: (cause) => new AppError({
693
695
  message: "failed to import kernel manager",
694
696
  cause
@@ -1177,6 +1179,69 @@ var runTerminalHandler = (ws, projectCwd) => {
1177
1179
  });
1178
1180
  };
1179
1181
 
1182
+ // src/lib/effect/sessionStreamHandler.ts
1183
+ var HEARTBEAT6 = Schedule_exports.spaced("30 seconds");
1184
+ var handleSessionStream = (conn, sessionId) => Effect_exports.gen(function* () {
1185
+ if (!sessionId) {
1186
+ return yield* Effect_exports.fail(
1187
+ new ValidationError({ field: "sessionId", reason: "missing" })
1188
+ );
1189
+ }
1190
+ const queue = yield* Queue_exports.unbounded();
1191
+ yield* Effect_exports.acquireRelease(
1192
+ Effect_exports.sync(
1193
+ () => addRunListener(sessionId, (ev) => {
1194
+ Effect_exports.runFork(Queue_exports.offer(queue, ev));
1195
+ })
1196
+ ),
1197
+ (unsub) => Effect_exports.sync(unsub)
1198
+ );
1199
+ const snap = getRunSnapshot(sessionId);
1200
+ const snapshotSeq = snap ? snap.seq : -1;
1201
+ if (snap) {
1202
+ yield* conn.send({
1203
+ type: "run-snapshot",
1204
+ status: snap.status,
1205
+ seq: snap.seq,
1206
+ events: snap.events
1207
+ });
1208
+ } else {
1209
+ yield* conn.send({ type: "run-idle" });
1210
+ }
1211
+ yield* Effect_exports.forkScoped(
1212
+ Effect_exports.repeat(conn.send({ type: "ping" }), HEARTBEAT6)
1213
+ );
1214
+ yield* Stream_exports.fromQueue(queue).pipe(
1215
+ Stream_exports.filter((ev) => ev.seq > snapshotSeq),
1216
+ Stream_exports.mapEffect(
1217
+ (ev) => conn.send({ type: "run-event", seq: ev.seq, message: ev.message })
1218
+ ),
1219
+ Stream_exports.runDrain
1220
+ );
1221
+ }).pipe(Effect_exports.withSpan("ws.handleSessionStream", { attributes: { sessionId } }));
1222
+ var runSessionStreamHandler = (ws, sessionId) => {
1223
+ const program = Effect_exports.scoped(
1224
+ Effect_exports.gen(function* () {
1225
+ const conn = yield* fromWebSocket(ws, "session-stream");
1226
+ yield* handleSessionStream(conn, sessionId);
1227
+ })
1228
+ ).pipe(
1229
+ Effect_exports.catchTag(
1230
+ "ValidationError",
1231
+ (e) => Effect_exports.sync(() => ws.close(4400, e.reason))
1232
+ ),
1233
+ Effect_exports.catchAll(
1234
+ (e) => Effect_exports.logError("[ws/session-stream]").pipe(
1235
+ Effect_exports.annotateLogs("error", JSON.stringify(e))
1236
+ )
1237
+ )
1238
+ );
1239
+ const fiber = Effect_exports.runFork(program);
1240
+ ws.on("close", () => {
1241
+ Effect_exports.runFork(fiber.interruptAsFork(fiber.id()));
1242
+ });
1243
+ };
1244
+
1180
1245
  // packages/feature/explorer/src/server/codeMap/projectGraph/codeIndex.ts
1181
1246
  import { promises as fs4 } from "fs";
1182
1247
  import path6 from "path";
@@ -3905,10 +3970,10 @@ function wireCodeIndexToFileWatcher() {
3905
3970
  });
3906
3971
  }
3907
3972
 
3908
- // src/lib/wsServer.ts
3909
- wireCodeIndexToFileWatcher();
3910
- var g_ws = globalThis;
3911
- var globalStateClients = g_ws.__cockpitGlobalStateClients ?? (g_ws.__cockpitGlobalStateClients = /* @__PURE__ */ new Set());
3973
+ // src/lib/globalStateBroadcast.ts
3974
+ import { WebSocket } from "ws";
3975
+ var g = globalThis;
3976
+ var globalStateClients = g.__cockpitGlobalStateClients ?? (g.__cockpitGlobalStateClients = /* @__PURE__ */ new Set());
3912
3977
  function broadcastToGlobalState(msg) {
3913
3978
  const data = JSON.stringify(msg);
3914
3979
  for (const ws of globalStateClients) {
@@ -3917,6 +3982,10 @@ function broadcastToGlobalState(msg) {
3917
3982
  }
3918
3983
  }
3919
3984
  }
3985
+
3986
+ // src/lib/wsServer.ts
3987
+ wireCodeIndexToFileWatcher();
3988
+ var g_ws = globalThis;
3920
3989
  var wss = g_ws.__cockpitWss ?? (() => {
3921
3990
  const server = new WebSocketServer({ noServer: true });
3922
3991
  g_ws.__cockpitWss = server;
@@ -3941,13 +4010,15 @@ var wss = g_ws.__cockpitWss ?? (() => {
3941
4010
  runTerminalFollowHandler(ws, query.id);
3942
4011
  } else if (pathname === "/ws/jupyter") {
3943
4012
  runJupyterHandler(ws, query.bubbleId, query.cwd);
4013
+ } else if (pathname === "/ws/session-stream") {
4014
+ runSessionStreamHandler(ws, query.sessionId);
3944
4015
  }
3945
4016
  });
3946
4017
  return server;
3947
4018
  })();
3948
4019
  function handleUpgrade(req, socket, head) {
3949
4020
  const { pathname } = parse(req.url || "", true);
3950
- if (pathname === "/ws/watch" || pathname === "/ws/global-state" || pathname === "/ws/terminal" || pathname === "/ws/browser" || pathname === "/ws/terminal-follow" || pathname === "/ws/jupyter") {
4021
+ if (pathname === "/ws/watch" || pathname === "/ws/global-state" || pathname === "/ws/terminal" || pathname === "/ws/browser" || pathname === "/ws/terminal-follow" || pathname === "/ws/jupyter" || pathname === "/ws/session-stream") {
3951
4022
  wss.handleUpgrade(req, socket, head, (ws) => {
3952
4023
  wss.emit("connection", ws, req);
3953
4024
  });
package/next.config.mjs CHANGED
@@ -11,6 +11,19 @@ const EMPTY_STUB = './src/lib/empty-stub.js';
11
11
  const nextConfig = {
12
12
  // dev 和 prod 使用不同输出目录,避免 Turbopack 热更新影响 prod
13
13
  distDir: dev ? '.next' : '.next-prod',
14
+ // Allow loading dev resources (HMR, /_next/*) through tunnels — needed to test
15
+ // the mobile /m route on a real phone via ngrok. Dev-only; wildcards cover the
16
+ // rotating ngrok hostnames so we don't have to edit this each session.
17
+ ...(dev
18
+ ? {
19
+ allowedDevOrigins: [
20
+ '*.ngrok-free.dev',
21
+ '*.ngrok-free.app',
22
+ '*.ngrok.app',
23
+ '*.ngrok.io',
24
+ ],
25
+ }
26
+ : {}),
14
27
  // Workspace packages ship raw .ts/.tsx (their package.json `main` points
15
28
  // straight at source). Next.js needs to compile them like local source.
16
29
  // See MODULES.md for the modularization layout.
@@ -72,6 +85,8 @@ const nextConfig = {
72
85
  'node-pty',
73
86
  'web-tree-sitter',
74
87
  '@vscode/ripgrep',
88
+ // Pure-JS but Node-only (uses node crypto/https); keep it out of any bundle.
89
+ 'web-push',
75
90
  ],
76
91
  // For webpack (used by `next build --webpack`), use the standard fallback
77
92
  // mechanism. `false` = "this module is unavailable, drop the import."
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@surething/cockpit",
3
- "version": "1.0.222",
3
+ "version": "1.0.224",
4
4
  "description": "Claude Code GUI for parallel AI coding — drive Claude (default), Codex, DeepSeek, Kimi, or local Ollama in tabs. Multi-project sessions, terminal, browser & DB bubbles, code review, slash modes. Local-first, MIT.",
5
5
  "author": "Robert",
6
6
  "license": "MIT",
@@ -86,6 +86,8 @@
86
86
  "setup": "npm run build && npm run build:server && npm link",
87
87
  "setup-dev": "node bin/setup-dev.mjs",
88
88
  "lint": "eslint",
89
+ "test": "vitest run",
90
+ "test:watch": "vitest",
89
91
  "generate-icons": "node scripts/generate-icons.js",
90
92
  "copy-wasms": "node scripts/copy-tree-sitter-wasms.mjs",
91
93
  "postinstall": "node bin/postinstall.mjs"
@@ -139,6 +141,7 @@
139
141
  "shiki": "^3.21.0",
140
142
  "tiptap-markdown": "^0.9.0",
141
143
  "unist-util-visit": "^5.1.0",
144
+ "web-push": "^3.6.7",
142
145
  "web-tree-sitter": "^0.26.8",
143
146
  "ws": "^8.20.1"
144
147
  },
@@ -156,6 +159,7 @@
156
159
  "@types/node": "^20",
157
160
  "@types/react": "^19",
158
161
  "@types/react-dom": "^19",
162
+ "@types/web-push": "^3.6.4",
159
163
  "@types/ws": "^8.18.1",
160
164
  "@vscode/tree-sitter-wasm": "^0.3.1",
161
165
  "eslint": "^9",
@@ -164,7 +168,8 @@
164
168
  "tailwindcss": "^4",
165
169
  "tsup": "^8.5.1",
166
170
  "tsx": "^4.21.0",
167
- "typescript": "5.9.3"
171
+ "typescript": "5.9.3",
172
+ "vitest": "^4.1.9"
168
173
  },
169
174
  "overrides": {
170
175
  "postcss": "^8.5.10"
package/public/boot.js CHANGED
@@ -1,8 +1,30 @@
1
1
  // Runs before React hydrates (see app/layout.tsx <Script strategy="beforeInteractive">).
2
- // Two jobs:
3
- // 1. Apply the persisted theme class to <html> before first paint to avoid FOUC.
4
- // 2. Unregister any leftover Service Workers from the PWA era (PWA has been removed).
2
+ // Three jobs:
3
+ // 1. Redirect narrow viewports to the mobile route /m (before first paint).
4
+ // 2. Apply the persisted theme class to <html> before first paint to avoid FOUC.
5
+ // 3. Unregister any leftover Service Workers from the PWA era (PWA has been removed).
5
6
  (function () {
7
+ // Mobile redirect — runs first and bails out the rest on redirect.
8
+ // Signal is VIEWPORT WIDTH (not User-Agent): it's what actually decides whether the
9
+ // desktop 3-panel layout fits. Runs synchronously in <head> before the body paints,
10
+ // so the desktop UI never flashes. Escape hatch: the /m "use desktop" action sets
11
+ // `cockpit-force-desktop` in localStorage, which suppresses the redirect thereafter.
12
+ try {
13
+ var path = window.location.pathname;
14
+ var onMobileRoute = path === '/m' || path.indexOf('/m/') === 0;
15
+ var forceDesktop = false;
16
+ try { forceDesktop = !!localStorage.getItem('cockpit-force-desktop'); } catch (_e) {}
17
+ if (
18
+ !onMobileRoute &&
19
+ !forceDesktop &&
20
+ window.matchMedia &&
21
+ window.matchMedia('(max-width: 767px)').matches
22
+ ) {
23
+ window.location.replace('/m' + window.location.search);
24
+ return; // stop further boot work; the page is navigating away
25
+ }
26
+ } catch (_e) {}
27
+
6
28
  try {
7
29
  var theme = localStorage.getItem('theme') || 'dark';
8
30
  var resolved = theme;
@@ -12,9 +34,15 @@
12
34
  document.documentElement.classList.add(resolved);
13
35
  } catch (e) {}
14
36
 
37
+ // Clean up legacy Service Workers from the old PWA era, but KEEP our
38
+ // push-only SW (/push-sw.js) — it powers Web Push notifications and does no
39
+ // caching, so it doesn't reintroduce the offline behavior we removed.
15
40
  if ('serviceWorker' in navigator) {
16
41
  navigator.serviceWorker.getRegistrations().then(function (regs) {
17
- regs.forEach(function (r) { r.unregister(); });
42
+ regs.forEach(function (r) {
43
+ var url = (r.active && r.active.scriptURL) || '';
44
+ if (url.indexOf('/push-sw.js') === -1) r.unregister();
45
+ });
18
46
  });
19
47
  }
20
48
  })();
@@ -0,0 +1,51 @@
1
+ // Push-only Service Worker for the mobile (/m) Web Push feature.
2
+ //
3
+ // Deliberately has NO fetch/install caching — it does not make Cockpit work
4
+ // offline (which the app explicitly does not want). Its sole job is to receive
5
+ // background push events and route notification taps to the right session.
6
+
7
+ // Localize the action button + fallback body using the device locale (the SW
8
+ // runs on the user's device, so navigator.language is the right source).
9
+ var IS_ZH = (self.navigator && self.navigator.language || 'en').toLowerCase().indexOf('zh') === 0;
10
+ var VIEW_LABEL = IS_ZH ? '查看' : 'View';
11
+ var DONE_LABEL = IS_ZH ? '任务完成' : 'Task finished';
12
+
13
+ self.addEventListener('push', (event) => {
14
+ let payload = {};
15
+ try {
16
+ payload = event.data ? event.data.json() : {};
17
+ } catch (e) {
18
+ payload = { title: 'Cockpit', body: event.data ? event.data.text() : '' };
19
+ }
20
+ const title = payload.title || 'Cockpit';
21
+ event.waitUntil(
22
+ self.registration.showNotification(title, {
23
+ body: payload.body || DONE_LABEL,
24
+ data: payload.data || {},
25
+ icon: '/icons/icon-192x192.png',
26
+ badge: '/icons/icon-96x96.png',
27
+ tag: payload.data && payload.data.sessionId ? `session-${payload.data.sessionId}` : undefined,
28
+ actions: [{ action: 'open', title: VIEW_LABEL }],
29
+ }),
30
+ );
31
+ });
32
+
33
+ self.addEventListener('notificationclick', (event) => {
34
+ event.notification.close();
35
+ const data = event.notification.data || {};
36
+ let url = '/m';
37
+ if (data.cwd && data.sessionId) {
38
+ url = `/m?cwd=${encodeURIComponent(data.cwd)}&sessionId=${encodeURIComponent(data.sessionId)}`;
39
+ }
40
+ event.waitUntil(
41
+ self.clients.matchAll({ type: 'window', includeUncontrolled: true }).then((wins) => {
42
+ const win = wins.find(Boolean);
43
+ if (win) {
44
+ win.focus();
45
+ if ('navigate' in win) win.navigate(url);
46
+ return;
47
+ }
48
+ return self.clients.openWindow(url);
49
+ }),
50
+ );
51
+ });
@@ -1 +0,0 @@
1
- "use strict";exports.id=5616,exports.ids=[5616],exports.modules={7939:(a,b,c)=>{c.d(b,{$A:()=>L,A0:()=>W,An:()=>Z,BF:()=>H,Ct:()=>P,Eu:()=>G,Ex:()=>t,GB:()=>q,JE:()=>Y,JY:()=>K,Ki:()=>B,Kk:()=>Q,Kv:()=>j,LN:()=>k,Mx:()=>C,O0:()=>A,Sr:()=>I,Tb:()=>r,Ux:()=>aa,Wd:()=>X,aO:()=>m,at:()=>x,ec:()=>n,eg:()=>U,h9:()=>w,i4:()=>F,iK:()=>o,im:()=>S,iy:()=>O,jp:()=>s,lT:()=>y,lq:()=>E,ls:()=>J,mT:()=>v,oK:()=>N,oZ:()=>R,of:()=>D,po:()=>M,tP:()=>p,th:()=>u,v4:()=>l,vI:()=>V,yw:()=>T});var d=c(21820),e=c(33873),f=c(79748),g=c(29021),h=c(79646);let i=(0,d.homedir)(),j=(0,e.join)(i,".cockpit"),k=(0,e.join)(j,"projects"),l=(0,e.join)(j,"state.json"),m=(0,e.join)(j,"pinned-sessions.json"),n=(0,e.join)(j,"note.md"),o=(0,e.join)(j,"scheduled-tasks.json"),p=(0,e.join)(j,"settings.json"),q=(0,e.join)(j,"skills.json"),r=(0,e.join)(j,"review"),s=(0,e.join)(r,"_signal");function t(){try{(0,g.existsSync)(r)||(0,g.mkdirSync)(r,{recursive:!0}),(0,g.writeFileSync)(s,Date.now().toString())}catch{}}let u=(0,e.join)(i,".claude"),v=(0,e.join)(u,"projects"),w=(0,e.join)(i,".claude2"),x=(0,e.join)(w,"projects"),y=(0,e.join)(j,"deepseek"),z=(0,e.join)(y,"projects");function A(a){return a.replace(/[/.]/g,"-")}function B(a){return(0,e.join)(k,A(a))}function C(a){return(0,e.join)(B(a),"session.json")}function D(a){return(0,e.join)(B(a),"recent-files.json")}function E(a){return(0,e.join)(B(a),"expanded-paths.json")}function F(a){return(0,e.join)(B(a),"comments.json")}function G(a){return(0,e.join)(B(a),"services.json")}function H(a){return(0,e.join)(B(a),"note.md")}function I(a,b){return(0,e.join)(B(a),`terminal-history-${b}.jsonl`)}function J(a,b){return(0,e.join)(B(a),`terminal-output-${b}.txt`)}function K(a,b){let c=b?`terminal-env-${b}.json`:"terminal-env-global.json";return(0,e.join)(B(a),c)}function L(){return(0,e.join)(j,"terminal-aliases.json")}function M(){return(0,e.join)(j,"services.json")}function N(a){return(0,e.join)(B(a),"project-settings.json")}function O(a,b){return(0,e.join)(B(a),`terminal-bubble-order-${b}.json`)}function P(a){return(0,e.join)(r,`${a}.json`)}function Q(a,b){return(0,e.join)((0,e.join)(v,A(a)),`${b}.jsonl`)}function R(a,b){return(0,e.join)((0,e.join)(x,A(a)),`${b}.jsonl`)}function S(a,b){return(0,e.join)((0,e.join)(z,A(a)),`${b}.jsonl`)}function T(a,b){return(0,e.join)((0,e.join)(j,"ollama-sessions",A(a)),`${b}.jsonl`)}function U(a){let b=(0,e.join)(i,".codex","sessions");if(!(0,g.existsSync)(b))return null;try{let c=(0,h.execSync)(`find ${JSON.stringify(b)} -name "*${a}.jsonl" -type f 2>/dev/null`,{encoding:"utf8",timeout:3e3}).trim();if(c)return c.split("\n")[0]}catch{}return null}function V(a){let b=(0,e.join)(i,".kimi","sessions");if(!(0,g.existsSync)(b))return null;try{for(let c of(0,g.readdirSync)(b)){let d=(0,e.join)(b,c,a,"context.jsonl");if((0,g.existsSync)(d))return d}}catch{}return null}async function W(a){(0,g.existsSync)(a)||await (0,f.mkdir)(a,{recursive:!0})}async function X(a){let b=(0,e.join)(a,"..");await W(b)}async function Y(a,b){try{let b=await (0,f.readFile)(a,"utf-8");return JSON.parse(b)}catch{return b}}async function Z(a,b){await X(a),await (0,f.writeFile)(a,JSON.stringify(b,null,2),"utf-8")}let $=globalThis,_=$.__cockpitFileLocks??($.__cockpitFileLocks=new Map);function aa(a,b){let c=(_.get(a)??Promise.resolve()).then(b),d=c.then(()=>{},()=>{});return _.set(a,d),d.then(()=>{_.get(a)===d&&_.delete(a)}),c}},72891:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.d(b,{OZ:()=>o,RL:()=>n,k9:()=>p,ok:()=>l});var e=c(37625),f=c(52693),g=c(18412),h=c(89705),i=c(94506),j=c(770),k=a([i]);i=(k.then?(await k)():k)[0];let l=(a,b=200)=>new Response(JSON.stringify(a),{status:b,headers:{"content-type":"application/json"}}),m=a=>{let b=e.od(a);if(f.Ru(b)){let a=b.value,c=(0,j.Sh)(a);return new Response(JSON.stringify({error:(a=>{let b=a.message;if("string"==typeof b&&b.length>0)return b;let c=a.cause;if(c instanceof Error&&c.message.length>0)return c.message;switch(a._tag){case"ValidationError":return`Invalid ${a.field}: ${a.reason}`;case"NotFoundError":return`${a.resource} not found: ${a.id}`;case"PermissionError":return`Permission denied: ${a.action} on ${a.resource}`;case"DBError":return`${a.db} ${a.op} failed`;case"FSError":return`${a.op} ${a.path} failed`;case"WSError":return`${a.proto} ${a.kind} failed`;case"AgentError":return`${a.provider} ${a.kind} failed`;default:return a._tag}})(a),tag:a._tag}),{status:c,headers:{"content-type":"application/json"}})}return console.error("[handler] uncaught defect:\n"+e.j9(a)),new Response(JSON.stringify({error:"Internal Server Error",tag:"InternalError"}),{status:500,headers:{"content-type":"application/json"}})},n=a=>async b=>{let c=await i.s9.runPromiseExit(a(b));return g.YW(c,{onFailure:a=>m(a),onSuccess:a=>a})},o=a=>async(b,c)=>{let d=await c.params,e=await i.s9.runPromiseExit(a(b,d));return g.YW(e,{onFailure:a=>m(a),onSuccess:a=>a})},p=a=>h.$mh({try:()=>a.json(),catch:()=>new j.yI({field:"body",reason:"invalid JSON"})});d()}catch(a){d(a)}})},79830:(a,b,c)=>{c.d(b,{CS:()=>h,Pn:()=>i,j8:()=>k});var d=c(7939),e=c(29021),f=c(4984);function g(a){if(!a)return a;let b=[...a];return b.length<=50?a:b.slice(0,50).join("")+"…"}async function h(a,b,c,f,h){if((0,e.existsSync)(a))return(0,d.Ux)(d.v4,async()=>{let e=await (0,d.JE)(d.v4,{sessions:[]});for(let a of e.sessions)a.status||(a.status=a.isLoading?"loading":"normal",delete a.isLoading);let i=e.sessions.findIndex(c=>c.cwd===a&&c.sessionId===b),j=i>=0?e.sessions[i]:void 0,k={cwd:a,sessionId:b,lastActive:Date.now(),status:c,title:g(f||j?.title),lastUserMessage:g(h||j?.lastUserMessage)};i>=0?e.sessions[i]=k:e.sessions.push(k),e.sessions.sort((a,b)=>b.lastActive-a.lastActive),e.sessions=e.sessions.slice(0,15),await (0,d.An)(d.v4,e)})}async function i(a,b){let c=(0,d.Kk)(a,b);if((0,e.existsSync)(c))return n(c);let f=(0,d.oZ)(a,b);if((0,e.existsSync)(f))return n(f);let g=(0,d.yw)(a,b);if((0,e.existsSync)(g))return n(g);let h=(0,d.eg)(b);if(h&&(0,e.existsSync)(h))return await q(h)||"Untitled Session";let i=(0,d.vI)(b);return i&&(0,e.existsSync)(i)&&await s(i)||"Untitled Session"}async function j(a,b){let c=(0,d.Kk)(a,b);if((0,e.existsSync)(c))return await o(c);let f=(0,d.oZ)(a,b);if((0,e.existsSync)(f))return await o(f);let g=(0,d.yw)(a,b);if((0,e.existsSync)(g))return await o(g);let h=(0,d.eg)(b);if(h&&(0,e.existsSync)(h))return await p(h);let i=(0,d.vI)(b);return i&&(0,e.existsSync)(i)?await r(i):[]}async function k(a,b){let c=await j(a,b),d=c[c.length-1];return c.length<=10?{lastUserMessage:d,firstMessages:c.map(a=>g(a)),lastMessages:[]}:{lastUserMessage:d,firstMessages:c.slice(0,5).map(a=>g(a)),lastMessages:c.slice(-5).map(a=>g(a))}}function l(a){let b=a.replace(/<command-[^>]*>[\s\S]*?<\/command-[^>]*>/g,"");return(b=b.replace(/<local-command-[^>]*>[\s\S]*?<\/local-command-[^>]*>/g,"")).trim()}function m(a){return!(a.startsWith("This session is being continued")||a.startsWith("Caveat: The messages below"))&&!!a.trim()}async function n(a){try{let d=(0,e.createReadStream)(a),g=(0,f.createInterface)({input:d,crlfDelay:1/0}),h="",i=[];for await(let a of g)if(a.trim())try{let b=JSON.parse(a);if("summary"===b.type&&b.summary&&(h=b.summary),"user"===b.type){let a=b.message;if(!a?.content)continue;if("string"==typeof a.content)i.push(a.content);else if(Array.isArray(a.content))for(let b of a.content)"text"===b.type&&b.text&&i.push(b.text)}}catch{}var b=h,c=i;if(b)return b;let j="";for(let a of c){let b=l(a);if(b){if(b.startsWith("/")&&!j){j=b;continue}if(j)return`${j} ${b}`;return b}}return j||"Untitled Session"}catch{return"Untitled Session"}}async function o(a){let b=[];try{let c=(0,e.createReadStream)(a);for await(let a of(0,f.createInterface)({input:c,crlfDelay:1/0}))if(a.trim())try{let c=JSON.parse(a);if("user"!==c.type)continue;let d=c.message;if(!d?.content)continue;let e="";if("string"==typeof d.content)e=d.content;else if(Array.isArray(d.content)){for(let a of d.content)if("text"===a.type&&a.text){e=a.text;break}}if(!e)continue;let f=l(e);f&&m(f)&&b.push(f)}catch{}}catch{}return b}async function p(a){let b=[];try{let c=(0,e.createReadStream)(a);for await(let a of(0,f.createInterface)({input:c,crlfDelay:1/0})){let c;if(!a.trim())continue;try{c=JSON.parse(a)}catch{continue}if("response_item"!==c.type)continue;let d=c.payload;if(!d||"message"!==d.type||"user"!==d.role)continue;let e=d.content?.filter(a=>"input_text"===a.type&&a.text).map(a=>a.text).join("")||"";if(!e||e.startsWith("<")||e.startsWith("#"))continue;let f=l(e);f&&m(f)&&b.push(f)}}catch{}return b}async function q(a){try{let b=(0,e.createReadStream)(a);for await(let a of(0,f.createInterface)({input:b,crlfDelay:1/0})){let b;if(!a.trim())continue;try{b=JSON.parse(a)}catch{continue}if("response_item"!==b.type)continue;let c=b.payload;if(!c||"message"!==c.type||"user"!==c.role)continue;let d=c.content?.filter(a=>"input_text"===a.type&&a.text).map(a=>a.text).join("")||"";if(!(!d||d.startsWith("<")||d.startsWith("#")))return d.slice(0,80)}return}catch{return}}async function r(a){let b=[];try{let c=(0,e.createReadStream)(a);for await(let a of(0,f.createInterface)({input:c,crlfDelay:1/0})){let c;if(!a.trim())continue;try{c=JSON.parse(a)}catch{continue}if("user"!==c.role)continue;let d="string"==typeof c.content?c.content:Array.isArray(c.content)?c.content.filter(a=>("input_text"===a.type||"text"===a.type)&&a.text).map(a=>a.text).join(""):"";if(!d||d.startsWith("<system")||d.startsWith("<environment")||d.startsWith("# AGENTS.md")||d.startsWith("<permissions"))continue;let e=l(d);e&&m(e)&&b.push(e)}}catch{}return b}async function s(a){try{let b=(0,e.createReadStream)(a);for await(let a of(0,f.createInterface)({input:b,crlfDelay:1/0})){let b;if(!a.trim())continue;try{b=JSON.parse(a)}catch{continue}if("user"!==b.role)continue;let c="string"==typeof b.content?b.content:Array.isArray(b.content)?b.content.filter(a=>("input_text"===a.type||"text"===a.type)&&a.text).map(a=>a.text).join(""):"";if(!(!c||c.startsWith("<system")||c.startsWith("<environment")||c.startsWith("# AGENTS.md")||c.startsWith("<permissions")))return c.slice(0,80)}return}catch{return}}}};
@@ -1 +0,0 @@
1
- self.__BUILD_MANIFEST={__rewrites:{afterFiles:[],beforeFiles:[],fallback:[]},__routerFilterStatic:{numItems:119,errorRate:1e-4,numBits:2282,numHashes:14,bitArray:[0,0,0,1,1,0,0,1,0,1,1,0,1,1,1,1,0,1,0,1,1,0,1,1,0,0,1,0,1,1,1,1,1,0,1,1,1,0,1,1,1,1,0,1,1,1,1,1,0,0,1,0,1,0,0,0,0,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,0,0,1,1,0,0,0,1,0,0,0,0,0,1,1,0,0,1,1,1,0,1,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,0,1,0,1,1,1,1,0,1,0,1,1,1,1,0,0,0,1,0,0,0,0,0,1,0,0,1,0,0,1,1,0,1,1,1,0,1,0,1,1,0,1,0,0,1,1,0,0,1,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,1,1,1,1,0,1,0,1,1,1,0,0,1,0,0,0,1,0,1,1,1,0,0,0,0,1,0,0,0,1,0,0,0,0,1,0,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,1,0,1,0,1,1,0,1,0,1,0,1,1,1,1,1,0,1,1,0,0,0,1,0,1,1,0,1,0,1,1,1,1,1,1,0,0,1,0,1,0,0,0,1,1,1,1,0,1,0,0,1,1,1,1,0,1,1,1,1,0,0,1,0,1,1,1,0,0,1,1,0,0,1,1,0,1,1,1,1,0,1,1,0,0,1,1,1,0,0,0,0,0,0,0,0,0,1,1,0,1,0,0,0,0,1,1,0,1,0,1,1,0,0,1,0,1,1,1,1,0,1,0,1,0,0,1,1,0,0,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,1,1,0,1,1,1,1,0,0,1,1,1,0,1,1,1,0,0,1,0,0,1,1,0,0,0,0,1,0,1,1,0,0,0,1,1,0,0,0,0,0,0,0,1,1,1,1,0,0,1,1,0,1,0,0,0,0,1,1,0,0,1,0,1,0,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0,1,1,0,0,1,0,0,1,1,0,1,0,1,1,0,0,1,0,1,1,1,0,1,1,0,0,0,1,1,1,0,0,1,0,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,1,1,1,0,0,0,1,1,0,0,0,1,1,1,1,0,0,0,0,0,0,1,1,0,1,0,1,1,1,0,1,0,0,1,1,1,0,1,1,0,1,0,0,1,1,0,1,0,1,1,0,1,0,1,1,0,1,1,0,1,0,0,0,1,1,0,0,1,1,1,0,0,1,0,0,1,1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,0,1,0,1,1,0,0,1,0,0,1,0,0,1,1,0,0,1,0,0,0,1,1,1,1,1,1,0,1,0,1,1,0,0,1,1,1,1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,0,0,1,0,1,1,1,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,1,1,1,0,1,0,0,1,1,0,0,1,1,1,0,1,0,1,0,1,0,1,1,1,0,1,0,0,0,1,1,1,0,1,1,0,0,0,1,1,0,1,0,0,0,1,0,1,0,0,1,1,0,0,0,1,1,0,0,1,1,1,0,0,0,1,1,1,1,1,0,1,1,0,0,1,1,0,0,1,0,1,0,1,1,0,0,1,1,0,0,0,1,0,1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,1,0,0,1,0,1,0,1,1,0,1,0,0,1,1,1,1,1,1,0,1,1,1,0,0,1,0,0,0,0,0,1,1,0,0,0,0,1,0,1,1,1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,1,1,0,0,0,1,0,1,1,0,1,0,0,1,0,1,0,0,0,1,1,1,1,0,1,1,0,1,1,1,0,1,1,0,1,0,1,0,0,0,0,0,1,1,0,1,0,1,0,1,0,0,1,1,0,1,1,1,1,0,0,0,1,0,0,0,0,0,1,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,0,1,0,0,1,0,1,1,0,0,1,0,1,0,0,1,0,0,1,1,1,0,1,0,1,0,1,0,0,0,0,1,1,0,0,0,0,1,1,1,1,0,0,0,0,1,1,1,1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,1,0,0,1,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,1,0,0,1,1,0,1,0,0,0,0,0,1,1,1,1,0,1,0,1,0,0,1,1,0,0,1,1,1,0,1,1,0,1,0,0,0,1,0,1,1,0,1,1,1,0,0,0,0,1,1,1,0,1,0,0,0,0,0,1,0,1,1,0,1,1,0,0,1,0,1,1,0,1,1,1,0,0,1,0,0,1,0,1,1,0,1,0,0,1,1,0,0,0,0,1,1,1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,1,1,0,0,0,0,0,0,0,1,0,0,1,0,0,0,0,1,0,1,1,0,1,1,0,0,1,1,0,1,1,0,1,1,1,1,1,0,0,1,1,1,0,1,0,0,1,1,1,0,0,1,1,1,1,1,1,0,1,0,0,0,1,1,1,0,0,0,0,1,0,0,0,1,0,1,0,0,0,0,0,1,1,1,0,0,0,0,1,0,1,0,1,1,0,1,0,1,1,1,1,0,0,1,1,0,1,1,0,0,1,0,0,1,1,0,1,0,0,1,0,1,1,0,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,1,0,1,0,0,1,1,0,1,0,0,1,0,1,1,1,0,0,1,0,0,1,0,1,0,1,1,0,1,1,0,0,0,0,0,1,0,0,0,1,1,1,1,0,1,1,0,0,0,1,0,0,1,0,0,1,0,0,0,0,0,0,0,1,0,0,0,1,1,1,0,1,1,1,0,0,1,1,1,0,1,1,1,0,1,0,1,0,1,0,1,1,0,0,0,1,0,1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,0,1,1,1,0,1,1,0,0,1,1,1,1,1,0,1,1,0,0,1,0,1,1,1,1,1,0,0,1,0,1,0,1,1,0,0,1,1,1,1,0,0,1,1,1,1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,0,1,1,0,0,0,0,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,1,1,1,0,0,1,1,0,0,0,1,0,1,0,0,1,1,1,0,0,0,1,1,0,0,1,1,0,0,0,0,1,1,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0,1,1,1,0,1,0,0,1,1,0,0,0,1,0,1,0,1,1,0,1,1,0,0,1,0,1,0,1,0,0,0,1,1,0,1,0,1,1,1,0,1,1,1,0,0,0,1,1,1,0,1,0,0,1,1,0,0,1,1,1,0,0,1,1,0,1,1,1,0,0,0,1,1,0,1,0,0,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,0,1,1,1,1,1,1,0,1,1,1,1,0,1,0,1,1,1,0,1,1,1,0,1,1,1,1,1,0,0,0,1,1,1,0,1,0,0,1,0,0,0,1,1,1,0,0,0,1,0,0,0,1,0,1,0,1,1,0,1,0,0,1,1,0,1,1,0,0,1,1,1,0,0,0,0,1,0,1,1,0,0,0,1,1,1,0,1,0,0,0,1,1,1,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,0,0,1,1,1,0,1,1,1,0,1,0,1,0,0,1,1,0,1,1,0,1,1,1,1,0,0,0,0,1,1,1,1,0,1,0,0,0,1,1,1,1,1,1,0,0,1,1,0,0,1,0,1,1,0,1,1,0,1,1,1,1,0,1,0,1,1,0,1,0,1,0,0,0,0,0,0,0,1,1,0,0,0,1,0,0,1,1,1,0,1,1,0,0,1,1,0,0,1,1,1,0,1,1,0,1,0,1,1,0,0,1,0,0,1,1,1,1,0,1,1,1,0,1,1,0,1,1,1,0,1,1,0,1,0,0,1,1,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,0,0,0,1,0,0,0,0,1,1,1,0,0,1,0,0,0,0,0,0,0,0,1,1,1,0,0,1,0,0,1,0,1,0,1,0,1,0,1,1,1,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,1,1,1,1,1,0,1,0,0,0,0,1,0,1,0,1,0,1,0,1,1,1,0,1,1,1,0,1,1,1,0,0,0,1,0,1,0,1,0,1,1,1,0,0,1,1,1,1,0,1,1,1,1,1,0,0,1,0,1,0,1,0,1,0,0,1,0,0,1,1,1,0,0,0,1,1,1,1,0,0,1,1,1,0,0,1,0,1,1,0,1,0,1,0,1,1,1,1,0,1,1,1,1,0,0,1,0,0,0,1,1,0,1,0,0,0,0,0,1,1,1,0,1,1,1,0,0,1,1,1,0,0,0,1,1,0,0,0,0,1,1,1,1,0,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,1,0,1,1,1,0,0,1,0,1,0,0,0,0,1,0,0,1,1,1,0,1,1,1,1,0,0,0,0,0,1,0,1,0,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,1,1,0,0,0,1,1,0,1,1,0,1,1,1,1,0,1,0,0,0,0,0,0,1,1,1,0,1,0,0,0,1,1,1,1,0,1,0,1,1,0,0,1,1,0,1,0,1,0,1,0,0,1,1,1,1,1,1,0,1,0,0,1,0,0,0,0,0,0,0,1,1,0,1,1,0,0,0,1,1,1,1,1,0,0,0,1,0,1,1,1,0,0,0,1,1,1,1,1,0,0,0,1,1,0]},__routerFilterDynamic:{numItems:5,errorRate:1e-4,numBits:96,numHashes:14,bitArray:[1,1,1,1,0,1,0,1,1,1,1,1,0,1,1,1,1,1,0,0,0,1,1,1,0,1,0,1,1,0,0,0,0,1,0,1,1,1,1,1,1,0,0,1,1,0,1,0,0,0,0,1,0,1,0,1,1,0,1,0,1,1,1,0,1,0,1,0,1,1,0,1,0,0,1,0,0,0,1,0,0,1,0,1,0,0,0,1,1,0,1,1,0,1,1,0]},sortedPages:["/_app"]},self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();