@surething/cockpit 1.0.208 → 1.0.210

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 (575) hide show
  1. package/.next-prod/BUILD_ID +1 -1
  2. package/.next-prod/app-path-routes-manifest.json +12 -10
  3. package/.next-prod/build-manifest.json +4 -4
  4. package/.next-prod/diagnostics/framework.json +1 -1
  5. package/.next-prod/next-server.js.nft.json +1 -1
  6. package/.next-prod/prerender-manifest.json +3 -3
  7. package/.next-prod/react-loadable-manifest.json +25 -1
  8. package/.next-prod/routes-manifest.json +12 -0
  9. package/.next-prod/server/app/_global-error/page.js +3 -3
  10. package/.next-prod/server/app/_global-error/page.js.nft.json +1 -1
  11. package/.next-prod/server/app/_global-error/page_client-reference-manifest.js +1 -1
  12. package/.next-prod/server/app/_global-error.html +1 -1
  13. package/.next-prod/server/app/_global-error.rsc +1 -1
  14. package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +1 -1
  15. package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  16. package/.next-prod/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  17. package/.next-prod/server/app/_global-error.segments/_head.segment.rsc +1 -1
  18. package/.next-prod/server/app/_global-error.segments/_index.segment.rsc +1 -1
  19. package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  20. package/.next-prod/server/app/_not-found/page.js +2 -2
  21. package/.next-prod/server/app/_not-found/page.js.nft.json +1 -1
  22. package/.next-prod/server/app/_not-found/page_client-reference-manifest.js +1 -1
  23. package/.next-prod/server/app/_not-found.html +1 -1
  24. package/.next-prod/server/app/_not-found.rsc +16 -17
  25. package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +16 -17
  26. package/.next-prod/server/app/_not-found.segments/_head.segment.rsc +1 -1
  27. package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +5 -6
  28. package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  29. package/.next-prod/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  30. package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  31. package/.next-prod/server/app/api/agent/test/route.js +1 -0
  32. package/.next-prod/server/app/api/agent/test/route.js.nft.json +1 -0
  33. package/.next-prod/server/app/api/agent/test/route_client-reference-manifest.js +1 -0
  34. package/.next-prod/server/app/api/bash/route.js +1 -1
  35. package/.next-prod/server/app/api/bash/route.js.nft.json +1 -1
  36. package/.next-prod/server/app/api/chat/codex/route.js +18 -18
  37. package/.next-prod/server/app/api/chat/codex/route.js.nft.json +1 -1
  38. package/.next-prod/server/app/api/chat/deepseek/route.js +4 -4
  39. package/.next-prod/server/app/api/chat/deepseek/route.js.nft.json +1 -1
  40. package/.next-prod/server/app/api/chat/kimi/route.js +18 -18
  41. package/.next-prod/server/app/api/chat/kimi/route.js.nft.json +1 -1
  42. package/.next-prod/server/app/api/chat/ollama/route.js +20 -109
  43. package/.next-prod/server/app/api/chat/ollama/route.js.nft.json +1 -1
  44. package/.next-prod/server/app/api/chat/route.js +4 -4
  45. package/.next-prod/server/app/api/chat/route.js.nft.json +1 -1
  46. package/.next-prod/server/app/api/claude-stats/route.js +1 -1
  47. package/.next-prod/server/app/api/claude-stats/route.js.nft.json +1 -1
  48. package/.next-prod/server/app/api/commands/route.js +1 -1
  49. package/.next-prod/server/app/api/commands/route.js.nft.json +1 -1
  50. package/.next-prod/server/app/api/comments/route.js +1 -1
  51. package/.next-prod/server/app/api/comments/route.js.nft.json +1 -1
  52. package/.next-prod/server/app/api/db/columns/route.js +15 -15
  53. package/.next-prod/server/app/api/db/columns/route.js.nft.json +1 -1
  54. package/.next-prod/server/app/api/db/connect/route.js +3 -1
  55. package/.next-prod/server/app/api/db/connect/route.js.nft.json +1 -1
  56. package/.next-prod/server/app/api/db/disconnect/route.js +1 -1
  57. package/.next-prod/server/app/api/db/disconnect/route.js.nft.json +1 -1
  58. package/.next-prod/server/app/api/db/export/route.js +1 -1
  59. package/.next-prod/server/app/api/db/export/route.js.nft.json +1 -1
  60. package/.next-prod/server/app/api/db/query/route.js +1 -1
  61. package/.next-prod/server/app/api/db/query/route.js.nft.json +1 -1
  62. package/.next-prod/server/app/api/db/schemas/route.js +2 -2
  63. package/.next-prod/server/app/api/db/schemas/route.js.nft.json +1 -1
  64. package/.next-prod/server/app/api/dev/spans/route.js +1 -0
  65. package/.next-prod/server/app/api/dev/spans/route.js.nft.json +1 -0
  66. package/.next-prod/server/app/api/dev/spans/route_client-reference-manifest.js +1 -0
  67. package/.next-prod/server/app/api/extension/version/route.js +1 -1
  68. package/.next-prod/server/app/api/extension/version/route.js.nft.json +1 -1
  69. package/.next-prod/server/app/api/file/route.js +1 -1
  70. package/.next-prod/server/app/api/file/route.js.nft.json +1 -1
  71. package/.next-prod/server/app/api/files/blame/route.js +1 -1
  72. package/.next-prod/server/app/api/files/blame/route.js.nft.json +1 -1
  73. package/.next-prod/server/app/api/files/clipboard/route.js +1 -1
  74. package/.next-prod/server/app/api/files/clipboard/route.js.nft.json +1 -1
  75. package/.next-prod/server/app/api/files/copy/route.js +1 -1
  76. package/.next-prod/server/app/api/files/copy/route.js.nft.json +1 -1
  77. package/.next-prod/server/app/api/files/delete/route.js +1 -1
  78. package/.next-prod/server/app/api/files/delete/route.js.nft.json +1 -1
  79. package/.next-prod/server/app/api/files/expanded/route.js +1 -1
  80. package/.next-prod/server/app/api/files/expanded/route.js.nft.json +1 -1
  81. package/.next-prod/server/app/api/files/index/route.js +1 -1
  82. package/.next-prod/server/app/api/files/index/route.js.nft.json +1 -1
  83. package/.next-prod/server/app/api/files/init/route.js +1 -1
  84. package/.next-prod/server/app/api/files/init/route.js.nft.json +1 -1
  85. package/.next-prod/server/app/api/files/paste/route.js +1 -1
  86. package/.next-prod/server/app/api/files/paste/route.js.nft.json +1 -1
  87. package/.next-prod/server/app/api/files/read/route.js +1 -1
  88. package/.next-prod/server/app/api/files/read/route.js.nft.json +1 -1
  89. package/.next-prod/server/app/api/files/readdir/route.js +1 -1
  90. package/.next-prod/server/app/api/files/readdir/route.js.nft.json +1 -1
  91. package/.next-prod/server/app/api/files/recent/route.js +1 -1
  92. package/.next-prod/server/app/api/files/recent/route.js.nft.json +1 -1
  93. package/.next-prod/server/app/api/files/save/route.js +1 -1
  94. package/.next-prod/server/app/api/files/save/route.js.nft.json +1 -1
  95. package/.next-prod/server/app/api/files/search/route.js +1 -1
  96. package/.next-prod/server/app/api/files/search/route.js.nft.json +1 -1
  97. package/.next-prod/server/app/api/files/stat/route.js +1 -1
  98. package/.next-prod/server/app/api/files/stat/route.js.nft.json +1 -1
  99. package/.next-prod/server/app/api/files/text/route.js +1 -1
  100. package/.next-prod/server/app/api/files/text/route.js.nft.json +1 -1
  101. package/.next-prod/server/app/api/git/branch-diff/route.js +1 -1
  102. package/.next-prod/server/app/api/git/branch-diff/route.js.nft.json +1 -1
  103. package/.next-prod/server/app/api/git/branches/route.js +1 -1
  104. package/.next-prod/server/app/api/git/branches/route.js.nft.json +1 -1
  105. package/.next-prod/server/app/api/git/commit-diff/route.js +1 -1
  106. package/.next-prod/server/app/api/git/commit-diff/route.js.nft.json +1 -1
  107. package/.next-prod/server/app/api/git/commits/route.js +1 -1
  108. package/.next-prod/server/app/api/git/commits/route.js.nft.json +1 -1
  109. package/.next-prod/server/app/api/git/diff/route.js +1 -1
  110. package/.next-prod/server/app/api/git/diff/route.js.nft.json +1 -1
  111. package/.next-prod/server/app/api/git/discard/route.js +1 -1
  112. package/.next-prod/server/app/api/git/discard/route.js.nft.json +1 -1
  113. package/.next-prod/server/app/api/git/stage/route.js +1 -1
  114. package/.next-prod/server/app/api/git/stage/route.js.nft.json +1 -1
  115. package/.next-prod/server/app/api/git/status/route.js +1 -1
  116. package/.next-prod/server/app/api/git/status/route.js.nft.json +1 -1
  117. package/.next-prod/server/app/api/git/unstage/route.js +1 -1
  118. package/.next-prod/server/app/api/git/unstage/route.js.nft.json +1 -1
  119. package/.next-prod/server/app/api/git/worktree/route.js +1 -1
  120. package/.next-prod/server/app/api/git/worktree/route.js.nft.json +1 -1
  121. package/.next-prod/server/app/api/global-state/route.js +1 -1
  122. package/.next-prod/server/app/api/global-state/route.js.nft.json +1 -1
  123. package/.next-prod/server/app/api/jupyter/load/route.js +1 -1
  124. package/.next-prod/server/app/api/jupyter/load/route.js.nft.json +1 -1
  125. package/.next-prod/server/app/api/jupyter/save/route.js +1 -1
  126. package/.next-prod/server/app/api/jupyter/save/route.js.nft.json +1 -1
  127. package/.next-prod/server/app/api/jupyter/shutdown/route.js +1 -1
  128. package/.next-prod/server/app/api/jupyter/shutdown/route.js.nft.json +1 -1
  129. package/.next-prod/server/app/api/lsp/definition/route.js +1 -1
  130. package/.next-prod/server/app/api/lsp/definition/route.js.nft.json +1 -1
  131. package/.next-prod/server/app/api/lsp/hover/route.js +1 -1
  132. package/.next-prod/server/app/api/lsp/hover/route.js.nft.json +1 -1
  133. package/.next-prod/server/app/api/lsp/references/route.js +1 -1
  134. package/.next-prod/server/app/api/lsp/references/route.js.nft.json +1 -1
  135. package/.next-prod/server/app/api/lsp/status/route.js +1 -1
  136. package/.next-prod/server/app/api/lsp/status/route.js.nft.json +1 -1
  137. package/.next-prod/server/app/api/lsp/warmup/route.js +1 -1
  138. package/.next-prod/server/app/api/lsp/warmup/route.js.nft.json +1 -1
  139. package/.next-prod/server/app/api/mysql/columns/route.js +9 -9
  140. package/.next-prod/server/app/api/mysql/columns/route.js.nft.json +1 -1
  141. package/.next-prod/server/app/api/mysql/connect/route.js +1 -1
  142. package/.next-prod/server/app/api/mysql/connect/route.js.nft.json +1 -1
  143. package/.next-prod/server/app/api/mysql/disconnect/route.js +1 -1
  144. package/.next-prod/server/app/api/mysql/disconnect/route.js.nft.json +1 -1
  145. package/.next-prod/server/app/api/mysql/export/route.js +1 -1
  146. package/.next-prod/server/app/api/mysql/export/route.js.nft.json +1 -1
  147. package/.next-prod/server/app/api/mysql/query/route.js +1 -1
  148. package/.next-prod/server/app/api/mysql/query/route.js.nft.json +1 -1
  149. package/.next-prod/server/app/api/mysql/schemas/route.js +2 -2
  150. package/.next-prod/server/app/api/mysql/schemas/route.js.nft.json +1 -1
  151. package/.next-prod/server/app/api/neo4j/connect/route.js +1 -1
  152. package/.next-prod/server/app/api/neo4j/connect/route.js.nft.json +1 -1
  153. package/.next-prod/server/app/api/neo4j/disconnect/route.js +1 -1
  154. package/.next-prod/server/app/api/neo4j/disconnect/route.js.nft.json +1 -1
  155. package/.next-prod/server/app/api/neo4j/query/route.js +1 -1
  156. package/.next-prod/server/app/api/neo4j/query/route.js.nft.json +1 -1
  157. package/.next-prod/server/app/api/neo4j/schema/route.js +1 -1
  158. package/.next-prod/server/app/api/neo4j/schema/route.js.nft.json +1 -1
  159. package/.next-prod/server/app/api/note/route.js +1 -1
  160. package/.next-prod/server/app/api/note/route.js.nft.json +1 -1
  161. package/.next-prod/server/app/api/ollama/models/route.js +1 -1
  162. package/.next-prod/server/app/api/ollama/models/route.js.nft.json +1 -1
  163. package/.next-prod/server/app/api/ollama/start/route.js +1 -1
  164. package/.next-prod/server/app/api/ollama/start/route.js.nft.json +1 -1
  165. package/.next-prod/server/app/api/open-cursor/route.js +1 -1
  166. package/.next-prod/server/app/api/open-cursor/route.js.nft.json +1 -1
  167. package/.next-prod/server/app/api/open-vscode/route.js +1 -1
  168. package/.next-prod/server/app/api/open-vscode/route.js.nft.json +1 -1
  169. package/.next-prod/server/app/api/pick-folder/route.js +1 -1
  170. package/.next-prod/server/app/api/pick-folder/route.js.nft.json +1 -1
  171. package/.next-prod/server/app/api/pinned-sessions/route.js +1 -1
  172. package/.next-prod/server/app/api/pinned-sessions/route.js.nft.json +1 -1
  173. package/.next-prod/server/app/api/project-settings/route.js +1 -1
  174. package/.next-prod/server/app/api/project-settings/route.js.nft.json +1 -1
  175. package/.next-prod/server/app/api/project-state/route.js +1 -1
  176. package/.next-prod/server/app/api/project-state/route.js.nft.json +1 -1
  177. package/.next-prod/server/app/api/projectGraph/file/route.js +1 -1
  178. package/.next-prod/server/app/api/projectGraph/file/route.js.nft.json +1 -1
  179. package/.next-prod/server/app/api/projectGraph/file-functions/route.js +1 -1
  180. package/.next-prod/server/app/api/projectGraph/file-functions/route.js.nft.json +1 -1
  181. package/.next-prod/server/app/api/projectGraph/search/route.js +1 -1
  182. package/.next-prod/server/app/api/projectGraph/search/route.js.nft.json +1 -1
  183. package/.next-prod/server/app/api/projects/route.js +1 -1
  184. package/.next-prod/server/app/api/projects/route.js.nft.json +1 -1
  185. package/.next-prod/server/app/api/redis/command/route.js +1 -1
  186. package/.next-prod/server/app/api/redis/command/route.js.nft.json +1 -1
  187. package/.next-prod/server/app/api/redis/connect/route.js +1 -1
  188. package/.next-prod/server/app/api/redis/connect/route.js.nft.json +1 -1
  189. package/.next-prod/server/app/api/redis/delete/route.js +1 -1
  190. package/.next-prod/server/app/api/redis/delete/route.js.nft.json +1 -1
  191. package/.next-prod/server/app/api/redis/disconnect/route.js +1 -1
  192. package/.next-prod/server/app/api/redis/disconnect/route.js.nft.json +1 -1
  193. package/.next-prod/server/app/api/redis/get/route.js +1 -1
  194. package/.next-prod/server/app/api/redis/get/route.js.nft.json +1 -1
  195. package/.next-prod/server/app/api/redis/keys/route.js +1 -1
  196. package/.next-prod/server/app/api/redis/keys/route.js.nft.json +1 -1
  197. package/.next-prod/server/app/api/redis/set/route.js +1 -1
  198. package/.next-prod/server/app/api/redis/set/route.js.nft.json +1 -1
  199. package/.next-prod/server/app/api/review/[id]/comments/route.js +1 -1
  200. package/.next-prod/server/app/api/review/[id]/comments/route.js.nft.json +1 -1
  201. package/.next-prod/server/app/api/review/[id]/replies/route.js +1 -1
  202. package/.next-prod/server/app/api/review/[id]/replies/route.js.nft.json +1 -1
  203. package/.next-prod/server/app/api/review/[id]/route.js +1 -1
  204. package/.next-prod/server/app/api/review/[id]/route.js.nft.json +1 -1
  205. package/.next-prod/server/app/api/review/identify/route.js +1 -1
  206. package/.next-prod/server/app/api/review/identify/route.js.nft.json +1 -1
  207. package/.next-prod/server/app/api/review/order/route.js +1 -1
  208. package/.next-prod/server/app/api/review/order/route.js.nft.json +1 -1
  209. package/.next-prod/server/app/api/review/route.js +1 -1
  210. package/.next-prod/server/app/api/review/route.js.nft.json +1 -1
  211. package/.next-prod/server/app/api/review/share-info/route.js +1 -1
  212. package/.next-prod/server/app/api/review/share-info/route.js.nft.json +1 -1
  213. package/.next-prod/server/app/api/review/users/route.js +1 -1
  214. package/.next-prod/server/app/api/review/users/route.js.nft.json +1 -1
  215. package/.next-prod/server/app/api/scheduled-tasks/route.js +1 -1
  216. package/.next-prod/server/app/api/scheduled-tasks/route.js.nft.json +1 -1
  217. package/.next-prod/server/app/api/services/config/route.js +1 -1
  218. package/.next-prod/server/app/api/services/config/route.js.nft.json +1 -1
  219. package/.next-prod/server/app/api/services/scripts/route.js +1 -1
  220. package/.next-prod/server/app/api/services/scripts/route.js.nft.json +1 -1
  221. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js +1 -1
  222. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js.nft.json +1 -1
  223. package/.next-prod/server/app/api/session/[sessionId]/history/route.js +1 -1
  224. package/.next-prod/server/app/api/session/[sessionId]/history/route.js.nft.json +1 -1
  225. package/.next-prod/server/app/api/session-by-path/route.js +1 -1
  226. package/.next-prod/server/app/api/session-by-path/route.js.nft.json +1 -1
  227. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js +1 -1
  228. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js.nft.json +1 -1
  229. package/.next-prod/server/app/api/sessions/projects/route.js +1 -1
  230. package/.next-prod/server/app/api/sessions/projects/route.js.nft.json +1 -1
  231. package/.next-prod/server/app/api/sessions/route.js +1 -1
  232. package/.next-prod/server/app/api/sessions/route.js.nft.json +1 -1
  233. package/.next-prod/server/app/api/settings/route.js +1 -1
  234. package/.next-prod/server/app/api/settings/route.js.nft.json +1 -1
  235. package/.next-prod/server/app/api/skills/[id]/route.js +1 -1
  236. package/.next-prod/server/app/api/skills/[id]/route.js.nft.json +1 -1
  237. package/.next-prod/server/app/api/skills/content/route.js +1 -1
  238. package/.next-prod/server/app/api/skills/content/route.js.nft.json +1 -1
  239. package/.next-prod/server/app/api/skills/route.js +1 -1
  240. package/.next-prod/server/app/api/skills/route.js.nft.json +1 -1
  241. package/.next-prod/server/app/api/terminal/aliases/route.js +1 -1
  242. package/.next-prod/server/app/api/terminal/aliases/route.js.nft.json +1 -1
  243. package/.next-prod/server/app/api/terminal/autocomplete/route.js +1 -1
  244. package/.next-prod/server/app/api/terminal/autocomplete/route.js.nft.json +1 -1
  245. package/.next-prod/server/app/api/terminal/bubble-order/route.js +1 -1
  246. package/.next-prod/server/app/api/terminal/bubble-order/route.js.nft.json +1 -1
  247. package/.next-prod/server/app/api/terminal/env/route.js +1 -1
  248. package/.next-prod/server/app/api/terminal/env/route.js.nft.json +1 -1
  249. package/.next-prod/server/app/api/terminal/history/route.js +1 -1
  250. package/.next-prod/server/app/api/terminal/history/route.js.nft.json +1 -1
  251. package/.next-prod/server/app/api/version/route.js +1 -1
  252. package/.next-prod/server/app/api/version/route.js.nft.json +1 -1
  253. package/.next-prod/server/app/favicon.ico/route.js +1 -1
  254. package/.next-prod/server/app/favicon.ico/route.js.nft.json +1 -1
  255. package/.next-prod/server/app/manifest.webmanifest/route.js +2 -2
  256. package/.next-prod/server/app/manifest.webmanifest/route.js.nft.json +1 -1
  257. package/.next-prod/server/app/manifest.webmanifest.body +1 -1
  258. package/.next-prod/server/app/page.js +2 -2
  259. package/.next-prod/server/app/page.js.nft.json +1 -1
  260. package/.next-prod/server/app/page_client-reference-manifest.js +1 -1
  261. package/.next-prod/server/app/project/page.js +2 -2
  262. package/.next-prod/server/app/project/page.js.nft.json +1 -1
  263. package/.next-prod/server/app/project/page_client-reference-manifest.js +1 -1
  264. package/.next-prod/server/app/review/[id]/page.js +2 -2
  265. package/.next-prod/server/app/review/[id]/page.js.nft.json +1 -1
  266. package/.next-prod/server/app/review/[id]/page_client-reference-manifest.js +1 -1
  267. package/.next-prod/server/app-paths-manifest.json +12 -10
  268. package/.next-prod/server/chunks/2728.js +1 -0
  269. package/.next-prod/server/chunks/304.js +1 -0
  270. package/.next-prod/server/chunks/3718.js +1 -0
  271. package/.next-prod/server/chunks/3863.js +1 -0
  272. package/.next-prod/server/chunks/4034.js +114 -0
  273. package/.next-prod/server/chunks/4741.js +2 -2
  274. package/.next-prod/server/chunks/5159.js +1 -0
  275. package/.next-prod/server/chunks/{6007.js → 5292.js} +2 -2
  276. package/.next-prod/server/chunks/5616.js +1 -0
  277. package/.next-prod/server/chunks/6955.js +1 -0
  278. package/.next-prod/server/chunks/7184.js +244 -0
  279. package/.next-prod/server/chunks/7973.js +15 -0
  280. package/.next-prod/server/chunks/8916.js +1 -0
  281. package/.next-prod/server/chunks/9658.js +42 -0
  282. package/.next-prod/server/functions-config-manifest.json +2 -0
  283. package/.next-prod/server/middleware-build-manifest.js +1 -1
  284. package/.next-prod/server/middleware-react-loadable-manifest.js +1 -1
  285. package/.next-prod/server/pages/404.html +1 -1
  286. package/.next-prod/server/pages/500.html +1 -1
  287. package/.next-prod/server/server-reference-manifest.json +1 -1
  288. package/.next-prod/static/LJRtmjYCuVrSA_dcelxlR/_buildManifest.js +1 -0
  289. package/.next-prod/static/chunks/2580.69af80de5bcfcefe.js +1 -0
  290. package/.next-prod/static/chunks/2708.7263182a029113c8.js +1 -0
  291. package/.next-prod/static/chunks/327-9ffab8f0b2b0b4cd.js +13 -0
  292. package/.next-prod/static/chunks/{3794-3fb4e6ee851037bb.js → 3794-ba2500baa4c52d55.js} +3 -3
  293. package/.next-prod/static/chunks/5188-6ad3d686c5e9fb28.js +29 -0
  294. package/.next-prod/static/chunks/{5204-c8293184aa55cdd5.js → 5204-babf0d0290febbec.js} +1 -1
  295. package/.next-prod/static/chunks/6345-3c06cdc8c89677b8.js +14 -0
  296. package/.next-prod/static/chunks/7562.8fdc3abdd45c77ab.js +1 -0
  297. package/.next-prod/static/chunks/9012.6ed079104670001d.js +1 -0
  298. package/.next-prod/static/chunks/9617.d038e8ea9fc93e24.js +1 -0
  299. package/.next-prod/static/chunks/96c8525a-f1e0653013503d49.js +2 -0
  300. package/.next-prod/static/chunks/app/_global-error/page-826847d169541fa9.js +1 -0
  301. package/.next-prod/static/chunks/app/api/agent/test/route-826847d169541fa9.js +1 -0
  302. package/.next-prod/static/chunks/app/api/bash/route-826847d169541fa9.js +1 -0
  303. package/.next-prod/static/chunks/app/api/chat/codex/route-826847d169541fa9.js +1 -0
  304. package/.next-prod/static/chunks/app/api/chat/deepseek/route-826847d169541fa9.js +1 -0
  305. package/.next-prod/static/chunks/app/api/chat/kimi/route-826847d169541fa9.js +1 -0
  306. package/.next-prod/static/chunks/app/api/chat/ollama/route-826847d169541fa9.js +1 -0
  307. package/.next-prod/static/chunks/app/api/chat/route-826847d169541fa9.js +1 -0
  308. package/.next-prod/static/chunks/app/api/claude-stats/route-826847d169541fa9.js +1 -0
  309. package/.next-prod/static/chunks/app/api/commands/route-826847d169541fa9.js +1 -0
  310. package/.next-prod/static/chunks/app/api/comments/route-826847d169541fa9.js +1 -0
  311. package/.next-prod/static/chunks/app/api/db/columns/route-826847d169541fa9.js +1 -0
  312. package/.next-prod/static/chunks/app/api/db/connect/route-826847d169541fa9.js +1 -0
  313. package/.next-prod/static/chunks/app/api/db/disconnect/route-826847d169541fa9.js +1 -0
  314. package/.next-prod/static/chunks/app/api/db/export/route-826847d169541fa9.js +1 -0
  315. package/.next-prod/static/chunks/app/api/db/query/route-826847d169541fa9.js +1 -0
  316. package/.next-prod/static/chunks/app/api/db/schemas/route-826847d169541fa9.js +1 -0
  317. package/.next-prod/static/chunks/app/api/dev/spans/route-826847d169541fa9.js +1 -0
  318. package/.next-prod/static/chunks/app/api/extension/version/route-826847d169541fa9.js +1 -0
  319. package/.next-prod/static/chunks/app/api/file/route-826847d169541fa9.js +1 -0
  320. package/.next-prod/static/chunks/app/api/files/blame/route-826847d169541fa9.js +1 -0
  321. package/.next-prod/static/chunks/app/api/files/clipboard/route-826847d169541fa9.js +1 -0
  322. package/.next-prod/static/chunks/app/api/files/copy/route-826847d169541fa9.js +1 -0
  323. package/.next-prod/static/chunks/app/api/files/delete/route-826847d169541fa9.js +1 -0
  324. package/.next-prod/static/chunks/app/api/files/expanded/route-826847d169541fa9.js +1 -0
  325. package/.next-prod/static/chunks/app/api/files/index/route-826847d169541fa9.js +1 -0
  326. package/.next-prod/static/chunks/app/api/files/init/route-826847d169541fa9.js +1 -0
  327. package/.next-prod/static/chunks/app/api/files/paste/route-826847d169541fa9.js +1 -0
  328. package/.next-prod/static/chunks/app/api/files/read/route-826847d169541fa9.js +1 -0
  329. package/.next-prod/static/chunks/app/api/files/readdir/route-826847d169541fa9.js +1 -0
  330. package/.next-prod/static/chunks/app/api/files/recent/route-826847d169541fa9.js +1 -0
  331. package/.next-prod/static/chunks/app/api/files/save/route-826847d169541fa9.js +1 -0
  332. package/.next-prod/static/chunks/app/api/files/search/route-826847d169541fa9.js +1 -0
  333. package/.next-prod/static/chunks/app/api/files/stat/route-826847d169541fa9.js +1 -0
  334. package/.next-prod/static/chunks/app/api/files/text/route-826847d169541fa9.js +1 -0
  335. package/.next-prod/static/chunks/app/api/git/branch-diff/route-826847d169541fa9.js +1 -0
  336. package/.next-prod/static/chunks/app/api/git/branches/route-826847d169541fa9.js +1 -0
  337. package/.next-prod/static/chunks/app/api/git/commit-diff/route-826847d169541fa9.js +1 -0
  338. package/.next-prod/static/chunks/app/api/git/commits/route-826847d169541fa9.js +1 -0
  339. package/.next-prod/static/chunks/app/api/git/diff/route-826847d169541fa9.js +1 -0
  340. package/.next-prod/static/chunks/app/api/git/discard/route-826847d169541fa9.js +1 -0
  341. package/.next-prod/static/chunks/app/api/git/stage/route-826847d169541fa9.js +1 -0
  342. package/.next-prod/static/chunks/app/api/git/status/route-826847d169541fa9.js +1 -0
  343. package/.next-prod/static/chunks/app/api/git/unstage/route-826847d169541fa9.js +1 -0
  344. package/.next-prod/static/chunks/app/api/git/worktree/route-826847d169541fa9.js +1 -0
  345. package/.next-prod/static/chunks/app/api/global-state/route-826847d169541fa9.js +1 -0
  346. package/.next-prod/static/chunks/app/api/jupyter/load/route-826847d169541fa9.js +1 -0
  347. package/.next-prod/static/chunks/app/api/jupyter/save/route-826847d169541fa9.js +1 -0
  348. package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-826847d169541fa9.js +1 -0
  349. package/.next-prod/static/chunks/app/api/lsp/definition/route-826847d169541fa9.js +1 -0
  350. package/.next-prod/static/chunks/app/api/lsp/hover/route-826847d169541fa9.js +1 -0
  351. package/.next-prod/static/chunks/app/api/lsp/references/route-826847d169541fa9.js +1 -0
  352. package/.next-prod/static/chunks/app/api/lsp/status/route-826847d169541fa9.js +1 -0
  353. package/.next-prod/static/chunks/app/api/lsp/warmup/route-826847d169541fa9.js +1 -0
  354. package/.next-prod/static/chunks/app/api/mysql/columns/route-826847d169541fa9.js +1 -0
  355. package/.next-prod/static/chunks/app/api/mysql/connect/route-826847d169541fa9.js +1 -0
  356. package/.next-prod/static/chunks/app/api/mysql/disconnect/route-826847d169541fa9.js +1 -0
  357. package/.next-prod/static/chunks/app/api/mysql/export/route-826847d169541fa9.js +1 -0
  358. package/.next-prod/static/chunks/app/api/mysql/query/route-826847d169541fa9.js +1 -0
  359. package/.next-prod/static/chunks/app/api/mysql/schemas/route-826847d169541fa9.js +1 -0
  360. package/.next-prod/static/chunks/app/api/neo4j/connect/route-826847d169541fa9.js +1 -0
  361. package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-826847d169541fa9.js +1 -0
  362. package/.next-prod/static/chunks/app/api/neo4j/query/route-826847d169541fa9.js +1 -0
  363. package/.next-prod/static/chunks/app/api/neo4j/schema/route-826847d169541fa9.js +1 -0
  364. package/.next-prod/static/chunks/app/api/note/route-826847d169541fa9.js +1 -0
  365. package/.next-prod/static/chunks/app/api/ollama/models/route-826847d169541fa9.js +1 -0
  366. package/.next-prod/static/chunks/app/api/ollama/start/route-826847d169541fa9.js +1 -0
  367. package/.next-prod/static/chunks/app/api/open-cursor/route-826847d169541fa9.js +1 -0
  368. package/.next-prod/static/chunks/app/api/open-vscode/route-826847d169541fa9.js +1 -0
  369. package/.next-prod/static/chunks/app/api/pick-folder/route-826847d169541fa9.js +1 -0
  370. package/.next-prod/static/chunks/app/api/pinned-sessions/route-826847d169541fa9.js +1 -0
  371. package/.next-prod/static/chunks/app/api/project-settings/route-826847d169541fa9.js +1 -0
  372. package/.next-prod/static/chunks/app/api/project-state/route-826847d169541fa9.js +1 -0
  373. package/.next-prod/static/chunks/app/api/projectGraph/file/route-826847d169541fa9.js +1 -0
  374. package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-826847d169541fa9.js +1 -0
  375. package/.next-prod/static/chunks/app/api/projectGraph/search/route-826847d169541fa9.js +1 -0
  376. package/.next-prod/static/chunks/app/api/projects/route-826847d169541fa9.js +1 -0
  377. package/.next-prod/static/chunks/app/api/redis/command/route-826847d169541fa9.js +1 -0
  378. package/.next-prod/static/chunks/app/api/redis/connect/route-826847d169541fa9.js +1 -0
  379. package/.next-prod/static/chunks/app/api/redis/delete/route-826847d169541fa9.js +1 -0
  380. package/.next-prod/static/chunks/app/api/redis/disconnect/route-826847d169541fa9.js +1 -0
  381. package/.next-prod/static/chunks/app/api/redis/get/route-826847d169541fa9.js +1 -0
  382. package/.next-prod/static/chunks/app/api/redis/keys/route-826847d169541fa9.js +1 -0
  383. package/.next-prod/static/chunks/app/api/redis/set/route-826847d169541fa9.js +1 -0
  384. package/.next-prod/static/chunks/app/api/review/[id]/comments/route-826847d169541fa9.js +1 -0
  385. package/.next-prod/static/chunks/app/api/review/[id]/replies/route-826847d169541fa9.js +1 -0
  386. package/.next-prod/static/chunks/app/api/review/[id]/route-826847d169541fa9.js +1 -0
  387. package/.next-prod/static/chunks/app/api/review/identify/route-826847d169541fa9.js +1 -0
  388. package/.next-prod/static/chunks/app/api/review/order/route-826847d169541fa9.js +1 -0
  389. package/.next-prod/static/chunks/app/api/review/route-826847d169541fa9.js +1 -0
  390. package/.next-prod/static/chunks/app/api/review/share-info/route-826847d169541fa9.js +1 -0
  391. package/.next-prod/static/chunks/app/api/review/users/route-826847d169541fa9.js +1 -0
  392. package/.next-prod/static/chunks/app/api/scheduled-tasks/route-826847d169541fa9.js +1 -0
  393. package/.next-prod/static/chunks/app/api/services/config/route-826847d169541fa9.js +1 -0
  394. package/.next-prod/static/chunks/app/api/services/scripts/route-826847d169541fa9.js +1 -0
  395. package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-826847d169541fa9.js +1 -0
  396. package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-826847d169541fa9.js +1 -0
  397. package/.next-prod/static/chunks/app/api/session-by-path/route-826847d169541fa9.js +1 -0
  398. package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-826847d169541fa9.js +1 -0
  399. package/.next-prod/static/chunks/app/api/sessions/projects/route-826847d169541fa9.js +1 -0
  400. package/.next-prod/static/chunks/app/api/sessions/route-826847d169541fa9.js +1 -0
  401. package/.next-prod/static/chunks/app/api/settings/route-826847d169541fa9.js +1 -0
  402. package/.next-prod/static/chunks/app/api/skills/[id]/route-826847d169541fa9.js +1 -0
  403. package/.next-prod/static/chunks/app/api/skills/content/route-826847d169541fa9.js +1 -0
  404. package/.next-prod/static/chunks/app/api/skills/route-826847d169541fa9.js +1 -0
  405. package/.next-prod/static/chunks/app/api/terminal/aliases/route-826847d169541fa9.js +1 -0
  406. package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-826847d169541fa9.js +1 -0
  407. package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-826847d169541fa9.js +1 -0
  408. package/.next-prod/static/chunks/app/api/terminal/env/route-826847d169541fa9.js +1 -0
  409. package/.next-prod/static/chunks/app/api/terminal/history/route-826847d169541fa9.js +1 -0
  410. package/.next-prod/static/chunks/app/api/version/route-826847d169541fa9.js +1 -0
  411. package/.next-prod/static/chunks/app/layout-a0362651ba6e6e6f.js +1 -0
  412. package/.next-prod/static/chunks/app/manifest.webmanifest/route-826847d169541fa9.js +1 -0
  413. package/.next-prod/static/chunks/app/{page-db32ebfdf1ac9174.js → page-1b14cabf47df9ff7.js} +1 -1
  414. package/.next-prod/static/chunks/app/project/{page-db32ebfdf1ac9174.js → page-1b14cabf47df9ff7.js} +1 -1
  415. package/.next-prod/static/chunks/app/review/[id]/page-7db3a48a13f1840c.js +1 -0
  416. package/.next-prod/static/chunks/bc21e3dd-a78364524623b9b0.js +1 -0
  417. package/.next-prod/static/chunks/{main-5a46314a5491113b.js → main-79827b1543335b12.js} +3 -3
  418. package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-826847d169541fa9.js +1 -0
  419. package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-826847d169541fa9.js +1 -0
  420. package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-826847d169541fa9.js +1 -0
  421. package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-826847d169541fa9.js +1 -0
  422. package/.next-prod/static/chunks/webpack-b618ac52d349e5ca.js +1 -0
  423. package/.next-prod/static/css/dcde719317bea028.css +1 -0
  424. package/.next-prod/trace +12 -12
  425. package/.next-prod/trace-build +1 -1
  426. package/.next-prod/types/app/api/agent/test/route.ts +351 -0
  427. package/.next-prod/types/app/api/dev/spans/route.ts +351 -0
  428. package/.next-prod/types/routes.d.ts +3 -1
  429. package/.next-prod/types/validator.ts +18 -0
  430. package/README.md +29 -8
  431. package/README.zh.md +30 -9
  432. package/dist/{chunk-VCZEGP64.mjs → chunk-FBR4KJI5.mjs} +24 -250
  433. package/dist/chunk-OWUW2O3D.mjs +28475 -0
  434. package/dist/{chunk-RSHKDWJM.mjs → chunk-TXBVUZVH.mjs} +94 -0
  435. package/dist/httpApi.mjs +239 -0
  436. package/dist/scheduledTasks.mjs +1239 -66
  437. package/dist/{server-K6XWP7DX.mjs → server-E7G55DY7.mjs} +9 -10
  438. package/dist/wsServer.mjs +867 -704
  439. package/package.json +17 -4
  440. package/server.mjs +3 -1
  441. package/.next-prod/server/chunks/240.js +0 -1
  442. package/.next-prod/server/chunks/3204.js +0 -42
  443. package/.next-prod/server/chunks/5466.js +0 -1
  444. package/.next-prod/server/chunks/7264.js +0 -5
  445. package/.next-prod/server/chunks/8465.js +0 -15
  446. package/.next-prod/server/chunks/8750.js +0 -1
  447. package/.next-prod/server/chunks/900.js +0 -1
  448. package/.next-prod/server/chunks/9255.js +0 -1
  449. package/.next-prod/server/chunks/9755.js +0 -101
  450. package/.next-prod/server/chunks/987.js +0 -139
  451. package/.next-prod/static/WsSesL2O_jRoZztt2Y5r6/_buildManifest.js +0 -1
  452. package/.next-prod/static/chunks/327.8ecab0b86d52b597.js +0 -1
  453. package/.next-prod/static/chunks/5660-3d87dfb12f95e96d.js +0 -29
  454. package/.next-prod/static/chunks/6028-1d6ced1439a3f01f.js +0 -1
  455. package/.next-prod/static/chunks/6345-6b34b0528ff833a1.js +0 -14
  456. package/.next-prod/static/chunks/app/_global-error/page-7975a2b8c7d0b214.js +0 -1
  457. package/.next-prod/static/chunks/app/api/bash/route-7975a2b8c7d0b214.js +0 -1
  458. package/.next-prod/static/chunks/app/api/chat/codex/route-7975a2b8c7d0b214.js +0 -1
  459. package/.next-prod/static/chunks/app/api/chat/deepseek/route-7975a2b8c7d0b214.js +0 -1
  460. package/.next-prod/static/chunks/app/api/chat/kimi/route-7975a2b8c7d0b214.js +0 -1
  461. package/.next-prod/static/chunks/app/api/chat/ollama/route-7975a2b8c7d0b214.js +0 -1
  462. package/.next-prod/static/chunks/app/api/chat/route-7975a2b8c7d0b214.js +0 -1
  463. package/.next-prod/static/chunks/app/api/claude-stats/route-7975a2b8c7d0b214.js +0 -1
  464. package/.next-prod/static/chunks/app/api/commands/route-7975a2b8c7d0b214.js +0 -1
  465. package/.next-prod/static/chunks/app/api/comments/route-7975a2b8c7d0b214.js +0 -1
  466. package/.next-prod/static/chunks/app/api/db/columns/route-7975a2b8c7d0b214.js +0 -1
  467. package/.next-prod/static/chunks/app/api/db/connect/route-7975a2b8c7d0b214.js +0 -1
  468. package/.next-prod/static/chunks/app/api/db/disconnect/route-7975a2b8c7d0b214.js +0 -1
  469. package/.next-prod/static/chunks/app/api/db/export/route-7975a2b8c7d0b214.js +0 -1
  470. package/.next-prod/static/chunks/app/api/db/query/route-7975a2b8c7d0b214.js +0 -1
  471. package/.next-prod/static/chunks/app/api/db/schemas/route-7975a2b8c7d0b214.js +0 -1
  472. package/.next-prod/static/chunks/app/api/extension/version/route-7975a2b8c7d0b214.js +0 -1
  473. package/.next-prod/static/chunks/app/api/file/route-7975a2b8c7d0b214.js +0 -1
  474. package/.next-prod/static/chunks/app/api/files/blame/route-7975a2b8c7d0b214.js +0 -1
  475. package/.next-prod/static/chunks/app/api/files/clipboard/route-7975a2b8c7d0b214.js +0 -1
  476. package/.next-prod/static/chunks/app/api/files/copy/route-7975a2b8c7d0b214.js +0 -1
  477. package/.next-prod/static/chunks/app/api/files/delete/route-7975a2b8c7d0b214.js +0 -1
  478. package/.next-prod/static/chunks/app/api/files/expanded/route-7975a2b8c7d0b214.js +0 -1
  479. package/.next-prod/static/chunks/app/api/files/index/route-7975a2b8c7d0b214.js +0 -1
  480. package/.next-prod/static/chunks/app/api/files/init/route-7975a2b8c7d0b214.js +0 -1
  481. package/.next-prod/static/chunks/app/api/files/paste/route-7975a2b8c7d0b214.js +0 -1
  482. package/.next-prod/static/chunks/app/api/files/read/route-7975a2b8c7d0b214.js +0 -1
  483. package/.next-prod/static/chunks/app/api/files/readdir/route-7975a2b8c7d0b214.js +0 -1
  484. package/.next-prod/static/chunks/app/api/files/recent/route-7975a2b8c7d0b214.js +0 -1
  485. package/.next-prod/static/chunks/app/api/files/save/route-7975a2b8c7d0b214.js +0 -1
  486. package/.next-prod/static/chunks/app/api/files/search/route-7975a2b8c7d0b214.js +0 -1
  487. package/.next-prod/static/chunks/app/api/files/stat/route-7975a2b8c7d0b214.js +0 -1
  488. package/.next-prod/static/chunks/app/api/files/text/route-7975a2b8c7d0b214.js +0 -1
  489. package/.next-prod/static/chunks/app/api/git/branch-diff/route-7975a2b8c7d0b214.js +0 -1
  490. package/.next-prod/static/chunks/app/api/git/branches/route-7975a2b8c7d0b214.js +0 -1
  491. package/.next-prod/static/chunks/app/api/git/commit-diff/route-7975a2b8c7d0b214.js +0 -1
  492. package/.next-prod/static/chunks/app/api/git/commits/route-7975a2b8c7d0b214.js +0 -1
  493. package/.next-prod/static/chunks/app/api/git/diff/route-7975a2b8c7d0b214.js +0 -1
  494. package/.next-prod/static/chunks/app/api/git/discard/route-7975a2b8c7d0b214.js +0 -1
  495. package/.next-prod/static/chunks/app/api/git/stage/route-7975a2b8c7d0b214.js +0 -1
  496. package/.next-prod/static/chunks/app/api/git/status/route-7975a2b8c7d0b214.js +0 -1
  497. package/.next-prod/static/chunks/app/api/git/unstage/route-7975a2b8c7d0b214.js +0 -1
  498. package/.next-prod/static/chunks/app/api/git/worktree/route-7975a2b8c7d0b214.js +0 -1
  499. package/.next-prod/static/chunks/app/api/global-state/route-7975a2b8c7d0b214.js +0 -1
  500. package/.next-prod/static/chunks/app/api/jupyter/load/route-7975a2b8c7d0b214.js +0 -1
  501. package/.next-prod/static/chunks/app/api/jupyter/save/route-7975a2b8c7d0b214.js +0 -1
  502. package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-7975a2b8c7d0b214.js +0 -1
  503. package/.next-prod/static/chunks/app/api/lsp/definition/route-7975a2b8c7d0b214.js +0 -1
  504. package/.next-prod/static/chunks/app/api/lsp/hover/route-7975a2b8c7d0b214.js +0 -1
  505. package/.next-prod/static/chunks/app/api/lsp/references/route-7975a2b8c7d0b214.js +0 -1
  506. package/.next-prod/static/chunks/app/api/lsp/status/route-7975a2b8c7d0b214.js +0 -1
  507. package/.next-prod/static/chunks/app/api/lsp/warmup/route-7975a2b8c7d0b214.js +0 -1
  508. package/.next-prod/static/chunks/app/api/mysql/columns/route-7975a2b8c7d0b214.js +0 -1
  509. package/.next-prod/static/chunks/app/api/mysql/connect/route-7975a2b8c7d0b214.js +0 -1
  510. package/.next-prod/static/chunks/app/api/mysql/disconnect/route-7975a2b8c7d0b214.js +0 -1
  511. package/.next-prod/static/chunks/app/api/mysql/export/route-7975a2b8c7d0b214.js +0 -1
  512. package/.next-prod/static/chunks/app/api/mysql/query/route-7975a2b8c7d0b214.js +0 -1
  513. package/.next-prod/static/chunks/app/api/mysql/schemas/route-7975a2b8c7d0b214.js +0 -1
  514. package/.next-prod/static/chunks/app/api/neo4j/connect/route-7975a2b8c7d0b214.js +0 -1
  515. package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-7975a2b8c7d0b214.js +0 -1
  516. package/.next-prod/static/chunks/app/api/neo4j/query/route-7975a2b8c7d0b214.js +0 -1
  517. package/.next-prod/static/chunks/app/api/neo4j/schema/route-7975a2b8c7d0b214.js +0 -1
  518. package/.next-prod/static/chunks/app/api/note/route-7975a2b8c7d0b214.js +0 -1
  519. package/.next-prod/static/chunks/app/api/ollama/models/route-7975a2b8c7d0b214.js +0 -1
  520. package/.next-prod/static/chunks/app/api/ollama/start/route-7975a2b8c7d0b214.js +0 -1
  521. package/.next-prod/static/chunks/app/api/open-cursor/route-7975a2b8c7d0b214.js +0 -1
  522. package/.next-prod/static/chunks/app/api/open-vscode/route-7975a2b8c7d0b214.js +0 -1
  523. package/.next-prod/static/chunks/app/api/pick-folder/route-7975a2b8c7d0b214.js +0 -1
  524. package/.next-prod/static/chunks/app/api/pinned-sessions/route-7975a2b8c7d0b214.js +0 -1
  525. package/.next-prod/static/chunks/app/api/project-settings/route-7975a2b8c7d0b214.js +0 -1
  526. package/.next-prod/static/chunks/app/api/project-state/route-7975a2b8c7d0b214.js +0 -1
  527. package/.next-prod/static/chunks/app/api/projectGraph/file/route-7975a2b8c7d0b214.js +0 -1
  528. package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-7975a2b8c7d0b214.js +0 -1
  529. package/.next-prod/static/chunks/app/api/projectGraph/search/route-7975a2b8c7d0b214.js +0 -1
  530. package/.next-prod/static/chunks/app/api/projects/route-7975a2b8c7d0b214.js +0 -1
  531. package/.next-prod/static/chunks/app/api/redis/command/route-7975a2b8c7d0b214.js +0 -1
  532. package/.next-prod/static/chunks/app/api/redis/connect/route-7975a2b8c7d0b214.js +0 -1
  533. package/.next-prod/static/chunks/app/api/redis/delete/route-7975a2b8c7d0b214.js +0 -1
  534. package/.next-prod/static/chunks/app/api/redis/disconnect/route-7975a2b8c7d0b214.js +0 -1
  535. package/.next-prod/static/chunks/app/api/redis/get/route-7975a2b8c7d0b214.js +0 -1
  536. package/.next-prod/static/chunks/app/api/redis/keys/route-7975a2b8c7d0b214.js +0 -1
  537. package/.next-prod/static/chunks/app/api/redis/set/route-7975a2b8c7d0b214.js +0 -1
  538. package/.next-prod/static/chunks/app/api/review/[id]/comments/route-7975a2b8c7d0b214.js +0 -1
  539. package/.next-prod/static/chunks/app/api/review/[id]/replies/route-7975a2b8c7d0b214.js +0 -1
  540. package/.next-prod/static/chunks/app/api/review/[id]/route-7975a2b8c7d0b214.js +0 -1
  541. package/.next-prod/static/chunks/app/api/review/identify/route-7975a2b8c7d0b214.js +0 -1
  542. package/.next-prod/static/chunks/app/api/review/order/route-7975a2b8c7d0b214.js +0 -1
  543. package/.next-prod/static/chunks/app/api/review/route-7975a2b8c7d0b214.js +0 -1
  544. package/.next-prod/static/chunks/app/api/review/share-info/route-7975a2b8c7d0b214.js +0 -1
  545. package/.next-prod/static/chunks/app/api/review/users/route-7975a2b8c7d0b214.js +0 -1
  546. package/.next-prod/static/chunks/app/api/scheduled-tasks/route-7975a2b8c7d0b214.js +0 -1
  547. package/.next-prod/static/chunks/app/api/services/config/route-7975a2b8c7d0b214.js +0 -1
  548. package/.next-prod/static/chunks/app/api/services/scripts/route-7975a2b8c7d0b214.js +0 -1
  549. package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-7975a2b8c7d0b214.js +0 -1
  550. package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-7975a2b8c7d0b214.js +0 -1
  551. package/.next-prod/static/chunks/app/api/session-by-path/route-7975a2b8c7d0b214.js +0 -1
  552. package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-7975a2b8c7d0b214.js +0 -1
  553. package/.next-prod/static/chunks/app/api/sessions/projects/route-7975a2b8c7d0b214.js +0 -1
  554. package/.next-prod/static/chunks/app/api/sessions/route-7975a2b8c7d0b214.js +0 -1
  555. package/.next-prod/static/chunks/app/api/settings/route-7975a2b8c7d0b214.js +0 -1
  556. package/.next-prod/static/chunks/app/api/skills/[id]/route-7975a2b8c7d0b214.js +0 -1
  557. package/.next-prod/static/chunks/app/api/skills/content/route-7975a2b8c7d0b214.js +0 -1
  558. package/.next-prod/static/chunks/app/api/skills/route-7975a2b8c7d0b214.js +0 -1
  559. package/.next-prod/static/chunks/app/api/terminal/aliases/route-7975a2b8c7d0b214.js +0 -1
  560. package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-7975a2b8c7d0b214.js +0 -1
  561. package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-7975a2b8c7d0b214.js +0 -1
  562. package/.next-prod/static/chunks/app/api/terminal/env/route-7975a2b8c7d0b214.js +0 -1
  563. package/.next-prod/static/chunks/app/api/terminal/history/route-7975a2b8c7d0b214.js +0 -1
  564. package/.next-prod/static/chunks/app/api/version/route-7975a2b8c7d0b214.js +0 -1
  565. package/.next-prod/static/chunks/app/layout-92d5dcd25bad9196.js +0 -1
  566. package/.next-prod/static/chunks/app/manifest.webmanifest/route-7975a2b8c7d0b214.js +0 -1
  567. package/.next-prod/static/chunks/app/review/[id]/page-05cd4cb51babd64c.js +0 -1
  568. package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-7975a2b8c7d0b214.js +0 -1
  569. package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-7975a2b8c7d0b214.js +0 -1
  570. package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-7975a2b8c7d0b214.js +0 -1
  571. package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-7975a2b8c7d0b214.js +0 -1
  572. package/.next-prod/static/chunks/webpack-bb0c02e3a9602d78.js +0 -1
  573. package/.next-prod/static/css/a7974d62fe853925.css +0 -1
  574. package/dist/chunk-HIRLDMCH.mjs +0 -314
  575. /package/.next-prod/static/{WsSesL2O_jRoZztt2Y5r6 → LJRtmjYCuVrSA_dcelxlR}/_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":false}},"8648":{"*":{"id":"34001","name":"*","chunks":[],"async":true}},"19736":{"*":{"id":"61130","name":"*","chunks":[],"async":true}},"21484":{"*":{"id":"77220","name":"*","chunks":[],"async":true}},"24058":{"*":{"id":"3588","name":"*","chunks":[],"async":true}},"26719":{"*":{"id":"67045","name":"*","chunks":[],"async":false}},"28898":{"*":{"id":"45354","name":"*","chunks":[],"async":false}},"42593":{"*":{"id":"90929","name":"*","chunks":[],"async":false}},"43430":{"*":{"id":"99033","name":"*","chunks":[],"async":true}},"47617":{"*":{"id":"29491","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"58490":{"*":{"id":"77462","name":"*","chunks":[],"async":true}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62177":{"*":{"id":"67134","name":"*","chunks":[],"async":true}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"69958":{"*":{"id":"8077","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":"47846","name":"*","chunks":[],"async":true}},"82032":{"*":{"id":"12568","name":"*","chunks":[],"async":true}},"83519":{"*":{"id":"94481","name":"*","chunks":[],"async":false}},"83678":{"*":{"id":"77120","name":"*","chunks":[],"async":false}},"84310":{"*":{"id":"76552","name":"*","chunks":[],"async":true}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"89039":{"*":{"id":"37129","name":"*","chunks":[],"async":true}},"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/dist/client/script.js":{"id":42593,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","7177","static/chunks/app/layout-92d5dcd25bad9196.js"],"async":false},"/home/runner/work/cockpit/cockpit/node_modules/next/dist/esm/client/script.js":{"id":42593,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","7177","static/chunks/app/layout-92d5dcd25bad9196.js"],"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","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","7177","static/chunks/app/layout-92d5dcd25bad9196.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","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","7177","static/chunks/app/layout-92d5dcd25bad9196.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","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","7177","static/chunks/app/layout-92d5dcd25bad9196.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","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","8974","static/chunks/app/page-db32ebfdf1ac9174.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","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","8974","static/chunks/app/page-db32ebfdf1ac9174.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/NoteModal.tsx":{"id":8648,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","8974","static/chunks/app/page-db32ebfdf1ac9174.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","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","8974","static/chunks/app/page-db32ebfdf1ac9174.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","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","8974","static/chunks/app/page-db32ebfdf1ac9174.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/ProjectSidebar.tsx":{"id":69958,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","8974","static/chunks/app/page-db32ebfdf1ac9174.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/Providers.tsx":{"id":84310,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","8974","static/chunks/app/page-db32ebfdf1ac9174.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/SessionBrowser.tsx":{"id":83678,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","8974","static/chunks/app/page-db32ebfdf1ac9174.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/SettingsModal.tsx":{"id":21484,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","8974","static/chunks/app/page-db32ebfdf1ac9174.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabBar.tsx":{"id":24058,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","8974","static/chunks/app/page-db32ebfdf1ac9174.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabManager.tsx":{"id":58490,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","8974","static/chunks/app/page-db32ebfdf1ac9174.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","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","8974","static/chunks/app/page-db32ebfdf1ac9174.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","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","8974","static/chunks/app/page-db32ebfdf1ac9174.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/Workspace.tsx":{"id":43430,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","8974","static/chunks/app/page-db32ebfdf1ac9174.js"],"async":true},"/home/runner/work/cockpit/cockpit/src/app/globals.css":{"id":51743,"name":"*","chunks":["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","7177","static/chunks/app/layout-92d5dcd25bad9196.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/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":true},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewDropdown.tsx":{"id":82032,"name":"*","chunks":[],"async":true},"/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":true},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ShareReviewToggle.tsx":{"id":79968,"name":"*","chunks":[],"async":true}},"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/a7974d62fe853925.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}},"8648":{"*":{"id":"24943","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}},"42593":{"*":{"id":"33071","name":"*","chunks":[],"async":false}},"43430":{"*":{"id":"84747","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}},"58490":{"*":{"id":"6612","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}},"69958":{"*":{"id":"72399","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}},"84310":{"*":{"id":"25702","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":false}},"8648":{"*":{"id":"34001","name":"*","chunks":[],"async":true}},"19736":{"*":{"id":"61130","name":"*","chunks":[],"async":true}},"21484":{"*":{"id":"77220","name":"*","chunks":[],"async":true}},"24058":{"*":{"id":"3588","name":"*","chunks":[],"async":true}},"26719":{"*":{"id":"67045","name":"*","chunks":[],"async":false}},"28898":{"*":{"id":"45354","name":"*","chunks":[],"async":false}},"33408":{"*":{"id":"77462","name":"*","chunks":[],"async":true}},"47617":{"*":{"id":"29491","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"62177":{"*":{"id":"67134","name":"*","chunks":[],"async":true}},"63048":{"*":{"id":"99033","name":"*","chunks":[],"async":true}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"69958":{"*":{"id":"8077","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":"25465","name":"*","chunks":[],"async":true}},"82032":{"*":{"id":"12568","name":"*","chunks":[],"async":true}},"83519":{"*":{"id":"94481","name":"*","chunks":[],"async":false}},"83678":{"*":{"id":"77120","name":"*","chunks":[],"async":false}},"84310":{"*":{"id":"76552","name":"*","chunks":[],"async":true}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"89039":{"*":{"id":"37129","name":"*","chunks":[],"async":true}},"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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","7177","static/chunks/app/layout-a0362651ba6e6e6f.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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","7177","static/chunks/app/layout-a0362651ba6e6e6f.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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","7177","static/chunks/app/layout-a0362651ba6e6e6f.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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/NoteModal.tsx":{"id":8648,"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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":false},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/ProjectSidebar.tsx":{"id":69958,"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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/Providers.tsx":{"id":84310,"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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":false},"/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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/TabManager.tsx":{"id":33408,"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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"async":true},"/home/runner/work/cockpit/cockpit/packages/feature/workspace/src/client/Workspace.tsx":{"id":63048,"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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","7177","static/chunks/app/layout-a0362651ba6e6e6f.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/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":true},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewDropdown.tsx":{"id":82032,"name":"*","chunks":[],"async":true},"/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":true},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ShareReviewToggle.tsx":{"id":79968,"name":"*","chunks":[],"async":true}},"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/dcde719317bea028.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}},"8648":{"*":{"id":"24943","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}},"33408":{"*":{"id":"6612","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}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"62177":{"*":{"id":"28820","name":"*","chunks":[],"async":false}},"63048":{"*":{"id":"84747","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"69958":{"*":{"id":"72399","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}},"84310":{"*":{"id":"25702","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 +1 @@
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/a7974d62fe853925.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-bb0c02e3a9602d78.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-3fb4e6ee851037bb.js" async=""></script><script src="/_next/static/chunks/main-app-b76c0df33a946918.js" async=""></script><script src="/_next/static/chunks/d3ac728e-ee038320ef1e4bdf.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/6028-1d6ced1439a3f01f.js" async=""></script><script src="/_next/static/chunks/5204-c8293184aa55cdd5.js" async=""></script><script src="/_next/static/chunks/6345-6b34b0528ff833a1.js" async=""></script><script src="/_next/static/chunks/5660-3d87dfb12f95e96d.js" async=""></script><script src="/_next/static/chunks/app/layout-92d5dcd25bad9196.js" async=""></script><script src="/_next/static/chunks/app/page-db32ebfdf1ac9174.js" async=""></script><script src="/_next/static/chunks/app/global-error-3c48d7d42c672863.js" async=""></script><link rel="preload" href="/boot.js" as="script"/><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><meta name="theme-color" content="#f9f9fb" media="(prefers-color-scheme: light)"/><meta name="theme-color" content="#111113" media="(prefers-color-scheme: dark)"/><title>Cockpit</title><meta name="description" content="One seat. One AI. Everything under control."/><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?603d046c9a6fdfbb" type="image/x-icon" sizes="16x16"/><link rel="icon" href="/icons/icon-192x192.png"/><link rel="apple-touch-icon" href="/icons/icon-192x192.png"/><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><script>(self.__next_s=self.__next_s||[]).push(["/boot.js",{}])</script><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 bottom-4 right-4 z-[100] flex flex-col gap-2"></div><script src="/_next/static/chunks/webpack-bb0c02e3a9602d78.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[42593,[\"7330\",\"static/chunks/d3ac728e-ee038320ef1e4bdf.js\",\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-9f9f856e5049cd65.js\",\"6028\",\"static/chunks/6028-1d6ced1439a3f01f.js\",\"5204\",\"static/chunks/5204-c8293184aa55cdd5.js\",\"6345\",\"static/chunks/6345-6b34b0528ff833a1.js\",\"5660\",\"static/chunks/5660-3d87dfb12f95e96d.js\",\"7177\",\"static/chunks/app/layout-92d5dcd25bad9196.js\"],\"\"]\n3:I[84310,[\"7330\",\"static/chunks/d3ac728e-ee038320ef1e4bdf.js\",\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-9f9f856e5049cd65.js\",\"6028\",\"static/chunks/6028-1d6ced1439a3f01f.js\",\"5204\",\"static/chunks/5204-c8293184aa55cdd5.js\",\"6345\",\"static/chunks/6345-6b34b0528ff833a1.js\",\"5660\",\"static/chunks/5660-3d87dfb12f95e96d.js\",\"8974\",\"static/chunks/app/page-db32ebfdf1ac9174.js\"],\"Providers\",1]\n4:I[57121,[],\"\"]\n5:I[74581,[],\"\"]\n6:I[90484,[],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[90484,[],\"ViewportBoundary\"]\nc:I[90484,[],\"MetadataBoundary\"]\ne: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/a7974d62fe853925.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$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/a7974d62fe853925.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"className\":\"overflow-hidden\",\"children\":[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden\",\"children\":[[\"$\",\"$L2\",null,{\"src\":\"/boot.js\",\"strategy\":\"beforeInteractive\"}],[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]]}]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$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,[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,null]},null,false,\"$@9\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"WsSesL2O_jRoZztt2Y5r6\"}\n"])</script><script>self.__next_f.push([1,"f:[]\n9:\"$Wf\"\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"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)\"}]]\n"])</script><script>self.__next_f.push([1,"10:I[86869,[],\"IconMark\"]\n8:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"Cockpit\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One seat. One AI. Everything under control.\"}],[\"$\",\"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?603d046c9a6fdfbb\",\"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\"}],[\"$\",\"$L10\",\"9\",{}]]\n"])</script></body></html>
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/dcde719317bea028.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-b618ac52d349e5ca.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-ba2500baa4c52d55.js" async=""></script><script src="/_next/static/chunks/main-app-b76c0df33a946918.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/327-9ffab8f0b2b0b4cd.js" async=""></script><script src="/_next/static/chunks/5204-babf0d0290febbec.js" async=""></script><script src="/_next/static/chunks/6345-3c06cdc8c89677b8.js" async=""></script><script src="/_next/static/chunks/5188-6ad3d686c5e9fb28.js" async=""></script><script src="/_next/static/chunks/app/page-1b14cabf47df9ff7.js" async=""></script><script src="/_next/static/chunks/app/global-error-3c48d7d42c672863.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><meta name="theme-color" content="#f9f9fb" media="(prefers-color-scheme: light)"/><meta name="theme-color" content="#111113" media="(prefers-color-scheme: dark)"/><title>Cockpit</title><meta name="description" content="Cockpit 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?603d046c9a6fdfbb" type="image/x-icon" sizes="16x16"/><link rel="icon" href="/icons/icon-192x192.png"/><link rel="apple-touch-icon" href="/icons/icon-192x192.png"/><script src="/boot.js"></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 bottom-4 right-4 z-[100] flex flex-col gap-2"></div><script src="/_next/static/chunks/webpack-b618ac52d349e5ca.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[84310,[\"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\",\"327\",\"static/chunks/327-9ffab8f0b2b0b4cd.js\",\"5204\",\"static/chunks/5204-babf0d0290febbec.js\",\"6345\",\"static/chunks/6345-3c06cdc8c89677b8.js\",\"5188\",\"static/chunks/5188-6ad3d686c5e9fb28.js\",\"8974\",\"static/chunks/app/page-1b14cabf47df9ff7.js\"],\"Providers\",1]\n3:I[57121,[],\"\"]\n4:I[74581,[],\"\"]\n5:I[90484,[],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n9:I[90484,[],\"ViewportBoundary\"]\nb:I[90484,[],\"MetadataBoundary\"]\nd: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/dcde719317bea028.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$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/dcde719317bea028.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"className\":\"overflow-hidden\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"src\":\"/boot.js\"}]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L3\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$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,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@7\"}]}]]}],{},null,false,null]},null,false,\"$@8\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L9\",null,{\"children\":\"$La\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lc\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"LJRtmjYCuVrSA_dcelxlR\"}\n"])</script><script>self.__next_f.push([1,"e:[]\n8:\"$We\"\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"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)\"}]]\n"])</script><script>self.__next_f.push([1,"f:I[86869,[],\"IconMark\"]\n7:null\nc:[[\"$\",\"title\",\"0\",{\"children\":\"Cockpit\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Cockpit 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?603d046c9a6fdfbb\",\"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\"}],[\"$\",\"$Lf\",\"9\",{}]]\n"])</script></body></html>
@@ -1,23 +1,22 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[42593,["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","7177","static/chunks/app/layout-92d5dcd25bad9196.js"],""]
3
- 3:I[84310,["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","8974","static/chunks/app/page-db32ebfdf1ac9174.js"],"Providers",1]
4
- 4:I[57121,[],""]
5
- 5:I[74581,[],""]
6
- 6:I[90484,[],"OutletBoundary"]
7
- 7:"$Sreact.suspense"
8
- a:I[90484,[],"ViewportBoundary"]
9
- c:I[90484,[],"MetadataBoundary"]
10
- e:I[26719,["4219","static/chunks/app/global-error-3c48d7d42c672863.js"],"default"]
2
+ 2:I[84310,["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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"Providers",1]
3
+ 3:I[57121,[],""]
4
+ 4:I[74581,[],""]
5
+ 5:I[90484,[],"OutletBoundary"]
6
+ 6:"$Sreact.suspense"
7
+ 9:I[90484,[],"ViewportBoundary"]
8
+ b:I[90484,[],"MetadataBoundary"]
9
+ d:I[26719,["4219","static/chunks/app/global-error-3c48d7d42c672863.js"],"default"]
11
10
  :HL["/_next/static/media/5c0c2bcbaa4149ca-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
12
11
  :HL["/_next/static/media/bb3ef058b751a6ad-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
13
12
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
14
13
  :HL["/_next/static/css/e33280be1b23649f.css","style"]
15
14
  :HL["/_next/static/css/52b314bf20332f7c.css","style"]
16
- :HL["/_next/static/css/a7974d62fe853925.css","style"]
17
- 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$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/a7974d62fe853925.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"overflow-hidden","children":["$","body",null,{"className":"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden","children":[["$","$L2",null,{"src":"/boot.js","strategy":"beforeInteractive"}],["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$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,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"WsSesL2O_jRoZztt2Y5r6"}
18
- f:[]
19
- 9:"$Wf"
20
- b:[["$","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)"}]]
21
- 10:I[86869,[],"IconMark"]
22
- 8:null
23
- d:[["$","title","0",{"children":"Cockpit"}],["$","meta","1",{"name":"description","content":"One seat. One AI. Everything under control."}],["$","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?603d046c9a6fdfbb","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"}],["$","$L10","9",{}]]
15
+ :HL["/_next/static/css/dcde719317bea028.css","style"]
16
+ 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$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/dcde719317bea028.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"overflow-hidden","children":[["$","head",null,{"children":["$","script",null,{"src":"/boot.js"}]}],["$","body",null,{"className":"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$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,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,null]},null,false,"$@8"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$d",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"LJRtmjYCuVrSA_dcelxlR"}
17
+ e:[]
18
+ 8:"$We"
19
+ a:[["$","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)"}]]
20
+ f:I[86869,[],"IconMark"]
21
+ 7:null
22
+ c:[["$","title","0",{"children":"Cockpit"}],["$","meta","1",{"name":"description","content":"Cockpit 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?603d046c9a6fdfbb","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"}],["$","$Lf","9",{}]]
@@ -1,23 +1,22 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[42593,["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","7177","static/chunks/app/layout-92d5dcd25bad9196.js"],""]
3
- 3:I[84310,["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","8974","static/chunks/app/page-db32ebfdf1ac9174.js"],"Providers",1]
4
- 4:I[57121,[],""]
5
- 5:I[74581,[],""]
6
- 6:I[90484,[],"OutletBoundary"]
7
- 7:"$Sreact.suspense"
8
- a:I[90484,[],"ViewportBoundary"]
9
- c:I[90484,[],"MetadataBoundary"]
10
- e:I[26719,["4219","static/chunks/app/global-error-3c48d7d42c672863.js"],"default"]
2
+ 2:I[84310,["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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"Providers",1]
3
+ 3:I[57121,[],""]
4
+ 4:I[74581,[],""]
5
+ 5:I[90484,[],"OutletBoundary"]
6
+ 6:"$Sreact.suspense"
7
+ 9:I[90484,[],"ViewportBoundary"]
8
+ b:I[90484,[],"MetadataBoundary"]
9
+ d:I[26719,["4219","static/chunks/app/global-error-3c48d7d42c672863.js"],"default"]
11
10
  :HL["/_next/static/media/5c0c2bcbaa4149ca-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
12
11
  :HL["/_next/static/media/bb3ef058b751a6ad-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
13
12
  :HL["/_next/static/media/e4af272ccee01ff0-s.p.woff2","font",{"crossOrigin":"","type":"font/woff2"}]
14
13
  :HL["/_next/static/css/e33280be1b23649f.css","style"]
15
14
  :HL["/_next/static/css/52b314bf20332f7c.css","style"]
16
- :HL["/_next/static/css/a7974d62fe853925.css","style"]
17
- 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$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/a7974d62fe853925.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"overflow-hidden","children":["$","body",null,{"className":"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden","children":[["$","$L2",null,{"src":"/boot.js","strategy":"beforeInteractive"}],["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]]}]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L4",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L5",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$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,["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],{},null,false,null]},null,false,"$@9"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$La",null,{"children":"$Lb"}],["$","div",null,{"hidden":true,"children":["$","$Lc",null,{"children":["$","$7",null,{"name":"Next.Metadata","children":"$Ld"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$e",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"WsSesL2O_jRoZztt2Y5r6"}
18
- f:[]
19
- 9:"$Wf"
20
- b:[["$","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)"}]]
21
- 10:I[86869,[],"IconMark"]
22
- 8:null
23
- d:[["$","title","0",{"children":"Cockpit"}],["$","meta","1",{"name":"description","content":"One seat. One AI. Everything under control."}],["$","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?603d046c9a6fdfbb","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"}],["$","$L10","9",{}]]
15
+ :HL["/_next/static/css/dcde719317bea028.css","style"]
16
+ 0:{"P":null,"c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$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/dcde719317bea028.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"overflow-hidden","children":[["$","head",null,{"children":["$","script",null,{"src":"/boot.js"}]}],["$","body",null,{"className":"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]}]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L3",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L4",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$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,["$","$L5",null,{"children":["$","$6",null,{"name":"Next.MetadataOutlet","children":"$@7"}]}]]}],{},null,false,null]},null,false,"$@8"]},null,false,null],["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L9",null,{"children":"$La"}],["$","div",null,{"hidden":true,"children":["$","$Lb",null,{"children":["$","$6",null,{"name":"Next.Metadata","children":"$Lc"}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],false]],"m":"$undefined","G":["$d",[]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"LJRtmjYCuVrSA_dcelxlR"}
17
+ e:[]
18
+ 8:"$We"
19
+ a:[["$","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)"}]]
20
+ f:I[86869,[],"IconMark"]
21
+ 7:null
22
+ c:[["$","title","0",{"children":"Cockpit"}],["$","meta","1",{"name":"description","content":"Cockpit 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?603d046c9a6fdfbb","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"}],["$","$Lf","9",{}]]
@@ -3,4 +3,4 @@
3
3
  3:I[90484,[],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
5
  5:I[86869,[],"IconMark"]
6
- 0:{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",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":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Cockpit"}],["$","meta","1",{"name":"description","content":"One seat. One AI. Everything under control."}],["$","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?603d046c9a6fdfbb","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"}],["$","$L5","9",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"WsSesL2O_jRoZztt2Y5r6"}
6
+ 0:{"rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",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":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Cockpit"}],["$","meta","1",{"name":"description","content":"Cockpit 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?603d046c9a6fdfbb","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"}],["$","$L5","9",{}]]}]}]}],["$","meta",null,{"name":"next-size-adjust","content":""}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"LJRtmjYCuVrSA_dcelxlR"}
@@ -1,9 +1,8 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[42593,["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","7177","static/chunks/app/layout-92d5dcd25bad9196.js"],""]
3
- 3:I[84310,["7330","static/chunks/d3ac728e-ee038320ef1e4bdf.js","5004","static/chunks/70e0d97a-bbb0ec05083da54f.js","277","static/chunks/54a60aa6-9f9f856e5049cd65.js","6028","static/chunks/6028-1d6ced1439a3f01f.js","5204","static/chunks/5204-c8293184aa55cdd5.js","6345","static/chunks/6345-6b34b0528ff833a1.js","5660","static/chunks/5660-3d87dfb12f95e96d.js","8974","static/chunks/app/page-db32ebfdf1ac9174.js"],"Providers",1]
4
- 4:I[57121,[],""]
5
- 5:I[74581,[],""]
2
+ 2:I[84310,["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","327","static/chunks/327-9ffab8f0b2b0b4cd.js","5204","static/chunks/5204-babf0d0290febbec.js","6345","static/chunks/6345-3c06cdc8c89677b8.js","5188","static/chunks/5188-6ad3d686c5e9fb28.js","8974","static/chunks/app/page-1b14cabf47df9ff7.js"],"Providers",1]
3
+ 3:I[57121,[],""]
4
+ 4:I[74581,[],""]
6
5
  :HL["/_next/static/css/e33280be1b23649f.css","style"]
7
6
  :HL["/_next/static/css/52b314bf20332f7c.css","style"]
8
- :HL["/_next/static/css/a7974d62fe853925.css","style"]
9
- 0:{"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/a7974d62fe853925.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"overflow-hidden","children":["$","body",null,{"className":"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden","children":[["$","$L2",null,{"src":"/boot.js","strategy":"beforeInteractive"}],["$","$L3",null,{"children":["$","$L4",null,{"parallelRouterKey":"children","template":["$","$L5",null,{}]}]}]]}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"WsSesL2O_jRoZztt2Y5r6"}
7
+ :HL["/_next/static/css/dcde719317bea028.css","style"]
8
+ 0:{"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/dcde719317bea028.css","precedence":"next"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"className":"overflow-hidden","children":[["$","head",null,{"children":["$","script",null,{"src":"/boot.js"}]}],["$","body",null,{"className":"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden","children":["$","$L2",null,{"children":["$","$L3",null,{"parallelRouterKey":"children","template":["$","$L4",null,{}]}]}]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"LJRtmjYCuVrSA_dcelxlR"}
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
2
  2:I[90484,[],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"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":false,"staleTime":300,"varyParams":null,"buildId":"WsSesL2O_jRoZztt2Y5r6"}
4
+ 0:{"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":false,"staleTime":300,"varyParams":null,"buildId":"LJRtmjYCuVrSA_dcelxlR"}
5
5
  4:null
@@ -2,4 +2,4 @@
2
2
  2:I[57121,[],""]
3
3
  3:I[74581,[],""]
4
4
  4:[]
5
- 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"WsSesL2O_jRoZztt2Y5r6"}
5
+ 0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"LJRtmjYCuVrSA_dcelxlR"}
@@ -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/a7974d62fe853925.css","style"]
7
- 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"WsSesL2O_jRoZztt2Y5r6"}
6
+ :HL["/_next/static/css/dcde719317bea028.css","style"]
7
+ 0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"_not-found","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"LJRtmjYCuVrSA_dcelxlR"}
@@ -0,0 +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")},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")},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")},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")},79428:a=>{a.exports=require("buffer")},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")},86800:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.r(b),c.d(b,{handler:()=>y,patchFetch:()=>x,routeModule:()=>z,serverHooks:()=>C,workAsyncStorage:()=>A,workUnitAsyncStorage:()=>B});var e=c(19225),f=c(84006),g=c(8317),h=c(99373),i=c(34775),j=c(24235),k=c(261),l=c(54365),m=c(90771),n=c(73461),o=c(67798),p=c(92280),q=c(62018),r=c(45696),s=c(47929),t=c(86439),u=c(37527),v=c(67840),w=a([v]);v=(w.then?(await w)():w)[0];let z=new e.AppRouteRouteModule({definition:{kind:f.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:v,...{}}),{workAsyncStorage:A,workUnitAsyncStorage:B,serverHooks:C}=z;function x(){return(0,g.patchFetch)({workAsyncStorage:A,workUnitAsyncStorage:B})}async function y(a,b,c){c.requestMeta&&(0,h.setRequestMeta)(a,c.requestMeta),z.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let d="/api/agent/test/route";"/index"===d&&(d="/");let e=await z.prepare(a,b,{srcPage:d,multiZoneDraftMode:!1});if(!e)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:g,deploymentId:v,params:w,nextConfig:x,parsedUrl:y,isDraftMode:A,prerenderManifest:B,routerServerContext:C,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,resolvedPathname:F,clientReferenceManifest:G,serverActionsManifest:H}=e,I=(0,k.normalizeAppPath)(d),J=!!(B.dynamicRoutes[I]||B.routes[F]),K=async()=>((null==C?void 0:C.render404)?await C.render404(a,b,y,!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(x.adapterPath)return await K();throw new t.NoFallbackError}}let L=null;!J||z.isDev||A||(L=F,L="/index"===L?"/":L);let M=!0===z.isDev||!J,N=J&&!M;H&&G&&(0,j.setManifestsSingleton)({page:d,clientReferenceManifest:G,serverActionsManifest:H});let O=a.method||"GET",P=(0,i.getTracer)(),Q=P.getActiveScopeSpan(),R=!!(null==C?void 0:C.isWrappedByNextServer),S=!!(0,h.getRequestMeta)(a,"minimalMode"),T=(0,h.getRequestMeta)(a,"incrementalCache")||await z.getIncrementalCache(a,x,B,S);null==T||T.resetRequestCache(),globalThis.__incrementalCache=T;let U={params:w,previewProps:B.preview,renderOpts:{experimental:{authInterrupts:!!x.experimental.authInterrupts},cacheComponents:!!x.cacheComponents,supportsDynamicResponse:M,incrementalCache:T,cacheLifeProfiles:x.cacheLife,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d,e)=>z.onRequestError(a,b,d,e,C)},sharedContext:{buildId:g,deploymentId:v}},V=new l.NodeNextRequest(a),W=new l.NodeNextResponse(b),X=m.NextRequestAdapter.fromNodeNextRequest(V,(0,m.signalFromNodeResponse)(b));try{let e,g=async a=>z.handle(X,U).finally(()=>{if(!a)return;a.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let c=P.getRootSpanAttributes();if(!c)return;if(c.get("next.span_type")!==n.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${c.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let f=c.get("next.route");if(f){let b=`${O} ${f}`;a.setAttributes({"next.route":f,"http.route":f,"next.span_name":b}),a.updateName(b),e&&e!==a&&(e.setAttribute("http.route",f),e.updateName(b))}else a.updateName(`${O} ${d}`)}),h=async e=>{var h,i;let j=async({previousCacheEntry:f})=>{try{if(!S&&D&&E&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let d=await g(e);a.fetchMetrics=U.renderOpts.fetchMetrics;let h=U.renderOpts.pendingWaitUntil;h&&c.waitUntil&&(c.waitUntil(h),h=void 0);let i=U.renderOpts.collectedTags;if(!J)return await (0,p.I)(V,W,d,U.renderOpts.pendingWaitUntil),null;{let a=await d.blob(),b=(0,q.toNodeOutgoingHttpHeaders)(d.headers);i&&(b[s.NEXT_CACHE_TAGS_HEADER]=i),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==U.renderOpts.collectedRevalidate&&!(U.renderOpts.collectedRevalidate>=s.INFINITE_CACHE)&&U.renderOpts.collectedRevalidate,e=void 0===U.renderOpts.collectedExpire||U.renderOpts.collectedExpire>=s.INFINITE_CACHE?void 0:U.renderOpts.collectedExpire;return{value:{kind:u.CachedRouteKind.APP_ROUTE,status:d.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:e}}}}catch(b){throw(null==f?void 0:f.isStale)&&await z.onRequestError(a,b,{routerKind:"App Router",routePath:d,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),b}},k=await z.handleResponse({req:a,nextConfig:x,cacheKey:L,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:B,isRoutePPREnabled:!1,isOnDemandRevalidate:D,revalidateOnlyGenerated:E,responseGenerator:j,waitUntil:c.waitUntil,isMinimalMode:S});if(!J)return null;if((null==k||null==(h=k.value)?void 0:h.kind)!==u.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==k||null==(i=k.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});S||b.setHeader("x-nextjs-cache",D?"REVALIDATED":k.isMiss?"MISS":k.isStale?"STALE":"HIT"),A&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let l=(0,q.fromNodeOutgoingHttpHeaders)(k.value.headers);return S&&J||l.delete(s.NEXT_CACHE_TAGS_HEADER),!k.cacheControl||b.getHeader("Cache-Control")||l.get("Cache-Control")||l.set("Cache-Control",(0,r.getCacheControlHeader)(k.cacheControl)),await (0,p.I)(V,W,new Response(k.value.body,{headers:l,status:k.value.status||200})),null};R&&Q?await h(Q):(e=P.getActiveScopeSpan(),await P.withPropagatedContext(a.headers,()=>P.trace(n.BaseServerSpan.handleRequest,{spanName:`${O} ${d}`,kind:i.SpanKind.SERVER,attributes:{"http.method":O,"http.target":a.url}},h),void 0,!R))}catch(b){if(b instanceof t.NoFallbackError||await z.onRequestError(a,b,{routerKind:"App Router",routePath:I,routeType:"route",revalidateReason:(0,o.c)({isStaticGeneration:N,isOnDemandRevalidate:D})},!1,C),J)throw b;return await (0,p.I)(V,W,new Response(null,{status:500})),null}}d()}catch(a){d(a)}})},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,304],()=>b(b.s=86800));module.exports=c})();