@surething/cockpit 1.0.261 → 1.0.263

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 (544) hide show
  1. package/.next-prod/BUILD_ID +1 -1
  2. package/.next-prod/app-path-routes-manifest.json +6 -3
  3. package/.next-prod/build-manifest.json +3 -3
  4. package/.next-prod/cockpit-build.json +2 -2
  5. package/.next-prod/prerender-manifest.json +4 -4
  6. package/.next-prod/react-loadable-manifest.json +1 -1
  7. package/.next-prod/routes-manifest.json +18 -0
  8. package/.next-prod/server/app/_global-error/page.js +2 -2
  9. package/.next-prod/server/app/_global-error/page_client-reference-manifest.js +1 -1
  10. package/.next-prod/server/app/_global-error.html +1 -1
  11. package/.next-prod/server/app/_global-error.rsc +1 -1
  12. package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +1 -1
  13. package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  14. package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  15. package/.next-prod/server/app/_not-found/page.js +1 -1
  16. package/.next-prod/server/app/_not-found/page_client-reference-manifest.js +1 -1
  17. package/.next-prod/server/app/_not-found.html +2 -2
  18. package/.next-prod/server/app/_not-found.rsc +4 -4
  19. package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +4 -4
  20. package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +12 -11
  21. package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  22. package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  23. package/.next-prod/server/app/api/agent/test/route.js +1 -1
  24. package/.next-prod/server/app/api/bash/route.js +1 -1
  25. package/.next-prod/server/app/api/chat/codex/route.js +1 -1
  26. package/.next-prod/server/app/api/chat/deepseek/route.js +1 -1
  27. package/.next-prod/server/app/api/chat/glm/route.js +1 -1
  28. package/.next-prod/server/app/api/chat/kimi/route.js +1 -1
  29. package/.next-prod/server/app/api/chat/ollama/route.js +1 -1
  30. package/.next-prod/server/app/api/chat/route.js +1 -1
  31. package/.next-prod/server/app/api/chat/stop/route.js +1 -1
  32. package/.next-prod/server/app/api/claude-stats/route.js +1 -1
  33. package/.next-prod/server/app/api/commands/route.js +1 -1
  34. package/.next-prod/server/app/api/comments/route.js +1 -1
  35. package/.next-prod/server/app/api/db/columns/route.js +1 -1
  36. package/.next-prod/server/app/api/db/connect/route.js +1 -1
  37. package/.next-prod/server/app/api/db/disconnect/route.js +1 -1
  38. package/.next-prod/server/app/api/db/export/route.js +1 -1
  39. package/.next-prod/server/app/api/db/query/route.js +1 -1
  40. package/.next-prod/server/app/api/db/schemas/route.js +2 -2
  41. package/.next-prod/server/app/api/deepseek/balance/route.js +1 -1
  42. package/.next-prod/server/app/api/deepseek/credentials/route.js +1 -1
  43. package/.next-prod/server/app/api/deepseek/models/route.js +1 -1
  44. package/.next-prod/server/app/api/dev/spans/route.js +1 -1
  45. package/.next-prod/server/app/api/extension/version/route.js +1 -1
  46. package/.next-prod/server/app/api/file/route.js +1 -1
  47. package/.next-prod/server/app/api/files/blame/route.js +1 -1
  48. package/.next-prod/server/app/api/files/clipboard/route.js +1 -1
  49. package/.next-prod/server/app/api/files/copy/route.js +1 -1
  50. package/.next-prod/server/app/api/files/delete/route.js +1 -1
  51. package/.next-prod/server/app/api/files/expanded/route.js +1 -1
  52. package/.next-prod/server/app/api/files/index/route.js +1 -1
  53. package/.next-prod/server/app/api/files/init/route.js +1 -1
  54. package/.next-prod/server/app/api/files/paste/route.js +1 -1
  55. package/.next-prod/server/app/api/files/read/route.js +1 -1
  56. package/.next-prod/server/app/api/files/readdir/route.js +1 -1
  57. package/.next-prod/server/app/api/files/recent/route.js +1 -1
  58. package/.next-prod/server/app/api/files/save/route.js +1 -1
  59. package/.next-prod/server/app/api/files/search/route.js +1 -1
  60. package/.next-prod/server/app/api/files/stat/route.js +1 -1
  61. package/.next-prod/server/app/api/files/text/route.js +1 -1
  62. package/.next-prod/server/app/api/git/branch-diff/route.js +1 -1
  63. package/.next-prod/server/app/api/git/branches/route.js +1 -1
  64. package/.next-prod/server/app/api/git/commit-diff/route.js +1 -1
  65. package/.next-prod/server/app/api/git/commits/route.js +1 -1
  66. package/.next-prod/server/app/api/git/current-branch/route.js +1 -1
  67. package/.next-prod/server/app/api/git/diff/route.js +1 -1
  68. package/.next-prod/server/app/api/git/discard/route.js +1 -1
  69. package/.next-prod/server/app/api/git/stage/route.js +1 -1
  70. package/.next-prod/server/app/api/git/status/route.js +1 -1
  71. package/.next-prod/server/app/api/git/unstage/route.js +1 -1
  72. package/.next-prod/server/app/api/git/worktree/route.js +1 -1
  73. package/.next-prod/server/app/api/glm/credentials/route.js +1 -1
  74. package/.next-prod/server/app/api/glm/models/route.js +1 -1
  75. package/.next-prod/server/app/api/glm/usage/route.js +1 -1
  76. package/.next-prod/server/app/api/global-state/route.js +1 -1
  77. package/.next-prod/server/app/api/health/route.js +1 -1
  78. package/.next-prod/server/app/api/html-apps/[id]/route.js +1 -1
  79. package/.next-prod/server/app/api/html-apps/route.js +1 -1
  80. package/.next-prod/server/app/api/jupyter/load/route.js +1 -1
  81. package/.next-prod/server/app/api/jupyter/save/route.js +1 -1
  82. package/.next-prod/server/app/api/jupyter/shutdown/route.js +1 -1
  83. package/.next-prod/server/app/api/kimi/credentials/route.js +1 -1
  84. package/.next-prod/server/app/api/kimi/models/route.js +1 -1
  85. package/.next-prod/server/app/api/kimi/usage/route.js +1 -1
  86. package/.next-prod/server/app/api/lsp/definition/route.js +1 -1
  87. package/.next-prod/server/app/api/lsp/hover/route.js +1 -1
  88. package/.next-prod/server/app/api/lsp/references/route.js +1 -1
  89. package/.next-prod/server/app/api/lsp/status/route.js +1 -1
  90. package/.next-prod/server/app/api/lsp/warmup/route.js +1 -1
  91. package/.next-prod/server/app/api/mysql/columns/route.js +2 -2
  92. package/.next-prod/server/app/api/mysql/connect/route.js +1 -1
  93. package/.next-prod/server/app/api/mysql/disconnect/route.js +1 -1
  94. package/.next-prod/server/app/api/mysql/export/route.js +1 -1
  95. package/.next-prod/server/app/api/mysql/query/route.js +1 -1
  96. package/.next-prod/server/app/api/mysql/schemas/route.js +1 -1
  97. package/.next-prod/server/app/api/neo4j/connect/route.js +1 -1
  98. package/.next-prod/server/app/api/neo4j/disconnect/route.js +1 -1
  99. package/.next-prod/server/app/api/neo4j/query/route.js +1 -1
  100. package/.next-prod/server/app/api/neo4j/schema/route.js +1 -1
  101. package/.next-prod/server/app/api/note/route.js +1 -1
  102. package/.next-prod/server/app/api/ollama/config/route.js +1 -1
  103. package/.next-prod/server/app/api/ollama/models/route.js +1 -1
  104. package/.next-prod/server/app/api/ollama/start/route.js +1 -1
  105. package/.next-prod/server/app/api/open-cursor/route.js +1 -1
  106. package/.next-prod/server/app/api/open-vscode/route.js +1 -1
  107. package/.next-prod/server/app/api/pick-folder/route.js +1 -1
  108. package/.next-prod/server/app/api/pinned-sessions/route.js +1 -1
  109. package/.next-prod/server/app/api/project-settings/route.js +1 -1
  110. package/.next-prod/server/app/api/project-state/route.js +2 -2
  111. package/.next-prod/server/app/api/projectGraph/affected/route.js +1 -1
  112. package/.next-prod/server/app/api/projectGraph/callees/route.js +1 -1
  113. package/.next-prod/server/app/api/projectGraph/callers/route.js +1 -1
  114. package/.next-prod/server/app/api/projectGraph/coedit/route.js +1 -1
  115. package/.next-prod/server/app/api/projectGraph/context/route.js +1 -1
  116. package/.next-prod/server/app/api/projectGraph/file/route.js +1 -1
  117. package/.next-prod/server/app/api/projectGraph/file-functions/route.js +1 -1
  118. package/.next-prod/server/app/api/projectGraph/impact/route.js +1 -1
  119. package/.next-prod/server/app/api/projectGraph/related/route.js +1 -1
  120. package/.next-prod/server/app/api/projectGraph/risk/route.js +1 -1
  121. package/.next-prod/server/app/api/projectGraph/search/route.js +1 -1
  122. package/.next-prod/server/app/api/projects/route.js +1 -1
  123. package/.next-prod/server/app/api/prompts/config/route.js +1 -1
  124. package/.next-prod/server/app/api/push/public-key/route.js +1 -1
  125. package/.next-prod/server/app/api/push/subscribe/route.js +1 -1
  126. package/.next-prod/server/app/api/push/unsubscribe/route.js +1 -1
  127. package/.next-prod/server/app/api/redis/command/route.js +1 -1
  128. package/.next-prod/server/app/api/redis/connect/route.js +1 -1
  129. package/.next-prod/server/app/api/redis/delete/route.js +1 -1
  130. package/.next-prod/server/app/api/redis/disconnect/route.js +1 -1
  131. package/.next-prod/server/app/api/redis/get/route.js +1 -1
  132. package/.next-prod/server/app/api/redis/keys/route.js +1 -1
  133. package/.next-prod/server/app/api/redis/set/route.js +1 -1
  134. package/.next-prod/server/app/api/restart/route.js +1 -0
  135. package/.next-prod/server/app/api/restart/route.js.nft.json +1 -0
  136. package/.next-prod/server/app/api/restart/route_client-reference-manifest.js +1 -0
  137. package/.next-prod/server/app/api/review/[id]/comments/route.js +1 -1
  138. package/.next-prod/server/app/api/review/[id]/replies/route.js +1 -1
  139. package/.next-prod/server/app/api/review/[id]/route.js +1 -1
  140. package/.next-prod/server/app/api/review/identify/route.js +1 -1
  141. package/.next-prod/server/app/api/review/order/route.js +1 -1
  142. package/.next-prod/server/app/api/review/route.js +1 -1
  143. package/.next-prod/server/app/api/review/share-info/route.js +1 -1
  144. package/.next-prod/server/app/api/review/users/route.js +1 -1
  145. package/.next-prod/server/app/api/scheduled-tasks/route.js +2 -2
  146. package/.next-prod/server/app/api/services/config/route.js +1 -1
  147. package/.next-prod/server/app/api/services/scripts/route.js +1 -1
  148. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js +1 -1
  149. package/.next-prod/server/app/api/session/[sessionId]/history/route.js +1 -1
  150. package/.next-prod/server/app/api/session-by-path/route.js +1 -1
  151. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js +1 -1
  152. package/.next-prod/server/app/api/sessions/projects/route.js +1 -1
  153. package/.next-prod/server/app/api/sessions/route.js +1 -1
  154. package/.next-prod/server/app/api/settings/route.js +1 -1
  155. package/.next-prod/server/app/api/shutdown/route.js +1 -0
  156. package/.next-prod/server/app/api/shutdown/route.js.nft.json +1 -0
  157. package/.next-prod/server/app/api/shutdown/route_client-reference-manifest.js +1 -0
  158. package/.next-prod/server/app/api/skills/[id]/route.js +1 -1
  159. package/.next-prod/server/app/api/skills/content/route.js +1 -1
  160. package/.next-prod/server/app/api/skills/route.js +1 -1
  161. package/.next-prod/server/app/api/snapshots/diff/route.js +1 -1
  162. package/.next-prod/server/app/api/snapshots/route.js +1 -1
  163. package/.next-prod/server/app/api/terminal/aliases/route.js +1 -1
  164. package/.next-prod/server/app/api/terminal/autocomplete/route.js +1 -1
  165. package/.next-prod/server/app/api/terminal/bubble-order/route.js +1 -1
  166. package/.next-prod/server/app/api/terminal/env/route.js +1 -1
  167. package/.next-prod/server/app/api/terminal/history/route.js +1 -1
  168. package/.next-prod/server/app/api/update/route.js +1 -0
  169. package/.next-prod/server/app/api/update/route.js.nft.json +1 -0
  170. package/.next-prod/server/app/api/update/route_client-reference-manifest.js +1 -0
  171. package/.next-prod/server/app/api/version/route.js +1 -1
  172. package/.next-prod/server/app/apps/[...path]/route.js +1 -1
  173. package/.next-prod/server/app/favicon.ico/route.js +1 -1
  174. package/.next-prod/server/app/m/page.js +1 -1
  175. package/.next-prod/server/app/m/page_client-reference-manifest.js +1 -1
  176. package/.next-prod/server/app/manifest.webmanifest/route.js +2 -2
  177. package/.next-prod/server/app/page.js +1 -1
  178. package/.next-prod/server/app/page_client-reference-manifest.js +1 -1
  179. package/.next-prod/server/app/project/page.js +1 -1
  180. package/.next-prod/server/app/project/page_client-reference-manifest.js +1 -1
  181. package/.next-prod/server/app/review/[id]/page.js +1 -1
  182. package/.next-prod/server/app/review/[id]/page_client-reference-manifest.js +1 -1
  183. package/.next-prod/server/app-paths-manifest.json +6 -3
  184. package/.next-prod/server/chunks/1564.js +1 -1
  185. package/.next-prod/server/chunks/5750.js +42 -40
  186. package/.next-prod/server/chunks/6495.js +1 -1
  187. package/.next-prod/server/chunks/6548.js +1 -1
  188. package/.next-prod/server/chunks/7184.js +1 -1
  189. package/.next-prod/server/chunks/841.js +1 -1
  190. package/.next-prod/server/chunks/8764.js +2 -2
  191. package/.next-prod/server/functions-config-manifest.json +3 -0
  192. package/.next-prod/server/middleware-build-manifest.js +1 -1
  193. package/.next-prod/server/middleware-react-loadable-manifest.js +1 -1
  194. package/.next-prod/server/pages/404.html +2 -2
  195. package/.next-prod/server/pages/500.html +1 -1
  196. package/.next-prod/server/server-reference-manifest.json +1 -1
  197. package/.next-prod/static/Jy5sAJFfhng774VeXYdQS/_buildManifest.js +1 -0
  198. package/.next-prod/static/chunks/1372-c2e2e52980e95aec.js +15 -0
  199. package/.next-prod/static/chunks/{1959.a8039e13d14ada11.js → 1959.1d5dbd36400b94d2.js} +4 -4
  200. package/.next-prod/static/chunks/2032-8326efdf5830d58c.js +1 -0
  201. package/.next-prod/static/chunks/6722-1252a1399ff10e47.js +35 -0
  202. package/.next-prod/static/chunks/6784-20cc834d161af395.js +381 -0
  203. package/.next-prod/static/chunks/app/_global-error/page-7c7e4c414aa6453c.js +1 -0
  204. package/.next-prod/static/chunks/app/api/agent/test/route-7c7e4c414aa6453c.js +1 -0
  205. package/.next-prod/static/chunks/app/api/bash/route-7c7e4c414aa6453c.js +1 -0
  206. package/.next-prod/static/chunks/app/api/chat/codex/route-7c7e4c414aa6453c.js +1 -0
  207. package/.next-prod/static/chunks/app/api/chat/deepseek/route-7c7e4c414aa6453c.js +1 -0
  208. package/.next-prod/static/chunks/app/api/chat/glm/route-7c7e4c414aa6453c.js +1 -0
  209. package/.next-prod/static/chunks/app/api/chat/kimi/route-7c7e4c414aa6453c.js +1 -0
  210. package/.next-prod/static/chunks/app/api/chat/ollama/route-7c7e4c414aa6453c.js +1 -0
  211. package/.next-prod/static/chunks/app/api/chat/route-7c7e4c414aa6453c.js +1 -0
  212. package/.next-prod/static/chunks/app/api/chat/stop/route-7c7e4c414aa6453c.js +1 -0
  213. package/.next-prod/static/chunks/app/api/claude-stats/route-7c7e4c414aa6453c.js +1 -0
  214. package/.next-prod/static/chunks/app/api/commands/route-7c7e4c414aa6453c.js +1 -0
  215. package/.next-prod/static/chunks/app/api/comments/route-7c7e4c414aa6453c.js +1 -0
  216. package/.next-prod/static/chunks/app/api/db/columns/route-7c7e4c414aa6453c.js +1 -0
  217. package/.next-prod/static/chunks/app/api/db/connect/route-7c7e4c414aa6453c.js +1 -0
  218. package/.next-prod/static/chunks/app/api/db/disconnect/route-7c7e4c414aa6453c.js +1 -0
  219. package/.next-prod/static/chunks/app/api/db/export/route-7c7e4c414aa6453c.js +1 -0
  220. package/.next-prod/static/chunks/app/api/db/query/route-7c7e4c414aa6453c.js +1 -0
  221. package/.next-prod/static/chunks/app/api/db/schemas/route-7c7e4c414aa6453c.js +1 -0
  222. package/.next-prod/static/chunks/app/api/deepseek/balance/route-7c7e4c414aa6453c.js +1 -0
  223. package/.next-prod/static/chunks/app/api/deepseek/credentials/route-7c7e4c414aa6453c.js +1 -0
  224. package/.next-prod/static/chunks/app/api/deepseek/models/route-7c7e4c414aa6453c.js +1 -0
  225. package/.next-prod/static/chunks/app/api/dev/spans/route-7c7e4c414aa6453c.js +1 -0
  226. package/.next-prod/static/chunks/app/api/extension/version/route-7c7e4c414aa6453c.js +1 -0
  227. package/.next-prod/static/chunks/app/api/file/route-7c7e4c414aa6453c.js +1 -0
  228. package/.next-prod/static/chunks/app/api/files/blame/route-7c7e4c414aa6453c.js +1 -0
  229. package/.next-prod/static/chunks/app/api/files/clipboard/route-7c7e4c414aa6453c.js +1 -0
  230. package/.next-prod/static/chunks/app/api/files/copy/route-7c7e4c414aa6453c.js +1 -0
  231. package/.next-prod/static/chunks/app/api/files/delete/route-7c7e4c414aa6453c.js +1 -0
  232. package/.next-prod/static/chunks/app/api/files/expanded/route-7c7e4c414aa6453c.js +1 -0
  233. package/.next-prod/static/chunks/app/api/files/index/route-7c7e4c414aa6453c.js +1 -0
  234. package/.next-prod/static/chunks/app/api/files/init/route-7c7e4c414aa6453c.js +1 -0
  235. package/.next-prod/static/chunks/app/api/files/paste/route-7c7e4c414aa6453c.js +1 -0
  236. package/.next-prod/static/chunks/app/api/files/read/route-7c7e4c414aa6453c.js +1 -0
  237. package/.next-prod/static/chunks/app/api/files/readdir/route-7c7e4c414aa6453c.js +1 -0
  238. package/.next-prod/static/chunks/app/api/files/recent/route-7c7e4c414aa6453c.js +1 -0
  239. package/.next-prod/static/chunks/app/api/files/save/route-7c7e4c414aa6453c.js +1 -0
  240. package/.next-prod/static/chunks/app/api/files/search/route-7c7e4c414aa6453c.js +1 -0
  241. package/.next-prod/static/chunks/app/api/files/stat/route-7c7e4c414aa6453c.js +1 -0
  242. package/.next-prod/static/chunks/app/api/files/text/route-7c7e4c414aa6453c.js +1 -0
  243. package/.next-prod/static/chunks/app/api/git/branch-diff/route-7c7e4c414aa6453c.js +1 -0
  244. package/.next-prod/static/chunks/app/api/git/branches/route-7c7e4c414aa6453c.js +1 -0
  245. package/.next-prod/static/chunks/app/api/git/commit-diff/route-7c7e4c414aa6453c.js +1 -0
  246. package/.next-prod/static/chunks/app/api/git/commits/route-7c7e4c414aa6453c.js +1 -0
  247. package/.next-prod/static/chunks/app/api/git/current-branch/route-7c7e4c414aa6453c.js +1 -0
  248. package/.next-prod/static/chunks/app/api/git/diff/route-7c7e4c414aa6453c.js +1 -0
  249. package/.next-prod/static/chunks/app/api/git/discard/route-7c7e4c414aa6453c.js +1 -0
  250. package/.next-prod/static/chunks/app/api/git/stage/route-7c7e4c414aa6453c.js +1 -0
  251. package/.next-prod/static/chunks/app/api/git/status/route-7c7e4c414aa6453c.js +1 -0
  252. package/.next-prod/static/chunks/app/api/git/unstage/route-7c7e4c414aa6453c.js +1 -0
  253. package/.next-prod/static/chunks/app/api/git/worktree/route-7c7e4c414aa6453c.js +1 -0
  254. package/.next-prod/static/chunks/app/api/glm/credentials/route-7c7e4c414aa6453c.js +1 -0
  255. package/.next-prod/static/chunks/app/api/glm/models/route-7c7e4c414aa6453c.js +1 -0
  256. package/.next-prod/static/chunks/app/api/glm/usage/route-7c7e4c414aa6453c.js +1 -0
  257. package/.next-prod/static/chunks/app/api/global-state/route-7c7e4c414aa6453c.js +1 -0
  258. package/.next-prod/static/chunks/app/api/health/route-7c7e4c414aa6453c.js +1 -0
  259. package/.next-prod/static/chunks/app/api/html-apps/[id]/route-7c7e4c414aa6453c.js +1 -0
  260. package/.next-prod/static/chunks/app/api/html-apps/route-7c7e4c414aa6453c.js +1 -0
  261. package/.next-prod/static/chunks/app/api/jupyter/load/route-7c7e4c414aa6453c.js +1 -0
  262. package/.next-prod/static/chunks/app/api/jupyter/save/route-7c7e4c414aa6453c.js +1 -0
  263. package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-7c7e4c414aa6453c.js +1 -0
  264. package/.next-prod/static/chunks/app/api/kimi/credentials/route-7c7e4c414aa6453c.js +1 -0
  265. package/.next-prod/static/chunks/app/api/kimi/models/route-7c7e4c414aa6453c.js +1 -0
  266. package/.next-prod/static/chunks/app/api/kimi/usage/route-7c7e4c414aa6453c.js +1 -0
  267. package/.next-prod/static/chunks/app/api/lsp/definition/route-7c7e4c414aa6453c.js +1 -0
  268. package/.next-prod/static/chunks/app/api/lsp/hover/route-7c7e4c414aa6453c.js +1 -0
  269. package/.next-prod/static/chunks/app/api/lsp/references/route-7c7e4c414aa6453c.js +1 -0
  270. package/.next-prod/static/chunks/app/api/lsp/status/route-7c7e4c414aa6453c.js +1 -0
  271. package/.next-prod/static/chunks/app/api/lsp/warmup/route-7c7e4c414aa6453c.js +1 -0
  272. package/.next-prod/static/chunks/app/api/mysql/columns/route-7c7e4c414aa6453c.js +1 -0
  273. package/.next-prod/static/chunks/app/api/mysql/connect/route-7c7e4c414aa6453c.js +1 -0
  274. package/.next-prod/static/chunks/app/api/mysql/disconnect/route-7c7e4c414aa6453c.js +1 -0
  275. package/.next-prod/static/chunks/app/api/mysql/export/route-7c7e4c414aa6453c.js +1 -0
  276. package/.next-prod/static/chunks/app/api/mysql/query/route-7c7e4c414aa6453c.js +1 -0
  277. package/.next-prod/static/chunks/app/api/mysql/schemas/route-7c7e4c414aa6453c.js +1 -0
  278. package/.next-prod/static/chunks/app/api/neo4j/connect/route-7c7e4c414aa6453c.js +1 -0
  279. package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-7c7e4c414aa6453c.js +1 -0
  280. package/.next-prod/static/chunks/app/api/neo4j/query/route-7c7e4c414aa6453c.js +1 -0
  281. package/.next-prod/static/chunks/app/api/neo4j/schema/route-7c7e4c414aa6453c.js +1 -0
  282. package/.next-prod/static/chunks/app/api/note/route-7c7e4c414aa6453c.js +1 -0
  283. package/.next-prod/static/chunks/app/api/ollama/config/route-7c7e4c414aa6453c.js +1 -0
  284. package/.next-prod/static/chunks/app/api/ollama/models/route-7c7e4c414aa6453c.js +1 -0
  285. package/.next-prod/static/chunks/app/api/ollama/start/route-7c7e4c414aa6453c.js +1 -0
  286. package/.next-prod/static/chunks/app/api/open-cursor/route-7c7e4c414aa6453c.js +1 -0
  287. package/.next-prod/static/chunks/app/api/open-vscode/route-7c7e4c414aa6453c.js +1 -0
  288. package/.next-prod/static/chunks/app/api/pick-folder/route-7c7e4c414aa6453c.js +1 -0
  289. package/.next-prod/static/chunks/app/api/pinned-sessions/route-7c7e4c414aa6453c.js +1 -0
  290. package/.next-prod/static/chunks/app/api/project-settings/route-7c7e4c414aa6453c.js +1 -0
  291. package/.next-prod/static/chunks/app/api/project-state/route-7c7e4c414aa6453c.js +1 -0
  292. package/.next-prod/static/chunks/app/api/projectGraph/affected/route-7c7e4c414aa6453c.js +1 -0
  293. package/.next-prod/static/chunks/app/api/projectGraph/callees/route-7c7e4c414aa6453c.js +1 -0
  294. package/.next-prod/static/chunks/app/api/projectGraph/callers/route-7c7e4c414aa6453c.js +1 -0
  295. package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-7c7e4c414aa6453c.js +1 -0
  296. package/.next-prod/static/chunks/app/api/projectGraph/context/route-7c7e4c414aa6453c.js +1 -0
  297. package/.next-prod/static/chunks/app/api/projectGraph/file/route-7c7e4c414aa6453c.js +1 -0
  298. package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-7c7e4c414aa6453c.js +1 -0
  299. package/.next-prod/static/chunks/app/api/projectGraph/impact/route-7c7e4c414aa6453c.js +1 -0
  300. package/.next-prod/static/chunks/app/api/projectGraph/related/route-7c7e4c414aa6453c.js +1 -0
  301. package/.next-prod/static/chunks/app/api/projectGraph/risk/route-7c7e4c414aa6453c.js +1 -0
  302. package/.next-prod/static/chunks/app/api/projectGraph/search/route-7c7e4c414aa6453c.js +1 -0
  303. package/.next-prod/static/chunks/app/api/projects/route-7c7e4c414aa6453c.js +1 -0
  304. package/.next-prod/static/chunks/app/api/prompts/config/route-7c7e4c414aa6453c.js +1 -0
  305. package/.next-prod/static/chunks/app/api/push/public-key/route-7c7e4c414aa6453c.js +1 -0
  306. package/.next-prod/static/chunks/app/api/push/subscribe/route-7c7e4c414aa6453c.js +1 -0
  307. package/.next-prod/static/chunks/app/api/push/unsubscribe/route-7c7e4c414aa6453c.js +1 -0
  308. package/.next-prod/static/chunks/app/api/redis/command/route-7c7e4c414aa6453c.js +1 -0
  309. package/.next-prod/static/chunks/app/api/redis/connect/route-7c7e4c414aa6453c.js +1 -0
  310. package/.next-prod/static/chunks/app/api/redis/delete/route-7c7e4c414aa6453c.js +1 -0
  311. package/.next-prod/static/chunks/app/api/redis/disconnect/route-7c7e4c414aa6453c.js +1 -0
  312. package/.next-prod/static/chunks/app/api/redis/get/route-7c7e4c414aa6453c.js +1 -0
  313. package/.next-prod/static/chunks/app/api/redis/keys/route-7c7e4c414aa6453c.js +1 -0
  314. package/.next-prod/static/chunks/app/api/redis/set/route-7c7e4c414aa6453c.js +1 -0
  315. package/.next-prod/static/chunks/app/api/restart/route-7c7e4c414aa6453c.js +1 -0
  316. package/.next-prod/static/chunks/app/api/review/[id]/comments/route-7c7e4c414aa6453c.js +1 -0
  317. package/.next-prod/static/chunks/app/api/review/[id]/replies/route-7c7e4c414aa6453c.js +1 -0
  318. package/.next-prod/static/chunks/app/api/review/[id]/route-7c7e4c414aa6453c.js +1 -0
  319. package/.next-prod/static/chunks/app/api/review/identify/route-7c7e4c414aa6453c.js +1 -0
  320. package/.next-prod/static/chunks/app/api/review/order/route-7c7e4c414aa6453c.js +1 -0
  321. package/.next-prod/static/chunks/app/api/review/route-7c7e4c414aa6453c.js +1 -0
  322. package/.next-prod/static/chunks/app/api/review/share-info/route-7c7e4c414aa6453c.js +1 -0
  323. package/.next-prod/static/chunks/app/api/review/users/route-7c7e4c414aa6453c.js +1 -0
  324. package/.next-prod/static/chunks/app/api/scheduled-tasks/route-7c7e4c414aa6453c.js +1 -0
  325. package/.next-prod/static/chunks/app/api/services/config/route-7c7e4c414aa6453c.js +1 -0
  326. package/.next-prod/static/chunks/app/api/services/scripts/route-7c7e4c414aa6453c.js +1 -0
  327. package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-7c7e4c414aa6453c.js +1 -0
  328. package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-7c7e4c414aa6453c.js +1 -0
  329. package/.next-prod/static/chunks/app/api/session-by-path/route-7c7e4c414aa6453c.js +1 -0
  330. package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-7c7e4c414aa6453c.js +1 -0
  331. package/.next-prod/static/chunks/app/api/sessions/projects/route-7c7e4c414aa6453c.js +1 -0
  332. package/.next-prod/static/chunks/app/api/sessions/route-7c7e4c414aa6453c.js +1 -0
  333. package/.next-prod/static/chunks/app/api/settings/route-7c7e4c414aa6453c.js +1 -0
  334. package/.next-prod/static/chunks/app/api/shutdown/route-7c7e4c414aa6453c.js +1 -0
  335. package/.next-prod/static/chunks/app/api/skills/[id]/route-7c7e4c414aa6453c.js +1 -0
  336. package/.next-prod/static/chunks/app/api/skills/content/route-7c7e4c414aa6453c.js +1 -0
  337. package/.next-prod/static/chunks/app/api/skills/route-7c7e4c414aa6453c.js +1 -0
  338. package/.next-prod/static/chunks/app/api/snapshots/diff/route-7c7e4c414aa6453c.js +1 -0
  339. package/.next-prod/static/chunks/app/api/snapshots/route-7c7e4c414aa6453c.js +1 -0
  340. package/.next-prod/static/chunks/app/api/terminal/aliases/route-7c7e4c414aa6453c.js +1 -0
  341. package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-7c7e4c414aa6453c.js +1 -0
  342. package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-7c7e4c414aa6453c.js +1 -0
  343. package/.next-prod/static/chunks/app/api/terminal/env/route-7c7e4c414aa6453c.js +1 -0
  344. package/.next-prod/static/chunks/app/api/terminal/history/route-7c7e4c414aa6453c.js +1 -0
  345. package/.next-prod/static/chunks/app/api/update/route-7c7e4c414aa6453c.js +1 -0
  346. package/.next-prod/static/chunks/app/api/version/route-7c7e4c414aa6453c.js +1 -0
  347. package/.next-prod/static/chunks/app/apps/[...path]/route-7c7e4c414aa6453c.js +1 -0
  348. package/.next-prod/static/chunks/app/{layout-ab52fc1a83af968b.js → layout-b11ccf3395201b18.js} +1 -1
  349. package/.next-prod/static/chunks/app/m/page-d7c162f2db6b377c.js +1 -0
  350. package/.next-prod/static/chunks/app/manifest.webmanifest/route-7c7e4c414aa6453c.js +1 -0
  351. package/.next-prod/static/chunks/app/{page-5de8b6584e328a6f.js → page-e03b50ea13cd6198.js} +1 -1
  352. package/.next-prod/static/chunks/app/project/{page-5de8b6584e328a6f.js → page-e03b50ea13cd6198.js} +1 -1
  353. package/.next-prod/static/chunks/app/review/[id]/page-556db82704d074ab.js +1 -0
  354. package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-7c7e4c414aa6453c.js +1 -0
  355. package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-7c7e4c414aa6453c.js +1 -0
  356. package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-7c7e4c414aa6453c.js +1 -0
  357. package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-7c7e4c414aa6453c.js +1 -0
  358. package/.next-prod/static/chunks/{webpack-ce60587570394496.js → webpack-e959a5364a05b2ac.js} +1 -1
  359. package/.next-prod/static/css/237348b31ba05918.css +1 -0
  360. package/.next-prod/trace +14 -14
  361. package/.next-prod/trace-build +1 -1
  362. package/.next-prod/types/app/api/restart/route.ts +353 -0
  363. package/.next-prod/types/app/api/shutdown/route.ts +353 -0
  364. package/.next-prod/types/app/api/update/route.ts +353 -0
  365. package/.next-prod/types/routes.d.ts +4 -1
  366. package/.next-prod/types/validator.ts +27 -0
  367. package/README.md +75 -0
  368. package/README.zh.md +64 -0
  369. package/bin/cock-service.mjs +498 -0
  370. package/bin/cock.mjs +35 -27
  371. package/bin/cockpitHome.mjs +33 -0
  372. package/bin/rotateLog.mjs +52 -0
  373. package/bin/updater.mjs +231 -0
  374. package/dist/{chunk-B5LXMESP.mjs → chunk-FBAFMLUC.mjs} +1 -1
  375. package/dist/{chunk-CLPJYIFC.mjs → chunk-H6AI4XJC.mjs} +4 -3
  376. package/dist/{chunk-TU3GL2HK.mjs → chunk-ZE2JXL6E.mjs} +18 -7
  377. package/dist/httpApi.mjs +2 -2
  378. package/dist/scheduledTasks.mjs +24 -4
  379. package/dist/{server-2UJDVZ32.mjs → server-HRP33LCV.mjs} +2 -2
  380. package/dist/wsServer.mjs +144 -112
  381. package/package.json +1 -1
  382. package/public/html-lib/json-viewer.js +9 -9
  383. package/public/html-lib/markdown.css +0 -7
  384. package/public/html-lib/markdown.js +1 -1
  385. package/public/html-lib/pdf-viewer.css +0 -11
  386. package/public/html-lib/pdf-viewer.js +1 -1
  387. package/public/html-lib/theme.css +95 -11
  388. package/server.mjs +127 -11
  389. package/.next-prod/static/chunks/1157-164bcf046a0a9b15.js +0 -32
  390. package/.next-prod/static/chunks/1372-d16d68b1b03a345a.js +0 -15
  391. package/.next-prod/static/chunks/2032-f224a93f7a22bc21.js +0 -1
  392. package/.next-prod/static/chunks/6784-09dffdb0e8ca7fb3.js +0 -381
  393. package/.next-prod/static/chunks/app/_global-error/page-3c1c06e2de280418.js +0 -1
  394. package/.next-prod/static/chunks/app/api/agent/test/route-3c1c06e2de280418.js +0 -1
  395. package/.next-prod/static/chunks/app/api/bash/route-3c1c06e2de280418.js +0 -1
  396. package/.next-prod/static/chunks/app/api/chat/codex/route-3c1c06e2de280418.js +0 -1
  397. package/.next-prod/static/chunks/app/api/chat/deepseek/route-3c1c06e2de280418.js +0 -1
  398. package/.next-prod/static/chunks/app/api/chat/glm/route-3c1c06e2de280418.js +0 -1
  399. package/.next-prod/static/chunks/app/api/chat/kimi/route-3c1c06e2de280418.js +0 -1
  400. package/.next-prod/static/chunks/app/api/chat/ollama/route-3c1c06e2de280418.js +0 -1
  401. package/.next-prod/static/chunks/app/api/chat/route-3c1c06e2de280418.js +0 -1
  402. package/.next-prod/static/chunks/app/api/chat/stop/route-3c1c06e2de280418.js +0 -1
  403. package/.next-prod/static/chunks/app/api/claude-stats/route-3c1c06e2de280418.js +0 -1
  404. package/.next-prod/static/chunks/app/api/commands/route-3c1c06e2de280418.js +0 -1
  405. package/.next-prod/static/chunks/app/api/comments/route-3c1c06e2de280418.js +0 -1
  406. package/.next-prod/static/chunks/app/api/db/columns/route-3c1c06e2de280418.js +0 -1
  407. package/.next-prod/static/chunks/app/api/db/connect/route-3c1c06e2de280418.js +0 -1
  408. package/.next-prod/static/chunks/app/api/db/disconnect/route-3c1c06e2de280418.js +0 -1
  409. package/.next-prod/static/chunks/app/api/db/export/route-3c1c06e2de280418.js +0 -1
  410. package/.next-prod/static/chunks/app/api/db/query/route-3c1c06e2de280418.js +0 -1
  411. package/.next-prod/static/chunks/app/api/db/schemas/route-3c1c06e2de280418.js +0 -1
  412. package/.next-prod/static/chunks/app/api/deepseek/balance/route-3c1c06e2de280418.js +0 -1
  413. package/.next-prod/static/chunks/app/api/deepseek/credentials/route-3c1c06e2de280418.js +0 -1
  414. package/.next-prod/static/chunks/app/api/deepseek/models/route-3c1c06e2de280418.js +0 -1
  415. package/.next-prod/static/chunks/app/api/dev/spans/route-3c1c06e2de280418.js +0 -1
  416. package/.next-prod/static/chunks/app/api/extension/version/route-3c1c06e2de280418.js +0 -1
  417. package/.next-prod/static/chunks/app/api/file/route-3c1c06e2de280418.js +0 -1
  418. package/.next-prod/static/chunks/app/api/files/blame/route-3c1c06e2de280418.js +0 -1
  419. package/.next-prod/static/chunks/app/api/files/clipboard/route-3c1c06e2de280418.js +0 -1
  420. package/.next-prod/static/chunks/app/api/files/copy/route-3c1c06e2de280418.js +0 -1
  421. package/.next-prod/static/chunks/app/api/files/delete/route-3c1c06e2de280418.js +0 -1
  422. package/.next-prod/static/chunks/app/api/files/expanded/route-3c1c06e2de280418.js +0 -1
  423. package/.next-prod/static/chunks/app/api/files/index/route-3c1c06e2de280418.js +0 -1
  424. package/.next-prod/static/chunks/app/api/files/init/route-3c1c06e2de280418.js +0 -1
  425. package/.next-prod/static/chunks/app/api/files/paste/route-3c1c06e2de280418.js +0 -1
  426. package/.next-prod/static/chunks/app/api/files/read/route-3c1c06e2de280418.js +0 -1
  427. package/.next-prod/static/chunks/app/api/files/readdir/route-3c1c06e2de280418.js +0 -1
  428. package/.next-prod/static/chunks/app/api/files/recent/route-3c1c06e2de280418.js +0 -1
  429. package/.next-prod/static/chunks/app/api/files/save/route-3c1c06e2de280418.js +0 -1
  430. package/.next-prod/static/chunks/app/api/files/search/route-3c1c06e2de280418.js +0 -1
  431. package/.next-prod/static/chunks/app/api/files/stat/route-3c1c06e2de280418.js +0 -1
  432. package/.next-prod/static/chunks/app/api/files/text/route-3c1c06e2de280418.js +0 -1
  433. package/.next-prod/static/chunks/app/api/git/branch-diff/route-3c1c06e2de280418.js +0 -1
  434. package/.next-prod/static/chunks/app/api/git/branches/route-3c1c06e2de280418.js +0 -1
  435. package/.next-prod/static/chunks/app/api/git/commit-diff/route-3c1c06e2de280418.js +0 -1
  436. package/.next-prod/static/chunks/app/api/git/commits/route-3c1c06e2de280418.js +0 -1
  437. package/.next-prod/static/chunks/app/api/git/current-branch/route-3c1c06e2de280418.js +0 -1
  438. package/.next-prod/static/chunks/app/api/git/diff/route-3c1c06e2de280418.js +0 -1
  439. package/.next-prod/static/chunks/app/api/git/discard/route-3c1c06e2de280418.js +0 -1
  440. package/.next-prod/static/chunks/app/api/git/stage/route-3c1c06e2de280418.js +0 -1
  441. package/.next-prod/static/chunks/app/api/git/status/route-3c1c06e2de280418.js +0 -1
  442. package/.next-prod/static/chunks/app/api/git/unstage/route-3c1c06e2de280418.js +0 -1
  443. package/.next-prod/static/chunks/app/api/git/worktree/route-3c1c06e2de280418.js +0 -1
  444. package/.next-prod/static/chunks/app/api/glm/credentials/route-3c1c06e2de280418.js +0 -1
  445. package/.next-prod/static/chunks/app/api/glm/models/route-3c1c06e2de280418.js +0 -1
  446. package/.next-prod/static/chunks/app/api/glm/usage/route-3c1c06e2de280418.js +0 -1
  447. package/.next-prod/static/chunks/app/api/global-state/route-3c1c06e2de280418.js +0 -1
  448. package/.next-prod/static/chunks/app/api/health/route-3c1c06e2de280418.js +0 -1
  449. package/.next-prod/static/chunks/app/api/html-apps/[id]/route-3c1c06e2de280418.js +0 -1
  450. package/.next-prod/static/chunks/app/api/html-apps/route-3c1c06e2de280418.js +0 -1
  451. package/.next-prod/static/chunks/app/api/jupyter/load/route-3c1c06e2de280418.js +0 -1
  452. package/.next-prod/static/chunks/app/api/jupyter/save/route-3c1c06e2de280418.js +0 -1
  453. package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-3c1c06e2de280418.js +0 -1
  454. package/.next-prod/static/chunks/app/api/kimi/credentials/route-3c1c06e2de280418.js +0 -1
  455. package/.next-prod/static/chunks/app/api/kimi/models/route-3c1c06e2de280418.js +0 -1
  456. package/.next-prod/static/chunks/app/api/kimi/usage/route-3c1c06e2de280418.js +0 -1
  457. package/.next-prod/static/chunks/app/api/lsp/definition/route-3c1c06e2de280418.js +0 -1
  458. package/.next-prod/static/chunks/app/api/lsp/hover/route-3c1c06e2de280418.js +0 -1
  459. package/.next-prod/static/chunks/app/api/lsp/references/route-3c1c06e2de280418.js +0 -1
  460. package/.next-prod/static/chunks/app/api/lsp/status/route-3c1c06e2de280418.js +0 -1
  461. package/.next-prod/static/chunks/app/api/lsp/warmup/route-3c1c06e2de280418.js +0 -1
  462. package/.next-prod/static/chunks/app/api/mysql/columns/route-3c1c06e2de280418.js +0 -1
  463. package/.next-prod/static/chunks/app/api/mysql/connect/route-3c1c06e2de280418.js +0 -1
  464. package/.next-prod/static/chunks/app/api/mysql/disconnect/route-3c1c06e2de280418.js +0 -1
  465. package/.next-prod/static/chunks/app/api/mysql/export/route-3c1c06e2de280418.js +0 -1
  466. package/.next-prod/static/chunks/app/api/mysql/query/route-3c1c06e2de280418.js +0 -1
  467. package/.next-prod/static/chunks/app/api/mysql/schemas/route-3c1c06e2de280418.js +0 -1
  468. package/.next-prod/static/chunks/app/api/neo4j/connect/route-3c1c06e2de280418.js +0 -1
  469. package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-3c1c06e2de280418.js +0 -1
  470. package/.next-prod/static/chunks/app/api/neo4j/query/route-3c1c06e2de280418.js +0 -1
  471. package/.next-prod/static/chunks/app/api/neo4j/schema/route-3c1c06e2de280418.js +0 -1
  472. package/.next-prod/static/chunks/app/api/note/route-3c1c06e2de280418.js +0 -1
  473. package/.next-prod/static/chunks/app/api/ollama/config/route-3c1c06e2de280418.js +0 -1
  474. package/.next-prod/static/chunks/app/api/ollama/models/route-3c1c06e2de280418.js +0 -1
  475. package/.next-prod/static/chunks/app/api/ollama/start/route-3c1c06e2de280418.js +0 -1
  476. package/.next-prod/static/chunks/app/api/open-cursor/route-3c1c06e2de280418.js +0 -1
  477. package/.next-prod/static/chunks/app/api/open-vscode/route-3c1c06e2de280418.js +0 -1
  478. package/.next-prod/static/chunks/app/api/pick-folder/route-3c1c06e2de280418.js +0 -1
  479. package/.next-prod/static/chunks/app/api/pinned-sessions/route-3c1c06e2de280418.js +0 -1
  480. package/.next-prod/static/chunks/app/api/project-settings/route-3c1c06e2de280418.js +0 -1
  481. package/.next-prod/static/chunks/app/api/project-state/route-3c1c06e2de280418.js +0 -1
  482. package/.next-prod/static/chunks/app/api/projectGraph/affected/route-3c1c06e2de280418.js +0 -1
  483. package/.next-prod/static/chunks/app/api/projectGraph/callees/route-3c1c06e2de280418.js +0 -1
  484. package/.next-prod/static/chunks/app/api/projectGraph/callers/route-3c1c06e2de280418.js +0 -1
  485. package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-3c1c06e2de280418.js +0 -1
  486. package/.next-prod/static/chunks/app/api/projectGraph/context/route-3c1c06e2de280418.js +0 -1
  487. package/.next-prod/static/chunks/app/api/projectGraph/file/route-3c1c06e2de280418.js +0 -1
  488. package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-3c1c06e2de280418.js +0 -1
  489. package/.next-prod/static/chunks/app/api/projectGraph/impact/route-3c1c06e2de280418.js +0 -1
  490. package/.next-prod/static/chunks/app/api/projectGraph/related/route-3c1c06e2de280418.js +0 -1
  491. package/.next-prod/static/chunks/app/api/projectGraph/risk/route-3c1c06e2de280418.js +0 -1
  492. package/.next-prod/static/chunks/app/api/projectGraph/search/route-3c1c06e2de280418.js +0 -1
  493. package/.next-prod/static/chunks/app/api/projects/route-3c1c06e2de280418.js +0 -1
  494. package/.next-prod/static/chunks/app/api/prompts/config/route-3c1c06e2de280418.js +0 -1
  495. package/.next-prod/static/chunks/app/api/push/public-key/route-3c1c06e2de280418.js +0 -1
  496. package/.next-prod/static/chunks/app/api/push/subscribe/route-3c1c06e2de280418.js +0 -1
  497. package/.next-prod/static/chunks/app/api/push/unsubscribe/route-3c1c06e2de280418.js +0 -1
  498. package/.next-prod/static/chunks/app/api/redis/command/route-3c1c06e2de280418.js +0 -1
  499. package/.next-prod/static/chunks/app/api/redis/connect/route-3c1c06e2de280418.js +0 -1
  500. package/.next-prod/static/chunks/app/api/redis/delete/route-3c1c06e2de280418.js +0 -1
  501. package/.next-prod/static/chunks/app/api/redis/disconnect/route-3c1c06e2de280418.js +0 -1
  502. package/.next-prod/static/chunks/app/api/redis/get/route-3c1c06e2de280418.js +0 -1
  503. package/.next-prod/static/chunks/app/api/redis/keys/route-3c1c06e2de280418.js +0 -1
  504. package/.next-prod/static/chunks/app/api/redis/set/route-3c1c06e2de280418.js +0 -1
  505. package/.next-prod/static/chunks/app/api/review/[id]/comments/route-3c1c06e2de280418.js +0 -1
  506. package/.next-prod/static/chunks/app/api/review/[id]/replies/route-3c1c06e2de280418.js +0 -1
  507. package/.next-prod/static/chunks/app/api/review/[id]/route-3c1c06e2de280418.js +0 -1
  508. package/.next-prod/static/chunks/app/api/review/identify/route-3c1c06e2de280418.js +0 -1
  509. package/.next-prod/static/chunks/app/api/review/order/route-3c1c06e2de280418.js +0 -1
  510. package/.next-prod/static/chunks/app/api/review/route-3c1c06e2de280418.js +0 -1
  511. package/.next-prod/static/chunks/app/api/review/share-info/route-3c1c06e2de280418.js +0 -1
  512. package/.next-prod/static/chunks/app/api/review/users/route-3c1c06e2de280418.js +0 -1
  513. package/.next-prod/static/chunks/app/api/scheduled-tasks/route-3c1c06e2de280418.js +0 -1
  514. package/.next-prod/static/chunks/app/api/services/config/route-3c1c06e2de280418.js +0 -1
  515. package/.next-prod/static/chunks/app/api/services/scripts/route-3c1c06e2de280418.js +0 -1
  516. package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-3c1c06e2de280418.js +0 -1
  517. package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-3c1c06e2de280418.js +0 -1
  518. package/.next-prod/static/chunks/app/api/session-by-path/route-3c1c06e2de280418.js +0 -1
  519. package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-3c1c06e2de280418.js +0 -1
  520. package/.next-prod/static/chunks/app/api/sessions/projects/route-3c1c06e2de280418.js +0 -1
  521. package/.next-prod/static/chunks/app/api/sessions/route-3c1c06e2de280418.js +0 -1
  522. package/.next-prod/static/chunks/app/api/settings/route-3c1c06e2de280418.js +0 -1
  523. package/.next-prod/static/chunks/app/api/skills/[id]/route-3c1c06e2de280418.js +0 -1
  524. package/.next-prod/static/chunks/app/api/skills/content/route-3c1c06e2de280418.js +0 -1
  525. package/.next-prod/static/chunks/app/api/skills/route-3c1c06e2de280418.js +0 -1
  526. package/.next-prod/static/chunks/app/api/snapshots/diff/route-3c1c06e2de280418.js +0 -1
  527. package/.next-prod/static/chunks/app/api/snapshots/route-3c1c06e2de280418.js +0 -1
  528. package/.next-prod/static/chunks/app/api/terminal/aliases/route-3c1c06e2de280418.js +0 -1
  529. package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-3c1c06e2de280418.js +0 -1
  530. package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-3c1c06e2de280418.js +0 -1
  531. package/.next-prod/static/chunks/app/api/terminal/env/route-3c1c06e2de280418.js +0 -1
  532. package/.next-prod/static/chunks/app/api/terminal/history/route-3c1c06e2de280418.js +0 -1
  533. package/.next-prod/static/chunks/app/api/version/route-3c1c06e2de280418.js +0 -1
  534. package/.next-prod/static/chunks/app/apps/[...path]/route-3c1c06e2de280418.js +0 -1
  535. package/.next-prod/static/chunks/app/m/page-7dcf56a65528216f.js +0 -1
  536. package/.next-prod/static/chunks/app/manifest.webmanifest/route-3c1c06e2de280418.js +0 -1
  537. package/.next-prod/static/chunks/app/review/[id]/page-c0136423507b7547.js +0 -1
  538. package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-3c1c06e2de280418.js +0 -1
  539. package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-3c1c06e2de280418.js +0 -1
  540. package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-3c1c06e2de280418.js +0 -1
  541. package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-3c1c06e2de280418.js +0 -1
  542. package/.next-prod/static/css/83c134c954630942.css +0 -1
  543. package/.next-prod/static/pgteRwI6FQcp683smeSNO/_buildManifest.js +0 -1
  544. /package/.next-prod/static/{pgteRwI6FQcp683smeSNO → Jy5sAJFfhng774VeXYdQS}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"2228":{"*":{"id":"25608","name":"*","chunks":[],"async":true}},"19736":{"*":{"id":"61130","name":"*","chunks":[],"async":false}},"21484":{"*":{"id":"77220","name":"*","chunks":[],"async":false}},"24058":{"*":{"id":"3588","name":"*","chunks":[],"async":true}},"26719":{"*":{"id":"67045","name":"*","chunks":[],"async":false}},"28898":{"*":{"id":"45354","name":"*","chunks":[],"async":false}},"29729":{"*":{"id":"76263","name":"*","chunks":[],"async":false}},"42701":{"*":{"id":"8077","name":"*","chunks":[],"async":true}},"47617":{"*":{"id":"29491","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"60865":{"*":{"id":"34001","name":"*","chunks":[],"async":true}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62177":{"*":{"id":"45320","name":"*","chunks":[],"async":false}},"62469":{"*":{"id":"77462","name":"*","chunks":[],"async":true}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"68016":{"*":{"id":"8366","name":"*","chunks":[],"async":true}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"76043":{"*":{"id":"83179","name":"*","chunks":[],"async":false}},"76288":{"*":{"id":"4462","name":"*","chunks":[],"async":false}},"76412":{"*":{"id":"38878","name":"*","chunks":[],"async":true}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"79968":{"*":{"id":"92608","name":"*","chunks":[],"async":false}},"82032":{"*":{"id":"12568","name":"*","chunks":[],"async":false}},"83519":{"*":{"id":"94481","name":"*","chunks":[],"async":false}},"83678":{"*":{"id":"77120","name":"*","chunks":[],"async":true}},"86481":{"*":{"id":"99033","name":"*","chunks":[],"async":true}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"89039":{"*":{"id":"37129","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"93975":{"*":{"id":"79758","name":"*","chunks":[],"async":false}},"99324":{"*":{"id":"26188","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":36791,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","7177","static/chunks/app/layout-ab52fc1a83af968b.js"],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Lora\",\"arguments\":[{\"variable\":\"--font-lora\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"lora\"}":{"id":7815,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","7177","static/chunks/app/layout-ab52fc1a83af968b.js"],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"variable\":\"--font-jetbrains-mono\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":66924,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","7177","static/chunks/app/layout-ab52fc1a83af968b.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/EmptyState.tsx":{"id":76288,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/I18nProvider.tsx":{"id":47617,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/NoteModal.tsx":{"id":60865,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/NoteToolbar.tsx":{"id":76043,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/ProjectItem.tsx":{"id":2228,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/ProjectSidebar.tsx":{"id":42701,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/Providers.tsx":{"id":29729,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/SessionBrowser.tsx":{"id":83678,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/SettingsModal.tsx":{"id":21484,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabBar.tsx":{"id":24058,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabManager.tsx":{"id":62469,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabManagerTopBar.tsx":{"id":76412,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/useTabState.ts":{"id":89039,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/Workspace.tsx":{"id":86481,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"async":true},"/home/runner/work/cockpit/cockpit/src/app/globals.css":{"id":51743,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","7177","static/chunks/app/layout-ab52fc1a83af968b.js"],"async":false},"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx":{"id":26719,"name":"*","chunks":["4219","static/chunks/app/global-error-3c48d7d42c672863.js"],"async":false},"/home/runner/work/cockpit/cockpit/src/app/m/MobileClient.tsx":{"id":68016,"name":"*","chunks":[],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/hooks/useReviewHighlights.ts":{"id":99324,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/hooks/useReviewIdentity.ts":{"id":93975,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewCommentsListModal.tsx":{"id":19736,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewDropdown.tsx":{"id":82032,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewIdentitySettings.tsx":{"id":28898,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewListPanel.tsx":{"id":83519,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewPage.tsx":{"id":62177,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ShareReviewToggle.tsx":{"id":79968,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/cockpit/cockpit/src/":[],"/home/runner/work/cockpit/cockpit/src/app/layout":[{"inlined":false,"path":"static/css/e33280be1b23649f.css"},{"inlined":false,"path":"static/css/52b314bf20332f7c.css"},{"inlined":false,"path":"static/css/83c134c954630942.css"}],"/home/runner/work/cockpit/cockpit/src/app/global-error":[],"/home/runner/work/cockpit/cockpit/src/app/page":[{"inlined":false,"path":"static/css/52b314bf20332f7c.css"}],"/home/runner/work/cockpit/cockpit/src/app/_not-found/page":[]},"rscModuleMapping":{"2228":{"*":{"id":"85906","name":"*","chunks":[],"async":false}},"19736":{"*":{"id":"63376","name":"*","chunks":[],"async":false}},"21484":{"*":{"id":"19562","name":"*","chunks":[],"async":false}},"24058":{"*":{"id":"83022","name":"*","chunks":[],"async":false}},"26719":{"*":{"id":"81227","name":"*","chunks":[],"async":false}},"28898":{"*":{"id":"42784","name":"*","chunks":[],"async":false}},"29729":{"*":{"id":"25702","name":"*","chunks":[],"async":false}},"42701":{"*":{"id":"72399","name":"*","chunks":[],"async":false}},"47617":{"*":{"id":"99829","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"60865":{"*":{"id":"24943","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"62177":{"*":{"id":"28820","name":"*","chunks":[],"async":false}},"62469":{"*":{"id":"6612","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"68016":{"*":{"id":"75300","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"76043":{"*":{"id":"74837","name":"*","chunks":[],"async":false}},"76288":{"*":{"id":"55632","name":"*","chunks":[],"async":false}},"76412":{"*":{"id":"93448","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"79968":{"*":{"id":"74824","name":"*","chunks":[],"async":false}},"82032":{"*":{"id":"1134","name":"*","chunks":[],"async":false}},"83519":{"*":{"id":"20975","name":"*","chunks":[],"async":false}},"83678":{"*":{"id":"47938","name":"*","chunks":[],"async":false}},"86481":{"*":{"id":"84747","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"89039":{"*":{"id":"65395","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"93975":{"*":{"id":"61169","name":"*","chunks":[],"async":false}},"99324":{"*":{"id":"73370","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"2228":{"*":{"id":"25608","name":"*","chunks":[],"async":true}},"19736":{"*":{"id":"61130","name":"*","chunks":[],"async":false}},"21484":{"*":{"id":"77220","name":"*","chunks":[],"async":false}},"24058":{"*":{"id":"3588","name":"*","chunks":[],"async":true}},"26719":{"*":{"id":"67045","name":"*","chunks":[],"async":false}},"28898":{"*":{"id":"45354","name":"*","chunks":[],"async":false}},"47617":{"*":{"id":"29491","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"60865":{"*":{"id":"34001","name":"*","chunks":[],"async":true}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62177":{"*":{"id":"45320","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"68016":{"*":{"id":"8366","name":"*","chunks":[],"async":true}},"69494":{"*":{"id":"8077","name":"*","chunks":[],"async":true}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"75476":{"*":{"id":"5924","name":"*","chunks":[],"async":false}},"76043":{"*":{"id":"83179","name":"*","chunks":[],"async":false}},"76288":{"*":{"id":"4462","name":"*","chunks":[],"async":false}},"76412":{"*":{"id":"38878","name":"*","chunks":[],"async":true}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"79968":{"*":{"id":"92608","name":"*","chunks":[],"async":false}},"82032":{"*":{"id":"12568","name":"*","chunks":[],"async":false}},"83519":{"*":{"id":"94481","name":"*","chunks":[],"async":false}},"83678":{"*":{"id":"77120","name":"*","chunks":[],"async":true}},"86481":{"*":{"id":"99033","name":"*","chunks":[],"async":true}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"89039":{"*":{"id":"37129","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"93975":{"*":{"id":"79758","name":"*","chunks":[],"async":false}},"97248":{"*":{"id":"77462","name":"*","chunks":[],"async":true}},"99324":{"*":{"id":"26188","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"variable\":\"--font-inter\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"inter\"}":{"id":36791,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","7177","static/chunks/app/layout-b11ccf3395201b18.js"],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"Lora\",\"arguments\":[{\"variable\":\"--font-lora\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"lora\"}":{"id":7815,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","7177","static/chunks/app/layout-b11ccf3395201b18.js"],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/font/google/target.css?{\"path\":\"src/app/layout.tsx\",\"import\":\"JetBrains_Mono\",\"arguments\":[{\"variable\":\"--font-jetbrains-mono\",\"subsets\":[\"latin\"],\"display\":\"swap\"}],\"variableName\":\"jetbrainsMono\"}":{"id":66924,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","7177","static/chunks/app/layout-b11ccf3395201b18.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/EmptyState.tsx":{"id":76288,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/I18nProvider.tsx":{"id":47617,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/NoteModal.tsx":{"id":60865,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/NoteToolbar.tsx":{"id":76043,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/ProjectItem.tsx":{"id":2228,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/ProjectSidebar.tsx":{"id":69494,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/Providers.tsx":{"id":75476,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/SessionBrowser.tsx":{"id":83678,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/SettingsModal.tsx":{"id":21484,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabBar.tsx":{"id":24058,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabManager.tsx":{"id":97248,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabManagerTopBar.tsx":{"id":76412,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/useTabState.ts":{"id":89039,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/Workspace.tsx":{"id":86481,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"async":true},"/home/runner/work/cockpit/cockpit/src/app/globals.css":{"id":51743,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","7177","static/chunks/app/layout-b11ccf3395201b18.js"],"async":false},"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx":{"id":26719,"name":"*","chunks":["4219","static/chunks/app/global-error-3c48d7d42c672863.js"],"async":false},"/home/runner/work/cockpit/cockpit/src/app/m/MobileClient.tsx":{"id":68016,"name":"*","chunks":[],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/hooks/useReviewHighlights.ts":{"id":99324,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/hooks/useReviewIdentity.ts":{"id":93975,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewCommentsListModal.tsx":{"id":19736,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewDropdown.tsx":{"id":82032,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewIdentitySettings.tsx":{"id":28898,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewListPanel.tsx":{"id":83519,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewPage.tsx":{"id":62177,"name":"*","chunks":[],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ShareReviewToggle.tsx":{"id":79968,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/home/runner/work/cockpit/cockpit/src/":[],"/home/runner/work/cockpit/cockpit/src/app/layout":[{"inlined":false,"path":"static/css/e33280be1b23649f.css"},{"inlined":false,"path":"static/css/52b314bf20332f7c.css"},{"inlined":false,"path":"static/css/237348b31ba05918.css"}],"/home/runner/work/cockpit/cockpit/src/app/global-error":[],"/home/runner/work/cockpit/cockpit/src/app/page":[{"inlined":false,"path":"static/css/52b314bf20332f7c.css"}],"/home/runner/work/cockpit/cockpit/src/app/_not-found/page":[]},"rscModuleMapping":{"2228":{"*":{"id":"85906","name":"*","chunks":[],"async":false}},"19736":{"*":{"id":"63376","name":"*","chunks":[],"async":false}},"21484":{"*":{"id":"19562","name":"*","chunks":[],"async":false}},"24058":{"*":{"id":"83022","name":"*","chunks":[],"async":false}},"26719":{"*":{"id":"81227","name":"*","chunks":[],"async":false}},"28898":{"*":{"id":"42784","name":"*","chunks":[],"async":false}},"47617":{"*":{"id":"99829","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"60865":{"*":{"id":"24943","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"62177":{"*":{"id":"28820","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"68016":{"*":{"id":"75300","name":"*","chunks":[],"async":false}},"69494":{"*":{"id":"72399","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"75476":{"*":{"id":"25702","name":"*","chunks":[],"async":false}},"76043":{"*":{"id":"74837","name":"*","chunks":[],"async":false}},"76288":{"*":{"id":"55632","name":"*","chunks":[],"async":false}},"76412":{"*":{"id":"93448","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"79968":{"*":{"id":"74824","name":"*","chunks":[],"async":false}},"82032":{"*":{"id":"1134","name":"*","chunks":[],"async":false}},"83519":{"*":{"id":"20975","name":"*","chunks":[],"async":false}},"83678":{"*":{"id":"47938","name":"*","chunks":[],"async":false}},"86481":{"*":{"id":"84747","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"89039":{"*":{"id":"65395","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"93975":{"*":{"id":"61169","name":"*","chunks":[],"async":false}},"97248":{"*":{"id":"6612","name":"*","chunks":[],"async":false}},"99324":{"*":{"id":"73370","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><html lang="en" class="overflow-hidden"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/5c0c2bcbaa4149ca-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/bb3ef058b751a6ad-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/e33280be1b23649f.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/52b314bf20332f7c.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/83c134c954630942.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-ce60587570394496.js"/><script src="/_next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js" async=""></script><script src="/_next/static/chunks/3794-d7cddff008311ab3.js" async=""></script><script src="/_next/static/chunks/main-app-1eb2a3d94fb55bbf.js" async=""></script><script src="/_next/static/chunks/app/global-error-3c48d7d42c672863.js" async=""></script><script src="/_next/static/chunks/d3ac728e-ee038320ef1e4bdf.js" async=""></script><script src="/_next/static/chunks/96c8525a-f1e0653013503d49.js" async=""></script><script src="/_next/static/chunks/bc21e3dd-a78364524623b9b0.js" async=""></script><script src="/_next/static/chunks/70e0d97a-bbb0ec05083da54f.js" async=""></script><script src="/_next/static/chunks/54a60aa6-9f9f856e5049cd65.js" async=""></script><script src="/_next/static/chunks/1332-e26fddaef359ce51.js" async=""></script><script src="/_next/static/chunks/6160-958532439d324185.js" async=""></script><script src="/_next/static/chunks/4333-9e6709e96d3ec973.js" async=""></script><script src="/_next/static/chunks/6784-09dffdb0e8ca7fb3.js" async=""></script><script src="/_next/static/chunks/1372-d16d68b1b03a345a.js" async=""></script><script src="/_next/static/chunks/2032-f224a93f7a22bc21.js" async=""></script><script src="/_next/static/chunks/1157-164bcf046a0a9b15.js" async=""></script><script src="/_next/static/chunks/app/page-5de8b6584e328a6f.js" async=""></script><meta name="robots" content="noindex"/><meta name="theme-color" content="#f9f9fb" media="(prefers-color-scheme: light)"/><meta name="theme-color" content="#111113" media="(prefers-color-scheme: dark)"/><title>OpenCockpit</title><meta name="description" content="OpenCockpit is a local-first AI development hub with chat agents, a file explorer, terminals, and browser bubbles in one swipeable workspace. One seat. One AI."/><link rel="manifest" href="/manifest.webmanifest"/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="Cockpit"/><meta name="apple-mobile-web-app-status-bar-style" content="default"/><link rel="icon" href="/favicon.ico?a49a3c8f7b751288" type="image/x-icon" sizes="16x16"/><link rel="icon" href="/icons/icon-192x192.png"/><link rel="apple-touch-icon" href="/icons/icon-192x192.png"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><script>// Runs before React hydrates (see app/layout.tsx <Script strategy="beforeInteractive">).
1
+ <!DOCTYPE html><html lang="en" class="overflow-hidden"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/5c0c2bcbaa4149ca-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/bb3ef058b751a6ad-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/e33280be1b23649f.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/52b314bf20332f7c.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/237348b31ba05918.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-e959a5364a05b2ac.js"/><script src="/_next/static/chunks/4bd1b696-8a4ab4fdf0ae305a.js" async=""></script><script src="/_next/static/chunks/3794-d7cddff008311ab3.js" async=""></script><script src="/_next/static/chunks/main-app-1eb2a3d94fb55bbf.js" async=""></script><script src="/_next/static/chunks/app/global-error-3c48d7d42c672863.js" async=""></script><script src="/_next/static/chunks/d3ac728e-ee038320ef1e4bdf.js" async=""></script><script src="/_next/static/chunks/96c8525a-f1e0653013503d49.js" async=""></script><script src="/_next/static/chunks/bc21e3dd-a78364524623b9b0.js" async=""></script><script src="/_next/static/chunks/70e0d97a-bbb0ec05083da54f.js" async=""></script><script src="/_next/static/chunks/54a60aa6-9f9f856e5049cd65.js" async=""></script><script src="/_next/static/chunks/1332-e26fddaef359ce51.js" async=""></script><script src="/_next/static/chunks/6160-958532439d324185.js" async=""></script><script src="/_next/static/chunks/4333-9e6709e96d3ec973.js" async=""></script><script src="/_next/static/chunks/6784-20cc834d161af395.js" async=""></script><script src="/_next/static/chunks/1372-c2e2e52980e95aec.js" async=""></script><script src="/_next/static/chunks/2032-8326efdf5830d58c.js" async=""></script><script src="/_next/static/chunks/6722-1252a1399ff10e47.js" async=""></script><script src="/_next/static/chunks/app/page-e03b50ea13cd6198.js" async=""></script><meta name="robots" content="noindex"/><meta name="theme-color" content="#f9f9fb" media="(prefers-color-scheme: light)"/><meta name="theme-color" content="#111113" media="(prefers-color-scheme: dark)"/><title>OpenCockpit</title><meta name="description" content="OpenCockpit is a local-first AI development hub with chat agents, a file explorer, terminals, and browser bubbles in one swipeable workspace. One seat. One AI."/><link rel="manifest" href="/manifest.webmanifest"/><meta name="mobile-web-app-capable" content="yes"/><meta name="apple-mobile-web-app-title" content="Cockpit"/><meta name="apple-mobile-web-app-status-bar-style" content="default"/><link rel="icon" href="/favicon.ico?a49a3c8f7b751288" type="image/x-icon" sizes="16x16"/><link rel="icon" href="/icons/icon-192x192.png"/><link rel="apple-touch-icon" href="/icons/icon-192x192.png"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><script>// Runs before React hydrates (see app/layout.tsx <Script strategy="beforeInteractive">).
2
2
  // Three jobs:
3
3
  // 1. Redirect narrow viewports to the mobile route /m (before first paint).
4
4
  // 2. Apply the persisted theme class to <html> before first paint to avoid FOUC.
@@ -54,4 +54,4 @@
54
54
  });
55
55
  }
56
56
  })();
57
- </script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><div class="fixed top-4 left-1/2 -translate-x-1/2 z-[100] flex flex-col items-center gap-2"></div><script src="/_next/static/chunks/webpack-ce60587570394496.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n8:I[26719,[\"4219\",\"static/chunks/app/global-error-3c48d7d42c672863.js\"],\"default\"]\n:HL[\"/_next/static/media/5c0c2bcbaa4149ca-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/bb3ef058b751a6ad-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/e33280be1b23649f.css\",\"style\"]\n:HL[\"/_next/static/css/52b314bf20332f7c.css\",\"style\"]\n:HL[\"/_next/static/css/83c134c954630942.css\",\"style\"]\n2:Ta46,// Runs before React hydrates (see app/layout.tsx \u003cScript strategy=\"beforeInteractive\"\u003e).\n// Three jobs:\n// 1. Redirect narrow viewports to the mobile route /m (before first paint).\n// 2. Apply the persisted theme class to \u003chtml\u003e before first paint to avoid FOUC.\n// 3. Unregister any leftover Service Workers from the PWA era (PWA has been removed).\n(function () {\n // Mobile redirect — runs first and bails out the rest on redirect.\n // Signal is VIEWPORT WIDTH (not User-Agent): it's what actually decides whether the\n // desktop 3-panel layout fits. Runs synchronously in \u003chead\u003e before the body paints,\n // so the desktop UI never flashes. Escape hatch: the /m \"use desktop\" action sets\n // `cockpit-force-desktop` in localStorage, which suppresses the redirect thereafter.\n try {\n var path = window.location.pathname;\n var onMobileRoute = path === '/m' || path.indexOf('/m/') === 0;\n var forceDesktop = false;\n try { forceDesktop = !!localStorage.getItem('cockpit-force-desktop'); } catch (_e) {}\n // Never redirect inside an iframe: the desktop shell embeds /project in a\n // frame that is 42px (sidebar) narrower than the window, so a tablet-width\n // top page (e.g. 768px iPad) would otherwise nest the mobile UI inside the\n // desktop shell — and drop the sessionId in the process. The media query is\n // only meaningful for the top-level viewport.\n var isTopWindow = true;\n try { isTopWindow = window.self === window.top; } catch (_e) {}\n if (\n isTopWindow \u0026\u0026\n !onMobileRoute \u0026\u0026\n !forceDesktop \u0026\u0026\n window.matchMedia \u0026\u0026\n window.matchMedia('(max-width: 767px)').matches\n ) {\n window.location.replace('/m' + window.location.search);\n return; // stop further boot work; the page is navigating away\n }\n } catch (_e) {}\n\n try {\n var theme = localStorage.getItem('theme') || 'dark';\n var resolved = theme;\n if (theme === 'system') {\n resolved = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';\n }\n document.documentElement.classList.add(resolved);\n } catch (e) {}\n\n // Clean up legacy Service Workers from the old PWA era, but KEEP our\n // push-only SW (/push-sw.js) — it powers Web Push notifications and does no\n // caching, so it doesn't reintroduce the offline behavior we removed.\n if ('serviceWorker' in navigator) {\n navigator.serviceWorker.getRegistrations().then(function (regs) {\n regs.forEach(function (r) {\n var url = (r.active \u0026\u0026 r.active.scriptURL) || '';\n if (url.indexOf('/push-sw.js') === -1) r.unregister();\n });\n });\n }\n})();\n6:X\n0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/e33280be1b23649f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/52b314bf20332f7c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"2\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/83c134c954630942.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"className\":\"overflow-hidden\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden\",\"children\":\"$L3\"}]]}]]}],{\"children\":[\"$L4\",{\"children\":[\"$L5\",{},null,false,null]},null,false,\"$6\"]},null,false,null],\"$L7\",false]],\"m\":\"$undefined\",\"G\":[\"$8\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"pgteRwI6FQcp683smeSNO\"}\n9:I[29729,[\"7330\",\"static/chunks/d3ac728e-ee038320ef1e4bdf.js\",\"8216\",\"static/chunks/96c8525a-f1e0653013503d49.js\",\"4281\",\"static/chunks/bc21e3dd-a78364524623b9b0.js\",\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-9f9f856e5049cd65.js\",\"1332\",\"static/chunks/1332-e26fddaef359ce51.js\",\"6160\",\"static/chunks/6160-958532439d324185.js\",\"4333\",\"static/chunks/4333-9e6709e96d3ec973.js\",\"6784\",\"static/chunks/6784-09dffdb0e8ca7fb3.js\",\"1372\",\"static/chunks/1372-d16d68b1b03a345a.js\",\"2032\",\"static/chunks/2032-f224a93f7a22bc21.js\",\"1157\",\"static/chunks/1157-164bcf046a0a9b15.js\",\"8974\",\"static/chunks/app/page-5de8b6584e328a6f.js\"],\"Providers\"]\na:I[57121,[],\"\"]\nb:I[74581,[],\"\"]\nc:I[90484,[],\"OutletBoundary\"]\nd:\"$Sreact.suspense\"\nf:I[90484,[],\"ViewportBoundary\"]\n11:I[90484,[],\"MetadataBoundary\"]\n3:[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$La\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lb\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]\n4:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$La\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lb\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n5:[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@e\"}]}]]}]\n7:[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lf\",null,{\"children\":\"$L10\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L11\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L12\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\n6:C\n10:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#f9f9fb\",\"media\":\"(prefers-color-scheme: light)\"}],[\"$\",\"meta\",\"3\",{\"name\":\"theme-color\",\"content\":\"#111113\",\"media\":\"(prefers-color-scheme: dark)\"}]]\n13:I[86869,[],\"IconMark\"]\ne:null\n12:[[\"$\",\"title\",\"0\",{\"children\":\"OpenCockpit\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"OpenCockpit is a local-first AI development hub with chat agents, a file explorer, terminals, and browser bubbles in one swipeable workspace. One seat. One AI.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"3\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Cockpit\"}],[\"$\",\"meta\",\"5\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"default\"}],[\"$\",\"link\",\"6\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?a49a3c8f7b751288\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"link\",\"7\",{\"rel\":\"icon\",\"href\":\"/icons/icon-192x192.png\"}],[\"$\",\"link\",\"8\",{\"rel\":\"apple-touch-icon\",\"href\":\"/icons/icon-192x192.png\"}],[\"$\",\"$L13\",\"9\",{}]]\n"])</script></body></html>
57
+ </script><script>window.__COCKPIT_BUILD_ID__=null;window.__COCKPIT_FORCE_UPDATE__=false</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><div class="fixed top-4 left-1/2 -translate-x-1/2 z-[100] flex flex-col items-center gap-2"></div><script src="/_next/static/chunks/webpack-e959a5364a05b2ac.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n8:I[26719,[\"4219\",\"static/chunks/app/global-error-3c48d7d42c672863.js\"],\"default\"]\n:HL[\"/_next/static/media/5c0c2bcbaa4149ca-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/bb3ef058b751a6ad-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/e33280be1b23649f.css\",\"style\"]\n:HL[\"/_next/static/css/52b314bf20332f7c.css\",\"style\"]\n:HL[\"/_next/static/css/237348b31ba05918.css\",\"style\"]\n2:Ta46,// Runs before React hydrates (see app/layout.tsx \u003cScript strategy=\"beforeInteractive\"\u003e).\n// Three jobs:\n// 1. Redirect narrow viewports to the mobile route /m (before first paint).\n// 2. Apply the persisted theme class to \u003chtml\u003e before first paint to avoid FOUC.\n// 3. Unregister any leftover Service Workers from the PWA era (PWA has been removed).\n(function () {\n // Mobile redirect — runs first and bails out the rest on redirect.\n // Signal is VIEWPORT WIDTH (not User-Agent): it's what actually decides whether the\n // desktop 3-panel layout fits. Runs synchronously in \u003chead\u003e before the body paints,\n // so the desktop UI never flashes. Escape hatch: the /m \"use desktop\" action sets\n // `cockpit-force-desktop` in localStorage, which suppresses the redirect thereafter.\n try {\n var path = window.location.pathname;\n var onMobileRoute = path === '/m' || path.indexOf('/m/') === 0;\n var forceDesktop = false;\n try { forceDesktop = !!localStorage.getItem('cockpit-force-desktop'); } catch (_e) {}\n // Never redirect inside an iframe: the desktop shell embeds /project in a\n // frame that is 42px (sidebar) narrower than the window, so a tablet-width\n // top page (e.g. 768px iPad) would otherwise nest the mobile UI inside the\n // desktop shell — and drop the sessionId in the process. The media query is\n // only meaningful for the top-level viewport.\n var isTopWindow = true;\n try { isTopWindow = window.self === window.top; } catch (_e) {}\n if (\n isTopWindow \u0026\u0026\n !onMobileRoute \u0026\u0026\n !forceDesktop \u0026\u0026\n window.matchMedia \u0026\u0026\n window.matchMedia('(max-width: 767px)').matches\n ) {\n window.location.replace('/m' + window.location.search);\n return; // stop further boot work; the page is navigating away\n }\n } catch (_e) {}\n\n try {\n var theme = localStorage.getItem('theme') || 'dark';\n var resolved = theme;\n if (theme === 'system') {\n resolved = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';\n }\n document.documentElement.classList.add(resolved);\n } catch (e) {}\n\n // Clean up legacy Service Workers from the old PWA era, but KEEP our\n // push-only SW (/push-sw.js) — it powers Web Push notifications and does no\n // caching, so it doesn't reintroduce the offline behavior we removed.\n if ('serviceWorker' in navigator) {\n navigator.serviceWorker.getRegistrations().then(function (regs) {\n regs.forEach(function (r) {\n var url = (r.active \u0026\u0026 r.active.scriptURL) || '';\n if (url.indexOf('/push-sw.js') === -1) r.unregister();\n });\n });\n }\n})();\n6:X\n0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/e33280be1b23649f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/52b314bf20332f7c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"2\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/237348b31ba05918.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"className\":\"overflow-hidden\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}],[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"window.__COCKPIT_BUILD_ID__=null;window.__COCKPIT_FORCE_UPDATE__=false\"}}]]}],\"$L3\"]}]]}],{\"children\":[\"$L4\",{\"children\":[\"$L5\",{},null,false,null]},null,false,\"$6\"]},null,false,null],\"$L7\",false]],\"m\":\"$undefined\",\"G\":[\"$8\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"Jy5sAJFfhng774VeXYdQS\"}\n9:I[75476,[\"7330\",\"static/chunks/d3ac728e-ee038320ef1e4bdf.js\",\"8216\",\"static/chunks/96c8525a-f1e0653013503d49.js\",\"4281\",\"static/chunks/bc21e3dd-a78364524623b9b0.js\",\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-9f9f856e5049cd65.js\",\"1332\",\"static/chunks/1332-e26fddaef359ce51.js\",\"6160\",\"static/chunks/6160-958532439d324185.js\",\"4333\",\"static/chunks/4333-9e6709e96d3ec973.js\",\"6784\",\"static/chunks/6784-20cc834d161af395.js\",\"1372\",\"static/chunks/1372-c2e2e52980e95aec.js\",\"2032\",\"static/chunks/2032-8326efdf5830d58c.js\",\"6722\",\"static/chunks/6722-1252a1399ff10e47.js\",\"8974\",\"static/chunks/app/page-e03b50ea13cd6198.js\"],\"Providers\"]\na:I[57121,[],\"\"]\nb:I[74581,[],\"\"]\nc:I[90484,[],\"OutletBoundary\"]\nd:\"$Sreact.suspense\"\nf:I[90484,[],\"ViewportBoundary\"]\n11:I[90484,[],\"MetadataBoundary\"]\n3:[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden\",\"children\":[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$La\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lb\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]\n4:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$La\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lb\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n5:[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@e\"}]}]]}]\n7:[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lf\",null,{\"children\":\"$L10\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L11\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L12\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\n6:C\n10:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#f9f9fb\",\"media\":\"(prefers-color-scheme: light)\"}],[\"$\",\"meta\",\"3\",{\"name\":\"theme-color\",\"content\":\"#111113\",\"media\":\"(prefers-color-scheme: dark)\"}]]\n13:I[86869,[],\"IconMark\"]\ne:null\n12:[[\"$\",\"title\",\"0\",{\"children\":\"OpenCockpit\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"OpenCockpit is a local-first AI development hub with chat agents, a file explorer, terminals, and browser bubbles in one swipeable workspace. One seat. One AI.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"3\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Cockpit\"}],[\"$\",\"meta\",\"5\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"default\"}],[\"$\",\"link\",\"6\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?a49a3c8f7b751288\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"link\",\"7\",{\"rel\":\"icon\",\"href\":\"/icons/icon-192x192.png\"}],[\"$\",\"link\",\"8\",{\"rel\":\"apple-touch-icon\",\"href\":\"/icons/icon-192x192.png\"}],[\"$\",\"$L13\",\"9\",{}]]\n"])</script></body></html>
@@ -5,7 +5,7 @@
5
5
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
6
6
  :HL["/_next/static/css/e33280be1b23649f.css","style"]
7
7
  :HL["/_next/static/css/52b314bf20332f7c.css","style"]
8
- :HL["/_next/static/css/83c134c954630942.css","style"]
8
+ :HL["/_next/static/css/237348b31ba05918.css","style"]
9
9
  2:Ta46,// Runs before React hydrates (see app/layout.tsx <Script strategy="beforeInteractive">).
10
10
  // Three jobs:
11
11
  // 1. Redirect narrow viewports to the mobile route /m (before first paint).
@@ -63,15 +63,15 @@
63
63
  }
64
64
  })();
65
65
  6:X
66
- 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/e33280be1b23649f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/52b314bf20332f7c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","2",{"rel":"stylesheet","href":"/_next/static/css/83c134c954630942.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"overflow-hidden","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]}],["$","body",null,{"className":"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden","children":"$L3"}]]}]]}],{"children":["$L4",{"children":["$L5",{},null,false,null]},null,false,"$6"]},null,false,null],"$L7",false]],"m":"$undefined","G":["$8",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"pgteRwI6FQcp683smeSNO"}
67
- 9:I[29729,["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"Providers"]
66
+ 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/e33280be1b23649f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/52b314bf20332f7c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","2",{"rel":"stylesheet","href":"/_next/static/css/237348b31ba05918.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"overflow-hidden","children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"window.__COCKPIT_BUILD_ID__=null;window.__COCKPIT_FORCE_UPDATE__=false"}}]]}],"$L3"]}]]}],{"children":["$L4",{"children":["$L5",{},null,false,null]},null,false,"$6"]},null,false,null],"$L7",false]],"m":"$undefined","G":["$8",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"Jy5sAJFfhng774VeXYdQS"}
67
+ 9:I[75476,["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"Providers"]
68
68
  a:I[57121,[],""]
69
69
  b:I[74581,[],""]
70
70
  c:I[90484,[],"OutletBoundary"]
71
71
  d:"$Sreact.suspense"
72
72
  f:I[90484,[],"ViewportBoundary"]
73
73
  11:I[90484,[],"MetadataBoundary"]
74
- 3:["$","$L9",null,{"children":["$","$La",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]
74
+ 3:["$","body",null,{"className":"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden","children":["$","$L9",null,{"children":["$","$La",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]}]
75
75
  4:["$","$1","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}]
76
76
  5:["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}]
77
77
  7:["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}]
@@ -5,7 +5,7 @@
5
5
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
6
6
  :HL["/_next/static/css/e33280be1b23649f.css","style"]
7
7
  :HL["/_next/static/css/52b314bf20332f7c.css","style"]
8
- :HL["/_next/static/css/83c134c954630942.css","style"]
8
+ :HL["/_next/static/css/237348b31ba05918.css","style"]
9
9
  2:Ta46,// Runs before React hydrates (see app/layout.tsx <Script strategy="beforeInteractive">).
10
10
  // Three jobs:
11
11
  // 1. Redirect narrow viewports to the mobile route /m (before first paint).
@@ -63,15 +63,15 @@
63
63
  }
64
64
  })();
65
65
  6:X
66
- 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/e33280be1b23649f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/52b314bf20332f7c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","2",{"rel":"stylesheet","href":"/_next/static/css/83c134c954630942.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"overflow-hidden","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]}],["$","body",null,{"className":"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden","children":"$L3"}]]}]]}],{"children":["$L4",{"children":["$L5",{},null,false,null]},null,false,"$6"]},null,false,null],"$L7",false]],"m":"$undefined","G":["$8",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"pgteRwI6FQcp683smeSNO"}
67
- 9:I[29729,["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"Providers"]
66
+ 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{},"$undefined","$undefined",4608]},"$undefined","$undefined",4608]},"$undefined","$undefined",4624],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/e33280be1b23649f.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/52b314bf20332f7c.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","link","2",{"rel":"stylesheet","href":"/_next/static/css/237348b31ba05918.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"overflow-hidden","children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"window.__COCKPIT_BUILD_ID__=null;window.__COCKPIT_FORCE_UPDATE__=false"}}]]}],"$L3"]}]]}],{"children":["$L4",{"children":["$L5",{},null,false,null]},null,false,"$6"]},null,false,null],"$L7",false]],"m":"$undefined","G":["$8",[]],"S":true,"h":null,"r":"$undefined","s":"$undefined","a":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"Jy5sAJFfhng774VeXYdQS"}
67
+ 9:I[75476,["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"Providers"]
68
68
  a:I[57121,[],""]
69
69
  b:I[74581,[],""]
70
70
  c:I[90484,[],"OutletBoundary"]
71
71
  d:"$Sreact.suspense"
72
72
  f:I[90484,[],"ViewportBoundary"]
73
73
  11:I[90484,[],"MetadataBoundary"]
74
- 3:["$","$L9",null,{"children":["$","$La",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]
74
+ 3:["$","body",null,{"className":"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden","children":["$","$L9",null,{"children":["$","$La",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]}]
75
75
  4:["$","$1","c",{"children":[null,["$","$La",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$Lb",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}]
76
76
  5:["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$Lc",null,{"children":["$","$d",null,{"name":"Next.MetadataOutlet","children":"$@e"}]}]]}]
77
77
  7:["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$Lf",null,{"children":"$L10"}],["$","div",null,{"hidden":true,"children":["$","$L11",null,{"children":["$","$d",null,{"name":"Next.Metadata","children":"$L12"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}]
@@ -1,10 +1,7 @@
1
1
  1:"$Sreact.fragment"
2
- 3:I[29729,["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-09dffdb0e8ca7fb3.js","1372","static/chunks/1372-d16d68b1b03a345a.js","2032","static/chunks/2032-f224a93f7a22bc21.js","1157","static/chunks/1157-164bcf046a0a9b15.js","8974","static/chunks/app/page-5de8b6584e328a6f.js"],"Providers"]
3
- 4:I[57121,[],""]
4
- 5:I[74581,[],""]
5
2
  :HL["/_next/static/css/e33280be1b23649f.css","style"]
6
3
  :HL["/_next/static/css/52b314bf20332f7c.css","style"]
7
- :HL["/_next/static/css/83c134c954630942.css","style"]
4
+ :HL["/_next/static/css/237348b31ba05918.css","style"]
8
5
  2:Ta46,// Runs before React hydrates (see app/layout.tsx <Script strategy="beforeInteractive">).
9
6
  // Three jobs:
10
7
  // 1. Redirect narrow viewports to the mobile route /m (before first paint).
@@ -61,10 +58,14 @@
61
58
  });
62
59
  }
63
60
  })();
64
- 7:X
65
- 0:{"buildId":"pgteRwI6FQcp683smeSNO","data":[{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/e33280be1b23649f.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/52b314bf20332f7c.css","precedence":"next"}],["$","link","2",{"rel":"stylesheet","href":"/_next/static/css/83c134c954630942.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"overflow-hidden","children":[["$","head",null,{"children":["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]}],["$","body",null,{"className":"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden","children":["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}]}]}]}]]}]]}],"isPartial":"$@6","staleTime":"$7","varyParams":null}],"isUpgradeableISRFallback":false,"a":"$@8","rootVaryParams":null,"needsRuntimeRequest":"$@9"}
66
- 7:300
67
- 9:true
68
- 7:C
69
- 8:0
70
- 6:"$undefined"
61
+ 5:X
62
+ 0:{"buildId":"Jy5sAJFfhng774VeXYdQS","data":[{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/e33280be1b23649f.css","precedence":"next"}],["$","link","1",{"rel":"stylesheet","href":"/_next/static/css/52b314bf20332f7c.css","precedence":"next"}],["$","link","2",{"rel":"stylesheet","href":"/_next/static/css/237348b31ba05918.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"overflow-hidden","children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"window.__COCKPIT_BUILD_ID__=null;window.__COCKPIT_FORCE_UPDATE__=false"}}]]}],["$","body",null,{"className":"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden","children":"$L3"}]]}]]}],"isPartial":"$@4","staleTime":"$5","varyParams":null}],"isUpgradeableISRFallback":false,"a":"$@6","rootVaryParams":null,"needsRuntimeRequest":"$@7"}
63
+ 8:I[75476,["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","8216","static/chunks/96c8525a-f1e0653013503d49.js","4281","static/chunks/bc21e3dd-a78364524623b9b0.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","1332","static/chunks/1332-e26fddaef359ce51.js","6160","static/chunks/6160-958532439d324185.js","4333","static/chunks/4333-9e6709e96d3ec973.js","6784","static/chunks/6784-20cc834d161af395.js","1372","static/chunks/1372-c2e2e52980e95aec.js","2032","static/chunks/2032-8326efdf5830d58c.js","6722","static/chunks/6722-1252a1399ff10e47.js","8974","static/chunks/app/page-e03b50ea13cd6198.js"],"Providers"]
64
+ 9:I[57121,[],""]
65
+ a:I[74581,[],""]
66
+ 3:["$","$L8",null,{"children":["$","$L9",null,{"parallelRouterKey":"children","template":["$","$La",null,{}]}]}]
67
+ 5:300
68
+ 7:true
69
+ 5:C
70
+ 6:0
71
+ 4:"$undefined"
@@ -9,7 +9,7 @@ c:I[74581,[],""]
9
9
  6:X
10
10
  e:X
11
11
  e:C
12
- 0:{"buildId":"pgteRwI6FQcp683smeSNO","data":[{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":"$@5","staleTime":"$6","varyParams":null},{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L7",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#f9f9fb","media":"(prefers-color-scheme: light)"}],["$","meta","3",{"name":"theme-color","content":"#111113","media":"(prefers-color-scheme: dark)"}]]}],["$","div",null,{"hidden":true,"children":["$","$L8",null,{"children":["$","$3",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"OpenCockpit"}],["$","meta","1",{"name":"description","content":"OpenCockpit is a local-first AI development hub with chat agents, a file explorer, terminals, and browser bubbles in one swipeable workspace. One seat. One AI."}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"apple-mobile-web-app-title","content":"Cockpit"}],["$","meta","5",{"name":"apple-mobile-web-app-status-bar-style","content":"default"}],["$","link","6",{"rel":"icon","href":"/favicon.ico?a49a3c8f7b751288","type":"image/x-icon","sizes":"16x16"}],["$","link","7",{"rel":"icon","href":"/icons/icon-192x192.png"}],["$","link","8",{"rel":"apple-touch-icon","href":"/icons/icon-192x192.png"}],["$","$L9","9",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":"$@a","staleTime":"$6","varyParams":null},{"rsc":["$","$1","c",{"children":[null,["$","$Lb",null,{"parallelRouterKey":"children","template":["$","$Lc",null,{}]}]]}],"isPartial":"$@d","staleTime":"$6","varyParams":"$e"}],"isUpgradeableISRFallback":false,"a":"$@f","rootVaryParams":null,"needsRuntimeRequest":"$@10"}
12
+ 0:{"buildId":"Jy5sAJFfhng774VeXYdQS","data":[{"rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"isPartial":"$@5","staleTime":"$6","varyParams":null},{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L7",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}],["$","meta","2",{"name":"theme-color","content":"#f9f9fb","media":"(prefers-color-scheme: light)"}],["$","meta","3",{"name":"theme-color","content":"#111113","media":"(prefers-color-scheme: dark)"}]]}],["$","div",null,{"hidden":true,"children":["$","$L8",null,{"children":["$","$3",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"OpenCockpit"}],["$","meta","1",{"name":"description","content":"OpenCockpit is a local-first AI development hub with chat agents, a file explorer, terminals, and browser bubbles in one swipeable workspace. One seat. One AI."}],["$","link","2",{"rel":"manifest","href":"/manifest.webmanifest"}],["$","meta","3",{"name":"mobile-web-app-capable","content":"yes"}],["$","meta","4",{"name":"apple-mobile-web-app-title","content":"Cockpit"}],["$","meta","5",{"name":"apple-mobile-web-app-status-bar-style","content":"default"}],["$","link","6",{"rel":"icon","href":"/favicon.ico?a49a3c8f7b751288","type":"image/x-icon","sizes":"16x16"}],["$","link","7",{"rel":"icon","href":"/icons/icon-192x192.png"}],["$","link","8",{"rel":"apple-touch-icon","href":"/icons/icon-192x192.png"}],["$","$L9","9",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":"$@a","staleTime":"$6","varyParams":null},{"rsc":["$","$1","c",{"children":[null,["$","$Lb",null,{"parallelRouterKey":"children","template":["$","$Lc",null,{}]}]]}],"isPartial":"$@d","staleTime":"$6","varyParams":"$e"}],"isUpgradeableISRFallback":false,"a":"$@f","rootVaryParams":null,"needsRuntimeRequest":"$@10"}
13
13
  4:null
14
14
  10:true
15
15
  6:300
@@ -3,5 +3,5 @@
3
3
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
4
4
  :HL["/_next/static/css/e33280be1b23649f.css","style"]
5
5
  :HL["/_next/static/css/52b314bf20332f7c.css","style"]
6
- :HL["/_next/static/css/83c134c954630942.css","style"]
7
- 0:{"tree":{"name":"","param":null,"prefetchHints":4112,"slots":{"children":{"name":"_not-found","param":null,"prefetchHints":4160,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}}}},"staleTime":300,"buildId":"pgteRwI6FQcp683smeSNO"}
6
+ :HL["/_next/static/css/237348b31ba05918.css","style"]
7
+ 0:{"tree":{"name":"","param":null,"prefetchHints":4112,"slots":{"children":{"name":"_not-found","param":null,"prefetchHints":4160,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":4256,"slots":null}}}}},"staleTime":300,"buildId":"Jy5sAJFfhng774VeXYdQS"}
@@ -1 +1 @@
1
- "use strict";(()=>{var a={};a.id=1120,a.ids=[1120],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},1932:a=>{a.exports=require("url")},4573:a=>{a.exports=require("node:buffer")},8128:a=>{a.exports=require("next/dist/server/runtime-reacts.external.js")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},12412:a=>{a.exports=require("assert")},14985:a=>{a.exports=require("dns")},19771:a=>{a.exports=require("process")},19879:a=>{a.exports=import("@anthropic-ai/claude-agent-sdk")},21207:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.d(b,{L:()=>j});var e=c(89705),f=c(72891),g=c(46303),h=c(770),i=a([f]);f=(i.then?(await i)():i)[0];let j=(0,f.RL)(a=>e.JkU(function*(){let b=yield*(0,f.k9)(a);if(!b.provider||!b.model||!b.prompt)return yield*e.fJG(new h.yI({field:b.provider?b.model?"prompt":"model":"provider",reason:"missing"}));yield*e.fH4("agent.test start").pipe(e.swY("provider",b.provider),e.swY("model",b.model));let c=yield*g.N,d=yield*c.chat({provider:b.provider,model:b.model,messages:[{role:"user",content:b.prompt}]});return yield*e.fH4("agent.test done").pipe(e.swY("outputLen",d.message.content.length)),(0,f.ok)({provider:b.provider,model:b.model,response:d.message.content,usage:d.usage})}).pipe(e.fRP("api.agent.test")));d()}catch(a){d(a)}})},21820:a=>{a.exports=require("os")},27910:a=>{a.exports=require("stream")},28354:a=>{a.exports=require("util")},29021:a=>{a.exports=require("fs")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},29609:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>z,patchFetch:()=>y,routeModule:()=>u,serverHooks:()=>x,workAsyncStorage:()=>v,workUnitAsyncStorage:()=>w});var d=c(19225),e=c(84006),f=c(8317),g=c(99373),h=c(34775),i=c(24235),j=c(261),k=c(54365),l=c(90771),m=c(73461),n=c(67798),o=c(92280),p=c(62018),q=c(45696),r=c(47929),s=c(86439),t=c(37527);let u=new d.AppRouteRouteModule({definition:{kind:e.RouteKind.APP_ROUTE,page:"/api/agent/test/route",pathname:"/api/agent/test",filename:"route",bundlePath:"app/api/agent/test/route"},distDir:".next-prod",relativeProjectDir:"",resolvedPagePath:"/home/runner/work/cockpit/cockpit/src/app/api/agent/test/route.ts",nextConfigOutput:"",userland:()=>c(67840),...{}}),{workAsyncStorage:v,workUnitAsyncStorage:w,serverHooks:x}=u;function y(){return(0,f.patchFetch)({workAsyncStorage:v,workUnitAsyncStorage:w})}async function z(a,b,c){c.requestMeta&&(0,g.setRequestMeta)(a,c.requestMeta),u.isDev&&(0,g.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/agent/test/route";"/index"===d&&(d="/");let f=await u.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!f)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:v,deploymentId:w,params:x,nextConfig:y,parsedUrl:z,isDraftMode:A,prerenderManifest:B,routerServerContext:C,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,resolvedPathname:F,clientReferenceManifest:G,serverActionsManifest:H}=f,I=(0,j.normalizeAppPath)(d),J=!!(B.dynamicRoutes[I]||B.routes[F]),K=async()=>((null==C?void 0:C.render404)?await C.render404(a,b,z,!1):b.end("This page could not be found"),null);if(J&&!A){let a=!!B.routes[F],b=B.dynamicRoutes[I];if(b&&!1===b.fallback&&!a){if(y.adapterPath)return await K();throw new s.NoFallbackError}}let L=null;!J||u.isDev||A||(L="/index"===(L=F)?"/":L);let M=!0===u.isDev||!J,N=J&&!M;H&&G&&(0,i.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,h.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==C?void 0:C.isWrappedByNextServer),S=!!(0,g.getRequestMeta)(a,"minimalMode"),T=(0,g.getRequestMeta)(a,"incrementalCache")||await u.getIncrementalCache(a,y,B,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:x,previewProps:B.preview,renderOpts:{experimental:{authInterrupts:!!y.experimental.authInterrupts,useCacheTimeout:y.experimental.useCacheTimeout},cacheComponents:!!y.cacheComponents,validationLevel:y.experimental.instantInsights.validationLevel,supportsDynamicResponse:M,incrementalCache:T,hmrRefreshHash:(0,g.getRequestMeta)(a,"hmrRefreshHash"),cacheLifeProfiles:y.cacheLife,staticPageGenerationTimeout:y.staticPageGenerationTimeout,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>u.onRequestError(a,b,d,e,C)},sharedContext:{buildId:v,deploymentId:w}},V=new k.NodeNextRequest(a),W=new k.NodeNextResponse(b),X=l.NextRequestAdapter.fromNodeNextRequest(V,(0,l.signalFromNodeResponse)(b)),Y=async({previousCacheEntry:e})=>{try{if(!S&&D&&E&&!e)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await u.handle(X,U);a.fetchMetrics=U.renderOpts.fetchMetrics;let f=U.renderOpts.pendingWaitUntil;f&&c.waitUntil&&(c.waitUntil(f),f=void 0);let g=U.renderOpts.collectedTags;if(!J)return await (0,o.I)(V,W,d,f),null;{let a=await d.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(d.headers);g&&(b[r.NEXT_CACHE_TAGS_HEADER]=g),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=r.INFINITE_CACHE?!1!==c&&c>0?y.expireTime:void 0:U.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==e?void 0:e.isStale)&&await u.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,n.getRevalidateReason)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),b}},Z=async(d,f)=>{try{var g,i;let d=await u.handleResponse({req:a,nextConfig:y,cacheKey:L,routeKind:e.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:B,isRoutePPREnabled:!1,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,responseGenerator:Y,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return;if((null==d||null==(g=d.value)?void 0:g.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==d||null==(i=d.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",D?"REVALIDATED":d.isMiss?"MISS":d.isStale?"STALE":"HIT"),A&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let f=(0,p.fromNodeOutgoingHttpHeaders)(d.value.headers);S&&J||f.delete(r.NEXT_CACHE_TAGS_HEADER),!d.cacheControl||b.getHeader("Cache-Control")||f.get("Cache-Control")||f.set("Cache-Control",(0,q.getCacheControlHeader)(d.cacheControl)),await (0,o.I)(V,W,new Response(d.value.body,{headers:f,status:d.value.status||200}));return}catch(b){if(b instanceof s.NoFallbackError||await u.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,n.getRevalidateReason)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),J)throw b;await (0,o.I)(V,W,new Response(null,{status:500}));return}finally{(()=>{if(!d)return;let a=b.statusCode;d.setAttributes({"http.status_code":a,"next.rsc":!1}),a&&a>=500&&(d.setStatus({code:h.SpanStatusCode.ERROR}),d.setAttribute("error.type",a.toString()));let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==m.BaseServerSpan.handleRequest)return console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=c.get("next.route")||I,g=`${O} ${e}`;d.setAttributes({"next.route":e,"http.route":e,"next.span_name":g}),d.updateName(g),f&&f!==d&&(f.setAttribute("http.route",e),f.updateName(g))})()}};if(R&&Q)await Z(Q,void 0);else{let b=P.getActiveScopeSpan();await P.withPropagatedContext(a.headers,()=>P.trace(m.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:h.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},a=>Z(a,b)),void 0,!R)}}},31421:a=>{a.exports=require("node:child_process")},33873:a=>{a.exports=require("path")},34631:a=>{a.exports=require("tls")},41204:a=>{a.exports=require("string_decoder")},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},51455:a=>{a.exports=require("node:fs/promises")},53053:a=>{a.exports=require("node:diagnostics_channel")},55511:a=>{a.exports=require("crypto")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},64939:a=>{a.exports=import("pg")},66136:a=>{a.exports=require("timers")},67840:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{POST:()=>e.L,dynamic:()=>h,runtime:()=>g});var e=c(21207),f=a([e]);e=(f.then?(await f)():f)[0];let g="nodejs",h="force-dynamic";d()}catch(a){d(a)}})},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)}})},74075:a=>{a.exports=require("zlib")},76760:a=>{a.exports=require("node:path")},77598:a=>{a.exports=require("node:crypto")},79428:a=>{a.exports=require("buffer")},79646:a=>{a.exports=require("child_process")},79748:a=>{a.exports=require("fs/promises")},83997:a=>{a.exports=require("tty")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},91645:a=>{a.exports=require("net")},94735:a=>{a.exports=require("events")}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,7184,6495,1564],()=>b(b.s=29609));module.exports=c})();
1
+ "use strict";(()=>{var a={};a.id=1120,a.ids=[1120],a.modules={261:a=>{a.exports=require("next/dist/shared/lib/router/utils/app-paths")},1932:a=>{a.exports=require("url")},4573:a=>{a.exports=require("node:buffer")},8128:a=>{a.exports=require("next/dist/server/runtime-reacts.external.js")},10846:a=>{a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},12412:a=>{a.exports=require("assert")},14985:a=>{a.exports=require("dns")},19771:a=>{a.exports=require("process")},19879:a=>{a.exports=import("@anthropic-ai/claude-agent-sdk")},21207:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.d(b,{L:()=>j});var e=c(89705),f=c(72891),g=c(46303),h=c(770),i=a([f]);f=(i.then?(await i)():i)[0];let j=(0,f.RL)(a=>e.JkU(function*(){let b=yield*(0,f.k9)(a);if(!b.provider||!b.model||!b.prompt)return yield*e.fJG(new h.yI({field:b.provider?b.model?"prompt":"model":"provider",reason:"missing"}));yield*e.fH4("agent.test start").pipe(e.swY("provider",b.provider),e.swY("model",b.model));let c=yield*g.N,d=yield*c.chat({provider:b.provider,model:b.model,messages:[{role:"user",content:b.prompt}]});return yield*e.fH4("agent.test done").pipe(e.swY("outputLen",d.message.content.length)),(0,f.ok)({provider:b.provider,model:b.model,response:d.message.content,usage:d.usage})}).pipe(e.fRP("api.agent.test")));d()}catch(a){d(a)}})},21820:a=>{a.exports=require("os")},27910:a=>{a.exports=require("stream")},28354:a=>{a.exports=require("util")},29021:a=>{a.exports=require("fs")},29294:a=>{a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31421:a=>{a.exports=require("node:child_process")},33873:a=>{a.exports=require("path")},34631:a=>{a.exports=require("tls")},41204:a=>{a.exports=require("string_decoder")},44870:a=>{a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},45443:(a,b,c)=>{c.r(b),c.d(b,{handler:()=>z,patchFetch:()=>y,routeModule:()=>u,serverHooks:()=>x,workAsyncStorage:()=>v,workUnitAsyncStorage:()=>w});var d=c(19225),e=c(84006),f=c(8317),g=c(99373),h=c(34775),i=c(24235),j=c(261),k=c(54365),l=c(90771),m=c(73461),n=c(67798),o=c(92280),p=c(62018),q=c(45696),r=c(47929),s=c(86439),t=c(37527);let u=new d.AppRouteRouteModule({definition:{kind:e.RouteKind.APP_ROUTE,page:"/api/agent/test/route",pathname:"/api/agent/test",filename:"route",bundlePath:"app/api/agent/test/route"},distDir:".next-prod",relativeProjectDir:"",resolvedPagePath:"/home/runner/work/cockpit/cockpit/src/app/api/agent/test/route.ts",nextConfigOutput:"",userland:()=>c(67840),...{}}),{workAsyncStorage:v,workUnitAsyncStorage:w,serverHooks:x}=u;function y(){return(0,f.patchFetch)({workAsyncStorage:v,workUnitAsyncStorage:w})}async function z(a,b,c){c.requestMeta&&(0,g.setRequestMeta)(a,c.requestMeta),u.isDev&&(0,g.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/agent/test/route";"/index"===d&&(d="/");let f=await u.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!f)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:v,deploymentId:w,params:x,nextConfig:y,parsedUrl:z,isDraftMode:A,prerenderManifest:B,routerServerContext:C,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,resolvedPathname:F,clientReferenceManifest:G,serverActionsManifest:H}=f,I=(0,j.normalizeAppPath)(d),J=!!(B.dynamicRoutes[I]||B.routes[F]),K=async()=>((null==C?void 0:C.render404)?await C.render404(a,b,z,!1):b.end("This page could not be found"),null);if(J&&!A){let a=!!B.routes[F],b=B.dynamicRoutes[I];if(b&&!1===b.fallback&&!a){if(y.adapterPath)return await K();throw new s.NoFallbackError}}let L=null;!J||u.isDev||A||(L="/index"===(L=F)?"/":L);let M=!0===u.isDev||!J,N=J&&!M;H&&G&&(0,i.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,h.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==C?void 0:C.isWrappedByNextServer),S=!!(0,g.getRequestMeta)(a,"minimalMode"),T=(0,g.getRequestMeta)(a,"incrementalCache")||await u.getIncrementalCache(a,y,B,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:x,previewProps:B.preview,renderOpts:{experimental:{authInterrupts:!!y.experimental.authInterrupts,useCacheTimeout:y.experimental.useCacheTimeout},cacheComponents:!!y.cacheComponents,validationLevel:y.experimental.instantInsights.validationLevel,supportsDynamicResponse:M,incrementalCache:T,hmrRefreshHash:(0,g.getRequestMeta)(a,"hmrRefreshHash"),cacheLifeProfiles:y.cacheLife,staticPageGenerationTimeout:y.staticPageGenerationTimeout,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>u.onRequestError(a,b,d,e,C)},sharedContext:{buildId:v,deploymentId:w}},V=new k.NodeNextRequest(a),W=new k.NodeNextResponse(b),X=l.NextRequestAdapter.fromNodeNextRequest(V,(0,l.signalFromNodeResponse)(b)),Y=async({previousCacheEntry:e})=>{try{if(!S&&D&&E&&!e)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await u.handle(X,U);a.fetchMetrics=U.renderOpts.fetchMetrics;let f=U.renderOpts.pendingWaitUntil;f&&c.waitUntil&&(c.waitUntil(f),f=void 0);let g=U.renderOpts.collectedTags;if(!J)return await (0,o.I)(V,W,d,f),null;{let a=await d.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(d.headers);g&&(b[r.NEXT_CACHE_TAGS_HEADER]=g),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=r.INFINITE_CACHE?!1!==c&&c>0?y.expireTime:void 0:U.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==e?void 0:e.isStale)&&await u.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,n.getRevalidateReason)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),b}},Z=async(d,f)=>{try{var g,i;let d=await u.handleResponse({req:a,nextConfig:y,cacheKey:L,routeKind:e.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:B,isRoutePPREnabled:!1,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,responseGenerator:Y,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return;if((null==d||null==(g=d.value)?void 0:g.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==d||null==(i=d.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",D?"REVALIDATED":d.isMiss?"MISS":d.isStale?"STALE":"HIT"),A&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let f=(0,p.fromNodeOutgoingHttpHeaders)(d.value.headers);S&&J||f.delete(r.NEXT_CACHE_TAGS_HEADER),!d.cacheControl||b.getHeader("Cache-Control")||f.get("Cache-Control")||f.set("Cache-Control",(0,q.getCacheControlHeader)(d.cacheControl)),await (0,o.I)(V,W,new Response(d.value.body,{headers:f,status:d.value.status||200}));return}catch(b){if(b instanceof s.NoFallbackError||await u.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,n.getRevalidateReason)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),J)throw b;await (0,o.I)(V,W,new Response(null,{status:500}));return}finally{(()=>{if(!d)return;let a=b.statusCode;d.setAttributes({"http.status_code":a,"next.rsc":!1}),a&&a>=500&&(d.setStatus({code:h.SpanStatusCode.ERROR}),d.setAttribute("error.type",a.toString()));let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==m.BaseServerSpan.handleRequest)return console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=c.get("next.route")||I,g=`${O} ${e}`;d.setAttributes({"next.route":e,"http.route":e,"next.span_name":g}),d.updateName(g),f&&f!==d&&(f.setAttribute("http.route",e),f.updateName(g))})()}};if(R&&Q)await Z(Q,void 0);else{let b=P.getActiveScopeSpan();await P.withPropagatedContext(a.headers,()=>P.trace(m.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:h.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},a=>Z(a,b)),void 0,!R)}}},51455:a=>{a.exports=require("node:fs/promises")},53053:a=>{a.exports=require("node:diagnostics_channel")},55511:a=>{a.exports=require("crypto")},63033:a=>{a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},64939:a=>{a.exports=import("pg")},66136:a=>{a.exports=require("timers")},67840:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{POST:()=>e.L,dynamic:()=>h,runtime:()=>g});var e=c(21207),f=a([e]);e=(f.then?(await f)():f)[0];let g="nodejs",h="force-dynamic";d()}catch(a){d(a)}})},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)}})},74075:a=>{a.exports=require("zlib")},76760:a=>{a.exports=require("node:path")},77598:a=>{a.exports=require("node:crypto")},79428:a=>{a.exports=require("buffer")},79646:a=>{a.exports=require("child_process")},79748:a=>{a.exports=require("fs/promises")},83997:a=>{a.exports=require("tty")},86439:a=>{a.exports=require("next/dist/shared/lib/no-fallback-error.external")},91645:a=>{a.exports=require("net")},94735:a=>{a.exports=require("events")}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,7184,6495,1564],()=>b(b.s=45443));module.exports=c})();