@surething/cockpit 1.0.208 → 1.0.210

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (575) hide show
  1. package/.next-prod/BUILD_ID +1 -1
  2. package/.next-prod/app-path-routes-manifest.json +12 -10
  3. package/.next-prod/build-manifest.json +4 -4
  4. package/.next-prod/diagnostics/framework.json +1 -1
  5. package/.next-prod/next-server.js.nft.json +1 -1
  6. package/.next-prod/prerender-manifest.json +3 -3
  7. package/.next-prod/react-loadable-manifest.json +25 -1
  8. package/.next-prod/routes-manifest.json +12 -0
  9. package/.next-prod/server/app/_global-error/page.js +3 -3
  10. package/.next-prod/server/app/_global-error/page.js.nft.json +1 -1
  11. package/.next-prod/server/app/_global-error/page_client-reference-manifest.js +1 -1
  12. package/.next-prod/server/app/_global-error.html +1 -1
  13. package/.next-prod/server/app/_global-error.rsc +1 -1
  14. package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +1 -1
  15. package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  16. package/.next-prod/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  17. package/.next-prod/server/app/_global-error.segments/_head.segment.rsc +1 -1
  18. package/.next-prod/server/app/_global-error.segments/_index.segment.rsc +1 -1
  19. package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  20. package/.next-prod/server/app/_not-found/page.js +2 -2
  21. package/.next-prod/server/app/_not-found/page.js.nft.json +1 -1
  22. package/.next-prod/server/app/_not-found/page_client-reference-manifest.js +1 -1
  23. package/.next-prod/server/app/_not-found.html +1 -1
  24. package/.next-prod/server/app/_not-found.rsc +16 -17
  25. package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +16 -17
  26. package/.next-prod/server/app/_not-found.segments/_head.segment.rsc +1 -1
  27. package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +5 -6
  28. package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  29. package/.next-prod/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  30. package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  31. package/.next-prod/server/app/api/agent/test/route.js +1 -0
  32. package/.next-prod/server/app/api/agent/test/route.js.nft.json +1 -0
  33. package/.next-prod/server/app/api/agent/test/route_client-reference-manifest.js +1 -0
  34. package/.next-prod/server/app/api/bash/route.js +1 -1
  35. package/.next-prod/server/app/api/bash/route.js.nft.json +1 -1
  36. package/.next-prod/server/app/api/chat/codex/route.js +18 -18
  37. package/.next-prod/server/app/api/chat/codex/route.js.nft.json +1 -1
  38. package/.next-prod/server/app/api/chat/deepseek/route.js +4 -4
  39. package/.next-prod/server/app/api/chat/deepseek/route.js.nft.json +1 -1
  40. package/.next-prod/server/app/api/chat/kimi/route.js +18 -18
  41. package/.next-prod/server/app/api/chat/kimi/route.js.nft.json +1 -1
  42. package/.next-prod/server/app/api/chat/ollama/route.js +20 -109
  43. package/.next-prod/server/app/api/chat/ollama/route.js.nft.json +1 -1
  44. package/.next-prod/server/app/api/chat/route.js +4 -4
  45. package/.next-prod/server/app/api/chat/route.js.nft.json +1 -1
  46. package/.next-prod/server/app/api/claude-stats/route.js +1 -1
  47. package/.next-prod/server/app/api/claude-stats/route.js.nft.json +1 -1
  48. package/.next-prod/server/app/api/commands/route.js +1 -1
  49. package/.next-prod/server/app/api/commands/route.js.nft.json +1 -1
  50. package/.next-prod/server/app/api/comments/route.js +1 -1
  51. package/.next-prod/server/app/api/comments/route.js.nft.json +1 -1
  52. package/.next-prod/server/app/api/db/columns/route.js +15 -15
  53. package/.next-prod/server/app/api/db/columns/route.js.nft.json +1 -1
  54. package/.next-prod/server/app/api/db/connect/route.js +3 -1
  55. package/.next-prod/server/app/api/db/connect/route.js.nft.json +1 -1
  56. package/.next-prod/server/app/api/db/disconnect/route.js +1 -1
  57. package/.next-prod/server/app/api/db/disconnect/route.js.nft.json +1 -1
  58. package/.next-prod/server/app/api/db/export/route.js +1 -1
  59. package/.next-prod/server/app/api/db/export/route.js.nft.json +1 -1
  60. package/.next-prod/server/app/api/db/query/route.js +1 -1
  61. package/.next-prod/server/app/api/db/query/route.js.nft.json +1 -1
  62. package/.next-prod/server/app/api/db/schemas/route.js +2 -2
  63. package/.next-prod/server/app/api/db/schemas/route.js.nft.json +1 -1
  64. package/.next-prod/server/app/api/dev/spans/route.js +1 -0
  65. package/.next-prod/server/app/api/dev/spans/route.js.nft.json +1 -0
  66. package/.next-prod/server/app/api/dev/spans/route_client-reference-manifest.js +1 -0
  67. package/.next-prod/server/app/api/extension/version/route.js +1 -1
  68. package/.next-prod/server/app/api/extension/version/route.js.nft.json +1 -1
  69. package/.next-prod/server/app/api/file/route.js +1 -1
  70. package/.next-prod/server/app/api/file/route.js.nft.json +1 -1
  71. package/.next-prod/server/app/api/files/blame/route.js +1 -1
  72. package/.next-prod/server/app/api/files/blame/route.js.nft.json +1 -1
  73. package/.next-prod/server/app/api/files/clipboard/route.js +1 -1
  74. package/.next-prod/server/app/api/files/clipboard/route.js.nft.json +1 -1
  75. package/.next-prod/server/app/api/files/copy/route.js +1 -1
  76. package/.next-prod/server/app/api/files/copy/route.js.nft.json +1 -1
  77. package/.next-prod/server/app/api/files/delete/route.js +1 -1
  78. package/.next-prod/server/app/api/files/delete/route.js.nft.json +1 -1
  79. package/.next-prod/server/app/api/files/expanded/route.js +1 -1
  80. package/.next-prod/server/app/api/files/expanded/route.js.nft.json +1 -1
  81. package/.next-prod/server/app/api/files/index/route.js +1 -1
  82. package/.next-prod/server/app/api/files/index/route.js.nft.json +1 -1
  83. package/.next-prod/server/app/api/files/init/route.js +1 -1
  84. package/.next-prod/server/app/api/files/init/route.js.nft.json +1 -1
  85. package/.next-prod/server/app/api/files/paste/route.js +1 -1
  86. package/.next-prod/server/app/api/files/paste/route.js.nft.json +1 -1
  87. package/.next-prod/server/app/api/files/read/route.js +1 -1
  88. package/.next-prod/server/app/api/files/read/route.js.nft.json +1 -1
  89. package/.next-prod/server/app/api/files/readdir/route.js +1 -1
  90. package/.next-prod/server/app/api/files/readdir/route.js.nft.json +1 -1
  91. package/.next-prod/server/app/api/files/recent/route.js +1 -1
  92. package/.next-prod/server/app/api/files/recent/route.js.nft.json +1 -1
  93. package/.next-prod/server/app/api/files/save/route.js +1 -1
  94. package/.next-prod/server/app/api/files/save/route.js.nft.json +1 -1
  95. package/.next-prod/server/app/api/files/search/route.js +1 -1
  96. package/.next-prod/server/app/api/files/search/route.js.nft.json +1 -1
  97. package/.next-prod/server/app/api/files/stat/route.js +1 -1
  98. package/.next-prod/server/app/api/files/stat/route.js.nft.json +1 -1
  99. package/.next-prod/server/app/api/files/text/route.js +1 -1
  100. package/.next-prod/server/app/api/files/text/route.js.nft.json +1 -1
  101. package/.next-prod/server/app/api/git/branch-diff/route.js +1 -1
  102. package/.next-prod/server/app/api/git/branch-diff/route.js.nft.json +1 -1
  103. package/.next-prod/server/app/api/git/branches/route.js +1 -1
  104. package/.next-prod/server/app/api/git/branches/route.js.nft.json +1 -1
  105. package/.next-prod/server/app/api/git/commit-diff/route.js +1 -1
  106. package/.next-prod/server/app/api/git/commit-diff/route.js.nft.json +1 -1
  107. package/.next-prod/server/app/api/git/commits/route.js +1 -1
  108. package/.next-prod/server/app/api/git/commits/route.js.nft.json +1 -1
  109. package/.next-prod/server/app/api/git/diff/route.js +1 -1
  110. package/.next-prod/server/app/api/git/diff/route.js.nft.json +1 -1
  111. package/.next-prod/server/app/api/git/discard/route.js +1 -1
  112. package/.next-prod/server/app/api/git/discard/route.js.nft.json +1 -1
  113. package/.next-prod/server/app/api/git/stage/route.js +1 -1
  114. package/.next-prod/server/app/api/git/stage/route.js.nft.json +1 -1
  115. package/.next-prod/server/app/api/git/status/route.js +1 -1
  116. package/.next-prod/server/app/api/git/status/route.js.nft.json +1 -1
  117. package/.next-prod/server/app/api/git/unstage/route.js +1 -1
  118. package/.next-prod/server/app/api/git/unstage/route.js.nft.json +1 -1
  119. package/.next-prod/server/app/api/git/worktree/route.js +1 -1
  120. package/.next-prod/server/app/api/git/worktree/route.js.nft.json +1 -1
  121. package/.next-prod/server/app/api/global-state/route.js +1 -1
  122. package/.next-prod/server/app/api/global-state/route.js.nft.json +1 -1
  123. package/.next-prod/server/app/api/jupyter/load/route.js +1 -1
  124. package/.next-prod/server/app/api/jupyter/load/route.js.nft.json +1 -1
  125. package/.next-prod/server/app/api/jupyter/save/route.js +1 -1
  126. package/.next-prod/server/app/api/jupyter/save/route.js.nft.json +1 -1
  127. package/.next-prod/server/app/api/jupyter/shutdown/route.js +1 -1
  128. package/.next-prod/server/app/api/jupyter/shutdown/route.js.nft.json +1 -1
  129. package/.next-prod/server/app/api/lsp/definition/route.js +1 -1
  130. package/.next-prod/server/app/api/lsp/definition/route.js.nft.json +1 -1
  131. package/.next-prod/server/app/api/lsp/hover/route.js +1 -1
  132. package/.next-prod/server/app/api/lsp/hover/route.js.nft.json +1 -1
  133. package/.next-prod/server/app/api/lsp/references/route.js +1 -1
  134. package/.next-prod/server/app/api/lsp/references/route.js.nft.json +1 -1
  135. package/.next-prod/server/app/api/lsp/status/route.js +1 -1
  136. package/.next-prod/server/app/api/lsp/status/route.js.nft.json +1 -1
  137. package/.next-prod/server/app/api/lsp/warmup/route.js +1 -1
  138. package/.next-prod/server/app/api/lsp/warmup/route.js.nft.json +1 -1
  139. package/.next-prod/server/app/api/mysql/columns/route.js +9 -9
  140. package/.next-prod/server/app/api/mysql/columns/route.js.nft.json +1 -1
  141. package/.next-prod/server/app/api/mysql/connect/route.js +1 -1
  142. package/.next-prod/server/app/api/mysql/connect/route.js.nft.json +1 -1
  143. package/.next-prod/server/app/api/mysql/disconnect/route.js +1 -1
  144. package/.next-prod/server/app/api/mysql/disconnect/route.js.nft.json +1 -1
  145. package/.next-prod/server/app/api/mysql/export/route.js +1 -1
  146. package/.next-prod/server/app/api/mysql/export/route.js.nft.json +1 -1
  147. package/.next-prod/server/app/api/mysql/query/route.js +1 -1
  148. package/.next-prod/server/app/api/mysql/query/route.js.nft.json +1 -1
  149. package/.next-prod/server/app/api/mysql/schemas/route.js +2 -2
  150. package/.next-prod/server/app/api/mysql/schemas/route.js.nft.json +1 -1
  151. package/.next-prod/server/app/api/neo4j/connect/route.js +1 -1
  152. package/.next-prod/server/app/api/neo4j/connect/route.js.nft.json +1 -1
  153. package/.next-prod/server/app/api/neo4j/disconnect/route.js +1 -1
  154. package/.next-prod/server/app/api/neo4j/disconnect/route.js.nft.json +1 -1
  155. package/.next-prod/server/app/api/neo4j/query/route.js +1 -1
  156. package/.next-prod/server/app/api/neo4j/query/route.js.nft.json +1 -1
  157. package/.next-prod/server/app/api/neo4j/schema/route.js +1 -1
  158. package/.next-prod/server/app/api/neo4j/schema/route.js.nft.json +1 -1
  159. package/.next-prod/server/app/api/note/route.js +1 -1
  160. package/.next-prod/server/app/api/note/route.js.nft.json +1 -1
  161. package/.next-prod/server/app/api/ollama/models/route.js +1 -1
  162. package/.next-prod/server/app/api/ollama/models/route.js.nft.json +1 -1
  163. package/.next-prod/server/app/api/ollama/start/route.js +1 -1
  164. package/.next-prod/server/app/api/ollama/start/route.js.nft.json +1 -1
  165. package/.next-prod/server/app/api/open-cursor/route.js +1 -1
  166. package/.next-prod/server/app/api/open-cursor/route.js.nft.json +1 -1
  167. package/.next-prod/server/app/api/open-vscode/route.js +1 -1
  168. package/.next-prod/server/app/api/open-vscode/route.js.nft.json +1 -1
  169. package/.next-prod/server/app/api/pick-folder/route.js +1 -1
  170. package/.next-prod/server/app/api/pick-folder/route.js.nft.json +1 -1
  171. package/.next-prod/server/app/api/pinned-sessions/route.js +1 -1
  172. package/.next-prod/server/app/api/pinned-sessions/route.js.nft.json +1 -1
  173. package/.next-prod/server/app/api/project-settings/route.js +1 -1
  174. package/.next-prod/server/app/api/project-settings/route.js.nft.json +1 -1
  175. package/.next-prod/server/app/api/project-state/route.js +1 -1
  176. package/.next-prod/server/app/api/project-state/route.js.nft.json +1 -1
  177. package/.next-prod/server/app/api/projectGraph/file/route.js +1 -1
  178. package/.next-prod/server/app/api/projectGraph/file/route.js.nft.json +1 -1
  179. package/.next-prod/server/app/api/projectGraph/file-functions/route.js +1 -1
  180. package/.next-prod/server/app/api/projectGraph/file-functions/route.js.nft.json +1 -1
  181. package/.next-prod/server/app/api/projectGraph/search/route.js +1 -1
  182. package/.next-prod/server/app/api/projectGraph/search/route.js.nft.json +1 -1
  183. package/.next-prod/server/app/api/projects/route.js +1 -1
  184. package/.next-prod/server/app/api/projects/route.js.nft.json +1 -1
  185. package/.next-prod/server/app/api/redis/command/route.js +1 -1
  186. package/.next-prod/server/app/api/redis/command/route.js.nft.json +1 -1
  187. package/.next-prod/server/app/api/redis/connect/route.js +1 -1
  188. package/.next-prod/server/app/api/redis/connect/route.js.nft.json +1 -1
  189. package/.next-prod/server/app/api/redis/delete/route.js +1 -1
  190. package/.next-prod/server/app/api/redis/delete/route.js.nft.json +1 -1
  191. package/.next-prod/server/app/api/redis/disconnect/route.js +1 -1
  192. package/.next-prod/server/app/api/redis/disconnect/route.js.nft.json +1 -1
  193. package/.next-prod/server/app/api/redis/get/route.js +1 -1
  194. package/.next-prod/server/app/api/redis/get/route.js.nft.json +1 -1
  195. package/.next-prod/server/app/api/redis/keys/route.js +1 -1
  196. package/.next-prod/server/app/api/redis/keys/route.js.nft.json +1 -1
  197. package/.next-prod/server/app/api/redis/set/route.js +1 -1
  198. package/.next-prod/server/app/api/redis/set/route.js.nft.json +1 -1
  199. package/.next-prod/server/app/api/review/[id]/comments/route.js +1 -1
  200. package/.next-prod/server/app/api/review/[id]/comments/route.js.nft.json +1 -1
  201. package/.next-prod/server/app/api/review/[id]/replies/route.js +1 -1
  202. package/.next-prod/server/app/api/review/[id]/replies/route.js.nft.json +1 -1
  203. package/.next-prod/server/app/api/review/[id]/route.js +1 -1
  204. package/.next-prod/server/app/api/review/[id]/route.js.nft.json +1 -1
  205. package/.next-prod/server/app/api/review/identify/route.js +1 -1
  206. package/.next-prod/server/app/api/review/identify/route.js.nft.json +1 -1
  207. package/.next-prod/server/app/api/review/order/route.js +1 -1
  208. package/.next-prod/server/app/api/review/order/route.js.nft.json +1 -1
  209. package/.next-prod/server/app/api/review/route.js +1 -1
  210. package/.next-prod/server/app/api/review/route.js.nft.json +1 -1
  211. package/.next-prod/server/app/api/review/share-info/route.js +1 -1
  212. package/.next-prod/server/app/api/review/share-info/route.js.nft.json +1 -1
  213. package/.next-prod/server/app/api/review/users/route.js +1 -1
  214. package/.next-prod/server/app/api/review/users/route.js.nft.json +1 -1
  215. package/.next-prod/server/app/api/scheduled-tasks/route.js +1 -1
  216. package/.next-prod/server/app/api/scheduled-tasks/route.js.nft.json +1 -1
  217. package/.next-prod/server/app/api/services/config/route.js +1 -1
  218. package/.next-prod/server/app/api/services/config/route.js.nft.json +1 -1
  219. package/.next-prod/server/app/api/services/scripts/route.js +1 -1
  220. package/.next-prod/server/app/api/services/scripts/route.js.nft.json +1 -1
  221. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js +1 -1
  222. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js.nft.json +1 -1
  223. package/.next-prod/server/app/api/session/[sessionId]/history/route.js +1 -1
  224. package/.next-prod/server/app/api/session/[sessionId]/history/route.js.nft.json +1 -1
  225. package/.next-prod/server/app/api/session-by-path/route.js +1 -1
  226. package/.next-prod/server/app/api/session-by-path/route.js.nft.json +1 -1
  227. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js +1 -1
  228. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js.nft.json +1 -1
  229. package/.next-prod/server/app/api/sessions/projects/route.js +1 -1
  230. package/.next-prod/server/app/api/sessions/projects/route.js.nft.json +1 -1
  231. package/.next-prod/server/app/api/sessions/route.js +1 -1
  232. package/.next-prod/server/app/api/sessions/route.js.nft.json +1 -1
  233. package/.next-prod/server/app/api/settings/route.js +1 -1
  234. package/.next-prod/server/app/api/settings/route.js.nft.json +1 -1
  235. package/.next-prod/server/app/api/skills/[id]/route.js +1 -1
  236. package/.next-prod/server/app/api/skills/[id]/route.js.nft.json +1 -1
  237. package/.next-prod/server/app/api/skills/content/route.js +1 -1
  238. package/.next-prod/server/app/api/skills/content/route.js.nft.json +1 -1
  239. package/.next-prod/server/app/api/skills/route.js +1 -1
  240. package/.next-prod/server/app/api/skills/route.js.nft.json +1 -1
  241. package/.next-prod/server/app/api/terminal/aliases/route.js +1 -1
  242. package/.next-prod/server/app/api/terminal/aliases/route.js.nft.json +1 -1
  243. package/.next-prod/server/app/api/terminal/autocomplete/route.js +1 -1
  244. package/.next-prod/server/app/api/terminal/autocomplete/route.js.nft.json +1 -1
  245. package/.next-prod/server/app/api/terminal/bubble-order/route.js +1 -1
  246. package/.next-prod/server/app/api/terminal/bubble-order/route.js.nft.json +1 -1
  247. package/.next-prod/server/app/api/terminal/env/route.js +1 -1
  248. package/.next-prod/server/app/api/terminal/env/route.js.nft.json +1 -1
  249. package/.next-prod/server/app/api/terminal/history/route.js +1 -1
  250. package/.next-prod/server/app/api/terminal/history/route.js.nft.json +1 -1
  251. package/.next-prod/server/app/api/version/route.js +1 -1
  252. package/.next-prod/server/app/api/version/route.js.nft.json +1 -1
  253. package/.next-prod/server/app/favicon.ico/route.js +1 -1
  254. package/.next-prod/server/app/favicon.ico/route.js.nft.json +1 -1
  255. package/.next-prod/server/app/manifest.webmanifest/route.js +2 -2
  256. package/.next-prod/server/app/manifest.webmanifest/route.js.nft.json +1 -1
  257. package/.next-prod/server/app/manifest.webmanifest.body +1 -1
  258. package/.next-prod/server/app/page.js +2 -2
  259. package/.next-prod/server/app/page.js.nft.json +1 -1
  260. package/.next-prod/server/app/page_client-reference-manifest.js +1 -1
  261. package/.next-prod/server/app/project/page.js +2 -2
  262. package/.next-prod/server/app/project/page.js.nft.json +1 -1
  263. package/.next-prod/server/app/project/page_client-reference-manifest.js +1 -1
  264. package/.next-prod/server/app/review/[id]/page.js +2 -2
  265. package/.next-prod/server/app/review/[id]/page.js.nft.json +1 -1
  266. package/.next-prod/server/app/review/[id]/page_client-reference-manifest.js +1 -1
  267. package/.next-prod/server/app-paths-manifest.json +12 -10
  268. package/.next-prod/server/chunks/2728.js +1 -0
  269. package/.next-prod/server/chunks/304.js +1 -0
  270. package/.next-prod/server/chunks/3718.js +1 -0
  271. package/.next-prod/server/chunks/3863.js +1 -0
  272. package/.next-prod/server/chunks/4034.js +114 -0
  273. package/.next-prod/server/chunks/4741.js +2 -2
  274. package/.next-prod/server/chunks/5159.js +1 -0
  275. package/.next-prod/server/chunks/{6007.js → 5292.js} +2 -2
  276. package/.next-prod/server/chunks/5616.js +1 -0
  277. package/.next-prod/server/chunks/6955.js +1 -0
  278. package/.next-prod/server/chunks/7184.js +244 -0
  279. package/.next-prod/server/chunks/7973.js +15 -0
  280. package/.next-prod/server/chunks/8916.js +1 -0
  281. package/.next-prod/server/chunks/9658.js +42 -0
  282. package/.next-prod/server/functions-config-manifest.json +2 -0
  283. package/.next-prod/server/middleware-build-manifest.js +1 -1
  284. package/.next-prod/server/middleware-react-loadable-manifest.js +1 -1
  285. package/.next-prod/server/pages/404.html +1 -1
  286. package/.next-prod/server/pages/500.html +1 -1
  287. package/.next-prod/server/server-reference-manifest.json +1 -1
  288. package/.next-prod/static/LJRtmjYCuVrSA_dcelxlR/_buildManifest.js +1 -0
  289. package/.next-prod/static/chunks/2580.69af80de5bcfcefe.js +1 -0
  290. package/.next-prod/static/chunks/2708.7263182a029113c8.js +1 -0
  291. package/.next-prod/static/chunks/327-9ffab8f0b2b0b4cd.js +13 -0
  292. package/.next-prod/static/chunks/{3794-3fb4e6ee851037bb.js → 3794-ba2500baa4c52d55.js} +3 -3
  293. package/.next-prod/static/chunks/5188-6ad3d686c5e9fb28.js +29 -0
  294. package/.next-prod/static/chunks/{5204-c8293184aa55cdd5.js → 5204-babf0d0290febbec.js} +1 -1
  295. package/.next-prod/static/chunks/6345-3c06cdc8c89677b8.js +14 -0
  296. package/.next-prod/static/chunks/7562.8fdc3abdd45c77ab.js +1 -0
  297. package/.next-prod/static/chunks/9012.6ed079104670001d.js +1 -0
  298. package/.next-prod/static/chunks/9617.d038e8ea9fc93e24.js +1 -0
  299. package/.next-prod/static/chunks/96c8525a-f1e0653013503d49.js +2 -0
  300. package/.next-prod/static/chunks/app/_global-error/page-826847d169541fa9.js +1 -0
  301. package/.next-prod/static/chunks/app/api/agent/test/route-826847d169541fa9.js +1 -0
  302. package/.next-prod/static/chunks/app/api/bash/route-826847d169541fa9.js +1 -0
  303. package/.next-prod/static/chunks/app/api/chat/codex/route-826847d169541fa9.js +1 -0
  304. package/.next-prod/static/chunks/app/api/chat/deepseek/route-826847d169541fa9.js +1 -0
  305. package/.next-prod/static/chunks/app/api/chat/kimi/route-826847d169541fa9.js +1 -0
  306. package/.next-prod/static/chunks/app/api/chat/ollama/route-826847d169541fa9.js +1 -0
  307. package/.next-prod/static/chunks/app/api/chat/route-826847d169541fa9.js +1 -0
  308. package/.next-prod/static/chunks/app/api/claude-stats/route-826847d169541fa9.js +1 -0
  309. package/.next-prod/static/chunks/app/api/commands/route-826847d169541fa9.js +1 -0
  310. package/.next-prod/static/chunks/app/api/comments/route-826847d169541fa9.js +1 -0
  311. package/.next-prod/static/chunks/app/api/db/columns/route-826847d169541fa9.js +1 -0
  312. package/.next-prod/static/chunks/app/api/db/connect/route-826847d169541fa9.js +1 -0
  313. package/.next-prod/static/chunks/app/api/db/disconnect/route-826847d169541fa9.js +1 -0
  314. package/.next-prod/static/chunks/app/api/db/export/route-826847d169541fa9.js +1 -0
  315. package/.next-prod/static/chunks/app/api/db/query/route-826847d169541fa9.js +1 -0
  316. package/.next-prod/static/chunks/app/api/db/schemas/route-826847d169541fa9.js +1 -0
  317. package/.next-prod/static/chunks/app/api/dev/spans/route-826847d169541fa9.js +1 -0
  318. package/.next-prod/static/chunks/app/api/extension/version/route-826847d169541fa9.js +1 -0
  319. package/.next-prod/static/chunks/app/api/file/route-826847d169541fa9.js +1 -0
  320. package/.next-prod/static/chunks/app/api/files/blame/route-826847d169541fa9.js +1 -0
  321. package/.next-prod/static/chunks/app/api/files/clipboard/route-826847d169541fa9.js +1 -0
  322. package/.next-prod/static/chunks/app/api/files/copy/route-826847d169541fa9.js +1 -0
  323. package/.next-prod/static/chunks/app/api/files/delete/route-826847d169541fa9.js +1 -0
  324. package/.next-prod/static/chunks/app/api/files/expanded/route-826847d169541fa9.js +1 -0
  325. package/.next-prod/static/chunks/app/api/files/index/route-826847d169541fa9.js +1 -0
  326. package/.next-prod/static/chunks/app/api/files/init/route-826847d169541fa9.js +1 -0
  327. package/.next-prod/static/chunks/app/api/files/paste/route-826847d169541fa9.js +1 -0
  328. package/.next-prod/static/chunks/app/api/files/read/route-826847d169541fa9.js +1 -0
  329. package/.next-prod/static/chunks/app/api/files/readdir/route-826847d169541fa9.js +1 -0
  330. package/.next-prod/static/chunks/app/api/files/recent/route-826847d169541fa9.js +1 -0
  331. package/.next-prod/static/chunks/app/api/files/save/route-826847d169541fa9.js +1 -0
  332. package/.next-prod/static/chunks/app/api/files/search/route-826847d169541fa9.js +1 -0
  333. package/.next-prod/static/chunks/app/api/files/stat/route-826847d169541fa9.js +1 -0
  334. package/.next-prod/static/chunks/app/api/files/text/route-826847d169541fa9.js +1 -0
  335. package/.next-prod/static/chunks/app/api/git/branch-diff/route-826847d169541fa9.js +1 -0
  336. package/.next-prod/static/chunks/app/api/git/branches/route-826847d169541fa9.js +1 -0
  337. package/.next-prod/static/chunks/app/api/git/commit-diff/route-826847d169541fa9.js +1 -0
  338. package/.next-prod/static/chunks/app/api/git/commits/route-826847d169541fa9.js +1 -0
  339. package/.next-prod/static/chunks/app/api/git/diff/route-826847d169541fa9.js +1 -0
  340. package/.next-prod/static/chunks/app/api/git/discard/route-826847d169541fa9.js +1 -0
  341. package/.next-prod/static/chunks/app/api/git/stage/route-826847d169541fa9.js +1 -0
  342. package/.next-prod/static/chunks/app/api/git/status/route-826847d169541fa9.js +1 -0
  343. package/.next-prod/static/chunks/app/api/git/unstage/route-826847d169541fa9.js +1 -0
  344. package/.next-prod/static/chunks/app/api/git/worktree/route-826847d169541fa9.js +1 -0
  345. package/.next-prod/static/chunks/app/api/global-state/route-826847d169541fa9.js +1 -0
  346. package/.next-prod/static/chunks/app/api/jupyter/load/route-826847d169541fa9.js +1 -0
  347. package/.next-prod/static/chunks/app/api/jupyter/save/route-826847d169541fa9.js +1 -0
  348. package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-826847d169541fa9.js +1 -0
  349. package/.next-prod/static/chunks/app/api/lsp/definition/route-826847d169541fa9.js +1 -0
  350. package/.next-prod/static/chunks/app/api/lsp/hover/route-826847d169541fa9.js +1 -0
  351. package/.next-prod/static/chunks/app/api/lsp/references/route-826847d169541fa9.js +1 -0
  352. package/.next-prod/static/chunks/app/api/lsp/status/route-826847d169541fa9.js +1 -0
  353. package/.next-prod/static/chunks/app/api/lsp/warmup/route-826847d169541fa9.js +1 -0
  354. package/.next-prod/static/chunks/app/api/mysql/columns/route-826847d169541fa9.js +1 -0
  355. package/.next-prod/static/chunks/app/api/mysql/connect/route-826847d169541fa9.js +1 -0
  356. package/.next-prod/static/chunks/app/api/mysql/disconnect/route-826847d169541fa9.js +1 -0
  357. package/.next-prod/static/chunks/app/api/mysql/export/route-826847d169541fa9.js +1 -0
  358. package/.next-prod/static/chunks/app/api/mysql/query/route-826847d169541fa9.js +1 -0
  359. package/.next-prod/static/chunks/app/api/mysql/schemas/route-826847d169541fa9.js +1 -0
  360. package/.next-prod/static/chunks/app/api/neo4j/connect/route-826847d169541fa9.js +1 -0
  361. package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-826847d169541fa9.js +1 -0
  362. package/.next-prod/static/chunks/app/api/neo4j/query/route-826847d169541fa9.js +1 -0
  363. package/.next-prod/static/chunks/app/api/neo4j/schema/route-826847d169541fa9.js +1 -0
  364. package/.next-prod/static/chunks/app/api/note/route-826847d169541fa9.js +1 -0
  365. package/.next-prod/static/chunks/app/api/ollama/models/route-826847d169541fa9.js +1 -0
  366. package/.next-prod/static/chunks/app/api/ollama/start/route-826847d169541fa9.js +1 -0
  367. package/.next-prod/static/chunks/app/api/open-cursor/route-826847d169541fa9.js +1 -0
  368. package/.next-prod/static/chunks/app/api/open-vscode/route-826847d169541fa9.js +1 -0
  369. package/.next-prod/static/chunks/app/api/pick-folder/route-826847d169541fa9.js +1 -0
  370. package/.next-prod/static/chunks/app/api/pinned-sessions/route-826847d169541fa9.js +1 -0
  371. package/.next-prod/static/chunks/app/api/project-settings/route-826847d169541fa9.js +1 -0
  372. package/.next-prod/static/chunks/app/api/project-state/route-826847d169541fa9.js +1 -0
  373. package/.next-prod/static/chunks/app/api/projectGraph/file/route-826847d169541fa9.js +1 -0
  374. package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-826847d169541fa9.js +1 -0
  375. package/.next-prod/static/chunks/app/api/projectGraph/search/route-826847d169541fa9.js +1 -0
  376. package/.next-prod/static/chunks/app/api/projects/route-826847d169541fa9.js +1 -0
  377. package/.next-prod/static/chunks/app/api/redis/command/route-826847d169541fa9.js +1 -0
  378. package/.next-prod/static/chunks/app/api/redis/connect/route-826847d169541fa9.js +1 -0
  379. package/.next-prod/static/chunks/app/api/redis/delete/route-826847d169541fa9.js +1 -0
  380. package/.next-prod/static/chunks/app/api/redis/disconnect/route-826847d169541fa9.js +1 -0
  381. package/.next-prod/static/chunks/app/api/redis/get/route-826847d169541fa9.js +1 -0
  382. package/.next-prod/static/chunks/app/api/redis/keys/route-826847d169541fa9.js +1 -0
  383. package/.next-prod/static/chunks/app/api/redis/set/route-826847d169541fa9.js +1 -0
  384. package/.next-prod/static/chunks/app/api/review/[id]/comments/route-826847d169541fa9.js +1 -0
  385. package/.next-prod/static/chunks/app/api/review/[id]/replies/route-826847d169541fa9.js +1 -0
  386. package/.next-prod/static/chunks/app/api/review/[id]/route-826847d169541fa9.js +1 -0
  387. package/.next-prod/static/chunks/app/api/review/identify/route-826847d169541fa9.js +1 -0
  388. package/.next-prod/static/chunks/app/api/review/order/route-826847d169541fa9.js +1 -0
  389. package/.next-prod/static/chunks/app/api/review/route-826847d169541fa9.js +1 -0
  390. package/.next-prod/static/chunks/app/api/review/share-info/route-826847d169541fa9.js +1 -0
  391. package/.next-prod/static/chunks/app/api/review/users/route-826847d169541fa9.js +1 -0
  392. package/.next-prod/static/chunks/app/api/scheduled-tasks/route-826847d169541fa9.js +1 -0
  393. package/.next-prod/static/chunks/app/api/services/config/route-826847d169541fa9.js +1 -0
  394. package/.next-prod/static/chunks/app/api/services/scripts/route-826847d169541fa9.js +1 -0
  395. package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-826847d169541fa9.js +1 -0
  396. package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-826847d169541fa9.js +1 -0
  397. package/.next-prod/static/chunks/app/api/session-by-path/route-826847d169541fa9.js +1 -0
  398. package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-826847d169541fa9.js +1 -0
  399. package/.next-prod/static/chunks/app/api/sessions/projects/route-826847d169541fa9.js +1 -0
  400. package/.next-prod/static/chunks/app/api/sessions/route-826847d169541fa9.js +1 -0
  401. package/.next-prod/static/chunks/app/api/settings/route-826847d169541fa9.js +1 -0
  402. package/.next-prod/static/chunks/app/api/skills/[id]/route-826847d169541fa9.js +1 -0
  403. package/.next-prod/static/chunks/app/api/skills/content/route-826847d169541fa9.js +1 -0
  404. package/.next-prod/static/chunks/app/api/skills/route-826847d169541fa9.js +1 -0
  405. package/.next-prod/static/chunks/app/api/terminal/aliases/route-826847d169541fa9.js +1 -0
  406. package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-826847d169541fa9.js +1 -0
  407. package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-826847d169541fa9.js +1 -0
  408. package/.next-prod/static/chunks/app/api/terminal/env/route-826847d169541fa9.js +1 -0
  409. package/.next-prod/static/chunks/app/api/terminal/history/route-826847d169541fa9.js +1 -0
  410. package/.next-prod/static/chunks/app/api/version/route-826847d169541fa9.js +1 -0
  411. package/.next-prod/static/chunks/app/layout-a0362651ba6e6e6f.js +1 -0
  412. package/.next-prod/static/chunks/app/manifest.webmanifest/route-826847d169541fa9.js +1 -0
  413. package/.next-prod/static/chunks/app/{page-db32ebfdf1ac9174.js → page-1b14cabf47df9ff7.js} +1 -1
  414. package/.next-prod/static/chunks/app/project/{page-db32ebfdf1ac9174.js → page-1b14cabf47df9ff7.js} +1 -1
  415. package/.next-prod/static/chunks/app/review/[id]/page-7db3a48a13f1840c.js +1 -0
  416. package/.next-prod/static/chunks/bc21e3dd-a78364524623b9b0.js +1 -0
  417. package/.next-prod/static/chunks/{main-5a46314a5491113b.js → main-79827b1543335b12.js} +3 -3
  418. package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-826847d169541fa9.js +1 -0
  419. package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-826847d169541fa9.js +1 -0
  420. package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-826847d169541fa9.js +1 -0
  421. package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-826847d169541fa9.js +1 -0
  422. package/.next-prod/static/chunks/webpack-b618ac52d349e5ca.js +1 -0
  423. package/.next-prod/static/css/dcde719317bea028.css +1 -0
  424. package/.next-prod/trace +12 -12
  425. package/.next-prod/trace-build +1 -1
  426. package/.next-prod/types/app/api/agent/test/route.ts +351 -0
  427. package/.next-prod/types/app/api/dev/spans/route.ts +351 -0
  428. package/.next-prod/types/routes.d.ts +3 -1
  429. package/.next-prod/types/validator.ts +18 -0
  430. package/README.md +29 -8
  431. package/README.zh.md +30 -9
  432. package/dist/{chunk-VCZEGP64.mjs → chunk-FBR4KJI5.mjs} +24 -250
  433. package/dist/chunk-OWUW2O3D.mjs +28475 -0
  434. package/dist/{chunk-RSHKDWJM.mjs → chunk-TXBVUZVH.mjs} +94 -0
  435. package/dist/httpApi.mjs +239 -0
  436. package/dist/scheduledTasks.mjs +1239 -66
  437. package/dist/{server-K6XWP7DX.mjs → server-E7G55DY7.mjs} +9 -10
  438. package/dist/wsServer.mjs +867 -704
  439. package/package.json +17 -4
  440. package/server.mjs +3 -1
  441. package/.next-prod/server/chunks/240.js +0 -1
  442. package/.next-prod/server/chunks/3204.js +0 -42
  443. package/.next-prod/server/chunks/5466.js +0 -1
  444. package/.next-prod/server/chunks/7264.js +0 -5
  445. package/.next-prod/server/chunks/8465.js +0 -15
  446. package/.next-prod/server/chunks/8750.js +0 -1
  447. package/.next-prod/server/chunks/900.js +0 -1
  448. package/.next-prod/server/chunks/9255.js +0 -1
  449. package/.next-prod/server/chunks/9755.js +0 -101
  450. package/.next-prod/server/chunks/987.js +0 -139
  451. package/.next-prod/static/WsSesL2O_jRoZztt2Y5r6/_buildManifest.js +0 -1
  452. package/.next-prod/static/chunks/327.8ecab0b86d52b597.js +0 -1
  453. package/.next-prod/static/chunks/5660-3d87dfb12f95e96d.js +0 -29
  454. package/.next-prod/static/chunks/6028-1d6ced1439a3f01f.js +0 -1
  455. package/.next-prod/static/chunks/6345-6b34b0528ff833a1.js +0 -14
  456. package/.next-prod/static/chunks/app/_global-error/page-7975a2b8c7d0b214.js +0 -1
  457. package/.next-prod/static/chunks/app/api/bash/route-7975a2b8c7d0b214.js +0 -1
  458. package/.next-prod/static/chunks/app/api/chat/codex/route-7975a2b8c7d0b214.js +0 -1
  459. package/.next-prod/static/chunks/app/api/chat/deepseek/route-7975a2b8c7d0b214.js +0 -1
  460. package/.next-prod/static/chunks/app/api/chat/kimi/route-7975a2b8c7d0b214.js +0 -1
  461. package/.next-prod/static/chunks/app/api/chat/ollama/route-7975a2b8c7d0b214.js +0 -1
  462. package/.next-prod/static/chunks/app/api/chat/route-7975a2b8c7d0b214.js +0 -1
  463. package/.next-prod/static/chunks/app/api/claude-stats/route-7975a2b8c7d0b214.js +0 -1
  464. package/.next-prod/static/chunks/app/api/commands/route-7975a2b8c7d0b214.js +0 -1
  465. package/.next-prod/static/chunks/app/api/comments/route-7975a2b8c7d0b214.js +0 -1
  466. package/.next-prod/static/chunks/app/api/db/columns/route-7975a2b8c7d0b214.js +0 -1
  467. package/.next-prod/static/chunks/app/api/db/connect/route-7975a2b8c7d0b214.js +0 -1
  468. package/.next-prod/static/chunks/app/api/db/disconnect/route-7975a2b8c7d0b214.js +0 -1
  469. package/.next-prod/static/chunks/app/api/db/export/route-7975a2b8c7d0b214.js +0 -1
  470. package/.next-prod/static/chunks/app/api/db/query/route-7975a2b8c7d0b214.js +0 -1
  471. package/.next-prod/static/chunks/app/api/db/schemas/route-7975a2b8c7d0b214.js +0 -1
  472. package/.next-prod/static/chunks/app/api/extension/version/route-7975a2b8c7d0b214.js +0 -1
  473. package/.next-prod/static/chunks/app/api/file/route-7975a2b8c7d0b214.js +0 -1
  474. package/.next-prod/static/chunks/app/api/files/blame/route-7975a2b8c7d0b214.js +0 -1
  475. package/.next-prod/static/chunks/app/api/files/clipboard/route-7975a2b8c7d0b214.js +0 -1
  476. package/.next-prod/static/chunks/app/api/files/copy/route-7975a2b8c7d0b214.js +0 -1
  477. package/.next-prod/static/chunks/app/api/files/delete/route-7975a2b8c7d0b214.js +0 -1
  478. package/.next-prod/static/chunks/app/api/files/expanded/route-7975a2b8c7d0b214.js +0 -1
  479. package/.next-prod/static/chunks/app/api/files/index/route-7975a2b8c7d0b214.js +0 -1
  480. package/.next-prod/static/chunks/app/api/files/init/route-7975a2b8c7d0b214.js +0 -1
  481. package/.next-prod/static/chunks/app/api/files/paste/route-7975a2b8c7d0b214.js +0 -1
  482. package/.next-prod/static/chunks/app/api/files/read/route-7975a2b8c7d0b214.js +0 -1
  483. package/.next-prod/static/chunks/app/api/files/readdir/route-7975a2b8c7d0b214.js +0 -1
  484. package/.next-prod/static/chunks/app/api/files/recent/route-7975a2b8c7d0b214.js +0 -1
  485. package/.next-prod/static/chunks/app/api/files/save/route-7975a2b8c7d0b214.js +0 -1
  486. package/.next-prod/static/chunks/app/api/files/search/route-7975a2b8c7d0b214.js +0 -1
  487. package/.next-prod/static/chunks/app/api/files/stat/route-7975a2b8c7d0b214.js +0 -1
  488. package/.next-prod/static/chunks/app/api/files/text/route-7975a2b8c7d0b214.js +0 -1
  489. package/.next-prod/static/chunks/app/api/git/branch-diff/route-7975a2b8c7d0b214.js +0 -1
  490. package/.next-prod/static/chunks/app/api/git/branches/route-7975a2b8c7d0b214.js +0 -1
  491. package/.next-prod/static/chunks/app/api/git/commit-diff/route-7975a2b8c7d0b214.js +0 -1
  492. package/.next-prod/static/chunks/app/api/git/commits/route-7975a2b8c7d0b214.js +0 -1
  493. package/.next-prod/static/chunks/app/api/git/diff/route-7975a2b8c7d0b214.js +0 -1
  494. package/.next-prod/static/chunks/app/api/git/discard/route-7975a2b8c7d0b214.js +0 -1
  495. package/.next-prod/static/chunks/app/api/git/stage/route-7975a2b8c7d0b214.js +0 -1
  496. package/.next-prod/static/chunks/app/api/git/status/route-7975a2b8c7d0b214.js +0 -1
  497. package/.next-prod/static/chunks/app/api/git/unstage/route-7975a2b8c7d0b214.js +0 -1
  498. package/.next-prod/static/chunks/app/api/git/worktree/route-7975a2b8c7d0b214.js +0 -1
  499. package/.next-prod/static/chunks/app/api/global-state/route-7975a2b8c7d0b214.js +0 -1
  500. package/.next-prod/static/chunks/app/api/jupyter/load/route-7975a2b8c7d0b214.js +0 -1
  501. package/.next-prod/static/chunks/app/api/jupyter/save/route-7975a2b8c7d0b214.js +0 -1
  502. package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-7975a2b8c7d0b214.js +0 -1
  503. package/.next-prod/static/chunks/app/api/lsp/definition/route-7975a2b8c7d0b214.js +0 -1
  504. package/.next-prod/static/chunks/app/api/lsp/hover/route-7975a2b8c7d0b214.js +0 -1
  505. package/.next-prod/static/chunks/app/api/lsp/references/route-7975a2b8c7d0b214.js +0 -1
  506. package/.next-prod/static/chunks/app/api/lsp/status/route-7975a2b8c7d0b214.js +0 -1
  507. package/.next-prod/static/chunks/app/api/lsp/warmup/route-7975a2b8c7d0b214.js +0 -1
  508. package/.next-prod/static/chunks/app/api/mysql/columns/route-7975a2b8c7d0b214.js +0 -1
  509. package/.next-prod/static/chunks/app/api/mysql/connect/route-7975a2b8c7d0b214.js +0 -1
  510. package/.next-prod/static/chunks/app/api/mysql/disconnect/route-7975a2b8c7d0b214.js +0 -1
  511. package/.next-prod/static/chunks/app/api/mysql/export/route-7975a2b8c7d0b214.js +0 -1
  512. package/.next-prod/static/chunks/app/api/mysql/query/route-7975a2b8c7d0b214.js +0 -1
  513. package/.next-prod/static/chunks/app/api/mysql/schemas/route-7975a2b8c7d0b214.js +0 -1
  514. package/.next-prod/static/chunks/app/api/neo4j/connect/route-7975a2b8c7d0b214.js +0 -1
  515. package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-7975a2b8c7d0b214.js +0 -1
  516. package/.next-prod/static/chunks/app/api/neo4j/query/route-7975a2b8c7d0b214.js +0 -1
  517. package/.next-prod/static/chunks/app/api/neo4j/schema/route-7975a2b8c7d0b214.js +0 -1
  518. package/.next-prod/static/chunks/app/api/note/route-7975a2b8c7d0b214.js +0 -1
  519. package/.next-prod/static/chunks/app/api/ollama/models/route-7975a2b8c7d0b214.js +0 -1
  520. package/.next-prod/static/chunks/app/api/ollama/start/route-7975a2b8c7d0b214.js +0 -1
  521. package/.next-prod/static/chunks/app/api/open-cursor/route-7975a2b8c7d0b214.js +0 -1
  522. package/.next-prod/static/chunks/app/api/open-vscode/route-7975a2b8c7d0b214.js +0 -1
  523. package/.next-prod/static/chunks/app/api/pick-folder/route-7975a2b8c7d0b214.js +0 -1
  524. package/.next-prod/static/chunks/app/api/pinned-sessions/route-7975a2b8c7d0b214.js +0 -1
  525. package/.next-prod/static/chunks/app/api/project-settings/route-7975a2b8c7d0b214.js +0 -1
  526. package/.next-prod/static/chunks/app/api/project-state/route-7975a2b8c7d0b214.js +0 -1
  527. package/.next-prod/static/chunks/app/api/projectGraph/file/route-7975a2b8c7d0b214.js +0 -1
  528. package/.next-prod/static/chunks/app/api/projectGraph/file-functions/route-7975a2b8c7d0b214.js +0 -1
  529. package/.next-prod/static/chunks/app/api/projectGraph/search/route-7975a2b8c7d0b214.js +0 -1
  530. package/.next-prod/static/chunks/app/api/projects/route-7975a2b8c7d0b214.js +0 -1
  531. package/.next-prod/static/chunks/app/api/redis/command/route-7975a2b8c7d0b214.js +0 -1
  532. package/.next-prod/static/chunks/app/api/redis/connect/route-7975a2b8c7d0b214.js +0 -1
  533. package/.next-prod/static/chunks/app/api/redis/delete/route-7975a2b8c7d0b214.js +0 -1
  534. package/.next-prod/static/chunks/app/api/redis/disconnect/route-7975a2b8c7d0b214.js +0 -1
  535. package/.next-prod/static/chunks/app/api/redis/get/route-7975a2b8c7d0b214.js +0 -1
  536. package/.next-prod/static/chunks/app/api/redis/keys/route-7975a2b8c7d0b214.js +0 -1
  537. package/.next-prod/static/chunks/app/api/redis/set/route-7975a2b8c7d0b214.js +0 -1
  538. package/.next-prod/static/chunks/app/api/review/[id]/comments/route-7975a2b8c7d0b214.js +0 -1
  539. package/.next-prod/static/chunks/app/api/review/[id]/replies/route-7975a2b8c7d0b214.js +0 -1
  540. package/.next-prod/static/chunks/app/api/review/[id]/route-7975a2b8c7d0b214.js +0 -1
  541. package/.next-prod/static/chunks/app/api/review/identify/route-7975a2b8c7d0b214.js +0 -1
  542. package/.next-prod/static/chunks/app/api/review/order/route-7975a2b8c7d0b214.js +0 -1
  543. package/.next-prod/static/chunks/app/api/review/route-7975a2b8c7d0b214.js +0 -1
  544. package/.next-prod/static/chunks/app/api/review/share-info/route-7975a2b8c7d0b214.js +0 -1
  545. package/.next-prod/static/chunks/app/api/review/users/route-7975a2b8c7d0b214.js +0 -1
  546. package/.next-prod/static/chunks/app/api/scheduled-tasks/route-7975a2b8c7d0b214.js +0 -1
  547. package/.next-prod/static/chunks/app/api/services/config/route-7975a2b8c7d0b214.js +0 -1
  548. package/.next-prod/static/chunks/app/api/services/scripts/route-7975a2b8c7d0b214.js +0 -1
  549. package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-7975a2b8c7d0b214.js +0 -1
  550. package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-7975a2b8c7d0b214.js +0 -1
  551. package/.next-prod/static/chunks/app/api/session-by-path/route-7975a2b8c7d0b214.js +0 -1
  552. package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-7975a2b8c7d0b214.js +0 -1
  553. package/.next-prod/static/chunks/app/api/sessions/projects/route-7975a2b8c7d0b214.js +0 -1
  554. package/.next-prod/static/chunks/app/api/sessions/route-7975a2b8c7d0b214.js +0 -1
  555. package/.next-prod/static/chunks/app/api/settings/route-7975a2b8c7d0b214.js +0 -1
  556. package/.next-prod/static/chunks/app/api/skills/[id]/route-7975a2b8c7d0b214.js +0 -1
  557. package/.next-prod/static/chunks/app/api/skills/content/route-7975a2b8c7d0b214.js +0 -1
  558. package/.next-prod/static/chunks/app/api/skills/route-7975a2b8c7d0b214.js +0 -1
  559. package/.next-prod/static/chunks/app/api/terminal/aliases/route-7975a2b8c7d0b214.js +0 -1
  560. package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-7975a2b8c7d0b214.js +0 -1
  561. package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-7975a2b8c7d0b214.js +0 -1
  562. package/.next-prod/static/chunks/app/api/terminal/env/route-7975a2b8c7d0b214.js +0 -1
  563. package/.next-prod/static/chunks/app/api/terminal/history/route-7975a2b8c7d0b214.js +0 -1
  564. package/.next-prod/static/chunks/app/api/version/route-7975a2b8c7d0b214.js +0 -1
  565. package/.next-prod/static/chunks/app/layout-92d5dcd25bad9196.js +0 -1
  566. package/.next-prod/static/chunks/app/manifest.webmanifest/route-7975a2b8c7d0b214.js +0 -1
  567. package/.next-prod/static/chunks/app/review/[id]/page-05cd4cb51babd64c.js +0 -1
  568. package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-7975a2b8c7d0b214.js +0 -1
  569. package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-7975a2b8c7d0b214.js +0 -1
  570. package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-7975a2b8c7d0b214.js +0 -1
  571. package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-7975a2b8c7d0b214.js +0 -1
  572. package/.next-prod/static/chunks/webpack-bb0c02e3a9602d78.js +0 -1
  573. package/.next-prod/static/css/a7974d62fe853925.css +0 -1
  574. package/dist/chunk-HIRLDMCH.mjs +0 -314
  575. /package/.next-prod/static/{WsSesL2O_jRoZztt2Y5r6 → LJRtmjYCuVrSA_dcelxlR}/_ssgManifest.js +0 -0
@@ -0,0 +1,14 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[6345],{2111:(e,t,o)=>{o.d(t,{h:()=>s});var n=o(12115),a=o(91281),r=o(36196);a.EV(r.YA(1),1.5).pipe(a.gP(a.ji(r.YA(10))),a.y$(a.t5(10))),a.EV(r.ne(200),2).pipe(a.gP(a.ji(r.YA(5))),a.y$(a.t5(5))),a.EV(r.YA(1),2).pipe(a.et,a.gP(a.ji(r.YA(30))),a.y$(a.t5(8))),a.ji(r.YA(30)),a.ji(r.YA(1)),a.ji(r.YA(30)),r.ne(50),a.BW;let i=new Map;function s({url:e,onMessage:t,enabled:o=!0}){let a=(0,n.useRef)(t);(0,n.useEffect)(()=>{a.current=t}),(0,n.useEffect)(()=>{if(!o)return;let t=e=>a.current(e),n=function(e){let t=i.get(e);if(t)return t;let o={ws:null,listeners:new Set,retryCount:0,retryTimer:null,connect(){let t="https:"===window.location.protocol?"wss:":"ws:",n=new WebSocket(`${t}//${window.location.host}${e}`);n.onopen=()=>{o.retryCount=0},n.onmessage=e=>{try{let t=JSON.parse(e.data);if("ping"===t.type)return;o.listeners.forEach(e=>e(t))}catch{}},n.onclose=()=>{if(0===o.listeners.size)return;let e=Math.min(1e3*Math.pow(1.5,o.retryCount),1e4);o.retryCount++,o.retryTimer=setTimeout(()=>o.connect(),e)},n.onerror=()=>{},o.ws=n},destroy(){o.retryTimer&&clearTimeout(o.retryTimer),o.ws&&o.ws.close(),o.ws=null,i.delete(e)}};return i.set(e,o),o.connect(),o}(e);return n.listeners.add(t),()=>{n.listeners.delete(t),0===n.listeners.size&&n.destroy()}},[e,o])}},3238:(e,t,o)=>{o.d(t,{D:()=>i,N:()=>s});var n=o(95155),a=o(12115);let r=(0,a.createContext)(null);function i(){let e=(0,a.useContext)(r);if(!e)throw Error("useTheme must be used within a ThemeProvider");return e}function s({children:e}){let[t,o]=(0,a.useState)("system"),[i,l]=(0,a.useState)("light"),c=(0,a.useCallback)(()=>window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light",[]),d=(0,a.useCallback)(e=>{let t=document.documentElement;t.classList.remove("light","dark"),t.classList.add(e),l(e);let o=document.querySelector('meta[name="theme-color"]'),n="dark"===e?"#111113":"#f9f9fb";o&&o.setAttribute("content",n)},[]),u=(0,a.useCallback)(e=>{o(e),localStorage.setItem("theme",e),d("system"===e?c():e),document.querySelectorAll("iframe").forEach(t=>{t.contentWindow?.postMessage({type:"THEME_CHANGE",theme:e},"*")})},[c,d]);return(0,a.useEffect)(()=>{let e=localStorage.getItem("theme")||"dark";queueMicrotask(()=>{o(e),d("system"===e?c():e)})},[c,d]),(0,a.useEffect)(()=>{if("system"!==t)return;let e=window.matchMedia("(prefers-color-scheme: dark)"),o=e=>{d(e.matches?"dark":"light")};return e.addEventListener("change",o),()=>e.removeEventListener("change",o)},[t,d]),(0,a.useEffect)(()=>{let e=e=>{if(e.data?.type==="THEME_CHANGE"){let t=e.data.theme;o(t),localStorage.setItem("theme",t),d("system"===t?c():t)}};return window.addEventListener("message",e),()=>window.removeEventListener("message",e)},[c,d]),(0,n.jsx)(r.Provider,{value:{theme:t,resolvedTheme:i,setTheme:u},children:e})}},19736:(e,t,o)=>{o.d(t,{ReviewCommentsListModal:()=>d});var n=o(95155),a=o(12115),r=o(79114),i=o(64428),s=o(34075),l=o(69809);function c(e,t,o){let n=(e,o)=>t[e]||o,a=[],r=null!=o?`[${o+1}] `:"",i=e.anchor.selectedText.length>200?e.anchor.selectedText.slice(0,197)+"...":e.anchor.selectedText;for(let t of(a.push(`${r}${l.A.t("review.quoteRef",{text:i})}`),a.push(l.A.t("review.commentAuthor",{author:n(e.authorId,e.author),content:e.content})),e.replies))a.push(l.A.t("review.replyAuthor",{author:n(t.authorId,t.author),content:t.content}));return a.join("\n")}function d({isOpen:e,onClose:t,comments:o,reviewTitle:m,userNameMap:p,onCommentClick:h}){let{t:g}=(0,r.Bd)(),[f,w]=(0,a.useState)(null),[v,C]=(0,a.useState)(!1);if(!e)return null;let y=[...o].sort((e,t)=>e.anchor.startOffset-t.anchor.startOffset),b=(e,t)=>p[e]||t,x=async e=>{w(e.id);try{let t=c(e,p);await navigator.clipboard.writeText(t),(0,s.oR)(g("toast.copiedComment"))}catch{(0,s.oR)(g("toast.copyFailed"),"error")}finally{w(null)}},k=async()=>{if(0!==o.length){C(!0);try{let e=function(e,t,o){if(0===e.length)return"";let n=[...e].sort((e,t)=>e.anchor.startOffset-t.anchor.startOffset),a=[l.A.t("review.reviewSummary",{title:t}),""];return n.forEach((e,t)=>{a.push(c(e,o,t)),a.push("")}),a.push(l.A.t("review.totalNComments",{count:e.length})),a.join("\n").trim()}(o,m,p);await navigator.clipboard.writeText(e),(0,s.oR)(g("toast.copiedAllComments"))}catch{(0,s.oR)(g("toast.copyFailed"),"error")}finally{C(!1)}}},S=e=>{h?.(e),t()},N=y.filter(e=>!e.closed),T=y.filter(e=>e.closed),F=(0,n.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/50 p-4",onClick:t,children:(0,n.jsxs)("div",{className:"w-full max-w-2xl max-h-[80vh] bg-card border border-border rounded-lg shadow-xl flex flex-col overflow-hidden",onClick:e=>e.stopPropagation(),children:[(0,n.jsxs)("div",{className:"flex items-center justify-between px-4 py-3 border-b border-border bg-secondary",children:[(0,n.jsxs)("div",{className:"flex items-center gap-2",children:[(0,n.jsx)("h2",{className:"text-sm font-semibold text-foreground",children:g("review.allCommentsTitle")}),(0,n.jsxs)("span",{className:"text-xs text-muted-foreground",children:[g("review.commentsCountBrief",{count:o.length}),T.length>0&&` (${g("review.closedCount",{count:T.length})})`]}),o.length>0&&(0,n.jsx)("button",{onClick:k,disabled:v,className:"p-1 rounded hover:bg-accent text-muted-foreground disabled:opacity-50",title:g("review.copyAllComments"),children:v?(0,n.jsx)("span",{className:"inline-block w-4 h-4 border-2 border-current border-t-transparent rounded-full animate-spin"}):(0,n.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,n.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z"})})})]}),(0,n.jsx)("button",{onClick:t,className:"p-1 rounded hover:bg-accent text-muted-foreground",children:(0,n.jsx)("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,n.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]}),(0,n.jsx)("div",{className:"flex-1 overflow-y-auto p-3",children:0===o.length?(0,n.jsxs)("div",{className:"flex flex-col items-center justify-center py-12 text-muted-foreground",children:[(0,n.jsx)("div",{className:"text-2xl mb-2",children:"\uD83D\uDCAC"}),(0,n.jsx)("span",{className:"text-sm",children:g("review.noComments")})]}):(0,n.jsxs)("div",{className:"space-y-2",children:[N.map((e,t)=>(0,n.jsx)(u,{comment:e,index:t,resolveAuthor:b,copyingId:f,onCopy:x,onClick:S},e.id)),T.length>0&&(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)("div",{className:"text-[11px] text-muted-foreground/60 pt-2 pb-1 px-1",children:g("review.closedComments",{count:T.length})}),T.map((e,t)=>(0,n.jsx)(u,{comment:e,index:N.length+t,resolveAuthor:b,copyingId:f,onCopy:x,onClick:S,closed:!0},e.id))]})]})})]})});return(0,n.jsx)(i.ZL,{children:F})}function u({comment:e,index:t,resolveAuthor:o,copyingId:a,onCopy:r,onClick:i,closed:s}){let c=e.anchor.selectedText.length>100?e.anchor.selectedText.slice(0,97)+"...":e.anchor.selectedText;return(0,n.jsxs)("div",{className:`rounded-lg border border-border hover:border-muted-foreground/30 transition-all cursor-pointer group ${s?"opacity-50":""}`,onClick:()=>i(e.id),children:[(0,n.jsx)("div",{className:"px-3 pt-2.5 pb-1",children:(0,n.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:c})}),(0,n.jsxs)("div",{className:"px-3 pt-1.5 pb-2 flex items-start gap-2",children:[(0,n.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,n.jsxs)("div",{className:"flex items-center gap-2 mb-0.5",children:[(0,n.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:o(e.authorId,e.author).charAt(0)}),(0,n.jsx)("span",{className:"text-xs font-medium",children:o(e.authorId,e.author)}),(0,n.jsx)("span",{className:"text-[10px] text-muted-foreground",children:new Date(e.createdAt).toLocaleString("zh-CN",{month:"numeric",day:"numeric",hour:"2-digit",minute:"2-digit"})}),s&&(0,n.jsx)("span",{className:"text-[10px] text-muted-foreground/60",children:l.A.t("review.closedLabel")})]}),(0,n.jsx)("p",{className:"text-sm text-foreground line-clamp-2 pl-6",children:e.content}),e.replies.length>0&&(0,n.jsxs)("div",{className:"pl-6 mt-1 space-y-0.5",children:[e.replies.slice(0,3).map(e=>(0,n.jsxs)("div",{className:"text-xs text-muted-foreground truncate",children:[(0,n.jsx)("span",{className:"font-medium",children:o(e.authorId,e.author)}),": ",e.content]},e.id)),e.replies.length>3&&(0,n.jsx)("div",{className:"text-[10px] text-muted-foreground/60",children:l.A.t("review.moreReplies",{count:e.replies.length-3})})]})]}),(0,n.jsx)("button",{onClick:t=>{t.stopPropagation(),r(e)},disabled:a===e.id,className:"p-1 rounded opacity-0 group-hover:opacity-100 hover:bg-accent text-muted-foreground transition-opacity disabled:opacity-50 flex-shrink-0 mt-0.5",title:l.A.t("review.copyComment"),children:a===e.id?(0,n.jsx)("span",{className:"inline-block w-4 h-4 border-2 border-current border-t-transparent rounded-full animate-spin"}):(0,n.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,n.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M8 16H6a2 2 0 01-2-2V6a2 2 0 012-2h8a2 2 0 012 2v2m-6 12h8a2 2 0 002-2v-8a2 2 0 00-2-2h-8a2 2 0 00-2 2v8a2 2 0 002 2z"})})})]})]})}},34075:(e,t,o)=>{o.d(t,{dj:()=>s,lJ:()=>u,oR:()=>p,tE:()=>l});var n=o(95155),a=o(12115),r=o(69809);let i=(0,a.createContext)(null);function s(){let e=(0,a.useContext)(i);if(!e)throw Error("useToast must be used within a ToastProvider");return e}function l({children:e}){let[t,o]=(0,a.useState)([]),r=(0,a.useCallback)((e,t="success")=>{let n=`toast-${Date.now()}`;o(o=>[...o,{id:n,message:e,type:t}])},[]),s=(0,a.useCallback)(e=>{o(t=>t.filter(t=>t.id!==e))},[]);return(0,n.jsxs)(i.Provider,{value:{showToast:r},children:[e,(0,n.jsx)(c,{toasts:t,onRemove:s})]})}function c({toasts:e,onRemove:t}){return(0,n.jsx)("div",{className:"fixed bottom-4 right-4 z-[100] flex flex-col gap-2",children:e.map(e=>(0,n.jsx)(d,{toast:e,onRemove:t},e.id))})}function d({toast:e,onRemove:t}){(0,a.useEffect)(()=>{let o=setTimeout(()=>{t(e.id)},3e3);return()=>clearTimeout(o)},[e.id,t]);let o={success:"bg-green-9",error:"bg-red-9",info:"bg-brand"}[e.type],r={success:(0,n.jsx)("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,n.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M5 13l4 4L19 7"})}),error:(0,n.jsx)("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,n.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})}),info:(0,n.jsx)("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,n.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})})}[e.type];return(0,n.jsxs)("div",{className:`${o} text-white px-4 py-3 rounded-lg shadow-lg flex items-center gap-3 min-w-[200px] animate-slide-in`,style:{animation:"slideIn 0.3s ease-out"},children:[r,(0,n.jsx)("span",{className:"text-sm",children:e.message}),(0,n.jsx)("button",{onClick:()=>t(e.id),className:"ml-auto p-1 hover:bg-white/20 rounded transition-colors",children:(0,n.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,n.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]})}function u(e,t){let{title:o=r.A.t("confirm.title",{defaultValue:"Confirm"}),confirmText:n=r.A.t("confirm.ok",{defaultValue:"OK"}),cancelText:a=r.A.t("confirm.cancel",{defaultValue:"Cancel"}),danger:i=!1}=t||{};return new Promise(t=>{let r=document.createElement("div");r.className="fixed inset-0 z-[200] flex items-center justify-center",r.style.animation="confirmFadeIn 0.15s ease-out";let s=e=>{r.style.animation="confirmFadeOut 0.12s ease-in",r.addEventListener("animationend",()=>{document.body.removeChild(r),t(e)},{once:!0})};r.addEventListener("mousedown",e=>{e.target===r&&s(!1)});let l=e=>{"Escape"===e.key?(e.stopPropagation(),document.removeEventListener("keydown",l,!0),s(!1)):"Enter"===e.key&&(e.stopPropagation(),document.removeEventListener("keydown",l,!0),s(!0))};document.addEventListener("keydown",l,!0),r.innerHTML=`
2
+ <div class="fixed inset-0 bg-black/50"></div>
3
+ <div class="relative bg-card border border-border rounded-xl shadow-2xl p-6 max-w-sm w-full mx-4" style="animation: confirmScaleIn 0.15s ease-out">
4
+ <div class="text-base font-medium text-foreground mb-2">${o}</div>
5
+ <div class="text-sm text-muted-foreground mb-6">${e}</div>
6
+ <div class="flex justify-end gap-3">
7
+ <button data-action="cancel" class="px-4 py-2 text-sm rounded-lg border border-border text-foreground hover:bg-accent transition-colors">${a}</button>
8
+ <button data-action="confirm" class="px-4 py-2 text-sm rounded-lg ${i?"bg-red-9 hover:bg-red-10 text-white":"bg-brand hover:bg-brand/90 text-white"} transition-colors">${n}</button>
9
+ </div>
10
+ </div>
11
+ `,r.querySelector('[data-action="cancel"]').addEventListener("click",()=>{document.removeEventListener("keydown",l,!0),s(!1)}),r.querySelector('[data-action="confirm"]').addEventListener("click",()=>{document.removeEventListener("keydown",l,!0),s(!0)}),document.body.appendChild(r),r.querySelector('[data-action="confirm"]')?.focus()})}let m=null;function p(e,t="success"){let o=(m||((m=document.createElement("div")).id="toast-container",m.className="fixed bottom-4 right-4 z-[100] flex flex-col-reverse items-end gap-2",document.body.appendChild(m)),m),n=document.createElement("div");n.className=`${"success"===t?"bg-green-9":"error"===t?"bg-red-9":"bg-brand"} text-white px-4 py-3 rounded-lg shadow-lg flex items-center gap-3 min-w-[200px]`,n.style.animation="slideIn 0.3s ease-out",n.innerHTML=`
12
+ <svg class="w-5 h-5" fill="none" stroke="currentColor" viewBox="0 0 24 24">${"success"===t?'<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7" />':"error"===t?'<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" />':'<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />'}</svg>
13
+ <span class="text-sm">${e}</span>
14
+ `,o.appendChild(n),setTimeout(()=>{n.style.animation="slideOut 0.3s ease-in",setTimeout(()=>{o.removeChild(n)},300)},3e3)}},45048:(e,t,o)=>{o.d(t,{T:()=>k});var n=o(95155),a=o(46361),r=o(79204),i=o(98164),s=o(77815),l=o(97720),c=o(88374);o(84559),o(21227);var d=o(91334),u=o(38194),m=o(88522),p=o(12115),h=o(3238);let g=[r.A,i.A,s.jb],f=[r.A,s.jb],w=[l.A,c.A],v=[l.A];function C(e){return e.replace(/^(\|.+\|)$/gm,e=>/^\|[\s:|-]+\|$/.test(e)?e:e.replace(/`([^`]*)`/g,(e,t)=>t.includes("|")?"`"+t.replace(/\|/g,"\\|")+"`":e))}function y(e){return e.replace(/\$(\d)/g,"\\$$1")}let b=new Set(["a","abbr","address","area","article","aside","audio","b","base","bdi","bdo","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","data","datalist","dd","del","details","dfn","dialog","div","dl","dt","em","embed","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","img","input","ins","kbd","label","legend","li","link","main","map","mark","meta","meter","nav","noscript","object","ol","optgroup","option","output","p","param","picture","pre","progress","q","rp","rt","ruby","s","samp","script","section","select","slot","small","source","span","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","u","ul","var","video","wbr","circle","clippath","defs","ellipse","g","line","linearGradient","mask","path","pattern","polygon","polyline","radialGradient","rect","stop","text","tspan","use"]);function x(e){let t=[],o=e=>(t.push(e),`\0MASK${t.length-1}\0`);return e.replace(/```[\s\S]*?```/g,e=>o(e)).replace(/~~~[\s\S]*?~~~/g,e=>o(e)).replace(/`[^`\n]+`/g,e=>o(e)).replace(/<\/?([a-zA-Z][a-zA-Z0-9-]*)(\s[^>]*)?\/?>/g,(e,t)=>{let o=t.toLowerCase();return b.has(o)||o.includes("-")?e:e.replace(/</g,"&lt;").replace(/>/g,"&gt;")}).replace(/MASK(\d+)/g,(e,o)=>t[+o])}let k=(0,p.memo)(function({content:e,isUser:t=!1,isStreaming:o=!1,enableMath:r=!0,rehypePlugins:i}){let{resolvedTheme:s}=(0,h.D)(),l="dark"===s,c=(0,p.useMemo)(()=>({code({className:e,children:t,node:o,...a}){let r=/language-(\w+)/.exec(e||""),i=String(t);if(!r&&!e&&!i.includes("\n"))return(0,n.jsx)("code",{className:"px-1.5 py-0.5 mx-0.5 rounded bg-accent text-sm font-mono",...a,children:t});let s=String(t).replace(/\n$/,""),c=r?.[1]||"text",p=Number(a["data-source-start"])||0,h=p?p+1:0,g=0;return(0,n.jsx)(d.A,{style:l?u.A:m.A,language:c,PreTag:"div",customStyle:{margin:"0.75rem 0",borderRadius:"0.375rem",fontSize:"0.875rem"},wrapLines:!0,lineProps:()=>{let e=h+g;return g++,{"data-source-start":e,"data-source-end":e,style:{display:"block"}}},children:s})},p:({children:e,node:t,...o})=>(0,n.jsx)("p",{className:"mb-3 last:mb-0",...o,children:e}),h1:({children:e,node:t,...o})=>(0,n.jsx)("h1",{className:"text-xl font-bold mb-3 mt-4 first:mt-0",...o,children:e}),h2:({children:e,node:t,...o})=>(0,n.jsx)("h2",{className:"text-lg font-bold mb-2 mt-3 first:mt-0",...o,children:e}),h3:({children:e,node:t,...o})=>(0,n.jsx)("h3",{className:"text-base font-bold mb-2 mt-3 first:mt-0",...o,children:e}),ul:({children:e,node:t,...o})=>(0,n.jsx)("ul",{className:"list-disc list-inside mb-3 space-y-1",...o,children:e}),ol:({children:e,node:t,...o})=>(0,n.jsx)("ol",{className:"list-decimal list-inside mb-3 space-y-1",...o,children:e}),li:({children:e,node:t,...o})=>(0,n.jsx)("li",{className:"leading-relaxed",...o,children:e}),blockquote:({children:e,node:t,...o})=>(0,n.jsx)("blockquote",{className:"border-l-4 border-border pl-4 my-3 italic text-muted-foreground",...o,children:e}),a:({href:e,children:t,node:o,...a})=>(0,n.jsx)("a",{href:e,target:"_blank",rel:"noopener noreferrer",className:"text-brand hover:underline",...a,children:t}),table:({children:e,node:t,...o})=>(0,n.jsx)("div",{className:"overflow-x-auto my-3",...o,children:(0,n.jsx)("table",{className:"min-w-full border border-border",children:e})}),thead:({children:e,node:t,...o})=>(0,n.jsx)("thead",{className:"bg-accent",...o,children:e}),th:({children:e,node:t,...o})=>(0,n.jsx)("th",{className:"px-4 py-2 text-left font-semibold border-b border-border",...o,children:e}),td:({children:e,node:t,...o})=>(0,n.jsx)("td",{className:"px-4 py-2 border-b border-border",...o,children:e}),hr:({node:e,...t})=>(0,n.jsx)("hr",{className:"my-4 border-border",...t}),img:({src:e,alt:t,node:o,height:a,width:r,style:i,...s})=>{if(!(a||r||i))return(0,n.jsx)("img",{src:e,alt:t||"",className:"max-w-full h-auto rounded-lg my-3",...s});let l=e=>e?/^\d+$/.test(String(e))?`${e}px`:String(e):void 0,c={...i,height:l(a)??i?.height,width:l(r)??i?.width};return(0,n.jsx)("img",{src:e,alt:t||"",style:c,className:"inline-block align-middle",...s})},strong:({children:e,node:t,...o})=>(0,n.jsx)("strong",{className:"font-bold",...o,children:e}),em:({children:e,node:t,...o})=>(0,n.jsx)("em",{className:"italic",...o,children:e}),del:({children:e,node:t,...o})=>(0,n.jsx)("del",{className:"line-through",...o,children:e})}),[l]),b=r?g:f,k=r?w:v,S=(0,p.useMemo)(()=>{if(t||o)return x(e);let n=x(C(!function(e){if(/^\|[\s:|-]+\|$/m.test(e))return!1;if(/[┌┐└┘│─├┤┬┴┼╔╗╚╝║═╭╮╯╰▲▼◀▶△▽◁▷]/.test(e)||/\+[-=]{2,}\+/.test(e))return!0;let t=e.split("\n").filter(e=>/^\s*\||\|\s*$/.test(e));if(t.length>=3){let e=t.map(e=>(e.match(/\|/g)||[]).length);return!e.every(t=>t===e[0])||!(e[0]>=3)}return!1}(e)||/^```[\s\S]*```$/m.test(e.trim())?e:"```text\n"+e.trim()+"\n```"));return r?y(n):n},[e,t,o,r]),N=(0,p.useMemo)(()=>i?.length?[...k,...i]:k,[i,k]);if(t)return(0,n.jsx)("div",{className:"whitespace-pre-wrap break-words",children:e});if(o){let t=e.lastIndexOf("\n");if(-1===t)return(0,n.jsx)("div",{className:"whitespace-pre-wrap break-words",children:e});let o=e.slice(0,t+1),i=e.slice(t+1);return(0,n.jsxs)("div",{className:"markdown-body",children:[(0,n.jsx)(a.oz,{remarkPlugins:b,rehypePlugins:k,components:c,children:r?y(x(C(o))):x(C(o))}),i&&(0,n.jsx)("span",{className:"whitespace-pre-wrap",children:i})]})}return(0,n.jsx)("div",{className:"markdown-body",children:(0,n.jsx)(a.oz,{remarkPlugins:b,rehypePlugins:N,components:c,children:S})})})},47176:(e,t,o)=>{o.d(t,{l:()=>l});var n=o(95155),a=o(12115),r=o(79114),i=o(94287);let s=e=>`h1[data-source-start="${e}"], h2[data-source-start="${e}"], h3[data-source-start="${e}"], h4[data-source-start="${e}"], h5[data-source-start="${e}"], h6[data-source-start="${e}"]`;function l({content:e,containerRef:t,width:o="w-80"}){let{t:c}=(0,r.Bd)(),d=(0,a.useMemo)(()=>(function(e){let t=[],o=e.split("\n"),n=!1;for(let e=0;e<o.length;e++){let a=o[e];if(a.trimStart().startsWith("```")){n=!n;continue}if(n)continue;let r=/^(#{1,6})\s+(.+)$/.exec(a);r&&t.push({level:r[1].length,text:r[2].replace(/\s*#+\s*$/,""),sourceLine:e+1})}return t})(e),[e]),[u,m]=(0,a.useState)(!1),[p,h]=(0,a.useState)(null),g=(0,a.useCallback)(e=>{let o=t.current;if(!o)return;let n=o.querySelector(s(e));n&&n.scrollIntoView({behavior:"smooth",block:"start"})},[t]);return((0,a.useEffect)(()=>{let e=t.current;if(!e||0===d.length)return;let o=()=>{let t=[];for(let o of d){let n=e.querySelector(s(o.sourceLine));if(n){let a=n.getBoundingClientRect().top-e.getBoundingClientRect().top;t.push({line:o.sourceLine,top:a})}}let o=null;for(let e of t)e.top<=60&&(o=e.line);null===o&&t.length>0&&(o=t[0].line),h(o)},n=setTimeout(o,150);return e.addEventListener("scroll",o,{passive:!0}),()=>{clearTimeout(n),e.removeEventListener("scroll",o)}},[d,e,t]),0===d.length)?null:(0,n.jsxs)("div",{className:`border-r border-border flex-shrink-0 flex flex-col transition-[width] duration-200 ${u?"w-8":o}`,children:[(0,n.jsxs)("div",{className:"flex items-center justify-between px-2 py-1.5 border-b border-border flex-shrink-0",children:[!u&&(0,n.jsx)("span",{className:"text-xs font-medium text-muted-foreground",children:c("editor.toc")}),(0,n.jsx)("button",{onClick:()=>m(e=>!e),className:"p-0.5 text-muted-foreground hover:text-foreground hover:bg-accent rounded transition-colors",title:c(u?"editor.expandToc":"editor.collapseToc"),children:(0,n.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:u?(0,n.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 5l7 7-7 7"}):(0,n.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 19l-7-7 7-7"})})})]}),!u&&(0,n.jsx)("nav",{className:"flex-1 overflow-y-auto py-1",children:d.map((e,t)=>(0,n.jsx)(i.m,{content:e.text,delay:400,children:(0,n.jsx)("button",{onClick:()=>g(e.sourceLine),className:`block w-full text-left text-sm py-1 px-2 truncate transition-colors hover:bg-accent ${p===e.sourceLine?"text-brand font-medium bg-brand/5":"text-muted-foreground"}`,style:{paddingLeft:`${(e.level-1)*12+8}px`},children:e.text})},t))})]})}},64428:(e,t,o)=>{o.d(t,{F2:()=>m,ZL:()=>d,a9:()=>u});var n=o(95155),a=o(12115),r=o(47650);let i=()=>()=>{},s=()=>document.body,l=()=>null,c=(0,a.createContext)(null);function d({children:e}){let t=(0,a.useContext)(c),o=(0,a.useSyncExternalStore)(i,s,l),n=t??o;return n?(0,r.createPortal)(e,n):null}function u({children:e}){let[t,o]=(0,a.useState)(null);return(0,n.jsxs)("div",{className:"relative w-full h-full",style:{transform:"translateZ(0)"},children:[(0,n.jsx)(c.Provider,{value:t,children:e}),(0,n.jsx)("div",{ref:o,className:"absolute inset-0 pointer-events-none [&>*]:pointer-events-auto"})]})}function m(){return(0,a.useContext)(c)}},69809:(e,t,o)=>{o.d(t,{A:()=>i});var n=o(50931);let a=JSON.parse('{"common":{"save":"Save","cancel":"Cancel","delete":"Delete","close":"Close","copy":"Copy","edit":"Edit","file":"File","codeMap":"Code Map","confirm":"Confirm","loading":"Loading...","search":"Search","refresh":"Refresh","retry":"Retry","submit":"Submit","copied":"Copied","saved":"Saved","failed":"Failed","noMatch":"No matches","noData":"No data","done":"Done","justNow":"just now","minutesAgo":"{{count}}m ago","hoursAgo":"{{count}}h ago","daysAgo":"{{count}}d ago","monthsAgo":"{{count}}mo ago","yearsAgo":"{{count}}y ago","saveFailed":"Save failed","copyFailed":"Copy failed","deleteFailed":"Delete failed","operationFailed":"Operation failed","copiedPath":"Path copied","copyAbsPath":"Copy absolute path","loadMore":"Load more","noResult":"No results","selected":"Selected","selectAll":"Select all","hint":"Notice","confirmBtn":"OK","cancelBtn":"Cancel","preview":"Preview","readable":"Readable","previous":"Previous","next":"Next","all":"All","input":"Input","result":"Result","line":"Line","lines":"lines","running":"Running","connecting":"Connecting","connected":"Connected","connectionFailed":"Connection failed","builtin":"Built-in","global":"Global","project":"Project","current":"Current"},"toast":{"savedSuccess":"Saved","saveFailed":"Save failed","copiedName":"Copied: {{name}}","copyFailed":"Copy failed","deleteFailed":"Delete failed","operationFailed":"Operation failed","staged":"Staged","stageFailed":"Stage failed","unstaged":"Unstaged","unstageFailed":"Unstage failed","stagedNFiles":"Staged {{count}} files","unstagedNFiles":"Unstaged {{count}} files","discardFailed":"Discard failed","discardedNFiles":"Discarded changes in {{count}} files","stagedAllFiles":"All files staged","deletedFile":"File deleted","discardedChanges":"Changes discarded","pastedFile":"Pasted: {{name}}","pasteFailed":"Paste failed","noFileToPaste":"No file to paste","createdFile":"Created: {{name}}","createFailed":"Create failed","movedToTrash":"Moved to trash: {{name}}","copiedPageUrl":"Page URL copied","copiedDirPath":"Directory path copied","switchedToBranch":"Switched to {{branch}}","switchBranchFailed":"Branch switch failed","loadBranchFailed":"Failed to load branches","copiedCommand":"Copied: {{command}}","copiedMessage":"Message copied","copiedUrl":"URL copied","copiedOutput":"Output copied","copiedCmd":"Command copied","copiedComment":"Comment copied","copiedAllComments":"All comments copied","copiedFileContent":"File content copied","copiedQA":"Copied {{count}} Q&A","copiedAllQA":"All Q&A copied","readFileFailed":"Failed to read file","reviewCreated":"Review created, link copied","reviewUpdated":"Review updated, link copied","reviewCreateFailed":"Failed to create review","sharingClosed":"Sharing disabled","sharingCloseFailed":"Failed to disable sharing","linkCopied":"Link copied","addCommentFailed":"Failed to add comment","deleteCommentFailed":"Failed to delete comment","editCommentFailed":"Failed to edit comment","addReplyFailed":"Failed to add reply","deleteReplyFailed":"Failed to delete reply","editReplyFailed":"Failed to edit reply","disconnected":"Disconnected: {{id}}","pluginReloading":"Reloading extension...","worktreeCreateSuccess":"Worktree created: {{name}}","worktreeCreateFailed":"Failed to create worktree","worktreeLoadFailed":"Failed to load worktree list","worktreeDeleted":"Worktree deleted","worktreeDeleteFailed":"Failed to delete worktree","worktreeLocked":"Locked","worktreeUnlocked":"Unlocked"},"workspace":{"selectProject":"Select a project to start","searchProjectPath":"Search project path...","loadingProjects":"Loading projects...","projectNotFound":"No projects found","sessions":"{{count}} sessions","loadingSessions":"Loading sessions...","noSessions":"No sessions","loadingText":"Loading...","openProject":"Open Project","expandSidebar":"Expand sidebar","collapseSidebar":"Collapse sidebar","notes":"Notes","skills":"Skills","settings":"Settings","projectNotes":"Project Notes","closeProject":"Close project"},"sessions":{"recentSessions":"Recent Sessions","runningCount":"{{count}} running","unreadCount":"{{count}} unread","noSessions":"No sessions yet","running":"Running","done":"Done","pinnedSessions":"Pinned Sessions","noPinnedSessions":"No pinned sessions. Click the pin icon in the tab bar to add.","editTitle":"Edit title","remove":"Remove","projectSessions":"Project Sessions","browseAllSessions":"Browse all sessions","sessionList":"Session List","searchSessions":"Search sessions...","loadingSessions":"Loading sessions...","noMatchingSessions":"No matching sessions","noSessionsYet":"No sessions yet","projectList":"Project List","openFolder":"Open Folder","selectingFolder":"Selecting...","loadingHistory":"Loading history..."},"scheduledTasks":{"title":"Scheduled Tasks","aboutToTrigger":"About to trigger","secondsLater":"in {{count}}s","minutesLater":"in {{count}}m","hoursMinutesLater":"in {{h}}h {{m}}m","hoursLater":"in {{h}}h","onceType":"Once ({{minutes}}min)","everyNMinutes":"Every {{minutes}}min","completed":"Completed","paused":"Paused","activeCount":"{{running}} active","pausedCount":"{{paused}} paused","noScheduledTasks":"No scheduled tasks. Click the clock button in the chat input to create one.","lastResult":"Last","runNow":"Run now","resume":"Resume","pause":"Pause","completedCount":"Completed ({{count}})","success":"Success","failure":"Failed","createTask":"Create Scheduled Task","editTask":"Edit Scheduled Task","sendMessage":"Message","messagePlaceholder":"Enter message to send...","type":"Type","once":"Once","interval":"Interval","quickSelect":"Quick Select","customCron":"Custom Cron Expression","customMinutes":"Custom minutes","cronPlaceholder":"e.g. 0 9 * * 1-5 (weekdays at 9am)","cronFormat":"Format: min hour day month weekday (e.g. 0 9 * * 1-5)","minutesPlaceholder":"Minutes","limitTimeRange":"Limit execution time range","to":"to","saveBtn":"Save ({{modKey}}↩)","createBtn":"Create ({{modKey}}↩)","5minLater":"In 5 minutes","15minLater":"In 15 minutes","30minLater":"In 30 minutes","1hourLater":"In 1 hour","every15min":"Every 15 min","every30min":"Every 30 min","every1hour":"Every 1 hour","every2hours":"Every 2 hours","daily9am":"Daily 09:00","daily6pm":"Daily 18:00","weeklyMon9am":"Mon 09:00","monthly1st9am":"1st of month 09:00"},"cron":{"everyNMinutes":"Every {{n}} minutes","everyNHours":"Every {{n}} hours","everyMinute":"Every minute","everyHourAtMin":"Every hour at minute {{m}}","hourlyEveryMin":"{{h}}:xx every minute","daily":"Daily at {{time}}","weekdays":"Weekdays","weekends":"Weekends","dowSun":"Sun","dowMon":"Mon","dowTue":"Tue","dowWed":"Wed","dowThu":"Thu","dowFri":"Fri","dowSat":"Sat","monthPrefix":"","dayOfMonth":"","dayRange":"{{a}}th to {{b}}th","weekdayPrefix":"","weekdayRange":"{{a}} to {{b}}"},"blockViewer":{"empty":{"body":"Select a file in the left tree to see its code map.","hint":"or press ⌘K to search."},"fileMode":{"loading":"Loading…","notFound":"This file is not indexed (unsupported language or beyond the file cap)."},"search":{"tooltip":"Search (⌘K)","hint":"Start typing to search","noResults":"No matches","files":"Files","symbols":"Symbols"},"viewerToggle":{"toBlock":"Show code map","toCode":"Back to code view"},"toc":{"title":"this file","empty":"No functions detected."},"history":{"title":"history","empty":"Click an input or output pin to begin tracing.","clear":"Clear history"},"refresh":"Rebuild project graph","retry":"Retry"},"blockDiffViewer":{"loading":"Building code map…","unsupported":"Code map diff is not available for this file type.","unsupportedHint":"Switch back to the regular diff view to read it.","error":"Code map diff failed: {{message}}","noBlockChanges":"No code-map changes (formatting / whitespace only).","noBefore":"(new)","noAfter":"(removed)","kind":{"added":"added","deleted":"deleted","modified":"modified"}},"fileBrowser":{"directoryTree":"Tree","searchTab":"Search","recentTab":"Recent","changesTab":"Status","historyTab":"History","searchFiles":"Search files...","clear":"Clear","exactMatchOn":"Exact match (on)","exactMatchOff":"Exact match (off)","refreshTree":"Refresh directory tree","collapseAll":"Collapse all directories","searchFileContent":"Search file contents...","caseSensitive":"Case sensitive","wholeWord":"Whole word","regex":"Regex","fileTypes":"File types (ts,tsx)","compareMode":"Compare","compareModeOff":"Close branch comparison","compareModeOn":"Compare with selected branch","createFile":"New File","createFileIn":"New File (in {{path}}/)","fileName":"File name...","noRecentFiles":"No recent files","stagingArea":"Staged ({{count}})","changesSummary_one":"{{count}} change","changesSummary_other":"{{count}} changes","noChanges":"No changes in working tree","refreshChanges":"Refresh changes","unstageAll":"Unstage all","noStagedFiles":"No staged files","unstageNFiles":"Unstage {{count}} files","unstageFile":"Unstage","workspace":"Workspace ({{count}})","discardAll":"Discard all","stageAll":"Stage all","noUnstagedChanges":"No unstaged changes","discardNFiles":"Discard changes in {{count}} files","stageNFiles":"Stage {{count}} files","discardChanges":"Discard changes","stageFile":"Stage file","loadingDiff":"Loading diff...","noDiffFiles":"No diff files","nFilesChanged":"{{count}} files changed (vs {{branch}})","loadingCommits":"Loading commits...","noCommits":"No commits","allLoaded":"All {{count}} records loaded","locateInTree":"Locate in directory tree","unsaved":"Unsaved","saveBeforeSwitch":"Current file has unsaved changes. Save before switching?","saveAndSwitch":"Save and switch","closeEdit":"Close edit (ESC)","closeBtn":"Close","copyFileContent":"Copy file content","toggleJsonReadable":"Toggle JSON readable mode","previewMarkdown":"Preview Markdown","viewBlame":"View line-by-line change history","editFile":"Edit file","backToPreview":"Back to preview","cannotPreview":"Cannot preview this file","selectFileToPreview":"Select a file to preview","staged":"Staged","unstaged":"Unstaged","selectFileToViewDiff":"Select a file to view diff","loadingDiffContent":"Loading diff...","clickCompareToLoad":"Click \\"Compare\\" to load branch diff","selectCommitToView":"Select a commit to view details","confirmDelete":"Confirm Delete","confirmDeleteMessage":"Move <file>{{name}}</file> to trash?","nFilesNMatches":"{{files}} files, {{matches}} matches","resultsTruncated":"Results truncated","noContentSearchResults":"No results","enterKeywordToSearch":"Enter keyword to search file contents","searchMinChars":"Search requires at least 2 characters"},"codeViewer":{"fileModifiedExternally":"File was modified externally. Saving will overwrite external changes.","useDiskVersion":"Use disk version","forceOverwrite":"Force overwrite","searchPlaceholder":"Search...","caseSensitive":"Case sensitive","wholeWordMatch":"Whole word match","unsavedConfirm":"You have unsaved changes. Close anyway?","discardChanges":"Discard changes","continueEditing":"Continue editing","unsavedExitConfirm":"You have unsaved changes. Exit edit mode?","clickToViewDetails":"Click to view details","clickToViewCommit":"Click to view commit details","nComments":"{{count}} comments","searchChat":"Search chat...","prevShiftEnter":"Previous (Shift+Enter)","nextEnter":"Next (Enter)","closeEsc":"Close (Esc)"},"chat":{"startConversation":"Start a conversation","loadMoreHistory":"Load more...","scrollUpForMore":"↑ Scroll up to load more history","claudeThinking":"Claude is thinking...","jumpToStart":"Jump to start","jumpToLatest":"Jump to latest","copyMessage":"Copy message","forkSession":"Fork session from here","imageN":"Image {{index}}","imagePreview":"Image preview","toolCalls":"{{count}} tool calls","collapse":"▲ Collapse","expand":"▼ Expand","viewQuestions":"View questions","viewAllFileChanges":"View all file changes","requestFailed":"Request failed","cannotReadStream":"Cannot read response stream","errorRetry":"An error occurred, please retry","placeholder":"Type a message, Enter to send (Shift+Enter for new line, paste images, / for commands)","placeholderDisabled":"Generating... you can keep typing","imageSizeLimit":"Image size exceeds limit (max 5MB), current: {{size}}MB","stageAll":"Stage all files (git add -A)","viewGitChanges":"View Git changes","viewAllComments":"View all comments","userMessages":"User messages","projectNotes":"Project Notes","scheduledTasks":"Scheduled Tasks","context":"Context","output":"Output","copiedCommandTooltip":"Copied!","copyCommandTooltip":"Copy command: claude -r {{sessionId}}","executedCommand":"Executed `{{command}}`{{exitInfo}}, output:\\n```\\n{{output}}\\n```","executedCommandFailed":"Failed to execute `{{command}}`: {{error}}","skillExpansionPrompt":"Please read this skill file:"},"console":{"enterCommandOrUrl":"Enter a command or URL to start","loadingMore":"Loading...","loadMoreHistory":"Load more history","quickCommands":"Quick Commands","singleColumn":"Single column","dualColumn":"Dual column","envVars":"Environment Variables","launchZsh":"Launch zsh terminal","inputPlaceholder":"Enter command or URL and press Enter... (↑↓ history, Tab complete)","scopeProject":"Project","scopeGlobal":"Global","tabSwitchEscClose":"Tab to switch \xb7 Esc to close","copyOutput":"Copy output","copyCommand":"Copy command","rerun":"Re-run","deleteRecord":"Delete record","searchPlaceholder":"Search...","searchMode":"Search","filterMode":"Filter","prevShiftEnter":"Previous (Shift+Enter)","nextEnter":"Next (Enter)","loadingTerminal":"Loading terminal...","clickToInput":"Click terminal area to type","stdinPlaceholder":"stdin input...","runningText":"Running...","exitCode":"Exit code: {{code}}","totalLines":"{{count}} lines total","globalCommands":"Global Commands","projectCommands":"Project Commands","noCustomCommands":"No custom commands yet","namePlaceholder":"Name","commandPlaceholder":"Command","restoreTooltip":"Restore ({{modKey}}M / ESC)","screenshotting":"Screenshotting...","outputFileDeleted":"[Output file deleted]"},"browser":{"blankPage":"Blank page","copyUrl":"Copy URL","openInNewWindow":"Open in new window","exitMaximize":"Exit maximize ({{modKey}}M)","maximize":"Maximize ({{modKey}}M)","pageLoadFailed":"Page load failed","clickToWake":"Click to wake","sleeping":"Sleeping","loadingPage":"Loading...","loadFailed":"Load failed"},"database":{"connectionFailed":"Connection failed","connected":"Connected","connecting":"Connecting...","refreshTableList":"Refresh table list","filterTable":"T Tables","filterView":"V Views","noTables":"No tables","tabStructure":"Structure","tabData":"Data","tabSql":"SQL","filterActive":"Filter: {{count}} cols","clearAllFilters":"Clear all filters","deleteNRows":"Delete {{count}} rows","confirmDeleteRows":"Confirm delete?","copyCsvSelected":"Copy selected rows as CSV","copyCsvAll":"Export all as CSV","copyJsonSelected":"Copy selected rows as JSON","copyJsonAll":"Export all as JSON","copyCSV":"Copy CSV","CSV":"CSV","copyJSON":"Copy JSON","JSON":"JSON","selectTable":"Select a table","selectTableToView":"Select a table to view structure","selectTableForData":"Select a table to view data","columns":"Columns","colName":"Name","colType":"Type","colNullable":"Nullable","colDefault":"Default","primaryKey":"Primary Key","foreignKeys":"Foreign Keys","indexes":"Indexes","enable":"Enable","commaValues":"Comma-separated values","likePattern":"%pattern%","valuePlaceholder":"Value","apply":"Apply","clearFilter":"Clear","addRow":"+ Add Row","totalRows":"{{count}} rows","rowsAffected":"{{command}} — {{count}} rows affected ({{duration}}ms)","queryRows":"{{count}} rows ({{duration}}ms)","resultTruncated":"[Results truncated to 1000 rows]","sqlPlaceholder":"Enter SQL... ({{modKey}}Enter to execute)","executing":"Executing...","execute":"▶ Execute","deleteRowsFailed":"{{count}} rows failed to delete","inputParams":"Input Parameters","resultLabel":"Result"},"mysql":{"connectionFailed":"Connection failed","connected":"Connected","connecting":"Connecting...","refreshTableList":"Refresh table list","filterTable":"T Tables","filterView":"V Views","noTables":"No tables","tabStructure":"Structure","tabData":"Data","tabSql":"SQL","filterActive":"Filter: {{count}} cols","clearAllFilters":"Clear all filters","deleteNRows":"Delete {{count}} rows","confirmDeleteRows":"Confirm delete?","copyCsvSelected":"Copy selected rows as CSV","copyCsvAll":"Export all as CSV","copyJsonSelected":"Copy selected rows as JSON","copyJsonAll":"Export all as JSON","copyCSV":"Copy CSV","CSV":"CSV","copyJSON":"Copy JSON","JSON":"JSON","selectTable":"Select a table","selectTableToView":"Select a table to view structure","selectTableForData":"Select a table to view data","columns":"Columns","colName":"Name","colType":"Type","colNullable":"Nullable","colDefault":"Default","primaryKey":"Primary Key","foreignKeys":"Foreign Keys","indexes":"Indexes","enable":"Enable","commaValues":"Comma-separated values","likePattern":"%pattern%","valuePlaceholder":"Value","apply":"Apply","clearFilter":"Clear","addRow":"+ Add Row","totalRows":"{{count}} rows","rowsAffected":"{{command}} — {{count}} rows affected ({{duration}}ms)","queryRows":"{{count}} rows ({{duration}}ms)","resultTruncated":"[Results truncated to 1000 rows]","sqlPlaceholder":"Enter SQL... ({{modKey}}Enter to execute)","executing":"Executing...","execute":"▶ Execute","deleteRowsFailed":"{{count}} rows failed to delete"},"redis":{"neverExpires":"Never expires","expired":"Expired","loadFailed":"Load failed","deleteFailed":"Delete failed","saveFailed":"Save failed","scanPlaceholder":"SCAN pattern...","scanSearch":"Search (SCAN)","noKeys":"No keys","loadMore":"Load more...","tabData":"Data","tabInfo":"Info","tabCli":"CLI","selectKey":"Select a key","keyNotExist":"Key does not exist","unsupportedType":"Unsupported type: {{type}}","nItems":"{{total}} items","showingN":"showing {{count}}","nMembers":"{{total}} members","nEntries":"{{total}} entries","cliHint":"Enter Redis commands, e.g. PING, GET key, KEYS *","cliPlaceholder":"Enter command..."},"git":{"switchBranch":"Switch branch","searchBranch":"Search branches...","noBranches":"No branches available","noMatchingBranches":"No matching branches","localBranches":"Local Branches","remoteBranches":"Remote Branches","branchNotFound":"Branch not found","selectBranch":"Select branch...","currentBranch":"Current","notGitRepo":"Current directory is not a Git repository","cannotGetBranches":"Cannot get branch info","getBranchesFailed":"Failed to get branch info","discardAllConfirm":"Discard changes in {{count}} workspace files? This cannot be undone.","worktree":{"title":"Git Worktree","count":"{{count}} worktrees","selectBranch":"Select branch","addWorktree":"+ Add Worktree","confirmDelete":"Confirm Delete","confirmDeleteMsg":"Delete this worktree?","path":"Path:","branch":"Branch:","locked":"Locked","unlock":"Unlock","lock":"Lock","searchBranch":"Search branches...","noBranches":"No available branches"}},"comments":{"addComment":"Add Comment","lineRange":"Line {{start}}-{{end}}","inputPlaceholder":"Enter comment...","newComment":"New comment {{range}}","commentPlaceholder":"Enter comment... ({{modKey}}Enter to submit, Esc to cancel)","nComments":"{{count}} comments","allComments":"All Comments","copyAllComments":"Copy all comments","noComments":"No comments yet","clearAll":"Clear all","totalComments":"{{count}} comments total","aiReply":"AI Reply","noContent":"(no content)","linesCount":"({{count}} lines)","codeRef":"Code reference:","note":"Note: {{content}}","submitting":"Submitting...","enterSubmit":"Enter to submit \xb7 Shift+Enter for new line","askAI":"Ask AI","inputQuestion":"Enter your question...","aiGenerating":"Generating, please wait...","enterSend":"Enter to send \xb7 Shift+Enter for new line","sendToAI":"Send to AI","aiResponding":"AI is responding...","question":"Question: {{question}}"},"fileContextMenu":{"createFile":"New File","copyFile":"Copy File","copyFolder":"Copy Folder","pasteHere":"Paste Here","deleteFile":"Delete File","deleteFolder":"Delete Folder","copyRelativePath":"Copy Relative Path","copyAbsolutePath":"Copy Absolute Path","copyRelativeDirPath":"Copy Relative Dir Path","copyAbsoluteDirPath":"Copy Absolute Dir Path","copyFileName":"Copy File Name","copyFolderName":"Copy Folder Name"},"settings":{"title":"Settings","theme":"Theme","themeLight":"Light","themeDark":"Dark","themeSystem":"System","browserExtension":"Browser Extension","extensionInstalled":"Cockpit Bridge installed","extensionNotInstalled":"Cockpit Bridge not installed","extensionDescription":"After installing the Chrome extension, link navigation in iframes will be intercepted: new tab links create new bubbles, page navigation updates the current bubble.","installSteps":"Installation steps:","step1":"1. Open Chrome and navigate to","step2":"2. Enable \\"Developer mode\\" in the top-right corner","step3":"3. Click \\"Load unpacked\\"","step4mac":"4. Press <kbd>Cmd+Shift+G</kbd> → paste the path below → Enter","copyExtensionPath":"Copy extension directory path","reloadExtension":"Reload extension","about":"About","language":"Language","languageAuto":"System","switchDark":"Switch to dark","switchLight":"Switch to light"},"editor":{"placeholder":"Write something... Type / for commands","noteTitle":"{{name}} - Notes","noteUntitled":"Notes","saving":"Saving...","linkPlaceholder":"Enter URL...","confirmLink":"Confirm","removeLink":"Remove link","heading1":"Heading 1","heading2":"Heading 2","heading3":"Heading 3","bold":"Bold","italic":"Italic","strikethrough":"Strikethrough","inlineCode":"Inline code","link":"Link","bulletList":"Bullet list","orderedList":"Ordered list","taskList":"Task list","blockquote":"Blockquote","codeBlock":"Code block","table":"Table","horizontalRule":"Horizontal rule","insertRowAbove":"Insert row above","insertRowBelow":"Insert row below","insertColumnLeft":"Insert column left","insertColumnRight":"Insert column right","deleteRow":"Delete row","deleteColumn":"Delete column","deleteTable":"Delete table","deleteCodeBlock":"Delete code block","toc":"TOC","expandToc":"Expand TOC","collapseToc":"Collapse TOC"},"slashCommands":{"heading1":"Heading 1","heading1Desc":"Large heading","heading2":"Heading 2","heading2Desc":"Medium heading","heading3":"Heading 3","heading3Desc":"Small heading","bulletList":"Bullet List","bulletListDesc":"Bulleted list","orderedList":"Ordered List","orderedListDesc":"Numbered list","taskList":"Task List","taskListDesc":"Checkable task list","blockquote":"Blockquote","blockquoteDesc":"Quote block","codeBlock":"Code Block","codeBlockDesc":"Code snippet","table":"Table","tableDesc":"Insert 3\xd73 table","horizontalRule":"Divider","horizontalRuleDesc":"Horizontal divider","link":"Link","linkDesc":"Insert hyperlink"},"commands":{"qa":"Enter requirements clarification mode","commit":"Commit code changes","review":"Code review","test":"Run tests","fix":"Fix issues","explain":"Explain code","refactor":"Refactor code"},"review":{"reviewManagement":"Review Management","allReviews":"All Reviews","noOpenReviews":"No open reviews","viewComments":"View comments","nComments":"{{count}} comments","nDocs":"{{count}} docs","nReviews":"{{count}} reviews","docList":"Document List","allReviewsList":"All Reviews","expandList":"Expand list","collapseList":"Collapse list","closeReview":"Close review","reopenReview":"Reopen","deleteReview":"Delete review","noOpenDocs":"No open documents","noReviews":"No reviews","sharing":"Sharing","notShared":"Not shared","closeSharing":"Disable sharing","enableSharing":"Enable sharing","view":"View","setNickname":"Set your nickname","nicknameHint":"Other reviewers will see this name","nicknamePlaceholder":"Enter nickname","skipForNow":"Skip for now","identitySettings":"Identity Settings","reviewNickname":"Review Nickname","random":"Random","selectTextToComment":"Select text to add comment","selectTextHint":"Select text on the left to add a comment","prevComment":"Previous","nextComment":"Next","commentsCount":"{{count}} comments","commentsNavCount":"{{current}}/{{total}} comments","allCommentsTitle":"All Comments","commentsCountBrief":"{{count}}","closedCount":"{{count}} closed","copyAllComments":"Copy all comments","noComments":"No comments yet","closedComments":"Closed ({{count}})","closedLabel":"Closed","moreReplies":"+{{count}} replies","copyComment":"Copy comment","reopen":"Reopen","closeComment":"Close comment","editComment":"Edit comment","deleteComment":"Delete comment","edited":"(edited)","editReply":"Edit reply","deleteReply":"Delete reply","reply":"Reply","replyPlaceholder":"Add a reply...","selectedText":"Selected text","addCommentPlaceholder":"Add a comment...","enterSubmitHint":"Enter to submit, Shift+Enter for new line","commentBtn":"Comment","reviewNotExist":"Review does not exist or has been deleted","loadFailed":"Load failed","networkError":"Network error","reviewNotFound":"Review not found","checkLink":"Please check the link","updatedAt":"Updated {{date}}","active":"Active","closed":"Closed","viewAllComments":"View all comments","viewCommentBtn":"View Comments","copyLink":"Copy Link","reviewSummary":"Review Comments Summary — {{title}}","totalNComments":"{{count}} comments total","quoteRef":"Quote: \\"{{text}}\\"","commentAuthor":"Comment ({{author}}): {{content}}","replyAuthor":" ↳ {{author}}: {{content}}"},"markdown":{"copied":"✓ Copied","copy":"Copy"},"imagePreview":{"previewImage":"Preview image","deleteImage":"Delete image"},"tokenStats":{"title":"Claude Code Token Stats","activeHours":"Active Hours Distribution","hourSessions":"{{h}}:00 — {{count}} sessions","messages":"Messages","toolCalls":"Tool Calls","activityTrend":"Activity Trend","byModel":"By Model","tokenUsage":"Token Usage","equivalentCost":"Equivalent Cost","modelCostDetail":"Model Cost Details","model":"Model","share":"Share","total":"Total","totalSessions":"Total Sessions","totalMessages":"Total Messages","equivalentApiCost":"Equivalent API Cost","longestSession":"Longest Session","firstUse":"First Use","notFound":"~/.claude/stats-cache.json not found","day":"Day","week":"Week","month":"Month"},"toolCall":{"inputParams":"Input Parameters","resultLabel":"Result","inputParamsTitle":"View input parameters","resultTitle":"View result","input":"Input","result":"Result","foldedLines":"... ({{count}} lines)"},"fileEditor":{"unsavedConfirm":"You have unsaved changes. Close anyway?","discardChanges":"Discard changes","continueEditing":"Continue editing","externallyModified":"File was modified externally. Saving will overwrite external changes.","useDiskVersion":"Use disk version","forceOverwrite":"Force overwrite"},"quickFileOpen":{"placeholder":"Type file name to open...","noMatch":"No matching files","recent":"Recent","selectHint":"Select","openHint":"Open","closeHint":"Close"},"envManager":{"title":"Environment Variables","tabScope":"Current Tab Only","globalScope":"Global Environment Variables","varNamePlaceholder":"Variable name (e.g. NODE_ENV)","varValuePlaceholder":"Value (e.g. production)","valuePlaceholder":"Value","noVars":"No environment variables yet. Add one to get started."},"aliasManager":{"title":"Command Aliases","description":"Set shortcut aliases for common commands (global)","aliasPlaceholder":"Alias (e.g. ll)","commandPlaceholder":"Full command (e.g. ls -la)","fullCommandPlaceholder":"Full command","usage":"Usage tip:","usageDesc":"Type an alias to execute the corresponding full command","noAliases":"No command aliases yet. Add one to get started."},"diffViewer":{"fileChanges":"File Changes ({{count}})","selectFileToView":"Select a file to view changes","sideBySide":"Side by side","unified":"Unified","previewFile":"Preview file","copiedAll":"Full text copied","compact":"Compact","full":"Full","gap":{"hidden":"{{count}} lines hidden","more":"\xb7\xb7\xb7 more +{{count}} \xb7\xb7\xb7","expandUp":"Expand {{count}} lines up","expandDown":"Expand {{count}} lines down"}},"commitDetail":{"title":"Commit Details","hash":"Hash:","author":"Author:","date":"Date:","files":"Files:","nChanges":"{{count}} changes","loadingFiles":"Loading files...","noFileChanges":"No file changes","loadingDiff":"Loading diff...","selectFileToView":"Select a file to view diff"},"askQuestion":{"title":"Questions","nQuestions":"{{count}} questions","checkedN":"{{count}} checked","copyChecked":"Copy {{count}} checked Q&A","copyAll":"Copy all Q&A","checkToCopy":"Check to copy","custom":"Custom","customPlaceholder":"Enter custom answer...","notSelected":"(not selected)"},"tabBar":{"unpin":"Unpin","pin":"Pin to favorites","closeTab":"Close tab","newTab":"New tab"},"tabManagerTopBar":{"copyPageUrl":"Copy page URL","copyDirPath":"Copy directory path","refreshProject":"Refresh project","openInVSCode":"Open in VS Code","openInCursor":"Open in Cursor","aliasesGlobal":"Command Aliases (Global)","tokenStats":"Token Stats","openSurething":"Open Surething"},"hoverTooltip":{"findReferences":"Find References","search":"Search"},"todoViewer":{"title":"Task List","progress":"{{completed}} / {{total}} done"},"userMessages":{"title":"User Messages","noMessages":"No user messages"},"shortIdBadge":{"clickToDisconnect":"Click to disconnect","clickToRegister":"Click to register and copy CLI command"},"api":{"pathForbidden":"Operation not allowed on this path","deleteForbidden":"Delete not allowed on this path","notAFolder":"Target is not a folder","imageTooLarge":"Image too large to preview","cannotPreviewBinary":"Cannot preview binary file","fileTooLarge":"File too large to preview (over 10MB)","fileModifiedExternally":"File was modified externally","pickFolderPrompt":"Select project folder"},"confirm":{"title":"Notice","ok":"OK","cancel":"Cancel"},"floatingToolbar":{"addComment":"Add Comment","sendToAI":"Send to AI","search":"Search"},"searchResults":{"title":"Search Results","nMatches":"({{count}} matches)","searching":"Searching...","noResults":"No matches"},"references":{"title":"References","searching":"Searching...","notFound":"No references found"},"gitFileTree":{"noFiles":"No files"},"reviewUtils":{"adjectives":["Happy","Brave","Quiet","Bright","Gentle","Agile","Free","Clear","Flying","Relaxed","Lively","Wise","Calm","Alert","Composed","Steady","Cheerful","Warm","Bold","Poised"],"nouns":["Panda","Dolphin","Crane","Snow Leopard","Skylark","Squirrel","Flying Fish","Deer","Bluebird","Silver Fox","Owl","Dragonfly","Firefly","Sea Turtle","Butterfly","Monkey","Red-crowned Crane","Antelope","Swallow","Penguin"]}}'),r=JSON.parse('{"common":{"save":"保存","cancel":"取消","delete":"删除","close":"关闭","copy":"复制","edit":"编辑","file":"文件","codeMap":"代码地图","confirm":"确认","loading":"加载中...","search":"搜索","refresh":"刷新","retry":"重试","submit":"提交","copied":"已复制","saved":"已保存","failed":"失败","noMatch":"无匹配","noData":"无数据","done":"完成","justNow":"刚刚","minutesAgo":"{{count}}分钟前","hoursAgo":"{{count}}小时前","daysAgo":"{{count}}天前","monthsAgo":"{{count}}个月前","yearsAgo":"{{count}}年前","saveFailed":"保存失败","copyFailed":"复制失败","deleteFailed":"删除失败","operationFailed":"操作失败","copiedPath":"已复制路径","copyAbsPath":"复制绝对路径","loadMore":"加载更多","noResult":"无匹配结果","selected":"已选择","selectAll":"全选","hint":"提示","confirmBtn":"确定","cancelBtn":"取消","preview":"预览","readable":"可读","previous":"上一个","next":"下一个","all":"全部","input":"输入","result":"结果","line":"行","lines":"行","running":"运行中","connecting":"连接中","connected":"已连接","connectionFailed":"连接失败","builtin":"内置","global":"全局","project":"项目","current":"当前"},"toast":{"savedSuccess":"已保存","saveFailed":"保存失败","copiedName":"已复制: {{name}}","copyFailed":"复制失败","deleteFailed":"删除失败","operationFailed":"操作失败","staged":"已暂存","stageFailed":"暂存失败","unstaged":"已取消暂存","unstageFailed":"取消暂存失败","stagedNFiles":"已暂存 {{count}} 个文件","unstagedNFiles":"已取消暂存 {{count}} 个文件","discardFailed":"放弃变更失败","discardedNFiles":"已放弃 {{count}} 个文件的变更","stagedAllFiles":"已暂存所有文件","deletedFile":"已删除文件","discardedChanges":"已放弃变更","pastedFile":"已粘贴: {{name}}","pasteFailed":"粘贴失败","noFileToPaste":"没有可粘贴的文件","createdFile":"已创建文件: {{name}}","createFailed":"创建失败","movedToTrash":"已移动到回收站: {{name}}","copiedPageUrl":"已复制页面地址","copiedDirPath":"已复制目录路径","switchedToBranch":"已切换到 {{branch}}","switchBranchFailed":"切换分支失败","loadBranchFailed":"加载分支列表失败","copiedCommand":"已复制: {{command}}","copiedMessage":"已复制消息","copiedUrl":"已复制网址","copiedOutput":"已复制输出","copiedCmd":"已复制命令","copiedComment":"已复制评论","copiedAllComments":"已复制全部评论","copiedFileContent":"已复制文件内容","copiedQA":"已复制 {{count}} 个问答","copiedAllQA":"已复制所有问答","readFileFailed":"读取文件失败","reviewCreated":"评审已创建,链接已复制","reviewUpdated":"评审已更新,链接已复制","reviewCreateFailed":"创建评审失败","sharingClosed":"已关闭分享","sharingCloseFailed":"关闭分享失败","linkCopied":"链接已复制","addCommentFailed":"添加评论失败","deleteCommentFailed":"删除评论失败","editCommentFailed":"编辑评论失败","addReplyFailed":"添加回复失败","deleteReplyFailed":"删除回复失败","editReplyFailed":"编辑回复失败","disconnected":"已断开: {{id}}","pluginReloading":"插件重载中...","worktreeCreateSuccess":"Worktree 创建成功: {{name}}","worktreeCreateFailed":"创建 worktree 失败","worktreeLoadFailed":"加载 worktree 列表失败","worktreeDeleted":"Worktree 已删除","worktreeDeleteFailed":"删除 worktree 失败","worktreeLocked":"已锁定","worktreeUnlocked":"已解锁"},"workspace":{"selectProject":"选择一个项目开始","searchProjectPath":"搜索项目路径...","loadingProjects":"加载项目中...","projectNotFound":"未找到项目","sessions":"{{count}} 会话","loadingSessions":"加载会话...","noSessions":"无会话记录","loadingText":"加载中...","openProject":"打开项目","expandSidebar":"展开侧边栏","collapseSidebar":"折叠侧边栏","notes":"笔记","skills":"技能","settings":"设置","projectNotes":"项目笔记","closeProject":"关闭项目"},"sessions":{"recentSessions":"最近会话","runningCount":"{{count}} 运行中","unreadCount":"{{count}} 未读","noSessions":"暂无会话记录","running":"运行中","done":"完成","pinnedSessions":"常用会话","noPinnedSessions":"暂无常用会话,在 Tab 栏点击图钉可添加","editTitle":"编辑标题","remove":"移除","projectSessions":"项目会话","browseAllSessions":"浏览所有会话","sessionList":"会话列表","searchSessions":"搜索会话...","loadingSessions":"加载会话中...","noMatchingSessions":"未找到匹配的会话","noSessionsYet":"暂无会话","projectList":"项目列表","openFolder":"打开文件夹","selectingFolder":"选择中...","loadingHistory":"加载历史消息..."},"scheduledTasks":{"title":"定时任务","aboutToTrigger":"即将触发","secondsLater":"{{count}}秒后","minutesLater":"{{count}}分钟后","hoursMinutesLater":"{{h}}小时{{m}}分后","hoursLater":"{{h}}小时后","onceType":"一次性 ({{minutes}}分钟)","everyNMinutes":"每{{minutes}}分钟","completed":"已完成","paused":"已暂停","activeCount":"{{running}} 个活跃","pausedCount":"{{paused}} 个暂停","noScheduledTasks":"暂无定时任务,在聊天输入栏点击时钟按钮创建","lastResult":"上次","runNow":"立即运行","resume":"恢复","pause":"暂停","completedCount":"已完成 ({{count}})","success":"成功","failure":"失败","createTask":"创建定时任务","editTask":"编辑定时任务","sendMessage":"发送消息","messagePlaceholder":"输入要发送的消息...","type":"类型","once":"一次性","interval":"周期","quickSelect":"快捷选择","customCron":"自定义 Cron 表达式","customMinutes":"自定义分钟数","cronPlaceholder":"例: 0 9 * * 1-5 (工作日9点)","cronFormat":"格式:分 时 日 月 星期(如 0 9 * * 1-5)","minutesPlaceholder":"分钟数","limitTimeRange":"限制执行时段","to":"至","saveBtn":"保存 ({{modKey}}↩)","createBtn":"创建 ({{modKey}}↩)","5minLater":"5 分钟后","15minLater":"15 分钟后","30minLater":"30 分钟后","1hourLater":"1 小时后","every15min":"每 15 分钟","every30min":"每 30 分钟","every1hour":"每 1 小时","every2hours":"每 2 小时","daily9am":"每天 09:00","daily6pm":"每天 18:00","weeklyMon9am":"每周一 09:00","monthly1st9am":"每月 1 号 09:00"},"cron":{"everyNMinutes":"每 {{n}} 分钟","everyNHours":"每 {{n}} 小时整点","everyMinute":"每分钟","everyHourAtMin":"每小时第 {{m}} 分","hourlyEveryMin":"{{h}} 点每分钟","daily":"每天 {{time}}","weekdays":"工作日","weekends":"周末","dowSun":"日","dowMon":"一","dowTue":"二","dowWed":"三","dowThu":"四","dowFri":"五","dowSat":"六","monthPrefix":"月","dayOfMonth":"号","dayRange":"{{a}}号到{{b}}号","weekdayPrefix":"周","weekdayRange":"周{{a}}到周{{b}}"},"blockViewer":{"empty":{"body":"在左侧文件树选择一个文件,查看它的代码地图。","hint":"或按 ⌘K 搜索。"},"fileMode":{"loading":"加载中…","notFound":"该文件未索引(不支持的语言或超出文件上限)。"},"search":{"tooltip":"搜索 (⌘K)","hint":"开始输入以搜索","noResults":"未找到匹配","files":"文件","symbols":"符号"},"viewerToggle":{"toBlock":"显示代码地图","toCode":"返回代码视图"},"toc":{"title":"本文件","empty":"未检测到函数。"},"history":{"title":"历史","empty":"点击左右两侧的 pin 开始追踪调用链。","clear":"清空历史"},"refresh":"重新构建项目图","retry":"重试"},"blockDiffViewer":{"loading":"正在生成代码地图…","unsupported":"该文件类型暂不支持代码地图 diff","unsupportedHint":"切回常规 diff 视图查看。","error":"代码地图 diff 失败:{{message}}","noBlockChanges":"代码地图无变化(仅格式或空白)。","noBefore":"(新增)","noAfter":"(已删除)","kind":{"added":"新增","deleted":"删除","modified":"修改"}},"fileBrowser":{"directoryTree":"目录树","searchTab":"搜索","recentTab":"最近","changesTab":"变更","historyTab":"历史","searchFiles":"搜索文件...","clear":"清除","exactMatchOn":"全词匹配(已开启)","exactMatchOff":"全词匹配(已关闭)","refreshTree":"刷新目录树","collapseAll":"折叠所有目录","searchFileContent":"搜索文件内容...","caseSensitive":"区分大小写","wholeWord":"完整词","regex":"正则","fileTypes":"文件类型 (ts,tsx)","compareMode":"对比","compareModeOff":"关闭分支对比","compareModeOn":"与选定分支对比","createFile":"新建文件","createFileIn":"新建文件 (在 {{path}}/)","fileName":"文件名...","noRecentFiles":"暂无最近浏览的文件","stagingArea":"暂存区 ({{count}})","changesSummary_one":"{{count}} 个变更","changesSummary_other":"{{count}} 个变更","noChanges":"工作区无变更","refreshChanges":"刷新变更列表","unstageAll":"全部取消","noStagedFiles":"无暂存的文件","unstageNFiles":"取消暂存 {{count}} 个文件","unstageFile":"取消暂存","workspace":"工作区 ({{count}})","discardAll":"放弃所有","stageAll":"全部暂存","noUnstagedChanges":"无未暂存的变更","discardNFiles":"放弃 {{count}} 个文件的变更","stageNFiles":"暂存 {{count}} 个文件","discardChanges":"放弃变更","stageFile":"暂存文件","loadingDiff":"加载对比文件中...","noDiffFiles":"无差异文件","nFilesChanged":"{{count}} 个文件变更(vs {{branch}})","loadingCommits":"加载提交记录中...","noCommits":"无提交记录","allLoaded":"已加载全部 {{count}} 条记录","locateInTree":"在目录树中定位","unsaved":"未保存","saveBeforeSwitch":"当前文件有未保存的修改,是否保存后切换?","saveAndSwitch":"保存并切换","closeEdit":"关闭编辑 (ESC)","closeBtn":"关闭","copyFileContent":"复制文件内容","toggleJsonReadable":"切换 JSON 可读模式","previewMarkdown":"预览 Markdown 渲染效果","viewBlame":"查看每行代码的修改记录","editFile":"编辑文件","backToPreview":"返回预览","cannotPreview":"无法预览此文件","selectFileToPreview":"选择文件以预览","staged":"已暂存","unstaged":"未暂存","selectFileToViewDiff":"选择文件查看差异","loadingDiffContent":"加载差异中...","clickCompareToLoad":"点击「对比」加载分支差异","selectCommitToView":"选择提交查看详情","confirmDelete":"确认删除","confirmDeleteMessage":"确定要将 <file>{{name}}</file> 移动到回收站吗?","nFilesNMatches":"{{files}} 个文件,{{matches}} 处匹配","resultsTruncated":"结果已截断","noContentSearchResults":"无匹配结果","enterKeywordToSearch":"输入关键词搜索文件内容","searchMinChars":"搜索内容至少需要 2 个字符"},"codeViewer":{"fileModifiedExternally":"文件已被外部修改,保存将覆盖外部更改","useDiskVersion":"使用磁盘版本","forceOverwrite":"强制覆盖","searchPlaceholder":"搜索...","caseSensitive":"区分大小写","wholeWordMatch":"全字匹配","unsavedConfirm":"有未保存的修改,确定关闭?","discardChanges":"放弃修改","continueEditing":"继续编辑","unsavedExitConfirm":"有未保存的修改,确定退出编辑模式?","clickToViewDetails":"点击查看详情","clickToViewCommit":"点击查看 commit 详情","nComments":"{{count}} 条评论","searchChat":"搜索聊天内容...","prevShiftEnter":"上一个 (Shift+Enter)","nextEnter":"下一个 (Enter)","closeEsc":"关闭 (Esc)"},"chat":{"startConversation":"开始对话吧","loadMoreHistory":"加载更多...","scrollUpForMore":"↑ 向上滚动加载更多历史","claudeThinking":"Claude 正在思考...","jumpToStart":"跳转到开始","jumpToLatest":"跳转到最新","copyMessage":"复制消息","forkSession":"从此处分叉会话","imageN":"图片 {{index}}","imagePreview":"图片预览","toolCalls":"{{count}} 个工具调用","collapse":"▲ 收起","expand":"▼ 展开","viewQuestions":"查看提问","viewAllFileChanges":"查看所有文件变更","requestFailed":"请求失败","cannotReadStream":"无法读取响应流","errorRetry":"发生错误,请重试","placeholder":"输入消息,Enter 发送 (Shift+Enter 换行,可粘贴图片,/ 显示命令)","placeholderDisabled":"生成中... 可继续输入","imageSizeLimit":"图片大小超过限制(最大 5MB),当前大小: {{size}}MB","stageAll":"暂存所有文件 (git add -A)","viewGitChanges":"查看 Git 变更","viewAllComments":"查看所有评论","userMessages":"用户消息列表","projectNotes":"项目笔记","scheduledTasks":"定时任务","context":"上下文","output":"输出","copiedCommandTooltip":"已复制!","copyCommandTooltip":"复制命令: claude -r {{sessionId}}","executedCommand":"执行了 `{{command}}`{{exitInfo}},输出:\\n```\\n{{output}}\\n```","executedCommandFailed":"执行 `{{command}}` 失败:{{error}}","skillExpansionPrompt":"请读取这个 skill 文件:"},"console":{"enterCommandOrUrl":"输入命令或网址开始使用","loadingMore":"加载中...","loadMoreHistory":"加载更多历史","quickCommands":"快捷命令","singleColumn":"单列布局","dualColumn":"双列布局","envVars":"环境变量","launchZsh":"启动 zsh 交互终端","inputPlaceholder":"输入命令或网址并按 Enter... (↑↓ 历史, Tab 补全)","scopeProject":"项目","scopeGlobal":"全局","tabSwitchEscClose":"Tab 切换 \xb7 Esc 关闭","copyOutput":"复制输出","copyCommand":"复制命令","rerun":"重新运行","deleteRecord":"删除记录","searchPlaceholder":"搜索...","searchMode":"搜索","filterMode":"过滤","prevShiftEnter":"上一个 (Shift+Enter)","nextEnter":"下一个 (Enter)","loadingTerminal":"加载终端...","clickToInput":"点击终端区域输入","stdinPlaceholder":"stdin 输入...","runningText":"运行中...","exitCode":"退出代码: {{code}}","totalLines":"共 {{count}} 行","globalCommands":"全局命令","projectCommands":"项目命令","noCustomCommands":"暂无自定义命令","namePlaceholder":"名称","commandPlaceholder":"命令","restoreTooltip":"还原 ({{modKey}}M / ESC)","screenshotting":"截图中...","outputFileDeleted":"[输出文件已删除]"},"browser":{"blankPage":"空白页","copyUrl":"复制网址","openInNewWindow":"在新窗口打开","exitMaximize":"退出最大化 ({{modKey}}M)","maximize":"最大化 ({{modKey}}M)","pageLoadFailed":"页面加载失败","clickToWake":"点击唤醒","sleeping":"已休眠","loadingPage":"加载中...","loadFailed":"加载失败"},"database":{"connectionFailed":"连接失败","connected":"已连接","connecting":"连接中...","refreshTableList":"刷新表列表","filterTable":"T 表","filterView":"V 视图","noTables":"无表","tabStructure":"结构","tabData":"数据","tabSql":"SQL","filterActive":"筛选: {{count}}列","clearAllFilters":"清除所有筛选","deleteNRows":"删除 {{count}} 行","confirmDeleteRows":"确认删除?","copyCsvSelected":"复制选中行为 CSV","copyCsvAll":"导出全表 CSV","copyJsonSelected":"复制选中行为 JSON","copyJsonAll":"导出全表 JSON","copyCSV":"复制 CSV","CSV":"CSV","copyJSON":"复制 JSON","JSON":"JSON","selectTable":"选择左侧表格","selectTableToView":"选择表以查看结构","selectTableForData":"选择表以查看数据","columns":"列","colName":"名称","colType":"类型","colNullable":"可空","colDefault":"默认值","primaryKey":"主键","foreignKeys":"外键","indexes":"索引","enable":"启用","commaValues":"逗号分隔多值","likePattern":"%pattern%","valuePlaceholder":"值","apply":"应用","clearFilter":"清除","addRow":"+ 新增行","totalRows":"{{count}} 行","rowsAffected":"{{command}} — {{count}} 行受影响 ({{duration}}ms)","queryRows":"{{count}} 行 ({{duration}}ms)","resultTruncated":"[结果已截断至1000行]","sqlPlaceholder":"输入 SQL... ({{modKey}}Enter 执行)","executing":"执行中...","execute":"▶ 执行","deleteRowsFailed":"{{count}} 行删除失败","inputParams":"输入参数","resultLabel":"结果"},"mysql":{"connectionFailed":"连接失败","connected":"已连接","connecting":"连接中...","refreshTableList":"刷新表列表","filterTable":"T 表","filterView":"V 视图","noTables":"无表","tabStructure":"结构","tabData":"数据","tabSql":"SQL","filterActive":"筛选: {{count}}列","clearAllFilters":"清除所有筛选","deleteNRows":"删除 {{count}} 行","confirmDeleteRows":"确认删除?","copyCsvSelected":"复制选中行为 CSV","copyCsvAll":"导出全表 CSV","copyJsonSelected":"复制选中行为 JSON","copyJsonAll":"导出全表 JSON","copyCSV":"复制 CSV","CSV":"CSV","copyJSON":"复制 JSON","JSON":"JSON","selectTable":"选择左侧表格","selectTableToView":"选择表以查看结构","selectTableForData":"选择表以查看数据","columns":"列","colName":"名称","colType":"类型","colNullable":"可空","colDefault":"默认值","primaryKey":"主键","foreignKeys":"外键","indexes":"索引","enable":"启用","commaValues":"逗号分隔多值","likePattern":"%pattern%","valuePlaceholder":"值","apply":"应用","clearFilter":"清除","addRow":"+ 新增行","totalRows":"{{count}} 行","rowsAffected":"{{command}} — {{count}} 行受影响 ({{duration}}ms)","queryRows":"{{count}} 行 ({{duration}}ms)","resultTruncated":"[结果已截断至1000行]","sqlPlaceholder":"输入 SQL... ({{modKey}}Enter 执行)","executing":"执行中...","execute":"▶ 执行","deleteRowsFailed":"{{count}} 行删除失败"},"redis":{"neverExpires":"永不过期","expired":"已过期","loadFailed":"加载失败","deleteFailed":"删除失败","saveFailed":"保存失败","scanPlaceholder":"SCAN 模式...","scanSearch":"搜索 (SCAN)","noKeys":"无 key","loadMore":"加载更多...","tabData":"数据","tabInfo":"信息","tabCli":"CLI","selectKey":"选择左侧 Key","keyNotExist":"Key 不存在","unsupportedType":"不支持的类型: {{type}}","nItems":"{{total}} items","showingN":"显示 {{count}}","nMembers":"{{total}} members","nEntries":"{{total}} entries","cliHint":"输入 Redis 命令,如 PING, GET key, KEYS *","cliPlaceholder":"输入命令..."},"git":{"switchBranch":"切换分支","searchBranch":"搜索分支...","noBranches":"无可切换分支","noMatchingBranches":"无匹配分支","localBranches":"本地分支","remoteBranches":"远程分支","branchNotFound":"未找到分支","selectBranch":"选择分支...","currentBranch":"当前","notGitRepo":"当前目录不是 Git 仓库","cannotGetBranches":"无法获取分支信息","getBranchesFailed":"获取分支信息失败","discardAllConfirm":"确定要放弃工作区的 {{count}} 个文件的变更吗?此操作不可恢复。","worktree":{"title":"Git Worktree","count":"{{count}} 个 worktree","selectBranch":"选择分支","addWorktree":"+ 添加 Worktree","confirmDelete":"确认删除","confirmDeleteMsg":"确定要删除 worktree 吗?","path":"路径:","branch":"分支:","locked":"已锁定","unlock":"解锁","lock":"锁定","searchBranch":"搜索分支...","noBranches":"无可用分支"}},"comments":{"addComment":"添加评论","lineRange":"行 {{start}}-{{end}}","inputPlaceholder":"输入评论...","newComment":"新评论 {{range}}","commentPlaceholder":"输入评论... ({{modKey}}Enter 提交, Esc 取消)","nComments":"{{count}} 条评论","allComments":"所有评论","copyAllComments":"复制全部评论","noComments":"暂无评论","clearAll":"清空所有","totalComments":"共 {{count}} 条评论","aiReply":"AI 回复","noContent":"(无内容)","linesCount":"({{count}} 行)","codeRef":"代码引用:","note":"备注: {{content}}","submitting":"提交中...","enterSubmit":"Enter 提交 \xb7 Shift+Enter 换行","askAI":"提问 AI","inputQuestion":"输入你的问题...","aiGenerating":"正在生成中,请稍候...","enterSend":"Enter 发送 \xb7 Shift+Enter 换行","sendToAI":"发送到 AI","aiResponding":"AI 正在响应中...","question":"问题: {{question}}"},"fileContextMenu":{"createFile":"新建文件","copyFile":"复制文件","copyFolder":"复制文件夹","pasteHere":"粘贴到此处","deleteFile":"删除文件","deleteFolder":"删除文件夹","copyRelativePath":"复制相对路径","copyAbsolutePath":"复制绝对路径","copyRelativeDirPath":"复制相对文件夹路径","copyAbsoluteDirPath":"复制绝对文件夹路径","copyFileName":"复制文件名","copyFolderName":"复制文件夹名"},"settings":{"title":"设置","theme":"主题","themeLight":"浅色","themeDark":"深色","themeSystem":"跟随系统","browserExtension":"浏览器插件","extensionInstalled":"Cockpit Bridge 已安装","extensionNotInstalled":"Cockpit Bridge 未安装","extensionDescription":"安装 Chrome 插件后,iframe 内的链接跳转将被拦截:新标签链接创建新气泡,页面内导航更新当前气泡。","installSteps":"安装步骤:","step1":"1. 打开 Chrome 地址栏输入","step2":"2. 开启右上角「开发者模式」","step3":"3. 点击「加载已解压的扩展程序」","step4mac":"4. 按 <kbd>Cmd+Shift+G</kbd> → 粘贴下方路径 → 回车","copyExtensionPath":"复制插件目录路径","reloadExtension":"重载插件","about":"关于","language":"语言","languageAuto":"跟随系统","switchDark":"切换暗色","switchLight":"切换亮色"},"editor":{"placeholder":"写点什么... 输入 / 打开快捷命令","noteTitle":"{{name}} - 笔记","noteUntitled":"笔记","saving":"保存中...","linkPlaceholder":"输入链接地址...","confirmLink":"确认","removeLink":"移除链接","heading1":"标题 1","heading2":"标题 2","heading3":"标题 3","bold":"粗体","italic":"斜体","strikethrough":"删除线","inlineCode":"行内代码","link":"链接","bulletList":"无序列表","orderedList":"有序列表","taskList":"待办列表","blockquote":"引用","codeBlock":"代码块","table":"表格","horizontalRule":"分割线","insertRowAbove":"在上方插入行","insertRowBelow":"在下方插入行","insertColumnLeft":"在左侧插入列","insertColumnRight":"在右侧插入列","deleteRow":"删除当前行","deleteColumn":"删除当前列","deleteTable":"删除表格","deleteCodeBlock":"删除代码块","toc":"目录","expandToc":"展开目录","collapseToc":"收起目录"},"slashCommands":{"heading1":"标题 1","heading1Desc":"大标题","heading2":"标题 2","heading2Desc":"中标题","heading3":"标题 3","heading3Desc":"小标题","bulletList":"无序列表","bulletListDesc":"项目符号列表","orderedList":"有序列表","orderedListDesc":"编号列表","taskList":"待办列表","taskListDesc":"可勾选的任务列表","blockquote":"引用","blockquoteDesc":"引用块","codeBlock":"代码块","codeBlockDesc":"代码片段","table":"表格","tableDesc":"插入 3\xd73 表格","horizontalRule":"分割线","horizontalRuleDesc":"水平分割线","link":"链接","linkDesc":"插入超链接"},"commands":{"qa":"进入需求澄清讨论模式","commit":"提交代码变更","review":"代码审查","test":"运行测试","fix":"修复问题","explain":"解释代码","refactor":"重构代码"},"review":{"reviewManagement":"评审管理","allReviews":"所有评审","noOpenReviews":"暂无开放评审","viewComments":"查看评论","nComments":"{{count}} 条评论","nDocs":"{{count}} 文档","nReviews":"{{count}} 评审","docList":"文档列表","allReviewsList":"所有评审","expandList":"展开列表","collapseList":"折叠列表","closeReview":"关闭评审","reopenReview":"重新开放","deleteReview":"删除评审","noOpenDocs":"暂无开放文档","noReviews":"暂无评审","sharing":"分享中","notShared":"未分享","closeSharing":"关闭分享","enableSharing":"开启分享评审","view":"查看","setNickname":"设置你的昵称","nicknameHint":"其他评审人将看到这个名字","nicknamePlaceholder":"输入昵称","skipForNow":"下次再说","identitySettings":"身份设置","reviewNickname":"评审昵称","random":"随机","selectTextToComment":"选中左侧文本添加评论","selectTextHint":"选中左侧文本即可添加评论","prevComment":"上一条","nextComment":"下一条","commentsCount":"{{count}} 条评论","commentsNavCount":"{{current}}/{{total}} 条评论","allCommentsTitle":"全部评论","commentsCountBrief":"{{count}} 条","closedCount":"{{count}} 条已关闭","copyAllComments":"复制全部评论","noComments":"暂无评论","closedComments":"已关闭 ({{count}})","closedLabel":"已关闭","moreReplies":"+{{count}} 条回复","copyComment":"复制评论","reopen":"重开","closeComment":"关闭评论","editComment":"编辑评论","deleteComment":"删除评论","edited":"(已编辑)","editReply":"编辑回复","deleteReply":"删除回复","reply":"回复","replyPlaceholder":"添加回复...","selectedText":"选中文本","addCommentPlaceholder":"添加评论...","enterSubmitHint":"Enter 提交,Shift+Enter 换行","commentBtn":"评论","reviewNotExist":"评审不存在或已被删除","loadFailed":"加载失败","networkError":"网络错误","reviewNotFound":"评审不存在","checkLink":"请检查链接是否正确","updatedAt":"更新于 {{date}}","active":"开放中","closed":"已关闭","viewAllComments":"查看全部评论","viewCommentBtn":"查看评论","copyLink":"复制链接","reviewSummary":"评审评论汇总 — {{title}}","totalNComments":"共 {{count}} 条评论","quoteRef":"引用: \\"{{text}}\\"","commentAuthor":"评论 ({{author}}): {{content}}","replyAuthor":" ↳ {{author}}: {{content}}"},"markdown":{"copied":"✓ 已复制","copy":"复制"},"imagePreview":{"previewImage":"预览图片","deleteImage":"删除图片"},"tokenStats":{"title":"Claude Code Token 统计","activeHours":"活跃时段分布","hourSessions":"{{h}}:00 — {{count}} 次会话","messages":"消息","toolCalls":"工具调用","activityTrend":"活动趋势","byModel":"按模型","tokenUsage":"Token 用量","equivalentCost":"等效费用","modelCostDetail":"模型费用明细","model":"模型","share":"占比","total":"合计","totalSessions":"总会话","totalMessages":"总消息","equivalentApiCost":"等效 API 费用","longestSession":"最长会话","firstUse":"首次使用","notFound":"未找到 ~/.claude/stats-cache.json","day":"日","week":"周","month":"月"},"toolCall":{"inputParams":"输入参数","resultLabel":"结果","inputParamsTitle":"查看输入参数","resultTitle":"查看结果","input":"输入","result":"结果","foldedLines":"... ({{count}} 行)"},"fileEditor":{"unsavedConfirm":"有未保存的修改,确定关闭?","discardChanges":"放弃修改","continueEditing":"继续编辑","externallyModified":"文件已被外部修改,保存将覆盖外部更改","useDiskVersion":"使用磁盘版本","forceOverwrite":"强制覆盖"},"quickFileOpen":{"placeholder":"输入文件名快速打开...","noMatch":"没有匹配的文件","recent":"最近","selectHint":"选择","openHint":"打开","closeHint":"关闭"},"envManager":{"title":"环境变量管理","tabScope":"当前 Tab 专用","globalScope":"全局环境变量","varNamePlaceholder":"变量名(如 NODE_ENV)","varValuePlaceholder":"值(如 production)","valuePlaceholder":"值","noVars":"还没有环境变量,添加一个试试"},"aliasManager":{"title":"命令别名管理","description":"为常用命令设置快捷别名(全局生效)","aliasPlaceholder":"别名(如 ll)","commandPlaceholder":"完整命令(如 ls -la)","fullCommandPlaceholder":"完整命令","usage":"使用提示:","usageDesc":"输入别名即可执行对应的完整命令","noAliases":"还没有命令别名,添加一个试试"},"diffViewer":{"fileChanges":"文件变更 ({{count}} 处)","selectFileToView":"选择左侧文件查看变更","sideBySide":"并列对比","unified":"统一对比","previewFile":"预览文件","copiedAll":"已复制全文","compact":"精简","full":"全文","gap":{"hidden":"已隐藏 {{count}} 行","more":"\xb7\xb7\xb7 更多 +{{count}} \xb7\xb7\xb7","expandUp":"向上展开 {{count}} 行","expandDown":"向下展开 {{count}} 行"}},"commitDetail":{"title":"提交详情","hash":"哈希:","author":"作者:","date":"日期:","files":"文件:","nChanges":"{{count}} 个变更","loadingFiles":"加载文件中...","noFileChanges":"无文件变更","loadingDiff":"加载差异中...","selectFileToView":"选择文件查看差异"},"askQuestion":{"title":"提问","nQuestions":"{{count}} 个问题","checkedN":"已勾选 {{count}}","copyChecked":"复制勾选的 {{count}} 个问答","copyAll":"复制所有问答","checkToCopy":"勾选以复制","custom":"自定义","customPlaceholder":"输入自定义回答...","notSelected":"(未选择)"},"tabBar":{"unpin":"取消固定","pin":"固定到常用会话","closeTab":"关闭标签","newTab":"新建标签"},"tabManagerTopBar":{"copyPageUrl":"复制页面地址","copyDirPath":"复制目录路径","refreshProject":"刷新当前项目","openInVSCode":"在 VS Code 中打开","openInCursor":"在 Cursor 中打开","aliasesGlobal":"命令别名(全局)","tokenStats":"Token 统计","openSurething":"打开 Surething"},"hoverTooltip":{"findReferences":"查找引用","search":"搜索"},"todoViewer":{"title":"任务列表","progress":"{{completed}} / {{total}} 完成"},"userMessages":{"title":"用户消息列表","noMessages":"暂无用户消息"},"shortIdBadge":{"clickToDisconnect":"点击断开连接","clickToRegister":"点击注册并复制 CLI 命令"},"api":{"pathForbidden":"不允许操作此路径","deleteForbidden":"不允许删除此路径","notAFolder":"目标不是文件夹","imageTooLarge":"图片文件过大,无法预览","cannotPreviewBinary":"无法预览二进制文件","fileTooLarge":"文件过大,无法预览(超过 10MB)","fileModifiedExternally":"文件已被外部修改","pickFolderPrompt":"选择项目文件夹"},"confirm":{"title":"提示","ok":"确定","cancel":"取消"},"floatingToolbar":{"addComment":"添加评论","sendToAI":"发送 AI","search":"搜索"},"searchResults":{"title":"搜索结果","nMatches":"({{count}} 处匹配)","searching":"搜索中...","noResults":"无匹配结果"},"references":{"title":"引用","searching":"搜索中...","notFound":"未找到引用"},"gitFileTree":{"noFiles":"无文件"},"reviewUtils":{"adjectives":["快乐","勇敢","安静","明亮","温柔","灵巧","自由","清澈","飞翔","悠闲","活泼","聪慧","淡定","机敏","从容","坚定","爽朗","和煦","奔放","沉稳"],"nouns":["熊猫","海豚","白鹤","雪豹","云雀","松鼠","飞鱼","梅花鹿","青鸟","银狐","猫头鹰","蜻蜓","萤火虫","海龟","蝴蝶","金丝猴","丹顶鹤","羚羊","燕子","企鹅"]}}');n.Ay.isInitialized||n.Ay.init({resources:{en:{translation:a},zh:{translation:r}},lng:"en",fallbackLng:"en",interpolation:{escapeValue:!1}});let i=n.Ay},79968:(e,t,o)=>{o.d(t,{ShareReviewToggle:()=>c});var n=o(95155),a=o(12115),r=o(79114),i=o(34075),s=o(86957),l=o(90420);function c({content:e,sourceFile:t}){let o,d,u,m,p,{t:h}=(0,r.Bd)(),[g,f]=(0,a.useState)(null),[w,v]=(0,a.useState)(!0),[C,y]=(0,a.useState)(!1);(0,a.useEffect)(()=>{if(!t)return void v(!1);let e=!1;return s.t4.runPromiseExit((0,l.Y_)()).then(o=>{if(!e){if("Success"===o._tag){let e=(o.value.reviews??[]).find(e=>e.sourceFile===t);f(e?{id:e.id,active:e.active,updatedAt:e.updatedAt}:null)}v(!1)}}),()=>{e=!0}},[t]);let b=g?.active===!0,x=(0,a.useCallback)(async()=>{y(!0);let o=t.split("/").pop()||t,n=await s.t4.runPromiseExit((0,l.bx)({title:o,content:e,sourceFile:t}));if("Success"!==n._tag||!n.value.review){(0,i.oR)(h("toast.reviewCreateFailed"),"error"),y(!1);return}let a=n.value.review;f({id:a.id,active:!0,updatedAt:a.updatedAt||a.createdAt});let r=await s.t4.runPromiseExit((0,l._c)()),c="Success"===r._tag&&r.value.shareBase?`${r.value.shareBase}/review/${a.id}`:`${window.location.origin}/review/${a.id}`;try{await navigator.clipboard.writeText(c)}catch{}(0,i.oR)(a.existing?h("toast.reviewUpdated"):h("toast.reviewCreated"),"success"),y(!1)},[e,t,h]),k=(0,a.useCallback)(async()=>{g&&(y(!0),"Success"===(await s.t4.runPromiseExit((0,l.Gm)(g.id,{active:!1})))._tag?(f(e=>e?{...e,active:!1}:null),(0,i.oR)(h("toast.sharingClosed"),"success")):(0,i.oR)(h("toast.sharingCloseFailed"),"error"),y(!1))},[g,h]),S=(0,a.useCallback)(()=>{C||(b?k():x())},[C,b,x,k]),N=(0,a.useCallback)(()=>{g&&window.open(`${window.location.origin}/review/${g.id}`,"_blank")},[g]);return w?null:(0,n.jsxs)("div",{className:"flex items-center gap-2",children:[(0,n.jsx)("button",{onClick:S,disabled:C,className:`relative inline-flex h-4 w-7 items-center rounded-full transition-colors ${C?"opacity-50 cursor-wait":"cursor-pointer"} ${b?"bg-green-500":"bg-muted-foreground/30"}`,title:b?h("review.closeSharing"):h("review.enableSharing"),children:(0,n.jsx)("span",{className:`inline-block h-3 w-3 rounded-full bg-white transition-transform ${b?"translate-x-3.5":"translate-x-0.5"}`})}),(0,n.jsx)("span",{className:`text-[11px] ${b?"text-green-600 dark:text-green-400":"text-muted-foreground"}`,children:b?h("review.sharing"):h("review.notShared")}),g&&g.updatedAt&&(0,n.jsxs)(n.Fragment,{children:[(0,n.jsx)("span",{className:"text-[10px] text-muted-foreground",children:(d=String((o=new Date(g.updatedAt)).getMonth()+1).padStart(2,"0"),u=String(o.getDate()).padStart(2,"0"),m=String(o.getHours()).padStart(2,"0"),p=String(o.getMinutes()).padStart(2,"0"),`${d}-${u} ${m}:${p}`)}),(0,n.jsx)("button",{onClick:N,className:"text-[11px] text-brand hover:underline",children:h("review.view")})]})]})}},82032:(e,t,o)=>{o.d(t,{ReviewDropdown:()=>h});var n=o(95155),a=o(12115),r=o(79114),i=o(2111),s=o(19736),l=o(49433),c=o(86957),d=o(90420);let u="review-last-viewed";function m(){try{return JSON.parse(localStorage.getItem(u)||"{}")}catch{return{}}}function p(e,t){if(!e.lastCommentAt)return!1;let o=t[e.id];return!o||e.lastCommentAt>o}function h({cwd:e}){let{t}=(0,r.Bd)(),[o,g]=(0,a.useState)(!1),[f,w]=(0,a.useState)([]),[v,C]=(0,a.useState)(!1),[y,b]=(0,a.useState)(null),[x,k]=(0,a.useState)({}),[S,N]=(0,a.useState)({open:!1,comments:[],title:"",userNameMap:{}}),T=(0,a.useRef)(null),F=(0,a.useRef)(null),[E,L]=(0,a.useState)(null);(0,a.useEffect)(()=>{queueMicrotask(()=>k(m()))},[]),(0,a.useEffect)(()=>{if(!o)return;let e=e=>{T.current&&!T.current.contains(e.target)&&g(!1)};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[o]);let j=(0,a.useCallback)(async()=>{C(!0);let e=await c.t4.runPromiseExit((0,d.Y_)());"Success"===e._tag&&w(e.value.reviews??[]),C(!1)},[]);(0,a.useEffect)(()=>{o&&queueMicrotask(()=>j())},[o,j]);let R=(0,a.useCallback)(e=>{let{data:t}=e;t?.some(e=>"review"===e.type)&&j()},[j]);(0,i.h)({url:`/ws/watch?cwd=${encodeURIComponent(e||"/")}`,onMessage:R,enabled:!!e}),(0,a.useEffect)(()=>{queueMicrotask(()=>j())},[j]);let A=(0,a.useMemo)(()=>f.filter(e=>e.active),[f]),P=(0,a.useMemo)(()=>A.some(e=>p(e,x)),[A,x]),M=(0,a.useCallback)(e=>{let t;(t=m())[e]=Date.now(),localStorage.setItem(u,JSON.stringify(t)),k(m()),window.open(`${window.location.origin}/review/${e}`,"_blank")},[]),D=(0,a.useCallback)(async(e,t)=>{e.stopPropagation();let[o,n]=await Promise.all([c.t4.runPromiseExit((0,d.JK)(t)),c.t4.runPromiseExit((0,d.BL)())]);if("Success"!==o._tag)return;let a=o.value.review,r={};if("Success"===n._tag)for(let[e,t]of Object.entries(n.value.users))r[e]=t.name;N({open:!0,comments:a.comments||[],title:a.title??"",userNameMap:r})},[]),I=(0,a.useCallback)((e,t)=>{F.current=t,e.dataTransfer.effectAllowed="move";let o=e.currentTarget;requestAnimationFrame(()=>o.classList.add("opacity-30"))},[]),B=(0,a.useCallback)(e=>{F.current=null,L(null),e.currentTarget instanceof HTMLElement&&e.currentTarget.classList.remove("opacity-30")},[]),O=(0,a.useCallback)((e,t)=>{e.preventDefault(),e.dataTransfer.dropEffect="move",F.current&&F.current!==t&&L(t)},[]),V=(0,a.useCallback)((e,t)=>{e.preventDefault(),L(null);let o=F.current;F.current=null,o&&o!==t&&w(e=>{let n=[...e],a=n.findIndex(e=>e.id===o),r=n.findIndex(e=>e.id===t);if(-1===a||-1===r)return e;let[i]=n.splice(a,1);n.splice(r,0,i);let s=n.map(e=>e.id);return c.t4.runFork((0,d.z1)(s).pipe(l.orElse(()=>l.void))),n})},[]);return(0,n.jsxs)("div",{ref:T,className:"relative",children:[(0,n.jsxs)("button",{onClick:()=>g(e=>!e),className:`relative p-2 rounded-lg transition-colors ${o?"text-foreground bg-accent":"text-muted-foreground hover:text-foreground hover:bg-accent"}`,title:t("review.reviewManagement"),children:[(0,n.jsx)("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,n.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4"})}),P&&(0,n.jsx)("span",{className:"absolute top-1 right-1 w-2 h-2 bg-red-500 rounded-full"})]}),o&&(0,n.jsxs)("div",{className:"absolute right-0 top-full mt-1 w-64 bg-popover border border-border rounded-lg shadow-xl z-50 overflow-hidden",children:[(0,n.jsxs)("div",{className:"px-3 py-2 border-b border-border flex items-center justify-between",children:[(0,n.jsxs)("div",{children:[(0,n.jsx)("span",{className:"text-xs font-medium text-muted-foreground",children:t("review.allReviews")}),(0,n.jsx)("span",{className:"text-xs text-muted-foreground/60 ml-1.5",children:A.length})]}),(0,n.jsx)("button",{onClick:j,className:"p-0.5 text-muted-foreground hover:text-foreground rounded transition-colors",title:t("common.refresh"),children:(0,n.jsx)("svg",{className:"w-3.5 h-3.5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,n.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 4v5h.582m15.356 2A8.001 8.001 0 004.582 9m0 0H9m11 11v-5h-.581m0 0a8.003 8.003 0 01-15.357-2m15.357 2H15"})})})]}),(0,n.jsx)("div",{className:"max-h-80 overflow-y-auto",children:v&&0===f.length?(0,n.jsx)("div",{className:"px-3 py-4 text-xs text-muted-foreground/50 text-center",children:t("common.loading")}):0===A.length?(0,n.jsx)("div",{className:"px-3 py-4 text-xs text-muted-foreground/50 text-center",children:t("review.noOpenReviews")}):A.map(e=>{let o,a,r,i,s,l=p(e,x);return(0,n.jsxs)("div",{draggable:!0,onDragStart:t=>I(t,e.id),onDragEnd:B,onDragOver:t=>O(t,e.id),onDrop:t=>V(t,e.id),onMouseEnter:t=>{let o=t.currentTarget.getBoundingClientRect();b({id:e.id,text:e.title,top:o.top+o.height/2,left:o.left})},onMouseLeave:()=>b(t=>t?.id===e.id?null:t),onClick:()=>M(e.id),className:`group px-3 py-2 cursor-pointer border-b transition-colors ${E===e.id?"border-b-brand border-t border-t-transparent":"border-b-border/50"} hover:bg-accent/30`,children:[(0,n.jsxs)("div",{className:"flex items-center gap-1.5 min-w-0",children:[(0,n.jsx)("span",{className:`w-1.5 h-1.5 rounded-full flex-shrink-0 ${l?"bg-red-500":"bg-green-500"}`}),(0,n.jsx)("span",{className:`text-xs truncate flex-1 ${l?"font-medium text-foreground":""}`,children:e.title}),e.commentCount>0&&(0,n.jsx)("button",{onClick:t=>D(t,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:t("review.viewComments"),children:(0,n.jsx)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:(0,n.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"})})})]}),(0,n.jsxs)("div",{className:"flex items-center gap-2 text-[10px] text-muted-foreground/50 mt-0.5 pl-3",children:[(0,n.jsx)("span",{children:(a=String((o=new Date(e.updatedAt||e.createdAt)).getMonth()+1).padStart(2,"0"),r=String(o.getDate()).padStart(2,"0"),i=String(o.getHours()).padStart(2,"0"),s=String(o.getMinutes()).padStart(2,"0"),`${a}-${r} ${i}:${s}`)}),e.commentCount>0&&(0,n.jsx)("span",{children:t("review.nComments",{count:e.commentCount})})]})]},e.id)})})]}),y&&o&&(0,n.jsx)("div",{className:"fixed z-[60] px-2 py-1 text-xs bg-popover text-popover-foreground border border-border rounded shadow-md whitespace-nowrap pointer-events-none",style:{top:y.top,left:y.left-8,transform:"translate(-100%, -50%)"},children:y.text}),(0,n.jsx)(s.ReviewCommentsListModal,{isOpen:S.open,onClose:()=>N(e=>({...e,open:!1})),comments:S.comments,reviewTitle:S.title,userNameMap:S.userNameMap})]})}},82680:(e,t,o)=>{o.d(t,{m_:()=>r,uV:()=>a});var n=o(50584);class a extends n.rN("AppError"){}n.rN("DBError"),n.rN("WSError"),n.rN("FSError"),n.rN("AgentError"),n.rN("ValidationError");class r extends n.rN("NotFoundError"){}n.rN("PermissionError")},86957:(e,t,o)=>{o.d(t,{t4:()=>M});var n=o(59257),a=o(74565),r=o(49433),i=o(93404),s=o(22484),l=o(41463);let c=n.Um(s.j9,s.dl((e=>{switch((e??"").toLowerCase()){case"all":return i.u8;case"trace":return i.Cn;case"debug":return i.y;case"info":default:return i.R2;case"warning":case"warn":return i.N5;case"error":return i.$D;case"fatal":return i.Lj;case"none":return i.NV}})(l.env.COCKPIT_LOG_LEVEL)));var d=o(80905),u=o(98953);let m=globalThis,p=m.__cockpitSpanRing??={buffer:[],index:new Map},h=e=>{let t="abcdef0123456789",o="";for(let n=0;n<e;n++)o+=t.charAt(Math.floor(Math.random()*t.length));return o};class g{constructor(e,t,o,n,a,r){this.name=e,this.parent=t,this.context=o,this.startTime=a,this.kind=r,this._tag="Span",this.sampled=!0,this.attributes=new Map,this.events=[],this.traceId=d.Ru(t)?t.value.traceId:h(32),this.spanId=h(16),this.status={_tag:"Started",startTime:a},this.links=Array.from(n),function(e){if(p.buffer.push(e),p.index.set(e.spanId,p.buffer.length-1),p.buffer.length>500){p.buffer.shift(),p.index.clear();for(let e=0;e<p.buffer.length;e++)p.index.set(p.buffer[e].spanId,e)}}(function(e,t,o,n,a,r){return{traceId:t,spanId:e,parentSpanId:o,name:n,kind:a,startTimeNs:r.toString(),endTimeNs:null,durationMs:null,attributes:{},events:[],status:"started"}}(this.spanId,this.traceId,function(e){return d.Ru(e)?e.value.spanId:null}(t),e,r,a))}end(e,t){this.status={_tag:"Ended",endTime:e,exit:t,startTime:this.status.startTime},function(e,t,o){let n=p.index.get(e);if(void 0===n)return;let a=p.buffer[n];if(!a)return;let r=Number(t-BigInt(a.startTimeNs))/1e6;p.buffer[n]={...a,endTimeNs:t.toString(),durationMs:Math.round(100*r)/100,status:"Success"===o._tag?"ok":"error",errorMessage:"Failure"===o._tag?function(e){if(e instanceof Error)return e.message;if("string"==typeof e)return e;try{return JSON.stringify(e)}catch{return String(e)}}(o.cause):void 0}}(this.spanId,e,"Success"===t._tag?{_tag:"Success"}:{_tag:"Failure",cause:t.cause})}attribute(e,t){this.attributes.set(e,t),function(e,t,o){let n=p.index.get(e);if(void 0===n)return;let a=p.buffer[n];a&&(p.buffer[n]={...a,attributes:{...a.attributes,[t]:o}})}(this.spanId,e,t)}event(e,t,o){this.events.push([e,t,o??{}]),function(e,t,o,n){let a=p.index.get(e);if(void 0===a)return;let r=p.buffer[a];r&&(p.buffer[a]={...r,events:[...r.events,{name:t,timeNs:o.toString(),attributes:n}]})}(this.spanId,e,t,o)}addLinks(e){this.links.push(...e)}}let f=u.L8({span:(e,t,o,n,a,r)=>new g(e,t,o,n,a,r),context:e=>e()}),w=n.Py(u.sh,f);n.Ie;var v=o(63400),C=o(41463);let y=v.eu("dev","prod")("COCKPIT_ENV").pipe(v.IQ("prod")),b=v.Yj("COCKPIT_HOST").pipe(v.IQ("127.0.0.1")),x=v.nd("COCKPIT_PORT").pipe(v.NW(()=>v.nd("PORT")),v.IQ(3457)),k=v.uK(v.Yj("COCKPIT_OPEN_PROJECT")).pipe(v.Tj(e=>"Some"===e._tag?e.value:void 0)),S=v.zM("COCKPIT_NO_OPEN").pipe(v.IQ(!1)),N=v.Yj("COCKPIT_LOG_LEVEL").pipe(v.IQ("info")),T=v.uK(v.Yj("COCKPIT_DIR"));r.gen(function*(){let e=yield*y,t=yield*b,o=yield*x,n=yield*k,a=yield*S,i=yield*N,s=yield*T,l=yield*r.sync(()=>{if("Some"===s._tag)return s.value;let e=void 0!==C?C.env:void 0;return(e?.HOME||e?.USERPROFILE||".")+"/.cockpit"});return{env:e,host:t,port:3457===o&&"dev"===e?3456:o,cockpitDir:l,openProject:n,openBrowser:!a,logLevel:i,logFile:l+"/logs/cockpit.log"}}).pipe(r.orDie);let F=n.Ie;var E=o(38147),L=o(23363),j=o(88292);let R=n.P1(j.d,r.gen(function*(){let e=yield*E.dT();return yield*r.acquireRelease(r.sync(()=>{let t=t=>{r.runFork(E.mk(e,t))};return window.addEventListener("message",t),t}),e=>r.sync(()=>{window.removeEventListener("message",e)})),j.d.of({publish:(e,t)=>r.sync(()=>{let o={type:e.legacyType,topic:e.id,msg:t,..."object"==typeof t&&null!==t?t:{}};window.parent.postMessage(o,"*")}),subscribe:t=>L.qdp(e).pipe(L.pbD(e=>{var o;return o=e.data,!!o&&"object"==typeof o&&(o.topic===t.id||o.type===t.legacyType)}),L.TjK(e=>((e,t)=>{if(e.topic===t.id)return e.msg;let{type:o,...n}=e;return n})(e.data,t)))})})),A=n.Um(c,w,F),P=n.Um(A,R),M=a.L8(P);r.void},88292:(e,t,o)=>{o.d(t,{R:()=>a,d:()=>r});var n=o(50995);let a=(e,t)=>({id:e,legacyType:t??e.replace(/-/g,"_").toUpperCase()}),r=n.Io("@cockpit/IframeBus")},90420:(e,t,o)=>{o.d(t,{BL:()=>f,Gm:()=>p,JK:()=>u,Wr:()=>h,Y8:()=>C,Y_:()=>d,_c:()=>w,bx:()=>m,dU:()=>v,i7:()=>k,jw:()=>y,mu:()=>b,vy:()=>x,z1:()=>g});var n=o(49433),a=o(82680);let r=(e,t)=>n.tryPromise({try:async()=>{let o=await fetch(e,t);if(!o.ok)throw Error(`HTTP ${o.status}`);return await o.json()},catch:o=>new a.uV({message:`${t?.method??"GET"} ${e} failed`,cause:o})}),i=(e,t)=>r(e,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)}),s=(e,t)=>r(e,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)}),l=(e,t)=>r(e,{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)}),c=e=>r(e,{method:"DELETE"}),d=()=>r("/api/review"),u=e=>{let t;return t=`/api/review/${encodeURIComponent(e)}`,n.tryPromise({try:async()=>{let e=await fetch(t);if(404===e.status)throw Object.assign(Error("not found"),{__404__:!0});if(!e.ok)throw Error(`HTTP ${e.status}`);return await e.json()},catch:e=>e?.__404__?new a.m_({resource:"review",id:t}):new a.uV({message:`GET ${t} failed`,cause:e})})},m=e=>i("/api/review",e),p=(e,t)=>l(`/api/review/${encodeURIComponent(e)}`,t),h=e=>c(`/api/review/${encodeURIComponent(e)}`),g=e=>l("/api/review/order",{order:e}),f=()=>r("/api/review/users"),w=()=>r("/api/review/share-info"),v=(e,t)=>i(`/api/review/${encodeURIComponent(e)}/comments`,t),C=(e,t)=>s(`/api/review/${encodeURIComponent(e)}/comments`,t),y=(e,t)=>c(`/api/review/${encodeURIComponent(e)}/comments?commentId=${encodeURIComponent(t)}`),b=(e,t)=>i(`/api/review/${encodeURIComponent(e)}/replies`,t),x=(e,t)=>s(`/api/review/${encodeURIComponent(e)}/replies`,t),k=(e,t,o)=>c(`/api/review/${encodeURIComponent(e)}/replies?commentId=${encodeURIComponent(t)}&replyId=${encodeURIComponent(o)}`)},94287:(e,t,o)=>{o.d(t,{m:()=>r});var n=o(95155),a=o(12115);function r({content:e,children:t,className:o}){if(o)return(0,n.jsx)("div",{"data-tooltip":e,className:o,children:t});let i=a.Children.toArray(t);if(1===i.length&&(0,a.isValidElement)(i[0])){let t=i[0];return(0,a.cloneElement)(t,{"data-tooltip":e})}return(0,n.jsx)("div",{"data-tooltip":e,style:{display:"contents"},children:t})}},97251:(e,t,o)=>{o.d(t,{W:()=>r});var n=o(48250);let a=new Set(["p","h1","h2","h3","h4","h5","h6","li","blockquote","pre","table","tr","hr","div","ul","ol"]);function r(){return e=>{(0,n.YR)(e,"element",e=>{if(a.has(e.tagName)&&e.position&&(e.properties||(e.properties={}),e.properties["data-source-start"]=e.position.start.line,e.properties["data-source-end"]=e.position.end.line,"pre"===e.tagName)){let t=e.children?.find(e=>"element"===e.type&&"code"===e.tagName);t&&(t.properties||(t.properties={}),t.properties["data-source-start"]=e.position.start.line,t.properties["data-source-end"]=e.position.end.line)}})}}}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[7562],{47562:(e,s,u)=>{u.d(s,{BrowserRuntime:()=>k.t4});var k=u(86957)}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9012],{49012:(e,s,c)=>{c.d(s,{Effect:()=>f});var f=c(49433)}}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[9617],{79617:e=>{!function(){"use strict";var r={114:function(e){function r(e){if("string"!=typeof e)throw TypeError("Path must be a string. Received "+JSON.stringify(e))}function t(e,r){for(var t,n="",i=0,o=-1,l=0,a=0;a<=e.length;++a){if(a<e.length)t=e.charCodeAt(a);else if(47===t)break;else t=47;if(47===t){if(o===a-1||1===l);else if(o!==a-1&&2===l){if(n.length<2||2!==i||46!==n.charCodeAt(n.length-1)||46!==n.charCodeAt(n.length-2)){if(n.length>2){var f=n.lastIndexOf("/");if(f!==n.length-1){-1===f?(n="",i=0):i=(n=n.slice(0,f)).length-1-n.lastIndexOf("/"),o=a,l=0;continue}}else if(2===n.length||1===n.length){n="",i=0,o=a,l=0;continue}}r&&(n.length>0?n+="/..":n="..",i=2)}else n.length>0?n+="/"+e.slice(o+1,a):n=e.slice(o+1,a),i=a-o-1;o=a,l=0}else 46===t&&-1!==l?++l:l=-1}return n}var n={resolve:function(){for(var e,n,i="",o=!1,l=arguments.length-1;l>=-1&&!o;l--)l>=0?n=arguments[l]:(void 0===e&&(e=""),n=e),r(n),0!==n.length&&(i=n+"/"+i,o=47===n.charCodeAt(0));if(i=t(i,!o),o)if(i.length>0)return"/"+i;else return"/";return i.length>0?i:"."},normalize:function(e){if(r(e),0===e.length)return".";var n=47===e.charCodeAt(0),i=47===e.charCodeAt(e.length-1);return(0!==(e=t(e,!n)).length||n||(e="."),e.length>0&&i&&(e+="/"),n)?"/"+e:e},isAbsolute:function(e){return r(e),e.length>0&&47===e.charCodeAt(0)},join:function(){if(0==arguments.length)return".";for(var e,t=0;t<arguments.length;++t){var i=arguments[t];r(i),i.length>0&&(void 0===e?e=i:e+="/"+i)}return void 0===e?".":n.normalize(e)},relative:function(e,t){if(r(e),r(t),e===t||(e=n.resolve(e))===(t=n.resolve(t)))return"";for(var i=1;i<e.length&&47===e.charCodeAt(i);++i);for(var o=e.length,l=o-i,a=1;a<t.length&&47===t.charCodeAt(a);++a);for(var f=t.length-a,h=l<f?l:f,c=-1,s=0;s<=h;++s){if(s===h){if(f>h){if(47===t.charCodeAt(a+s))return t.slice(a+s+1);else if(0===s)return t.slice(a+s)}else l>h&&(47===e.charCodeAt(i+s)?c=s:0===s&&(c=0));break}var u=e.charCodeAt(i+s);if(u!==t.charCodeAt(a+s))break;47===u&&(c=s)}var g="";for(s=i+c+1;s<=o;++s)(s===o||47===e.charCodeAt(s))&&(0===g.length?g+="..":g+="/..");return g.length>0?g+t.slice(a+c):(a+=c,47===t.charCodeAt(a)&&++a,t.slice(a))},_makeLong:function(e){return e},dirname:function(e){if(r(e),0===e.length)return".";for(var t=e.charCodeAt(0),n=47===t,i=-1,o=!0,l=e.length-1;l>=1;--l)if(47===(t=e.charCodeAt(l))){if(!o){i=l;break}}else o=!1;return -1===i?n?"/":".":n&&1===i?"//":e.slice(0,i)},basename:function(e,t){if(void 0!==t&&"string"!=typeof t)throw TypeError('"ext" argument must be a string');r(e);var n,i=0,o=-1,l=!0;if(void 0!==t&&t.length>0&&t.length<=e.length){if(t.length===e.length&&t===e)return"";var a=t.length-1,f=-1;for(n=e.length-1;n>=0;--n){var h=e.charCodeAt(n);if(47===h){if(!l){i=n+1;break}}else -1===f&&(l=!1,f=n+1),a>=0&&(h===t.charCodeAt(a)?-1==--a&&(o=n):(a=-1,o=f))}return i===o?o=f:-1===o&&(o=e.length),e.slice(i,o)}for(n=e.length-1;n>=0;--n)if(47===e.charCodeAt(n)){if(!l){i=n+1;break}}else -1===o&&(l=!1,o=n+1);return -1===o?"":e.slice(i,o)},extname:function(e){r(e);for(var t=-1,n=0,i=-1,o=!0,l=0,a=e.length-1;a>=0;--a){var f=e.charCodeAt(a);if(47===f){if(!o){n=a+1;break}continue}-1===i&&(o=!1,i=a+1),46===f?-1===t?t=a:1!==l&&(l=1):-1!==t&&(l=-1)}return -1===t||-1===i||0===l||1===l&&t===i-1&&t===n+1?"":e.slice(t,i)},format:function(e){var r,t;if(null===e||"object"!=typeof e)throw TypeError('The "pathObject" argument must be of type Object. Received type '+typeof e);return r=e.dir||e.root,t=e.base||(e.name||"")+(e.ext||""),r?r===e.root?r+t:r+"/"+t:t},parse:function(e){r(e);var t,n={root:"",dir:"",base:"",ext:"",name:""};if(0===e.length)return n;var i=e.charCodeAt(0),o=47===i;o?(n.root="/",t=1):t=0;for(var l=-1,a=0,f=-1,h=!0,c=e.length-1,s=0;c>=t;--c){if(47===(i=e.charCodeAt(c))){if(!h){a=c+1;break}continue}-1===f&&(h=!1,f=c+1),46===i?-1===l?l=c:1!==s&&(s=1):-1!==l&&(s=-1)}return -1===l||-1===f||0===s||1===s&&l===f-1&&l===a+1?-1!==f&&(0===a&&o?n.base=n.name=e.slice(1,f):n.base=n.name=e.slice(a,f)):(0===a&&o?(n.name=e.slice(1,l),n.base=e.slice(1,f)):(n.name=e.slice(a,l),n.base=e.slice(a,f)),n.ext=e.slice(l,f)),a>0?n.dir=e.slice(0,a-1):o&&(n.dir="/"),n},sep:"/",delimiter:":",win32:null,posix:null};n.posix=n,e.exports=n}},t={};function n(e){var i=t[e];if(void 0!==i)return i.exports;var o=t[e]={exports:{}},l=!0;try{r[e](o,o.exports,n),l=!1}finally{l&&delete t[e]}return o.exports}n.ab="//",e.exports=n(114)}()}}]);
@@ -0,0 +1,2 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8216],{49433:(e,t,r)=>{r.r(t),r.d(t,{Do:()=>rm,EffectTypeId:()=>w,Service:()=>nz,Tag:()=>n_,acquireRelease:()=>tc,acquireReleaseInterruptible:()=>to,acquireUseRelease:()=>ts,addFinalizer:()=>tl,all:()=>C,allSuccesses:()=>L,allWith:()=>j,allowInterrupt:()=>eH,andThen:()=>r_,annotateCurrentSpan:()=>nk,annotateLogs:()=>iP,annotateLogsScoped:()=>iT,annotateSpans:()=>nb,ap:()=>ni,as:()=>e0,asSome:()=>e4,asSomeError:()=>e6,asVoid:()=>e7,async:()=>ee,asyncEffect:()=>et,awaitAllChildren:()=>tS,bind:()=>ry,bindAll:()=>rb,bindTo:()=>rk,blocked:()=>nn,cacheRequestResult:()=>ns,cached:()=>W,cachedFunction:()=>v,cachedInvalidateWithTTL:()=>F,cachedWithTTL:()=>T,catch:()=>eS,catchAll:()=>ew,catchAllCause:()=>eP,catchAllDefect:()=>eT,catchIf:()=>eF,catchSome:()=>eW,catchSomeCause:()=>ev,catchSomeDefect:()=>eR,catchTag:()=>eC,catchTags:()=>ej,cause:()=>eL,checkInterruptible:()=>eU,clock:()=>tX,clockWith:()=>tH,configProviderWith:()=>t3,console:()=>tJ,consoleWith:()=>tG,context:()=>rt,contextWith:()=>rr,contextWithEffect:()=>ri,currentParentSpan:()=>nS,currentPropagatedSpan:()=>nO,currentSpan:()=>nE,custom:()=>er,daemonChildren:()=>tw,delay:()=>tV,descriptor:()=>tP,descriptorWith:()=>tT,die:()=>es,dieMessage:()=>el,dieSync:()=>ep,diffFiberRefs:()=>tF,disconnect:()=>eZ,dropUntil:()=>M,dropWhile:()=>D,either:()=>rS,ensureErrorType:()=>nH,ensureRequirementsType:()=>nU,ensureSuccessType:()=>nX,ensuring:()=>tp,ensuringChild:()=>tW,ensuringChildren:()=>tv,eventually:()=>eM,every:()=>x,exists:()=>I,exit:()=>rw,fail:()=>en,failCause:()=>ec,failCauseSync:()=>eo,failSync:()=>ea,fiberId:()=>tR,fiberIdWith:()=>tC,filter:()=>_,filterEffectOrElse:()=>rC,filterEffectOrFail:()=>rj,filterMap:()=>z,filterOrDie:()=>rF,filterOrDieMessage:()=>rW,filterOrElse:()=>rv,filterOrFail:()=>rR,finalizersMask:()=>tg,findFirst:()=>q,firstSuccessOf:()=>iD,flatMap:()=>rI,flatten:()=>rz,flip:()=>e9,flipWith:()=>e3,fn:()=>nq,fnUntraced:()=>n$,forEach:()=>B,forever:()=>rY,fork:()=>tj,forkAll:()=>tM,forkDaemon:()=>tL,forkIn:()=>tD,forkScoped:()=>tN,forkWithErrorHandler:()=>tA,fromFiber:()=>tx,fromFiberEffect:()=>tI,fromNullable:()=>nD,functionWithSpan:()=>nj,gen:()=>eu,getFiberRefs:()=>r3,getRuntimeFlags:()=>iq,head:()=>K,if:()=>rT,ignore:()=>eD,ignoreLogged:()=>eN,inheritFiberRefs:()=>r8,interrupt:()=>eJ,interruptWith:()=>eG,interruptible:()=>eQ,interruptibleMask:()=>eY,intoDeferred:()=>rP,isEffect:()=>P,isFailure:()=>is,isSuccess:()=>il,iterate:()=>rV,labelMetrics:()=>iH,labelMetricsScoped:()=>iZ,let:()=>rE,liftPredicate:()=>e5,linkSpanCurrent:()=>nF,linkSpans:()=>nT,locally:()=>ie,locallyScoped:()=>ir,locallyScopedWith:()=>ii,locallyWith:()=>it,log:()=>ig,logAnnotations:()=>iF,logDebug:()=>ib,logError:()=>iO,logFatal:()=>iS,logInfo:()=>ik,logTrace:()=>iy,logWarning:()=>iE,logWithLevel:()=>im,loop:()=>r2,makeLatch:()=>i2,makeSemaphore:()=>iY,makeSpan:()=>nW,makeSpanScoped:()=>nv,map:()=>e8,mapAccum:()=>te,mapBoth:()=>tt,mapError:()=>tr,mapErrorCause:()=>ti,mapInputContext:()=>rn,match:()=>ip,matchCause:()=>iu,matchCauseEffect:()=>ih,matchEffect:()=>id,merge:()=>tn,mergeAll:()=>$,metricLabels:()=>iJ,negate:()=>ta,never:()=>ef,none:()=>eh,onError:()=>tu,onExit:()=>tf,onInterrupt:()=>eV,once:()=>R,option:()=>rO,optionFromOptional:()=>nN,orDie:()=>iR,orDieWith:()=>iC,orElse:()=>ij,orElseFail:()=>iL,orElseSucceed:()=>iM,parallelErrors:()=>eA,parallelFinalizers:()=>th,partition:()=>X,patchFiberRefs:()=>ia,patchRuntimeFlags:()=>iB,promise:()=>ed,provide:()=>ra,provideService:()=>rc,provideServiceEffect:()=>ro,race:()=>rq,raceAll:()=>rB,raceFirst:()=>rK,raceWith:()=>r$,random:()=>iN,randomWith:()=>iA,reduce:()=>H,reduceEffect:()=>J,reduceRight:()=>Z,reduceWhile:()=>U,repeat:()=>r1,repeatN:()=>r5,repeatOrElse:()=>r0,replicate:()=>G,replicateEffect:()=>Q,request:()=>no,retry:()=>eI,retryOrElse:()=>ez,runCallback:()=>i5,runFork:()=>i1,runPromise:()=>i0,runPromiseExit:()=>i4,runRequestBlock:()=>na,runSync:()=>i6,runSyncExit:()=>i7,runtime:()=>iz,sandbox:()=>ex,schedule:()=>r4,scheduleForked:()=>r6,scheduleFrom:()=>r7,scope:()=>tm,scopeWith:()=>ty,scoped:()=>tk,scopedWith:()=>tb,sequentialFinalizers:()=>td,serviceConstants:()=>ru,serviceFunction:()=>rs,serviceFunctionEffect:()=>rl,serviceFunctions:()=>rp,serviceMembers:()=>rf,serviceOption:()=>rh,serviceOptional:()=>rd,setFiberRefs:()=>ic,sleep:()=>t2,spanAnnotations:()=>nw,spanLinks:()=>nP,step:()=>nc,succeed:()=>eg,succeedNone:()=>em,succeedSome:()=>ey,summarized:()=>rX,supervised:()=>t_,suspend:()=>eb,sync:()=>ek,tagMetrics:()=>iX,tagMetricsScoped:()=>iU,takeUntil:()=>N,takeWhile:()=>A,tap:()=>rH,tapBoth:()=>rU,tapDefect:()=>rZ,tapError:()=>rJ,tapErrorCause:()=>rQ,tapErrorTag:()=>rG,timed:()=>t1,timedWith:()=>t5,timeout:()=>t0,timeoutFail:()=>t6,timeoutFailCause:()=>t7,timeoutOption:()=>t4,timeoutTo:()=>t9,tracer:()=>nf,tracerWith:()=>nh,transplant:()=>tz,transposeMapOption:()=>nx,transposeOption:()=>nA,try:()=>eq,tryMap:()=>eB,tryMapPromise:()=>eK,tryPromise:()=>e$,uninterruptible:()=>e2,uninterruptibleMask:()=>e1,unless:()=>rL,unlessEffect:()=>rM,unsafeMakeLatch:()=>iV,unsafeMakeSemaphore:()=>iQ,unsandbox:()=>eX,updateFiberRefs:()=>io,updateService:()=>rg,useSpan:()=>nR,using:()=>tE,validate:()=>i9,validateAll:()=>Y,validateFirst:()=>V,validateWith:()=>i3,void:()=>eE,when:()=>rD,whenEffect:()=>rN,whenFiberRef:()=>rA,whenLogLevel:()=>iv,whenRef:()=>rx,whileLoop:()=>r9,withClock:()=>tZ,withClockScoped:()=>tU,withConcurrency:()=>tq,withConfigProvider:()=>t8,withConfigProviderScoped:()=>re,withConsole:()=>tY,withConsoleScoped:()=>tQ,withEarlyRelease:()=>tO,withExecutionPlan:()=>e_,withFiberRuntime:()=>ei,withLogSpan:()=>iw,withMaxOpsBeforeYield:()=>t$,withMetric:()=>iG,withParentSpan:()=>nM,withRandom:()=>ix,withRandomFixed:()=>iI,withRandomScoped:()=>i_,withRequestBatching:()=>nl,withRequestCache:()=>nu,withRequestCaching:()=>np,withRuntimeFlagsPatch:()=>iK,withRuntimeFlagsPatchScoped:()=>i$,withScheduler:()=>tB,withSchedulingPriority:()=>tK,withSpan:()=>nC,withSpanScoped:()=>nL,withTracer:()=>nd,withTracerEnabled:()=>nm,withTracerScoped:()=>ng,withTracerTiming:()=>ny,withUnhandledErrorLogLevel:()=>iW,yieldNow:()=>eO,zip:()=>i8,zipLeft:()=>ne,zipRight:()=>nt,zipWith:()=>nr});var i=r(67172),n=r(83483),a=r(22751),c=r(23301),o=r(75275),s=r(16841),l=r(14875),p=r(61137),u=r(29955),f=r(83762),h=r(25124),d=r(4207),g=r(68122),m=r(16550),y=r(64270),b=r(34279),k=r(26963),E=r(761),O=r(93441),S=r(95329);let w=s.$n1,P=s.yw5,T=p.PO,F=p.CJ,W=o.Bj,v=p.L_,R=o.Oo,C=f.Q7,j=f._y,L=f.XU,M=o.Cm,D=o.Hd,N=o.QK,A=o.v6,x=o.Si,I=f.t2,_=f.pb,z=o.x1,q=o.i8,B=f.jJ,K=o.d5,$=f.B1,X=f.jB,H=o.TS,U=o.KE,Z=o.XK,J=f.GH,G=f.aA,Q=f.Xr,Y=f.wM,V=f.nO,ee=s.bIC,et=m.a1,er=s.IeY,ei=s.$we,en=s.fJG,ea=s.gOk,ec=s.ATB,eo=s.pVV,es=s.F_Q,el=s.GSS,ep=s.Kbz,eu=s.JkU,ef=s.ZmZ,eh=o.dv,ed=o.iv,eg=s.PyW,em=o.lw,ey=o.nG,eb=s.DYE,ek=s.OH5,eE=s.rIH,eO=s.m9E,eS=o.nb,ew=s.h9N,eP=s.uPo,eT=o.IK,eF=s.XWm,eW=s._Oy,ev=o.RJ,eR=o.Nu,eC=o.Ku,ej=o.lo,eL=o.c1,eM=o.u4,eD=o.Xe,eN=o.XP,eA=o.Zk,ex=o._S,eI=y.nn,e_=u.OR,ez=y.H_,eq=o.bS,eB=o.gZ,eK=o.xA,e$=o.$m,eX=o.Pb,eH=o.vV,eU=s._5X,eZ=f.Zf,eJ=s.GaK,eG=s.IPo,eQ=s.Inz,eY=s.eMl,eV=s.nAr,e2=s.rfi,e1=s.FcF,e5=o.VW,e0=s.as,e4=o.Xx,e6=o.t2,e7=s.NLW,e9=s.UUz,e3=o.AA,e8=s.TjK,te=o.OM,tt=s.UcN,tr=s.xm_,ti=o.aW,tn=o.h1,ta=o.ze,tc=f.Q5,to=f.p5,ts=s.jGc,tl=f.U9,tp=f.ye,tu=s.S5A,tf=s.cfM,th=f.dJ,td=f.PO,tg=f.ct,tm=f.z8,ty=f.NB,tb=f.Px,tk=f.sZ,tE=f.v,tO=f.lg,tS=p.PC,tw=f.e7,tP=o.yu,tT=o.U$,tF=o.Ek,tW=p.GR,tv=p.jE,tR=s.ABT,tC=s.g1G,tj=f.Zy,tL=f.LX,tM=p.Oy,tD=p.ar,tN=p.x6,tA=f.Bh,tx=p.$T,tI=p.qK,t_=p.Tg,tz=s.sK9,tq=s.KyM,tB=O.kW,tK=s.FRe,t$=s.jDN,tX=o.pm,tH=o.RK,tU=f.rh,tZ=l.V6,tJ=a.k2,tG=a.un,tQ=a.Q_,tY=a.QW,tV=o.cb,t2=o.yy,t1=o.ay,t5=o.yW,t0=p.wR,t4=p.D5,t6=p.AN,t7=p.ny,t9=p.nH,t3=l.aP,t8=l.gm,re=f.Ek,rt=s._OA,rr=o.sx,ri=s.d_m,rn=s.kyh,ra=h.up,rc=o.Pf,ro=o.c7,rs=o.A3,rl=o.p4,rp=o.KO,ru=o.XN,rf=o.ZF,rh=o.N,rd=o.gB,rg=o.bU,rm=o.Do,ry=o.oI,rb=p.vJ,rk=o.Jr,rE=o.zM,rO=o.uK,rS=s.gPK,rw=s.NS5,rP=s._ig,rT=s.tDT,rF=o.kr,rW=o.Nf,rv=o.Pm,rR=o.W$,rC=s._z2,rj=s.HyR,rL=o.NJ,rM=o.ix,rD=o.z7,rN=s.iK2,rA=o.iz,rx=o.mf,rI=s.qIB,r_=s.hgn,rz=s.Bqz,rq=f.O4,rB=f.Vd,rK=p.KT,r$=f.wV,rX=o.Uy,rH=s.Mim,rU=o.Bi,rZ=o.nA,rJ=o.sF,rG=o.TN,rQ=o.Ly,rY=o.i4,rV=o.nl,r2=o.HW,r1=y.Mj,r5=o.wn,r0=y.g2,r4=y.mg,r6=y.Rq,r7=y.Av,r9=s.iMI,r3=o.rQ,r8=o.EN,ie=s.woH,it=s.q1t,ir=f.Eq,ii=f._1,ia=o.Bz,ic=o.Z,io=o.En,is=o.N6,il=o.oJ,ip=o.YW,iu=s.D$$,ih=s.khu,id=s.tvg,ig=o.Rm,im=(e,...t)=>o.lI(e)(...t),iy=o.om,ib=o.MD,ik=o.fH,iE=o.FF,iO=o.Og,iS=o.Zc,iw=o.f1,iP=o.sw,iT=f.gs,iF=o.rr,iW=s.EYO,iv=f.N4,iR=s.QgK,iC=s.kS9,ij=s.NWQ,iL=o.xS,iM=o.DM,iD=o.Dd,iN=o.yT,iA=l.Gx,ix=l.Ii,iI=(0,i.XY)(2,(e,t)=>ix(e,k.Zu(t))),i_=f.AA,iz=m.fA,iq=s.m$m,iB=s.$QS,iK=s.cay,i$=f.qH,iX=o.G6,iH=o.Mw,iU=f.Yt,iZ=f.oi,iJ=s.SLb,iG=o.Xz,iQ=p.RI,iY=p.VH,iV=p.d_,i2=p.Fb,i1=m.C9,i5=m.HZ,i0=m.w$,i4=m.MN,i6=m.wg,i7=m.ej,i9=f.tf,i3=f.xJ,i8=f.SJ,ne=f.Ne,nt=f.OC,nr=f.cw,ni=(0,i.XY)(2,(e,t)=>nr(e,t,(e,t)=>e(t))),nn=s.Z5i,na=s.UFt,nc=s.PMw,no=(0,i.XY)(e=>E.ks(e[0]),g.kc),ns=g.QA,nl=s.mHP,np=g.f0,nu=g.Uj,nf=o.kJ,nh=l.wT,nd=l._o,ng=f.i4,nm=s.nDN,ny=s.MaT,nb=o.Mu,nk=o.ww,nE=o._3,nO=o.rC,nS=o.Wj,nw=o.Fu,nP=o.Wb,nT=o.A_,nF=o._B,nW=o.Z9,nv=f.Rd,nR=o.gv,nC=o.fR,nj=o.RO,nL=f.zr,nM=o.hq,nD=o.k$,nN=o.SM,nA=e=>d.$I(e)?em:e8(e.value,d.zN),nx=(0,i.XY)(2,(e,t)=>d.$I(e)?em:e8(t(e.value),d.zN)),nI=e=>{let t=new Map;return new Proxy(e,{get(e,r,i){if(r in e)return Reflect.get(e,r,i);if(t.has(r))return t.get(r);let n=(...i)=>s.hgn(e,n=>"function"==typeof n[r]?(t.set(r,(...t)=>s.hgn(e,e=>e[r](...t))),n[r](...i)):(t.set(r,s.hgn(e,e=>e[r])),n[r])),a=s.hgn(e,e=>e[r]);Object.assign(n,a);let c=n.apply,o=n.bind,l=n.call,p=Object.setPrototypeOf({},Object.getPrototypeOf(a));return p.apply=c,p.bind=o,p.call=l,Object.setPrototypeOf(n,p),t.set(r,n),n}})},n_=e=>()=>{let t=Error.stackTraceLimit;Error.stackTraceLimit=2;let r=Error();function i(){}return Error.stackTraceLimit=t,Object.setPrototypeOf(i,c.XI),i.key=e,Object.defineProperty(i,"use",{get(){return e=>s.hgn(this,e)}}),Object.defineProperty(i,"stack",{get:()=>r.stack}),nI(i)},nz=function(){return function(){let e,[t,r]=arguments,i="accessors"in r&&r.accessors,n=Error.stackTraceLimit;Error.stackTraceLimit=2;let a=Error();Error.stackTraceLimit=n;let o="unchecked",l=function(e){if("unchecked"===o){let t=Object.getPrototypeOf(e);t===Object.prototype||null===t?o="plain":(Object.setPrototypeOf(Object.getPrototypeOf(this),t),o="patched")}if("plain"===o)Object.assign(this,e);else if("patched"===o)return Object.setPrototypeOf(e,Object.getPrototypeOf(this)),e};l.prototype._tag=t,Object.defineProperty(l,"make",{get(){return e=>new this(e)}}),Object.defineProperty(l,"use",{get(){return e=>s.hgn(this,e)}}),l.key=t,Object.assign(l,c.XI),Object.defineProperty(l,"stack",{get:()=>a.stack});let p="dependencies"in r&&r.dependencies.length>0,u=p?"DefaultWithoutDependencies":"Default",f=!1;if("effect"in r?(f="function"==typeof r.effect,Object.defineProperty(l,u,{get(){return f?(function(){return h.uS(l,e8(r.effect.apply(null,arguments),e=>new this(e)))}).bind(this):e??=h.uS(l,e8(r.effect,e=>new this(e)))}})):"scoped"in r?(f="function"==typeof r.scoped,Object.defineProperty(l,u,{get(){return f?(function(){return h.P1(l,e8(r.scoped.apply(null,arguments),e=>new this(e)))}).bind(this):e??=h.P1(l,e8(r.scoped,e=>new this(e)))}})):"sync"in r?Object.defineProperty(l,u,{get(){return e??=h.OH(l,()=>new this(r.sync()))}}):Object.defineProperty(l,u,{get(){return e??=h.Py(l,new this(r.succeed))}}),p){let e;Object.defineProperty(l,"Default",{get(){return f?function(){return h.Gt(this.DefaultWithoutDependencies.apply(null,arguments),r.dependencies)}:e??=h.Gt(this.DefaultWithoutDependencies,r.dependencies)}})}return!0===i?nI(l):l}},nq=function(e,...t){let r=Error.stackTraceLimit;Error.stackTraceLimit=2;let i=Error();if(Error.stackTraceLimit=r,"string"!=typeof e)return nB(e.length,function(...r){let n=Error.stackTraceLimit;Error.stackTraceLimit=2;let a=Error();return Error.stackTraceLimit=n,nK({self:this,body:e,args:r,pipeables:t,spanName:"<anonymous>",spanOptions:{context:b.DW.context(!0)},errorDef:i,errorCall:a})});let n=t[0];return(t,...r)=>nB(t.length,{[e](...a){let c=Error.stackTraceLimit;Error.stackTraceLimit=2;let o=Error();return Error.stackTraceLimit=c,nK({self:this,body:t,args:a,pipeables:r,spanName:e,spanOptions:n,errorDef:i,errorCall:o})}}[e])};function nB(e,t){return Object.defineProperty(t,"length",{value:e,configurable:!0})}function nK(e){let t,r;if((0,S.yp)(e.body))t=s.TyW(()=>e.body.apply(e.self,e.args));else try{t=e.body.apply(e.self,e.args)}catch(e){r=e,t=es(e)}if(e.pipeables.length>0)try{for(let r of e.pipeables)t=r(t,...e.args)}catch(e){t=r?ec(n.il(n.F_(r),n.F_(e))):es(e)}let i=!1,a=e.spanOptions&&"captureStackTrace"in e.spanOptions?e.spanOptions:{captureStackTrace:()=>{if(!1!==i)return i;if(e.errorCall.stack){let t=e.errorDef.stack.trim().split("\n"),r=e.errorCall.stack.trim().split("\n"),n=t.slice(2).join("\n").trim();n.includes("(")||(n=n.replace(/at (.*)/,"at ($1)"));let a=r.slice(2).join("\n").trim();return a.includes("(")||(a=a.replace(/at (.*)/,"at ($1)")),i=`${n}
2
+ ${a}`}},...e.spanOptions};return nC(t,e.spanName,a)}let n$=s.D9k,nX=()=>e=>e,nH=()=>e=>e,nU=()=>e=>e}}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);
@@ -0,0 +1 @@
1
+ (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[50,64,273,276,311,335,520,901,1097,1120,1124,1180,1289,1337,1642,1684,1689,1756,1772,1803,1809,2217,2245,2272,2316,2504,2578,2722,2769,2772,2865,2881,2922,2952,2987,3335,3339,3347,3456,3507,3645,3647,3664,3721,3878,4021,4042,4113,4403,4422,4426,4528,4647,4801,4896,5066,5177,5291,5298,5376,5402,5457,5458,5794,5849,5859,5972,6013,6016,6374,6462,6493,6602,6715,6819,6841,6988,7027,7128,7509,7533,7537,7553,7743,7754,7851,7883,7945,8141,8167,8193,8232,8237,8250,8387,8405,8407,8413,8455,8635,8683,8834,8872,8910,8997,9230,9280,9300,9336,9440,9510,9533,9659,9748,9813,9968],{84441:()=>{}},_=>{_.O(0,[8441,3794,7358],()=>_(_.s=84441)),_N_E=_.O()}]);