@surething/cockpit 1.0.188 → 1.0.190

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 (537) hide show
  1. package/.next-prod/BUILD_ID +1 -1
  2. package/.next-prod/app-path-routes-manifest.json +31 -28
  3. package/.next-prod/build-manifest.json +2 -2
  4. package/.next-prod/prerender-manifest.json +3 -3
  5. package/.next-prod/routes-manifest.json +20 -0
  6. package/.next-prod/server/app/_global-error/page.js.nft.json +1 -1
  7. package/.next-prod/server/app/_global-error/page_client-reference-manifest.js +1 -1
  8. package/.next-prod/server/app/_global-error.html +2 -2
  9. package/.next-prod/server/app/_global-error.rsc +1 -1
  10. package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +1 -1
  11. package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  12. package/.next-prod/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  13. package/.next-prod/server/app/_global-error.segments/_head.segment.rsc +1 -1
  14. package/.next-prod/server/app/_global-error.segments/_index.segment.rsc +1 -1
  15. package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  16. package/.next-prod/server/app/_not-found/page.js.nft.json +1 -1
  17. package/.next-prod/server/app/_not-found/page_client-reference-manifest.js +1 -1
  18. package/.next-prod/server/app/_not-found.html +2 -2
  19. package/.next-prod/server/app/_not-found.rsc +3 -3
  20. package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +3 -3
  21. package/.next-prod/server/app/_not-found.segments/_head.segment.rsc +1 -1
  22. package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +3 -3
  23. package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  24. package/.next-prod/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  25. package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  26. package/.next-prod/server/app/api/bash/route.js.nft.json +1 -1
  27. package/.next-prod/server/app/api/bash/route_client-reference-manifest.js +1 -1
  28. package/.next-prod/server/app/api/chat/codex/route.js.nft.json +1 -1
  29. package/.next-prod/server/app/api/chat/codex/route_client-reference-manifest.js +1 -1
  30. package/.next-prod/server/app/api/chat/kimi/route.js.nft.json +1 -1
  31. package/.next-prod/server/app/api/chat/kimi/route_client-reference-manifest.js +1 -1
  32. package/.next-prod/server/app/api/chat/ollama/route.js +26 -8
  33. package/.next-prod/server/app/api/chat/ollama/route.js.nft.json +1 -1
  34. package/.next-prod/server/app/api/chat/ollama/route_client-reference-manifest.js +1 -1
  35. package/.next-prod/server/app/api/chat/route.js.nft.json +1 -1
  36. package/.next-prod/server/app/api/chat/route_client-reference-manifest.js +1 -1
  37. package/.next-prod/server/app/api/claude-stats/route.js +1 -1
  38. package/.next-prod/server/app/api/claude-stats/route.js.nft.json +1 -1
  39. package/.next-prod/server/app/api/claude-stats/route_client-reference-manifest.js +1 -1
  40. package/.next-prod/server/app/api/commands/route.js +1 -1
  41. package/.next-prod/server/app/api/commands/route.js.nft.json +1 -1
  42. package/.next-prod/server/app/api/commands/route_client-reference-manifest.js +1 -1
  43. package/.next-prod/server/app/api/comments/route.js +1 -1
  44. package/.next-prod/server/app/api/comments/route.js.nft.json +1 -1
  45. package/.next-prod/server/app/api/comments/route_client-reference-manifest.js +1 -1
  46. package/.next-prod/server/app/api/db/columns/route.js.nft.json +1 -1
  47. package/.next-prod/server/app/api/db/columns/route_client-reference-manifest.js +1 -1
  48. package/.next-prod/server/app/api/db/connect/route.js.nft.json +1 -1
  49. package/.next-prod/server/app/api/db/connect/route_client-reference-manifest.js +1 -1
  50. package/.next-prod/server/app/api/db/disconnect/route.js.nft.json +1 -1
  51. package/.next-prod/server/app/api/db/disconnect/route_client-reference-manifest.js +1 -1
  52. package/.next-prod/server/app/api/db/export/route.js.nft.json +1 -1
  53. package/.next-prod/server/app/api/db/export/route_client-reference-manifest.js +1 -1
  54. package/.next-prod/server/app/api/db/query/route.js.nft.json +1 -1
  55. package/.next-prod/server/app/api/db/query/route_client-reference-manifest.js +1 -1
  56. package/.next-prod/server/app/api/db/schemas/route.js.nft.json +1 -1
  57. package/.next-prod/server/app/api/db/schemas/route_client-reference-manifest.js +1 -1
  58. package/.next-prod/server/app/api/extension/version/route.js.nft.json +1 -1
  59. package/.next-prod/server/app/api/extension/version/route_client-reference-manifest.js +1 -1
  60. package/.next-prod/server/app/api/file/route.js.nft.json +1 -1
  61. package/.next-prod/server/app/api/file/route_client-reference-manifest.js +1 -1
  62. package/.next-prod/server/app/api/files/blame/route.js.nft.json +1 -1
  63. package/.next-prod/server/app/api/files/blame/route_client-reference-manifest.js +1 -1
  64. package/.next-prod/server/app/api/files/clipboard/route.js.nft.json +1 -1
  65. package/.next-prod/server/app/api/files/clipboard/route_client-reference-manifest.js +1 -1
  66. package/.next-prod/server/app/api/files/copy/route.js.nft.json +1 -1
  67. package/.next-prod/server/app/api/files/copy/route_client-reference-manifest.js +1 -1
  68. package/.next-prod/server/app/api/files/delete/route.js.nft.json +1 -1
  69. package/.next-prod/server/app/api/files/delete/route_client-reference-manifest.js +1 -1
  70. package/.next-prod/server/app/api/files/expanded/route.js +1 -1
  71. package/.next-prod/server/app/api/files/expanded/route.js.nft.json +1 -1
  72. package/.next-prod/server/app/api/files/expanded/route_client-reference-manifest.js +1 -1
  73. package/.next-prod/server/app/api/files/index/route.js.nft.json +1 -1
  74. package/.next-prod/server/app/api/files/index/route_client-reference-manifest.js +1 -1
  75. package/.next-prod/server/app/api/files/init/route.js +1 -1
  76. package/.next-prod/server/app/api/files/init/route.js.nft.json +1 -1
  77. package/.next-prod/server/app/api/files/init/route_client-reference-manifest.js +1 -1
  78. package/.next-prod/server/app/api/files/paste/route.js.nft.json +1 -1
  79. package/.next-prod/server/app/api/files/paste/route_client-reference-manifest.js +1 -1
  80. package/.next-prod/server/app/api/files/read/route.js.nft.json +1 -1
  81. package/.next-prod/server/app/api/files/read/route_client-reference-manifest.js +1 -1
  82. package/.next-prod/server/app/api/files/readdir/route.js.nft.json +1 -1
  83. package/.next-prod/server/app/api/files/readdir/route_client-reference-manifest.js +1 -1
  84. package/.next-prod/server/app/api/files/recent/route.js +1 -1
  85. package/.next-prod/server/app/api/files/recent/route.js.nft.json +1 -1
  86. package/.next-prod/server/app/api/files/recent/route_client-reference-manifest.js +1 -1
  87. package/.next-prod/server/app/api/files/save/route.js.nft.json +1 -1
  88. package/.next-prod/server/app/api/files/save/route_client-reference-manifest.js +1 -1
  89. package/.next-prod/server/app/api/files/search/route.js.nft.json +1 -1
  90. package/.next-prod/server/app/api/files/search/route_client-reference-manifest.js +1 -1
  91. package/.next-prod/server/app/api/git/branch-diff/route.js.nft.json +1 -1
  92. package/.next-prod/server/app/api/git/branch-diff/route_client-reference-manifest.js +1 -1
  93. package/.next-prod/server/app/api/git/branches/route.js.nft.json +1 -1
  94. package/.next-prod/server/app/api/git/branches/route_client-reference-manifest.js +1 -1
  95. package/.next-prod/server/app/api/git/commit-diff/route.js.nft.json +1 -1
  96. package/.next-prod/server/app/api/git/commit-diff/route_client-reference-manifest.js +1 -1
  97. package/.next-prod/server/app/api/git/commits/route.js.nft.json +1 -1
  98. package/.next-prod/server/app/api/git/commits/route_client-reference-manifest.js +1 -1
  99. package/.next-prod/server/app/api/git/diff/route.js.nft.json +1 -1
  100. package/.next-prod/server/app/api/git/diff/route_client-reference-manifest.js +1 -1
  101. package/.next-prod/server/app/api/git/discard/route.js.nft.json +1 -1
  102. package/.next-prod/server/app/api/git/discard/route_client-reference-manifest.js +1 -1
  103. package/.next-prod/server/app/api/git/stage/route.js.nft.json +1 -1
  104. package/.next-prod/server/app/api/git/stage/route_client-reference-manifest.js +1 -1
  105. package/.next-prod/server/app/api/git/status/route.js.nft.json +1 -1
  106. package/.next-prod/server/app/api/git/status/route_client-reference-manifest.js +1 -1
  107. package/.next-prod/server/app/api/git/unstage/route.js.nft.json +1 -1
  108. package/.next-prod/server/app/api/git/unstage/route_client-reference-manifest.js +1 -1
  109. package/.next-prod/server/app/api/git/worktree/route.js.nft.json +1 -1
  110. package/.next-prod/server/app/api/git/worktree/route_client-reference-manifest.js +1 -1
  111. package/.next-prod/server/app/api/global-state/route.js.nft.json +1 -1
  112. package/.next-prod/server/app/api/global-state/route_client-reference-manifest.js +1 -1
  113. package/.next-prod/server/app/api/jupyter/load/route.js.nft.json +1 -1
  114. package/.next-prod/server/app/api/jupyter/load/route_client-reference-manifest.js +1 -1
  115. package/.next-prod/server/app/api/jupyter/save/route.js.nft.json +1 -1
  116. package/.next-prod/server/app/api/jupyter/save/route_client-reference-manifest.js +1 -1
  117. package/.next-prod/server/app/api/jupyter/shutdown/route.js.nft.json +1 -1
  118. package/.next-prod/server/app/api/jupyter/shutdown/route_client-reference-manifest.js +1 -1
  119. package/.next-prod/server/app/api/lsp/definition/route.js.nft.json +1 -1
  120. package/.next-prod/server/app/api/lsp/definition/route_client-reference-manifest.js +1 -1
  121. package/.next-prod/server/app/api/lsp/hover/route.js.nft.json +1 -1
  122. package/.next-prod/server/app/api/lsp/hover/route_client-reference-manifest.js +1 -1
  123. package/.next-prod/server/app/api/lsp/references/route.js.nft.json +1 -1
  124. package/.next-prod/server/app/api/lsp/references/route_client-reference-manifest.js +1 -1
  125. package/.next-prod/server/app/api/lsp/status/route.js.nft.json +1 -1
  126. package/.next-prod/server/app/api/lsp/status/route_client-reference-manifest.js +1 -1
  127. package/.next-prod/server/app/api/lsp/warmup/route.js.nft.json +1 -1
  128. package/.next-prod/server/app/api/lsp/warmup/route_client-reference-manifest.js +1 -1
  129. package/.next-prod/server/app/api/mysql/columns/route.js.nft.json +1 -1
  130. package/.next-prod/server/app/api/mysql/columns/route_client-reference-manifest.js +1 -1
  131. package/.next-prod/server/app/api/mysql/connect/route.js.nft.json +1 -1
  132. package/.next-prod/server/app/api/mysql/connect/route_client-reference-manifest.js +1 -1
  133. package/.next-prod/server/app/api/mysql/disconnect/route.js.nft.json +1 -1
  134. package/.next-prod/server/app/api/mysql/disconnect/route_client-reference-manifest.js +1 -1
  135. package/.next-prod/server/app/api/mysql/export/route.js.nft.json +1 -1
  136. package/.next-prod/server/app/api/mysql/export/route_client-reference-manifest.js +1 -1
  137. package/.next-prod/server/app/api/mysql/query/route.js.nft.json +1 -1
  138. package/.next-prod/server/app/api/mysql/query/route_client-reference-manifest.js +1 -1
  139. package/.next-prod/server/app/api/mysql/schemas/route.js.nft.json +1 -1
  140. package/.next-prod/server/app/api/mysql/schemas/route_client-reference-manifest.js +1 -1
  141. package/.next-prod/server/app/api/neo4j/connect/route.js.nft.json +1 -1
  142. package/.next-prod/server/app/api/neo4j/connect/route_client-reference-manifest.js +1 -1
  143. package/.next-prod/server/app/api/neo4j/disconnect/route.js.nft.json +1 -1
  144. package/.next-prod/server/app/api/neo4j/disconnect/route_client-reference-manifest.js +1 -1
  145. package/.next-prod/server/app/api/neo4j/query/route.js.nft.json +1 -1
  146. package/.next-prod/server/app/api/neo4j/query/route_client-reference-manifest.js +1 -1
  147. package/.next-prod/server/app/api/neo4j/schema/route.js.nft.json +1 -1
  148. package/.next-prod/server/app/api/neo4j/schema/route_client-reference-manifest.js +1 -1
  149. package/.next-prod/server/app/api/note/route.js +1 -1
  150. package/.next-prod/server/app/api/note/route.js.nft.json +1 -1
  151. package/.next-prod/server/app/api/note/route_client-reference-manifest.js +1 -1
  152. package/.next-prod/server/app/api/ollama/models/route.js.nft.json +1 -1
  153. package/.next-prod/server/app/api/ollama/models/route_client-reference-manifest.js +1 -1
  154. package/.next-prod/server/app/api/ollama/start/route.js.nft.json +1 -1
  155. package/.next-prod/server/app/api/ollama/start/route_client-reference-manifest.js +1 -1
  156. package/.next-prod/server/app/api/open-cursor/route.js.nft.json +1 -1
  157. package/.next-prod/server/app/api/open-cursor/route_client-reference-manifest.js +1 -1
  158. package/.next-prod/server/app/api/open-vscode/route.js.nft.json +1 -1
  159. package/.next-prod/server/app/api/open-vscode/route_client-reference-manifest.js +1 -1
  160. package/.next-prod/server/app/api/pick-folder/route.js.nft.json +1 -1
  161. package/.next-prod/server/app/api/pick-folder/route_client-reference-manifest.js +1 -1
  162. package/.next-prod/server/app/api/pinned-sessions/route.js +1 -1
  163. package/.next-prod/server/app/api/pinned-sessions/route.js.nft.json +1 -1
  164. package/.next-prod/server/app/api/pinned-sessions/route_client-reference-manifest.js +1 -1
  165. package/.next-prod/server/app/api/project-settings/route.js +1 -1
  166. package/.next-prod/server/app/api/project-settings/route.js.nft.json +1 -1
  167. package/.next-prod/server/app/api/project-settings/route_client-reference-manifest.js +1 -1
  168. package/.next-prod/server/app/api/project-state/route.js +1 -1
  169. package/.next-prod/server/app/api/project-state/route.js.nft.json +1 -1
  170. package/.next-prod/server/app/api/project-state/route_client-reference-manifest.js +1 -1
  171. package/.next-prod/server/app/api/projects/route.js +1 -1
  172. package/.next-prod/server/app/api/projects/route.js.nft.json +1 -1
  173. package/.next-prod/server/app/api/projects/route_client-reference-manifest.js +1 -1
  174. package/.next-prod/server/app/api/redis/command/route.js.nft.json +1 -1
  175. package/.next-prod/server/app/api/redis/command/route_client-reference-manifest.js +1 -1
  176. package/.next-prod/server/app/api/redis/connect/route.js.nft.json +1 -1
  177. package/.next-prod/server/app/api/redis/connect/route_client-reference-manifest.js +1 -1
  178. package/.next-prod/server/app/api/redis/delete/route.js.nft.json +1 -1
  179. package/.next-prod/server/app/api/redis/delete/route_client-reference-manifest.js +1 -1
  180. package/.next-prod/server/app/api/redis/disconnect/route.js.nft.json +1 -1
  181. package/.next-prod/server/app/api/redis/disconnect/route_client-reference-manifest.js +1 -1
  182. package/.next-prod/server/app/api/redis/get/route.js.nft.json +1 -1
  183. package/.next-prod/server/app/api/redis/get/route_client-reference-manifest.js +1 -1
  184. package/.next-prod/server/app/api/redis/keys/route.js.nft.json +1 -1
  185. package/.next-prod/server/app/api/redis/keys/route_client-reference-manifest.js +1 -1
  186. package/.next-prod/server/app/api/redis/set/route.js.nft.json +1 -1
  187. package/.next-prod/server/app/api/redis/set/route_client-reference-manifest.js +1 -1
  188. package/.next-prod/server/app/api/review/[id]/comments/route.js.nft.json +1 -1
  189. package/.next-prod/server/app/api/review/[id]/comments/route_client-reference-manifest.js +1 -1
  190. package/.next-prod/server/app/api/review/[id]/replies/route.js.nft.json +1 -1
  191. package/.next-prod/server/app/api/review/[id]/replies/route_client-reference-manifest.js +1 -1
  192. package/.next-prod/server/app/api/review/[id]/route.js +1 -1
  193. package/.next-prod/server/app/api/review/[id]/route.js.nft.json +1 -1
  194. package/.next-prod/server/app/api/review/[id]/route_client-reference-manifest.js +1 -1
  195. package/.next-prod/server/app/api/review/identify/route.js +1 -1
  196. package/.next-prod/server/app/api/review/identify/route.js.nft.json +1 -1
  197. package/.next-prod/server/app/api/review/identify/route_client-reference-manifest.js +1 -1
  198. package/.next-prod/server/app/api/review/order/route.js +1 -1
  199. package/.next-prod/server/app/api/review/order/route.js.nft.json +1 -1
  200. package/.next-prod/server/app/api/review/order/route_client-reference-manifest.js +1 -1
  201. package/.next-prod/server/app/api/review/route.js.nft.json +1 -1
  202. package/.next-prod/server/app/api/review/route_client-reference-manifest.js +1 -1
  203. package/.next-prod/server/app/api/review/share-info/route.js.nft.json +1 -1
  204. package/.next-prod/server/app/api/review/share-info/route_client-reference-manifest.js +1 -1
  205. package/.next-prod/server/app/api/review/users/route.js +1 -1
  206. package/.next-prod/server/app/api/review/users/route.js.nft.json +1 -1
  207. package/.next-prod/server/app/api/review/users/route_client-reference-manifest.js +1 -1
  208. package/.next-prod/server/app/api/scheduled-tasks/route.js.nft.json +1 -1
  209. package/.next-prod/server/app/api/scheduled-tasks/route_client-reference-manifest.js +1 -1
  210. package/.next-prod/server/app/api/services/config/route.js +1 -1
  211. package/.next-prod/server/app/api/services/config/route.js.nft.json +1 -1
  212. package/.next-prod/server/app/api/services/config/route_client-reference-manifest.js +1 -1
  213. package/.next-prod/server/app/api/services/scripts/route.js.nft.json +1 -1
  214. package/.next-prod/server/app/api/services/scripts/route_client-reference-manifest.js +1 -1
  215. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js +1 -1
  216. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js.nft.json +1 -1
  217. package/.next-prod/server/app/api/session/[sessionId]/fork/route_client-reference-manifest.js +1 -1
  218. package/.next-prod/server/app/api/session/[sessionId]/history/route.js +1 -1
  219. package/.next-prod/server/app/api/session/[sessionId]/history/route.js.nft.json +1 -1
  220. package/.next-prod/server/app/api/session/[sessionId]/history/route_client-reference-manifest.js +1 -1
  221. package/.next-prod/server/app/api/session-by-path/route.js +1 -1
  222. package/.next-prod/server/app/api/session-by-path/route.js.nft.json +1 -1
  223. package/.next-prod/server/app/api/session-by-path/route_client-reference-manifest.js +1 -1
  224. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js +1 -1
  225. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js.nft.json +1 -1
  226. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route_client-reference-manifest.js +1 -1
  227. package/.next-prod/server/app/api/sessions/projects/route.js +1 -1
  228. package/.next-prod/server/app/api/sessions/projects/route.js.nft.json +1 -1
  229. package/.next-prod/server/app/api/sessions/projects/route_client-reference-manifest.js +1 -1
  230. package/.next-prod/server/app/api/sessions/route.js +1 -1
  231. package/.next-prod/server/app/api/sessions/route.js.nft.json +1 -1
  232. package/.next-prod/server/app/api/sessions/route_client-reference-manifest.js +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/settings/route_client-reference-manifest.js +1 -1
  236. package/.next-prod/server/app/api/skills/[id]/route.js +1 -0
  237. package/.next-prod/server/app/api/skills/[id]/route.js.nft.json +1 -0
  238. package/.next-prod/server/app/api/skills/[id]/route_client-reference-manifest.js +1 -0
  239. package/.next-prod/server/app/api/skills/content/route.js +1 -0
  240. package/.next-prod/server/app/api/skills/content/route.js.nft.json +1 -0
  241. package/.next-prod/server/app/api/skills/content/route_client-reference-manifest.js +1 -0
  242. package/.next-prod/server/app/api/skills/route.js +1 -0
  243. package/.next-prod/server/app/api/skills/route.js.nft.json +1 -0
  244. package/.next-prod/server/app/api/skills/route_client-reference-manifest.js +1 -0
  245. package/.next-prod/server/app/api/terminal/aliases/route.js +1 -1
  246. package/.next-prod/server/app/api/terminal/aliases/route.js.nft.json +1 -1
  247. package/.next-prod/server/app/api/terminal/aliases/route_client-reference-manifest.js +1 -1
  248. package/.next-prod/server/app/api/terminal/autocomplete/route.js.nft.json +1 -1
  249. package/.next-prod/server/app/api/terminal/autocomplete/route_client-reference-manifest.js +1 -1
  250. package/.next-prod/server/app/api/terminal/bubble-order/route.js +1 -1
  251. package/.next-prod/server/app/api/terminal/bubble-order/route.js.nft.json +1 -1
  252. package/.next-prod/server/app/api/terminal/bubble-order/route_client-reference-manifest.js +1 -1
  253. package/.next-prod/server/app/api/terminal/env/route.js +1 -1
  254. package/.next-prod/server/app/api/terminal/env/route.js.nft.json +1 -1
  255. package/.next-prod/server/app/api/terminal/env/route_client-reference-manifest.js +1 -1
  256. package/.next-prod/server/app/api/terminal/history/route.js +1 -1
  257. package/.next-prod/server/app/api/terminal/history/route.js.nft.json +1 -1
  258. package/.next-prod/server/app/api/terminal/history/route_client-reference-manifest.js +1 -1
  259. package/.next-prod/server/app/api/version/route.js.nft.json +1 -1
  260. package/.next-prod/server/app/api/version/route_client-reference-manifest.js +1 -1
  261. package/.next-prod/server/app/favicon.ico/route.js.nft.json +1 -1
  262. package/.next-prod/server/app/manifest.webmanifest/route.js.nft.json +1 -1
  263. package/.next-prod/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
  264. package/.next-prod/server/app/page.js +13 -13
  265. package/.next-prod/server/app/page.js.nft.json +1 -1
  266. package/.next-prod/server/app/page_client-reference-manifest.js +1 -1
  267. package/.next-prod/server/app/project/page.js +8 -7
  268. package/.next-prod/server/app/project/page.js.nft.json +1 -1
  269. package/.next-prod/server/app/project/page_client-reference-manifest.js +1 -1
  270. package/.next-prod/server/app/review/[id]/page.js +1 -1
  271. package/.next-prod/server/app/review/[id]/page.js.nft.json +1 -1
  272. package/.next-prod/server/app/review/[id]/page_client-reference-manifest.js +1 -1
  273. package/.next-prod/server/app-paths-manifest.json +31 -28
  274. package/.next-prod/server/chunks/1661.js +1 -0
  275. package/.next-prod/server/chunks/2325.js +1 -1
  276. package/.next-prod/server/chunks/2338.js +1 -0
  277. package/.next-prod/server/chunks/4098.js +1 -1
  278. package/.next-prod/server/chunks/459.js +1 -0
  279. package/.next-prod/server/chunks/5394.js +1 -1
  280. package/.next-prod/server/chunks/6043.js +4 -0
  281. package/.next-prod/server/chunks/7122.js +1 -0
  282. package/.next-prod/server/chunks/7514.js +1 -1
  283. package/.next-prod/server/functions-config-manifest.json +3 -0
  284. package/.next-prod/server/pages/404.html +2 -2
  285. package/.next-prod/server/pages/500.html +2 -2
  286. package/.next-prod/server/server-reference-manifest.json +1 -1
  287. package/.next-prod/static/chunks/3530-49f50405e2b2a8c2.js +14 -0
  288. package/.next-prod/static/chunks/3743-66d6d2ef6629c733.js +4 -0
  289. package/.next-prod/static/chunks/6108-df36466c7d900315.js +1 -0
  290. package/.next-prod/static/chunks/6148-ceb1b58ea7be6767.js +1 -0
  291. package/.next-prod/static/chunks/6878-b27072ccf7fd4eba.js +1 -0
  292. package/.next-prod/static/chunks/9062-a330afa1af7f133e.js +1 -0
  293. package/.next-prod/static/chunks/app/_global-error/page-f626fdfbc87b7a2c.js +1 -0
  294. package/.next-prod/static/chunks/app/api/bash/route-f626fdfbc87b7a2c.js +1 -0
  295. package/.next-prod/static/chunks/app/api/chat/codex/route-f626fdfbc87b7a2c.js +1 -0
  296. package/.next-prod/static/chunks/app/api/chat/kimi/route-f626fdfbc87b7a2c.js +1 -0
  297. package/.next-prod/static/chunks/app/api/chat/ollama/route-f626fdfbc87b7a2c.js +1 -0
  298. package/.next-prod/static/chunks/app/api/chat/route-f626fdfbc87b7a2c.js +1 -0
  299. package/.next-prod/static/chunks/app/api/claude-stats/route-f626fdfbc87b7a2c.js +1 -0
  300. package/.next-prod/static/chunks/app/api/commands/route-f626fdfbc87b7a2c.js +1 -0
  301. package/.next-prod/static/chunks/app/api/comments/route-f626fdfbc87b7a2c.js +1 -0
  302. package/.next-prod/static/chunks/app/api/db/columns/route-f626fdfbc87b7a2c.js +1 -0
  303. package/.next-prod/static/chunks/app/api/db/connect/route-f626fdfbc87b7a2c.js +1 -0
  304. package/.next-prod/static/chunks/app/api/db/disconnect/route-f626fdfbc87b7a2c.js +1 -0
  305. package/.next-prod/static/chunks/app/api/db/export/route-f626fdfbc87b7a2c.js +1 -0
  306. package/.next-prod/static/chunks/app/api/db/query/route-f626fdfbc87b7a2c.js +1 -0
  307. package/.next-prod/static/chunks/app/api/db/schemas/route-f626fdfbc87b7a2c.js +1 -0
  308. package/.next-prod/static/chunks/app/api/extension/version/route-f626fdfbc87b7a2c.js +1 -0
  309. package/.next-prod/static/chunks/app/api/file/route-f626fdfbc87b7a2c.js +1 -0
  310. package/.next-prod/static/chunks/app/api/files/blame/route-f626fdfbc87b7a2c.js +1 -0
  311. package/.next-prod/static/chunks/app/api/files/clipboard/route-f626fdfbc87b7a2c.js +1 -0
  312. package/.next-prod/static/chunks/app/api/files/copy/route-f626fdfbc87b7a2c.js +1 -0
  313. package/.next-prod/static/chunks/app/api/files/delete/route-f626fdfbc87b7a2c.js +1 -0
  314. package/.next-prod/static/chunks/app/api/files/expanded/route-f626fdfbc87b7a2c.js +1 -0
  315. package/.next-prod/static/chunks/app/api/files/index/route-f626fdfbc87b7a2c.js +1 -0
  316. package/.next-prod/static/chunks/app/api/files/init/route-f626fdfbc87b7a2c.js +1 -0
  317. package/.next-prod/static/chunks/app/api/files/paste/route-f626fdfbc87b7a2c.js +1 -0
  318. package/.next-prod/static/chunks/app/api/files/read/route-f626fdfbc87b7a2c.js +1 -0
  319. package/.next-prod/static/chunks/app/api/files/readdir/route-f626fdfbc87b7a2c.js +1 -0
  320. package/.next-prod/static/chunks/app/api/files/recent/route-f626fdfbc87b7a2c.js +1 -0
  321. package/.next-prod/static/chunks/app/api/files/save/route-f626fdfbc87b7a2c.js +1 -0
  322. package/.next-prod/static/chunks/app/api/files/search/route-f626fdfbc87b7a2c.js +1 -0
  323. package/.next-prod/static/chunks/app/api/git/branch-diff/route-f626fdfbc87b7a2c.js +1 -0
  324. package/.next-prod/static/chunks/app/api/git/branches/route-f626fdfbc87b7a2c.js +1 -0
  325. package/.next-prod/static/chunks/app/api/git/commit-diff/route-f626fdfbc87b7a2c.js +1 -0
  326. package/.next-prod/static/chunks/app/api/git/commits/route-f626fdfbc87b7a2c.js +1 -0
  327. package/.next-prod/static/chunks/app/api/git/diff/route-f626fdfbc87b7a2c.js +1 -0
  328. package/.next-prod/static/chunks/app/api/git/discard/route-f626fdfbc87b7a2c.js +1 -0
  329. package/.next-prod/static/chunks/app/api/git/stage/route-f626fdfbc87b7a2c.js +1 -0
  330. package/.next-prod/static/chunks/app/api/git/status/route-f626fdfbc87b7a2c.js +1 -0
  331. package/.next-prod/static/chunks/app/api/git/unstage/route-f626fdfbc87b7a2c.js +1 -0
  332. package/.next-prod/static/chunks/app/api/git/worktree/route-f626fdfbc87b7a2c.js +1 -0
  333. package/.next-prod/static/chunks/app/api/global-state/route-f626fdfbc87b7a2c.js +1 -0
  334. package/.next-prod/static/chunks/app/api/jupyter/load/route-f626fdfbc87b7a2c.js +1 -0
  335. package/.next-prod/static/chunks/app/api/jupyter/save/route-f626fdfbc87b7a2c.js +1 -0
  336. package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-f626fdfbc87b7a2c.js +1 -0
  337. package/.next-prod/static/chunks/app/api/lsp/definition/route-f626fdfbc87b7a2c.js +1 -0
  338. package/.next-prod/static/chunks/app/api/lsp/hover/route-f626fdfbc87b7a2c.js +1 -0
  339. package/.next-prod/static/chunks/app/api/lsp/references/route-f626fdfbc87b7a2c.js +1 -0
  340. package/.next-prod/static/chunks/app/api/lsp/status/route-f626fdfbc87b7a2c.js +1 -0
  341. package/.next-prod/static/chunks/app/api/lsp/warmup/route-f626fdfbc87b7a2c.js +1 -0
  342. package/.next-prod/static/chunks/app/api/mysql/columns/route-f626fdfbc87b7a2c.js +1 -0
  343. package/.next-prod/static/chunks/app/api/mysql/connect/route-f626fdfbc87b7a2c.js +1 -0
  344. package/.next-prod/static/chunks/app/api/mysql/disconnect/route-f626fdfbc87b7a2c.js +1 -0
  345. package/.next-prod/static/chunks/app/api/mysql/export/route-f626fdfbc87b7a2c.js +1 -0
  346. package/.next-prod/static/chunks/app/api/mysql/query/route-f626fdfbc87b7a2c.js +1 -0
  347. package/.next-prod/static/chunks/app/api/mysql/schemas/route-f626fdfbc87b7a2c.js +1 -0
  348. package/.next-prod/static/chunks/app/api/neo4j/connect/route-f626fdfbc87b7a2c.js +1 -0
  349. package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-f626fdfbc87b7a2c.js +1 -0
  350. package/.next-prod/static/chunks/app/api/neo4j/query/route-f626fdfbc87b7a2c.js +1 -0
  351. package/.next-prod/static/chunks/app/api/neo4j/schema/route-f626fdfbc87b7a2c.js +1 -0
  352. package/.next-prod/static/chunks/app/api/note/route-f626fdfbc87b7a2c.js +1 -0
  353. package/.next-prod/static/chunks/app/api/ollama/models/route-f626fdfbc87b7a2c.js +1 -0
  354. package/.next-prod/static/chunks/app/api/ollama/start/route-f626fdfbc87b7a2c.js +1 -0
  355. package/.next-prod/static/chunks/app/api/open-cursor/route-f626fdfbc87b7a2c.js +1 -0
  356. package/.next-prod/static/chunks/app/api/open-vscode/route-f626fdfbc87b7a2c.js +1 -0
  357. package/.next-prod/static/chunks/app/api/pick-folder/route-f626fdfbc87b7a2c.js +1 -0
  358. package/.next-prod/static/chunks/app/api/pinned-sessions/route-f626fdfbc87b7a2c.js +1 -0
  359. package/.next-prod/static/chunks/app/api/project-settings/route-f626fdfbc87b7a2c.js +1 -0
  360. package/.next-prod/static/chunks/app/api/project-state/route-f626fdfbc87b7a2c.js +1 -0
  361. package/.next-prod/static/chunks/app/api/projects/route-f626fdfbc87b7a2c.js +1 -0
  362. package/.next-prod/static/chunks/app/api/redis/command/route-f626fdfbc87b7a2c.js +1 -0
  363. package/.next-prod/static/chunks/app/api/redis/connect/route-f626fdfbc87b7a2c.js +1 -0
  364. package/.next-prod/static/chunks/app/api/redis/delete/route-f626fdfbc87b7a2c.js +1 -0
  365. package/.next-prod/static/chunks/app/api/redis/disconnect/route-f626fdfbc87b7a2c.js +1 -0
  366. package/.next-prod/static/chunks/app/api/redis/get/route-f626fdfbc87b7a2c.js +1 -0
  367. package/.next-prod/static/chunks/app/api/redis/keys/route-f626fdfbc87b7a2c.js +1 -0
  368. package/.next-prod/static/chunks/app/api/redis/set/route-f626fdfbc87b7a2c.js +1 -0
  369. package/.next-prod/static/chunks/app/api/review/[id]/comments/route-f626fdfbc87b7a2c.js +1 -0
  370. package/.next-prod/static/chunks/app/api/review/[id]/replies/route-f626fdfbc87b7a2c.js +1 -0
  371. package/.next-prod/static/chunks/app/api/review/[id]/route-f626fdfbc87b7a2c.js +1 -0
  372. package/.next-prod/static/chunks/app/api/review/identify/route-f626fdfbc87b7a2c.js +1 -0
  373. package/.next-prod/static/chunks/app/api/review/order/route-f626fdfbc87b7a2c.js +1 -0
  374. package/.next-prod/static/chunks/app/api/review/route-f626fdfbc87b7a2c.js +1 -0
  375. package/.next-prod/static/chunks/app/api/review/share-info/route-f626fdfbc87b7a2c.js +1 -0
  376. package/.next-prod/static/chunks/app/api/review/users/route-f626fdfbc87b7a2c.js +1 -0
  377. package/.next-prod/static/chunks/app/api/scheduled-tasks/route-f626fdfbc87b7a2c.js +1 -0
  378. package/.next-prod/static/chunks/app/api/services/config/route-f626fdfbc87b7a2c.js +1 -0
  379. package/.next-prod/static/chunks/app/api/services/scripts/route-f626fdfbc87b7a2c.js +1 -0
  380. package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-f626fdfbc87b7a2c.js +1 -0
  381. package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-f626fdfbc87b7a2c.js +1 -0
  382. package/.next-prod/static/chunks/app/api/session-by-path/route-f626fdfbc87b7a2c.js +1 -0
  383. package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-f626fdfbc87b7a2c.js +1 -0
  384. package/.next-prod/static/chunks/app/api/sessions/projects/route-f626fdfbc87b7a2c.js +1 -0
  385. package/.next-prod/static/chunks/app/api/sessions/route-f626fdfbc87b7a2c.js +1 -0
  386. package/.next-prod/static/chunks/app/api/settings/route-f626fdfbc87b7a2c.js +1 -0
  387. package/.next-prod/static/chunks/app/api/skills/[id]/route-f626fdfbc87b7a2c.js +1 -0
  388. package/.next-prod/static/chunks/app/api/skills/content/route-f626fdfbc87b7a2c.js +1 -0
  389. package/.next-prod/static/chunks/app/api/skills/route-f626fdfbc87b7a2c.js +1 -0
  390. package/.next-prod/static/chunks/app/api/terminal/aliases/route-f626fdfbc87b7a2c.js +1 -0
  391. package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-f626fdfbc87b7a2c.js +1 -0
  392. package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-f626fdfbc87b7a2c.js +1 -0
  393. package/.next-prod/static/chunks/app/api/terminal/env/route-f626fdfbc87b7a2c.js +1 -0
  394. package/.next-prod/static/chunks/app/api/terminal/history/route-f626fdfbc87b7a2c.js +1 -0
  395. package/.next-prod/static/chunks/app/api/version/route-f626fdfbc87b7a2c.js +1 -0
  396. package/.next-prod/static/chunks/app/manifest.webmanifest/route-f626fdfbc87b7a2c.js +1 -0
  397. package/.next-prod/static/chunks/app/page-e0d663a97bc29595.js +1 -0
  398. package/.next-prod/static/chunks/app/project/page-ff9fb0aaf89c8457.js +29 -0
  399. package/.next-prod/static/chunks/app/review/[id]/{page-559260ff9227d0b4.js → page-be83af23e89a03f9.js} +1 -1
  400. package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-f626fdfbc87b7a2c.js +1 -0
  401. package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-f626fdfbc87b7a2c.js +1 -0
  402. package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-f626fdfbc87b7a2c.js +1 -0
  403. package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-f626fdfbc87b7a2c.js +1 -0
  404. package/.next-prod/static/css/75f39a8350e8177f.css +3 -0
  405. package/.next-prod/static/wxVgEFGuD9nbopEcuclYA/_buildManifest.js +1 -0
  406. package/.next-prod/trace +13 -12
  407. package/.next-prod/trace-build +1 -1
  408. package/.next-prod/types/app/api/skills/[id]/route.ts +350 -0
  409. package/.next-prod/types/app/api/skills/content/route.ts +350 -0
  410. package/.next-prod/types/app/api/skills/route.ts +350 -0
  411. package/.next-prod/types/routes.d.ts +4 -1
  412. package/.next-prod/types/validator.ts +27 -0
  413. package/bin/cock-browser.mjs +65 -1
  414. package/bin/cock.mjs +20 -2
  415. package/chrome-extension/automation.js +36 -0
  416. package/chrome-extension/background.js +49 -2
  417. package/dist/{chunk-KLV3PBIZ.mjs → chunk-ZDTXJE6Z.mjs} +1 -0
  418. package/dist/scheduledTasks.mjs +1 -1
  419. package/dist/wsServer.mjs +1 -1
  420. package/package.json +1 -1
  421. package/.next-prod/server/chunks/4042.js +0 -1
  422. package/.next-prod/server/chunks/6062.js +0 -1
  423. package/.next-prod/server/chunks/7284.js +0 -1
  424. package/.next-prod/static/_gYuZ_hBlVHw7RvEBSdgN/_buildManifest.js +0 -1
  425. package/.next-prod/static/chunks/1593-d845ec6e5c8de67e.js +0 -1
  426. package/.next-prod/static/chunks/2072-f08fabf0a6541d15.js +0 -4
  427. package/.next-prod/static/chunks/3530-6d8abfd0e950d439.js +0 -14
  428. package/.next-prod/static/chunks/5493-83d6a5ec42d6cbb3.js +0 -1
  429. package/.next-prod/static/chunks/app/_global-error/page-6f58f82d7dc6888f.js +0 -1
  430. package/.next-prod/static/chunks/app/api/bash/route-6f58f82d7dc6888f.js +0 -1
  431. package/.next-prod/static/chunks/app/api/chat/codex/route-6f58f82d7dc6888f.js +0 -1
  432. package/.next-prod/static/chunks/app/api/chat/kimi/route-6f58f82d7dc6888f.js +0 -1
  433. package/.next-prod/static/chunks/app/api/chat/ollama/route-6f58f82d7dc6888f.js +0 -1
  434. package/.next-prod/static/chunks/app/api/chat/route-6f58f82d7dc6888f.js +0 -1
  435. package/.next-prod/static/chunks/app/api/claude-stats/route-6f58f82d7dc6888f.js +0 -1
  436. package/.next-prod/static/chunks/app/api/commands/route-6f58f82d7dc6888f.js +0 -1
  437. package/.next-prod/static/chunks/app/api/comments/route-6f58f82d7dc6888f.js +0 -1
  438. package/.next-prod/static/chunks/app/api/db/columns/route-6f58f82d7dc6888f.js +0 -1
  439. package/.next-prod/static/chunks/app/api/db/connect/route-6f58f82d7dc6888f.js +0 -1
  440. package/.next-prod/static/chunks/app/api/db/disconnect/route-6f58f82d7dc6888f.js +0 -1
  441. package/.next-prod/static/chunks/app/api/db/export/route-6f58f82d7dc6888f.js +0 -1
  442. package/.next-prod/static/chunks/app/api/db/query/route-6f58f82d7dc6888f.js +0 -1
  443. package/.next-prod/static/chunks/app/api/db/schemas/route-6f58f82d7dc6888f.js +0 -1
  444. package/.next-prod/static/chunks/app/api/extension/version/route-6f58f82d7dc6888f.js +0 -1
  445. package/.next-prod/static/chunks/app/api/file/route-6f58f82d7dc6888f.js +0 -1
  446. package/.next-prod/static/chunks/app/api/files/blame/route-6f58f82d7dc6888f.js +0 -1
  447. package/.next-prod/static/chunks/app/api/files/clipboard/route-6f58f82d7dc6888f.js +0 -1
  448. package/.next-prod/static/chunks/app/api/files/copy/route-6f58f82d7dc6888f.js +0 -1
  449. package/.next-prod/static/chunks/app/api/files/delete/route-6f58f82d7dc6888f.js +0 -1
  450. package/.next-prod/static/chunks/app/api/files/expanded/route-6f58f82d7dc6888f.js +0 -1
  451. package/.next-prod/static/chunks/app/api/files/index/route-6f58f82d7dc6888f.js +0 -1
  452. package/.next-prod/static/chunks/app/api/files/init/route-6f58f82d7dc6888f.js +0 -1
  453. package/.next-prod/static/chunks/app/api/files/paste/route-6f58f82d7dc6888f.js +0 -1
  454. package/.next-prod/static/chunks/app/api/files/read/route-6f58f82d7dc6888f.js +0 -1
  455. package/.next-prod/static/chunks/app/api/files/readdir/route-6f58f82d7dc6888f.js +0 -1
  456. package/.next-prod/static/chunks/app/api/files/recent/route-6f58f82d7dc6888f.js +0 -1
  457. package/.next-prod/static/chunks/app/api/files/save/route-6f58f82d7dc6888f.js +0 -1
  458. package/.next-prod/static/chunks/app/api/files/search/route-6f58f82d7dc6888f.js +0 -1
  459. package/.next-prod/static/chunks/app/api/git/branch-diff/route-6f58f82d7dc6888f.js +0 -1
  460. package/.next-prod/static/chunks/app/api/git/branches/route-6f58f82d7dc6888f.js +0 -1
  461. package/.next-prod/static/chunks/app/api/git/commit-diff/route-6f58f82d7dc6888f.js +0 -1
  462. package/.next-prod/static/chunks/app/api/git/commits/route-6f58f82d7dc6888f.js +0 -1
  463. package/.next-prod/static/chunks/app/api/git/diff/route-6f58f82d7dc6888f.js +0 -1
  464. package/.next-prod/static/chunks/app/api/git/discard/route-6f58f82d7dc6888f.js +0 -1
  465. package/.next-prod/static/chunks/app/api/git/stage/route-6f58f82d7dc6888f.js +0 -1
  466. package/.next-prod/static/chunks/app/api/git/status/route-6f58f82d7dc6888f.js +0 -1
  467. package/.next-prod/static/chunks/app/api/git/unstage/route-6f58f82d7dc6888f.js +0 -1
  468. package/.next-prod/static/chunks/app/api/git/worktree/route-6f58f82d7dc6888f.js +0 -1
  469. package/.next-prod/static/chunks/app/api/global-state/route-6f58f82d7dc6888f.js +0 -1
  470. package/.next-prod/static/chunks/app/api/jupyter/load/route-6f58f82d7dc6888f.js +0 -1
  471. package/.next-prod/static/chunks/app/api/jupyter/save/route-6f58f82d7dc6888f.js +0 -1
  472. package/.next-prod/static/chunks/app/api/jupyter/shutdown/route-6f58f82d7dc6888f.js +0 -1
  473. package/.next-prod/static/chunks/app/api/lsp/definition/route-6f58f82d7dc6888f.js +0 -1
  474. package/.next-prod/static/chunks/app/api/lsp/hover/route-6f58f82d7dc6888f.js +0 -1
  475. package/.next-prod/static/chunks/app/api/lsp/references/route-6f58f82d7dc6888f.js +0 -1
  476. package/.next-prod/static/chunks/app/api/lsp/status/route-6f58f82d7dc6888f.js +0 -1
  477. package/.next-prod/static/chunks/app/api/lsp/warmup/route-6f58f82d7dc6888f.js +0 -1
  478. package/.next-prod/static/chunks/app/api/mysql/columns/route-6f58f82d7dc6888f.js +0 -1
  479. package/.next-prod/static/chunks/app/api/mysql/connect/route-6f58f82d7dc6888f.js +0 -1
  480. package/.next-prod/static/chunks/app/api/mysql/disconnect/route-6f58f82d7dc6888f.js +0 -1
  481. package/.next-prod/static/chunks/app/api/mysql/export/route-6f58f82d7dc6888f.js +0 -1
  482. package/.next-prod/static/chunks/app/api/mysql/query/route-6f58f82d7dc6888f.js +0 -1
  483. package/.next-prod/static/chunks/app/api/mysql/schemas/route-6f58f82d7dc6888f.js +0 -1
  484. package/.next-prod/static/chunks/app/api/neo4j/connect/route-6f58f82d7dc6888f.js +0 -1
  485. package/.next-prod/static/chunks/app/api/neo4j/disconnect/route-6f58f82d7dc6888f.js +0 -1
  486. package/.next-prod/static/chunks/app/api/neo4j/query/route-6f58f82d7dc6888f.js +0 -1
  487. package/.next-prod/static/chunks/app/api/neo4j/schema/route-6f58f82d7dc6888f.js +0 -1
  488. package/.next-prod/static/chunks/app/api/note/route-6f58f82d7dc6888f.js +0 -1
  489. package/.next-prod/static/chunks/app/api/ollama/models/route-6f58f82d7dc6888f.js +0 -1
  490. package/.next-prod/static/chunks/app/api/ollama/start/route-6f58f82d7dc6888f.js +0 -1
  491. package/.next-prod/static/chunks/app/api/open-cursor/route-6f58f82d7dc6888f.js +0 -1
  492. package/.next-prod/static/chunks/app/api/open-vscode/route-6f58f82d7dc6888f.js +0 -1
  493. package/.next-prod/static/chunks/app/api/pick-folder/route-6f58f82d7dc6888f.js +0 -1
  494. package/.next-prod/static/chunks/app/api/pinned-sessions/route-6f58f82d7dc6888f.js +0 -1
  495. package/.next-prod/static/chunks/app/api/project-settings/route-6f58f82d7dc6888f.js +0 -1
  496. package/.next-prod/static/chunks/app/api/project-state/route-6f58f82d7dc6888f.js +0 -1
  497. package/.next-prod/static/chunks/app/api/projects/route-6f58f82d7dc6888f.js +0 -1
  498. package/.next-prod/static/chunks/app/api/redis/command/route-6f58f82d7dc6888f.js +0 -1
  499. package/.next-prod/static/chunks/app/api/redis/connect/route-6f58f82d7dc6888f.js +0 -1
  500. package/.next-prod/static/chunks/app/api/redis/delete/route-6f58f82d7dc6888f.js +0 -1
  501. package/.next-prod/static/chunks/app/api/redis/disconnect/route-6f58f82d7dc6888f.js +0 -1
  502. package/.next-prod/static/chunks/app/api/redis/get/route-6f58f82d7dc6888f.js +0 -1
  503. package/.next-prod/static/chunks/app/api/redis/keys/route-6f58f82d7dc6888f.js +0 -1
  504. package/.next-prod/static/chunks/app/api/redis/set/route-6f58f82d7dc6888f.js +0 -1
  505. package/.next-prod/static/chunks/app/api/review/[id]/comments/route-6f58f82d7dc6888f.js +0 -1
  506. package/.next-prod/static/chunks/app/api/review/[id]/replies/route-6f58f82d7dc6888f.js +0 -1
  507. package/.next-prod/static/chunks/app/api/review/[id]/route-6f58f82d7dc6888f.js +0 -1
  508. package/.next-prod/static/chunks/app/api/review/identify/route-6f58f82d7dc6888f.js +0 -1
  509. package/.next-prod/static/chunks/app/api/review/order/route-6f58f82d7dc6888f.js +0 -1
  510. package/.next-prod/static/chunks/app/api/review/route-6f58f82d7dc6888f.js +0 -1
  511. package/.next-prod/static/chunks/app/api/review/share-info/route-6f58f82d7dc6888f.js +0 -1
  512. package/.next-prod/static/chunks/app/api/review/users/route-6f58f82d7dc6888f.js +0 -1
  513. package/.next-prod/static/chunks/app/api/scheduled-tasks/route-6f58f82d7dc6888f.js +0 -1
  514. package/.next-prod/static/chunks/app/api/services/config/route-6f58f82d7dc6888f.js +0 -1
  515. package/.next-prod/static/chunks/app/api/services/scripts/route-6f58f82d7dc6888f.js +0 -1
  516. package/.next-prod/static/chunks/app/api/session/[sessionId]/fork/route-6f58f82d7dc6888f.js +0 -1
  517. package/.next-prod/static/chunks/app/api/session/[sessionId]/history/route-6f58f82d7dc6888f.js +0 -1
  518. package/.next-prod/static/chunks/app/api/session-by-path/route-6f58f82d7dc6888f.js +0 -1
  519. package/.next-prod/static/chunks/app/api/sessions/projects/[encodedPath]/route-6f58f82d7dc6888f.js +0 -1
  520. package/.next-prod/static/chunks/app/api/sessions/projects/route-6f58f82d7dc6888f.js +0 -1
  521. package/.next-prod/static/chunks/app/api/sessions/route-6f58f82d7dc6888f.js +0 -1
  522. package/.next-prod/static/chunks/app/api/settings/route-6f58f82d7dc6888f.js +0 -1
  523. package/.next-prod/static/chunks/app/api/terminal/aliases/route-6f58f82d7dc6888f.js +0 -1
  524. package/.next-prod/static/chunks/app/api/terminal/autocomplete/route-6f58f82d7dc6888f.js +0 -1
  525. package/.next-prod/static/chunks/app/api/terminal/bubble-order/route-6f58f82d7dc6888f.js +0 -1
  526. package/.next-prod/static/chunks/app/api/terminal/env/route-6f58f82d7dc6888f.js +0 -1
  527. package/.next-prod/static/chunks/app/api/terminal/history/route-6f58f82d7dc6888f.js +0 -1
  528. package/.next-prod/static/chunks/app/api/version/route-6f58f82d7dc6888f.js +0 -1
  529. package/.next-prod/static/chunks/app/manifest.webmanifest/route-6f58f82d7dc6888f.js +0 -1
  530. package/.next-prod/static/chunks/app/page-cc2b332242bc2c93.js +0 -1
  531. package/.next-prod/static/chunks/app/project/page-b867dec5473dadac.js +0 -25
  532. package/.next-prod/static/chunks/next/dist/client/components/builtin/app-error-6f58f82d7dc6888f.js +0 -1
  533. package/.next-prod/static/chunks/next/dist/client/components/builtin/forbidden-6f58f82d7dc6888f.js +0 -1
  534. package/.next-prod/static/chunks/next/dist/client/components/builtin/not-found-6f58f82d7dc6888f.js +0 -1
  535. package/.next-prod/static/chunks/next/dist/client/components/builtin/unauthorized-6f58f82d7dc6888f.js +0 -1
  536. package/.next-prod/static/css/bbd65867698c479b.css +0 -3
  537. /package/.next-prod/static/{_gYuZ_hBlVHw7RvEBSdgN → wxVgEFGuD9nbopEcuclYA}/_ssgManifest.js +0 -0
@@ -2,88 +2,88 @@
2
2
  "/_not-found/page": "app/_not-found/page.js",
3
3
  "/_global-error/page": "app/_global-error/page.js",
4
4
  "/api/chat/route": "app/api/chat/route.js",
5
- "/api/db/columns/route": "app/api/db/columns/route.js",
6
5
  "/api/comments/route": "app/api/comments/route.js",
7
6
  "/api/db/connect/route": "app/api/db/connect/route.js",
8
- "/api/db/export/route": "app/api/db/export/route.js",
9
- "/api/db/query/route": "app/api/db/query/route.js",
10
7
  "/api/db/disconnect/route": "app/api/db/disconnect/route.js",
8
+ "/api/db/columns/route": "app/api/db/columns/route.js",
11
9
  "/api/db/schemas/route": "app/api/db/schemas/route.js",
10
+ "/api/db/export/route": "app/api/db/export/route.js",
11
+ "/api/db/query/route": "app/api/db/query/route.js",
12
12
  "/api/extension/version/route": "app/api/extension/version/route.js",
13
13
  "/api/file/route": "app/api/file/route.js",
14
14
  "/api/files/clipboard/route": "app/api/files/clipboard/route.js",
15
15
  "/api/files/copy/route": "app/api/files/copy/route.js",
16
- "/api/files/delete/route": "app/api/files/delete/route.js",
17
16
  "/api/files/expanded/route": "app/api/files/expanded/route.js",
17
+ "/api/files/delete/route": "app/api/files/delete/route.js",
18
18
  "/api/files/index/route": "app/api/files/index/route.js",
19
19
  "/api/files/init/route": "app/api/files/init/route.js",
20
20
  "/api/files/paste/route": "app/api/files/paste/route.js",
21
- "/api/files/readdir/route": "app/api/files/readdir/route.js",
22
21
  "/api/files/read/route": "app/api/files/read/route.js",
22
+ "/api/files/readdir/route": "app/api/files/readdir/route.js",
23
23
  "/api/files/recent/route": "app/api/files/recent/route.js",
24
24
  "/api/files/save/route": "app/api/files/save/route.js",
25
- "/api/git/commit-diff/route": "app/api/git/commit-diff/route.js",
26
25
  "/api/git/branch-diff/route": "app/api/git/branch-diff/route.js",
27
26
  "/api/git/branches/route": "app/api/git/branches/route.js",
28
- "/api/git/diff/route": "app/api/git/diff/route.js",
29
- "/api/git/discard/route": "app/api/git/discard/route.js",
30
27
  "/api/git/commits/route": "app/api/git/commits/route.js",
28
+ "/api/git/diff/route": "app/api/git/diff/route.js",
29
+ "/api/git/commit-diff/route": "app/api/git/commit-diff/route.js",
31
30
  "/api/git/stage/route": "app/api/git/stage/route.js",
32
- "/api/git/unstage/route": "app/api/git/unstage/route.js",
31
+ "/api/git/discard/route": "app/api/git/discard/route.js",
33
32
  "/api/git/status/route": "app/api/git/status/route.js",
34
- "/api/jupyter/load/route": "app/api/jupyter/load/route.js",
35
- "/api/global-state/route": "app/api/global-state/route.js",
33
+ "/api/git/unstage/route": "app/api/git/unstage/route.js",
36
34
  "/api/git/worktree/route": "app/api/git/worktree/route.js",
37
- "/api/jupyter/shutdown/route": "app/api/jupyter/shutdown/route.js",
35
+ "/api/global-state/route": "app/api/global-state/route.js",
36
+ "/api/jupyter/load/route": "app/api/jupyter/load/route.js",
38
37
  "/api/jupyter/save/route": "app/api/jupyter/save/route.js",
39
- "/api/lsp/definition/route": "app/api/lsp/definition/route.js",
40
38
  "/api/lsp/hover/route": "app/api/lsp/hover/route.js",
41
- "/api/lsp/status/route": "app/api/lsp/status/route.js",
39
+ "/api/jupyter/shutdown/route": "app/api/jupyter/shutdown/route.js",
40
+ "/api/lsp/definition/route": "app/api/lsp/definition/route.js",
42
41
  "/api/lsp/references/route": "app/api/lsp/references/route.js",
42
+ "/api/lsp/status/route": "app/api/lsp/status/route.js",
43
43
  "/api/lsp/warmup/route": "app/api/lsp/warmup/route.js",
44
44
  "/api/mysql/columns/route": "app/api/mysql/columns/route.js",
45
45
  "/api/mysql/connect/route": "app/api/mysql/connect/route.js",
46
46
  "/api/mysql/disconnect/route": "app/api/mysql/disconnect/route.js",
47
+ "/api/mysql/export/route": "app/api/mysql/export/route.js",
47
48
  "/api/mysql/query/route": "app/api/mysql/query/route.js",
48
49
  "/api/mysql/schemas/route": "app/api/mysql/schemas/route.js",
49
50
  "/api/neo4j/connect/route": "app/api/neo4j/connect/route.js",
50
- "/api/mysql/export/route": "app/api/mysql/export/route.js",
51
51
  "/api/neo4j/disconnect/route": "app/api/neo4j/disconnect/route.js",
52
52
  "/api/neo4j/query/route": "app/api/neo4j/query/route.js",
53
53
  "/api/neo4j/schema/route": "app/api/neo4j/schema/route.js",
54
+ "/api/open-vscode/route": "app/api/open-vscode/route.js",
54
55
  "/api/open-cursor/route": "app/api/open-cursor/route.js",
55
56
  "/api/pick-folder/route": "app/api/pick-folder/route.js",
56
- "/api/open-vscode/route": "app/api/open-vscode/route.js",
57
57
  "/api/pinned-sessions/route": "app/api/pinned-sessions/route.js",
58
58
  "/api/project-state/route": "app/api/project-state/route.js",
59
- "/api/redis/delete/route": "app/api/redis/delete/route.js",
60
59
  "/api/redis/command/route": "app/api/redis/command/route.js",
61
60
  "/api/redis/connect/route": "app/api/redis/connect/route.js",
61
+ "/api/redis/delete/route": "app/api/redis/delete/route.js",
62
62
  "/api/redis/disconnect/route": "app/api/redis/disconnect/route.js",
63
63
  "/api/redis/get/route": "app/api/redis/get/route.js",
64
- "/api/redis/set/route": "app/api/redis/set/route.js",
65
64
  "/api/redis/keys/route": "app/api/redis/keys/route.js",
65
+ "/api/redis/set/route": "app/api/redis/set/route.js",
66
66
  "/api/review/[id]/comments/route": "app/api/review/[id]/comments/route.js",
67
- "/api/review/[id]/route": "app/api/review/[id]/route.js",
68
67
  "/api/review/[id]/replies/route": "app/api/review/[id]/replies/route.js",
68
+ "/api/review/[id]/route": "app/api/review/[id]/route.js",
69
69
  "/api/review/identify/route": "app/api/review/identify/route.js",
70
70
  "/api/review/order/route": "app/api/review/order/route.js",
71
71
  "/api/review/route": "app/api/review/route.js",
72
- "/api/review/users/route": "app/api/review/users/route.js",
73
- "/api/services/config/route": "app/api/services/config/route.js",
74
72
  "/api/review/share-info/route": "app/api/review/share-info/route.js",
73
+ "/api/review/users/route": "app/api/review/users/route.js",
75
74
  "/api/services/scripts/route": "app/api/services/scripts/route.js",
75
+ "/api/services/config/route": "app/api/services/config/route.js",
76
76
  "/api/settings/route": "app/api/settings/route.js",
77
77
  "/api/version/route": "app/api/version/route.js",
78
78
  "/manifest.webmanifest/route": "app/manifest.webmanifest/route.js",
79
79
  "/favicon.ico/route": "app/favicon.ico/route.js",
80
80
  "/api/bash/route": "app/api/bash/route.js",
81
81
  "/api/chat/kimi/route": "app/api/chat/kimi/route.js",
82
- "/api/chat/codex/route": "app/api/chat/codex/route.js",
83
82
  "/api/chat/ollama/route": "app/api/chat/ollama/route.js",
84
83
  "/api/commands/route": "app/api/commands/route.js",
85
84
  "/api/claude-stats/route": "app/api/claude-stats/route.js",
86
85
  "/api/files/blame/route": "app/api/files/blame/route.js",
86
+ "/api/chat/codex/route": "app/api/chat/codex/route.js",
87
87
  "/api/files/search/route": "app/api/files/search/route.js",
88
88
  "/api/note/route": "app/api/note/route.js",
89
89
  "/api/ollama/start/route": "app/api/ollama/start/route.js",
@@ -91,18 +91,21 @@
91
91
  "/api/project-settings/route": "app/api/project-settings/route.js",
92
92
  "/api/projects/route": "app/api/projects/route.js",
93
93
  "/api/scheduled-tasks/route": "app/api/scheduled-tasks/route.js",
94
+ "/api/session/[sessionId]/fork/route": "app/api/session/[sessionId]/fork/route.js",
94
95
  "/api/session/[sessionId]/history/route": "app/api/session/[sessionId]/history/route.js",
95
- "/api/sessions/projects/[encodedPath]/route": "app/api/sessions/projects/[encodedPath]/route.js",
96
+ "/api/sessions/route": "app/api/sessions/route.js",
97
+ "/api/skills/[id]/route": "app/api/skills/[id]/route.js",
98
+ "/api/terminal/autocomplete/route": "app/api/terminal/autocomplete/route.js",
99
+ "/api/skills/content/route": "app/api/skills/content/route.js",
96
100
  "/api/sessions/projects/route": "app/api/sessions/projects/route.js",
101
+ "/api/skills/route": "app/api/skills/route.js",
97
102
  "/api/terminal/aliases/route": "app/api/terminal/aliases/route.js",
98
- "/api/sessions/route": "app/api/sessions/route.js",
99
- "/api/session/[sessionId]/fork/route": "app/api/session/[sessionId]/fork/route.js",
103
+ "/api/session-by-path/route": "app/api/session-by-path/route.js",
100
104
  "/api/terminal/bubble-order/route": "app/api/terminal/bubble-order/route.js",
101
105
  "/api/terminal/env/route": "app/api/terminal/env/route.js",
102
- "/api/session-by-path/route": "app/api/session-by-path/route.js",
103
- "/api/terminal/autocomplete/route": "app/api/terminal/autocomplete/route.js",
106
+ "/api/sessions/projects/[encodedPath]/route": "app/api/sessions/projects/[encodedPath]/route.js",
104
107
  "/api/terminal/history/route": "app/api/terminal/history/route.js",
105
- "/page": "app/page.js",
106
108
  "/review/[id]/page": "app/review/[id]/page.js",
109
+ "/page": "app/page.js",
107
110
  "/project/page": "app/project/page.js"
108
111
  }
@@ -0,0 +1 @@
1
+ "use strict";exports.id=1661,exports.ids=[1661],exports.modules={24042:(a,b,c)=>{c.d(b,{createRadarServices:()=>d.f});var d=c(16277);c(66034)}};
@@ -79,4 +79,4 @@ Make sure that all grammar rule definitions are done before 'performSelfAnalysis
79
79
  inside top level rule: <${this.recordingProdStack[0].name}>`);throw c.KNOWN_RECORDER_ERROR=!0,c}let d=(0,bj.A)(this.recordingProdStack),e=new R({idx:b,nonTerminalName:a.ruleName,label:null==c?void 0:c.LABEL,referencedRule:void 0});return d.definition.push(e),this.outputCst?cS:cP}consumeInternalRecord(a,b,c){if(cX(b),!bq(a)){let c=Error(`<CONSUME${cW(b)}> argument is invalid expecting a TokenType reference but got: <${JSON.stringify(a)}>
80
80
  inside top level rule: <${this.recordingProdStack[0].name}>`);throw c.KNOWN_RECORDER_ERROR=!0,c}let d=(0,bj.A)(this.recordingProdStack),e=new $({idx:b,terminalType:a,label:null==c?void 0:c.LABEL});return d.definition.push(e),cR}}function cU(a,b,c,d=!1){cX(c);let e=(0,bj.A)(this.recordingProdStack),f=(0,aD.A)(b)?b:b.DEF,g=new a({definition:[],idx:c});return d&&(g.separator=b.SEP),(0,q.A)(b,"MAX_LOOKAHEAD")&&(g.maxLookahead=b.MAX_LOOKAHEAD),this.recordingProdStack.push(g),f.call(this),e.definition.push(g),this.recordingProdStack.pop(),cP}function cV(a,b){cX(b);let c=(0,bj.A)(this.recordingProdStack),d=!1===(0,ad.A)(a),e=!1===d?a:a.DEF,f=new Z({definition:[],idx:b,ignoreAmbiguities:d&&!0===a.IGNORE_AMBIGUITIES});return(0,q.A)(a,"MAX_LOOKAHEAD")&&(f.maxLookahead=a.MAX_LOOKAHEAD),f.hasPredicates=af(e,a=>(0,aD.A)(a.GATE)),c.definition.push(f),(0,m.A)(e,a=>{let b=new T({definition:[]});f.definition.push(b),(0,q.A)(a,"IGNORE_AMBIGUITIES")?b.ignoreAmbiguities=a.IGNORE_AMBIGUITIES:(0,q.A)(a,"GATE")&&(b.ignoreAmbiguities=!0),this.recordingProdStack.push(b),a.ALT.call(this),this.recordingProdStack.pop()}),cP}function cW(a){return 0===a?"":`${a}`}function cX(a){if(a<0||a>255){let b=Error(`Invalid DSL Method idx value: <${a}>
81
81
  Idx value must be a none negative value smaller than ${256}`);throw b.KNOWN_RECORDER_ERROR=!0,b}}class cY{initPerformanceTracer(a){if((0,q.A)(a,"traceInitPerf")){let b=a.traceInitPerf,c="number"==typeof b;this.traceInitMaxIdent=c?b:1/0,this.traceInitPerf=c?b>0:b}else this.traceInitMaxIdent=0,this.traceInitPerf=c$.traceInitPerf;this.traceInitIndent=-1}TRACE_INIT(a,b){if(!0!==this.traceInitPerf)return b();{this.traceInitIndent++;let c=Array(this.traceInitIndent+1).join(" ");this.traceInitIndent<this.traceInitMaxIdent&&console.log(`${c}--> <${a}>`);let{time:d,value:e}=bk(b),f=d>10?console.warn:console.log;return this.traceInitIndent<this.traceInitMaxIdent&&f(`${c}<-- <${a}> time: ${d}ms`),this.traceInitIndent--,e}}}let cZ=bI(bH,"",NaN,NaN,NaN,NaN,NaN,NaN);Object.freeze(cZ);let c$=Object.freeze({recoveryEnabled:!1,maxLookahead:3,dynamicTokensEnabled:!1,outputCst:!0,errorMessageProvider:bK,nodeLocationTracking:"none",traceInitPerf:!1,skipValidations:!1}),c_=Object.freeze({recoveryValueFunc:()=>void 0,resyncEnabled:!0});function c0(a){return function(){return a}}(h=l||(l={}))[h.INVALID_RULE_NAME=0]="INVALID_RULE_NAME",h[h.DUPLICATE_RULE_NAME=1]="DUPLICATE_RULE_NAME",h[h.INVALID_RULE_OVERRIDE=2]="INVALID_RULE_OVERRIDE",h[h.DUPLICATE_PRODUCTIONS=3]="DUPLICATE_PRODUCTIONS",h[h.UNRESOLVED_SUBRULE_REF=4]="UNRESOLVED_SUBRULE_REF",h[h.LEFT_RECURSION=5]="LEFT_RECURSION",h[h.NONE_LAST_EMPTY_ALT=6]="NONE_LAST_EMPTY_ALT",h[h.AMBIGUOUS_ALTS=7]="AMBIGUOUS_ALTS",h[h.CONFLICT_TOKENS_RULES_NAMESPACE=8]="CONFLICT_TOKENS_RULES_NAMESPACE",h[h.INVALID_TOKEN_NAME=9]="INVALID_TOKEN_NAME",h[h.NO_NON_EMPTY_LOOKAHEAD=10]="NO_NON_EMPTY_LOOKAHEAD",h[h.AMBIGUOUS_PREFIX_ALTS=11]="AMBIGUOUS_PREFIX_ALTS",h[h.TOO_MANY_ALTS=12]="TOO_MANY_ALTS",h[h.CUSTOM_LOOKAHEAD_VALIDATION=13]="CUSTOM_LOOKAHEAD_VALIDATION";class c1{static performSelfAnalysis(a){throw Error("The **static** `performSelfAnalysis` method has been deprecated. \nUse the **instance** method with the same name instead.")}performSelfAnalysis(){this.TRACE_INIT("performSelfAnalysis",()=>{let a;this.selfAnalysisDone=!0;let b=this.className;this.TRACE_INIT("toFastProps",()=>{s(this)}),this.TRACE_INIT("Grammar Recording",()=>{try{this.enableRecording(),(0,m.A)(this.definedRulesNames,a=>{let b,c=this[a].originalGrammarAction;this.TRACE_INIT(`${a} Rule`,()=>{b=this.topLevelRuleRecord(a,c)}),this.gastProductionsCache[a]=b})}finally{this.disableRecording()}});let c=[];if(this.TRACE_INIT("Grammar Resolving",()=>{var a;let b,d,e;a={rules:(0,n.A)(this.gastProductionsCache)},d=(0,ay.A)(a,{errMsgProvider:bL}),e={},(0,m.A)(a.rules,a=>{e[a.name]=a}),(b=new bN(e,d.errMsgProvider)).resolveRefs(),c=b.errors,this.definitionErrors=this.definitionErrors.concat(c)}),this.TRACE_INIT("Grammar Validations",()=>{if((0,o.A)(c)&&!1===this.skipValidations){var a,d,e,f,g,h,i,j,k;let c,o,q,r,s,t,u,v=(a={rules:(0,n.A)(this.gastProductionsCache),tokenTypes:(0,n.A)(this.tokensMap),errMsgProvider:bM,grammarName:b},d=(a=(0,ay.A)(a,{errMsgProvider:bM})).rules,e=a.tokenTypes,f=a.errMsgProvider,g=a.grammarName,q=(0,bO.A)(d,a=>{var b,c;let d,e;return b=a,c=f,d=new ch,b.accept(d),e=J(bT(d.allProductions,cf),a=>a.length>1),(0,p.A)((0,n.A)(e),a=>{let d=aS(a),e=c.buildDuplicateFoundError(b,a),f=an(d),g={message:e,type:l.DUPLICATE_PRODUCTIONS,ruleName:b.name,dslName:f,occurrence:d.idx},h=cg(d);return h&&(g.parameter=h),g})}),i=d,j=e,k=f,c=[],o=(0,p.A)(j,a=>a.name),(0,m.A)(i,a=>{let b=a.name;if(ai(o,b)){let d=k.buildNamespaceConflictError(a);c.push({message:d,type:l.CONFLICT_TOKENS_RULES_NAMESPACE,ruleName:b})}}),r=c,s=(0,bO.A)(d,a=>{var b,c;let d,e;return b=a,c=f,d=new ci,b.accept(d),e=d.alternations,(0,bO.A)(e,a=>a.definition.length>255?[{message:c.buildTooManyAlternativesError({topLevelRule:b,alternation:a}),type:l.TOO_MANY_ALTS,ruleName:b.name,occurrence:a.idx}]:[])}),t=(0,bO.A)(d,a=>(function(a,b,c,d){let e=[];if((0,aG.A)(b,(b,c)=>c.name===a.name?b+1:b,0)>1){let b=d.buildDuplicateRuleNameError({topLevelRule:a,grammarName:c});e.push({message:b,type:l.DUPLICATE_RULE_NAME,ruleName:a.name})}return e})(a,d,g,f)),q.concat(r,s,t)),w=(u=(h={lookaheadStrategy:this.lookaheadStrategy,rules:(0,n.A)(this.gastProductionsCache),tokenTypes:(0,n.A)(this.tokensMap),grammarName:b}).lookaheadStrategy.validate({rules:h.rules,tokenTypes:h.tokenTypes,grammarName:h.grammarName}),(0,p.A)(u,a=>Object.assign({type:l.CUSTOM_LOOKAHEAD_VALIDATION},a)));this.definitionErrors=this.definitionErrors.concat(v,w)}}),(0,o.A)(this.definitionErrors)&&(this.recoveryEnabled&&this.TRACE_INIT("computeAllProdsFollows",()=>{var a;let b,c=(a=(0,n.A)(this.gastProductionsCache),b={},(0,m.A)(a,a=>{E(b,new av(a).startWalking())}),b);this.resyncFollows=c}),this.TRACE_INIT("ComputeLookaheadFunctions",()=>{var a,b;null==(b=(a=this.lookaheadStrategy).initialize)||b.call(a,{rules:(0,n.A)(this.gastProductionsCache)}),this.preComputeLookaheadFunctions((0,n.A)(this.gastProductionsCache))})),!c1.DEFER_DEFINITION_ERRORS_HANDLING&&!(0,o.A)(this.definitionErrors))throw a=(0,p.A)(this.definitionErrors,a=>a.message),Error(`Parser Definition Errors detected:
82
- ${a.join("\n-------------------------------\n")}`)})}constructor(a,b){if(this.definitionErrors=[],this.selfAnalysisDone=!1,this.initErrorHandler(b),this.initLexerAdapter(),this.initLooksAhead(b),this.initRecognizerEngine(a,b),this.initRecoverable(b),this.initTreeBuilder(b),this.initContentAssist(),this.initGastRecorder(b),this.initPerformanceTracer(b),(0,q.A)(b,"ignoredIssues"))throw Error("The <ignoredIssues> IParserConfig property has been deprecated.\n Please use the <IGNORE_AMBIGUITIES> flag on the relevant DSL method instead.\n See: https://chevrotain.io/docs/guide/resolving_grammar_errors.html#IGNORING_AMBIGUITIES\n For further details.");this.skipValidations=(0,q.A)(b,"skipValidations")?b.skipValidations:c$.skipValidations}}c1.DEFER_DEFINITION_ERRORS_HANDLING=!1,[cy,cB,cI,cJ,cM,cK,cN,cO,cT,cY].forEach(a=>{let b=a.prototype;Object.getOwnPropertyNames(b).forEach(c=>{if("constructor"===c)return;let d=Object.getOwnPropertyDescriptor(b,c);d&&(d.get||d.set)?Object.defineProperty(c1.prototype,c,d):c1.prototype[c]=a.prototype[c]})});class c2 extends c1{constructor(a,b=c$){const c=(0,r.A)(b);c.outputCst=!1,super(a,c)}}},87520:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0});let d=c(28354),e=c(1062);class f extends e.AbstractMessageBuffer{constructor(a="utf-8"){super(a)}emptyBuffer(){return f.emptyBuffer}fromString(a,b){return Buffer.from(a,b)}toString(a,b){return a instanceof Buffer?a.toString(b):new d.TextDecoder(b).decode(a)}asNative(a,b){return void 0===b?a instanceof Buffer?a:Buffer.from(a):a instanceof Buffer?a.slice(0,b):Buffer.from(a,0,b)}allocNative(a){return Buffer.allocUnsafe(a)}}f.emptyBuffer=Buffer.allocUnsafe(0);class g{constructor(a){this.stream=a}onClose(a){return this.stream.on("close",a),e.Disposable.create(()=>this.stream.off("close",a))}onError(a){return this.stream.on("error",a),e.Disposable.create(()=>this.stream.off("error",a))}onEnd(a){return this.stream.on("end",a),e.Disposable.create(()=>this.stream.off("end",a))}onData(a){return this.stream.on("data",a),e.Disposable.create(()=>this.stream.off("data",a))}}class h{constructor(a){this.stream=a}onClose(a){return this.stream.on("close",a),e.Disposable.create(()=>this.stream.off("close",a))}onError(a){return this.stream.on("error",a),e.Disposable.create(()=>this.stream.off("error",a))}onEnd(a){return this.stream.on("end",a),e.Disposable.create(()=>this.stream.off("end",a))}write(a,b){return new Promise((c,d)=>{let e=a=>{null==a?c():d(a)};"string"==typeof a?this.stream.write(a,b,e):this.stream.write(a,e)})}end(){this.stream.end()}}let i=Object.freeze({messageBuffer:Object.freeze({create:a=>new f(a)}),applicationJson:Object.freeze({encoder:Object.freeze({name:"application/json",encode:(a,b)=>{try{return Promise.resolve(Buffer.from(JSON.stringify(a,void 0,0),b.charset))}catch(a){return Promise.reject(a)}}}),decoder:Object.freeze({name:"application/json",decode:(a,b)=>{try{if(a instanceof Buffer)return Promise.resolve(JSON.parse(a.toString(b.charset)));return Promise.resolve(JSON.parse(new d.TextDecoder(b.charset).decode(a)))}catch(a){return Promise.reject(a)}}})}),stream:Object.freeze({asReadableStream:a=>new g(a),asWritableStream:a=>new h(a)}),console:console,timer:Object.freeze({setTimeout(a,b,...c){let d=setTimeout(a,b,...c);return{dispose:()=>clearTimeout(d)}},setImmediate(a,...b){let c=setImmediate(a,...b);return{dispose:()=>clearImmediate(c)}},setInterval(a,b,...c){let d=setInterval(a,b,...c);return{dispose:()=>clearInterval(d)}}})});function j(){return i}(j||(j={})).install=function(){e.RAL.install(i)},b.default=j},87826:(a,b,c)=>{"use strict";c.d(b,{A:()=>f});var d=c(16730),e=c(93884);let f=function(a,b){var c=-1,f=(0,e.A)(a)?Array(a.length):[];return(0,d.A)(a,function(a,d,e){f[++c]=b(a,d,e)}),f}},89776:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=function(a){var b=null==a?0:a.length;return b?a[b-1]:void 0}},90429:(a,b,c)=>{"use strict";var d,e,f,g;Object.defineProperty(b,"__esModule",{value:!0}),b.InlineValueRefreshRequest=b.InlineValueRequest=void 0;let h=c(47629);(f=d||(b.InlineValueRequest=d={})).method="textDocument/inlineValue",f.messageDirection=h.MessageDirection.clientToServer,f.type=new h.ProtocolRequestType(f.method),(g=e||(b.InlineValueRefreshRequest=e={})).method="workspace/inlineValue/refresh",g.messageDirection=h.MessageDirection.serverToClient,g.type=new h.ProtocolRequestType0(g.method)},91633:(a,b,c)=>{"use strict";var d,e,f,g;Object.defineProperty(b,"__esModule",{value:!0}),b.FoldingRangeRefreshRequest=b.FoldingRangeRequest=void 0;let h=c(47629);(f=d||(b.FoldingRangeRequest=d={})).method="textDocument/foldingRange",f.messageDirection=h.MessageDirection.clientToServer,f.type=new h.ProtocolRequestType(f.method),(g=e||(b.FoldingRangeRefreshRequest=e={})).method="workspace/foldingRange/refresh",g.messageDirection=h.MessageDirection.serverToClient,g.type=new h.ProtocolRequestType0(g.method)},92325:(a,b,c)=>{"use strict";c.d(b,{qg:()=>g}),c(85451),c(67219),c(8769),c(45491),c(4739),c(16277),c(24822);var d=c(66034),e={},f={info:(0,d.K2)(async()=>{let{createInfoServices:a}=await c.e(9401).then(c.bind(c,9401));e.info=a().Info.parser.LangiumParser},"info"),packet:(0,d.K2)(async()=>{let{createPacketServices:a}=await c.e(5152).then(c.bind(c,45152));e.packet=a().Packet.parser.LangiumParser},"packet"),pie:(0,d.K2)(async()=>{let{createPieServices:a}=await c.e(1639).then(c.bind(c,21639));e.pie=a().Pie.parser.LangiumParser},"pie"),architecture:(0,d.K2)(async()=>{let{createArchitectureServices:a}=await c.e(582).then(c.bind(c,40582));e.architecture=a().Architecture.parser.LangiumParser},"architecture"),gitGraph:(0,d.K2)(async()=>{let{createGitGraphServices:a}=await c.e(5481).then(c.bind(c,75481));e.gitGraph=a().GitGraph.parser.LangiumParser},"gitGraph"),radar:(0,d.K2)(async()=>{let{createRadarServices:a}=await c.e(4042).then(c.bind(c,24042));e.radar=a().Radar.parser.LangiumParser},"radar"),treemap:(0,d.K2)(async()=>{let{createTreemapServices:a}=await c.e(4073).then(c.bind(c,14073));e.treemap=a().Treemap.parser.LangiumParser},"treemap")};async function g(a,b){let c=f[a];if(!c)throw Error(`Unknown diagram type: ${a}`);e[a]||await c();let d=e[a].parse(b);if(d.lexerErrors.length>0||d.parserErrors.length>0)throw new h(d);return d.value}(0,d.K2)(g,"parse");var h=class extends Error{constructor(a){const b=a.lexerErrors.map(a=>{let b=void 0===a.line||isNaN(a.line)?"?":a.line,c=void 0===a.column||isNaN(a.column)?"?":a.column;return`Lexer error on line ${b}, column ${c}: ${a.message}`}).join("\n"),c=a.parserErrors.map(a=>{let b=void 0===a.token.startLine||isNaN(a.token.startLine)?"?":a.token.startLine,c=void 0===a.token.startColumn||isNaN(a.token.startColumn)?"?":a.token.startColumn;return`Parse error on line ${b}, column ${c}: ${a.message}`}).join("\n");super(`Parsing failed: ${b} ${c}`),this.result=a}static{(0,d.K2)(this,"MermaidParseError")}}},94224:(a,b,c)=>{"use strict";c.d(b,{Nt:()=>l,PC:()=>m,TH:()=>e,Yv:()=>k,lU:()=>i});var d=c(21785);let e=/\r?\n/gm,f=new d.H;class g extends d.z{constructor(){super(...arguments),this.isStarting=!0,this.endRegexpStack=[],this.multiline=!1}get endRegex(){return this.endRegexpStack.join("")}reset(a){this.multiline=!1,this.regex=a,this.startRegexp="",this.isStarting=!0,this.endRegexpStack=[]}visitGroup(a){a.quantifier&&(this.isStarting=!1,this.endRegexpStack=[])}visitCharacter(a){let b=String.fromCharCode(a.value);if(this.multiline||"\n"!==b||(this.multiline=!0),a.quantifier)this.isStarting=!1,this.endRegexpStack=[];else{let a=l(b);this.endRegexpStack.push(a),this.isStarting&&(this.startRegexp+=a)}}visitSet(a){if(!this.multiline){let b=new RegExp(this.regex.substring(a.loc.begin,a.loc.end));this.multiline=!!"\n".match(b)}if(a.quantifier)this.isStarting=!1,this.endRegexpStack=[];else{let b=this.regex.substring(a.loc.begin,a.loc.end);this.endRegexpStack.push(b),this.isStarting&&(this.startRegexp+=b)}}visitChildren(a){"Group"===a.type&&a.quantifier||super.visitChildren(a)}}let h=new g;function i(a){try{return"string"==typeof a&&(a=new RegExp(a)),a=a.toString(),h.reset(a),h.visit(f.pattern(a)),h.multiline}catch{return!1}}let j="\f\n\r \v \xa0            \u2028\u2029   \uFEFF".split("");function k(a){let b="string"==typeof a?new RegExp(a):a;return j.some(a=>b.test(a))}function l(a){return a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function m(a,b){var c;let d,e,f,g=("string"==typeof(c=a)&&(c=new RegExp(c)),d=c,e=c.source,f=0,new RegExp(function a(){let b="",c;function g(a){b+=e.substr(f,a),f+=a}function h(a){b+="(?:"+e.substr(f,a)+"|$)",f+=a}for(;f<e.length;)switch(e[f]){case"\\":switch(e[f+1]){case"c":h(3);break;case"x":h(4);break;case"u":h(d.unicode?"{"===e[f+2]?e.indexOf("}",f)-f+1:6:2);break;case"p":case"P":h(d.unicode?e.indexOf("}",f)-f+1:2);break;case"k":h(e.indexOf(">",f)-f+1);break;default:h(2)}break;case"[":(c=/\[(?:\\.|.)*?\]/g).lastIndex=f,h((c=c.exec(e)||[])[0].length);break;case"|":case"^":case"$":case"*":case"+":case"?":g(1);break;case"{":(c=/\{\d+,?\d*\}/g).lastIndex=f,(c=c.exec(e))?g(c[0].length):h(1);break;case"(":if("?"===e[f+1])switch(e[f+2]){case":":b+="(?:",f+=3,b+=a()+"|$)";break;case"=":b+="(?=",f+=3,b+=a()+")";break;case"!":c=f,f+=3,a(),b+=e.substr(c,f-c);break;case"<":switch(e[f+3]){case"=":case"!":c=f,f+=4,a(),b+=e.substr(c,f-c);break;default:g(e.indexOf(">",f)-f+1),b+=a()+"|$)"}}else g(1),b+=a()+"|$)";break;case")":return++f,b;default:h(1)}return b}(),c.flags)),h=b.match(g);return!!h&&h[0].length>0}},95326:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=function(a,b){return a<b}},95545:(a,b,c)=>{"use strict";var d,e,f,g;Object.defineProperty(b,"__esModule",{value:!0}),b.ColorPresentationRequest=b.DocumentColorRequest=void 0;let h=c(47629);(f=d||(b.DocumentColorRequest=d={})).method="textDocument/documentColor",f.messageDirection=h.MessageDirection.clientToServer,f.type=new h.ProtocolRequestType(f.method),(g=e||(b.ColorPresentationRequest=e={})).method="textDocument/colorPresentation",g.messageDirection=h.MessageDirection.clientToServer,g.type=new h.ProtocolRequestType(g.method)},96291:(a,b,c)=>{"use strict";var d,e;Object.defineProperty(b,"__esModule",{value:!0}),b.ShowDocumentRequest=void 0;let f=c(47629);(e=d||(b.ShowDocumentRequest=d={})).method="window/showDocument",e.messageDirection=f.MessageDirection.serverToClient,e.type=new f.ProtocolRequestType(e.method)},96297:(a,b,c)=>{"use strict";c.d(b,{A:()=>p});var d=/\s/;let e=function(a){for(var b=a.length;b--&&d.test(a.charAt(b)););return b};var f=/^\s+/,g=c(18671),h=c(86340),i=0/0,j=/^[-+]0x[0-9a-f]+$/i,k=/^0b[01]+$/i,l=/^0o[0-7]+$/i,m=parseInt;let n=function(a){if("number"==typeof a)return a;if((0,h.A)(a))return i;if((0,g.A)(a)){var b,c="function"==typeof a.valueOf?a.valueOf():a;a=(0,g.A)(c)?c+"":c}if("string"!=typeof a)return 0===a?a:+a;a=(b=a)?b.slice(0,e(b)+1).replace(f,""):b;var d=k.test(a);return d||l.test(a)?m(a.slice(2),d?2:8):j.test(a)?i:+a};var o=1/0;let p=function(a){return a?(a=n(a))===o||a===-o?(a<0?-1:1)*17976931348623157e292:a==a?a:0:0===a?a:0}}};
82
+ ${a.join("\n-------------------------------\n")}`)})}constructor(a,b){if(this.definitionErrors=[],this.selfAnalysisDone=!1,this.initErrorHandler(b),this.initLexerAdapter(),this.initLooksAhead(b),this.initRecognizerEngine(a,b),this.initRecoverable(b),this.initTreeBuilder(b),this.initContentAssist(),this.initGastRecorder(b),this.initPerformanceTracer(b),(0,q.A)(b,"ignoredIssues"))throw Error("The <ignoredIssues> IParserConfig property has been deprecated.\n Please use the <IGNORE_AMBIGUITIES> flag on the relevant DSL method instead.\n See: https://chevrotain.io/docs/guide/resolving_grammar_errors.html#IGNORING_AMBIGUITIES\n For further details.");this.skipValidations=(0,q.A)(b,"skipValidations")?b.skipValidations:c$.skipValidations}}c1.DEFER_DEFINITION_ERRORS_HANDLING=!1,[cy,cB,cI,cJ,cM,cK,cN,cO,cT,cY].forEach(a=>{let b=a.prototype;Object.getOwnPropertyNames(b).forEach(c=>{if("constructor"===c)return;let d=Object.getOwnPropertyDescriptor(b,c);d&&(d.get||d.set)?Object.defineProperty(c1.prototype,c,d):c1.prototype[c]=a.prototype[c]})});class c2 extends c1{constructor(a,b=c$){const c=(0,r.A)(b);c.outputCst=!1,super(a,c)}}},87520:(a,b,c)=>{"use strict";Object.defineProperty(b,"__esModule",{value:!0});let d=c(28354),e=c(1062);class f extends e.AbstractMessageBuffer{constructor(a="utf-8"){super(a)}emptyBuffer(){return f.emptyBuffer}fromString(a,b){return Buffer.from(a,b)}toString(a,b){return a instanceof Buffer?a.toString(b):new d.TextDecoder(b).decode(a)}asNative(a,b){return void 0===b?a instanceof Buffer?a:Buffer.from(a):a instanceof Buffer?a.slice(0,b):Buffer.from(a,0,b)}allocNative(a){return Buffer.allocUnsafe(a)}}f.emptyBuffer=Buffer.allocUnsafe(0);class g{constructor(a){this.stream=a}onClose(a){return this.stream.on("close",a),e.Disposable.create(()=>this.stream.off("close",a))}onError(a){return this.stream.on("error",a),e.Disposable.create(()=>this.stream.off("error",a))}onEnd(a){return this.stream.on("end",a),e.Disposable.create(()=>this.stream.off("end",a))}onData(a){return this.stream.on("data",a),e.Disposable.create(()=>this.stream.off("data",a))}}class h{constructor(a){this.stream=a}onClose(a){return this.stream.on("close",a),e.Disposable.create(()=>this.stream.off("close",a))}onError(a){return this.stream.on("error",a),e.Disposable.create(()=>this.stream.off("error",a))}onEnd(a){return this.stream.on("end",a),e.Disposable.create(()=>this.stream.off("end",a))}write(a,b){return new Promise((c,d)=>{let e=a=>{null==a?c():d(a)};"string"==typeof a?this.stream.write(a,b,e):this.stream.write(a,e)})}end(){this.stream.end()}}let i=Object.freeze({messageBuffer:Object.freeze({create:a=>new f(a)}),applicationJson:Object.freeze({encoder:Object.freeze({name:"application/json",encode:(a,b)=>{try{return Promise.resolve(Buffer.from(JSON.stringify(a,void 0,0),b.charset))}catch(a){return Promise.reject(a)}}}),decoder:Object.freeze({name:"application/json",decode:(a,b)=>{try{if(a instanceof Buffer)return Promise.resolve(JSON.parse(a.toString(b.charset)));return Promise.resolve(JSON.parse(new d.TextDecoder(b.charset).decode(a)))}catch(a){return Promise.reject(a)}}})}),stream:Object.freeze({asReadableStream:a=>new g(a),asWritableStream:a=>new h(a)}),console:console,timer:Object.freeze({setTimeout(a,b,...c){let d=setTimeout(a,b,...c);return{dispose:()=>clearTimeout(d)}},setImmediate(a,...b){let c=setImmediate(a,...b);return{dispose:()=>clearImmediate(c)}},setInterval(a,b,...c){let d=setInterval(a,b,...c);return{dispose:()=>clearInterval(d)}}})});function j(){return i}(j||(j={})).install=function(){e.RAL.install(i)},b.default=j},87826:(a,b,c)=>{"use strict";c.d(b,{A:()=>f});var d=c(16730),e=c(93884);let f=function(a,b){var c=-1,f=(0,e.A)(a)?Array(a.length):[];return(0,d.A)(a,function(a,d,e){f[++c]=b(a,d,e)}),f}},89776:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=function(a){var b=null==a?0:a.length;return b?a[b-1]:void 0}},90429:(a,b,c)=>{"use strict";var d,e,f,g;Object.defineProperty(b,"__esModule",{value:!0}),b.InlineValueRefreshRequest=b.InlineValueRequest=void 0;let h=c(47629);(f=d||(b.InlineValueRequest=d={})).method="textDocument/inlineValue",f.messageDirection=h.MessageDirection.clientToServer,f.type=new h.ProtocolRequestType(f.method),(g=e||(b.InlineValueRefreshRequest=e={})).method="workspace/inlineValue/refresh",g.messageDirection=h.MessageDirection.serverToClient,g.type=new h.ProtocolRequestType0(g.method)},91633:(a,b,c)=>{"use strict";var d,e,f,g;Object.defineProperty(b,"__esModule",{value:!0}),b.FoldingRangeRefreshRequest=b.FoldingRangeRequest=void 0;let h=c(47629);(f=d||(b.FoldingRangeRequest=d={})).method="textDocument/foldingRange",f.messageDirection=h.MessageDirection.clientToServer,f.type=new h.ProtocolRequestType(f.method),(g=e||(b.FoldingRangeRefreshRequest=e={})).method="workspace/foldingRange/refresh",g.messageDirection=h.MessageDirection.serverToClient,g.type=new h.ProtocolRequestType0(g.method)},92325:(a,b,c)=>{"use strict";c.d(b,{qg:()=>g}),c(85451),c(67219),c(8769),c(45491),c(4739),c(16277),c(24822);var d=c(66034),e={},f={info:(0,d.K2)(async()=>{let{createInfoServices:a}=await c.e(9401).then(c.bind(c,9401));e.info=a().Info.parser.LangiumParser},"info"),packet:(0,d.K2)(async()=>{let{createPacketServices:a}=await c.e(5152).then(c.bind(c,45152));e.packet=a().Packet.parser.LangiumParser},"packet"),pie:(0,d.K2)(async()=>{let{createPieServices:a}=await c.e(1639).then(c.bind(c,21639));e.pie=a().Pie.parser.LangiumParser},"pie"),architecture:(0,d.K2)(async()=>{let{createArchitectureServices:a}=await c.e(582).then(c.bind(c,40582));e.architecture=a().Architecture.parser.LangiumParser},"architecture"),gitGraph:(0,d.K2)(async()=>{let{createGitGraphServices:a}=await c.e(5481).then(c.bind(c,75481));e.gitGraph=a().GitGraph.parser.LangiumParser},"gitGraph"),radar:(0,d.K2)(async()=>{let{createRadarServices:a}=await c.e(1661).then(c.bind(c,24042));e.radar=a().Radar.parser.LangiumParser},"radar"),treemap:(0,d.K2)(async()=>{let{createTreemapServices:a}=await c.e(4073).then(c.bind(c,14073));e.treemap=a().Treemap.parser.LangiumParser},"treemap")};async function g(a,b){let c=f[a];if(!c)throw Error(`Unknown diagram type: ${a}`);e[a]||await c();let d=e[a].parse(b);if(d.lexerErrors.length>0||d.parserErrors.length>0)throw new h(d);return d.value}(0,d.K2)(g,"parse");var h=class extends Error{constructor(a){const b=a.lexerErrors.map(a=>{let b=void 0===a.line||isNaN(a.line)?"?":a.line,c=void 0===a.column||isNaN(a.column)?"?":a.column;return`Lexer error on line ${b}, column ${c}: ${a.message}`}).join("\n"),c=a.parserErrors.map(a=>{let b=void 0===a.token.startLine||isNaN(a.token.startLine)?"?":a.token.startLine,c=void 0===a.token.startColumn||isNaN(a.token.startColumn)?"?":a.token.startColumn;return`Parse error on line ${b}, column ${c}: ${a.message}`}).join("\n");super(`Parsing failed: ${b} ${c}`),this.result=a}static{(0,d.K2)(this,"MermaidParseError")}}},94224:(a,b,c)=>{"use strict";c.d(b,{Nt:()=>l,PC:()=>m,TH:()=>e,Yv:()=>k,lU:()=>i});var d=c(21785);let e=/\r?\n/gm,f=new d.H;class g extends d.z{constructor(){super(...arguments),this.isStarting=!0,this.endRegexpStack=[],this.multiline=!1}get endRegex(){return this.endRegexpStack.join("")}reset(a){this.multiline=!1,this.regex=a,this.startRegexp="",this.isStarting=!0,this.endRegexpStack=[]}visitGroup(a){a.quantifier&&(this.isStarting=!1,this.endRegexpStack=[])}visitCharacter(a){let b=String.fromCharCode(a.value);if(this.multiline||"\n"!==b||(this.multiline=!0),a.quantifier)this.isStarting=!1,this.endRegexpStack=[];else{let a=l(b);this.endRegexpStack.push(a),this.isStarting&&(this.startRegexp+=a)}}visitSet(a){if(!this.multiline){let b=new RegExp(this.regex.substring(a.loc.begin,a.loc.end));this.multiline=!!"\n".match(b)}if(a.quantifier)this.isStarting=!1,this.endRegexpStack=[];else{let b=this.regex.substring(a.loc.begin,a.loc.end);this.endRegexpStack.push(b),this.isStarting&&(this.startRegexp+=b)}}visitChildren(a){"Group"===a.type&&a.quantifier||super.visitChildren(a)}}let h=new g;function i(a){try{return"string"==typeof a&&(a=new RegExp(a)),a=a.toString(),h.reset(a),h.visit(f.pattern(a)),h.multiline}catch{return!1}}let j="\f\n\r \v \xa0            \u2028\u2029   \uFEFF".split("");function k(a){let b="string"==typeof a?new RegExp(a):a;return j.some(a=>b.test(a))}function l(a){return a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function m(a,b){var c;let d,e,f,g=("string"==typeof(c=a)&&(c=new RegExp(c)),d=c,e=c.source,f=0,new RegExp(function a(){let b="",c;function g(a){b+=e.substr(f,a),f+=a}function h(a){b+="(?:"+e.substr(f,a)+"|$)",f+=a}for(;f<e.length;)switch(e[f]){case"\\":switch(e[f+1]){case"c":h(3);break;case"x":h(4);break;case"u":h(d.unicode?"{"===e[f+2]?e.indexOf("}",f)-f+1:6:2);break;case"p":case"P":h(d.unicode?e.indexOf("}",f)-f+1:2);break;case"k":h(e.indexOf(">",f)-f+1);break;default:h(2)}break;case"[":(c=/\[(?:\\.|.)*?\]/g).lastIndex=f,h((c=c.exec(e)||[])[0].length);break;case"|":case"^":case"$":case"*":case"+":case"?":g(1);break;case"{":(c=/\{\d+,?\d*\}/g).lastIndex=f,(c=c.exec(e))?g(c[0].length):h(1);break;case"(":if("?"===e[f+1])switch(e[f+2]){case":":b+="(?:",f+=3,b+=a()+"|$)";break;case"=":b+="(?=",f+=3,b+=a()+")";break;case"!":c=f,f+=3,a(),b+=e.substr(c,f-c);break;case"<":switch(e[f+3]){case"=":case"!":c=f,f+=4,a(),b+=e.substr(c,f-c);break;default:g(e.indexOf(">",f)-f+1),b+=a()+"|$)"}}else g(1),b+=a()+"|$)";break;case")":return++f,b;default:h(1)}return b}(),c.flags)),h=b.match(g);return!!h&&h[0].length>0}},95326:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=function(a,b){return a<b}},95545:(a,b,c)=>{"use strict";var d,e,f,g;Object.defineProperty(b,"__esModule",{value:!0}),b.ColorPresentationRequest=b.DocumentColorRequest=void 0;let h=c(47629);(f=d||(b.DocumentColorRequest=d={})).method="textDocument/documentColor",f.messageDirection=h.MessageDirection.clientToServer,f.type=new h.ProtocolRequestType(f.method),(g=e||(b.ColorPresentationRequest=e={})).method="textDocument/colorPresentation",g.messageDirection=h.MessageDirection.clientToServer,g.type=new h.ProtocolRequestType(g.method)},96291:(a,b,c)=>{"use strict";var d,e;Object.defineProperty(b,"__esModule",{value:!0}),b.ShowDocumentRequest=void 0;let f=c(47629);(e=d||(b.ShowDocumentRequest=d={})).method="window/showDocument",e.messageDirection=f.MessageDirection.serverToClient,e.type=new f.ProtocolRequestType(e.method)},96297:(a,b,c)=>{"use strict";c.d(b,{A:()=>p});var d=/\s/;let e=function(a){for(var b=a.length;b--&&d.test(a.charAt(b)););return b};var f=/^\s+/,g=c(18671),h=c(86340),i=0/0,j=/^[-+]0x[0-9a-f]+$/i,k=/^0b[01]+$/i,l=/^0o[0-7]+$/i,m=parseInt;let n=function(a){if("number"==typeof a)return a;if((0,h.A)(a))return i;if((0,g.A)(a)){var b,c="function"==typeof a.valueOf?a.valueOf():a;a=(0,g.A)(c)?c+"":c}if("string"!=typeof a)return 0===a?a:+a;a=(b=a)?b.slice(0,e(b)+1).replace(f,""):b;var d=k.test(a);return d||l.test(a)?m(a.slice(2),d?2:8):j.test(a)?i:+a};var o=1/0;let p=function(a){return a?(a=n(a))===o||a===-o?(a<0?-1:1)*17976931348623157e292:a==a?a:0:0===a?a:0}}};
@@ -0,0 +1 @@
1
+ "use strict";exports.id=2338,exports.ids=[2338],exports.modules={15622:(a,b,c)=>{c.d(b,{_:()=>k});var d=c(48249),e=c(67484),f=c(44384),g=c(31172),h=c(81749),i=c(41564);function j(a,b,c){let d=(a,c)=>b[a]||c,e=[],f=null!=c?`[${c+1}] `:"",g=a.anchor.selectedText.length>200?a.anchor.selectedText.slice(0,197)+"...":a.anchor.selectedText;for(let b of(e.push(`${f}${i.A.t("review.quoteRef",{text:g})}`),e.push(i.A.t("review.commentAuthor",{author:d(a.authorId,a.author),content:a.content})),a.replies))e.push(i.A.t("review.replyAuthor",{author:d(b.authorId,b.author),content:b.content}));return e.join("\n")}function k({isOpen:a,onClose:b,comments:c,reviewTitle:k,userNameMap:m,onCommentClick:n}){let{t:o}=(0,f.Bd)(),[p,q]=(0,e.useState)(null),[r,s]=(0,e.useState)(!1);if(!a)return null;let t=[...c].sort((a,b)=>a.anchor.startOffset-b.anchor.startOffset),u=(a,b)=>m[a]||b,v=async a=>{q(a.id);try{let b=j(a,m);await navigator.clipboard.writeText(b),(0,h.oR)(o("toast.copiedComment"))}catch{(0,h.oR)(o("toast.copyFailed"),"error")}finally{q(null)}},w=async()=>{if(0!==c.length){s(!0);try{let a=function(a,b,c){if(0===a.length)return"";let d=[...a].sort((a,b)=>a.anchor.startOffset-b.anchor.startOffset),e=[i.A.t("review.reviewSummary",{title:b}),""];return d.forEach((a,b)=>{e.push(j(a,c,b)),e.push("")}),e.push(i.A.t("review.totalNComments",{count:a.length})),e.join("\n").trim()}(c,k,m);await navigator.clipboard.writeText(a),(0,h.oR)(o("toast.copiedAllComments"))}catch{(0,h.oR)(o("toast.copyFailed"),"error")}finally{s(!1)}}},x=a=>{n?.(a),b()},y=t.filter(a=>!a.closed),z=t.filter(a=>a.closed),A=(0,d.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/50 p-4",onClick:b,children:(0,d.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:a=>a.stopPropagation(),children:[(0,d.jsxs)("div",{className:"flex items-center justify-between px-4 py-3 border-b border-border bg-secondary",children:[(0,d.jsxs)("div",{className:"flex items-center gap-2",children:[(0,d.jsx)("h2",{className:"text-sm font-semibold text-foreground",children:o("review.allCommentsTitle")}),(0,d.jsxs)("span",{className:"text-xs text-muted-foreground",children:[o("review.commentsCountBrief",{count:c.length}),z.length>0&&` (${o("review.closedCount",{count:z.length})})`]}),c.length>0&&(0,d.jsx)("button",{onClick:w,disabled:r,className:"p-1 rounded hover:bg-accent text-muted-foreground disabled:opacity-50",title:o("review.copyAllComments"),children:r?(0,d.jsx)("span",{className:"inline-block w-4 h-4 border-2 border-current border-t-transparent rounded-full animate-spin"}):(0,d.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,d.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,d.jsx)("button",{onClick:b,className:"p-1 rounded hover:bg-accent text-muted-foreground",children:(0,d.jsx)("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,d.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]}),(0,d.jsx)("div",{className:"flex-1 overflow-y-auto p-3",children:0===c.length?(0,d.jsxs)("div",{className:"flex flex-col items-center justify-center py-12 text-muted-foreground",children:[(0,d.jsx)("div",{className:"text-2xl mb-2",children:"\uD83D\uDCAC"}),(0,d.jsx)("span",{className:"text-sm",children:o("review.noComments")})]}):(0,d.jsxs)("div",{className:"space-y-2",children:[y.map((a,b)=>(0,d.jsx)(l,{comment:a,index:b,resolveAuthor:u,copyingId:p,onCopy:v,onClick:x},a.id)),z.length>0&&(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("div",{className:"text-[11px] text-muted-foreground/60 pt-2 pb-1 px-1",children:o("review.closedComments",{count:z.length})}),z.map((a,b)=>(0,d.jsx)(l,{comment:a,index:y.length+b,resolveAuthor:u,copyingId:p,onCopy:v,onClick:x,closed:!0},a.id))]})]})})]})});return(0,d.jsx)(g.Z,{children:A})}function l({comment:a,index:b,resolveAuthor:c,copyingId:e,onCopy:f,onClick:g,closed:h}){let j=a.anchor.selectedText.length>100?a.anchor.selectedText.slice(0,97)+"...":a.anchor.selectedText;return(0,d.jsxs)("div",{className:`rounded-lg border border-border hover:border-muted-foreground/30 transition-all cursor-pointer group ${h?"opacity-50":""}`,onClick:()=>g(a.id),children:[(0,d.jsx)("div",{className:"px-3 pt-2.5 pb-1",children:(0,d.jsx)("div",{className:"text-xs bg-yellow-500/10 border-l-2 border-yellow-500 px-2 py-1 rounded-r text-muted-foreground truncate",children:j})}),(0,d.jsxs)("div",{className:"px-3 pt-1.5 pb-2 flex items-start gap-2",children:[(0,d.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,d.jsxs)("div",{className:"flex items-center gap-2 mb-0.5",children:[(0,d.jsx)("span",{className:"w-4 h-4 rounded-full bg-brand/20 text-brand flex items-center justify-center text-[9px] font-bold flex-shrink-0",children:c(a.authorId,a.author).charAt(0)}),(0,d.jsx)("span",{className:"text-xs font-medium",children:c(a.authorId,a.author)}),(0,d.jsx)("span",{className:"text-[10px] text-muted-foreground",children:new Date(a.createdAt).toLocaleString("zh-CN",{month:"numeric",day:"numeric",hour:"2-digit",minute:"2-digit"})}),h&&(0,d.jsx)("span",{className:"text-[10px] text-muted-foreground/60",children:i.A.t("review.closedLabel")})]}),(0,d.jsx)("p",{className:"text-sm text-foreground line-clamp-2 pl-6",children:a.content}),a.replies.length>0&&(0,d.jsxs)("div",{className:"pl-6 mt-1 space-y-0.5",children:[a.replies.slice(0,3).map(a=>(0,d.jsxs)("div",{className:"text-xs text-muted-foreground truncate",children:[(0,d.jsx)("span",{className:"font-medium",children:c(a.authorId,a.author)}),": ",a.content]},a.id)),a.replies.length>3&&(0,d.jsx)("div",{className:"text-[10px] text-muted-foreground/60",children:i.A.t("review.moreReplies",{count:a.replies.length-3})})]})]}),(0,d.jsx)("button",{onClick:b=>{b.stopPropagation(),f(a)},disabled:e===a.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:i.A.t("review.copyComment"),children:e===a.id?(0,d.jsx)("span",{className:"inline-block w-4 h-4 border-2 border-current border-t-transparent rounded-full animate-spin"}):(0,d.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,d.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"})})})]})]})}},30068:(a,b,c)=>{c.d(b,{l:()=>h});var d=c(48249),e=c(67484),f=c(44384),g=c(69005);function h({content:a,containerRef:b,width:c="w-80"}){let{t:h}=(0,f.Bd)(),i=(0,e.useMemo)(()=>(function(a){let b=[],c=a.split("\n"),d=!1;for(let a=0;a<c.length;a++){let e=c[a];if(e.trimStart().startsWith("```")){d=!d;continue}if(d)continue;let f=/^(#{1,6})\s+(.+)$/.exec(e);f&&b.push({level:f[1].length,text:f[2].replace(/\s*#+\s*$/,""),sourceLine:a+1})}return b})(a),[a]),[j,k]=(0,e.useState)(!1),[l,m]=(0,e.useState)(null),n=(0,e.useCallback)(a=>{let c=b.current;if(!c)return;let d=c.querySelector(`h1[data-source-start="${a}"], h2[data-source-start="${a}"], h3[data-source-start="${a}"], h4[data-source-start="${a}"], h5[data-source-start="${a}"], h6[data-source-start="${a}"]`);d&&d.scrollIntoView({behavior:"smooth",block:"start"})},[b]);return 0===i.length?null:(0,d.jsxs)("div",{className:`border-r border-border flex-shrink-0 flex flex-col transition-[width] duration-200 ${j?"w-8":c}`,children:[(0,d.jsxs)("div",{className:"flex items-center justify-between px-2 py-1.5 border-b border-border flex-shrink-0",children:[!j&&(0,d.jsx)("span",{className:"text-xs font-medium text-muted-foreground",children:h("editor.toc")}),(0,d.jsx)("button",{onClick:()=>k(a=>!a),className:"p-0.5 text-muted-foreground hover:text-foreground hover:bg-accent rounded transition-colors",title:h(j?"editor.expandToc":"editor.collapseToc"),children:(0,d.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:j?(0,d.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 5l7 7-7 7"}):(0,d.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 19l-7-7 7-7"})})})]}),!j&&(0,d.jsx)("nav",{className:"flex-1 overflow-y-auto py-1",children:i.map((a,b)=>(0,d.jsx)(g.m,{content:a.text,delay:400,children:(0,d.jsx)("button",{onClick:()=>n(a.sourceLine),className:`block w-full text-left text-sm py-1 px-2 truncate transition-colors hover:bg-accent ${l===a.sourceLine?"text-brand font-medium bg-brand/5":"text-muted-foreground"}`,style:{paddingLeft:`${(a.level-1)*12+8}px`},children:a.text})},b))})]})}},31172:(a,b,c)=>{c.d(b,{Z:()=>i});var d=c(67484),e=c(74429);let f=()=>()=>{},g=()=>document.body,h=()=>null;function i({children:a}){let b=(0,d.useSyncExternalStore)(f,g,h);return b?(0,e.createPortal)(a,b):null}},69005:(a,b,c)=>{c.d(b,{m:()=>g});var d=c(48249),e=c(67484),f=c(74429);function g({content:a,children:b,delay:c=300,className:g=""}){let[h,i]=(0,e.useState)(!1),[j,k]=(0,e.useState)({top:0,left:0}),l=(0,e.useRef)(null),m=(0,e.useRef)({x:0,y:0}),n=(0,e.useRef)(null);return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("div",{onMouseEnter:()=>{l.current=setTimeout(()=>{let{x:a,y:b}=m.current;k({top:b+12,left:a}),i(!0)},c)},onMouseMove:a=>{m.current={x:a.clientX,y:a.clientY}},onMouseLeave:()=>{l.current&&(clearTimeout(l.current),l.current=null),i(!1)},className:g,children:b}),h&&(0,f.createPortal)((0,d.jsx)("div",{ref:n,className:"fixed z-[9999] px-2 py-1 text-xs text-foreground bg-accent rounded shadow-lg max-w-md break-words pointer-events-none",style:{top:j.top,left:j.left},children:a}),document.body)]})}},90500:(a,b,c)=>{c.d(b,{W:()=>f});var d=c(50300);let e=new Set(["p","h1","h2","h3","h4","h5","h6","li","blockquote","pre","table","tr","hr","div","ul","ol"]);function f(){return a=>{(0,d.YR)(a,"element",a=>{if(e.has(a.tagName)&&a.position&&(a.properties||(a.properties={}),a.properties["data-source-start"]=a.position.start.line,a.properties["data-source-end"]=a.position.end.line,"pre"===a.tagName)){let b=a.children?.find(a=>"element"===a.type&&"code"===a.tagName);b&&(b.properties||(b.properties={}),b.properties["data-source-start"]=a.position.start.line,b.properties["data-source-end"]=a.position.end.line)}})}}}};