@surething/cockpit 1.0.266 → 1.0.267

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 (688) hide show
  1. package/.next-prod/BUILD_ID +1 -1
  2. package/.next-prod/app-path-routes-manifest.json +4 -3
  3. package/.next-prod/build-manifest.json +2 -2
  4. package/.next-prod/cockpit-build.json +1 -1
  5. package/.next-prod/prerender-manifest.json +3 -3
  6. package/.next-prod/routes-manifest.json +6 -0
  7. package/.next-prod/server/app/_global-error/page.js +2 -2
  8. package/.next-prod/server/app/_global-error/page.js.nft.json +1 -1
  9. package/.next-prod/server/app/_global-error/page_client-reference-manifest.js +1 -1
  10. package/.next-prod/server/app/_global-error.html +1 -1
  11. package/.next-prod/server/app/_global-error.rsc +1 -1
  12. package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +1 -1
  13. package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  14. package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  15. package/.next-prod/server/app/_not-found/page.js +1 -1
  16. package/.next-prod/server/app/_not-found/page.js.nft.json +1 -1
  17. package/.next-prod/server/app/_not-found/page_client-reference-manifest.js +1 -1
  18. package/.next-prod/server/app/_not-found.html +2 -2
  19. package/.next-prod/server/app/_not-found.rsc +3 -3
  20. package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +3 -3
  21. package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +3 -3
  22. package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  23. package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  24. package/.next-prod/server/app/api/agent/test/route.js +1 -1
  25. package/.next-prod/server/app/api/agent/test/route.js.nft.json +1 -1
  26. package/.next-prod/server/app/api/bash/route.js +1 -1
  27. package/.next-prod/server/app/api/bash/route.js.nft.json +1 -1
  28. package/.next-prod/server/app/api/chat/codex/route.js +1 -1
  29. package/.next-prod/server/app/api/chat/codex/route.js.nft.json +1 -1
  30. package/.next-prod/server/app/api/chat/deepseek/route.js +1 -1
  31. package/.next-prod/server/app/api/chat/deepseek/route.js.nft.json +1 -1
  32. package/.next-prod/server/app/api/chat/glm/route.js +1 -1
  33. package/.next-prod/server/app/api/chat/glm/route.js.nft.json +1 -1
  34. package/.next-prod/server/app/api/chat/kimi/route.js +1 -1
  35. package/.next-prod/server/app/api/chat/kimi/route.js.nft.json +1 -1
  36. package/.next-prod/server/app/api/chat/ollama/route.js +1 -1
  37. package/.next-prod/server/app/api/chat/ollama/route.js.nft.json +1 -1
  38. package/.next-prod/server/app/api/chat/route.js +1 -1
  39. package/.next-prod/server/app/api/chat/route.js.nft.json +1 -1
  40. package/.next-prod/server/app/api/chat/stop/route.js +1 -1
  41. package/.next-prod/server/app/api/chat/stop/route.js.nft.json +1 -1
  42. package/.next-prod/server/app/api/claude-stats/route.js +1 -1
  43. package/.next-prod/server/app/api/claude-stats/route.js.nft.json +1 -1
  44. package/.next-prod/server/app/api/commands/route.js +1 -1
  45. package/.next-prod/server/app/api/commands/route.js.nft.json +1 -1
  46. package/.next-prod/server/app/api/comments/route.js +1 -1
  47. package/.next-prod/server/app/api/comments/route.js.nft.json +1 -1
  48. package/.next-prod/server/app/api/db/columns/route.js +1 -1
  49. package/.next-prod/server/app/api/db/columns/route.js.nft.json +1 -1
  50. package/.next-prod/server/app/api/db/connect/route.js +2 -2
  51. package/.next-prod/server/app/api/db/connect/route.js.nft.json +1 -1
  52. package/.next-prod/server/app/api/db/disconnect/route.js +1 -1
  53. package/.next-prod/server/app/api/db/disconnect/route.js.nft.json +1 -1
  54. package/.next-prod/server/app/api/db/export/route.js +1 -1
  55. package/.next-prod/server/app/api/db/export/route.js.nft.json +1 -1
  56. package/.next-prod/server/app/api/db/query/route.js +1 -1
  57. package/.next-prod/server/app/api/db/query/route.js.nft.json +1 -1
  58. package/.next-prod/server/app/api/db/schemas/route.js +2 -2
  59. package/.next-prod/server/app/api/db/schemas/route.js.nft.json +1 -1
  60. package/.next-prod/server/app/api/deepseek/balance/route.js +1 -1
  61. package/.next-prod/server/app/api/deepseek/balance/route.js.nft.json +1 -1
  62. package/.next-prod/server/app/api/deepseek/credentials/route.js +1 -1
  63. package/.next-prod/server/app/api/deepseek/credentials/route.js.nft.json +1 -1
  64. package/.next-prod/server/app/api/deepseek/models/route.js +1 -1
  65. package/.next-prod/server/app/api/deepseek/models/route.js.nft.json +1 -1
  66. package/.next-prod/server/app/api/dev/spans/route.js +1 -1
  67. package/.next-prod/server/app/api/dev/spans/route.js.nft.json +1 -1
  68. package/.next-prod/server/app/api/extension/version/route.js +1 -1
  69. package/.next-prod/server/app/api/extension/version/route.js.nft.json +1 -1
  70. package/.next-prod/server/app/api/file/route.js +1 -1
  71. package/.next-prod/server/app/api/file/route.js.nft.json +1 -1
  72. package/.next-prod/server/app/api/files/blame/route.js +1 -1
  73. package/.next-prod/server/app/api/files/blame/route.js.nft.json +1 -1
  74. package/.next-prod/server/app/api/files/clipboard/route.js +1 -1
  75. package/.next-prod/server/app/api/files/clipboard/route.js.nft.json +1 -1
  76. package/.next-prod/server/app/api/files/copy/route.js +1 -1
  77. package/.next-prod/server/app/api/files/copy/route.js.nft.json +1 -1
  78. package/.next-prod/server/app/api/files/delete/route.js +1 -1
  79. package/.next-prod/server/app/api/files/delete/route.js.nft.json +1 -1
  80. package/.next-prod/server/app/api/files/expanded/route.js +1 -1
  81. package/.next-prod/server/app/api/files/expanded/route.js.nft.json +1 -1
  82. package/.next-prod/server/app/api/files/index/route.js +1 -1
  83. package/.next-prod/server/app/api/files/index/route.js.nft.json +1 -1
  84. package/.next-prod/server/app/api/files/init/route.js +1 -1
  85. package/.next-prod/server/app/api/files/init/route.js.nft.json +1 -1
  86. package/.next-prod/server/app/api/files/paste/route.js +1 -1
  87. package/.next-prod/server/app/api/files/paste/route.js.nft.json +1 -1
  88. package/.next-prod/server/app/api/files/read/route.js +1 -1
  89. package/.next-prod/server/app/api/files/read/route.js.nft.json +1 -1
  90. package/.next-prod/server/app/api/files/readdir/route.js +1 -1
  91. package/.next-prod/server/app/api/files/readdir/route.js.nft.json +1 -1
  92. package/.next-prod/server/app/api/files/recent/route.js +1 -1
  93. package/.next-prod/server/app/api/files/recent/route.js.nft.json +1 -1
  94. package/.next-prod/server/app/api/files/save/route.js +1 -1
  95. package/.next-prod/server/app/api/files/save/route.js.nft.json +1 -1
  96. package/.next-prod/server/app/api/files/search/route.js +1 -1
  97. package/.next-prod/server/app/api/files/search/route.js.nft.json +1 -1
  98. package/.next-prod/server/app/api/files/stat/route.js +1 -1
  99. package/.next-prod/server/app/api/files/stat/route.js.nft.json +1 -1
  100. package/.next-prod/server/app/api/files/text/route.js +1 -1
  101. package/.next-prod/server/app/api/files/text/route.js.nft.json +1 -1
  102. package/.next-prod/server/app/api/git/blob/route.js +1 -1
  103. package/.next-prod/server/app/api/git/blob/route.js.nft.json +1 -1
  104. package/.next-prod/server/app/api/git/branch-diff/route.js +1 -1
  105. package/.next-prod/server/app/api/git/branch-diff/route.js.nft.json +1 -1
  106. package/.next-prod/server/app/api/git/branches/route.js +1 -1
  107. package/.next-prod/server/app/api/git/branches/route.js.nft.json +1 -1
  108. package/.next-prod/server/app/api/git/commit-diff/route.js +1 -1
  109. package/.next-prod/server/app/api/git/commit-diff/route.js.nft.json +1 -1
  110. package/.next-prod/server/app/api/git/commits/route.js +1 -1
  111. package/.next-prod/server/app/api/git/commits/route.js.nft.json +1 -1
  112. package/.next-prod/server/app/api/git/current-branch/route.js +1 -1
  113. package/.next-prod/server/app/api/git/current-branch/route.js.nft.json +1 -1
  114. package/.next-prod/server/app/api/git/diff/route.js +1 -1
  115. package/.next-prod/server/app/api/git/diff/route.js.nft.json +1 -1
  116. package/.next-prod/server/app/api/git/discard/route.js +1 -1
  117. package/.next-prod/server/app/api/git/discard/route.js.nft.json +1 -1
  118. package/.next-prod/server/app/api/git/stage/route.js +1 -1
  119. package/.next-prod/server/app/api/git/stage/route.js.nft.json +1 -1
  120. package/.next-prod/server/app/api/git/status/route.js +1 -1
  121. package/.next-prod/server/app/api/git/status/route.js.nft.json +1 -1
  122. package/.next-prod/server/app/api/git/unstage/route.js +1 -1
  123. package/.next-prod/server/app/api/git/unstage/route.js.nft.json +1 -1
  124. package/.next-prod/server/app/api/git/worktree/route.js +1 -1
  125. package/.next-prod/server/app/api/git/worktree/route.js.nft.json +1 -1
  126. package/.next-prod/server/app/api/glm/credentials/route.js +1 -1
  127. package/.next-prod/server/app/api/glm/credentials/route.js.nft.json +1 -1
  128. package/.next-prod/server/app/api/glm/models/route.js +1 -1
  129. package/.next-prod/server/app/api/glm/models/route.js.nft.json +1 -1
  130. package/.next-prod/server/app/api/glm/usage/route.js +1 -1
  131. package/.next-prod/server/app/api/glm/usage/route.js.nft.json +1 -1
  132. package/.next-prod/server/app/api/global-state/route.js +1 -1
  133. package/.next-prod/server/app/api/global-state/route.js.nft.json +1 -1
  134. package/.next-prod/server/app/api/health/route.js +1 -1
  135. package/.next-prod/server/app/api/health/route.js.nft.json +1 -1
  136. package/.next-prod/server/app/api/html-apps/[id]/route.js +1 -1
  137. package/.next-prod/server/app/api/html-apps/[id]/route.js.nft.json +1 -1
  138. package/.next-prod/server/app/api/html-apps/route.js +1 -1
  139. package/.next-prod/server/app/api/html-apps/route.js.nft.json +1 -1
  140. package/.next-prod/server/app/api/jupyter/load/route.js +1 -1
  141. package/.next-prod/server/app/api/jupyter/load/route.js.nft.json +1 -1
  142. package/.next-prod/server/app/api/jupyter/save/route.js +1 -1
  143. package/.next-prod/server/app/api/jupyter/save/route.js.nft.json +1 -1
  144. package/.next-prod/server/app/api/jupyter/shutdown/route.js +1 -1
  145. package/.next-prod/server/app/api/jupyter/shutdown/route.js.nft.json +1 -1
  146. package/.next-prod/server/app/api/kimi/credentials/route.js +1 -1
  147. package/.next-prod/server/app/api/kimi/credentials/route.js.nft.json +1 -1
  148. package/.next-prod/server/app/api/kimi/models/route.js +1 -1
  149. package/.next-prod/server/app/api/kimi/models/route.js.nft.json +1 -1
  150. package/.next-prod/server/app/api/kimi/usage/route.js +1 -1
  151. package/.next-prod/server/app/api/kimi/usage/route.js.nft.json +1 -1
  152. package/.next-prod/server/app/api/lsp/definition/route.js +1 -1
  153. package/.next-prod/server/app/api/lsp/definition/route.js.nft.json +1 -1
  154. package/.next-prod/server/app/api/lsp/hover/route.js +1 -1
  155. package/.next-prod/server/app/api/lsp/hover/route.js.nft.json +1 -1
  156. package/.next-prod/server/app/api/lsp/references/route.js +1 -1
  157. package/.next-prod/server/app/api/lsp/references/route.js.nft.json +1 -1
  158. package/.next-prod/server/app/api/lsp/status/route.js +1 -1
  159. package/.next-prod/server/app/api/lsp/status/route.js.nft.json +1 -1
  160. package/.next-prod/server/app/api/lsp/warmup/route.js +1 -1
  161. package/.next-prod/server/app/api/lsp/warmup/route.js.nft.json +1 -1
  162. package/.next-prod/server/app/api/mysql/columns/route.js +1 -1
  163. package/.next-prod/server/app/api/mysql/columns/route.js.nft.json +1 -1
  164. package/.next-prod/server/app/api/mysql/connect/route.js +1 -1
  165. package/.next-prod/server/app/api/mysql/connect/route.js.nft.json +1 -1
  166. package/.next-prod/server/app/api/mysql/disconnect/route.js +1 -1
  167. package/.next-prod/server/app/api/mysql/disconnect/route.js.nft.json +1 -1
  168. package/.next-prod/server/app/api/mysql/export/route.js +1 -1
  169. package/.next-prod/server/app/api/mysql/export/route.js.nft.json +1 -1
  170. package/.next-prod/server/app/api/mysql/query/route.js +1 -1
  171. package/.next-prod/server/app/api/mysql/query/route.js.nft.json +1 -1
  172. package/.next-prod/server/app/api/mysql/schemas/route.js +2 -2
  173. package/.next-prod/server/app/api/mysql/schemas/route.js.nft.json +1 -1
  174. package/.next-prod/server/app/api/neo4j/connect/route.js +1 -1
  175. package/.next-prod/server/app/api/neo4j/connect/route.js.nft.json +1 -1
  176. package/.next-prod/server/app/api/neo4j/disconnect/route.js +1 -1
  177. package/.next-prod/server/app/api/neo4j/disconnect/route.js.nft.json +1 -1
  178. package/.next-prod/server/app/api/neo4j/query/route.js +1 -1
  179. package/.next-prod/server/app/api/neo4j/query/route.js.nft.json +1 -1
  180. package/.next-prod/server/app/api/neo4j/schema/route.js +1 -1
  181. package/.next-prod/server/app/api/neo4j/schema/route.js.nft.json +1 -1
  182. package/.next-prod/server/app/api/note/route.js +1 -1
  183. package/.next-prod/server/app/api/note/route.js.nft.json +1 -1
  184. package/.next-prod/server/app/api/ollama/config/route.js +1 -1
  185. package/.next-prod/server/app/api/ollama/config/route.js.nft.json +1 -1
  186. package/.next-prod/server/app/api/ollama/models/route.js +1 -1
  187. package/.next-prod/server/app/api/ollama/models/route.js.nft.json +1 -1
  188. package/.next-prod/server/app/api/ollama/start/route.js +1 -1
  189. package/.next-prod/server/app/api/ollama/start/route.js.nft.json +1 -1
  190. package/.next-prod/server/app/api/open-cursor/route.js +1 -1
  191. package/.next-prod/server/app/api/open-cursor/route.js.nft.json +1 -1
  192. package/.next-prod/server/app/api/open-vscode/route.js +1 -1
  193. package/.next-prod/server/app/api/open-vscode/route.js.nft.json +1 -1
  194. package/.next-prod/server/app/api/pick-folder/route.js +1 -1
  195. package/.next-prod/server/app/api/pick-folder/route.js.nft.json +1 -1
  196. package/.next-prod/server/app/api/pinned-sessions/route.js +1 -1
  197. package/.next-prod/server/app/api/pinned-sessions/route.js.nft.json +1 -1
  198. package/.next-prod/server/app/api/project-settings/route.js +1 -1
  199. package/.next-prod/server/app/api/project-settings/route.js.nft.json +1 -1
  200. package/.next-prod/server/app/api/project-state/route.js +2 -2
  201. package/.next-prod/server/app/api/project-state/route.js.nft.json +1 -1
  202. package/.next-prod/server/app/api/projectGraph/affected/route.js +1 -1
  203. package/.next-prod/server/app/api/projectGraph/affected/route.js.nft.json +1 -1
  204. package/.next-prod/server/app/api/projectGraph/callees/route.js +1 -1
  205. package/.next-prod/server/app/api/projectGraph/callees/route.js.nft.json +1 -1
  206. package/.next-prod/server/app/api/projectGraph/callers/route.js +1 -1
  207. package/.next-prod/server/app/api/projectGraph/callers/route.js.nft.json +1 -1
  208. package/.next-prod/server/app/api/projectGraph/coedit/route.js +1 -1
  209. package/.next-prod/server/app/api/projectGraph/coedit/route.js.nft.json +1 -1
  210. package/.next-prod/server/app/api/projectGraph/context/route.js +1 -1
  211. package/.next-prod/server/app/api/projectGraph/context/route.js.nft.json +1 -1
  212. package/.next-prod/server/app/api/projectGraph/file/route.js +1 -1
  213. package/.next-prod/server/app/api/projectGraph/file/route.js.nft.json +1 -1
  214. package/.next-prod/server/app/api/projectGraph/file-functions/route.js +1 -1
  215. package/.next-prod/server/app/api/projectGraph/file-functions/route.js.nft.json +1 -1
  216. package/.next-prod/server/app/api/projectGraph/impact/route.js +1 -1
  217. package/.next-prod/server/app/api/projectGraph/impact/route.js.nft.json +1 -1
  218. package/.next-prod/server/app/api/projectGraph/related/route.js +1 -1
  219. package/.next-prod/server/app/api/projectGraph/related/route.js.nft.json +1 -1
  220. package/.next-prod/server/app/api/projectGraph/risk/route.js +1 -1
  221. package/.next-prod/server/app/api/projectGraph/risk/route.js.nft.json +1 -1
  222. package/.next-prod/server/app/api/projectGraph/search/route.js +1 -1
  223. package/.next-prod/server/app/api/projectGraph/search/route.js.nft.json +1 -1
  224. package/.next-prod/server/app/api/projects/route.js +1 -1
  225. package/.next-prod/server/app/api/projects/route.js.nft.json +1 -1
  226. package/.next-prod/server/app/api/prompts/config/route.js +1 -1
  227. package/.next-prod/server/app/api/prompts/config/route.js.nft.json +1 -1
  228. package/.next-prod/server/app/api/push/public-key/route.js +1 -1
  229. package/.next-prod/server/app/api/push/public-key/route.js.nft.json +1 -1
  230. package/.next-prod/server/app/api/push/subscribe/route.js +1 -1
  231. package/.next-prod/server/app/api/push/subscribe/route.js.nft.json +1 -1
  232. package/.next-prod/server/app/api/push/unsubscribe/route.js +1 -1
  233. package/.next-prod/server/app/api/push/unsubscribe/route.js.nft.json +1 -1
  234. package/.next-prod/server/app/api/redis/command/route.js +1 -1
  235. package/.next-prod/server/app/api/redis/command/route.js.nft.json +1 -1
  236. package/.next-prod/server/app/api/redis/connect/route.js +1 -1
  237. package/.next-prod/server/app/api/redis/connect/route.js.nft.json +1 -1
  238. package/.next-prod/server/app/api/redis/delete/route.js +1 -1
  239. package/.next-prod/server/app/api/redis/delete/route.js.nft.json +1 -1
  240. package/.next-prod/server/app/api/redis/disconnect/route.js +1 -1
  241. package/.next-prod/server/app/api/redis/disconnect/route.js.nft.json +1 -1
  242. package/.next-prod/server/app/api/redis/get/route.js +1 -1
  243. package/.next-prod/server/app/api/redis/get/route.js.nft.json +1 -1
  244. package/.next-prod/server/app/api/redis/keys/route.js +1 -1
  245. package/.next-prod/server/app/api/redis/keys/route.js.nft.json +1 -1
  246. package/.next-prod/server/app/api/redis/set/route.js +1 -1
  247. package/.next-prod/server/app/api/redis/set/route.js.nft.json +1 -1
  248. package/.next-prod/server/app/api/restart/route.js +1 -1
  249. package/.next-prod/server/app/api/restart/route.js.nft.json +1 -1
  250. package/.next-prod/server/app/api/review/[id]/comments/route.js +1 -1
  251. package/.next-prod/server/app/api/review/[id]/comments/route.js.nft.json +1 -1
  252. package/.next-prod/server/app/api/review/[id]/replies/route.js +1 -1
  253. package/.next-prod/server/app/api/review/[id]/replies/route.js.nft.json +1 -1
  254. package/.next-prod/server/app/api/review/[id]/route.js +1 -1
  255. package/.next-prod/server/app/api/review/[id]/route.js.nft.json +1 -1
  256. package/.next-prod/server/app/api/review/identify/route.js +1 -1
  257. package/.next-prod/server/app/api/review/identify/route.js.nft.json +1 -1
  258. package/.next-prod/server/app/api/review/order/route.js +1 -1
  259. package/.next-prod/server/app/api/review/order/route.js.nft.json +1 -1
  260. package/.next-prod/server/app/api/review/route.js +1 -1
  261. package/.next-prod/server/app/api/review/route.js.nft.json +1 -1
  262. package/.next-prod/server/app/api/review/share-info/route.js +1 -1
  263. package/.next-prod/server/app/api/review/share-info/route.js.nft.json +1 -1
  264. package/.next-prod/server/app/api/review/users/route.js +1 -1
  265. package/.next-prod/server/app/api/review/users/route.js.nft.json +1 -1
  266. package/.next-prod/server/app/api/scheduled-tasks/route.js +2 -2
  267. package/.next-prod/server/app/api/scheduled-tasks/route.js.nft.json +1 -1
  268. package/.next-prod/server/app/api/services/config/route.js +1 -1
  269. package/.next-prod/server/app/api/services/config/route.js.nft.json +1 -1
  270. package/.next-prod/server/app/api/services/scripts/route.js +1 -1
  271. package/.next-prod/server/app/api/services/scripts/route.js.nft.json +1 -1
  272. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js +1 -1
  273. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js.nft.json +1 -1
  274. package/.next-prod/server/app/api/session/[sessionId]/history/route.js +1 -1
  275. package/.next-prod/server/app/api/session/[sessionId]/history/route.js.nft.json +1 -1
  276. package/.next-prod/server/app/api/session-by-path/route.js +1 -1
  277. package/.next-prod/server/app/api/session-by-path/route.js.nft.json +1 -1
  278. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js +1 -1
  279. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js.nft.json +1 -1
  280. package/.next-prod/server/app/api/sessions/projects/route.js +1 -1
  281. package/.next-prod/server/app/api/sessions/projects/route.js.nft.json +1 -1
  282. package/.next-prod/server/app/api/sessions/route.js +1 -1
  283. package/.next-prod/server/app/api/sessions/route.js.nft.json +1 -1
  284. package/.next-prod/server/app/api/settings/route.js +1 -1
  285. package/.next-prod/server/app/api/settings/route.js.nft.json +1 -1
  286. package/.next-prod/server/app/api/shutdown/route.js +1 -1
  287. package/.next-prod/server/app/api/shutdown/route.js.nft.json +1 -1
  288. package/.next-prod/server/app/api/skills/[id]/route.js +1 -1
  289. package/.next-prod/server/app/api/skills/[id]/route.js.nft.json +1 -1
  290. package/.next-prod/server/app/api/skills/content/route.js +1 -1
  291. package/.next-prod/server/app/api/skills/content/route.js.nft.json +1 -1
  292. package/.next-prod/server/app/api/skills/route.js +1 -1
  293. package/.next-prod/server/app/api/skills/route.js.nft.json +1 -1
  294. package/.next-prod/server/app/api/snapshots/blob/route.js +1 -0
  295. package/.next-prod/server/app/api/snapshots/blob/route.js.nft.json +1 -0
  296. package/.next-prod/server/app/api/snapshots/blob/route_client-reference-manifest.js +1 -0
  297. package/.next-prod/server/app/api/snapshots/diff/route.js +1 -1
  298. package/.next-prod/server/app/api/snapshots/diff/route.js.nft.json +1 -1
  299. package/.next-prod/server/app/api/snapshots/route.js +1 -1
  300. package/.next-prod/server/app/api/snapshots/route.js.nft.json +1 -1
  301. package/.next-prod/server/app/api/terminal/aliases/route.js +1 -1
  302. package/.next-prod/server/app/api/terminal/aliases/route.js.nft.json +1 -1
  303. package/.next-prod/server/app/api/terminal/autocomplete/route.js +1 -1
  304. package/.next-prod/server/app/api/terminal/autocomplete/route.js.nft.json +1 -1
  305. package/.next-prod/server/app/api/terminal/bubble-order/route.js +1 -1
  306. package/.next-prod/server/app/api/terminal/bubble-order/route.js.nft.json +1 -1
  307. package/.next-prod/server/app/api/terminal/env/route.js +1 -1
  308. package/.next-prod/server/app/api/terminal/env/route.js.nft.json +1 -1
  309. package/.next-prod/server/app/api/terminal/history/route.js +1 -1
  310. package/.next-prod/server/app/api/terminal/history/route.js.nft.json +1 -1
  311. package/.next-prod/server/app/api/update/route.js +1 -1
  312. package/.next-prod/server/app/api/update/route.js.nft.json +1 -1
  313. package/.next-prod/server/app/api/update-state/route.js +1 -1
  314. package/.next-prod/server/app/api/update-state/route.js.nft.json +1 -1
  315. package/.next-prod/server/app/api/version/route.js +1 -1
  316. package/.next-prod/server/app/api/version/route.js.nft.json +1 -1
  317. package/.next-prod/server/app/apps/[...path]/route.js +1 -1
  318. package/.next-prod/server/app/apps/[...path]/route.js.nft.json +1 -1
  319. package/.next-prod/server/app/favicon.ico/route.js +1 -1
  320. package/.next-prod/server/app/favicon.ico/route.js.nft.json +1 -1
  321. package/.next-prod/server/app/m/page.js +1 -1
  322. package/.next-prod/server/app/m/page.js.nft.json +1 -1
  323. package/.next-prod/server/app/m/page_client-reference-manifest.js +1 -1
  324. package/.next-prod/server/app/manifest.webmanifest/route.js +2 -2
  325. package/.next-prod/server/app/manifest.webmanifest/route.js.nft.json +1 -1
  326. package/.next-prod/server/app/page.js +1 -1
  327. package/.next-prod/server/app/page.js.nft.json +1 -1
  328. package/.next-prod/server/app/page_client-reference-manifest.js +1 -1
  329. package/.next-prod/server/app/project/page.js +1 -1
  330. package/.next-prod/server/app/project/page.js.nft.json +1 -1
  331. package/.next-prod/server/app/project/page_client-reference-manifest.js +1 -1
  332. package/.next-prod/server/app/review/[id]/page.js +1 -1
  333. package/.next-prod/server/app/review/[id]/page.js.nft.json +1 -1
  334. package/.next-prod/server/app/review/[id]/page_client-reference-manifest.js +1 -1
  335. package/.next-prod/server/app-paths-manifest.json +4 -3
  336. package/.next-prod/server/chunks/2493.js +3 -3
  337. package/.next-prod/server/chunks/3286.js +2 -2
  338. package/.next-prod/server/chunks/4949.js +1 -0
  339. package/.next-prod/server/chunks/516.js +1 -1
  340. package/.next-prod/server/chunks/5750.js +13 -14
  341. package/.next-prod/server/chunks/6548.js +1 -1
  342. package/.next-prod/server/chunks/7184.js +4 -4
  343. package/.next-prod/server/chunks/816.js +1 -1
  344. package/.next-prod/server/chunks/9312.js +1 -1
  345. package/.next-prod/server/chunks/9352.js +1 -1
  346. package/.next-prod/server/middleware-build-manifest.js +1 -1
  347. package/.next-prod/server/pages/404.html +2 -2
  348. package/.next-prod/server/pages/500.html +1 -1
  349. package/.next-prod/server/server-reference-manifest.json +1 -1
  350. package/.next-prod/static/U8R610UNAk7MWsuSmrm28/_buildManifest.js +1 -0
  351. package/.next-prod/static/chunks/33372-5305e3772ba46050.js +34 -0
  352. package/.next-prod/static/chunks/46784-ff535f686b295919.js +716 -0
  353. package/.next-prod/static/chunks/96911-08609dc685108dcc.js +15 -0
  354. package/.next-prod/static/chunks/app/_global-error/{page-c1a2c7e62ce669f7.js → page-db8b43ac5e6e9ac5.js} +1 -1
  355. package/.next-prod/static/chunks/app/api/agent/test/{route-c1a2c7e62ce669f7.js → route-db8b43ac5e6e9ac5.js} +1 -1
  356. package/.next-prod/static/chunks/app/api/bash/{route-c1a2c7e62ce669f7.js → route-db8b43ac5e6e9ac5.js} +1 -1
  357. package/.next-prod/static/chunks/app/api/chat/codex/{route-c1a2c7e62ce669f7.js → route-db8b43ac5e6e9ac5.js} +1 -1
  358. package/.next-prod/static/chunks/app/api/chat/deepseek/route-db8b43ac5e6e9ac5.js +1 -0
  359. package/.next-prod/static/chunks/app/api/chat/glm/route-db8b43ac5e6e9ac5.js +1 -0
  360. package/.next-prod/static/chunks/app/api/chat/kimi/route-db8b43ac5e6e9ac5.js +1 -0
  361. package/.next-prod/static/chunks/app/api/chat/ollama/route-db8b43ac5e6e9ac5.js +1 -0
  362. package/.next-prod/static/chunks/app/api/chat/route-db8b43ac5e6e9ac5.js +1 -0
  363. package/.next-prod/static/chunks/app/api/chat/stop/route-db8b43ac5e6e9ac5.js +1 -0
  364. package/.next-prod/static/chunks/app/api/claude-stats/route-db8b43ac5e6e9ac5.js +1 -0
  365. package/.next-prod/static/chunks/app/api/commands/route-db8b43ac5e6e9ac5.js +1 -0
  366. package/.next-prod/static/chunks/app/api/comments/route-db8b43ac5e6e9ac5.js +1 -0
  367. package/.next-prod/static/chunks/app/api/db/columns/route-db8b43ac5e6e9ac5.js +1 -0
  368. package/.next-prod/static/chunks/app/api/db/connect/route-db8b43ac5e6e9ac5.js +1 -0
  369. package/.next-prod/static/chunks/app/api/db/disconnect/route-db8b43ac5e6e9ac5.js +1 -0
  370. package/.next-prod/static/chunks/app/api/db/export/route-db8b43ac5e6e9ac5.js +1 -0
  371. package/.next-prod/static/chunks/app/api/db/query/route-db8b43ac5e6e9ac5.js +1 -0
  372. package/.next-prod/static/chunks/app/api/db/schemas/route-db8b43ac5e6e9ac5.js +1 -0
  373. package/.next-prod/static/chunks/app/api/deepseek/balance/route-db8b43ac5e6e9ac5.js +1 -0
  374. package/.next-prod/static/chunks/app/api/deepseek/credentials/route-db8b43ac5e6e9ac5.js +1 -0
  375. package/.next-prod/static/chunks/app/api/deepseek/models/route-db8b43ac5e6e9ac5.js +1 -0
  376. package/.next-prod/static/chunks/app/api/dev/spans/route-db8b43ac5e6e9ac5.js +1 -0
  377. package/.next-prod/static/chunks/app/api/extension/version/route-db8b43ac5e6e9ac5.js +1 -0
  378. package/.next-prod/static/chunks/app/api/file/route-db8b43ac5e6e9ac5.js +1 -0
  379. package/.next-prod/static/chunks/app/api/files/blame/route-db8b43ac5e6e9ac5.js +1 -0
  380. package/.next-prod/static/chunks/app/api/files/clipboard/route-db8b43ac5e6e9ac5.js +1 -0
  381. package/.next-prod/static/chunks/app/api/files/copy/route-db8b43ac5e6e9ac5.js +1 -0
  382. package/.next-prod/static/chunks/app/api/files/delete/route-db8b43ac5e6e9ac5.js +1 -0
  383. package/.next-prod/static/chunks/app/api/files/expanded/route-db8b43ac5e6e9ac5.js +1 -0
  384. package/.next-prod/static/chunks/app/api/files/index/route-db8b43ac5e6e9ac5.js +1 -0
  385. package/.next-prod/static/chunks/app/api/files/init/route-db8b43ac5e6e9ac5.js +1 -0
  386. package/.next-prod/static/chunks/app/api/files/paste/route-db8b43ac5e6e9ac5.js +1 -0
  387. package/.next-prod/static/chunks/app/api/files/read/route-db8b43ac5e6e9ac5.js +1 -0
  388. package/.next-prod/static/chunks/app/api/files/readdir/route-db8b43ac5e6e9ac5.js +1 -0
  389. package/.next-prod/static/chunks/app/api/files/recent/route-db8b43ac5e6e9ac5.js +1 -0
  390. package/.next-prod/static/chunks/app/api/files/save/route-db8b43ac5e6e9ac5.js +1 -0
  391. package/.next-prod/static/chunks/app/api/files/search/route-db8b43ac5e6e9ac5.js +1 -0
  392. package/.next-prod/static/chunks/app/api/files/stat/route-db8b43ac5e6e9ac5.js +1 -0
  393. package/.next-prod/static/chunks/app/api/files/text/route-db8b43ac5e6e9ac5.js +1 -0
  394. package/.next-prod/static/chunks/app/api/git/blob/route-db8b43ac5e6e9ac5.js +1 -0
  395. package/.next-prod/static/chunks/app/api/git/branch-diff/route-db8b43ac5e6e9ac5.js +1 -0
  396. package/.next-prod/static/chunks/app/api/git/branches/route-db8b43ac5e6e9ac5.js +1 -0
  397. package/.next-prod/static/chunks/app/api/git/commit-diff/route-db8b43ac5e6e9ac5.js +1 -0
  398. package/.next-prod/static/chunks/app/api/git/commits/route-db8b43ac5e6e9ac5.js +1 -0
  399. package/.next-prod/static/chunks/app/api/git/current-branch/route-db8b43ac5e6e9ac5.js +1 -0
  400. package/.next-prod/static/chunks/app/api/git/diff/route-db8b43ac5e6e9ac5.js +1 -0
  401. package/.next-prod/static/chunks/app/api/git/discard/route-db8b43ac5e6e9ac5.js +1 -0
  402. package/.next-prod/static/chunks/app/api/git/stage/route-db8b43ac5e6e9ac5.js +1 -0
  403. package/.next-prod/static/chunks/app/api/git/status/route-db8b43ac5e6e9ac5.js +1 -0
  404. package/.next-prod/static/chunks/app/api/git/unstage/route-db8b43ac5e6e9ac5.js +1 -0
  405. package/.next-prod/static/chunks/app/api/git/worktree/route-db8b43ac5e6e9ac5.js +1 -0
  406. package/.next-prod/static/chunks/app/api/glm/credentials/route-db8b43ac5e6e9ac5.js +1 -0
  407. package/.next-prod/static/chunks/app/api/glm/models/route-db8b43ac5e6e9ac5.js +1 -0
  408. package/.next-prod/static/chunks/app/api/glm/usage/route-db8b43ac5e6e9ac5.js +1 -0
  409. package/.next-prod/static/chunks/app/api/global-state/route-db8b43ac5e6e9ac5.js +1 -0
  410. package/.next-prod/static/chunks/app/api/health/route-db8b43ac5e6e9ac5.js +1 -0
  411. package/.next-prod/static/chunks/app/api/html-apps/[id]/route-db8b43ac5e6e9ac5.js +1 -0
  412. package/.next-prod/static/chunks/app/api/html-apps/route-db8b43ac5e6e9ac5.js +1 -0
  413. package/.next-prod/static/chunks/app/api/jupyter/load/route-db8b43ac5e6e9ac5.js +1 -0
  414. package/.next-prod/static/chunks/app/api/jupyter/save/route-db8b43ac5e6e9ac5.js +1 -0
  415. package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-db8b43ac5e6e9ac5.js +1 -0
  416. package/.next-prod/static/chunks/app/api/kimi/credentials/route-db8b43ac5e6e9ac5.js +1 -0
  417. package/.next-prod/static/chunks/app/api/kimi/models/route-db8b43ac5e6e9ac5.js +1 -0
  418. package/.next-prod/static/chunks/app/api/kimi/usage/route-db8b43ac5e6e9ac5.js +1 -0
  419. package/.next-prod/static/chunks/app/api/lsp/definition/route-db8b43ac5e6e9ac5.js +1 -0
  420. package/.next-prod/static/chunks/app/api/lsp/hover/route-db8b43ac5e6e9ac5.js +1 -0
  421. package/.next-prod/static/chunks/app/api/lsp/references/route-db8b43ac5e6e9ac5.js +1 -0
  422. package/.next-prod/static/chunks/app/api/lsp/status/route-db8b43ac5e6e9ac5.js +1 -0
  423. package/.next-prod/static/chunks/app/api/lsp/warmup/route-db8b43ac5e6e9ac5.js +1 -0
  424. package/.next-prod/static/chunks/app/api/mysql/columns/route-db8b43ac5e6e9ac5.js +1 -0
  425. package/.next-prod/static/chunks/app/api/mysql/connect/route-db8b43ac5e6e9ac5.js +1 -0
  426. package/.next-prod/static/chunks/app/api/mysql/disconnect/route-db8b43ac5e6e9ac5.js +1 -0
  427. package/.next-prod/static/chunks/app/api/mysql/export/route-db8b43ac5e6e9ac5.js +1 -0
  428. package/.next-prod/static/chunks/app/api/mysql/query/route-db8b43ac5e6e9ac5.js +1 -0
  429. package/.next-prod/static/chunks/app/api/mysql/schemas/route-db8b43ac5e6e9ac5.js +1 -0
  430. package/.next-prod/static/chunks/app/api/neo4j/connect/route-db8b43ac5e6e9ac5.js +1 -0
  431. package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-db8b43ac5e6e9ac5.js +1 -0
  432. package/.next-prod/static/chunks/app/api/neo4j/query/route-db8b43ac5e6e9ac5.js +1 -0
  433. package/.next-prod/static/chunks/app/api/neo4j/schema/route-db8b43ac5e6e9ac5.js +1 -0
  434. package/.next-prod/static/chunks/app/api/note/route-db8b43ac5e6e9ac5.js +1 -0
  435. package/.next-prod/static/chunks/app/api/ollama/config/route-db8b43ac5e6e9ac5.js +1 -0
  436. package/.next-prod/static/chunks/app/api/ollama/models/route-db8b43ac5e6e9ac5.js +1 -0
  437. package/.next-prod/static/chunks/app/api/ollama/start/route-db8b43ac5e6e9ac5.js +1 -0
  438. package/.next-prod/static/chunks/app/api/open-cursor/route-db8b43ac5e6e9ac5.js +1 -0
  439. package/.next-prod/static/chunks/app/api/open-vscode/route-db8b43ac5e6e9ac5.js +1 -0
  440. package/.next-prod/static/chunks/app/api/pick-folder/route-db8b43ac5e6e9ac5.js +1 -0
  441. package/.next-prod/static/chunks/app/api/pinned-sessions/route-db8b43ac5e6e9ac5.js +1 -0
  442. package/.next-prod/static/chunks/app/api/project-settings/route-db8b43ac5e6e9ac5.js +1 -0
  443. package/.next-prod/static/chunks/app/api/project-state/route-db8b43ac5e6e9ac5.js +1 -0
  444. package/.next-prod/static/chunks/app/api/projectGraph/affected/route-db8b43ac5e6e9ac5.js +1 -0
  445. package/.next-prod/static/chunks/app/api/projectGraph/callees/route-db8b43ac5e6e9ac5.js +1 -0
  446. package/.next-prod/static/chunks/app/api/projectGraph/callers/route-db8b43ac5e6e9ac5.js +1 -0
  447. package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-db8b43ac5e6e9ac5.js +1 -0
  448. package/.next-prod/static/chunks/app/api/projectGraph/context/route-db8b43ac5e6e9ac5.js +1 -0
  449. package/.next-prod/static/chunks/app/api/projectGraph/file/route-db8b43ac5e6e9ac5.js +1 -0
  450. package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-db8b43ac5e6e9ac5.js +1 -0
  451. package/.next-prod/static/chunks/app/api/projectGraph/impact/route-db8b43ac5e6e9ac5.js +1 -0
  452. package/.next-prod/static/chunks/app/api/projectGraph/related/route-db8b43ac5e6e9ac5.js +1 -0
  453. package/.next-prod/static/chunks/app/api/projectGraph/risk/route-db8b43ac5e6e9ac5.js +1 -0
  454. package/.next-prod/static/chunks/app/api/projectGraph/search/route-db8b43ac5e6e9ac5.js +1 -0
  455. package/.next-prod/static/chunks/app/api/projects/route-db8b43ac5e6e9ac5.js +1 -0
  456. package/.next-prod/static/chunks/app/api/prompts/config/route-db8b43ac5e6e9ac5.js +1 -0
  457. package/.next-prod/static/chunks/app/api/push/public-key/route-db8b43ac5e6e9ac5.js +1 -0
  458. package/.next-prod/static/chunks/app/api/push/subscribe/route-db8b43ac5e6e9ac5.js +1 -0
  459. package/.next-prod/static/chunks/app/api/push/unsubscribe/route-db8b43ac5e6e9ac5.js +1 -0
  460. package/.next-prod/static/chunks/app/api/redis/command/route-db8b43ac5e6e9ac5.js +1 -0
  461. package/.next-prod/static/chunks/app/api/redis/connect/route-db8b43ac5e6e9ac5.js +1 -0
  462. package/.next-prod/static/chunks/app/api/redis/delete/route-db8b43ac5e6e9ac5.js +1 -0
  463. package/.next-prod/static/chunks/app/api/redis/disconnect/route-db8b43ac5e6e9ac5.js +1 -0
  464. package/.next-prod/static/chunks/app/api/redis/get/route-db8b43ac5e6e9ac5.js +1 -0
  465. package/.next-prod/static/chunks/app/api/redis/keys/route-db8b43ac5e6e9ac5.js +1 -0
  466. package/.next-prod/static/chunks/app/api/redis/set/route-db8b43ac5e6e9ac5.js +1 -0
  467. package/.next-prod/static/chunks/app/api/restart/route-db8b43ac5e6e9ac5.js +1 -0
  468. package/.next-prod/static/chunks/app/api/review/[id]/comments/route-db8b43ac5e6e9ac5.js +1 -0
  469. package/.next-prod/static/chunks/app/api/review/[id]/replies/route-db8b43ac5e6e9ac5.js +1 -0
  470. package/.next-prod/static/chunks/app/api/review/[id]/route-db8b43ac5e6e9ac5.js +1 -0
  471. package/.next-prod/static/chunks/app/api/review/identify/route-db8b43ac5e6e9ac5.js +1 -0
  472. package/.next-prod/static/chunks/app/api/review/order/route-db8b43ac5e6e9ac5.js +1 -0
  473. package/.next-prod/static/chunks/app/api/review/route-db8b43ac5e6e9ac5.js +1 -0
  474. package/.next-prod/static/chunks/app/api/review/share-info/route-db8b43ac5e6e9ac5.js +1 -0
  475. package/.next-prod/static/chunks/app/api/review/users/route-db8b43ac5e6e9ac5.js +1 -0
  476. package/.next-prod/static/chunks/app/api/scheduled-tasks/route-db8b43ac5e6e9ac5.js +1 -0
  477. package/.next-prod/static/chunks/app/api/services/config/route-db8b43ac5e6e9ac5.js +1 -0
  478. package/.next-prod/static/chunks/app/api/services/scripts/route-db8b43ac5e6e9ac5.js +1 -0
  479. package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-db8b43ac5e6e9ac5.js +1 -0
  480. package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-db8b43ac5e6e9ac5.js +1 -0
  481. package/.next-prod/static/chunks/app/api/session-by-path/route-db8b43ac5e6e9ac5.js +1 -0
  482. package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-db8b43ac5e6e9ac5.js +1 -0
  483. package/.next-prod/static/chunks/app/api/sessions/projects/route-db8b43ac5e6e9ac5.js +1 -0
  484. package/.next-prod/static/chunks/app/api/sessions/route-db8b43ac5e6e9ac5.js +1 -0
  485. package/.next-prod/static/chunks/app/api/settings/route-db8b43ac5e6e9ac5.js +1 -0
  486. package/.next-prod/static/chunks/app/api/shutdown/route-db8b43ac5e6e9ac5.js +1 -0
  487. package/.next-prod/static/chunks/app/api/skills/[id]/route-db8b43ac5e6e9ac5.js +1 -0
  488. package/.next-prod/static/chunks/app/api/skills/content/route-db8b43ac5e6e9ac5.js +1 -0
  489. package/.next-prod/static/chunks/app/api/skills/route-db8b43ac5e6e9ac5.js +1 -0
  490. package/.next-prod/static/chunks/app/api/snapshots/blob/route-db8b43ac5e6e9ac5.js +1 -0
  491. package/.next-prod/static/chunks/app/api/snapshots/diff/route-db8b43ac5e6e9ac5.js +1 -0
  492. package/.next-prod/static/chunks/app/api/snapshots/route-db8b43ac5e6e9ac5.js +1 -0
  493. package/.next-prod/static/chunks/app/api/terminal/aliases/route-db8b43ac5e6e9ac5.js +1 -0
  494. package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-db8b43ac5e6e9ac5.js +1 -0
  495. package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-db8b43ac5e6e9ac5.js +1 -0
  496. package/.next-prod/static/chunks/app/api/terminal/env/route-db8b43ac5e6e9ac5.js +1 -0
  497. package/.next-prod/static/chunks/app/api/terminal/history/route-db8b43ac5e6e9ac5.js +1 -0
  498. package/.next-prod/static/chunks/app/api/update/route-db8b43ac5e6e9ac5.js +1 -0
  499. package/.next-prod/static/chunks/app/api/update-state/route-db8b43ac5e6e9ac5.js +1 -0
  500. package/.next-prod/static/chunks/app/api/version/route-db8b43ac5e6e9ac5.js +1 -0
  501. package/.next-prod/static/chunks/app/apps/[...path]/route-db8b43ac5e6e9ac5.js +1 -0
  502. package/.next-prod/static/chunks/app/{layout-60f41d682cd860e9.js → layout-65e8647a35bd5ef0.js} +1 -1
  503. package/.next-prod/static/chunks/app/m/{page-7eabf179a8b13f49.js → page-69cf611ceae66f33.js} +1 -1
  504. package/.next-prod/static/chunks/app/manifest.webmanifest/route-db8b43ac5e6e9ac5.js +1 -0
  505. package/.next-prod/static/chunks/app/page-6931b763a22d95be.js +1 -0
  506. package/.next-prod/static/chunks/app/project/page-6931b763a22d95be.js +1 -0
  507. package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-db8b43ac5e6e9ac5.js +1 -0
  508. package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-db8b43ac5e6e9ac5.js +1 -0
  509. package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-db8b43ac5e6e9ac5.js +1 -0
  510. package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-db8b43ac5e6e9ac5.js +1 -0
  511. package/.next-prod/static/css/303e8ac791ff3d31.css +1 -0
  512. package/.next-prod/trace +15 -14
  513. package/.next-prod/trace-build +1 -1
  514. package/.next-prod/types/app/api/snapshots/blob/route.ts +353 -0
  515. package/.next-prod/types/routes.d.ts +2 -1
  516. package/.next-prod/types/validator.ts +9 -0
  517. package/bin/cock-service.mjs +10 -8
  518. package/bin/cock.mjs +8 -6
  519. package/bin/postinstall.mjs +9 -8
  520. package/bin/updater.mjs +64 -26
  521. package/dist/{chunk-ZE2JXL6E.mjs → chunk-ETYX2YQF.mjs} +141 -59
  522. package/dist/{chunk-FBAFMLUC.mjs → chunk-SAKRITIQ.mjs} +3 -2
  523. package/dist/{chunk-H6AI4XJC.mjs → chunk-SGUW2QJI.mjs} +1 -1
  524. package/dist/httpApi.mjs +2 -2
  525. package/dist/scheduledTasks.mjs +174 -31
  526. package/dist/{server-HRP33LCV.mjs → server-C6LPAKPM.mjs} +2 -2
  527. package/dist/wsServer.mjs +8 -4
  528. package/package.json +6 -5
  529. package/public/html-lib/json-viewer.js +12 -12
  530. package/scripts/agentBinaries.mjs +86 -0
  531. package/.next-prod/server/chunks/9281.js +0 -1
  532. package/.next-prod/static/YOIsQRqVhYPuRyXlhwhoY/_buildManifest.js +0 -1
  533. package/.next-prod/static/chunks/33940-9631b513c48757f4.js +0 -35
  534. package/.next-prod/static/chunks/46784-031e2d50dc5f9fba.js +0 -716
  535. package/.next-prod/static/chunks/72353-f1aaa693ddc49568.js +0 -15
  536. package/.next-prod/static/chunks/app/api/chat/deepseek/route-c1a2c7e62ce669f7.js +0 -1
  537. package/.next-prod/static/chunks/app/api/chat/glm/route-c1a2c7e62ce669f7.js +0 -1
  538. package/.next-prod/static/chunks/app/api/chat/kimi/route-c1a2c7e62ce669f7.js +0 -1
  539. package/.next-prod/static/chunks/app/api/chat/ollama/route-c1a2c7e62ce669f7.js +0 -1
  540. package/.next-prod/static/chunks/app/api/chat/route-c1a2c7e62ce669f7.js +0 -1
  541. package/.next-prod/static/chunks/app/api/chat/stop/route-c1a2c7e62ce669f7.js +0 -1
  542. package/.next-prod/static/chunks/app/api/claude-stats/route-c1a2c7e62ce669f7.js +0 -1
  543. package/.next-prod/static/chunks/app/api/commands/route-c1a2c7e62ce669f7.js +0 -1
  544. package/.next-prod/static/chunks/app/api/comments/route-c1a2c7e62ce669f7.js +0 -1
  545. package/.next-prod/static/chunks/app/api/db/columns/route-c1a2c7e62ce669f7.js +0 -1
  546. package/.next-prod/static/chunks/app/api/db/connect/route-c1a2c7e62ce669f7.js +0 -1
  547. package/.next-prod/static/chunks/app/api/db/disconnect/route-c1a2c7e62ce669f7.js +0 -1
  548. package/.next-prod/static/chunks/app/api/db/export/route-c1a2c7e62ce669f7.js +0 -1
  549. package/.next-prod/static/chunks/app/api/db/query/route-c1a2c7e62ce669f7.js +0 -1
  550. package/.next-prod/static/chunks/app/api/db/schemas/route-c1a2c7e62ce669f7.js +0 -1
  551. package/.next-prod/static/chunks/app/api/deepseek/balance/route-c1a2c7e62ce669f7.js +0 -1
  552. package/.next-prod/static/chunks/app/api/deepseek/credentials/route-c1a2c7e62ce669f7.js +0 -1
  553. package/.next-prod/static/chunks/app/api/deepseek/models/route-c1a2c7e62ce669f7.js +0 -1
  554. package/.next-prod/static/chunks/app/api/dev/spans/route-c1a2c7e62ce669f7.js +0 -1
  555. package/.next-prod/static/chunks/app/api/extension/version/route-c1a2c7e62ce669f7.js +0 -1
  556. package/.next-prod/static/chunks/app/api/file/route-c1a2c7e62ce669f7.js +0 -1
  557. package/.next-prod/static/chunks/app/api/files/blame/route-c1a2c7e62ce669f7.js +0 -1
  558. package/.next-prod/static/chunks/app/api/files/clipboard/route-c1a2c7e62ce669f7.js +0 -1
  559. package/.next-prod/static/chunks/app/api/files/copy/route-c1a2c7e62ce669f7.js +0 -1
  560. package/.next-prod/static/chunks/app/api/files/delete/route-c1a2c7e62ce669f7.js +0 -1
  561. package/.next-prod/static/chunks/app/api/files/expanded/route-c1a2c7e62ce669f7.js +0 -1
  562. package/.next-prod/static/chunks/app/api/files/index/route-c1a2c7e62ce669f7.js +0 -1
  563. package/.next-prod/static/chunks/app/api/files/init/route-c1a2c7e62ce669f7.js +0 -1
  564. package/.next-prod/static/chunks/app/api/files/paste/route-c1a2c7e62ce669f7.js +0 -1
  565. package/.next-prod/static/chunks/app/api/files/read/route-c1a2c7e62ce669f7.js +0 -1
  566. package/.next-prod/static/chunks/app/api/files/readdir/route-c1a2c7e62ce669f7.js +0 -1
  567. package/.next-prod/static/chunks/app/api/files/recent/route-c1a2c7e62ce669f7.js +0 -1
  568. package/.next-prod/static/chunks/app/api/files/save/route-c1a2c7e62ce669f7.js +0 -1
  569. package/.next-prod/static/chunks/app/api/files/search/route-c1a2c7e62ce669f7.js +0 -1
  570. package/.next-prod/static/chunks/app/api/files/stat/route-c1a2c7e62ce669f7.js +0 -1
  571. package/.next-prod/static/chunks/app/api/files/text/route-c1a2c7e62ce669f7.js +0 -1
  572. package/.next-prod/static/chunks/app/api/git/blob/route-c1a2c7e62ce669f7.js +0 -1
  573. package/.next-prod/static/chunks/app/api/git/branch-diff/route-c1a2c7e62ce669f7.js +0 -1
  574. package/.next-prod/static/chunks/app/api/git/branches/route-c1a2c7e62ce669f7.js +0 -1
  575. package/.next-prod/static/chunks/app/api/git/commit-diff/route-c1a2c7e62ce669f7.js +0 -1
  576. package/.next-prod/static/chunks/app/api/git/commits/route-c1a2c7e62ce669f7.js +0 -1
  577. package/.next-prod/static/chunks/app/api/git/current-branch/route-c1a2c7e62ce669f7.js +0 -1
  578. package/.next-prod/static/chunks/app/api/git/diff/route-c1a2c7e62ce669f7.js +0 -1
  579. package/.next-prod/static/chunks/app/api/git/discard/route-c1a2c7e62ce669f7.js +0 -1
  580. package/.next-prod/static/chunks/app/api/git/stage/route-c1a2c7e62ce669f7.js +0 -1
  581. package/.next-prod/static/chunks/app/api/git/status/route-c1a2c7e62ce669f7.js +0 -1
  582. package/.next-prod/static/chunks/app/api/git/unstage/route-c1a2c7e62ce669f7.js +0 -1
  583. package/.next-prod/static/chunks/app/api/git/worktree/route-c1a2c7e62ce669f7.js +0 -1
  584. package/.next-prod/static/chunks/app/api/glm/credentials/route-c1a2c7e62ce669f7.js +0 -1
  585. package/.next-prod/static/chunks/app/api/glm/models/route-c1a2c7e62ce669f7.js +0 -1
  586. package/.next-prod/static/chunks/app/api/glm/usage/route-c1a2c7e62ce669f7.js +0 -1
  587. package/.next-prod/static/chunks/app/api/global-state/route-c1a2c7e62ce669f7.js +0 -1
  588. package/.next-prod/static/chunks/app/api/health/route-c1a2c7e62ce669f7.js +0 -1
  589. package/.next-prod/static/chunks/app/api/html-apps/[id]/route-c1a2c7e62ce669f7.js +0 -1
  590. package/.next-prod/static/chunks/app/api/html-apps/route-c1a2c7e62ce669f7.js +0 -1
  591. package/.next-prod/static/chunks/app/api/jupyter/load/route-c1a2c7e62ce669f7.js +0 -1
  592. package/.next-prod/static/chunks/app/api/jupyter/save/route-c1a2c7e62ce669f7.js +0 -1
  593. package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-c1a2c7e62ce669f7.js +0 -1
  594. package/.next-prod/static/chunks/app/api/kimi/credentials/route-c1a2c7e62ce669f7.js +0 -1
  595. package/.next-prod/static/chunks/app/api/kimi/models/route-c1a2c7e62ce669f7.js +0 -1
  596. package/.next-prod/static/chunks/app/api/kimi/usage/route-c1a2c7e62ce669f7.js +0 -1
  597. package/.next-prod/static/chunks/app/api/lsp/definition/route-c1a2c7e62ce669f7.js +0 -1
  598. package/.next-prod/static/chunks/app/api/lsp/hover/route-c1a2c7e62ce669f7.js +0 -1
  599. package/.next-prod/static/chunks/app/api/lsp/references/route-c1a2c7e62ce669f7.js +0 -1
  600. package/.next-prod/static/chunks/app/api/lsp/status/route-c1a2c7e62ce669f7.js +0 -1
  601. package/.next-prod/static/chunks/app/api/lsp/warmup/route-c1a2c7e62ce669f7.js +0 -1
  602. package/.next-prod/static/chunks/app/api/mysql/columns/route-c1a2c7e62ce669f7.js +0 -1
  603. package/.next-prod/static/chunks/app/api/mysql/connect/route-c1a2c7e62ce669f7.js +0 -1
  604. package/.next-prod/static/chunks/app/api/mysql/disconnect/route-c1a2c7e62ce669f7.js +0 -1
  605. package/.next-prod/static/chunks/app/api/mysql/export/route-c1a2c7e62ce669f7.js +0 -1
  606. package/.next-prod/static/chunks/app/api/mysql/query/route-c1a2c7e62ce669f7.js +0 -1
  607. package/.next-prod/static/chunks/app/api/mysql/schemas/route-c1a2c7e62ce669f7.js +0 -1
  608. package/.next-prod/static/chunks/app/api/neo4j/connect/route-c1a2c7e62ce669f7.js +0 -1
  609. package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-c1a2c7e62ce669f7.js +0 -1
  610. package/.next-prod/static/chunks/app/api/neo4j/query/route-c1a2c7e62ce669f7.js +0 -1
  611. package/.next-prod/static/chunks/app/api/neo4j/schema/route-c1a2c7e62ce669f7.js +0 -1
  612. package/.next-prod/static/chunks/app/api/note/route-c1a2c7e62ce669f7.js +0 -1
  613. package/.next-prod/static/chunks/app/api/ollama/config/route-c1a2c7e62ce669f7.js +0 -1
  614. package/.next-prod/static/chunks/app/api/ollama/models/route-c1a2c7e62ce669f7.js +0 -1
  615. package/.next-prod/static/chunks/app/api/ollama/start/route-c1a2c7e62ce669f7.js +0 -1
  616. package/.next-prod/static/chunks/app/api/open-cursor/route-c1a2c7e62ce669f7.js +0 -1
  617. package/.next-prod/static/chunks/app/api/open-vscode/route-c1a2c7e62ce669f7.js +0 -1
  618. package/.next-prod/static/chunks/app/api/pick-folder/route-c1a2c7e62ce669f7.js +0 -1
  619. package/.next-prod/static/chunks/app/api/pinned-sessions/route-c1a2c7e62ce669f7.js +0 -1
  620. package/.next-prod/static/chunks/app/api/project-settings/route-c1a2c7e62ce669f7.js +0 -1
  621. package/.next-prod/static/chunks/app/api/project-state/route-c1a2c7e62ce669f7.js +0 -1
  622. package/.next-prod/static/chunks/app/api/projectGraph/affected/route-c1a2c7e62ce669f7.js +0 -1
  623. package/.next-prod/static/chunks/app/api/projectGraph/callees/route-c1a2c7e62ce669f7.js +0 -1
  624. package/.next-prod/static/chunks/app/api/projectGraph/callers/route-c1a2c7e62ce669f7.js +0 -1
  625. package/.next-prod/static/chunks/app/api/projectGraph/coedit/route-c1a2c7e62ce669f7.js +0 -1
  626. package/.next-prod/static/chunks/app/api/projectGraph/context/route-c1a2c7e62ce669f7.js +0 -1
  627. package/.next-prod/static/chunks/app/api/projectGraph/file/route-c1a2c7e62ce669f7.js +0 -1
  628. package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-c1a2c7e62ce669f7.js +0 -1
  629. package/.next-prod/static/chunks/app/api/projectGraph/impact/route-c1a2c7e62ce669f7.js +0 -1
  630. package/.next-prod/static/chunks/app/api/projectGraph/related/route-c1a2c7e62ce669f7.js +0 -1
  631. package/.next-prod/static/chunks/app/api/projectGraph/risk/route-c1a2c7e62ce669f7.js +0 -1
  632. package/.next-prod/static/chunks/app/api/projectGraph/search/route-c1a2c7e62ce669f7.js +0 -1
  633. package/.next-prod/static/chunks/app/api/projects/route-c1a2c7e62ce669f7.js +0 -1
  634. package/.next-prod/static/chunks/app/api/prompts/config/route-c1a2c7e62ce669f7.js +0 -1
  635. package/.next-prod/static/chunks/app/api/push/public-key/route-c1a2c7e62ce669f7.js +0 -1
  636. package/.next-prod/static/chunks/app/api/push/subscribe/route-c1a2c7e62ce669f7.js +0 -1
  637. package/.next-prod/static/chunks/app/api/push/unsubscribe/route-c1a2c7e62ce669f7.js +0 -1
  638. package/.next-prod/static/chunks/app/api/redis/command/route-c1a2c7e62ce669f7.js +0 -1
  639. package/.next-prod/static/chunks/app/api/redis/connect/route-c1a2c7e62ce669f7.js +0 -1
  640. package/.next-prod/static/chunks/app/api/redis/delete/route-c1a2c7e62ce669f7.js +0 -1
  641. package/.next-prod/static/chunks/app/api/redis/disconnect/route-c1a2c7e62ce669f7.js +0 -1
  642. package/.next-prod/static/chunks/app/api/redis/get/route-c1a2c7e62ce669f7.js +0 -1
  643. package/.next-prod/static/chunks/app/api/redis/keys/route-c1a2c7e62ce669f7.js +0 -1
  644. package/.next-prod/static/chunks/app/api/redis/set/route-c1a2c7e62ce669f7.js +0 -1
  645. package/.next-prod/static/chunks/app/api/restart/route-c1a2c7e62ce669f7.js +0 -1
  646. package/.next-prod/static/chunks/app/api/review/[id]/comments/route-c1a2c7e62ce669f7.js +0 -1
  647. package/.next-prod/static/chunks/app/api/review/[id]/replies/route-c1a2c7e62ce669f7.js +0 -1
  648. package/.next-prod/static/chunks/app/api/review/[id]/route-c1a2c7e62ce669f7.js +0 -1
  649. package/.next-prod/static/chunks/app/api/review/identify/route-c1a2c7e62ce669f7.js +0 -1
  650. package/.next-prod/static/chunks/app/api/review/order/route-c1a2c7e62ce669f7.js +0 -1
  651. package/.next-prod/static/chunks/app/api/review/route-c1a2c7e62ce669f7.js +0 -1
  652. package/.next-prod/static/chunks/app/api/review/share-info/route-c1a2c7e62ce669f7.js +0 -1
  653. package/.next-prod/static/chunks/app/api/review/users/route-c1a2c7e62ce669f7.js +0 -1
  654. package/.next-prod/static/chunks/app/api/scheduled-tasks/route-c1a2c7e62ce669f7.js +0 -1
  655. package/.next-prod/static/chunks/app/api/services/config/route-c1a2c7e62ce669f7.js +0 -1
  656. package/.next-prod/static/chunks/app/api/services/scripts/route-c1a2c7e62ce669f7.js +0 -1
  657. package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-c1a2c7e62ce669f7.js +0 -1
  658. package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-c1a2c7e62ce669f7.js +0 -1
  659. package/.next-prod/static/chunks/app/api/session-by-path/route-c1a2c7e62ce669f7.js +0 -1
  660. package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-c1a2c7e62ce669f7.js +0 -1
  661. package/.next-prod/static/chunks/app/api/sessions/projects/route-c1a2c7e62ce669f7.js +0 -1
  662. package/.next-prod/static/chunks/app/api/sessions/route-c1a2c7e62ce669f7.js +0 -1
  663. package/.next-prod/static/chunks/app/api/settings/route-c1a2c7e62ce669f7.js +0 -1
  664. package/.next-prod/static/chunks/app/api/shutdown/route-c1a2c7e62ce669f7.js +0 -1
  665. package/.next-prod/static/chunks/app/api/skills/[id]/route-c1a2c7e62ce669f7.js +0 -1
  666. package/.next-prod/static/chunks/app/api/skills/content/route-c1a2c7e62ce669f7.js +0 -1
  667. package/.next-prod/static/chunks/app/api/skills/route-c1a2c7e62ce669f7.js +0 -1
  668. package/.next-prod/static/chunks/app/api/snapshots/diff/route-c1a2c7e62ce669f7.js +0 -1
  669. package/.next-prod/static/chunks/app/api/snapshots/route-c1a2c7e62ce669f7.js +0 -1
  670. package/.next-prod/static/chunks/app/api/terminal/aliases/route-c1a2c7e62ce669f7.js +0 -1
  671. package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-c1a2c7e62ce669f7.js +0 -1
  672. package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-c1a2c7e62ce669f7.js +0 -1
  673. package/.next-prod/static/chunks/app/api/terminal/env/route-c1a2c7e62ce669f7.js +0 -1
  674. package/.next-prod/static/chunks/app/api/terminal/history/route-c1a2c7e62ce669f7.js +0 -1
  675. package/.next-prod/static/chunks/app/api/update/route-c1a2c7e62ce669f7.js +0 -1
  676. package/.next-prod/static/chunks/app/api/update-state/route-c1a2c7e62ce669f7.js +0 -1
  677. package/.next-prod/static/chunks/app/api/version/route-c1a2c7e62ce669f7.js +0 -1
  678. package/.next-prod/static/chunks/app/apps/[...path]/route-c1a2c7e62ce669f7.js +0 -1
  679. package/.next-prod/static/chunks/app/manifest.webmanifest/route-c1a2c7e62ce669f7.js +0 -1
  680. package/.next-prod/static/chunks/app/page-e83cd7365efbf878.js +0 -1
  681. package/.next-prod/static/chunks/app/project/page-e83cd7365efbf878.js +0 -1
  682. package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-c1a2c7e62ce669f7.js +0 -1
  683. package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-c1a2c7e62ce669f7.js +0 -1
  684. package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-c1a2c7e62ce669f7.js +0 -1
  685. package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-c1a2c7e62ce669f7.js +0 -1
  686. package/.next-prod/static/css/45835d91c2519c62.css +0 -1
  687. package/scripts/claudeBinary.mjs +0 -38
  688. /package/.next-prod/static/{YOIsQRqVhYPuRyXlhwhoY → U8R610UNAk7MWsuSmrm28}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- (()=>{var a={};a.id=2951,a.ids=[2951],a.modules={1134:(a,b,c)=>{"use strict";c.d(b,{ReviewDropdown:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call ReviewDropdown() from the server but ReviewDropdown is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewDropdown.tsx","ReviewDropdown")},1708:a=>{"use strict";a.exports=require("node:process")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8128:a=>{"use strict";a.exports=require("next/dist/server/runtime-reacts.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},12629:a=>{"use strict";a.exports=import("web-tree-sitter")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},20975:(a,b,c)=>{"use strict";c.d(b,{ReviewListPanel:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call ReviewListPanel() from the server but ReviewListPanel is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewListPanel.tsx","ReviewListPanel")},26188:(a,b,c)=>{"use strict";c.d(b,{useReviewHighlights:()=>e});var d=c(67484);function e(a,b,c,e){let[f,g]=(0,d.useState)([]),h=(0,d.useRef)(0),i=(0,d.useRef)(c);(0,d.useCallback)(()=>{h.current&&cancelAnimationFrame(h.current),h.current=requestAnimationFrame(()=>{let c=a.current,d=b.current;if(!c||!d)return;let e=function(a,b,c){let d=[],e=b.getBoundingClientRect(),f=function(a){let b=[],c=document.createTreeWalker(a,NodeFilter.SHOW_TEXT),d=0;for(;c.nextNode();){let a=c.currentNode,e=a.textContent?.length||0;b.push({node:a,start:d,end:d+e}),d+=e}return b}(a);if(0===f.length)return d;for(let a of c){let{startOffset:c,endOffset:g}=a.anchor;if(c>=g)continue;let h=null,i=0,j=null,k=0;for(let{node:a,start:b,end:d}of f)if(!h&&c>=b&&c<d&&(h=a,i=c-b),g>b&&g<=d){j=a,k=g-b;break}if(!h||!j)continue;let l=document.createRange();try{l.setStart(h,i),l.setEnd(j,k)}catch{continue}for(let c of l.getClientRects())c.width<1||c.height<1||d.push({commentId:a.id,top:c.top-e.top+b.scrollTop,left:c.left-e.left+b.scrollLeft,width:c.width,height:c.height})}return d}(c,d,i.current);g(a=>a.length===e.length&&a.every((a,b)=>a.commentId===e[b].commentId&&.5>Math.abs(a.top-e[b].top)&&.5>Math.abs(a.left-e[b].left)&&.5>Math.abs(a.width-e[b].width)&&.5>Math.abs(a.height-e[b].height))?a:e)})},[a,b]);let j=(0,d.useCallback)(a=>{let c=b.current;if(!c)return;let d=f.find(b=>b.commentId===a);if(!d)return;let e=c.clientHeight;c.scrollTo({top:d.top-e/2+d.height/2,behavior:"smooth"})},[b,f]);return{rects:f,scrollToHighlight:j}}},28354:a=>{"use strict";a.exports=require("util")},28820:(a,b,c)=>{"use strict";c.d(b,{ReviewPage:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call ReviewPage() from the server but ReviewPage is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewPage.tsx","ReviewPage")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},29657:(a,b,c)=>{Promise.resolve().then(c.bind(c,26188)),Promise.resolve().then(c.bind(c,79758)),Promise.resolve().then(c.bind(c,61130)),Promise.resolve().then(c.bind(c,12568)),Promise.resolve().then(c.bind(c,45354)),Promise.resolve().then(c.bind(c,94481)),Promise.resolve().then(c.bind(c,45320)),Promise.resolve().then(c.bind(c,92608))},33873:a=>{"use strict";a.exports=require("path")},38522:a=>{"use strict";a.exports=require("node:zlib")},39760:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>r,handler:()=>t,routeModule:()=>s});var d=c(21635),e=c(86315),f=c(1020),g=c(61287),h={};for(let a in g)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(h[a]=()=>g[a]);c.d(b,h);let i=(0,d.p)(()=>Promise.resolve().then(c.bind(c,76537))),j=(0,d.p)(()=>Promise.resolve().then(c.bind(c,81227))),k=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,55091,23))),l=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,45270,23))),m=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,28193,23))),n=(0,d.p)(()=>Promise.resolve().then(c.bind(c,81227))),o=(0,d.p)(()=>Promise.resolve().then(c.bind(c,81227))),p={children:["",{children:["review",{children:["[id]",{children:["__PAGE__",{},{page:[(0,d.p)(()=>Promise.resolve().then(c.bind(c,44236))),"/home/runner/work/cockpit/cockpit/src/app/review/[id]/page.tsx"]}]},{"global-error":[o,"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx"]},[]]},{"global-error":[n,"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx"],metadata:{icon:[async a=>(await (0,d.p)(()=>Promise.resolve().then(c.bind(c,70440)))()).default(a)],apple:[],openGraph:[],twitter:[],manifest:"/manifest.webmanifest"}},[]]},{layout:[i,"/home/runner/work/cockpit/cockpit/src/app/layout.tsx"],"global-error":[j,"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx"],"not-found":[k,"next/dist/client/components/builtin/not-found.js"],forbidden:[l,"next/dist/client/components/builtin/forbidden.js"],unauthorized:[m,"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await (0,d.p)(()=>Promise.resolve().then(c.bind(c,70440)))()).default(a)],apple:[],openGraph:[],twitter:[],manifest:"/manifest.webmanifest"}},[]]}.children,q=(0,e.H)({tree:p,page:"/review/[id]/page",pathname:"/review/[id]",require:c,loadChunk:()=>Promise.resolve(),interopDefault:f.T}),r=q.__next_app__,s=q.routeModule,t=q.handler},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},42681:(a,b,c)=>{Promise.resolve().then(c.bind(c,73370)),Promise.resolve().then(c.bind(c,61169)),Promise.resolve().then(c.bind(c,63376)),Promise.resolve().then(c.bind(c,1134)),Promise.resolve().then(c.bind(c,42784)),Promise.resolve().then(c.bind(c,20975)),Promise.resolve().then(c.bind(c,28820)),Promise.resolve().then(c.bind(c,74824))},42784:(a,b,c)=>{"use strict";c.d(b,{ReviewIdentitySettings:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call ReviewIdentitySettings() from the server but ReviewIdentitySettings is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewIdentitySettings.tsx","ReviewIdentitySettings")},44236:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>h,dynamic:()=>f,generateMetadata:()=>g});var d=c(5735),e=c(28820);let f="force-dynamic";async function g({params:a}){let{id:b}=await a;return{title:`Review - ${b}`}}async function h({params:a}){let{id:b}=await a;return(0,d.jsx)(e.ReviewPage,{reviewId:b})}},45320:(a,b,c)=>{"use strict";c.d(b,{ReviewPage:()=>D});var d=c(48249),e=c(67484),f=c(44384),g=c(98356),h=c(24680),i=c(83768),j=c(84835);function k({selectedText:a,position:b,onSubmit:c,onCancel:g}){let{t:h}=(0,f.Bd)(),[i,j]=(0,e.useState)(""),l=(0,e.useRef)(null),m=(0,e.useRef)(null),n=()=>{let a=i.trim();a&&c(a)},o=a.length>60?a.slice(0,57)+"...":a;return(0,d.jsxs)("div",{ref:m,className:"absolute z-50 w-96 bg-card border border-border rounded-lg shadow-lv2",style:{top:b.top,left:Math.max(8,b.left-192)},children:[(0,d.jsxs)("div",{className:"px-3 pt-3 pb-2",children:[(0,d.jsx)("div",{className:"text-xs text-muted-foreground mb-1",children:h("review.selectedText")}),(0,d.jsx)("div",{className:"text-xs bg-yellow-500/10 border-l-2 border-yellow-500 px-2 py-1 rounded-r truncate",children:o})]}),(0,d.jsx)("div",{className:"px-3 pb-2",children:(0,d.jsx)("textarea",{ref:l,value:i,onChange:a=>j(a.target.value),onKeyDown:a=>{"Enter"!==a.key||a.shiftKey||a.nativeEvent.isComposing||(a.preventDefault(),n())},placeholder:h("review.addCommentPlaceholder"),className:"w-full px-2 py-1.5 text-sm bg-secondary border border-border rounded resize-none focus:outline-none focus:border-brand",rows:4})}),(0,d.jsxs)("div",{className:"px-3 pb-3 flex items-center justify-between",children:[(0,d.jsx)("span",{className:"text-[10px] text-muted-foreground",children:h("review.enterSubmitHint")}),(0,d.jsxs)("div",{className:"flex gap-1",children:[(0,d.jsx)("button",{onClick:g,className:"px-2 py-1 text-xs rounded hover:bg-hover transition-colors text-muted-foreground",children:h("common.cancel")}),(0,d.jsx)("button",{onClick:n,disabled:!i.trim(),className:"px-2 py-1 text-xs rounded bg-brand text-white hover:bg-brand/90 transition-colors disabled:opacity-40",children:h("review.commentBtn")})]})]})]})}let l={bg:"rgba(234, 179, 8, 0.15)",bgActive:"rgba(234, 179, 8, 0.4)",bgPending:"rgba(234, 179, 8, 0.3)",border:"rgba(234, 179, 8, 0.7)",borderPending:"rgba(234, 179, 8, 0.9)"},m={bg:"rgba(234, 179, 8, 0.1)",bgActive:"rgba(234, 179, 8, 0.3)",bgPending:"rgba(234, 179, 8, 0.2)",border:"rgba(234, 179, 8, 0.5)",borderPending:"rgba(234, 179, 8, 0.7)"};function n({rects:a,activeCommentId:b,pendingCommentId:c,isDark:e}){if(0===a.length)return null;let f=e?m:l;return(0,d.jsx)("div",{style:{position:"absolute",top:0,left:0,width:"100%",height:0,overflow:"visible",pointerEvents:"none",zIndex:5},children:a.map((a,e)=>{let g=a.commentId===b,h=a.commentId===c,i=f.bg;return h?i=f.bgPending:g&&(i=f.bgActive),(0,d.jsx)("div",{"data-comment-id":a.commentId,style:{position:"absolute",top:a.top,left:a.left,width:a.width,height:a.height,backgroundColor:i,borderBottom:`1px solid ${h?f.borderPending:f.border}`,borderRadius:1,pointerEvents:"none"}},`${a.commentId}-${e}`)})})}var o=c(26188);let p=[j.W];function q({content:a,comments:b,activeCommentId:c,isActive:f,onAddComment:j,onHighlightClick:l,scrollToHighlightRef:m}){let{resolvedTheme:r}=(0,i.DP)(),s=(0,e.useRef)(null),t=(0,e.useRef)(null),[u,v]=(0,e.useState)(null),w=(0,e.useMemo)(()=>u?[...b,{id:"__pending__",author:"",authorId:"",content:"",anchor:u.anchor,createdAt:0,replies:[]}]:b,[b,u]),{rects:x,scrollToHighlight:y}=(0,o.useReviewHighlights)(s,t,w,c),z=(0,e.useRef)(x),A=(0,e.useCallback)(a=>{let b=window.getSelection(),c=b&&!b.isCollapsed;if(c&&f&&s.current){let c=b.getRangeAt(0);if(s.current.contains(c.startContainer)&&s.current.contains(c.endContainer)){let d=function(a,b){let c=document.createTreeWalker(a,NodeFilter.SHOW_TEXT),d=0,e=-1,f=-1;for(;c.nextNode();){let a=c.currentNode,g=a.textContent?.length||0;if(a===b.startContainer&&(e=d+b.startOffset),a===b.endContainer){f=d+b.endOffset;break}d+=g}if(-1===e||-1===f||e>=f)return null;let g=a.textContent?.slice(e,f)||"";return g.trim()?{startOffset:e,endOffset:f,selectedText:g}:null}(s.current,c);if(d){let c=t.current??s.current.parentElement,e=c.getBoundingClientRect();v({anchor:d,position:{top:a.clientY-e.top+c.scrollTop+8,left:a.clientX-e.left}}),b.removeAllRanges();return}}}if(!c&&!u){let b=t.current;if(!b)return;let c=b.getBoundingClientRect(),d=a.clientX-c.left+b.scrollLeft,e=a.clientY-c.top+b.scrollTop;for(let a of z.current)if("__pending__"!==a.commentId&&d>=a.left&&d<=a.left+a.width&&e>=a.top&&e<=a.top+a.height)return void l(a.commentId)}},[f,u,l]),B=(0,e.useCallback)(a=>{u&&(j(a,u.anchor),v(null),window.getSelection()?.removeAllRanges())},[u,j]),C=(0,e.useCallback)(()=>{v(null),window.getSelection()?.removeAllRanges()},[]);return(0,d.jsxs)("div",{className:"h-full flex bg-card",children:[(0,d.jsx)(h.l,{content:a,containerRef:t}),(0,d.jsxs)("div",{ref:t,className:"flex-1 overflow-auto relative",onMouseUp:A,children:[(0,d.jsx)("div",{ref:s,className:"p-6 review-markdown-container",children:(0,d.jsx)(g.T,{content:a,rehypePlugins:p})}),(0,d.jsx)(n,{rects:x,activeCommentId:c,pendingCommentId:u?"__pending__":null,isDark:"dark"===r}),u&&(0,d.jsx)(k,{selectedText:u.anchor.selectedText,position:u.position,onSubmit:B,onCancel:C})]})]})}var r=c(208);function s(a){let b=new Date(a),c=Math.floor((new Date().getTime()-b.getTime())/6e4);if(c<1)return r.A.t("common.justNow");if(c<60)return r.A.t("common.minutesAgo",{count:c});let d=Math.floor(c/60);if(d<24)return r.A.t("common.hoursAgo",{count:d});let e=Math.floor(d/24);return e<7?r.A.t("common.daysAgo",{count:e}):b.toLocaleDateString()}let t=(0,e.forwardRef)(function({comment:a,isActive:b,isOwnComment:c,isAdmin:g,currentAuthorId:h,canInteract:i,userNameMap:j,onClick:k,onDelete:l,onEdit:m,onToggleClosed:n,onAddReply:o,onDeleteReply:p,onEditReply:q},r){let{t}=(0,f.Bd)(),u=(a,b)=>j[a]||b,[v,w]=(0,e.useState)(""),[x,y]=(0,e.useState)(!1),[z,A]=(0,e.useState)(!1),[B,C]=(0,e.useState)(""),[D,E]=(0,e.useState)(null),[F,G]=(0,e.useState)(""),H=()=>{let a=v.trim();a&&(o(a),w(""),y(!1))},I=()=>{let b=B.trim();b&&b!==a.content&&m(b),A(!1)},J=()=>{if(!D)return;let b=F.trim(),c=a.replies.find(a=>a.id===D);!b||c&&b===c.content||q(D,b),E(null)},K=a.anchor.selectedText.length>80?a.anchor.selectedText.slice(0,77)+"...":a.anchor.selectedText,L=g||c||i;return a.closed?(0,d.jsxs)("div",{ref:r,className:"rounded-lg border border-border/50 bg-card/50 opacity-60 hover:opacity-80 transition-all cursor-pointer px-3 py-2 flex items-center gap-2",onClick:k,children:[(0,d.jsx)("span",{className:"w-4 h-4 rounded-full bg-brand/20 text-brand flex items-center justify-center text-[9px] font-bold flex-shrink-0",children:u(a.authorId,a.author).charAt(0)}),(0,d.jsx)("span",{className:"text-xs text-muted-foreground truncate flex-1",children:K}),(0,d.jsx)("span",{className:"text-[10px] text-muted-foreground/50 flex-shrink-0",children:t("review.closedLabel")}),L&&(0,d.jsx)("button",{onClick:a=>{a.stopPropagation(),n(!1)},className:"text-[10px] text-muted-foreground hover:text-foreground transition-colors flex-shrink-0",title:t("review.reopenReview"),children:t("review.reopen")}),(c&&i||g)&&(0,d.jsx)("button",{onClick:a=>{a.stopPropagation(),l()},className:"text-[10px] text-muted-foreground hover:text-red-11 transition-colors flex-shrink-0",title:t("review.deleteComment"),children:t("common.delete")})]}):(0,d.jsxs)("div",{ref:r,className:`rounded-lg border transition-all cursor-pointer ${b?"border-brand bg-brand/5 shadow-lv1":"border-border bg-card hover:border-muted-foreground/30"}`,onClick:k,children:[(0,d.jsx)("div",{className:"px-3 pt-3 pb-1",children:(0,d.jsx)("div",{className:"text-xs bg-yellow-500/10 border-l-2 border-yellow-500 px-2 py-1 rounded-r text-muted-foreground truncate",children:K})}),(0,d.jsxs)("div",{className:"px-3 pt-2 flex items-center gap-2",children:[(0,d.jsx)("span",{className:"w-5 h-5 rounded-full bg-brand/20 text-brand flex items-center justify-center text-[10px] font-bold flex-shrink-0",children:u(a.authorId,a.author).charAt(0)}),(0,d.jsx)("span",{className:"text-xs font-medium",children:u(a.authorId,a.author)}),(0,d.jsx)("span",{className:"text-[10px] text-muted-foreground",children:s(a.createdAt)}),(0,d.jsx)("div",{className:"flex-1"}),!z&&(0,d.jsxs)("div",{className:"flex items-center gap-2",children:[L&&(0,d.jsx)("button",{onClick:a=>{a.stopPropagation(),n(!0)},className:"text-[10px] text-muted-foreground hover:text-foreground transition-colors",children:t("review.closeComment")}),c&&i&&(0,d.jsx)("button",{onClick:b=>{b.stopPropagation(),C(a.content),A(!0)},className:"text-[10px] text-muted-foreground hover:text-foreground transition-colors",title:t("review.editComment"),children:t("common.edit")}),(c&&i||g)&&(0,d.jsx)("button",{onClick:a=>{a.stopPropagation(),l()},className:"text-[10px] text-muted-foreground hover:text-red-11 transition-colors",title:t("review.deleteComment"),children:t("common.delete")})]})]}),(0,d.jsx)("div",{className:"px-3 pt-1 pb-2",children:z?(0,d.jsxs)("div",{onClick:a=>a.stopPropagation(),children:[(0,d.jsx)("textarea",{value:B,onChange:a=>C(a.target.value),onKeyDown:a=>{"Enter"!==a.key||a.shiftKey||a.nativeEvent.isComposing||(a.preventDefault(),I()),"Escape"===a.key&&A(!1)},className:"w-full px-2 py-1.5 text-sm bg-secondary border border-border rounded resize-none focus:outline-none focus:border-brand",rows:3,autoFocus:!0}),(0,d.jsxs)("div",{className:"flex items-center justify-end gap-1 mt-1",children:[(0,d.jsx)("button",{onClick:()=>A(!1),className:"px-2 py-0.5 text-xs rounded hover:bg-hover transition-colors text-muted-foreground",children:t("common.cancel")}),(0,d.jsx)("button",{onClick:I,disabled:!B.trim(),className:"px-2 py-0.5 text-xs rounded bg-brand text-white hover:bg-brand/90 transition-colors disabled:opacity-40",children:t("common.save")})]})]}):(0,d.jsxs)("div",{className:"text-sm whitespace-pre-wrap",children:[a.content,a.edited&&(0,d.jsx)("span",{className:"text-[10px] text-muted-foreground ml-1",children:t("review.edited")})]})}),a.replies.length>0&&(0,d.jsx)("div",{className:"mx-3 border-t border-border",children:a.replies.map(a=>(0,d.jsxs)("div",{className:"py-2 border-b border-border last:border-b-0",children:[(0,d.jsxs)("div",{className:"flex items-center gap-2",children:[(0,d.jsx)("span",{className:"w-4 h-4 rounded-full bg-accent text-muted-foreground flex items-center justify-center text-[9px] font-bold flex-shrink-0",children:u(a.authorId,a.author).charAt(0)}),(0,d.jsx)("span",{className:"text-xs font-medium",children:u(a.authorId,a.author)}),(0,d.jsx)("span",{className:"text-[10px] text-muted-foreground",children:s(a.createdAt)}),(0,d.jsx)("div",{className:"flex-1"}),D!==a.id&&(a.authorId===h&&i||g)&&(0,d.jsxs)("div",{className:"flex items-center gap-2",children:[a.authorId===h&&i&&(0,d.jsx)("button",{onClick:b=>{var c;b.stopPropagation(),c=a.id,G(a.content),E(c)},className:"text-[10px] text-muted-foreground hover:text-foreground transition-colors",title:t("review.editReply"),children:t("common.edit")}),(0,d.jsx)("button",{onClick:b=>{b.stopPropagation(),p(a.id)},className:"text-[10px] text-muted-foreground hover:text-red-11 transition-colors",title:t("review.deleteReply"),children:t("common.delete")})]})]}),D===a.id?(0,d.jsxs)("div",{className:"mt-1 pl-6",onClick:a=>a.stopPropagation(),children:[(0,d.jsx)("textarea",{value:F,onChange:a=>G(a.target.value),onKeyDown:a=>{"Enter"!==a.key||a.shiftKey||a.nativeEvent.isComposing||(a.preventDefault(),J()),"Escape"===a.key&&E(null)},className:"w-full px-2 py-1 text-sm bg-secondary border border-border rounded resize-none focus:outline-none focus:border-brand",rows:2,autoFocus:!0}),(0,d.jsxs)("div",{className:"flex items-center justify-end gap-1 mt-1",children:[(0,d.jsx)("button",{onClick:()=>E(null),className:"px-2 py-0.5 text-xs rounded hover:bg-hover transition-colors text-muted-foreground",children:t("common.cancel")}),(0,d.jsx)("button",{onClick:J,disabled:!F.trim(),className:"px-2 py-0.5 text-xs rounded bg-brand text-white hover:bg-brand/90 transition-colors disabled:opacity-40",children:t("common.save")})]})]}):(0,d.jsxs)("div",{className:"text-sm mt-0.5 pl-6 whitespace-pre-wrap",children:[a.content,a.edited&&(0,d.jsx)("span",{className:"text-[10px] text-muted-foreground ml-1",children:t("review.edited")})]})]},a.id))}),(0,d.jsx)("div",{className:"px-3 pb-2 pt-1",children:x?(0,d.jsxs)("div",{className:"mt-1",onClick:a=>a.stopPropagation(),children:[(0,d.jsx)("textarea",{value:v,onChange:a=>w(a.target.value),onKeyDown:a=>{"Enter"!==a.key||a.shiftKey||a.nativeEvent.isComposing||(a.preventDefault(),H()),"Escape"===a.key&&y(!1)},placeholder:t("review.replyPlaceholder"),className:"w-full px-2 py-1 text-sm bg-secondary border border-border rounded resize-none focus:outline-none focus:border-brand",rows:2,autoFocus:!0}),(0,d.jsxs)("div",{className:"flex items-center justify-end gap-1 mt-1",children:[(0,d.jsx)("button",{onClick:()=>y(!1),className:"px-2 py-0.5 text-xs rounded hover:bg-hover transition-colors text-muted-foreground",children:t("common.cancel")}),(0,d.jsx)("button",{onClick:H,disabled:!v.trim(),className:"px-2 py-0.5 text-xs rounded bg-brand text-white hover:bg-brand/90 transition-colors disabled:opacity-40",children:t("review.reply")})]})]}):i&&(0,d.jsx)("button",{onClick:a=>{a.stopPropagation(),y(!0)},className:"text-xs text-muted-foreground hover:text-foreground transition-colors",children:t("review.reply")})})]})});function u({comments:a,activeCommentId:b,currentAuthorId:c,isActive:g,isAdmin:h,userNameMap:i,onCommentClick:j,onNavigateComment:k,onDeleteComment:l,onEditComment:m,onToggleCommentClosed:n,onAddReply:o,onDeleteReply:p,onEditReply:q,scrollToCommentRef:r}){let{t:s}=(0,f.Bd)(),v=(0,e.useRef)(new Map),w=(0,e.useRef)(null);(0,e.useCallback)(a=>{let b=v.current.get(a);b&&b.scrollIntoView({behavior:"smooth",block:"center"})},[]);let x=[...a].sort((a,b)=>a.anchor.startOffset-b.anchor.startOffset);return(0,d.jsxs)("div",{ref:w,className:"h-full flex flex-col bg-card",children:[(0,d.jsxs)("div",{className:"px-4 py-2 border-b border-border flex-shrink-0 flex items-center",children:[(0,d.jsx)("span",{className:"text-xs text-muted-foreground",children:0===a.length?s("review.selectTextToComment"):b?s("review.commentsNavCount",{current:x.findIndex(a=>a.id===b)+1,total:a.length}):s("review.commentsCount",{count:a.length})}),a.length>0&&(0,d.jsxs)("div",{className:"flex items-center gap-1 ml-2",children:[(0,d.jsxs)("button",{onClick:()=>k("prev"),className:"px-1.5 py-0.5 text-[11px] text-muted-foreground hover:text-foreground hover:bg-hover rounded transition-colors flex items-center gap-0.5",children:[(0,d.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("polyline",{points:"15 18 9 12 15 6"})}),s("review.prevComment")]}),(0,d.jsxs)("button",{onClick:()=>k("next"),className:"px-1.5 py-0.5 text-[11px] text-muted-foreground hover:text-foreground hover:bg-hover rounded transition-colors flex items-center gap-0.5",children:[s("review.nextComment"),(0,d.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("polyline",{points:"9 18 15 12 9 6"})})]})]})]}),(0,d.jsx)("div",{className:"flex-1 overflow-auto",children:0===x.length?(0,d.jsx)("div",{className:"flex items-center justify-center h-full text-muted-foreground text-sm",children:(0,d.jsxs)("div",{className:"text-center",children:[(0,d.jsx)("div",{className:"text-2xl mb-2",children:"\uD83D\uDCAC"}),(0,d.jsx)("div",{children:s("review.selectTextHint")})]})}):(0,d.jsx)("div",{className:"p-3 space-y-3",children:x.map(a=>(0,d.jsx)(t,{ref:b=>{b?v.current.set(a.id,b):v.current.delete(a.id)},comment:a,isActive:a.id===b,isOwnComment:a.authorId===c,isAdmin:h,currentAuthorId:c,canInteract:g,userNameMap:i,onClick:()=>j(a.id),onDelete:()=>l(a.id),onEdit:b=>m(a.id,b),onToggleClosed:b=>n(a.id,b),onAddReply:b=>o(a.id,b),onDeleteReply:b=>p(a.id,b),onEditReply:(b,c)=>q(a.id,b,c)},a.id))})})]})}var v=c(45354),w=c(94481);function x({currentName:a,onConfirm:b,onSkip:c}){let{t:g}=(0,f.Bd)(),[h,i]=(0,e.useState)(a),j=(0,e.useRef)(null),k=()=>{let a=h.trim();a&&b(a)};return(0,d.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-scrim",children:(0,d.jsxs)("div",{className:"bg-card border border-border rounded-xl shadow-lv3 w-80 p-5",children:[(0,d.jsx)("h2",{className:"text-base font-semibold mb-1",children:g("review.setNickname")}),(0,d.jsx)("p",{className:"text-xs text-muted-foreground mb-4",children:g("review.nicknameHint")}),(0,d.jsx)("input",{ref:j,type:"text",value:h,onChange:a=>i(a.target.value),onKeyDown:a=>{"Enter"!==a.key||a.nativeEvent.isComposing||k(),"Escape"===a.key&&c()},placeholder:g("review.nicknamePlaceholder"),maxLength:20,className:"w-full px-3 py-2 text-sm bg-secondary border border-border rounded-lg focus:outline-none focus:border-brand",autoFocus:!0}),(0,d.jsxs)("div",{className:"flex items-center justify-end gap-2 mt-4",children:[(0,d.jsx)("button",{onClick:c,className:"px-3 py-1.5 text-xs rounded-lg hover:bg-hover transition-colors text-muted-foreground",children:g("review.skipForNow")}),(0,d.jsx)("button",{onClick:k,disabled:!h.trim(),className:"px-4 py-1.5 text-xs rounded-lg bg-brand text-white hover:bg-brand/90 transition-colors disabled:opacity-40",children:g("common.save")})]})]})})}var y=c(61130),z=c(79758),A=c(7833),B=c(33281),C=c(83120);function D({reviewId:a}){let{t:b}=(0,f.Bd)(),[c,g]=(0,e.useState)(a),[h,j]=(0,e.useState)(null),[k,l]=(0,e.useState)(!0),[m,n]=(0,e.useState)(null),[o,p]=(0,e.useState)(null),[r,s]=(0,e.useState)(!1),t=(0,z.useReviewIdentity)(),{resolvedTheme:E,setTheme:F}=(0,i.DP)(),[G,H]=(0,e.useState)({}),[I,J]=(0,e.useState)(!1),[K,L]=(0,e.useState)(!1),M=(0,e.useCallback)(async()=>{let a=await B.t4.runPromiseExit((0,C.BL)());if("Success"===a._tag){let b={};for(let[c,d]of Object.entries(a.value.users))b[c]=d.name;H(b)}},[]),N=(0,e.useRef)(void 0),O=(0,e.useRef)(void 0),P=(0,e.useCallback)(a=>{a!==c&&(g(a),n(null),p(null),window.history.replaceState(null,"",`/review/${a}`))},[c]),Q=(0,e.useCallback)(async()=>{let a=await B.t4.runPromiseExit((0,C.JK)(c));if("Success"===a._tag)j(a.value.review),n(null);else{let c="Fail"===a.cause._tag?a.cause.error:null;c&&"NotFoundError"===c._tag?n(b("review.reviewNotExist")):c&&"AppError"===c._tag?n(b("review.loadFailed")):n(b("review.networkError"))}l(!1)},[c,b]),R=(0,e.useCallback)(async(a,c)=>{"Success"===(await B.t4.runPromiseExit(a))._tag?await Q():(0,A.oR)(b(c),"error")},[Q,b]),S=(0,e.useCallback)(async(a,b)=>{t.authorId&&await R((0,C.dU)(c,{author:t.name,authorId:t.authorId,content:a,anchor:b}),"toast.addCommentFailed")},[c,t,R]),T=(0,e.useCallback)(a=>R((0,C.jw)(c,a),"toast.deleteCommentFailed"),[c,R]),U=(0,e.useCallback)((a,b)=>R((0,C.Y8)(c,{commentId:a,content:b}),"toast.editCommentFailed"),[c,R]),V=(0,e.useCallback)((a,b)=>R((0,C.Y8)(c,{commentId:a,closed:b}),"toast.operationFailed"),[c,R]),W=(0,e.useCallback)(async(a,b)=>{t.authorId&&await R((0,C.mu)(c,{commentId:a,author:t.name,authorId:t.authorId,content:b}),"toast.addReplyFailed")},[c,t,R]),X=(0,e.useCallback)((a,b)=>R((0,C.i7)(c,a,b),"toast.deleteReplyFailed"),[c,R]),Y=(0,e.useCallback)((a,b,d)=>R((0,C.vy)(c,{commentId:a,replyId:b,content:d}),"toast.editReplyFailed"),[c,R]),Z=(0,e.useCallback)(async()=>{let a=await B.t4.runPromiseExit((0,C._c)());if("Success"===a._tag){let d=a.value.shareBase?`${a.value.shareBase}/review/${c}`:window.location.href;try{await navigator.clipboard.writeText(d),(0,A.oR)(b("toast.linkCopied"),"success")}catch{(0,A.oR)(b("toast.copyFailed"),"error")}}else(0,A.oR)(b("toast.copyFailed"),"error")},[c,b]),$=(0,e.useCallback)(a=>{p(a),O.current?.(a)},[]),_=(0,e.useCallback)(a=>{p(a),N.current?.(a)},[]),aa=(0,e.useCallback)(a=>{let b;if(!h||0===h.comments.length)return;let c=[...h.comments].sort((a,b)=>a.anchor.startOffset-b.anchor.startOffset),d=o?c.findIndex(a=>a.id===o):-1;b="next"===a?d<c.length-1?d+1:0:d>0?d-1:c.length-1;let e=c[b];p(e.id),O.current?.(e.id),N.current?.(e.id)},[h,o]);return(0,d.jsxs)("div",{className:"h-screen flex flex-col bg-background text-foreground overflow-hidden",children:[I&&(0,d.jsx)(x,{currentName:t.name,onConfirm:a=>{t.confirmName(a),J(!1),M()},onSkip:()=>J(!1)}),h&&(0,d.jsx)(y.ReviewCommentsListModal,{isOpen:K,onClose:()=>L(!1),comments:h.comments,reviewTitle:h.title,userNameMap:G,onCommentClick:a=>{p(a),O.current?.(a),N.current?.(a)}}),h&&(0,d.jsx)("div",{className:"py-2 border-b border-border flex-shrink-0 flex justify-center",children:(0,d.jsxs)("div",{className:"w-full max-w-[1800px] px-4 flex items-center gap-3",children:[(0,d.jsx)("h1",{className:"text-sm font-semibold truncate",children:h.title}),(0,d.jsx)("span",{className:"text-[11px] text-muted-foreground flex-shrink-0",children:b("review.updatedAt",{date:new Date(h.updatedAt||h.createdAt).toLocaleDateString(void 0,{year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"})})}),(0,d.jsx)("span",{className:"flex-1"}),!r&&(0,d.jsx)("span",{className:`px-2 py-0.5 text-xs rounded-full ${h.active?"bg-green-500/15 text-green-600 dark:text-green-400":"bg-muted text-muted-foreground"}`,children:h.active?b("review.active"):b("review.closed")}),(0,d.jsxs)("button",{onClick:()=>L(!0),className:"px-2 py-1 text-xs rounded hover:bg-hover transition-colors text-muted-foreground flex items-center gap-1",title:b("review.viewAllComments"),children:[(0,d.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("path",{d:"M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z"})}),b("review.viewCommentBtn")]}),(0,d.jsx)("button",{onClick:Z,className:"px-2 py-1 text-xs rounded hover:bg-hover transition-colors text-muted-foreground",children:b("review.copyLink")}),(0,d.jsx)("button",{onClick:()=>F("dark"===E?"light":"dark"),className:"p-1 text-muted-foreground hover:text-foreground hover:bg-hover rounded transition-colors",title:"dark"===E?b("settings.switchLight"):b("settings.switchDark"),children:"dark"===E?(0,d.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("circle",{cx:"12",cy:"12",r:"5"}),(0,d.jsx)("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),(0,d.jsx)("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),(0,d.jsx)("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),(0,d.jsx)("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),(0,d.jsx)("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),(0,d.jsx)("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),(0,d.jsx)("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),(0,d.jsx)("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]}):(0,d.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("path",{d:"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"})})}),(0,d.jsx)(v.ReviewIdentitySettings,{identity:t})]})}),(0,d.jsx)("div",{className:"flex-1 flex justify-center overflow-hidden",children:(0,d.jsxs)("div",{className:"w-full max-w-[1800px] flex overflow-hidden",children:[(0,d.jsx)(w.ReviewListPanel,{currentReviewId:c,onSelect:P,readOnly:!r,refreshTrigger:h?.comments.length,onViewComments:a=>{a!==c&&P(a),L(!0)}}),k?(0,d.jsx)("div",{className:"flex-1 flex items-center justify-center",children:(0,d.jsx)("div",{className:"text-muted-foreground",children:b("common.loading")})}):m||!h?(0,d.jsx)("div",{className:"flex-1 flex items-center justify-center",children:(0,d.jsxs)("div",{className:"text-center",children:[(0,d.jsx)("div",{className:"text-xl mb-2",children:m||b("review.reviewNotFound")}),(0,d.jsx)("div",{className:"text-sm text-muted-foreground",children:b("review.checkLink")})]})}):(0,d.jsxs)("div",{className:"flex-1 flex overflow-hidden",children:[(0,d.jsx)("div",{className:"flex-1 h-full border-r border-border overflow-hidden",children:(0,d.jsx)(q,{content:h.content,comments:h.comments,activeCommentId:o,isActive:h.active,onAddComment:S,onHighlightClick:_,scrollToHighlightRef:O})}),(0,d.jsx)("div",{className:"w-[360px] h-full overflow-hidden flex-shrink-0",children:(0,d.jsx)(u,{comments:h.comments,activeCommentId:o,currentAuthorId:t.authorId,isActive:h.active,isAdmin:r,userNameMap:G,onCommentClick:$,onNavigateComment:aa,onDeleteComment:T,onEditComment:U,onToggleCommentClosed:V,onAddReply:W,onDeleteReply:X,onEditReply:Y,scrollToCommentRef:N})})]})]})})]})}},45354:(a,b,c)=>{"use strict";c.d(b,{ReviewIdentitySettings:()=>g});var d=c(48249),e=c(67484),f=c(44384);function g({identity:a}){let{t:b}=(0,f.Bd)(),[c,h]=(0,e.useState)(!1),[i,j]=(0,e.useState)(""),k=(0,e.useRef)(null),l=()=>{let b=i.trim();b&&b!==a.name&&a.confirmName(b),h(!1)};return(0,d.jsxs)("div",{className:"relative",ref:k,children:[(0,d.jsxs)("button",{onClick:()=>{c||j(a.name),h(!c)},className:"px-2 py-1 text-xs rounded hover:bg-hover transition-colors flex items-center gap-1",title:b("review.identitySettings"),children:[(0,d.jsx)("span",{className:"w-5 h-5 rounded-full bg-brand/20 text-brand flex items-center justify-center text-[10px] font-bold",children:a.name.charAt(0)}),(0,d.jsx)("span",{className:"text-muted-foreground",children:a.name})]}),c&&(0,d.jsxs)("div",{className:"absolute right-0 top-full mt-1 w-56 bg-card border border-border rounded-lg shadow-lv2 p-3 z-50",children:[(0,d.jsx)("div",{className:"text-xs text-muted-foreground mb-2",children:b("review.reviewNickname")}),(0,d.jsx)("input",{type:"text",value:i,onChange:a=>j(a.target.value),onKeyDown:a=>{"Enter"!==a.key||a.nativeEvent.isComposing||l()},className:"w-full px-2 py-1 text-sm bg-secondary border border-border rounded focus:outline-none focus:border-brand",autoFocus:!0}),(0,d.jsxs)("div",{className:"flex items-center gap-2 mt-2",children:[(0,d.jsx)("button",{onClick:()=>{a.randomize(),h(!1)},className:"px-2 py-1 text-xs rounded hover:bg-hover transition-colors text-muted-foreground",children:b("review.random")}),(0,d.jsx)("div",{className:"flex-1"}),(0,d.jsx)("button",{onClick:()=>h(!1),className:"px-2 py-1 text-xs rounded hover:bg-hover transition-colors text-muted-foreground",children:b("common.cancel")}),(0,d.jsx)("button",{onClick:l,className:"px-2 py-1 text-xs rounded bg-brand text-white hover:bg-brand/90 transition-colors",children:b("common.save")})]})]})]})}},46060:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external.js")},55511:a=>{"use strict";a.exports=require("crypto")},61169:(a,b,c)=>{"use strict";c.d(b,{useReviewIdentity:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call useReviewIdentity() from the server but useReviewIdentity is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/hooks/useReviewIdentity.ts","useReviewIdentity")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},63376:(a,b,c)=>{"use strict";c.d(b,{ReviewCommentsListModal:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call ReviewCommentsListModal() from the server but ReviewCommentsListModal is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewCommentsListModal.tsx","ReviewCommentsListModal")},73136:a=>{"use strict";a.exports=require("node:url")},73370:(a,b,c)=>{"use strict";c.d(b,{useReviewHighlights:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call useReviewHighlights() from the server but useReviewHighlights is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/hooks/useReviewHighlights.ts","useReviewHighlights")},74824:(a,b,c)=>{"use strict";c.d(b,{ShareReviewToggle:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call ShareReviewToggle() from the server but ShareReviewToggle is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ShareReviewToggle.tsx","ShareReviewToggle")},76760:a=>{"use strict";a.exports=require("node:path")},78335:()=>{},78908:a=>{"use strict";a.exports=import("shiki")},79748:a=>{"use strict";a.exports=require("fs/promises")},79758:(a,b,c)=>{"use strict";c.d(b,{useReviewIdentity:()=>i});var d=c(67484);c(55511);var e=c(208),f=c(79606),g=c(33281),h=c(71192);function i(){let[a,b]=(0,d.useState)(""),[c,i]=(0,d.useState)(""),[j,k]=(0,d.useState)(!1),[l,m]=(0,d.useState)(!0),n=(0,d.useCallback)(a=>{let b=f.tryPromise({try:async()=>{await fetch("/api/review/identify",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:a})})},catch:a=>new h.uV({message:"review identify POST failed",cause:a})});g.t4.runFork(b.pipe(f.orElse(()=>f.void)))},[]),o=(0,d.useCallback)(a=>{let b=a.trim();b&&(i(b),k(!0),n(b))},[n]);return{authorId:a,name:c,nameConfirmed:j,loading:l,setName:(0,d.useCallback)(a=>{let b=a.trim();b&&(i(b),n(b))},[n]),confirmName:o,randomize:(0,d.useCallback)(()=>{let a,b,c,d;i((a=e.A.t("reviewUtils.adjectives",{returnObjects:!0}),b=e.A.t("reviewUtils.nouns",{returnObjects:!0}),c=a[Math.floor(Math.random()*a.length)],d=b[Math.floor(Math.random()*b.length)],`${c}${d}`))},[])}}},94481:(a,b,c)=>{"use strict";c.d(b,{ReviewListPanel:()=>j});var d=c(48249),e=c(67484),f=c(44384),g=c(33281),h=c(79606),i=c(83120);function j({currentReviewId:a,onSelect:b,readOnly:c,refreshTrigger:k,onViewComments:l}){let{t:m}=(0,f.Bd)(),[n,o]=(0,e.useState)([]),[p,q]=(0,e.useState)(null),[r,s]=(0,e.useState)(null),[t,u]=(0,e.useState)(!1),[v,w]=(0,e.useState)(null),x=(0,e.useRef)(null),[y,z]=(0,e.useState)(null);(0,e.useCallback)(async()=>{let a=await g.t4.runPromiseExit((0,i.Y_)());"Success"===a._tag&&o(a.value.reviews??[])},[]);let A=(0,e.useCallback)(async(a,b,c)=>{a.stopPropagation(),r||(s(b),"Success"===(await g.t4.runPromiseExit((0,i.Gm)(b,{active:!c})))._tag&&o(a=>a.map(a=>a.id===b?{...a,active:!c}:a)),s(null))},[r]),B=(0,e.useCallback)(async(c,d)=>{if(c.stopPropagation(),!p){if(q(d),"Success"===(await g.t4.runPromiseExit((0,i.Wr)(d)))._tag&&(o(a=>a.filter(a=>a.id!==d)),d===a)){let a=n.filter(a=>a.id!==d);a.length>0&&b(a[0].id)}q(null)}},[p,a,n,b]),C=(0,e.useCallback)((a,b)=>{x.current=b,a.dataTransfer.effectAllowed="move";let c=a.currentTarget;requestAnimationFrame(()=>c.classList.add("opacity-30"))},[]),D=(0,e.useCallback)(a=>{x.current=null,z(null),a.currentTarget instanceof HTMLElement&&a.currentTarget.classList.remove("opacity-30")},[]),E=(0,e.useCallback)((a,b)=>{a.preventDefault(),a.dataTransfer.dropEffect="move",x.current&&x.current!==b&&z(b)},[]),F=(0,e.useCallback)(async(a,b)=>{a.preventDefault(),z(null);let c=x.current;x.current=null,c&&c!==b&&o(a=>{let d=[...a],e=d.findIndex(a=>a.id===c),f=d.findIndex(a=>a.id===b);if(-1===e||-1===f)return a;let[j]=d.splice(e,1);d.splice(f,0,j);let k=d.map(a=>a.id);return g.t4.runFork((0,i.z1)(k).pipe(h.orElse(()=>h.void))),d})},[]),G=c?n.filter(a=>a.active):n,H=!c;return t?(0,d.jsxs)("div",{className:"h-full flex flex-col items-center bg-secondary/50 w-9 flex-shrink-0 border-r border-border",children:[(0,d.jsx)("button",{onClick:()=>u(!1),className:"p-1.5 mt-2 text-muted-foreground hover:text-foreground hover:bg-hover rounded transition-colors",title:m("review.expandList"),children:(0,d.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("polyline",{points:"9 18 15 12 9 6"})})}),(0,d.jsx)("span",{className:"text-[10px] text-muted-foreground/50 mt-2",style:{writingMode:"vertical-rl"},children:c?m("review.nDocs",{count:G.length}):m("review.nReviews",{count:G.length})})]}):(0,d.jsxs)("div",{className:"h-full flex flex-col bg-secondary/50 w-[200px] flex-shrink-0 border-r border-border",children:[(0,d.jsxs)("div",{className:"px-3 py-2 border-b border-border flex-shrink-0 flex items-center justify-between",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)("span",{className:"text-xs font-medium text-muted-foreground",children:c?m("review.docList"):m("review.allReviewsList")}),(0,d.jsx)("span",{className:"text-xs text-muted-foreground/60 ml-1.5",children:G.length})]}),(0,d.jsx)("button",{onClick:()=>u(!0),className:"p-0.5 text-muted-foreground hover:text-foreground hover:bg-hover rounded transition-colors",title:m("review.collapseList"),children:(0,d.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("polyline",{points:"15 18 9 12 15 6"})})})]}),(0,d.jsxs)("div",{className:"flex-1 overflow-y-auto",children:[G.map(e=>(0,d.jsxs)("div",{draggable:H,onDragStart:H?a=>C(a,e.id):void 0,onDragEnd:H?D:void 0,onDragOver:H?a=>E(a,e.id):void 0,onDrop:H?a=>F(a,e.id):void 0,onMouseEnter:a=>{let b=a.currentTarget.getBoundingClientRect();w({id:e.id,text:e.title,top:b.top+b.height/2,left:b.right})},onMouseLeave:()=>w(a=>a?.id===e.id?null:a),onClick:()=>b(e.id),className:`group px-3 py-2 cursor-pointer border-b transition-colors ${y===e.id?"border-b-brand border-t border-t-transparent":"border-b-border/50"} ${e.id===a?"bg-accent/60":"hover:bg-hover"}`,children:[(0,d.jsxs)("div",{className:"flex items-center gap-1.5 min-w-0",children:[!c&&(0,d.jsx)("span",{className:`w-1.5 h-1.5 rounded-full flex-shrink-0 ${e.active?"bg-green-500":"bg-muted-foreground/40"}`}),(0,d.jsx)("span",{className:"text-xs truncate flex-1",children:e.title}),e.commentCount>0&&l&&(0,d.jsx)("button",{onClick:a=>{a.stopPropagation(),l(e.id)},className:"flex-shrink-0 p-0.5 rounded text-muted-foreground/0 group-hover:text-muted-foreground/60 hover:!text-brand hover:!bg-brand/10 transition-colors",title:m("review.viewComments"),children:(0,d.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("path",{d:"M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z"})})}),!c&&(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("button",{onClick:a=>A(a,e.id,e.active),className:`flex-shrink-0 p-0.5 rounded text-muted-foreground/0 group-hover:text-muted-foreground/60 hover:!text-foreground hover:!bg-accent transition-colors ${r===e.id?"opacity-50 pointer-events-none":""}`,title:e.active?m("review.closeReview"):m("review.reopenReview"),children:e.active?(0,d.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M18.36 6.64a9 9 0 1 1-12.73 0"}),(0,d.jsx)("line",{x1:"12",y1:"2",x2:"12",y2:"12"})]}):(0,d.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M18.36 6.64A9 9 0 0 1 12 21 9 9 0 0 1 5.64 6.64"}),(0,d.jsx)("line",{x1:"12",y1:"2",x2:"12",y2:"12"})]})}),(0,d.jsx)("button",{onClick:a=>B(a,e.id),className:`flex-shrink-0 p-0.5 rounded text-muted-foreground/0 group-hover:text-muted-foreground/60 hover:!text-red-11 hover:!bg-red-500/10 transition-colors ${p===e.id?"opacity-50 pointer-events-none":""}`,title:m("review.deleteReview"),children:(0,d.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("polyline",{points:"3 6 5 6 21 6"}),(0,d.jsx)("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"})]})})]})]}),e.commentCount>0&&(0,d.jsx)("div",{className:`text-[10px] text-muted-foreground/50 mt-0.5 ${c?"":"pl-3"}`,children:m("review.nComments",{count:e.commentCount})})]},e.id)),0===G.length&&(0,d.jsx)("div",{className:"px-3 py-4 text-xs text-muted-foreground/50 text-center",children:c?m("review.noOpenDocs"):m("review.noReviews")})]}),v&&(0,d.jsx)("div",{className:"fixed z-50 px-2 py-1 text-xs bg-popover text-popover-foreground border border-border rounded shadow-lv2 whitespace-nowrap pointer-events-none",style:{top:v.top,left:v.left+8,transform:"translateY(-50%)"},children:v.text})]})}},96487:()=>{}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,6644,3641,5750],()=>b(b.s=39760));module.exports=c})();
1
+ (()=>{var a={};a.id=2951,a.ids=[2951],a.modules={1134:(a,b,c)=>{"use strict";c.d(b,{ReviewDropdown:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call ReviewDropdown() from the server but ReviewDropdown is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewDropdown.tsx","ReviewDropdown")},1708:a=>{"use strict";a.exports=require("node:process")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},8128:a=>{"use strict";a.exports=require("next/dist/server/runtime-reacts.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},12629:a=>{"use strict";a.exports=import("web-tree-sitter")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},20975:(a,b,c)=>{"use strict";c.d(b,{ReviewListPanel:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call ReviewListPanel() from the server but ReviewListPanel is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewListPanel.tsx","ReviewListPanel")},26188:(a,b,c)=>{"use strict";c.d(b,{useReviewHighlights:()=>e});var d=c(67484);function e(a,b,c,e){let[f,g]=(0,d.useState)([]),h=(0,d.useRef)(0),i=(0,d.useRef)(c);(0,d.useCallback)(()=>{h.current&&cancelAnimationFrame(h.current),h.current=requestAnimationFrame(()=>{let c=a.current,d=b.current;if(!c||!d)return;let e=function(a,b,c){let d=[],e=b.getBoundingClientRect(),f=function(a){let b=[],c=document.createTreeWalker(a,NodeFilter.SHOW_TEXT),d=0;for(;c.nextNode();){let a=c.currentNode,e=a.textContent?.length||0;b.push({node:a,start:d,end:d+e}),d+=e}return b}(a);if(0===f.length)return d;for(let a of c){let{startOffset:c,endOffset:g}=a.anchor;if(c>=g)continue;let h=null,i=0,j=null,k=0;for(let{node:a,start:b,end:d}of f)if(!h&&c>=b&&c<d&&(h=a,i=c-b),g>b&&g<=d){j=a,k=g-b;break}if(!h||!j)continue;let l=document.createRange();try{l.setStart(h,i),l.setEnd(j,k)}catch{continue}for(let c of l.getClientRects())c.width<1||c.height<1||d.push({commentId:a.id,top:c.top-e.top+b.scrollTop,left:c.left-e.left+b.scrollLeft,width:c.width,height:c.height})}return d}(c,d,i.current);g(a=>a.length===e.length&&a.every((a,b)=>a.commentId===e[b].commentId&&.5>Math.abs(a.top-e[b].top)&&.5>Math.abs(a.left-e[b].left)&&.5>Math.abs(a.width-e[b].width)&&.5>Math.abs(a.height-e[b].height))?a:e)})},[a,b]);let j=(0,d.useCallback)(a=>{let c=b.current;if(!c)return;let d=f.find(b=>b.commentId===a);if(!d)return;let e=c.clientHeight;c.scrollTo({top:d.top-e/2+d.height/2,behavior:"smooth"})},[b,f]);return{rects:f,scrollToHighlight:j}}},28354:a=>{"use strict";a.exports=require("util")},28820:(a,b,c)=>{"use strict";c.d(b,{ReviewPage:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call ReviewPage() from the server but ReviewPage is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewPage.tsx","ReviewPage")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},29657:(a,b,c)=>{Promise.resolve().then(c.bind(c,26188)),Promise.resolve().then(c.bind(c,79758)),Promise.resolve().then(c.bind(c,61130)),Promise.resolve().then(c.bind(c,12568)),Promise.resolve().then(c.bind(c,45354)),Promise.resolve().then(c.bind(c,94481)),Promise.resolve().then(c.bind(c,45320)),Promise.resolve().then(c.bind(c,92608))},33873:a=>{"use strict";a.exports=require("path")},38522:a=>{"use strict";a.exports=require("node:zlib")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},42681:(a,b,c)=>{Promise.resolve().then(c.bind(c,73370)),Promise.resolve().then(c.bind(c,61169)),Promise.resolve().then(c.bind(c,63376)),Promise.resolve().then(c.bind(c,1134)),Promise.resolve().then(c.bind(c,42784)),Promise.resolve().then(c.bind(c,20975)),Promise.resolve().then(c.bind(c,28820)),Promise.resolve().then(c.bind(c,74824))},42784:(a,b,c)=>{"use strict";c.d(b,{ReviewIdentitySettings:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call ReviewIdentitySettings() from the server but ReviewIdentitySettings is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewIdentitySettings.tsx","ReviewIdentitySettings")},44236:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>h,dynamic:()=>f,generateMetadata:()=>g});var d=c(5735),e=c(28820);let f="force-dynamic";async function g({params:a}){let{id:b}=await a;return{title:`Review - ${b}`}}async function h({params:a}){let{id:b}=await a;return(0,d.jsx)(e.ReviewPage,{reviewId:b})}},45320:(a,b,c)=>{"use strict";c.d(b,{ReviewPage:()=>D});var d=c(48249),e=c(67484),f=c(44384),g=c(98356),h=c(24680),i=c(83768),j=c(84835);function k({selectedText:a,position:b,onSubmit:c,onCancel:g}){let{t:h}=(0,f.Bd)(),[i,j]=(0,e.useState)(""),l=(0,e.useRef)(null),m=(0,e.useRef)(null),n=()=>{let a=i.trim();a&&c(a)},o=a.length>60?a.slice(0,57)+"...":a;return(0,d.jsxs)("div",{ref:m,className:"absolute z-50 w-96 bg-card border border-border rounded-lg shadow-lv2",style:{top:b.top,left:Math.max(8,b.left-192)},children:[(0,d.jsxs)("div",{className:"px-3 pt-3 pb-2",children:[(0,d.jsx)("div",{className:"text-xs text-muted-foreground mb-1",children:h("review.selectedText")}),(0,d.jsx)("div",{className:"text-xs bg-yellow-500/10 border-l-2 border-yellow-500 px-2 py-1 rounded-r truncate",children:o})]}),(0,d.jsx)("div",{className:"px-3 pb-2",children:(0,d.jsx)("textarea",{ref:l,value:i,onChange:a=>j(a.target.value),onKeyDown:a=>{"Enter"!==a.key||a.shiftKey||a.nativeEvent.isComposing||(a.preventDefault(),n())},placeholder:h("review.addCommentPlaceholder"),className:"w-full px-2 py-1.5 text-sm bg-secondary border border-border rounded resize-none focus:outline-none focus:border-brand",rows:4})}),(0,d.jsxs)("div",{className:"px-3 pb-3 flex items-center justify-between",children:[(0,d.jsx)("span",{className:"text-[10px] text-muted-foreground",children:h("review.enterSubmitHint")}),(0,d.jsxs)("div",{className:"flex gap-1",children:[(0,d.jsx)("button",{onClick:g,className:"px-2 py-1 text-xs rounded hover:bg-hover transition-colors text-muted-foreground",children:h("common.cancel")}),(0,d.jsx)("button",{onClick:n,disabled:!i.trim(),className:"px-2 py-1 text-xs rounded bg-brand text-white hover:bg-brand/90 transition-colors disabled:opacity-40",children:h("review.commentBtn")})]})]})]})}let l={bg:"rgba(234, 179, 8, 0.15)",bgActive:"rgba(234, 179, 8, 0.4)",bgPending:"rgba(234, 179, 8, 0.3)",border:"rgba(234, 179, 8, 0.7)",borderPending:"rgba(234, 179, 8, 0.9)"},m={bg:"rgba(234, 179, 8, 0.1)",bgActive:"rgba(234, 179, 8, 0.3)",bgPending:"rgba(234, 179, 8, 0.2)",border:"rgba(234, 179, 8, 0.5)",borderPending:"rgba(234, 179, 8, 0.7)"};function n({rects:a,activeCommentId:b,pendingCommentId:c,isDark:e}){if(0===a.length)return null;let f=e?m:l;return(0,d.jsx)("div",{style:{position:"absolute",top:0,left:0,width:"100%",height:0,overflow:"visible",pointerEvents:"none",zIndex:5},children:a.map((a,e)=>{let g=a.commentId===b,h=a.commentId===c,i=f.bg;return h?i=f.bgPending:g&&(i=f.bgActive),(0,d.jsx)("div",{"data-comment-id":a.commentId,style:{position:"absolute",top:a.top,left:a.left,width:a.width,height:a.height,backgroundColor:i,borderBottom:`1px solid ${h?f.borderPending:f.border}`,borderRadius:1,pointerEvents:"none"}},`${a.commentId}-${e}`)})})}var o=c(26188);let p=[j.W];function q({content:a,comments:b,activeCommentId:c,isActive:f,onAddComment:j,onHighlightClick:l,scrollToHighlightRef:m}){let{resolvedTheme:r}=(0,i.DP)(),s=(0,e.useRef)(null),t=(0,e.useRef)(null),[u,v]=(0,e.useState)(null),w=(0,e.useMemo)(()=>u?[...b,{id:"__pending__",author:"",authorId:"",content:"",anchor:u.anchor,createdAt:0,replies:[]}]:b,[b,u]),{rects:x,scrollToHighlight:y}=(0,o.useReviewHighlights)(s,t,w,c),z=(0,e.useRef)(x),A=(0,e.useCallback)(a=>{let b=window.getSelection(),c=b&&!b.isCollapsed;if(c&&f&&s.current){let c=b.getRangeAt(0);if(s.current.contains(c.startContainer)&&s.current.contains(c.endContainer)){let d=function(a,b){let c=document.createTreeWalker(a,NodeFilter.SHOW_TEXT),d=0,e=-1,f=-1;for(;c.nextNode();){let a=c.currentNode,g=a.textContent?.length||0;if(a===b.startContainer&&(e=d+b.startOffset),a===b.endContainer){f=d+b.endOffset;break}d+=g}if(-1===e||-1===f||e>=f)return null;let g=a.textContent?.slice(e,f)||"";return g.trim()?{startOffset:e,endOffset:f,selectedText:g}:null}(s.current,c);if(d){let c=t.current??s.current.parentElement,e=c.getBoundingClientRect();v({anchor:d,position:{top:a.clientY-e.top+c.scrollTop+8,left:a.clientX-e.left}}),b.removeAllRanges();return}}}if(!c&&!u){let b=t.current;if(!b)return;let c=b.getBoundingClientRect(),d=a.clientX-c.left+b.scrollLeft,e=a.clientY-c.top+b.scrollTop;for(let a of z.current)if("__pending__"!==a.commentId&&d>=a.left&&d<=a.left+a.width&&e>=a.top&&e<=a.top+a.height)return void l(a.commentId)}},[f,u,l]),B=(0,e.useCallback)(a=>{u&&(j(a,u.anchor),v(null),window.getSelection()?.removeAllRanges())},[u,j]),C=(0,e.useCallback)(()=>{v(null),window.getSelection()?.removeAllRanges()},[]);return(0,d.jsxs)("div",{className:"h-full flex bg-card",children:[(0,d.jsx)(h.l,{content:a,containerRef:t}),(0,d.jsxs)("div",{ref:t,className:"flex-1 overflow-auto relative",onMouseUp:A,children:[(0,d.jsx)("div",{ref:s,className:"p-6 review-markdown-container",children:(0,d.jsx)(g.T,{content:a,rehypePlugins:p})}),(0,d.jsx)(n,{rects:x,activeCommentId:c,pendingCommentId:u?"__pending__":null,isDark:"dark"===r}),u&&(0,d.jsx)(k,{selectedText:u.anchor.selectedText,position:u.position,onSubmit:B,onCancel:C})]})]})}var r=c(208);function s(a){let b=new Date(a),c=Math.floor((new Date().getTime()-b.getTime())/6e4);if(c<1)return r.A.t("common.justNow");if(c<60)return r.A.t("common.minutesAgo",{count:c});let d=Math.floor(c/60);if(d<24)return r.A.t("common.hoursAgo",{count:d});let e=Math.floor(d/24);return e<7?r.A.t("common.daysAgo",{count:e}):b.toLocaleDateString()}let t=(0,e.forwardRef)(function({comment:a,isActive:b,isOwnComment:c,isAdmin:g,currentAuthorId:h,canInteract:i,userNameMap:j,onClick:k,onDelete:l,onEdit:m,onToggleClosed:n,onAddReply:o,onDeleteReply:p,onEditReply:q},r){let{t}=(0,f.Bd)(),u=(a,b)=>j[a]||b,[v,w]=(0,e.useState)(""),[x,y]=(0,e.useState)(!1),[z,A]=(0,e.useState)(!1),[B,C]=(0,e.useState)(""),[D,E]=(0,e.useState)(null),[F,G]=(0,e.useState)(""),H=()=>{let a=v.trim();a&&(o(a),w(""),y(!1))},I=()=>{let b=B.trim();b&&b!==a.content&&m(b),A(!1)},J=()=>{if(!D)return;let b=F.trim(),c=a.replies.find(a=>a.id===D);!b||c&&b===c.content||q(D,b),E(null)},K=a.anchor.selectedText.length>80?a.anchor.selectedText.slice(0,77)+"...":a.anchor.selectedText,L=g||c||i;return a.closed?(0,d.jsxs)("div",{ref:r,className:"rounded-lg border border-border/50 bg-card/50 opacity-60 hover:opacity-80 transition-all cursor-pointer px-3 py-2 flex items-center gap-2",onClick:k,children:[(0,d.jsx)("span",{className:"w-4 h-4 rounded-full bg-brand/20 text-brand flex items-center justify-center text-[9px] font-bold flex-shrink-0",children:u(a.authorId,a.author).charAt(0)}),(0,d.jsx)("span",{className:"text-xs text-muted-foreground truncate flex-1",children:K}),(0,d.jsx)("span",{className:"text-[10px] text-muted-foreground/50 flex-shrink-0",children:t("review.closedLabel")}),L&&(0,d.jsx)("button",{onClick:a=>{a.stopPropagation(),n(!1)},className:"text-[10px] text-muted-foreground hover:text-foreground transition-colors flex-shrink-0",title:t("review.reopenReview"),children:t("review.reopen")}),(c&&i||g)&&(0,d.jsx)("button",{onClick:a=>{a.stopPropagation(),l()},className:"text-[10px] text-muted-foreground hover:text-red-11 transition-colors flex-shrink-0",title:t("review.deleteComment"),children:t("common.delete")})]}):(0,d.jsxs)("div",{ref:r,className:`rounded-lg border transition-all cursor-pointer ${b?"border-brand bg-brand/5 shadow-lv1":"border-border bg-card hover:border-muted-foreground/30"}`,onClick:k,children:[(0,d.jsx)("div",{className:"px-3 pt-3 pb-1",children:(0,d.jsx)("div",{className:"text-xs bg-yellow-500/10 border-l-2 border-yellow-500 px-2 py-1 rounded-r text-muted-foreground truncate",children:K})}),(0,d.jsxs)("div",{className:"px-3 pt-2 flex items-center gap-2",children:[(0,d.jsx)("span",{className:"w-5 h-5 rounded-full bg-brand/20 text-brand flex items-center justify-center text-[10px] font-bold flex-shrink-0",children:u(a.authorId,a.author).charAt(0)}),(0,d.jsx)("span",{className:"text-xs font-medium",children:u(a.authorId,a.author)}),(0,d.jsx)("span",{className:"text-[10px] text-muted-foreground",children:s(a.createdAt)}),(0,d.jsx)("div",{className:"flex-1"}),!z&&(0,d.jsxs)("div",{className:"flex items-center gap-2",children:[L&&(0,d.jsx)("button",{onClick:a=>{a.stopPropagation(),n(!0)},className:"text-[10px] text-muted-foreground hover:text-foreground transition-colors",children:t("review.closeComment")}),c&&i&&(0,d.jsx)("button",{onClick:b=>{b.stopPropagation(),C(a.content),A(!0)},className:"text-[10px] text-muted-foreground hover:text-foreground transition-colors",title:t("review.editComment"),children:t("common.edit")}),(c&&i||g)&&(0,d.jsx)("button",{onClick:a=>{a.stopPropagation(),l()},className:"text-[10px] text-muted-foreground hover:text-red-11 transition-colors",title:t("review.deleteComment"),children:t("common.delete")})]})]}),(0,d.jsx)("div",{className:"px-3 pt-1 pb-2",children:z?(0,d.jsxs)("div",{onClick:a=>a.stopPropagation(),children:[(0,d.jsx)("textarea",{value:B,onChange:a=>C(a.target.value),onKeyDown:a=>{"Enter"!==a.key||a.shiftKey||a.nativeEvent.isComposing||(a.preventDefault(),I()),"Escape"===a.key&&A(!1)},className:"w-full px-2 py-1.5 text-sm bg-secondary border border-border rounded resize-none focus:outline-none focus:border-brand",rows:3,autoFocus:!0}),(0,d.jsxs)("div",{className:"flex items-center justify-end gap-1 mt-1",children:[(0,d.jsx)("button",{onClick:()=>A(!1),className:"px-2 py-0.5 text-xs rounded hover:bg-hover transition-colors text-muted-foreground",children:t("common.cancel")}),(0,d.jsx)("button",{onClick:I,disabled:!B.trim(),className:"px-2 py-0.5 text-xs rounded bg-brand text-white hover:bg-brand/90 transition-colors disabled:opacity-40",children:t("common.save")})]})]}):(0,d.jsxs)("div",{className:"text-sm whitespace-pre-wrap",children:[a.content,a.edited&&(0,d.jsx)("span",{className:"text-[10px] text-muted-foreground ml-1",children:t("review.edited")})]})}),a.replies.length>0&&(0,d.jsx)("div",{className:"mx-3 border-t border-border",children:a.replies.map(a=>(0,d.jsxs)("div",{className:"py-2 border-b border-border last:border-b-0",children:[(0,d.jsxs)("div",{className:"flex items-center gap-2",children:[(0,d.jsx)("span",{className:"w-4 h-4 rounded-full bg-accent text-muted-foreground flex items-center justify-center text-[9px] font-bold flex-shrink-0",children:u(a.authorId,a.author).charAt(0)}),(0,d.jsx)("span",{className:"text-xs font-medium",children:u(a.authorId,a.author)}),(0,d.jsx)("span",{className:"text-[10px] text-muted-foreground",children:s(a.createdAt)}),(0,d.jsx)("div",{className:"flex-1"}),D!==a.id&&(a.authorId===h&&i||g)&&(0,d.jsxs)("div",{className:"flex items-center gap-2",children:[a.authorId===h&&i&&(0,d.jsx)("button",{onClick:b=>{var c;b.stopPropagation(),c=a.id,G(a.content),E(c)},className:"text-[10px] text-muted-foreground hover:text-foreground transition-colors",title:t("review.editReply"),children:t("common.edit")}),(0,d.jsx)("button",{onClick:b=>{b.stopPropagation(),p(a.id)},className:"text-[10px] text-muted-foreground hover:text-red-11 transition-colors",title:t("review.deleteReply"),children:t("common.delete")})]})]}),D===a.id?(0,d.jsxs)("div",{className:"mt-1 pl-6",onClick:a=>a.stopPropagation(),children:[(0,d.jsx)("textarea",{value:F,onChange:a=>G(a.target.value),onKeyDown:a=>{"Enter"!==a.key||a.shiftKey||a.nativeEvent.isComposing||(a.preventDefault(),J()),"Escape"===a.key&&E(null)},className:"w-full px-2 py-1 text-sm bg-secondary border border-border rounded resize-none focus:outline-none focus:border-brand",rows:2,autoFocus:!0}),(0,d.jsxs)("div",{className:"flex items-center justify-end gap-1 mt-1",children:[(0,d.jsx)("button",{onClick:()=>E(null),className:"px-2 py-0.5 text-xs rounded hover:bg-hover transition-colors text-muted-foreground",children:t("common.cancel")}),(0,d.jsx)("button",{onClick:J,disabled:!F.trim(),className:"px-2 py-0.5 text-xs rounded bg-brand text-white hover:bg-brand/90 transition-colors disabled:opacity-40",children:t("common.save")})]})]}):(0,d.jsxs)("div",{className:"text-sm mt-0.5 pl-6 whitespace-pre-wrap",children:[a.content,a.edited&&(0,d.jsx)("span",{className:"text-[10px] text-muted-foreground ml-1",children:t("review.edited")})]})]},a.id))}),(0,d.jsx)("div",{className:"px-3 pb-2 pt-1",children:x?(0,d.jsxs)("div",{className:"mt-1",onClick:a=>a.stopPropagation(),children:[(0,d.jsx)("textarea",{value:v,onChange:a=>w(a.target.value),onKeyDown:a=>{"Enter"!==a.key||a.shiftKey||a.nativeEvent.isComposing||(a.preventDefault(),H()),"Escape"===a.key&&y(!1)},placeholder:t("review.replyPlaceholder"),className:"w-full px-2 py-1 text-sm bg-secondary border border-border rounded resize-none focus:outline-none focus:border-brand",rows:2,autoFocus:!0}),(0,d.jsxs)("div",{className:"flex items-center justify-end gap-1 mt-1",children:[(0,d.jsx)("button",{onClick:()=>y(!1),className:"px-2 py-0.5 text-xs rounded hover:bg-hover transition-colors text-muted-foreground",children:t("common.cancel")}),(0,d.jsx)("button",{onClick:H,disabled:!v.trim(),className:"px-2 py-0.5 text-xs rounded bg-brand text-white hover:bg-brand/90 transition-colors disabled:opacity-40",children:t("review.reply")})]})]}):i&&(0,d.jsx)("button",{onClick:a=>{a.stopPropagation(),y(!0)},className:"text-xs text-muted-foreground hover:text-foreground transition-colors",children:t("review.reply")})})]})});function u({comments:a,activeCommentId:b,currentAuthorId:c,isActive:g,isAdmin:h,userNameMap:i,onCommentClick:j,onNavigateComment:k,onDeleteComment:l,onEditComment:m,onToggleCommentClosed:n,onAddReply:o,onDeleteReply:p,onEditReply:q,scrollToCommentRef:r}){let{t:s}=(0,f.Bd)(),v=(0,e.useRef)(new Map),w=(0,e.useRef)(null);(0,e.useCallback)(a=>{let b=v.current.get(a);b&&b.scrollIntoView({behavior:"smooth",block:"center"})},[]);let x=[...a].sort((a,b)=>a.anchor.startOffset-b.anchor.startOffset);return(0,d.jsxs)("div",{ref:w,className:"h-full flex flex-col bg-card",children:[(0,d.jsxs)("div",{className:"px-4 py-2 border-b border-border flex-shrink-0 flex items-center",children:[(0,d.jsx)("span",{className:"text-xs text-muted-foreground",children:0===a.length?s("review.selectTextToComment"):b?s("review.commentsNavCount",{current:x.findIndex(a=>a.id===b)+1,total:a.length}):s("review.commentsCount",{count:a.length})}),a.length>0&&(0,d.jsxs)("div",{className:"flex items-center gap-1 ml-2",children:[(0,d.jsxs)("button",{onClick:()=>k("prev"),className:"px-1.5 py-0.5 text-[11px] text-muted-foreground hover:text-foreground hover:bg-hover rounded transition-colors flex items-center gap-0.5",children:[(0,d.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("polyline",{points:"15 18 9 12 15 6"})}),s("review.prevComment")]}),(0,d.jsxs)("button",{onClick:()=>k("next"),className:"px-1.5 py-0.5 text-[11px] text-muted-foreground hover:text-foreground hover:bg-hover rounded transition-colors flex items-center gap-0.5",children:[s("review.nextComment"),(0,d.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("polyline",{points:"9 18 15 12 9 6"})})]})]})]}),(0,d.jsx)("div",{className:"flex-1 overflow-auto",children:0===x.length?(0,d.jsx)("div",{className:"flex items-center justify-center h-full text-muted-foreground text-sm",children:(0,d.jsxs)("div",{className:"text-center",children:[(0,d.jsx)("div",{className:"text-2xl mb-2",children:"\uD83D\uDCAC"}),(0,d.jsx)("div",{children:s("review.selectTextHint")})]})}):(0,d.jsx)("div",{className:"p-3 space-y-3",children:x.map(a=>(0,d.jsx)(t,{ref:b=>{b?v.current.set(a.id,b):v.current.delete(a.id)},comment:a,isActive:a.id===b,isOwnComment:a.authorId===c,isAdmin:h,currentAuthorId:c,canInteract:g,userNameMap:i,onClick:()=>j(a.id),onDelete:()=>l(a.id),onEdit:b=>m(a.id,b),onToggleClosed:b=>n(a.id,b),onAddReply:b=>o(a.id,b),onDeleteReply:b=>p(a.id,b),onEditReply:(b,c)=>q(a.id,b,c)},a.id))})})]})}var v=c(45354),w=c(94481);function x({currentName:a,onConfirm:b,onSkip:c}){let{t:g}=(0,f.Bd)(),[h,i]=(0,e.useState)(a),j=(0,e.useRef)(null),k=()=>{let a=h.trim();a&&b(a)};return(0,d.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-scrim",children:(0,d.jsxs)("div",{className:"bg-card border border-border rounded-xl shadow-lv3 w-80 p-5",children:[(0,d.jsx)("h2",{className:"text-base font-semibold mb-1",children:g("review.setNickname")}),(0,d.jsx)("p",{className:"text-xs text-muted-foreground mb-4",children:g("review.nicknameHint")}),(0,d.jsx)("input",{ref:j,type:"text",value:h,onChange:a=>i(a.target.value),onKeyDown:a=>{"Enter"!==a.key||a.nativeEvent.isComposing||k(),"Escape"===a.key&&c()},placeholder:g("review.nicknamePlaceholder"),maxLength:20,className:"w-full px-3 py-2 text-sm bg-secondary border border-border rounded-lg focus:outline-none focus:border-brand",autoFocus:!0}),(0,d.jsxs)("div",{className:"flex items-center justify-end gap-2 mt-4",children:[(0,d.jsx)("button",{onClick:c,className:"px-3 py-1.5 text-xs rounded-lg hover:bg-hover transition-colors text-muted-foreground",children:g("review.skipForNow")}),(0,d.jsx)("button",{onClick:k,disabled:!h.trim(),className:"px-4 py-1.5 text-xs rounded-lg bg-brand text-white hover:bg-brand/90 transition-colors disabled:opacity-40",children:g("common.save")})]})]})})}var y=c(61130),z=c(79758),A=c(7833),B=c(33281),C=c(83120);function D({reviewId:a}){let{t:b}=(0,f.Bd)(),[c,g]=(0,e.useState)(a),[h,j]=(0,e.useState)(null),[k,l]=(0,e.useState)(!0),[m,n]=(0,e.useState)(null),[o,p]=(0,e.useState)(null),[r,s]=(0,e.useState)(!1),t=(0,z.useReviewIdentity)(),{resolvedTheme:E,setTheme:F}=(0,i.DP)(),[G,H]=(0,e.useState)({}),[I,J]=(0,e.useState)(!1),[K,L]=(0,e.useState)(!1),M=(0,e.useCallback)(async()=>{let a=await B.t4.runPromiseExit((0,C.BL)());if("Success"===a._tag){let b={};for(let[c,d]of Object.entries(a.value.users))b[c]=d.name;H(b)}},[]),N=(0,e.useRef)(void 0),O=(0,e.useRef)(void 0),P=(0,e.useCallback)(a=>{a!==c&&(g(a),n(null),p(null),window.history.replaceState(null,"",`/review/${a}`))},[c]),Q=(0,e.useCallback)(async()=>{let a=await B.t4.runPromiseExit((0,C.JK)(c));if("Success"===a._tag)j(a.value.review),n(null);else{let c="Fail"===a.cause._tag?a.cause.error:null;c&&"NotFoundError"===c._tag?n(b("review.reviewNotExist")):c&&"AppError"===c._tag?n(b("review.loadFailed")):n(b("review.networkError"))}l(!1)},[c,b]),R=(0,e.useCallback)(async(a,c)=>{"Success"===(await B.t4.runPromiseExit(a))._tag?await Q():(0,A.oR)(b(c),"error")},[Q,b]),S=(0,e.useCallback)(async(a,b)=>{t.authorId&&await R((0,C.dU)(c,{author:t.name,authorId:t.authorId,content:a,anchor:b}),"toast.addCommentFailed")},[c,t,R]),T=(0,e.useCallback)(a=>R((0,C.jw)(c,a),"toast.deleteCommentFailed"),[c,R]),U=(0,e.useCallback)((a,b)=>R((0,C.Y8)(c,{commentId:a,content:b}),"toast.editCommentFailed"),[c,R]),V=(0,e.useCallback)((a,b)=>R((0,C.Y8)(c,{commentId:a,closed:b}),"toast.operationFailed"),[c,R]),W=(0,e.useCallback)(async(a,b)=>{t.authorId&&await R((0,C.mu)(c,{commentId:a,author:t.name,authorId:t.authorId,content:b}),"toast.addReplyFailed")},[c,t,R]),X=(0,e.useCallback)((a,b)=>R((0,C.i7)(c,a,b),"toast.deleteReplyFailed"),[c,R]),Y=(0,e.useCallback)((a,b,d)=>R((0,C.vy)(c,{commentId:a,replyId:b,content:d}),"toast.editReplyFailed"),[c,R]),Z=(0,e.useCallback)(async()=>{let a=await B.t4.runPromiseExit((0,C._c)());if("Success"===a._tag){let d=a.value.shareBase?`${a.value.shareBase}/review/${c}`:window.location.href;try{await navigator.clipboard.writeText(d),(0,A.oR)(b("toast.linkCopied"),"success")}catch{(0,A.oR)(b("toast.copyFailed"),"error")}}else(0,A.oR)(b("toast.copyFailed"),"error")},[c,b]),$=(0,e.useCallback)(a=>{p(a),O.current?.(a)},[]),_=(0,e.useCallback)(a=>{p(a),N.current?.(a)},[]),aa=(0,e.useCallback)(a=>{let b;if(!h||0===h.comments.length)return;let c=[...h.comments].sort((a,b)=>a.anchor.startOffset-b.anchor.startOffset),d=o?c.findIndex(a=>a.id===o):-1;b="next"===a?d<c.length-1?d+1:0:d>0?d-1:c.length-1;let e=c[b];p(e.id),O.current?.(e.id),N.current?.(e.id)},[h,o]);return(0,d.jsxs)("div",{className:"h-screen flex flex-col bg-background text-foreground overflow-hidden",children:[I&&(0,d.jsx)(x,{currentName:t.name,onConfirm:a=>{t.confirmName(a),J(!1),M()},onSkip:()=>J(!1)}),h&&(0,d.jsx)(y.ReviewCommentsListModal,{isOpen:K,onClose:()=>L(!1),comments:h.comments,reviewTitle:h.title,userNameMap:G,onCommentClick:a=>{p(a),O.current?.(a),N.current?.(a)}}),h&&(0,d.jsx)("div",{className:"py-2 border-b border-border flex-shrink-0 flex justify-center",children:(0,d.jsxs)("div",{className:"w-full max-w-[1800px] px-4 flex items-center gap-3",children:[(0,d.jsx)("h1",{className:"text-sm font-semibold truncate",children:h.title}),(0,d.jsx)("span",{className:"text-[11px] text-muted-foreground flex-shrink-0",children:b("review.updatedAt",{date:new Date(h.updatedAt||h.createdAt).toLocaleDateString(void 0,{year:"numeric",month:"2-digit",day:"2-digit",hour:"2-digit",minute:"2-digit"})})}),(0,d.jsx)("span",{className:"flex-1"}),!r&&(0,d.jsx)("span",{className:`px-2 py-0.5 text-xs rounded-full ${h.active?"bg-green-500/15 text-green-600 dark:text-green-400":"bg-muted text-muted-foreground"}`,children:h.active?b("review.active"):b("review.closed")}),(0,d.jsxs)("button",{onClick:()=>L(!0),className:"px-2 py-1 text-xs rounded hover:bg-hover transition-colors text-muted-foreground flex items-center gap-1",title:b("review.viewAllComments"),children:[(0,d.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("path",{d:"M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z"})}),b("review.viewCommentBtn")]}),(0,d.jsx)("button",{onClick:Z,className:"px-2 py-1 text-xs rounded hover:bg-hover transition-colors text-muted-foreground",children:b("review.copyLink")}),(0,d.jsx)("button",{onClick:()=>F("dark"===E?"light":"dark"),className:"p-1 text-muted-foreground hover:text-foreground hover:bg-hover rounded transition-colors",title:"dark"===E?b("settings.switchLight"):b("settings.switchDark"),children:"dark"===E?(0,d.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("circle",{cx:"12",cy:"12",r:"5"}),(0,d.jsx)("line",{x1:"12",y1:"1",x2:"12",y2:"3"}),(0,d.jsx)("line",{x1:"12",y1:"21",x2:"12",y2:"23"}),(0,d.jsx)("line",{x1:"4.22",y1:"4.22",x2:"5.64",y2:"5.64"}),(0,d.jsx)("line",{x1:"18.36",y1:"18.36",x2:"19.78",y2:"19.78"}),(0,d.jsx)("line",{x1:"1",y1:"12",x2:"3",y2:"12"}),(0,d.jsx)("line",{x1:"21",y1:"12",x2:"23",y2:"12"}),(0,d.jsx)("line",{x1:"4.22",y1:"19.78",x2:"5.64",y2:"18.36"}),(0,d.jsx)("line",{x1:"18.36",y1:"5.64",x2:"19.78",y2:"4.22"})]}):(0,d.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("path",{d:"M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"})})}),(0,d.jsx)(v.ReviewIdentitySettings,{identity:t})]})}),(0,d.jsx)("div",{className:"flex-1 flex justify-center overflow-hidden",children:(0,d.jsxs)("div",{className:"w-full max-w-[1800px] flex overflow-hidden",children:[(0,d.jsx)(w.ReviewListPanel,{currentReviewId:c,onSelect:P,readOnly:!r,refreshTrigger:h?.comments.length,onViewComments:a=>{a!==c&&P(a),L(!0)}}),k?(0,d.jsx)("div",{className:"flex-1 flex items-center justify-center",children:(0,d.jsx)("div",{className:"text-muted-foreground",children:b("common.loading")})}):m||!h?(0,d.jsx)("div",{className:"flex-1 flex items-center justify-center",children:(0,d.jsxs)("div",{className:"text-center",children:[(0,d.jsx)("div",{className:"text-xl mb-2",children:m||b("review.reviewNotFound")}),(0,d.jsx)("div",{className:"text-sm text-muted-foreground",children:b("review.checkLink")})]})}):(0,d.jsxs)("div",{className:"flex-1 flex overflow-hidden",children:[(0,d.jsx)("div",{className:"flex-1 h-full border-r border-border overflow-hidden",children:(0,d.jsx)(q,{content:h.content,comments:h.comments,activeCommentId:o,isActive:h.active,onAddComment:S,onHighlightClick:_,scrollToHighlightRef:O})}),(0,d.jsx)("div",{className:"w-[360px] h-full overflow-hidden flex-shrink-0",children:(0,d.jsx)(u,{comments:h.comments,activeCommentId:o,currentAuthorId:t.authorId,isActive:h.active,isAdmin:r,userNameMap:G,onCommentClick:$,onNavigateComment:aa,onDeleteComment:T,onEditComment:U,onToggleCommentClosed:V,onAddReply:W,onDeleteReply:X,onEditReply:Y,scrollToCommentRef:N})})]})]})})]})}},45354:(a,b,c)=>{"use strict";c.d(b,{ReviewIdentitySettings:()=>g});var d=c(48249),e=c(67484),f=c(44384);function g({identity:a}){let{t:b}=(0,f.Bd)(),[c,h]=(0,e.useState)(!1),[i,j]=(0,e.useState)(""),k=(0,e.useRef)(null),l=()=>{let b=i.trim();b&&b!==a.name&&a.confirmName(b),h(!1)};return(0,d.jsxs)("div",{className:"relative",ref:k,children:[(0,d.jsxs)("button",{onClick:()=>{c||j(a.name),h(!c)},className:"px-2 py-1 text-xs rounded hover:bg-hover transition-colors flex items-center gap-1",title:b("review.identitySettings"),children:[(0,d.jsx)("span",{className:"w-5 h-5 rounded-full bg-brand/20 text-brand flex items-center justify-center text-[10px] font-bold",children:a.name.charAt(0)}),(0,d.jsx)("span",{className:"text-muted-foreground",children:a.name})]}),c&&(0,d.jsxs)("div",{className:"absolute right-0 top-full mt-1 w-56 bg-card border border-border rounded-lg shadow-lv2 p-3 z-50",children:[(0,d.jsx)("div",{className:"text-xs text-muted-foreground mb-2",children:b("review.reviewNickname")}),(0,d.jsx)("input",{type:"text",value:i,onChange:a=>j(a.target.value),onKeyDown:a=>{"Enter"!==a.key||a.nativeEvent.isComposing||l()},className:"w-full px-2 py-1 text-sm bg-secondary border border-border rounded focus:outline-none focus:border-brand",autoFocus:!0}),(0,d.jsxs)("div",{className:"flex items-center gap-2 mt-2",children:[(0,d.jsx)("button",{onClick:()=>{a.randomize(),h(!1)},className:"px-2 py-1 text-xs rounded hover:bg-hover transition-colors text-muted-foreground",children:b("review.random")}),(0,d.jsx)("div",{className:"flex-1"}),(0,d.jsx)("button",{onClick:()=>h(!1),className:"px-2 py-1 text-xs rounded hover:bg-hover transition-colors text-muted-foreground",children:b("common.cancel")}),(0,d.jsx)("button",{onClick:l,className:"px-2 py-1 text-xs rounded bg-brand text-white hover:bg-brand/90 transition-colors",children:b("common.save")})]})]})]})}},46060:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external.js")},55511:a=>{"use strict";a.exports=require("crypto")},61169:(a,b,c)=>{"use strict";c.d(b,{useReviewIdentity:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call useReviewIdentity() from the server but useReviewIdentity is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/hooks/useReviewIdentity.ts","useReviewIdentity")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},63376:(a,b,c)=>{"use strict";c.d(b,{ReviewCommentsListModal:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call ReviewCommentsListModal() from the server but ReviewCommentsListModal is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ReviewCommentsListModal.tsx","ReviewCommentsListModal")},72569:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>r,handler:()=>t,routeModule:()=>s});var d=c(21635),e=c(86315),f=c(1020),g=c(61287),h={};for(let a in g)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(h[a]=()=>g[a]);c.d(b,h);let i=(0,d.p)(()=>Promise.resolve().then(c.bind(c,76537))),j=(0,d.p)(()=>Promise.resolve().then(c.bind(c,81227))),k=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,55091,23))),l=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,45270,23))),m=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,28193,23))),n=(0,d.p)(()=>Promise.resolve().then(c.bind(c,81227))),o=(0,d.p)(()=>Promise.resolve().then(c.bind(c,81227))),p={children:["",{children:["review",{children:["[id]",{children:["__PAGE__",{},{page:[(0,d.p)(()=>Promise.resolve().then(c.bind(c,44236))),"/home/runner/work/cockpit/cockpit/src/app/review/[id]/page.tsx"]}]},{"global-error":[o,"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx"]},[]]},{"global-error":[n,"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx"],metadata:{icon:[async a=>(await (0,d.p)(()=>Promise.resolve().then(c.bind(c,70440)))()).default(a)],apple:[],openGraph:[],twitter:[],manifest:"/manifest.webmanifest"}},[]]},{layout:[i,"/home/runner/work/cockpit/cockpit/src/app/layout.tsx"],"global-error":[j,"/home/runner/work/cockpit/cockpit/src/app/global-error.tsx"],"not-found":[k,"next/dist/client/components/builtin/not-found.js"],forbidden:[l,"next/dist/client/components/builtin/forbidden.js"],unauthorized:[m,"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await (0,d.p)(()=>Promise.resolve().then(c.bind(c,70440)))()).default(a)],apple:[],openGraph:[],twitter:[],manifest:"/manifest.webmanifest"}},[]]}.children,q=(0,e.H)({tree:p,page:"/review/[id]/page",pathname:"/review/[id]",require:c,loadChunk:()=>Promise.resolve(),interopDefault:f.T}),r=q.__next_app__,s=q.routeModule,t=q.handler},73136:a=>{"use strict";a.exports=require("node:url")},73370:(a,b,c)=>{"use strict";c.d(b,{useReviewHighlights:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call useReviewHighlights() from the server but useReviewHighlights is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/hooks/useReviewHighlights.ts","useReviewHighlights")},74824:(a,b,c)=>{"use strict";c.d(b,{ShareReviewToggle:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call ShareReviewToggle() from the server but ShareReviewToggle is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/home/runner/work/cockpit/cockpit/packages/feature/review/src/client/ShareReviewToggle.tsx","ShareReviewToggle")},76760:a=>{"use strict";a.exports=require("node:path")},78335:()=>{},78908:a=>{"use strict";a.exports=import("shiki")},79748:a=>{"use strict";a.exports=require("fs/promises")},79758:(a,b,c)=>{"use strict";c.d(b,{useReviewIdentity:()=>i});var d=c(67484);c(55511);var e=c(208),f=c(79606),g=c(33281),h=c(71192);function i(){let[a,b]=(0,d.useState)(""),[c,i]=(0,d.useState)(""),[j,k]=(0,d.useState)(!1),[l,m]=(0,d.useState)(!0),n=(0,d.useCallback)(a=>{let b=f.tryPromise({try:async()=>{await fetch("/api/review/identify",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:a})})},catch:a=>new h.uV({message:"review identify POST failed",cause:a})});g.t4.runFork(b.pipe(f.orElse(()=>f.void)))},[]),o=(0,d.useCallback)(a=>{let b=a.trim();b&&(i(b),k(!0),n(b))},[n]);return{authorId:a,name:c,nameConfirmed:j,loading:l,setName:(0,d.useCallback)(a=>{let b=a.trim();b&&(i(b),n(b))},[n]),confirmName:o,randomize:(0,d.useCallback)(()=>{let a,b,c,d;i((a=e.A.t("reviewUtils.adjectives",{returnObjects:!0}),b=e.A.t("reviewUtils.nouns",{returnObjects:!0}),c=a[Math.floor(Math.random()*a.length)],d=b[Math.floor(Math.random()*b.length)],`${c}${d}`))},[])}}},94481:(a,b,c)=>{"use strict";c.d(b,{ReviewListPanel:()=>j});var d=c(48249),e=c(67484),f=c(44384),g=c(33281),h=c(79606),i=c(83120);function j({currentReviewId:a,onSelect:b,readOnly:c,refreshTrigger:k,onViewComments:l}){let{t:m}=(0,f.Bd)(),[n,o]=(0,e.useState)([]),[p,q]=(0,e.useState)(null),[r,s]=(0,e.useState)(null),[t,u]=(0,e.useState)(!1),[v,w]=(0,e.useState)(null),x=(0,e.useRef)(null),[y,z]=(0,e.useState)(null);(0,e.useCallback)(async()=>{let a=await g.t4.runPromiseExit((0,i.Y_)());"Success"===a._tag&&o(a.value.reviews??[])},[]);let A=(0,e.useCallback)(async(a,b,c)=>{a.stopPropagation(),r||(s(b),"Success"===(await g.t4.runPromiseExit((0,i.Gm)(b,{active:!c})))._tag&&o(a=>a.map(a=>a.id===b?{...a,active:!c}:a)),s(null))},[r]),B=(0,e.useCallback)(async(c,d)=>{if(c.stopPropagation(),!p){if(q(d),"Success"===(await g.t4.runPromiseExit((0,i.Wr)(d)))._tag&&(o(a=>a.filter(a=>a.id!==d)),d===a)){let a=n.filter(a=>a.id!==d);a.length>0&&b(a[0].id)}q(null)}},[p,a,n,b]),C=(0,e.useCallback)((a,b)=>{x.current=b,a.dataTransfer.effectAllowed="move";let c=a.currentTarget;requestAnimationFrame(()=>c.classList.add("opacity-30"))},[]),D=(0,e.useCallback)(a=>{x.current=null,z(null),a.currentTarget instanceof HTMLElement&&a.currentTarget.classList.remove("opacity-30")},[]),E=(0,e.useCallback)((a,b)=>{a.preventDefault(),a.dataTransfer.dropEffect="move",x.current&&x.current!==b&&z(b)},[]),F=(0,e.useCallback)(async(a,b)=>{a.preventDefault(),z(null);let c=x.current;x.current=null,c&&c!==b&&o(a=>{let d=[...a],e=d.findIndex(a=>a.id===c),f=d.findIndex(a=>a.id===b);if(-1===e||-1===f)return a;let[j]=d.splice(e,1);d.splice(f,0,j);let k=d.map(a=>a.id);return g.t4.runFork((0,i.z1)(k).pipe(h.orElse(()=>h.void))),d})},[]),G=c?n.filter(a=>a.active):n,H=!c;return t?(0,d.jsxs)("div",{className:"h-full flex flex-col items-center bg-secondary/50 w-9 flex-shrink-0 border-r border-border",children:[(0,d.jsx)("button",{onClick:()=>u(!1),className:"p-1.5 mt-2 text-muted-foreground hover:text-foreground hover:bg-hover rounded transition-colors",title:m("review.expandList"),children:(0,d.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("polyline",{points:"9 18 15 12 9 6"})})}),(0,d.jsx)("span",{className:"text-[10px] text-muted-foreground/50 mt-2",style:{writingMode:"vertical-rl"},children:c?m("review.nDocs",{count:G.length}):m("review.nReviews",{count:G.length})})]}):(0,d.jsxs)("div",{className:"h-full flex flex-col bg-secondary/50 w-[200px] flex-shrink-0 border-r border-border",children:[(0,d.jsxs)("div",{className:"px-3 py-2 border-b border-border flex-shrink-0 flex items-center justify-between",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)("span",{className:"text-xs font-medium text-muted-foreground",children:c?m("review.docList"):m("review.allReviewsList")}),(0,d.jsx)("span",{className:"text-xs text-muted-foreground/60 ml-1.5",children:G.length})]}),(0,d.jsx)("button",{onClick:()=>u(!0),className:"p-0.5 text-muted-foreground hover:text-foreground hover:bg-hover rounded transition-colors",title:m("review.collapseList"),children:(0,d.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("polyline",{points:"15 18 9 12 15 6"})})})]}),(0,d.jsxs)("div",{className:"flex-1 overflow-y-auto",children:[G.map(e=>(0,d.jsxs)("div",{draggable:H,onDragStart:H?a=>C(a,e.id):void 0,onDragEnd:H?D:void 0,onDragOver:H?a=>E(a,e.id):void 0,onDrop:H?a=>F(a,e.id):void 0,onMouseEnter:a=>{let b=a.currentTarget.getBoundingClientRect();w({id:e.id,text:e.title,top:b.top+b.height/2,left:b.right})},onMouseLeave:()=>w(a=>a?.id===e.id?null:a),onClick:()=>b(e.id),className:`group px-3 py-2 cursor-pointer border-b transition-colors ${y===e.id?"border-b-brand border-t border-t-transparent":"border-b-border/50"} ${e.id===a?"bg-accent/60":"hover:bg-hover"}`,children:[(0,d.jsxs)("div",{className:"flex items-center gap-1.5 min-w-0",children:[!c&&(0,d.jsx)("span",{className:`w-1.5 h-1.5 rounded-full flex-shrink-0 ${e.active?"bg-green-500":"bg-muted-foreground/40"}`}),(0,d.jsx)("span",{className:"text-xs truncate flex-1",children:e.title}),e.commentCount>0&&l&&(0,d.jsx)("button",{onClick:a=>{a.stopPropagation(),l(e.id)},className:"flex-shrink-0 p-0.5 rounded text-muted-foreground/0 group-hover:text-muted-foreground/60 hover:!text-brand hover:!bg-brand/10 transition-colors",title:m("review.viewComments"),children:(0,d.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,d.jsx)("path",{d:"M7 8h10M7 12h4m1 8l-4-4H5a2 2 0 01-2-2V6a2 2 0 012-2h14a2 2 0 012 2v8a2 2 0 01-2 2h-3l-4 4z"})})}),!c&&(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("button",{onClick:a=>A(a,e.id,e.active),className:`flex-shrink-0 p-0.5 rounded text-muted-foreground/0 group-hover:text-muted-foreground/60 hover:!text-foreground hover:!bg-accent transition-colors ${r===e.id?"opacity-50 pointer-events-none":""}`,title:e.active?m("review.closeReview"):m("review.reopenReview"),children:e.active?(0,d.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M18.36 6.64a9 9 0 1 1-12.73 0"}),(0,d.jsx)("line",{x1:"12",y1:"2",x2:"12",y2:"12"})]}):(0,d.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("path",{d:"M18.36 6.64A9 9 0 0 1 12 21 9 9 0 0 1 5.64 6.64"}),(0,d.jsx)("line",{x1:"12",y1:"2",x2:"12",y2:"12"})]})}),(0,d.jsx)("button",{onClick:a=>B(a,e.id),className:`flex-shrink-0 p-0.5 rounded text-muted-foreground/0 group-hover:text-muted-foreground/60 hover:!text-red-11 hover:!bg-red-500/10 transition-colors ${p===e.id?"opacity-50 pointer-events-none":""}`,title:m("review.deleteReview"),children:(0,d.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[(0,d.jsx)("polyline",{points:"3 6 5 6 21 6"}),(0,d.jsx)("path",{d:"M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"})]})})]})]}),e.commentCount>0&&(0,d.jsx)("div",{className:`text-[10px] text-muted-foreground/50 mt-0.5 ${c?"":"pl-3"}`,children:m("review.nComments",{count:e.commentCount})})]},e.id)),0===G.length&&(0,d.jsx)("div",{className:"px-3 py-4 text-xs text-muted-foreground/50 text-center",children:c?m("review.noOpenDocs"):m("review.noReviews")})]}),v&&(0,d.jsx)("div",{className:"fixed z-50 px-2 py-1 text-xs bg-popover text-popover-foreground border border-border rounded shadow-lv2 whitespace-nowrap pointer-events-none",style:{top:v.top,left:v.left+8,transform:"translateY(-50%)"},children:v.text})]})}},96487:()=>{}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,6644,3641,5750],()=>b(b.s=72569));module.exports=c})();
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../node_modules/@opentelemetry/api/build/src/api/context.js","../../../../../node_modules/@opentelemetry/api/build/src/api/diag.js","../../../../../node_modules/@opentelemetry/api/build/src/api/metrics.js","../../../../../node_modules/@opentelemetry/api/build/src/api/propagation.js","../../../../../node_modules/@opentelemetry/api/build/src/api/trace.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/context-api.js","../../../../../node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js","../../../../../node_modules/@opentelemetry/api/build/src/context/context.js","../../../../../node_modules/@opentelemetry/api/build/src/diag-api.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/types.js","../../../../../node_modules/@opentelemetry/api/build/src/index.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/global-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/semver.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics-api.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/Metric.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/index.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/index.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation-api.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/trace-api.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/context-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/span_kind.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/status.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/trace_flags.js","../../../../../node_modules/@opentelemetry/api/build/src/version.js","../../../../../node_modules/@opentelemetry/api/package.json","../../../../../node_modules/@shikijs/core/dist/index.mjs","../../../../../node_modules/@shikijs/core/package.json","../../../../../node_modules/@shikijs/engine-javascript/dist/engine-compile.mjs","../../../../../node_modules/@shikijs/engine-javascript/dist/engine-raw.mjs","../../../../../node_modules/@shikijs/engine-javascript/dist/index.mjs","../../../../../node_modules/@shikijs/engine-javascript/dist/shared/engine-javascript.hzpS1_41.mjs","../../../../../node_modules/@shikijs/engine-javascript/package.json","../../../../../node_modules/@shikijs/engine-oniguruma/dist/index.mjs","../../../../../node_modules/@shikijs/engine-oniguruma/dist/wasm-inlined.mjs","../../../../../node_modules/@shikijs/engine-oniguruma/package.json","../../../../../node_modules/@shikijs/langs/dist/abap.mjs","../../../../../node_modules/@shikijs/langs/dist/actionscript-3.mjs","../../../../../node_modules/@shikijs/langs/dist/ada.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-expression.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-html.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-inline-style.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-inline-template.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-let-declaration.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-template-blocks.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-template.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-ts.mjs","../../../../../node_modules/@shikijs/langs/dist/apache.mjs","../../../../../node_modules/@shikijs/langs/dist/apex.mjs","../../../../../node_modules/@shikijs/langs/dist/apl.mjs","../../../../../node_modules/@shikijs/langs/dist/applescript.mjs","../../../../../node_modules/@shikijs/langs/dist/ara.mjs","../../../../../node_modules/@shikijs/langs/dist/asciidoc.mjs","../../../../../node_modules/@shikijs/langs/dist/asm.mjs","../../../../../node_modules/@shikijs/langs/dist/astro.mjs","../../../../../node_modules/@shikijs/langs/dist/awk.mjs","../../../../../node_modules/@shikijs/langs/dist/ballerina.mjs","../../../../../node_modules/@shikijs/langs/dist/bat.mjs","../../../../../node_modules/@shikijs/langs/dist/beancount.mjs","../../../../../node_modules/@shikijs/langs/dist/berry.mjs","../../../../../node_modules/@shikijs/langs/dist/bibtex.mjs","../../../../../node_modules/@shikijs/langs/dist/bicep.mjs","../../../../../node_modules/@shikijs/langs/dist/bird2.mjs","../../../../../node_modules/@shikijs/langs/dist/blade.mjs","../../../../../node_modules/@shikijs/langs/dist/bsl.mjs","../../../../../node_modules/@shikijs/langs/dist/c.mjs","../../../../../node_modules/@shikijs/langs/dist/c3.mjs","../../../../../node_modules/@shikijs/langs/dist/cadence.mjs","../../../../../node_modules/@shikijs/langs/dist/cairo.mjs","../../../../../node_modules/@shikijs/langs/dist/clarity.mjs","../../../../../node_modules/@shikijs/langs/dist/clojure.mjs","../../../../../node_modules/@shikijs/langs/dist/cmake.mjs","../../../../../node_modules/@shikijs/langs/dist/cobol.mjs","../../../../../node_modules/@shikijs/langs/dist/codeowners.mjs","../../../../../node_modules/@shikijs/langs/dist/codeql.mjs","../../../../../node_modules/@shikijs/langs/dist/coffee.mjs","../../../../../node_modules/@shikijs/langs/dist/common-lisp.mjs","../../../../../node_modules/@shikijs/langs/dist/coq.mjs","../../../../../node_modules/@shikijs/langs/dist/cpp-macro.mjs","../../../../../node_modules/@shikijs/langs/dist/cpp.mjs","../../../../../node_modules/@shikijs/langs/dist/crystal.mjs","../../../../../node_modules/@shikijs/langs/dist/csharp.mjs","../../../../../node_modules/@shikijs/langs/dist/css.mjs","../../../../../node_modules/@shikijs/langs/dist/csv.mjs","../../../../../node_modules/@shikijs/langs/dist/cue.mjs","../../../../../node_modules/@shikijs/langs/dist/cypher.mjs","../../../../../node_modules/@shikijs/langs/dist/d.mjs","../../../../../node_modules/@shikijs/langs/dist/dart.mjs","../../../../../node_modules/@shikijs/langs/dist/dax.mjs","../../../../../node_modules/@shikijs/langs/dist/desktop.mjs","../../../../../node_modules/@shikijs/langs/dist/diff.mjs","../../../../../node_modules/@shikijs/langs/dist/docker.mjs","../../../../../node_modules/@shikijs/langs/dist/dotenv.mjs","../../../../../node_modules/@shikijs/langs/dist/dream-maker.mjs","../../../../../node_modules/@shikijs/langs/dist/edge.mjs","../../../../../node_modules/@shikijs/langs/dist/elixir.mjs","../../../../../node_modules/@shikijs/langs/dist/elm.mjs","../../../../../node_modules/@shikijs/langs/dist/emacs-lisp.mjs","../../../../../node_modules/@shikijs/langs/dist/erb.mjs","../../../../../node_modules/@shikijs/langs/dist/erlang.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-css.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-glsl.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-html.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-sql.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-xml.mjs","../../../../../node_modules/@shikijs/langs/dist/fennel.mjs","../../../../../node_modules/@shikijs/langs/dist/fish.mjs","../../../../../node_modules/@shikijs/langs/dist/fluent.mjs","../../../../../node_modules/@shikijs/langs/dist/fortran-fixed-form.mjs","../../../../../node_modules/@shikijs/langs/dist/fortran-free-form.mjs","../../../../../node_modules/@shikijs/langs/dist/fsharp.mjs","../../../../../node_modules/@shikijs/langs/dist/gdresource.mjs","../../../../../node_modules/@shikijs/langs/dist/gdscript.mjs","../../../../../node_modules/@shikijs/langs/dist/gdshader.mjs","../../../../../node_modules/@shikijs/langs/dist/genie.mjs","../../../../../node_modules/@shikijs/langs/dist/gherkin.mjs","../../../../../node_modules/@shikijs/langs/dist/git-commit.mjs","../../../../../node_modules/@shikijs/langs/dist/git-rebase.mjs","../../../../../node_modules/@shikijs/langs/dist/gleam.mjs","../../../../../node_modules/@shikijs/langs/dist/glimmer-js.mjs","../../../../../node_modules/@shikijs/langs/dist/glimmer-ts.mjs","../../../../../node_modules/@shikijs/langs/dist/glsl.mjs","../../../../../node_modules/@shikijs/langs/dist/gn.mjs","../../../../../node_modules/@shikijs/langs/dist/gnuplot.mjs","../../../../../node_modules/@shikijs/langs/dist/go.mjs","../../../../../node_modules/@shikijs/langs/dist/graphql.mjs","../../../../../node_modules/@shikijs/langs/dist/groovy.mjs","../../../../../node_modules/@shikijs/langs/dist/hack.mjs","../../../../../node_modules/@shikijs/langs/dist/haml.mjs","../../../../../node_modules/@shikijs/langs/dist/handlebars.mjs","../../../../../node_modules/@shikijs/langs/dist/haskell.mjs","../../../../../node_modules/@shikijs/langs/dist/haxe.mjs","../../../../../node_modules/@shikijs/langs/dist/hcl.mjs","../../../../../node_modules/@shikijs/langs/dist/hjson.mjs","../../../../../node_modules/@shikijs/langs/dist/hlsl.mjs","../../../../../node_modules/@shikijs/langs/dist/html-derivative.mjs","../../../../../node_modules/@shikijs/langs/dist/html.mjs","../../../../../node_modules/@shikijs/langs/dist/http.mjs","../../../../../node_modules/@shikijs/langs/dist/hurl.mjs","../../../../../node_modules/@shikijs/langs/dist/hxml.mjs","../../../../../node_modules/@shikijs/langs/dist/hy.mjs","../../../../../node_modules/@shikijs/langs/dist/imba.mjs","../../../../../node_modules/@shikijs/langs/dist/ini.mjs","../../../../../node_modules/@shikijs/langs/dist/java.mjs","../../../../../node_modules/@shikijs/langs/dist/javascript.mjs","../../../../../node_modules/@shikijs/langs/dist/jinja-html.mjs","../../../../../node_modules/@shikijs/langs/dist/jinja.mjs","../../../../../node_modules/@shikijs/langs/dist/jison.mjs","../../../../../node_modules/@shikijs/langs/dist/json.mjs","../../../../../node_modules/@shikijs/langs/dist/json5.mjs","../../../../../node_modules/@shikijs/langs/dist/jsonc.mjs","../../../../../node_modules/@shikijs/langs/dist/jsonl.mjs","../../../../../node_modules/@shikijs/langs/dist/jsonnet.mjs","../../../../../node_modules/@shikijs/langs/dist/jssm.mjs","../../../../../node_modules/@shikijs/langs/dist/jsx.mjs","../../../../../node_modules/@shikijs/langs/dist/julia.mjs","../../../../../node_modules/@shikijs/langs/dist/just.mjs","../../../../../node_modules/@shikijs/langs/dist/kdl.mjs","../../../../../node_modules/@shikijs/langs/dist/kotlin.mjs","../../../../../node_modules/@shikijs/langs/dist/kusto.mjs","../../../../../node_modules/@shikijs/langs/dist/latex.mjs","../../../../../node_modules/@shikijs/langs/dist/lean.mjs","../../../../../node_modules/@shikijs/langs/dist/less.mjs","../../../../../node_modules/@shikijs/langs/dist/liquid.mjs","../../../../../node_modules/@shikijs/langs/dist/llvm.mjs","../../../../../node_modules/@shikijs/langs/dist/log.mjs","../../../../../node_modules/@shikijs/langs/dist/logo.mjs","../../../../../node_modules/@shikijs/langs/dist/lua.mjs","../../../../../node_modules/@shikijs/langs/dist/luau.mjs","../../../../../node_modules/@shikijs/langs/dist/make.mjs","../../../../../node_modules/@shikijs/langs/dist/markdown-nix.mjs","../../../../../node_modules/@shikijs/langs/dist/markdown-vue.mjs","../../../../../node_modules/@shikijs/langs/dist/markdown.mjs","../../../../../node_modules/@shikijs/langs/dist/marko.mjs","../../../../../node_modules/@shikijs/langs/dist/matlab.mjs","../../../../../node_modules/@shikijs/langs/dist/mdc.mjs","../../../../../node_modules/@shikijs/langs/dist/mdx.mjs","../../../../../node_modules/@shikijs/langs/dist/mermaid.mjs","../../../../../node_modules/@shikijs/langs/dist/mipsasm.mjs","../../../../../node_modules/@shikijs/langs/dist/mojo.mjs","../../../../../node_modules/@shikijs/langs/dist/moonbit.mjs","../../../../../node_modules/@shikijs/langs/dist/move.mjs","../../../../../node_modules/@shikijs/langs/dist/narrat.mjs","../../../../../node_modules/@shikijs/langs/dist/nextflow-groovy.mjs","../../../../../node_modules/@shikijs/langs/dist/nextflow.mjs","../../../../../node_modules/@shikijs/langs/dist/nginx.mjs","../../../../../node_modules/@shikijs/langs/dist/nim.mjs","../../../../../node_modules/@shikijs/langs/dist/nix.mjs","../../../../../node_modules/@shikijs/langs/dist/nushell.mjs","../../../../../node_modules/@shikijs/langs/dist/objective-c.mjs","../../../../../node_modules/@shikijs/langs/dist/objective-cpp.mjs","../../../../../node_modules/@shikijs/langs/dist/ocaml.mjs","../../../../../node_modules/@shikijs/langs/dist/odin.mjs","../../../../../node_modules/@shikijs/langs/dist/openscad.mjs","../../../../../node_modules/@shikijs/langs/dist/pascal.mjs","../../../../../node_modules/@shikijs/langs/dist/perl.mjs","../../../../../node_modules/@shikijs/langs/dist/php.mjs","../../../../../node_modules/@shikijs/langs/dist/pkl.mjs","../../../../../node_modules/@shikijs/langs/dist/plsql.mjs","../../../../../node_modules/@shikijs/langs/dist/po.mjs","../../../../../node_modules/@shikijs/langs/dist/polar.mjs","../../../../../node_modules/@shikijs/langs/dist/postcss.mjs","../../../../../node_modules/@shikijs/langs/dist/powerquery.mjs","../../../../../node_modules/@shikijs/langs/dist/powershell.mjs","../../../../../node_modules/@shikijs/langs/dist/prisma.mjs","../../../../../node_modules/@shikijs/langs/dist/prolog.mjs","../../../../../node_modules/@shikijs/langs/dist/proto.mjs","../../../../../node_modules/@shikijs/langs/dist/pug.mjs","../../../../../node_modules/@shikijs/langs/dist/puppet.mjs","../../../../../node_modules/@shikijs/langs/dist/purescript.mjs","../../../../../node_modules/@shikijs/langs/dist/python.mjs","../../../../../node_modules/@shikijs/langs/dist/qml.mjs","../../../../../node_modules/@shikijs/langs/dist/qmldir.mjs","../../../../../node_modules/@shikijs/langs/dist/qss.mjs","../../../../../node_modules/@shikijs/langs/dist/r.mjs","../../../../../node_modules/@shikijs/langs/dist/racket.mjs","../../../../../node_modules/@shikijs/langs/dist/raku.mjs","../../../../../node_modules/@shikijs/langs/dist/razor.mjs","../../../../../node_modules/@shikijs/langs/dist/reg.mjs","../../../../../node_modules/@shikijs/langs/dist/regexp.mjs","../../../../../node_modules/@shikijs/langs/dist/rel.mjs","../../../../../node_modules/@shikijs/langs/dist/riscv.mjs","../../../../../node_modules/@shikijs/langs/dist/ron.mjs","../../../../../node_modules/@shikijs/langs/dist/rosmsg.mjs","../../../../../node_modules/@shikijs/langs/dist/rst.mjs","../../../../../node_modules/@shikijs/langs/dist/ruby.mjs","../../../../../node_modules/@shikijs/langs/dist/rust.mjs","../../../../../node_modules/@shikijs/langs/dist/sas.mjs","../../../../../node_modules/@shikijs/langs/dist/sass.mjs","../../../../../node_modules/@shikijs/langs/dist/scala.mjs","../../../../../node_modules/@shikijs/langs/dist/scheme.mjs","../../../../../node_modules/@shikijs/langs/dist/scss.mjs","../../../../../node_modules/@shikijs/langs/dist/sdbl.mjs","../../../../../node_modules/@shikijs/langs/dist/shaderlab.mjs","../../../../../node_modules/@shikijs/langs/dist/shellscript.mjs","../../../../../node_modules/@shikijs/langs/dist/shellsession.mjs","../../../../../node_modules/@shikijs/langs/dist/smalltalk.mjs","../../../../../node_modules/@shikijs/langs/dist/solidity.mjs","../../../../../node_modules/@shikijs/langs/dist/soy.mjs","../../../../../node_modules/@shikijs/langs/dist/sparql.mjs","../../../../../node_modules/@shikijs/langs/dist/splunk.mjs","../../../../../node_modules/@shikijs/langs/dist/sql.mjs","../../../../../node_modules/@shikijs/langs/dist/ssh-config.mjs","../../../../../node_modules/@shikijs/langs/dist/stata.mjs","../../../../../node_modules/@shikijs/langs/dist/stylus.mjs","../../../../../node_modules/@shikijs/langs/dist/surrealql.mjs","../../../../../node_modules/@shikijs/langs/dist/svelte.mjs","../../../../../node_modules/@shikijs/langs/dist/swift.mjs","../../../../../node_modules/@shikijs/langs/dist/system-verilog.mjs","../../../../../node_modules/@shikijs/langs/dist/systemd.mjs","../../../../../node_modules/@shikijs/langs/dist/talonscript.mjs","../../../../../node_modules/@shikijs/langs/dist/tasl.mjs","../../../../../node_modules/@shikijs/langs/dist/tcl.mjs","../../../../../node_modules/@shikijs/langs/dist/templ.mjs","../../../../../node_modules/@shikijs/langs/dist/terraform.mjs","../../../../../node_modules/@shikijs/langs/dist/tex.mjs","../../../../../node_modules/@shikijs/langs/dist/toml.mjs","../../../../../node_modules/@shikijs/langs/dist/ts-tags.mjs","../../../../../node_modules/@shikijs/langs/dist/tsv.mjs","../../../../../node_modules/@shikijs/langs/dist/tsx.mjs","../../../../../node_modules/@shikijs/langs/dist/turtle.mjs","../../../../../node_modules/@shikijs/langs/dist/twig.mjs","../../../../../node_modules/@shikijs/langs/dist/typescript.mjs","../../../../../node_modules/@shikijs/langs/dist/typespec.mjs","../../../../../node_modules/@shikijs/langs/dist/typst.mjs","../../../../../node_modules/@shikijs/langs/dist/v.mjs","../../../../../node_modules/@shikijs/langs/dist/vala.mjs","../../../../../node_modules/@shikijs/langs/dist/vb.mjs","../../../../../node_modules/@shikijs/langs/dist/verilog.mjs","../../../../../node_modules/@shikijs/langs/dist/vhdl.mjs","../../../../../node_modules/@shikijs/langs/dist/viml.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-directives.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-html.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-interpolations.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-sfc-style-variable-injection.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-vine.mjs","../../../../../node_modules/@shikijs/langs/dist/vue.mjs","../../../../../node_modules/@shikijs/langs/dist/vyper.mjs","../../../../../node_modules/@shikijs/langs/dist/wasm.mjs","../../../../../node_modules/@shikijs/langs/dist/wenyan.mjs","../../../../../node_modules/@shikijs/langs/dist/wgsl.mjs","../../../../../node_modules/@shikijs/langs/dist/wikitext.mjs","../../../../../node_modules/@shikijs/langs/dist/wit.mjs","../../../../../node_modules/@shikijs/langs/dist/wolfram.mjs","../../../../../node_modules/@shikijs/langs/dist/xml.mjs","../../../../../node_modules/@shikijs/langs/dist/xsl.mjs","../../../../../node_modules/@shikijs/langs/dist/yaml.mjs","../../../../../node_modules/@shikijs/langs/dist/zenscript.mjs","../../../../../node_modules/@shikijs/langs/dist/zig.mjs","../../../../../node_modules/@shikijs/langs/package.json","../../../../../node_modules/@shikijs/themes/dist/andromeeda.mjs","../../../../../node_modules/@shikijs/themes/dist/aurora-x.mjs","../../../../../node_modules/@shikijs/themes/dist/ayu-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/ayu-light.mjs","../../../../../node_modules/@shikijs/themes/dist/ayu-mirage.mjs","../../../../../node_modules/@shikijs/themes/dist/catppuccin-frappe.mjs","../../../../../node_modules/@shikijs/themes/dist/catppuccin-latte.mjs","../../../../../node_modules/@shikijs/themes/dist/catppuccin-macchiato.mjs","../../../../../node_modules/@shikijs/themes/dist/catppuccin-mocha.mjs","../../../../../node_modules/@shikijs/themes/dist/dark-plus.mjs","../../../../../node_modules/@shikijs/themes/dist/dracula-soft.mjs","../../../../../node_modules/@shikijs/themes/dist/dracula.mjs","../../../../../node_modules/@shikijs/themes/dist/everforest-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/everforest-light.mjs","../../../../../node_modules/@shikijs/themes/dist/github-dark-default.mjs","../../../../../node_modules/@shikijs/themes/dist/github-dark-dimmed.mjs","../../../../../node_modules/@shikijs/themes/dist/github-dark-high-contrast.mjs","../../../../../node_modules/@shikijs/themes/dist/github-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/github-light-default.mjs","../../../../../node_modules/@shikijs/themes/dist/github-light-high-contrast.mjs","../../../../../node_modules/@shikijs/themes/dist/github-light.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-dark-hard.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-dark-medium.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-dark-soft.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-light-hard.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-light-medium.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-light-soft.mjs","../../../../../node_modules/@shikijs/themes/dist/horizon-bright.mjs","../../../../../node_modules/@shikijs/themes/dist/horizon.mjs","../../../../../node_modules/@shikijs/themes/dist/houston.mjs","../../../../../node_modules/@shikijs/themes/dist/kanagawa-dragon.mjs","../../../../../node_modules/@shikijs/themes/dist/kanagawa-lotus.mjs","../../../../../node_modules/@shikijs/themes/dist/kanagawa-wave.mjs","../../../../../node_modules/@shikijs/themes/dist/laserwave.mjs","../../../../../node_modules/@shikijs/themes/dist/light-plus.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme-darker.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme-lighter.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme-ocean.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme-palenight.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme.mjs","../../../../../node_modules/@shikijs/themes/dist/min-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/min-light.mjs","../../../../../node_modules/@shikijs/themes/dist/monokai.mjs","../../../../../node_modules/@shikijs/themes/dist/night-owl-light.mjs","../../../../../node_modules/@shikijs/themes/dist/night-owl.mjs","../../../../../node_modules/@shikijs/themes/dist/nord.mjs","../../../../../node_modules/@shikijs/themes/dist/one-dark-pro.mjs","../../../../../node_modules/@shikijs/themes/dist/one-light.mjs","../../../../../node_modules/@shikijs/themes/dist/plastic.mjs","../../../../../node_modules/@shikijs/themes/dist/poimandres.mjs","../../../../../node_modules/@shikijs/themes/dist/red.mjs","../../../../../node_modules/@shikijs/themes/dist/rose-pine-dawn.mjs","../../../../../node_modules/@shikijs/themes/dist/rose-pine-moon.mjs","../../../../../node_modules/@shikijs/themes/dist/rose-pine.mjs","../../../../../node_modules/@shikijs/themes/dist/slack-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/slack-ochin.mjs","../../../../../node_modules/@shikijs/themes/dist/snazzy-light.mjs","../../../../../node_modules/@shikijs/themes/dist/solarized-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/solarized-light.mjs","../../../../../node_modules/@shikijs/themes/dist/synthwave-84.mjs","../../../../../node_modules/@shikijs/themes/dist/tokyo-night.mjs","../../../../../node_modules/@shikijs/themes/dist/vesper.mjs","../../../../../node_modules/@shikijs/themes/dist/vitesse-black.mjs","../../../../../node_modules/@shikijs/themes/dist/vitesse-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/vitesse-light.mjs","../../../../../node_modules/@shikijs/themes/package.json","../../../../../node_modules/@shikijs/types/dist/index.mjs","../../../../../node_modules/@shikijs/types/package.json","../../../../../node_modules/@shikijs/vscode-textmate/dist/index.js","../../../../../node_modules/@shikijs/vscode-textmate/package.json","../../../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/ccount/index.js","../../../../../node_modules/ccount/package.json","../../../../../node_modules/character-entities-html4/index.js","../../../../../node_modules/character-entities-html4/package.json","../../../../../node_modules/character-entities-legacy/index.js","../../../../../node_modules/character-entities-legacy/package.json","../../../../../node_modules/comma-separated-tokens/index.js","../../../../../node_modules/comma-separated-tokens/package.json","../../../../../node_modules/hast-util-to-html/index.js","../../../../../node_modules/hast-util-to-html/lib/handle/comment.js","../../../../../node_modules/hast-util-to-html/lib/handle/doctype.js","../../../../../node_modules/hast-util-to-html/lib/handle/element.js","../../../../../node_modules/hast-util-to-html/lib/handle/index.js","../../../../../node_modules/hast-util-to-html/lib/handle/raw.js","../../../../../node_modules/hast-util-to-html/lib/handle/root.js","../../../../../node_modules/hast-util-to-html/lib/handle/text.js","../../../../../node_modules/hast-util-to-html/lib/index.js","../../../../../node_modules/hast-util-to-html/lib/omission/closing.js","../../../../../node_modules/hast-util-to-html/lib/omission/omission.js","../../../../../node_modules/hast-util-to-html/lib/omission/opening.js","../../../../../node_modules/hast-util-to-html/lib/omission/util/siblings.js","../../../../../node_modules/hast-util-to-html/package.json","../../../../../node_modules/hast-util-whitespace/index.js","../../../../../node_modules/hast-util-whitespace/lib/index.js","../../../../../node_modules/hast-util-whitespace/package.json","../../../../../node_modules/html-void-elements/index.js","../../../../../node_modules/html-void-elements/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/blocking-route-messages.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-tracking.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../node_modules/next/dist/server/app-render/sync-io-messages.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/instant-messages.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/oniguruma-parser/dist/parser/node-utils.js","../../../../../node_modules/oniguruma-parser/dist/parser/parse.js","../../../../../node_modules/oniguruma-parser/dist/tokenizer/tokenize.js","../../../../../node_modules/oniguruma-parser/dist/traverser/traverse.js","../../../../../node_modules/oniguruma-parser/dist/utils.js","../../../../../node_modules/oniguruma-parser/package.json","../../../../../node_modules/oniguruma-to-es/dist/cjs/index.js","../../../../../node_modules/oniguruma-to-es/dist/cjs/package.json","../../../../../node_modules/oniguruma-to-es/dist/esm/index.js","../../../../../node_modules/oniguruma-to-es/dist/esm/package.json","../../../../../node_modules/oniguruma-to-es/package.json","../../../../../node_modules/property-information/index.js","../../../../../node_modules/property-information/lib/aria.js","../../../../../node_modules/property-information/lib/find.js","../../../../../node_modules/property-information/lib/hast-to-react.js","../../../../../node_modules/property-information/lib/html.js","../../../../../node_modules/property-information/lib/normalize.js","../../../../../node_modules/property-information/lib/svg.js","../../../../../node_modules/property-information/lib/util/case-insensitive-transform.js","../../../../../node_modules/property-information/lib/util/case-sensitive-transform.js","../../../../../node_modules/property-information/lib/util/create.js","../../../../../node_modules/property-information/lib/util/defined-info.js","../../../../../node_modules/property-information/lib/util/info.js","../../../../../node_modules/property-information/lib/util/merge.js","../../../../../node_modules/property-information/lib/util/schema.js","../../../../../node_modules/property-information/lib/util/types.js","../../../../../node_modules/property-information/lib/xlink.js","../../../../../node_modules/property-information/lib/xml.js","../../../../../node_modules/property-information/lib/xmlns.js","../../../../../node_modules/property-information/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../../../node_modules/regex-recursion/package.json","../../../../../node_modules/regex-recursion/src/index.js","../../../../../node_modules/regex-utilities/package.json","../../../../../node_modules/regex-utilities/src/index.js","../../../../../node_modules/regex/package.json","../../../../../node_modules/regex/src/atomic.js","../../../../../node_modules/regex/src/internals.js","../../../../../node_modules/regex/src/subclass.js","../../../../../node_modules/regex/src/utils-internals.js","../../../../../node_modules/shiki/dist/bundle-full.mjs","../../../../../node_modules/shiki/dist/index.mjs","../../../../../node_modules/shiki/dist/langs.mjs","../../../../../node_modules/shiki/dist/themes.mjs","../../../../../node_modules/shiki/dist/wasm.mjs","../../../../../node_modules/shiki/package.json","../../../../../node_modules/space-separated-tokens/index.js","../../../../../node_modules/space-separated-tokens/package.json","../../../../../node_modules/stringify-entities/index.js","../../../../../node_modules/stringify-entities/lib/constant/dangerous.js","../../../../../node_modules/stringify-entities/lib/core.js","../../../../../node_modules/stringify-entities/lib/index.js","../../../../../node_modules/stringify-entities/lib/util/format-basic.js","../../../../../node_modules/stringify-entities/lib/util/format-smart.js","../../../../../node_modules/stringify-entities/lib/util/to-decimal.js","../../../../../node_modules/stringify-entities/lib/util/to-hexadecimal.js","../../../../../node_modules/stringify-entities/lib/util/to-named.js","../../../../../node_modules/stringify-entities/package.json","../../../../../node_modules/web-tree-sitter/package.json","../../../../../node_modules/web-tree-sitter/web-tree-sitter.js","../../../../../node_modules/web-tree-sitter/web-tree-sitter.wasm","../../../../../node_modules/zwitch/index.js","../../../../../node_modules/zwitch/package.json","../../../../../package.json","../../../../../packages/feature/review/package.json","../../../../../packages/shared/i18n/locales/en.json","../../../../../packages/shared/i18n/locales/zh.json","../../../../../packages/shared/i18n/package.json","../../../../package.json","../../../chunks/1813.js","../../../chunks/2493.js","../../../chunks/2540.js","../../../chunks/2728.js","../../../chunks/3269.js","../../../chunks/3286.js","../../../chunks/3641.js","../../../chunks/3718.js","../../../chunks/3742.js","../../../chunks/3863.js","../../../chunks/4008.js","../../../chunks/4741.js","../../../chunks/5090.js","../../../chunks/516.js","../../../chunks/5750.js","../../../chunks/6106.js","../../../chunks/6495.js","../../../chunks/6548.js","../../../chunks/6644.js","../../../chunks/7184.js","../../../chunks/7270.js","../../../chunks/816.js","../../../chunks/8764.js","../../../chunks/9281.js","../../../chunks/9312.js","../../../chunks/9352.js","../../../chunks/9419.js","../../../chunks/9830.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../node_modules/@opentelemetry/api/build/src/api/context.js","../../../../../node_modules/@opentelemetry/api/build/src/api/diag.js","../../../../../node_modules/@opentelemetry/api/build/src/api/metrics.js","../../../../../node_modules/@opentelemetry/api/build/src/api/propagation.js","../../../../../node_modules/@opentelemetry/api/build/src/api/trace.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/context-api.js","../../../../../node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js","../../../../../node_modules/@opentelemetry/api/build/src/context/context.js","../../../../../node_modules/@opentelemetry/api/build/src/diag-api.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/types.js","../../../../../node_modules/@opentelemetry/api/build/src/index.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/global-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/semver.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics-api.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/Metric.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/index.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/index.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation-api.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/trace-api.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/context-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/span_kind.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/status.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/trace_flags.js","../../../../../node_modules/@opentelemetry/api/build/src/version.js","../../../../../node_modules/@opentelemetry/api/package.json","../../../../../node_modules/@shikijs/core/dist/index.mjs","../../../../../node_modules/@shikijs/core/package.json","../../../../../node_modules/@shikijs/engine-javascript/dist/engine-compile.mjs","../../../../../node_modules/@shikijs/engine-javascript/dist/engine-raw.mjs","../../../../../node_modules/@shikijs/engine-javascript/dist/index.mjs","../../../../../node_modules/@shikijs/engine-javascript/dist/shared/engine-javascript.hzpS1_41.mjs","../../../../../node_modules/@shikijs/engine-javascript/package.json","../../../../../node_modules/@shikijs/engine-oniguruma/dist/index.mjs","../../../../../node_modules/@shikijs/engine-oniguruma/dist/wasm-inlined.mjs","../../../../../node_modules/@shikijs/engine-oniguruma/package.json","../../../../../node_modules/@shikijs/langs/dist/abap.mjs","../../../../../node_modules/@shikijs/langs/dist/actionscript-3.mjs","../../../../../node_modules/@shikijs/langs/dist/ada.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-expression.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-html.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-inline-style.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-inline-template.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-let-declaration.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-template-blocks.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-template.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-ts.mjs","../../../../../node_modules/@shikijs/langs/dist/apache.mjs","../../../../../node_modules/@shikijs/langs/dist/apex.mjs","../../../../../node_modules/@shikijs/langs/dist/apl.mjs","../../../../../node_modules/@shikijs/langs/dist/applescript.mjs","../../../../../node_modules/@shikijs/langs/dist/ara.mjs","../../../../../node_modules/@shikijs/langs/dist/asciidoc.mjs","../../../../../node_modules/@shikijs/langs/dist/asm.mjs","../../../../../node_modules/@shikijs/langs/dist/astro.mjs","../../../../../node_modules/@shikijs/langs/dist/awk.mjs","../../../../../node_modules/@shikijs/langs/dist/ballerina.mjs","../../../../../node_modules/@shikijs/langs/dist/bat.mjs","../../../../../node_modules/@shikijs/langs/dist/beancount.mjs","../../../../../node_modules/@shikijs/langs/dist/berry.mjs","../../../../../node_modules/@shikijs/langs/dist/bibtex.mjs","../../../../../node_modules/@shikijs/langs/dist/bicep.mjs","../../../../../node_modules/@shikijs/langs/dist/bird2.mjs","../../../../../node_modules/@shikijs/langs/dist/blade.mjs","../../../../../node_modules/@shikijs/langs/dist/bsl.mjs","../../../../../node_modules/@shikijs/langs/dist/c.mjs","../../../../../node_modules/@shikijs/langs/dist/c3.mjs","../../../../../node_modules/@shikijs/langs/dist/cadence.mjs","../../../../../node_modules/@shikijs/langs/dist/cairo.mjs","../../../../../node_modules/@shikijs/langs/dist/clarity.mjs","../../../../../node_modules/@shikijs/langs/dist/clojure.mjs","../../../../../node_modules/@shikijs/langs/dist/cmake.mjs","../../../../../node_modules/@shikijs/langs/dist/cobol.mjs","../../../../../node_modules/@shikijs/langs/dist/codeowners.mjs","../../../../../node_modules/@shikijs/langs/dist/codeql.mjs","../../../../../node_modules/@shikijs/langs/dist/coffee.mjs","../../../../../node_modules/@shikijs/langs/dist/common-lisp.mjs","../../../../../node_modules/@shikijs/langs/dist/coq.mjs","../../../../../node_modules/@shikijs/langs/dist/cpp-macro.mjs","../../../../../node_modules/@shikijs/langs/dist/cpp.mjs","../../../../../node_modules/@shikijs/langs/dist/crystal.mjs","../../../../../node_modules/@shikijs/langs/dist/csharp.mjs","../../../../../node_modules/@shikijs/langs/dist/css.mjs","../../../../../node_modules/@shikijs/langs/dist/csv.mjs","../../../../../node_modules/@shikijs/langs/dist/cue.mjs","../../../../../node_modules/@shikijs/langs/dist/cypher.mjs","../../../../../node_modules/@shikijs/langs/dist/d.mjs","../../../../../node_modules/@shikijs/langs/dist/dart.mjs","../../../../../node_modules/@shikijs/langs/dist/dax.mjs","../../../../../node_modules/@shikijs/langs/dist/desktop.mjs","../../../../../node_modules/@shikijs/langs/dist/diff.mjs","../../../../../node_modules/@shikijs/langs/dist/docker.mjs","../../../../../node_modules/@shikijs/langs/dist/dotenv.mjs","../../../../../node_modules/@shikijs/langs/dist/dream-maker.mjs","../../../../../node_modules/@shikijs/langs/dist/edge.mjs","../../../../../node_modules/@shikijs/langs/dist/elixir.mjs","../../../../../node_modules/@shikijs/langs/dist/elm.mjs","../../../../../node_modules/@shikijs/langs/dist/emacs-lisp.mjs","../../../../../node_modules/@shikijs/langs/dist/erb.mjs","../../../../../node_modules/@shikijs/langs/dist/erlang.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-css.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-glsl.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-html.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-sql.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-xml.mjs","../../../../../node_modules/@shikijs/langs/dist/fennel.mjs","../../../../../node_modules/@shikijs/langs/dist/fish.mjs","../../../../../node_modules/@shikijs/langs/dist/fluent.mjs","../../../../../node_modules/@shikijs/langs/dist/fortran-fixed-form.mjs","../../../../../node_modules/@shikijs/langs/dist/fortran-free-form.mjs","../../../../../node_modules/@shikijs/langs/dist/fsharp.mjs","../../../../../node_modules/@shikijs/langs/dist/gdresource.mjs","../../../../../node_modules/@shikijs/langs/dist/gdscript.mjs","../../../../../node_modules/@shikijs/langs/dist/gdshader.mjs","../../../../../node_modules/@shikijs/langs/dist/genie.mjs","../../../../../node_modules/@shikijs/langs/dist/gherkin.mjs","../../../../../node_modules/@shikijs/langs/dist/git-commit.mjs","../../../../../node_modules/@shikijs/langs/dist/git-rebase.mjs","../../../../../node_modules/@shikijs/langs/dist/gleam.mjs","../../../../../node_modules/@shikijs/langs/dist/glimmer-js.mjs","../../../../../node_modules/@shikijs/langs/dist/glimmer-ts.mjs","../../../../../node_modules/@shikijs/langs/dist/glsl.mjs","../../../../../node_modules/@shikijs/langs/dist/gn.mjs","../../../../../node_modules/@shikijs/langs/dist/gnuplot.mjs","../../../../../node_modules/@shikijs/langs/dist/go.mjs","../../../../../node_modules/@shikijs/langs/dist/graphql.mjs","../../../../../node_modules/@shikijs/langs/dist/groovy.mjs","../../../../../node_modules/@shikijs/langs/dist/hack.mjs","../../../../../node_modules/@shikijs/langs/dist/haml.mjs","../../../../../node_modules/@shikijs/langs/dist/handlebars.mjs","../../../../../node_modules/@shikijs/langs/dist/haskell.mjs","../../../../../node_modules/@shikijs/langs/dist/haxe.mjs","../../../../../node_modules/@shikijs/langs/dist/hcl.mjs","../../../../../node_modules/@shikijs/langs/dist/hjson.mjs","../../../../../node_modules/@shikijs/langs/dist/hlsl.mjs","../../../../../node_modules/@shikijs/langs/dist/html-derivative.mjs","../../../../../node_modules/@shikijs/langs/dist/html.mjs","../../../../../node_modules/@shikijs/langs/dist/http.mjs","../../../../../node_modules/@shikijs/langs/dist/hurl.mjs","../../../../../node_modules/@shikijs/langs/dist/hxml.mjs","../../../../../node_modules/@shikijs/langs/dist/hy.mjs","../../../../../node_modules/@shikijs/langs/dist/imba.mjs","../../../../../node_modules/@shikijs/langs/dist/ini.mjs","../../../../../node_modules/@shikijs/langs/dist/java.mjs","../../../../../node_modules/@shikijs/langs/dist/javascript.mjs","../../../../../node_modules/@shikijs/langs/dist/jinja-html.mjs","../../../../../node_modules/@shikijs/langs/dist/jinja.mjs","../../../../../node_modules/@shikijs/langs/dist/jison.mjs","../../../../../node_modules/@shikijs/langs/dist/json.mjs","../../../../../node_modules/@shikijs/langs/dist/json5.mjs","../../../../../node_modules/@shikijs/langs/dist/jsonc.mjs","../../../../../node_modules/@shikijs/langs/dist/jsonl.mjs","../../../../../node_modules/@shikijs/langs/dist/jsonnet.mjs","../../../../../node_modules/@shikijs/langs/dist/jssm.mjs","../../../../../node_modules/@shikijs/langs/dist/jsx.mjs","../../../../../node_modules/@shikijs/langs/dist/julia.mjs","../../../../../node_modules/@shikijs/langs/dist/just.mjs","../../../../../node_modules/@shikijs/langs/dist/kdl.mjs","../../../../../node_modules/@shikijs/langs/dist/kotlin.mjs","../../../../../node_modules/@shikijs/langs/dist/kusto.mjs","../../../../../node_modules/@shikijs/langs/dist/latex.mjs","../../../../../node_modules/@shikijs/langs/dist/lean.mjs","../../../../../node_modules/@shikijs/langs/dist/less.mjs","../../../../../node_modules/@shikijs/langs/dist/liquid.mjs","../../../../../node_modules/@shikijs/langs/dist/llvm.mjs","../../../../../node_modules/@shikijs/langs/dist/log.mjs","../../../../../node_modules/@shikijs/langs/dist/logo.mjs","../../../../../node_modules/@shikijs/langs/dist/lua.mjs","../../../../../node_modules/@shikijs/langs/dist/luau.mjs","../../../../../node_modules/@shikijs/langs/dist/make.mjs","../../../../../node_modules/@shikijs/langs/dist/markdown-nix.mjs","../../../../../node_modules/@shikijs/langs/dist/markdown-vue.mjs","../../../../../node_modules/@shikijs/langs/dist/markdown.mjs","../../../../../node_modules/@shikijs/langs/dist/marko.mjs","../../../../../node_modules/@shikijs/langs/dist/matlab.mjs","../../../../../node_modules/@shikijs/langs/dist/mdc.mjs","../../../../../node_modules/@shikijs/langs/dist/mdx.mjs","../../../../../node_modules/@shikijs/langs/dist/mermaid.mjs","../../../../../node_modules/@shikijs/langs/dist/mipsasm.mjs","../../../../../node_modules/@shikijs/langs/dist/mojo.mjs","../../../../../node_modules/@shikijs/langs/dist/moonbit.mjs","../../../../../node_modules/@shikijs/langs/dist/move.mjs","../../../../../node_modules/@shikijs/langs/dist/narrat.mjs","../../../../../node_modules/@shikijs/langs/dist/nextflow-groovy.mjs","../../../../../node_modules/@shikijs/langs/dist/nextflow.mjs","../../../../../node_modules/@shikijs/langs/dist/nginx.mjs","../../../../../node_modules/@shikijs/langs/dist/nim.mjs","../../../../../node_modules/@shikijs/langs/dist/nix.mjs","../../../../../node_modules/@shikijs/langs/dist/nushell.mjs","../../../../../node_modules/@shikijs/langs/dist/objective-c.mjs","../../../../../node_modules/@shikijs/langs/dist/objective-cpp.mjs","../../../../../node_modules/@shikijs/langs/dist/ocaml.mjs","../../../../../node_modules/@shikijs/langs/dist/odin.mjs","../../../../../node_modules/@shikijs/langs/dist/openscad.mjs","../../../../../node_modules/@shikijs/langs/dist/pascal.mjs","../../../../../node_modules/@shikijs/langs/dist/perl.mjs","../../../../../node_modules/@shikijs/langs/dist/php.mjs","../../../../../node_modules/@shikijs/langs/dist/pkl.mjs","../../../../../node_modules/@shikijs/langs/dist/plsql.mjs","../../../../../node_modules/@shikijs/langs/dist/po.mjs","../../../../../node_modules/@shikijs/langs/dist/polar.mjs","../../../../../node_modules/@shikijs/langs/dist/postcss.mjs","../../../../../node_modules/@shikijs/langs/dist/powerquery.mjs","../../../../../node_modules/@shikijs/langs/dist/powershell.mjs","../../../../../node_modules/@shikijs/langs/dist/prisma.mjs","../../../../../node_modules/@shikijs/langs/dist/prolog.mjs","../../../../../node_modules/@shikijs/langs/dist/proto.mjs","../../../../../node_modules/@shikijs/langs/dist/pug.mjs","../../../../../node_modules/@shikijs/langs/dist/puppet.mjs","../../../../../node_modules/@shikijs/langs/dist/purescript.mjs","../../../../../node_modules/@shikijs/langs/dist/python.mjs","../../../../../node_modules/@shikijs/langs/dist/qml.mjs","../../../../../node_modules/@shikijs/langs/dist/qmldir.mjs","../../../../../node_modules/@shikijs/langs/dist/qss.mjs","../../../../../node_modules/@shikijs/langs/dist/r.mjs","../../../../../node_modules/@shikijs/langs/dist/racket.mjs","../../../../../node_modules/@shikijs/langs/dist/raku.mjs","../../../../../node_modules/@shikijs/langs/dist/razor.mjs","../../../../../node_modules/@shikijs/langs/dist/reg.mjs","../../../../../node_modules/@shikijs/langs/dist/regexp.mjs","../../../../../node_modules/@shikijs/langs/dist/rel.mjs","../../../../../node_modules/@shikijs/langs/dist/riscv.mjs","../../../../../node_modules/@shikijs/langs/dist/ron.mjs","../../../../../node_modules/@shikijs/langs/dist/rosmsg.mjs","../../../../../node_modules/@shikijs/langs/dist/rst.mjs","../../../../../node_modules/@shikijs/langs/dist/ruby.mjs","../../../../../node_modules/@shikijs/langs/dist/rust.mjs","../../../../../node_modules/@shikijs/langs/dist/sas.mjs","../../../../../node_modules/@shikijs/langs/dist/sass.mjs","../../../../../node_modules/@shikijs/langs/dist/scala.mjs","../../../../../node_modules/@shikijs/langs/dist/scheme.mjs","../../../../../node_modules/@shikijs/langs/dist/scss.mjs","../../../../../node_modules/@shikijs/langs/dist/sdbl.mjs","../../../../../node_modules/@shikijs/langs/dist/shaderlab.mjs","../../../../../node_modules/@shikijs/langs/dist/shellscript.mjs","../../../../../node_modules/@shikijs/langs/dist/shellsession.mjs","../../../../../node_modules/@shikijs/langs/dist/smalltalk.mjs","../../../../../node_modules/@shikijs/langs/dist/solidity.mjs","../../../../../node_modules/@shikijs/langs/dist/soy.mjs","../../../../../node_modules/@shikijs/langs/dist/sparql.mjs","../../../../../node_modules/@shikijs/langs/dist/splunk.mjs","../../../../../node_modules/@shikijs/langs/dist/sql.mjs","../../../../../node_modules/@shikijs/langs/dist/ssh-config.mjs","../../../../../node_modules/@shikijs/langs/dist/stata.mjs","../../../../../node_modules/@shikijs/langs/dist/stylus.mjs","../../../../../node_modules/@shikijs/langs/dist/surrealql.mjs","../../../../../node_modules/@shikijs/langs/dist/svelte.mjs","../../../../../node_modules/@shikijs/langs/dist/swift.mjs","../../../../../node_modules/@shikijs/langs/dist/system-verilog.mjs","../../../../../node_modules/@shikijs/langs/dist/systemd.mjs","../../../../../node_modules/@shikijs/langs/dist/talonscript.mjs","../../../../../node_modules/@shikijs/langs/dist/tasl.mjs","../../../../../node_modules/@shikijs/langs/dist/tcl.mjs","../../../../../node_modules/@shikijs/langs/dist/templ.mjs","../../../../../node_modules/@shikijs/langs/dist/terraform.mjs","../../../../../node_modules/@shikijs/langs/dist/tex.mjs","../../../../../node_modules/@shikijs/langs/dist/toml.mjs","../../../../../node_modules/@shikijs/langs/dist/ts-tags.mjs","../../../../../node_modules/@shikijs/langs/dist/tsv.mjs","../../../../../node_modules/@shikijs/langs/dist/tsx.mjs","../../../../../node_modules/@shikijs/langs/dist/turtle.mjs","../../../../../node_modules/@shikijs/langs/dist/twig.mjs","../../../../../node_modules/@shikijs/langs/dist/typescript.mjs","../../../../../node_modules/@shikijs/langs/dist/typespec.mjs","../../../../../node_modules/@shikijs/langs/dist/typst.mjs","../../../../../node_modules/@shikijs/langs/dist/v.mjs","../../../../../node_modules/@shikijs/langs/dist/vala.mjs","../../../../../node_modules/@shikijs/langs/dist/vb.mjs","../../../../../node_modules/@shikijs/langs/dist/verilog.mjs","../../../../../node_modules/@shikijs/langs/dist/vhdl.mjs","../../../../../node_modules/@shikijs/langs/dist/viml.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-directives.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-html.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-interpolations.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-sfc-style-variable-injection.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-vine.mjs","../../../../../node_modules/@shikijs/langs/dist/vue.mjs","../../../../../node_modules/@shikijs/langs/dist/vyper.mjs","../../../../../node_modules/@shikijs/langs/dist/wasm.mjs","../../../../../node_modules/@shikijs/langs/dist/wenyan.mjs","../../../../../node_modules/@shikijs/langs/dist/wgsl.mjs","../../../../../node_modules/@shikijs/langs/dist/wikitext.mjs","../../../../../node_modules/@shikijs/langs/dist/wit.mjs","../../../../../node_modules/@shikijs/langs/dist/wolfram.mjs","../../../../../node_modules/@shikijs/langs/dist/xml.mjs","../../../../../node_modules/@shikijs/langs/dist/xsl.mjs","../../../../../node_modules/@shikijs/langs/dist/yaml.mjs","../../../../../node_modules/@shikijs/langs/dist/zenscript.mjs","../../../../../node_modules/@shikijs/langs/dist/zig.mjs","../../../../../node_modules/@shikijs/langs/package.json","../../../../../node_modules/@shikijs/themes/dist/andromeeda.mjs","../../../../../node_modules/@shikijs/themes/dist/aurora-x.mjs","../../../../../node_modules/@shikijs/themes/dist/ayu-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/ayu-light.mjs","../../../../../node_modules/@shikijs/themes/dist/ayu-mirage.mjs","../../../../../node_modules/@shikijs/themes/dist/catppuccin-frappe.mjs","../../../../../node_modules/@shikijs/themes/dist/catppuccin-latte.mjs","../../../../../node_modules/@shikijs/themes/dist/catppuccin-macchiato.mjs","../../../../../node_modules/@shikijs/themes/dist/catppuccin-mocha.mjs","../../../../../node_modules/@shikijs/themes/dist/dark-plus.mjs","../../../../../node_modules/@shikijs/themes/dist/dracula-soft.mjs","../../../../../node_modules/@shikijs/themes/dist/dracula.mjs","../../../../../node_modules/@shikijs/themes/dist/everforest-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/everforest-light.mjs","../../../../../node_modules/@shikijs/themes/dist/github-dark-default.mjs","../../../../../node_modules/@shikijs/themes/dist/github-dark-dimmed.mjs","../../../../../node_modules/@shikijs/themes/dist/github-dark-high-contrast.mjs","../../../../../node_modules/@shikijs/themes/dist/github-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/github-light-default.mjs","../../../../../node_modules/@shikijs/themes/dist/github-light-high-contrast.mjs","../../../../../node_modules/@shikijs/themes/dist/github-light.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-dark-hard.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-dark-medium.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-dark-soft.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-light-hard.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-light-medium.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-light-soft.mjs","../../../../../node_modules/@shikijs/themes/dist/horizon-bright.mjs","../../../../../node_modules/@shikijs/themes/dist/horizon.mjs","../../../../../node_modules/@shikijs/themes/dist/houston.mjs","../../../../../node_modules/@shikijs/themes/dist/kanagawa-dragon.mjs","../../../../../node_modules/@shikijs/themes/dist/kanagawa-lotus.mjs","../../../../../node_modules/@shikijs/themes/dist/kanagawa-wave.mjs","../../../../../node_modules/@shikijs/themes/dist/laserwave.mjs","../../../../../node_modules/@shikijs/themes/dist/light-plus.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme-darker.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme-lighter.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme-ocean.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme-palenight.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme.mjs","../../../../../node_modules/@shikijs/themes/dist/min-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/min-light.mjs","../../../../../node_modules/@shikijs/themes/dist/monokai.mjs","../../../../../node_modules/@shikijs/themes/dist/night-owl-light.mjs","../../../../../node_modules/@shikijs/themes/dist/night-owl.mjs","../../../../../node_modules/@shikijs/themes/dist/nord.mjs","../../../../../node_modules/@shikijs/themes/dist/one-dark-pro.mjs","../../../../../node_modules/@shikijs/themes/dist/one-light.mjs","../../../../../node_modules/@shikijs/themes/dist/plastic.mjs","../../../../../node_modules/@shikijs/themes/dist/poimandres.mjs","../../../../../node_modules/@shikijs/themes/dist/red.mjs","../../../../../node_modules/@shikijs/themes/dist/rose-pine-dawn.mjs","../../../../../node_modules/@shikijs/themes/dist/rose-pine-moon.mjs","../../../../../node_modules/@shikijs/themes/dist/rose-pine.mjs","../../../../../node_modules/@shikijs/themes/dist/slack-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/slack-ochin.mjs","../../../../../node_modules/@shikijs/themes/dist/snazzy-light.mjs","../../../../../node_modules/@shikijs/themes/dist/solarized-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/solarized-light.mjs","../../../../../node_modules/@shikijs/themes/dist/synthwave-84.mjs","../../../../../node_modules/@shikijs/themes/dist/tokyo-night.mjs","../../../../../node_modules/@shikijs/themes/dist/vesper.mjs","../../../../../node_modules/@shikijs/themes/dist/vitesse-black.mjs","../../../../../node_modules/@shikijs/themes/dist/vitesse-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/vitesse-light.mjs","../../../../../node_modules/@shikijs/themes/package.json","../../../../../node_modules/@shikijs/types/dist/index.mjs","../../../../../node_modules/@shikijs/types/package.json","../../../../../node_modules/@shikijs/vscode-textmate/dist/index.js","../../../../../node_modules/@shikijs/vscode-textmate/package.json","../../../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/ccount/index.js","../../../../../node_modules/ccount/package.json","../../../../../node_modules/character-entities-html4/index.js","../../../../../node_modules/character-entities-html4/package.json","../../../../../node_modules/character-entities-legacy/index.js","../../../../../node_modules/character-entities-legacy/package.json","../../../../../node_modules/comma-separated-tokens/index.js","../../../../../node_modules/comma-separated-tokens/package.json","../../../../../node_modules/hast-util-to-html/index.js","../../../../../node_modules/hast-util-to-html/lib/handle/comment.js","../../../../../node_modules/hast-util-to-html/lib/handle/doctype.js","../../../../../node_modules/hast-util-to-html/lib/handle/element.js","../../../../../node_modules/hast-util-to-html/lib/handle/index.js","../../../../../node_modules/hast-util-to-html/lib/handle/raw.js","../../../../../node_modules/hast-util-to-html/lib/handle/root.js","../../../../../node_modules/hast-util-to-html/lib/handle/text.js","../../../../../node_modules/hast-util-to-html/lib/index.js","../../../../../node_modules/hast-util-to-html/lib/omission/closing.js","../../../../../node_modules/hast-util-to-html/lib/omission/omission.js","../../../../../node_modules/hast-util-to-html/lib/omission/opening.js","../../../../../node_modules/hast-util-to-html/lib/omission/util/siblings.js","../../../../../node_modules/hast-util-to-html/package.json","../../../../../node_modules/hast-util-whitespace/index.js","../../../../../node_modules/hast-util-whitespace/lib/index.js","../../../../../node_modules/hast-util-whitespace/package.json","../../../../../node_modules/html-void-elements/index.js","../../../../../node_modules/html-void-elements/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/blocking-route-messages.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-tracking.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../node_modules/next/dist/server/app-render/sync-io-messages.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/instant-messages.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/oniguruma-parser/dist/parser/node-utils.js","../../../../../node_modules/oniguruma-parser/dist/parser/parse.js","../../../../../node_modules/oniguruma-parser/dist/tokenizer/tokenize.js","../../../../../node_modules/oniguruma-parser/dist/traverser/traverse.js","../../../../../node_modules/oniguruma-parser/dist/utils.js","../../../../../node_modules/oniguruma-parser/package.json","../../../../../node_modules/oniguruma-to-es/dist/cjs/index.js","../../../../../node_modules/oniguruma-to-es/dist/cjs/package.json","../../../../../node_modules/oniguruma-to-es/dist/esm/index.js","../../../../../node_modules/oniguruma-to-es/dist/esm/package.json","../../../../../node_modules/oniguruma-to-es/package.json","../../../../../node_modules/property-information/index.js","../../../../../node_modules/property-information/lib/aria.js","../../../../../node_modules/property-information/lib/find.js","../../../../../node_modules/property-information/lib/hast-to-react.js","../../../../../node_modules/property-information/lib/html.js","../../../../../node_modules/property-information/lib/normalize.js","../../../../../node_modules/property-information/lib/svg.js","../../../../../node_modules/property-information/lib/util/case-insensitive-transform.js","../../../../../node_modules/property-information/lib/util/case-sensitive-transform.js","../../../../../node_modules/property-information/lib/util/create.js","../../../../../node_modules/property-information/lib/util/defined-info.js","../../../../../node_modules/property-information/lib/util/info.js","../../../../../node_modules/property-information/lib/util/merge.js","../../../../../node_modules/property-information/lib/util/schema.js","../../../../../node_modules/property-information/lib/util/types.js","../../../../../node_modules/property-information/lib/xlink.js","../../../../../node_modules/property-information/lib/xml.js","../../../../../node_modules/property-information/lib/xmlns.js","../../../../../node_modules/property-information/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../../../node_modules/regex-recursion/package.json","../../../../../node_modules/regex-recursion/src/index.js","../../../../../node_modules/regex-utilities/package.json","../../../../../node_modules/regex-utilities/src/index.js","../../../../../node_modules/regex/package.json","../../../../../node_modules/regex/src/atomic.js","../../../../../node_modules/regex/src/internals.js","../../../../../node_modules/regex/src/subclass.js","../../../../../node_modules/regex/src/utils-internals.js","../../../../../node_modules/shiki/dist/bundle-full.mjs","../../../../../node_modules/shiki/dist/index.mjs","../../../../../node_modules/shiki/dist/langs.mjs","../../../../../node_modules/shiki/dist/themes.mjs","../../../../../node_modules/shiki/dist/wasm.mjs","../../../../../node_modules/shiki/package.json","../../../../../node_modules/space-separated-tokens/index.js","../../../../../node_modules/space-separated-tokens/package.json","../../../../../node_modules/stringify-entities/index.js","../../../../../node_modules/stringify-entities/lib/constant/dangerous.js","../../../../../node_modules/stringify-entities/lib/core.js","../../../../../node_modules/stringify-entities/lib/index.js","../../../../../node_modules/stringify-entities/lib/util/format-basic.js","../../../../../node_modules/stringify-entities/lib/util/format-smart.js","../../../../../node_modules/stringify-entities/lib/util/to-decimal.js","../../../../../node_modules/stringify-entities/lib/util/to-hexadecimal.js","../../../../../node_modules/stringify-entities/lib/util/to-named.js","../../../../../node_modules/stringify-entities/package.json","../../../../../node_modules/web-tree-sitter/package.json","../../../../../node_modules/web-tree-sitter/web-tree-sitter.js","../../../../../node_modules/web-tree-sitter/web-tree-sitter.wasm","../../../../../node_modules/zwitch/index.js","../../../../../node_modules/zwitch/package.json","../../../../../package.json","../../../../../packages/feature/review/package.json","../../../../../packages/shared/i18n/locales/en.json","../../../../../packages/shared/i18n/locales/zh.json","../../../../../packages/shared/i18n/package.json","../../../../package.json","../../../chunks/1813.js","../../../chunks/2493.js","../../../chunks/2540.js","../../../chunks/2728.js","../../../chunks/3269.js","../../../chunks/3286.js","../../../chunks/3641.js","../../../chunks/3718.js","../../../chunks/3742.js","../../../chunks/3863.js","../../../chunks/4008.js","../../../chunks/4741.js","../../../chunks/4949.js","../../../chunks/5090.js","../../../chunks/516.js","../../../chunks/5750.js","../../../chunks/6106.js","../../../chunks/6495.js","../../../chunks/6548.js","../../../chunks/6644.js","../../../chunks/7184.js","../../../chunks/7270.js","../../../chunks/816.js","../../../chunks/8764.js","../../../chunks/9312.js","../../../chunks/9352.js","../../../chunks/9419.js","../../../chunks/9830.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}