@surething/cockpit 1.0.260 → 1.0.261

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 (185) hide show
  1. package/.next-prod/BUILD_ID +1 -1
  2. package/.next-prod/app-path-routes-manifest.json +4 -4
  3. package/.next-prod/build-manifest.json +2 -2
  4. package/.next-prod/cockpit-build.json +1 -1
  5. package/.next-prod/prerender-manifest.json +3 -3
  6. package/.next-prod/server/app/_global-error/page.js.nft.json +1 -1
  7. package/.next-prod/server/app/_global-error.html +1 -1
  8. package/.next-prod/server/app/_global-error.rsc +1 -1
  9. package/.next-prod/server/app/_global-error.segments/_full.segment.rsc +1 -1
  10. package/.next-prod/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  11. package/.next-prod/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  12. package/.next-prod/server/app/_not-found/page.js.nft.json +1 -1
  13. package/.next-prod/server/app/_not-found.html +1 -1
  14. package/.next-prod/server/app/_not-found.rsc +1 -1
  15. package/.next-prod/server/app/_not-found.segments/_full.segment.rsc +1 -1
  16. package/.next-prod/server/app/_not-found.segments/_index.segment.rsc +1 -1
  17. package/.next-prod/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  18. package/.next-prod/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  19. package/.next-prod/server/app/api/agent/test/route.js.nft.json +1 -1
  20. package/.next-prod/server/app/api/bash/route.js.nft.json +1 -1
  21. package/.next-prod/server/app/api/chat/codex/route.js +1 -1
  22. package/.next-prod/server/app/api/chat/codex/route.js.nft.json +1 -1
  23. package/.next-prod/server/app/api/chat/deepseek/route.js.nft.json +1 -1
  24. package/.next-prod/server/app/api/chat/glm/route.js.nft.json +1 -1
  25. package/.next-prod/server/app/api/chat/kimi/route.js.nft.json +1 -1
  26. package/.next-prod/server/app/api/chat/ollama/route.js.nft.json +1 -1
  27. package/.next-prod/server/app/api/chat/route.js.nft.json +1 -1
  28. package/.next-prod/server/app/api/chat/stop/route.js.nft.json +1 -1
  29. package/.next-prod/server/app/api/claude-stats/route.js.nft.json +1 -1
  30. package/.next-prod/server/app/api/commands/route.js.nft.json +1 -1
  31. package/.next-prod/server/app/api/comments/route.js.nft.json +1 -1
  32. package/.next-prod/server/app/api/db/columns/route.js.nft.json +1 -1
  33. package/.next-prod/server/app/api/db/connect/route.js.nft.json +1 -1
  34. package/.next-prod/server/app/api/db/disconnect/route.js.nft.json +1 -1
  35. package/.next-prod/server/app/api/db/export/route.js.nft.json +1 -1
  36. package/.next-prod/server/app/api/db/query/route.js.nft.json +1 -1
  37. package/.next-prod/server/app/api/db/schemas/route.js.nft.json +1 -1
  38. package/.next-prod/server/app/api/deepseek/balance/route.js.nft.json +1 -1
  39. package/.next-prod/server/app/api/deepseek/credentials/route.js.nft.json +1 -1
  40. package/.next-prod/server/app/api/deepseek/models/route.js.nft.json +1 -1
  41. package/.next-prod/server/app/api/dev/spans/route.js.nft.json +1 -1
  42. package/.next-prod/server/app/api/extension/version/route.js.nft.json +1 -1
  43. package/.next-prod/server/app/api/file/route.js.nft.json +1 -1
  44. package/.next-prod/server/app/api/files/blame/route.js.nft.json +1 -1
  45. package/.next-prod/server/app/api/files/clipboard/route.js.nft.json +1 -1
  46. package/.next-prod/server/app/api/files/copy/route.js.nft.json +1 -1
  47. package/.next-prod/server/app/api/files/delete/route.js.nft.json +1 -1
  48. package/.next-prod/server/app/api/files/expanded/route.js.nft.json +1 -1
  49. package/.next-prod/server/app/api/files/index/route.js.nft.json +1 -1
  50. package/.next-prod/server/app/api/files/init/route.js.nft.json +1 -1
  51. package/.next-prod/server/app/api/files/paste/route.js.nft.json +1 -1
  52. package/.next-prod/server/app/api/files/read/route.js.nft.json +1 -1
  53. package/.next-prod/server/app/api/files/readdir/route.js.nft.json +1 -1
  54. package/.next-prod/server/app/api/files/recent/route.js.nft.json +1 -1
  55. package/.next-prod/server/app/api/files/save/route.js.nft.json +1 -1
  56. package/.next-prod/server/app/api/files/search/route.js.nft.json +1 -1
  57. package/.next-prod/server/app/api/files/stat/route.js.nft.json +1 -1
  58. package/.next-prod/server/app/api/files/text/route.js.nft.json +1 -1
  59. package/.next-prod/server/app/api/git/branch-diff/route.js.nft.json +1 -1
  60. package/.next-prod/server/app/api/git/branches/route.js.nft.json +1 -1
  61. package/.next-prod/server/app/api/git/commit-diff/route.js.nft.json +1 -1
  62. package/.next-prod/server/app/api/git/commits/route.js.nft.json +1 -1
  63. package/.next-prod/server/app/api/git/current-branch/route.js.nft.json +1 -1
  64. package/.next-prod/server/app/api/git/diff/route.js.nft.json +1 -1
  65. package/.next-prod/server/app/api/git/discard/route.js.nft.json +1 -1
  66. package/.next-prod/server/app/api/git/stage/route.js.nft.json +1 -1
  67. package/.next-prod/server/app/api/git/status/route.js.nft.json +1 -1
  68. package/.next-prod/server/app/api/git/unstage/route.js.nft.json +1 -1
  69. package/.next-prod/server/app/api/git/worktree/route.js.nft.json +1 -1
  70. package/.next-prod/server/app/api/glm/credentials/route.js.nft.json +1 -1
  71. package/.next-prod/server/app/api/glm/models/route.js.nft.json +1 -1
  72. package/.next-prod/server/app/api/glm/usage/route.js.nft.json +1 -1
  73. package/.next-prod/server/app/api/global-state/route.js.nft.json +1 -1
  74. package/.next-prod/server/app/api/health/route.js.nft.json +1 -1
  75. package/.next-prod/server/app/api/html-apps/[id]/route.js.nft.json +1 -1
  76. package/.next-prod/server/app/api/html-apps/route.js.nft.json +1 -1
  77. package/.next-prod/server/app/api/jupyter/load/route.js.nft.json +1 -1
  78. package/.next-prod/server/app/api/jupyter/save/route.js.nft.json +1 -1
  79. package/.next-prod/server/app/api/jupyter/shutdown/route.js.nft.json +1 -1
  80. package/.next-prod/server/app/api/kimi/credentials/route.js.nft.json +1 -1
  81. package/.next-prod/server/app/api/kimi/models/route.js.nft.json +1 -1
  82. package/.next-prod/server/app/api/kimi/usage/route.js.nft.json +1 -1
  83. package/.next-prod/server/app/api/lsp/definition/route.js.nft.json +1 -1
  84. package/.next-prod/server/app/api/lsp/hover/route.js.nft.json +1 -1
  85. package/.next-prod/server/app/api/lsp/references/route.js.nft.json +1 -1
  86. package/.next-prod/server/app/api/lsp/status/route.js.nft.json +1 -1
  87. package/.next-prod/server/app/api/lsp/warmup/route.js.nft.json +1 -1
  88. package/.next-prod/server/app/api/mysql/columns/route.js.nft.json +1 -1
  89. package/.next-prod/server/app/api/mysql/connect/route.js.nft.json +1 -1
  90. package/.next-prod/server/app/api/mysql/disconnect/route.js.nft.json +1 -1
  91. package/.next-prod/server/app/api/mysql/export/route.js.nft.json +1 -1
  92. package/.next-prod/server/app/api/mysql/query/route.js.nft.json +1 -1
  93. package/.next-prod/server/app/api/mysql/schemas/route.js.nft.json +1 -1
  94. package/.next-prod/server/app/api/neo4j/connect/route.js.nft.json +1 -1
  95. package/.next-prod/server/app/api/neo4j/disconnect/route.js.nft.json +1 -1
  96. package/.next-prod/server/app/api/neo4j/query/route.js.nft.json +1 -1
  97. package/.next-prod/server/app/api/neo4j/schema/route.js.nft.json +1 -1
  98. package/.next-prod/server/app/api/note/route.js.nft.json +1 -1
  99. package/.next-prod/server/app/api/ollama/config/route.js.nft.json +1 -1
  100. package/.next-prod/server/app/api/ollama/models/route.js.nft.json +1 -1
  101. package/.next-prod/server/app/api/ollama/start/route.js.nft.json +1 -1
  102. package/.next-prod/server/app/api/open-cursor/route.js.nft.json +1 -1
  103. package/.next-prod/server/app/api/open-vscode/route.js.nft.json +1 -1
  104. package/.next-prod/server/app/api/pick-folder/route.js.nft.json +1 -1
  105. package/.next-prod/server/app/api/pinned-sessions/route.js.nft.json +1 -1
  106. package/.next-prod/server/app/api/project-settings/route.js.nft.json +1 -1
  107. package/.next-prod/server/app/api/project-state/route.js.nft.json +1 -1
  108. package/.next-prod/server/app/api/projectGraph/affected/route.js.nft.json +1 -1
  109. package/.next-prod/server/app/api/projectGraph/callees/route.js.nft.json +1 -1
  110. package/.next-prod/server/app/api/projectGraph/callers/route.js.nft.json +1 -1
  111. package/.next-prod/server/app/api/projectGraph/coedit/route.js.nft.json +1 -1
  112. package/.next-prod/server/app/api/projectGraph/context/route.js.nft.json +1 -1
  113. package/.next-prod/server/app/api/projectGraph/file/route.js.nft.json +1 -1
  114. package/.next-prod/server/app/api/projectGraph/file-functions/route.js.nft.json +1 -1
  115. package/.next-prod/server/app/api/projectGraph/impact/route.js.nft.json +1 -1
  116. package/.next-prod/server/app/api/projectGraph/related/route.js.nft.json +1 -1
  117. package/.next-prod/server/app/api/projectGraph/risk/route.js.nft.json +1 -1
  118. package/.next-prod/server/app/api/projectGraph/search/route.js.nft.json +1 -1
  119. package/.next-prod/server/app/api/projects/route.js.nft.json +1 -1
  120. package/.next-prod/server/app/api/prompts/config/route.js.nft.json +1 -1
  121. package/.next-prod/server/app/api/push/public-key/route.js.nft.json +1 -1
  122. package/.next-prod/server/app/api/push/subscribe/route.js.nft.json +1 -1
  123. package/.next-prod/server/app/api/push/unsubscribe/route.js.nft.json +1 -1
  124. package/.next-prod/server/app/api/redis/command/route.js.nft.json +1 -1
  125. package/.next-prod/server/app/api/redis/connect/route.js.nft.json +1 -1
  126. package/.next-prod/server/app/api/redis/delete/route.js.nft.json +1 -1
  127. package/.next-prod/server/app/api/redis/disconnect/route.js.nft.json +1 -1
  128. package/.next-prod/server/app/api/redis/get/route.js.nft.json +1 -1
  129. package/.next-prod/server/app/api/redis/keys/route.js.nft.json +1 -1
  130. package/.next-prod/server/app/api/redis/set/route.js.nft.json +1 -1
  131. package/.next-prod/server/app/api/review/[id]/comments/route.js.nft.json +1 -1
  132. package/.next-prod/server/app/api/review/[id]/replies/route.js.nft.json +1 -1
  133. package/.next-prod/server/app/api/review/[id]/route.js.nft.json +1 -1
  134. package/.next-prod/server/app/api/review/identify/route.js.nft.json +1 -1
  135. package/.next-prod/server/app/api/review/order/route.js.nft.json +1 -1
  136. package/.next-prod/server/app/api/review/route.js.nft.json +1 -1
  137. package/.next-prod/server/app/api/review/share-info/route.js.nft.json +1 -1
  138. package/.next-prod/server/app/api/review/users/route.js.nft.json +1 -1
  139. package/.next-prod/server/app/api/scheduled-tasks/route.js +1 -1
  140. package/.next-prod/server/app/api/scheduled-tasks/route.js.nft.json +1 -1
  141. package/.next-prod/server/app/api/services/config/route.js.nft.json +1 -1
  142. package/.next-prod/server/app/api/services/scripts/route.js.nft.json +1 -1
  143. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js +1 -1
  144. package/.next-prod/server/app/api/session/[sessionId]/fork/route.js.nft.json +1 -1
  145. package/.next-prod/server/app/api/session/[sessionId]/history/route.js.nft.json +1 -1
  146. package/.next-prod/server/app/api/session-by-path/route.js +1 -1
  147. package/.next-prod/server/app/api/session-by-path/route.js.nft.json +1 -1
  148. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js +1 -1
  149. package/.next-prod/server/app/api/sessions/projects/[encodedPath]/route.js.nft.json +1 -1
  150. package/.next-prod/server/app/api/sessions/projects/route.js.nft.json +1 -1
  151. package/.next-prod/server/app/api/sessions/route.js.nft.json +1 -1
  152. package/.next-prod/server/app/api/settings/route.js.nft.json +1 -1
  153. package/.next-prod/server/app/api/skills/[id]/route.js.nft.json +1 -1
  154. package/.next-prod/server/app/api/skills/content/route.js.nft.json +1 -1
  155. package/.next-prod/server/app/api/skills/route.js.nft.json +1 -1
  156. package/.next-prod/server/app/api/snapshots/diff/route.js.nft.json +1 -1
  157. package/.next-prod/server/app/api/snapshots/route.js.nft.json +1 -1
  158. package/.next-prod/server/app/api/terminal/aliases/route.js.nft.json +1 -1
  159. package/.next-prod/server/app/api/terminal/autocomplete/route.js.nft.json +1 -1
  160. package/.next-prod/server/app/api/terminal/bubble-order/route.js.nft.json +1 -1
  161. package/.next-prod/server/app/api/terminal/env/route.js.nft.json +1 -1
  162. package/.next-prod/server/app/api/terminal/history/route.js.nft.json +1 -1
  163. package/.next-prod/server/app/api/version/route.js.nft.json +1 -1
  164. package/.next-prod/server/app/apps/[...path]/route.js.nft.json +1 -1
  165. package/.next-prod/server/app/favicon.ico/route.js.nft.json +1 -1
  166. package/.next-prod/server/app/m/page.js.nft.json +1 -1
  167. package/.next-prod/server/app/manifest.webmanifest/route.js.nft.json +1 -1
  168. package/.next-prod/server/app/page.js.nft.json +1 -1
  169. package/.next-prod/server/app/project/page.js.nft.json +1 -1
  170. package/.next-prod/server/app/review/[id]/page.js.nft.json +1 -1
  171. package/.next-prod/server/app-paths-manifest.json +4 -4
  172. package/.next-prod/server/chunks/516.js +1 -0
  173. package/.next-prod/server/chunks/9352.js +2 -2
  174. package/.next-prod/server/middleware-build-manifest.js +1 -1
  175. package/.next-prod/server/pages/404.html +1 -1
  176. package/.next-prod/server/pages/500.html +1 -1
  177. package/.next-prod/server/server-reference-manifest.json +1 -1
  178. package/.next-prod/trace +14 -14
  179. package/.next-prod/trace-build +1 -1
  180. package/apps/devkit/app.jsx +20 -18
  181. package/dist/scheduledTasks.mjs +37 -3
  182. package/package.json +1 -1
  183. package/.next-prod/server/chunks/151.js +0 -1
  184. /package/.next-prod/static/{4Jgc-wu2w_CC8iS5G1QZf → pgteRwI6FQcp683smeSNO}/_buildManifest.js +0 -0
  185. /package/.next-prod/static/{4Jgc-wu2w_CC8iS5G1QZf → pgteRwI6FQcp683smeSNO}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- {"version":1,"files":["../../../../../node_modules/@opentelemetry/api/build/src/api/context.js","../../../../../node_modules/@opentelemetry/api/build/src/api/diag.js","../../../../../node_modules/@opentelemetry/api/build/src/api/metrics.js","../../../../../node_modules/@opentelemetry/api/build/src/api/propagation.js","../../../../../node_modules/@opentelemetry/api/build/src/api/trace.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/context-api.js","../../../../../node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js","../../../../../node_modules/@opentelemetry/api/build/src/context/context.js","../../../../../node_modules/@opentelemetry/api/build/src/diag-api.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/types.js","../../../../../node_modules/@opentelemetry/api/build/src/index.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/global-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/semver.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics-api.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/Metric.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/index.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/index.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation-api.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/trace-api.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/context-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/span_kind.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/status.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/trace_flags.js","../../../../../node_modules/@opentelemetry/api/build/src/version.js","../../../../../node_modules/@opentelemetry/api/package.json","../../../../../node_modules/@shikijs/core/dist/index.mjs","../../../../../node_modules/@shikijs/core/package.json","../../../../../node_modules/@shikijs/engine-javascript/dist/engine-compile.mjs","../../../../../node_modules/@shikijs/engine-javascript/dist/engine-raw.mjs","../../../../../node_modules/@shikijs/engine-javascript/dist/index.mjs","../../../../../node_modules/@shikijs/engine-javascript/dist/shared/engine-javascript.hzpS1_41.mjs","../../../../../node_modules/@shikijs/engine-javascript/package.json","../../../../../node_modules/@shikijs/engine-oniguruma/dist/index.mjs","../../../../../node_modules/@shikijs/engine-oniguruma/dist/wasm-inlined.mjs","../../../../../node_modules/@shikijs/engine-oniguruma/package.json","../../../../../node_modules/@shikijs/langs/dist/abap.mjs","../../../../../node_modules/@shikijs/langs/dist/actionscript-3.mjs","../../../../../node_modules/@shikijs/langs/dist/ada.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-expression.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-html.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-inline-style.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-inline-template.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-let-declaration.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-template-blocks.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-template.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-ts.mjs","../../../../../node_modules/@shikijs/langs/dist/apache.mjs","../../../../../node_modules/@shikijs/langs/dist/apex.mjs","../../../../../node_modules/@shikijs/langs/dist/apl.mjs","../../../../../node_modules/@shikijs/langs/dist/applescript.mjs","../../../../../node_modules/@shikijs/langs/dist/ara.mjs","../../../../../node_modules/@shikijs/langs/dist/asciidoc.mjs","../../../../../node_modules/@shikijs/langs/dist/asm.mjs","../../../../../node_modules/@shikijs/langs/dist/astro.mjs","../../../../../node_modules/@shikijs/langs/dist/awk.mjs","../../../../../node_modules/@shikijs/langs/dist/ballerina.mjs","../../../../../node_modules/@shikijs/langs/dist/bat.mjs","../../../../../node_modules/@shikijs/langs/dist/beancount.mjs","../../../../../node_modules/@shikijs/langs/dist/berry.mjs","../../../../../node_modules/@shikijs/langs/dist/bibtex.mjs","../../../../../node_modules/@shikijs/langs/dist/bicep.mjs","../../../../../node_modules/@shikijs/langs/dist/bird2.mjs","../../../../../node_modules/@shikijs/langs/dist/blade.mjs","../../../../../node_modules/@shikijs/langs/dist/bsl.mjs","../../../../../node_modules/@shikijs/langs/dist/c.mjs","../../../../../node_modules/@shikijs/langs/dist/c3.mjs","../../../../../node_modules/@shikijs/langs/dist/cadence.mjs","../../../../../node_modules/@shikijs/langs/dist/cairo.mjs","../../../../../node_modules/@shikijs/langs/dist/clarity.mjs","../../../../../node_modules/@shikijs/langs/dist/clojure.mjs","../../../../../node_modules/@shikijs/langs/dist/cmake.mjs","../../../../../node_modules/@shikijs/langs/dist/cobol.mjs","../../../../../node_modules/@shikijs/langs/dist/codeowners.mjs","../../../../../node_modules/@shikijs/langs/dist/codeql.mjs","../../../../../node_modules/@shikijs/langs/dist/coffee.mjs","../../../../../node_modules/@shikijs/langs/dist/common-lisp.mjs","../../../../../node_modules/@shikijs/langs/dist/coq.mjs","../../../../../node_modules/@shikijs/langs/dist/cpp-macro.mjs","../../../../../node_modules/@shikijs/langs/dist/cpp.mjs","../../../../../node_modules/@shikijs/langs/dist/crystal.mjs","../../../../../node_modules/@shikijs/langs/dist/csharp.mjs","../../../../../node_modules/@shikijs/langs/dist/css.mjs","../../../../../node_modules/@shikijs/langs/dist/csv.mjs","../../../../../node_modules/@shikijs/langs/dist/cue.mjs","../../../../../node_modules/@shikijs/langs/dist/cypher.mjs","../../../../../node_modules/@shikijs/langs/dist/d.mjs","../../../../../node_modules/@shikijs/langs/dist/dart.mjs","../../../../../node_modules/@shikijs/langs/dist/dax.mjs","../../../../../node_modules/@shikijs/langs/dist/desktop.mjs","../../../../../node_modules/@shikijs/langs/dist/diff.mjs","../../../../../node_modules/@shikijs/langs/dist/docker.mjs","../../../../../node_modules/@shikijs/langs/dist/dotenv.mjs","../../../../../node_modules/@shikijs/langs/dist/dream-maker.mjs","../../../../../node_modules/@shikijs/langs/dist/edge.mjs","../../../../../node_modules/@shikijs/langs/dist/elixir.mjs","../../../../../node_modules/@shikijs/langs/dist/elm.mjs","../../../../../node_modules/@shikijs/langs/dist/emacs-lisp.mjs","../../../../../node_modules/@shikijs/langs/dist/erb.mjs","../../../../../node_modules/@shikijs/langs/dist/erlang.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-css.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-glsl.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-html.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-sql.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-xml.mjs","../../../../../node_modules/@shikijs/langs/dist/fennel.mjs","../../../../../node_modules/@shikijs/langs/dist/fish.mjs","../../../../../node_modules/@shikijs/langs/dist/fluent.mjs","../../../../../node_modules/@shikijs/langs/dist/fortran-fixed-form.mjs","../../../../../node_modules/@shikijs/langs/dist/fortran-free-form.mjs","../../../../../node_modules/@shikijs/langs/dist/fsharp.mjs","../../../../../node_modules/@shikijs/langs/dist/gdresource.mjs","../../../../../node_modules/@shikijs/langs/dist/gdscript.mjs","../../../../../node_modules/@shikijs/langs/dist/gdshader.mjs","../../../../../node_modules/@shikijs/langs/dist/genie.mjs","../../../../../node_modules/@shikijs/langs/dist/gherkin.mjs","../../../../../node_modules/@shikijs/langs/dist/git-commit.mjs","../../../../../node_modules/@shikijs/langs/dist/git-rebase.mjs","../../../../../node_modules/@shikijs/langs/dist/gleam.mjs","../../../../../node_modules/@shikijs/langs/dist/glimmer-js.mjs","../../../../../node_modules/@shikijs/langs/dist/glimmer-ts.mjs","../../../../../node_modules/@shikijs/langs/dist/glsl.mjs","../../../../../node_modules/@shikijs/langs/dist/gn.mjs","../../../../../node_modules/@shikijs/langs/dist/gnuplot.mjs","../../../../../node_modules/@shikijs/langs/dist/go.mjs","../../../../../node_modules/@shikijs/langs/dist/graphql.mjs","../../../../../node_modules/@shikijs/langs/dist/groovy.mjs","../../../../../node_modules/@shikijs/langs/dist/hack.mjs","../../../../../node_modules/@shikijs/langs/dist/haml.mjs","../../../../../node_modules/@shikijs/langs/dist/handlebars.mjs","../../../../../node_modules/@shikijs/langs/dist/haskell.mjs","../../../../../node_modules/@shikijs/langs/dist/haxe.mjs","../../../../../node_modules/@shikijs/langs/dist/hcl.mjs","../../../../../node_modules/@shikijs/langs/dist/hjson.mjs","../../../../../node_modules/@shikijs/langs/dist/hlsl.mjs","../../../../../node_modules/@shikijs/langs/dist/html-derivative.mjs","../../../../../node_modules/@shikijs/langs/dist/html.mjs","../../../../../node_modules/@shikijs/langs/dist/http.mjs","../../../../../node_modules/@shikijs/langs/dist/hurl.mjs","../../../../../node_modules/@shikijs/langs/dist/hxml.mjs","../../../../../node_modules/@shikijs/langs/dist/hy.mjs","../../../../../node_modules/@shikijs/langs/dist/imba.mjs","../../../../../node_modules/@shikijs/langs/dist/ini.mjs","../../../../../node_modules/@shikijs/langs/dist/java.mjs","../../../../../node_modules/@shikijs/langs/dist/javascript.mjs","../../../../../node_modules/@shikijs/langs/dist/jinja-html.mjs","../../../../../node_modules/@shikijs/langs/dist/jinja.mjs","../../../../../node_modules/@shikijs/langs/dist/jison.mjs","../../../../../node_modules/@shikijs/langs/dist/json.mjs","../../../../../node_modules/@shikijs/langs/dist/json5.mjs","../../../../../node_modules/@shikijs/langs/dist/jsonc.mjs","../../../../../node_modules/@shikijs/langs/dist/jsonl.mjs","../../../../../node_modules/@shikijs/langs/dist/jsonnet.mjs","../../../../../node_modules/@shikijs/langs/dist/jssm.mjs","../../../../../node_modules/@shikijs/langs/dist/jsx.mjs","../../../../../node_modules/@shikijs/langs/dist/julia.mjs","../../../../../node_modules/@shikijs/langs/dist/just.mjs","../../../../../node_modules/@shikijs/langs/dist/kdl.mjs","../../../../../node_modules/@shikijs/langs/dist/kotlin.mjs","../../../../../node_modules/@shikijs/langs/dist/kusto.mjs","../../../../../node_modules/@shikijs/langs/dist/latex.mjs","../../../../../node_modules/@shikijs/langs/dist/lean.mjs","../../../../../node_modules/@shikijs/langs/dist/less.mjs","../../../../../node_modules/@shikijs/langs/dist/liquid.mjs","../../../../../node_modules/@shikijs/langs/dist/llvm.mjs","../../../../../node_modules/@shikijs/langs/dist/log.mjs","../../../../../node_modules/@shikijs/langs/dist/logo.mjs","../../../../../node_modules/@shikijs/langs/dist/lua.mjs","../../../../../node_modules/@shikijs/langs/dist/luau.mjs","../../../../../node_modules/@shikijs/langs/dist/make.mjs","../../../../../node_modules/@shikijs/langs/dist/markdown-nix.mjs","../../../../../node_modules/@shikijs/langs/dist/markdown-vue.mjs","../../../../../node_modules/@shikijs/langs/dist/markdown.mjs","../../../../../node_modules/@shikijs/langs/dist/marko.mjs","../../../../../node_modules/@shikijs/langs/dist/matlab.mjs","../../../../../node_modules/@shikijs/langs/dist/mdc.mjs","../../../../../node_modules/@shikijs/langs/dist/mdx.mjs","../../../../../node_modules/@shikijs/langs/dist/mermaid.mjs","../../../../../node_modules/@shikijs/langs/dist/mipsasm.mjs","../../../../../node_modules/@shikijs/langs/dist/mojo.mjs","../../../../../node_modules/@shikijs/langs/dist/moonbit.mjs","../../../../../node_modules/@shikijs/langs/dist/move.mjs","../../../../../node_modules/@shikijs/langs/dist/narrat.mjs","../../../../../node_modules/@shikijs/langs/dist/nextflow-groovy.mjs","../../../../../node_modules/@shikijs/langs/dist/nextflow.mjs","../../../../../node_modules/@shikijs/langs/dist/nginx.mjs","../../../../../node_modules/@shikijs/langs/dist/nim.mjs","../../../../../node_modules/@shikijs/langs/dist/nix.mjs","../../../../../node_modules/@shikijs/langs/dist/nushell.mjs","../../../../../node_modules/@shikijs/langs/dist/objective-c.mjs","../../../../../node_modules/@shikijs/langs/dist/objective-cpp.mjs","../../../../../node_modules/@shikijs/langs/dist/ocaml.mjs","../../../../../node_modules/@shikijs/langs/dist/odin.mjs","../../../../../node_modules/@shikijs/langs/dist/openscad.mjs","../../../../../node_modules/@shikijs/langs/dist/pascal.mjs","../../../../../node_modules/@shikijs/langs/dist/perl.mjs","../../../../../node_modules/@shikijs/langs/dist/php.mjs","../../../../../node_modules/@shikijs/langs/dist/pkl.mjs","../../../../../node_modules/@shikijs/langs/dist/plsql.mjs","../../../../../node_modules/@shikijs/langs/dist/po.mjs","../../../../../node_modules/@shikijs/langs/dist/polar.mjs","../../../../../node_modules/@shikijs/langs/dist/postcss.mjs","../../../../../node_modules/@shikijs/langs/dist/powerquery.mjs","../../../../../node_modules/@shikijs/langs/dist/powershell.mjs","../../../../../node_modules/@shikijs/langs/dist/prisma.mjs","../../../../../node_modules/@shikijs/langs/dist/prolog.mjs","../../../../../node_modules/@shikijs/langs/dist/proto.mjs","../../../../../node_modules/@shikijs/langs/dist/pug.mjs","../../../../../node_modules/@shikijs/langs/dist/puppet.mjs","../../../../../node_modules/@shikijs/langs/dist/purescript.mjs","../../../../../node_modules/@shikijs/langs/dist/python.mjs","../../../../../node_modules/@shikijs/langs/dist/qml.mjs","../../../../../node_modules/@shikijs/langs/dist/qmldir.mjs","../../../../../node_modules/@shikijs/langs/dist/qss.mjs","../../../../../node_modules/@shikijs/langs/dist/r.mjs","../../../../../node_modules/@shikijs/langs/dist/racket.mjs","../../../../../node_modules/@shikijs/langs/dist/raku.mjs","../../../../../node_modules/@shikijs/langs/dist/razor.mjs","../../../../../node_modules/@shikijs/langs/dist/reg.mjs","../../../../../node_modules/@shikijs/langs/dist/regexp.mjs","../../../../../node_modules/@shikijs/langs/dist/rel.mjs","../../../../../node_modules/@shikijs/langs/dist/riscv.mjs","../../../../../node_modules/@shikijs/langs/dist/ron.mjs","../../../../../node_modules/@shikijs/langs/dist/rosmsg.mjs","../../../../../node_modules/@shikijs/langs/dist/rst.mjs","../../../../../node_modules/@shikijs/langs/dist/ruby.mjs","../../../../../node_modules/@shikijs/langs/dist/rust.mjs","../../../../../node_modules/@shikijs/langs/dist/sas.mjs","../../../../../node_modules/@shikijs/langs/dist/sass.mjs","../../../../../node_modules/@shikijs/langs/dist/scala.mjs","../../../../../node_modules/@shikijs/langs/dist/scheme.mjs","../../../../../node_modules/@shikijs/langs/dist/scss.mjs","../../../../../node_modules/@shikijs/langs/dist/sdbl.mjs","../../../../../node_modules/@shikijs/langs/dist/shaderlab.mjs","../../../../../node_modules/@shikijs/langs/dist/shellscript.mjs","../../../../../node_modules/@shikijs/langs/dist/shellsession.mjs","../../../../../node_modules/@shikijs/langs/dist/smalltalk.mjs","../../../../../node_modules/@shikijs/langs/dist/solidity.mjs","../../../../../node_modules/@shikijs/langs/dist/soy.mjs","../../../../../node_modules/@shikijs/langs/dist/sparql.mjs","../../../../../node_modules/@shikijs/langs/dist/splunk.mjs","../../../../../node_modules/@shikijs/langs/dist/sql.mjs","../../../../../node_modules/@shikijs/langs/dist/ssh-config.mjs","../../../../../node_modules/@shikijs/langs/dist/stata.mjs","../../../../../node_modules/@shikijs/langs/dist/stylus.mjs","../../../../../node_modules/@shikijs/langs/dist/surrealql.mjs","../../../../../node_modules/@shikijs/langs/dist/svelte.mjs","../../../../../node_modules/@shikijs/langs/dist/swift.mjs","../../../../../node_modules/@shikijs/langs/dist/system-verilog.mjs","../../../../../node_modules/@shikijs/langs/dist/systemd.mjs","../../../../../node_modules/@shikijs/langs/dist/talonscript.mjs","../../../../../node_modules/@shikijs/langs/dist/tasl.mjs","../../../../../node_modules/@shikijs/langs/dist/tcl.mjs","../../../../../node_modules/@shikijs/langs/dist/templ.mjs","../../../../../node_modules/@shikijs/langs/dist/terraform.mjs","../../../../../node_modules/@shikijs/langs/dist/tex.mjs","../../../../../node_modules/@shikijs/langs/dist/toml.mjs","../../../../../node_modules/@shikijs/langs/dist/ts-tags.mjs","../../../../../node_modules/@shikijs/langs/dist/tsv.mjs","../../../../../node_modules/@shikijs/langs/dist/tsx.mjs","../../../../../node_modules/@shikijs/langs/dist/turtle.mjs","../../../../../node_modules/@shikijs/langs/dist/twig.mjs","../../../../../node_modules/@shikijs/langs/dist/typescript.mjs","../../../../../node_modules/@shikijs/langs/dist/typespec.mjs","../../../../../node_modules/@shikijs/langs/dist/typst.mjs","../../../../../node_modules/@shikijs/langs/dist/v.mjs","../../../../../node_modules/@shikijs/langs/dist/vala.mjs","../../../../../node_modules/@shikijs/langs/dist/vb.mjs","../../../../../node_modules/@shikijs/langs/dist/verilog.mjs","../../../../../node_modules/@shikijs/langs/dist/vhdl.mjs","../../../../../node_modules/@shikijs/langs/dist/viml.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-directives.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-html.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-interpolations.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-sfc-style-variable-injection.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-vine.mjs","../../../../../node_modules/@shikijs/langs/dist/vue.mjs","../../../../../node_modules/@shikijs/langs/dist/vyper.mjs","../../../../../node_modules/@shikijs/langs/dist/wasm.mjs","../../../../../node_modules/@shikijs/langs/dist/wenyan.mjs","../../../../../node_modules/@shikijs/langs/dist/wgsl.mjs","../../../../../node_modules/@shikijs/langs/dist/wikitext.mjs","../../../../../node_modules/@shikijs/langs/dist/wit.mjs","../../../../../node_modules/@shikijs/langs/dist/wolfram.mjs","../../../../../node_modules/@shikijs/langs/dist/xml.mjs","../../../../../node_modules/@shikijs/langs/dist/xsl.mjs","../../../../../node_modules/@shikijs/langs/dist/yaml.mjs","../../../../../node_modules/@shikijs/langs/dist/zenscript.mjs","../../../../../node_modules/@shikijs/langs/dist/zig.mjs","../../../../../node_modules/@shikijs/langs/package.json","../../../../../node_modules/@shikijs/themes/dist/andromeeda.mjs","../../../../../node_modules/@shikijs/themes/dist/aurora-x.mjs","../../../../../node_modules/@shikijs/themes/dist/ayu-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/ayu-light.mjs","../../../../../node_modules/@shikijs/themes/dist/ayu-mirage.mjs","../../../../../node_modules/@shikijs/themes/dist/catppuccin-frappe.mjs","../../../../../node_modules/@shikijs/themes/dist/catppuccin-latte.mjs","../../../../../node_modules/@shikijs/themes/dist/catppuccin-macchiato.mjs","../../../../../node_modules/@shikijs/themes/dist/catppuccin-mocha.mjs","../../../../../node_modules/@shikijs/themes/dist/dark-plus.mjs","../../../../../node_modules/@shikijs/themes/dist/dracula-soft.mjs","../../../../../node_modules/@shikijs/themes/dist/dracula.mjs","../../../../../node_modules/@shikijs/themes/dist/everforest-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/everforest-light.mjs","../../../../../node_modules/@shikijs/themes/dist/github-dark-default.mjs","../../../../../node_modules/@shikijs/themes/dist/github-dark-dimmed.mjs","../../../../../node_modules/@shikijs/themes/dist/github-dark-high-contrast.mjs","../../../../../node_modules/@shikijs/themes/dist/github-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/github-light-default.mjs","../../../../../node_modules/@shikijs/themes/dist/github-light-high-contrast.mjs","../../../../../node_modules/@shikijs/themes/dist/github-light.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-dark-hard.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-dark-medium.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-dark-soft.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-light-hard.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-light-medium.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-light-soft.mjs","../../../../../node_modules/@shikijs/themes/dist/horizon-bright.mjs","../../../../../node_modules/@shikijs/themes/dist/horizon.mjs","../../../../../node_modules/@shikijs/themes/dist/houston.mjs","../../../../../node_modules/@shikijs/themes/dist/kanagawa-dragon.mjs","../../../../../node_modules/@shikijs/themes/dist/kanagawa-lotus.mjs","../../../../../node_modules/@shikijs/themes/dist/kanagawa-wave.mjs","../../../../../node_modules/@shikijs/themes/dist/laserwave.mjs","../../../../../node_modules/@shikijs/themes/dist/light-plus.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme-darker.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme-lighter.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme-ocean.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme-palenight.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme.mjs","../../../../../node_modules/@shikijs/themes/dist/min-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/min-light.mjs","../../../../../node_modules/@shikijs/themes/dist/monokai.mjs","../../../../../node_modules/@shikijs/themes/dist/night-owl-light.mjs","../../../../../node_modules/@shikijs/themes/dist/night-owl.mjs","../../../../../node_modules/@shikijs/themes/dist/nord.mjs","../../../../../node_modules/@shikijs/themes/dist/one-dark-pro.mjs","../../../../../node_modules/@shikijs/themes/dist/one-light.mjs","../../../../../node_modules/@shikijs/themes/dist/plastic.mjs","../../../../../node_modules/@shikijs/themes/dist/poimandres.mjs","../../../../../node_modules/@shikijs/themes/dist/red.mjs","../../../../../node_modules/@shikijs/themes/dist/rose-pine-dawn.mjs","../../../../../node_modules/@shikijs/themes/dist/rose-pine-moon.mjs","../../../../../node_modules/@shikijs/themes/dist/rose-pine.mjs","../../../../../node_modules/@shikijs/themes/dist/slack-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/slack-ochin.mjs","../../../../../node_modules/@shikijs/themes/dist/snazzy-light.mjs","../../../../../node_modules/@shikijs/themes/dist/solarized-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/solarized-light.mjs","../../../../../node_modules/@shikijs/themes/dist/synthwave-84.mjs","../../../../../node_modules/@shikijs/themes/dist/tokyo-night.mjs","../../../../../node_modules/@shikijs/themes/dist/vesper.mjs","../../../../../node_modules/@shikijs/themes/dist/vitesse-black.mjs","../../../../../node_modules/@shikijs/themes/dist/vitesse-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/vitesse-light.mjs","../../../../../node_modules/@shikijs/themes/package.json","../../../../../node_modules/@shikijs/types/dist/index.mjs","../../../../../node_modules/@shikijs/types/package.json","../../../../../node_modules/@shikijs/vscode-textmate/dist/index.js","../../../../../node_modules/@shikijs/vscode-textmate/package.json","../../../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/ccount/index.js","../../../../../node_modules/ccount/package.json","../../../../../node_modules/character-entities-html4/index.js","../../../../../node_modules/character-entities-html4/package.json","../../../../../node_modules/character-entities-legacy/index.js","../../../../../node_modules/character-entities-legacy/package.json","../../../../../node_modules/comma-separated-tokens/index.js","../../../../../node_modules/comma-separated-tokens/package.json","../../../../../node_modules/hast-util-to-html/index.js","../../../../../node_modules/hast-util-to-html/lib/handle/comment.js","../../../../../node_modules/hast-util-to-html/lib/handle/doctype.js","../../../../../node_modules/hast-util-to-html/lib/handle/element.js","../../../../../node_modules/hast-util-to-html/lib/handle/index.js","../../../../../node_modules/hast-util-to-html/lib/handle/raw.js","../../../../../node_modules/hast-util-to-html/lib/handle/root.js","../../../../../node_modules/hast-util-to-html/lib/handle/text.js","../../../../../node_modules/hast-util-to-html/lib/index.js","../../../../../node_modules/hast-util-to-html/lib/omission/closing.js","../../../../../node_modules/hast-util-to-html/lib/omission/omission.js","../../../../../node_modules/hast-util-to-html/lib/omission/opening.js","../../../../../node_modules/hast-util-to-html/lib/omission/util/siblings.js","../../../../../node_modules/hast-util-to-html/package.json","../../../../../node_modules/hast-util-whitespace/index.js","../../../../../node_modules/hast-util-whitespace/lib/index.js","../../../../../node_modules/hast-util-whitespace/package.json","../../../../../node_modules/html-void-elements/index.js","../../../../../node_modules/html-void-elements/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/blocking-route-messages.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-tracking.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../node_modules/next/dist/server/app-render/sync-io-messages.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/instant-messages.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/oniguruma-parser/dist/parser/node-utils.js","../../../../../node_modules/oniguruma-parser/dist/parser/parse.js","../../../../../node_modules/oniguruma-parser/dist/tokenizer/tokenize.js","../../../../../node_modules/oniguruma-parser/dist/traverser/traverse.js","../../../../../node_modules/oniguruma-parser/dist/utils.js","../../../../../node_modules/oniguruma-parser/package.json","../../../../../node_modules/oniguruma-to-es/dist/cjs/index.js","../../../../../node_modules/oniguruma-to-es/dist/cjs/package.json","../../../../../node_modules/oniguruma-to-es/dist/esm/index.js","../../../../../node_modules/oniguruma-to-es/dist/esm/package.json","../../../../../node_modules/oniguruma-to-es/package.json","../../../../../node_modules/property-information/index.js","../../../../../node_modules/property-information/lib/aria.js","../../../../../node_modules/property-information/lib/find.js","../../../../../node_modules/property-information/lib/hast-to-react.js","../../../../../node_modules/property-information/lib/html.js","../../../../../node_modules/property-information/lib/normalize.js","../../../../../node_modules/property-information/lib/svg.js","../../../../../node_modules/property-information/lib/util/case-insensitive-transform.js","../../../../../node_modules/property-information/lib/util/case-sensitive-transform.js","../../../../../node_modules/property-information/lib/util/create.js","../../../../../node_modules/property-information/lib/util/defined-info.js","../../../../../node_modules/property-information/lib/util/info.js","../../../../../node_modules/property-information/lib/util/merge.js","../../../../../node_modules/property-information/lib/util/schema.js","../../../../../node_modules/property-information/lib/util/types.js","../../../../../node_modules/property-information/lib/xlink.js","../../../../../node_modules/property-information/lib/xml.js","../../../../../node_modules/property-information/lib/xmlns.js","../../../../../node_modules/property-information/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../../../node_modules/regex-recursion/package.json","../../../../../node_modules/regex-recursion/src/index.js","../../../../../node_modules/regex-utilities/package.json","../../../../../node_modules/regex-utilities/src/index.js","../../../../../node_modules/regex/package.json","../../../../../node_modules/regex/src/atomic.js","../../../../../node_modules/regex/src/internals.js","../../../../../node_modules/regex/src/subclass.js","../../../../../node_modules/regex/src/utils-internals.js","../../../../../node_modules/shiki/dist/bundle-full.mjs","../../../../../node_modules/shiki/dist/index.mjs","../../../../../node_modules/shiki/dist/langs.mjs","../../../../../node_modules/shiki/dist/themes.mjs","../../../../../node_modules/shiki/dist/wasm.mjs","../../../../../node_modules/shiki/package.json","../../../../../node_modules/space-separated-tokens/index.js","../../../../../node_modules/space-separated-tokens/package.json","../../../../../node_modules/stringify-entities/index.js","../../../../../node_modules/stringify-entities/lib/constant/dangerous.js","../../../../../node_modules/stringify-entities/lib/core.js","../../../../../node_modules/stringify-entities/lib/index.js","../../../../../node_modules/stringify-entities/lib/util/format-basic.js","../../../../../node_modules/stringify-entities/lib/util/format-smart.js","../../../../../node_modules/stringify-entities/lib/util/to-decimal.js","../../../../../node_modules/stringify-entities/lib/util/to-hexadecimal.js","../../../../../node_modules/stringify-entities/lib/util/to-named.js","../../../../../node_modules/stringify-entities/package.json","../../../../../node_modules/web-tree-sitter/package.json","../../../../../node_modules/web-tree-sitter/web-tree-sitter.js","../../../../../node_modules/web-tree-sitter/web-tree-sitter.wasm","../../../../../node_modules/zwitch/index.js","../../../../../node_modules/zwitch/package.json","../../../../../package.json","../../../../../packages/feature/review/package.json","../../../../../packages/shared/i18n/locales/en.json","../../../../../packages/shared/i18n/locales/zh.json","../../../../../packages/shared/i18n/package.json","../../../../package.json","../../../chunks/151.js","../../../chunks/1564.js","../../../chunks/1813.js","../../../chunks/2540.js","../../../chunks/2728.js","../../../chunks/2939.js","../../../chunks/3269.js","../../../chunks/3286.js","../../../chunks/3641.js","../../../chunks/3718.js","../../../chunks/3742.js","../../../chunks/3863.js","../../../chunks/4008.js","../../../chunks/4741.js","../../../chunks/4916.js","../../../chunks/5292.js","../../../chunks/5750.js","../../../chunks/6495.js","../../../chunks/6548.js","../../../chunks/6644.js","../../../chunks/7184.js","../../../chunks/7270.js","../../../chunks/816.js","../../../chunks/841.js","../../../chunks/8764.js","../../../chunks/9312.js","../../../chunks/9352.js","../../../chunks/9830.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
1
+ {"version":1,"files":["../../../../../node_modules/@opentelemetry/api/build/src/api/context.js","../../../../../node_modules/@opentelemetry/api/build/src/api/diag.js","../../../../../node_modules/@opentelemetry/api/build/src/api/metrics.js","../../../../../node_modules/@opentelemetry/api/build/src/api/propagation.js","../../../../../node_modules/@opentelemetry/api/build/src/api/trace.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js","../../../../../node_modules/@opentelemetry/api/build/src/baggage/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/context-api.js","../../../../../node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js","../../../../../node_modules/@opentelemetry/api/build/src/context/context.js","../../../../../node_modules/@opentelemetry/api/build/src/diag-api.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js","../../../../../node_modules/@opentelemetry/api/build/src/diag/types.js","../../../../../node_modules/@opentelemetry/api/build/src/index.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/global-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/internal/semver.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics-api.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/Metric.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js","../../../../../node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/index.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js","../../../../../node_modules/@opentelemetry/api/build/src/platform/node/index.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation-api.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js","../../../../../node_modules/@opentelemetry/api/build/src/trace-api.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/context-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/internal/utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/span_kind.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/status.js","../../../../../node_modules/@opentelemetry/api/build/src/trace/trace_flags.js","../../../../../node_modules/@opentelemetry/api/build/src/version.js","../../../../../node_modules/@opentelemetry/api/package.json","../../../../../node_modules/@shikijs/core/dist/index.mjs","../../../../../node_modules/@shikijs/core/package.json","../../../../../node_modules/@shikijs/engine-javascript/dist/engine-compile.mjs","../../../../../node_modules/@shikijs/engine-javascript/dist/engine-raw.mjs","../../../../../node_modules/@shikijs/engine-javascript/dist/index.mjs","../../../../../node_modules/@shikijs/engine-javascript/dist/shared/engine-javascript.hzpS1_41.mjs","../../../../../node_modules/@shikijs/engine-javascript/package.json","../../../../../node_modules/@shikijs/engine-oniguruma/dist/index.mjs","../../../../../node_modules/@shikijs/engine-oniguruma/dist/wasm-inlined.mjs","../../../../../node_modules/@shikijs/engine-oniguruma/package.json","../../../../../node_modules/@shikijs/langs/dist/abap.mjs","../../../../../node_modules/@shikijs/langs/dist/actionscript-3.mjs","../../../../../node_modules/@shikijs/langs/dist/ada.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-expression.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-html.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-inline-style.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-inline-template.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-let-declaration.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-template-blocks.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-template.mjs","../../../../../node_modules/@shikijs/langs/dist/angular-ts.mjs","../../../../../node_modules/@shikijs/langs/dist/apache.mjs","../../../../../node_modules/@shikijs/langs/dist/apex.mjs","../../../../../node_modules/@shikijs/langs/dist/apl.mjs","../../../../../node_modules/@shikijs/langs/dist/applescript.mjs","../../../../../node_modules/@shikijs/langs/dist/ara.mjs","../../../../../node_modules/@shikijs/langs/dist/asciidoc.mjs","../../../../../node_modules/@shikijs/langs/dist/asm.mjs","../../../../../node_modules/@shikijs/langs/dist/astro.mjs","../../../../../node_modules/@shikijs/langs/dist/awk.mjs","../../../../../node_modules/@shikijs/langs/dist/ballerina.mjs","../../../../../node_modules/@shikijs/langs/dist/bat.mjs","../../../../../node_modules/@shikijs/langs/dist/beancount.mjs","../../../../../node_modules/@shikijs/langs/dist/berry.mjs","../../../../../node_modules/@shikijs/langs/dist/bibtex.mjs","../../../../../node_modules/@shikijs/langs/dist/bicep.mjs","../../../../../node_modules/@shikijs/langs/dist/bird2.mjs","../../../../../node_modules/@shikijs/langs/dist/blade.mjs","../../../../../node_modules/@shikijs/langs/dist/bsl.mjs","../../../../../node_modules/@shikijs/langs/dist/c.mjs","../../../../../node_modules/@shikijs/langs/dist/c3.mjs","../../../../../node_modules/@shikijs/langs/dist/cadence.mjs","../../../../../node_modules/@shikijs/langs/dist/cairo.mjs","../../../../../node_modules/@shikijs/langs/dist/clarity.mjs","../../../../../node_modules/@shikijs/langs/dist/clojure.mjs","../../../../../node_modules/@shikijs/langs/dist/cmake.mjs","../../../../../node_modules/@shikijs/langs/dist/cobol.mjs","../../../../../node_modules/@shikijs/langs/dist/codeowners.mjs","../../../../../node_modules/@shikijs/langs/dist/codeql.mjs","../../../../../node_modules/@shikijs/langs/dist/coffee.mjs","../../../../../node_modules/@shikijs/langs/dist/common-lisp.mjs","../../../../../node_modules/@shikijs/langs/dist/coq.mjs","../../../../../node_modules/@shikijs/langs/dist/cpp-macro.mjs","../../../../../node_modules/@shikijs/langs/dist/cpp.mjs","../../../../../node_modules/@shikijs/langs/dist/crystal.mjs","../../../../../node_modules/@shikijs/langs/dist/csharp.mjs","../../../../../node_modules/@shikijs/langs/dist/css.mjs","../../../../../node_modules/@shikijs/langs/dist/csv.mjs","../../../../../node_modules/@shikijs/langs/dist/cue.mjs","../../../../../node_modules/@shikijs/langs/dist/cypher.mjs","../../../../../node_modules/@shikijs/langs/dist/d.mjs","../../../../../node_modules/@shikijs/langs/dist/dart.mjs","../../../../../node_modules/@shikijs/langs/dist/dax.mjs","../../../../../node_modules/@shikijs/langs/dist/desktop.mjs","../../../../../node_modules/@shikijs/langs/dist/diff.mjs","../../../../../node_modules/@shikijs/langs/dist/docker.mjs","../../../../../node_modules/@shikijs/langs/dist/dotenv.mjs","../../../../../node_modules/@shikijs/langs/dist/dream-maker.mjs","../../../../../node_modules/@shikijs/langs/dist/edge.mjs","../../../../../node_modules/@shikijs/langs/dist/elixir.mjs","../../../../../node_modules/@shikijs/langs/dist/elm.mjs","../../../../../node_modules/@shikijs/langs/dist/emacs-lisp.mjs","../../../../../node_modules/@shikijs/langs/dist/erb.mjs","../../../../../node_modules/@shikijs/langs/dist/erlang.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-css.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-glsl.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-html.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-sql.mjs","../../../../../node_modules/@shikijs/langs/dist/es-tag-xml.mjs","../../../../../node_modules/@shikijs/langs/dist/fennel.mjs","../../../../../node_modules/@shikijs/langs/dist/fish.mjs","../../../../../node_modules/@shikijs/langs/dist/fluent.mjs","../../../../../node_modules/@shikijs/langs/dist/fortran-fixed-form.mjs","../../../../../node_modules/@shikijs/langs/dist/fortran-free-form.mjs","../../../../../node_modules/@shikijs/langs/dist/fsharp.mjs","../../../../../node_modules/@shikijs/langs/dist/gdresource.mjs","../../../../../node_modules/@shikijs/langs/dist/gdscript.mjs","../../../../../node_modules/@shikijs/langs/dist/gdshader.mjs","../../../../../node_modules/@shikijs/langs/dist/genie.mjs","../../../../../node_modules/@shikijs/langs/dist/gherkin.mjs","../../../../../node_modules/@shikijs/langs/dist/git-commit.mjs","../../../../../node_modules/@shikijs/langs/dist/git-rebase.mjs","../../../../../node_modules/@shikijs/langs/dist/gleam.mjs","../../../../../node_modules/@shikijs/langs/dist/glimmer-js.mjs","../../../../../node_modules/@shikijs/langs/dist/glimmer-ts.mjs","../../../../../node_modules/@shikijs/langs/dist/glsl.mjs","../../../../../node_modules/@shikijs/langs/dist/gn.mjs","../../../../../node_modules/@shikijs/langs/dist/gnuplot.mjs","../../../../../node_modules/@shikijs/langs/dist/go.mjs","../../../../../node_modules/@shikijs/langs/dist/graphql.mjs","../../../../../node_modules/@shikijs/langs/dist/groovy.mjs","../../../../../node_modules/@shikijs/langs/dist/hack.mjs","../../../../../node_modules/@shikijs/langs/dist/haml.mjs","../../../../../node_modules/@shikijs/langs/dist/handlebars.mjs","../../../../../node_modules/@shikijs/langs/dist/haskell.mjs","../../../../../node_modules/@shikijs/langs/dist/haxe.mjs","../../../../../node_modules/@shikijs/langs/dist/hcl.mjs","../../../../../node_modules/@shikijs/langs/dist/hjson.mjs","../../../../../node_modules/@shikijs/langs/dist/hlsl.mjs","../../../../../node_modules/@shikijs/langs/dist/html-derivative.mjs","../../../../../node_modules/@shikijs/langs/dist/html.mjs","../../../../../node_modules/@shikijs/langs/dist/http.mjs","../../../../../node_modules/@shikijs/langs/dist/hurl.mjs","../../../../../node_modules/@shikijs/langs/dist/hxml.mjs","../../../../../node_modules/@shikijs/langs/dist/hy.mjs","../../../../../node_modules/@shikijs/langs/dist/imba.mjs","../../../../../node_modules/@shikijs/langs/dist/ini.mjs","../../../../../node_modules/@shikijs/langs/dist/java.mjs","../../../../../node_modules/@shikijs/langs/dist/javascript.mjs","../../../../../node_modules/@shikijs/langs/dist/jinja-html.mjs","../../../../../node_modules/@shikijs/langs/dist/jinja.mjs","../../../../../node_modules/@shikijs/langs/dist/jison.mjs","../../../../../node_modules/@shikijs/langs/dist/json.mjs","../../../../../node_modules/@shikijs/langs/dist/json5.mjs","../../../../../node_modules/@shikijs/langs/dist/jsonc.mjs","../../../../../node_modules/@shikijs/langs/dist/jsonl.mjs","../../../../../node_modules/@shikijs/langs/dist/jsonnet.mjs","../../../../../node_modules/@shikijs/langs/dist/jssm.mjs","../../../../../node_modules/@shikijs/langs/dist/jsx.mjs","../../../../../node_modules/@shikijs/langs/dist/julia.mjs","../../../../../node_modules/@shikijs/langs/dist/just.mjs","../../../../../node_modules/@shikijs/langs/dist/kdl.mjs","../../../../../node_modules/@shikijs/langs/dist/kotlin.mjs","../../../../../node_modules/@shikijs/langs/dist/kusto.mjs","../../../../../node_modules/@shikijs/langs/dist/latex.mjs","../../../../../node_modules/@shikijs/langs/dist/lean.mjs","../../../../../node_modules/@shikijs/langs/dist/less.mjs","../../../../../node_modules/@shikijs/langs/dist/liquid.mjs","../../../../../node_modules/@shikijs/langs/dist/llvm.mjs","../../../../../node_modules/@shikijs/langs/dist/log.mjs","../../../../../node_modules/@shikijs/langs/dist/logo.mjs","../../../../../node_modules/@shikijs/langs/dist/lua.mjs","../../../../../node_modules/@shikijs/langs/dist/luau.mjs","../../../../../node_modules/@shikijs/langs/dist/make.mjs","../../../../../node_modules/@shikijs/langs/dist/markdown-nix.mjs","../../../../../node_modules/@shikijs/langs/dist/markdown-vue.mjs","../../../../../node_modules/@shikijs/langs/dist/markdown.mjs","../../../../../node_modules/@shikijs/langs/dist/marko.mjs","../../../../../node_modules/@shikijs/langs/dist/matlab.mjs","../../../../../node_modules/@shikijs/langs/dist/mdc.mjs","../../../../../node_modules/@shikijs/langs/dist/mdx.mjs","../../../../../node_modules/@shikijs/langs/dist/mermaid.mjs","../../../../../node_modules/@shikijs/langs/dist/mipsasm.mjs","../../../../../node_modules/@shikijs/langs/dist/mojo.mjs","../../../../../node_modules/@shikijs/langs/dist/moonbit.mjs","../../../../../node_modules/@shikijs/langs/dist/move.mjs","../../../../../node_modules/@shikijs/langs/dist/narrat.mjs","../../../../../node_modules/@shikijs/langs/dist/nextflow-groovy.mjs","../../../../../node_modules/@shikijs/langs/dist/nextflow.mjs","../../../../../node_modules/@shikijs/langs/dist/nginx.mjs","../../../../../node_modules/@shikijs/langs/dist/nim.mjs","../../../../../node_modules/@shikijs/langs/dist/nix.mjs","../../../../../node_modules/@shikijs/langs/dist/nushell.mjs","../../../../../node_modules/@shikijs/langs/dist/objective-c.mjs","../../../../../node_modules/@shikijs/langs/dist/objective-cpp.mjs","../../../../../node_modules/@shikijs/langs/dist/ocaml.mjs","../../../../../node_modules/@shikijs/langs/dist/odin.mjs","../../../../../node_modules/@shikijs/langs/dist/openscad.mjs","../../../../../node_modules/@shikijs/langs/dist/pascal.mjs","../../../../../node_modules/@shikijs/langs/dist/perl.mjs","../../../../../node_modules/@shikijs/langs/dist/php.mjs","../../../../../node_modules/@shikijs/langs/dist/pkl.mjs","../../../../../node_modules/@shikijs/langs/dist/plsql.mjs","../../../../../node_modules/@shikijs/langs/dist/po.mjs","../../../../../node_modules/@shikijs/langs/dist/polar.mjs","../../../../../node_modules/@shikijs/langs/dist/postcss.mjs","../../../../../node_modules/@shikijs/langs/dist/powerquery.mjs","../../../../../node_modules/@shikijs/langs/dist/powershell.mjs","../../../../../node_modules/@shikijs/langs/dist/prisma.mjs","../../../../../node_modules/@shikijs/langs/dist/prolog.mjs","../../../../../node_modules/@shikijs/langs/dist/proto.mjs","../../../../../node_modules/@shikijs/langs/dist/pug.mjs","../../../../../node_modules/@shikijs/langs/dist/puppet.mjs","../../../../../node_modules/@shikijs/langs/dist/purescript.mjs","../../../../../node_modules/@shikijs/langs/dist/python.mjs","../../../../../node_modules/@shikijs/langs/dist/qml.mjs","../../../../../node_modules/@shikijs/langs/dist/qmldir.mjs","../../../../../node_modules/@shikijs/langs/dist/qss.mjs","../../../../../node_modules/@shikijs/langs/dist/r.mjs","../../../../../node_modules/@shikijs/langs/dist/racket.mjs","../../../../../node_modules/@shikijs/langs/dist/raku.mjs","../../../../../node_modules/@shikijs/langs/dist/razor.mjs","../../../../../node_modules/@shikijs/langs/dist/reg.mjs","../../../../../node_modules/@shikijs/langs/dist/regexp.mjs","../../../../../node_modules/@shikijs/langs/dist/rel.mjs","../../../../../node_modules/@shikijs/langs/dist/riscv.mjs","../../../../../node_modules/@shikijs/langs/dist/ron.mjs","../../../../../node_modules/@shikijs/langs/dist/rosmsg.mjs","../../../../../node_modules/@shikijs/langs/dist/rst.mjs","../../../../../node_modules/@shikijs/langs/dist/ruby.mjs","../../../../../node_modules/@shikijs/langs/dist/rust.mjs","../../../../../node_modules/@shikijs/langs/dist/sas.mjs","../../../../../node_modules/@shikijs/langs/dist/sass.mjs","../../../../../node_modules/@shikijs/langs/dist/scala.mjs","../../../../../node_modules/@shikijs/langs/dist/scheme.mjs","../../../../../node_modules/@shikijs/langs/dist/scss.mjs","../../../../../node_modules/@shikijs/langs/dist/sdbl.mjs","../../../../../node_modules/@shikijs/langs/dist/shaderlab.mjs","../../../../../node_modules/@shikijs/langs/dist/shellscript.mjs","../../../../../node_modules/@shikijs/langs/dist/shellsession.mjs","../../../../../node_modules/@shikijs/langs/dist/smalltalk.mjs","../../../../../node_modules/@shikijs/langs/dist/solidity.mjs","../../../../../node_modules/@shikijs/langs/dist/soy.mjs","../../../../../node_modules/@shikijs/langs/dist/sparql.mjs","../../../../../node_modules/@shikijs/langs/dist/splunk.mjs","../../../../../node_modules/@shikijs/langs/dist/sql.mjs","../../../../../node_modules/@shikijs/langs/dist/ssh-config.mjs","../../../../../node_modules/@shikijs/langs/dist/stata.mjs","../../../../../node_modules/@shikijs/langs/dist/stylus.mjs","../../../../../node_modules/@shikijs/langs/dist/surrealql.mjs","../../../../../node_modules/@shikijs/langs/dist/svelte.mjs","../../../../../node_modules/@shikijs/langs/dist/swift.mjs","../../../../../node_modules/@shikijs/langs/dist/system-verilog.mjs","../../../../../node_modules/@shikijs/langs/dist/systemd.mjs","../../../../../node_modules/@shikijs/langs/dist/talonscript.mjs","../../../../../node_modules/@shikijs/langs/dist/tasl.mjs","../../../../../node_modules/@shikijs/langs/dist/tcl.mjs","../../../../../node_modules/@shikijs/langs/dist/templ.mjs","../../../../../node_modules/@shikijs/langs/dist/terraform.mjs","../../../../../node_modules/@shikijs/langs/dist/tex.mjs","../../../../../node_modules/@shikijs/langs/dist/toml.mjs","../../../../../node_modules/@shikijs/langs/dist/ts-tags.mjs","../../../../../node_modules/@shikijs/langs/dist/tsv.mjs","../../../../../node_modules/@shikijs/langs/dist/tsx.mjs","../../../../../node_modules/@shikijs/langs/dist/turtle.mjs","../../../../../node_modules/@shikijs/langs/dist/twig.mjs","../../../../../node_modules/@shikijs/langs/dist/typescript.mjs","../../../../../node_modules/@shikijs/langs/dist/typespec.mjs","../../../../../node_modules/@shikijs/langs/dist/typst.mjs","../../../../../node_modules/@shikijs/langs/dist/v.mjs","../../../../../node_modules/@shikijs/langs/dist/vala.mjs","../../../../../node_modules/@shikijs/langs/dist/vb.mjs","../../../../../node_modules/@shikijs/langs/dist/verilog.mjs","../../../../../node_modules/@shikijs/langs/dist/vhdl.mjs","../../../../../node_modules/@shikijs/langs/dist/viml.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-directives.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-html.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-interpolations.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-sfc-style-variable-injection.mjs","../../../../../node_modules/@shikijs/langs/dist/vue-vine.mjs","../../../../../node_modules/@shikijs/langs/dist/vue.mjs","../../../../../node_modules/@shikijs/langs/dist/vyper.mjs","../../../../../node_modules/@shikijs/langs/dist/wasm.mjs","../../../../../node_modules/@shikijs/langs/dist/wenyan.mjs","../../../../../node_modules/@shikijs/langs/dist/wgsl.mjs","../../../../../node_modules/@shikijs/langs/dist/wikitext.mjs","../../../../../node_modules/@shikijs/langs/dist/wit.mjs","../../../../../node_modules/@shikijs/langs/dist/wolfram.mjs","../../../../../node_modules/@shikijs/langs/dist/xml.mjs","../../../../../node_modules/@shikijs/langs/dist/xsl.mjs","../../../../../node_modules/@shikijs/langs/dist/yaml.mjs","../../../../../node_modules/@shikijs/langs/dist/zenscript.mjs","../../../../../node_modules/@shikijs/langs/dist/zig.mjs","../../../../../node_modules/@shikijs/langs/package.json","../../../../../node_modules/@shikijs/themes/dist/andromeeda.mjs","../../../../../node_modules/@shikijs/themes/dist/aurora-x.mjs","../../../../../node_modules/@shikijs/themes/dist/ayu-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/ayu-light.mjs","../../../../../node_modules/@shikijs/themes/dist/ayu-mirage.mjs","../../../../../node_modules/@shikijs/themes/dist/catppuccin-frappe.mjs","../../../../../node_modules/@shikijs/themes/dist/catppuccin-latte.mjs","../../../../../node_modules/@shikijs/themes/dist/catppuccin-macchiato.mjs","../../../../../node_modules/@shikijs/themes/dist/catppuccin-mocha.mjs","../../../../../node_modules/@shikijs/themes/dist/dark-plus.mjs","../../../../../node_modules/@shikijs/themes/dist/dracula-soft.mjs","../../../../../node_modules/@shikijs/themes/dist/dracula.mjs","../../../../../node_modules/@shikijs/themes/dist/everforest-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/everforest-light.mjs","../../../../../node_modules/@shikijs/themes/dist/github-dark-default.mjs","../../../../../node_modules/@shikijs/themes/dist/github-dark-dimmed.mjs","../../../../../node_modules/@shikijs/themes/dist/github-dark-high-contrast.mjs","../../../../../node_modules/@shikijs/themes/dist/github-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/github-light-default.mjs","../../../../../node_modules/@shikijs/themes/dist/github-light-high-contrast.mjs","../../../../../node_modules/@shikijs/themes/dist/github-light.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-dark-hard.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-dark-medium.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-dark-soft.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-light-hard.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-light-medium.mjs","../../../../../node_modules/@shikijs/themes/dist/gruvbox-light-soft.mjs","../../../../../node_modules/@shikijs/themes/dist/horizon-bright.mjs","../../../../../node_modules/@shikijs/themes/dist/horizon.mjs","../../../../../node_modules/@shikijs/themes/dist/houston.mjs","../../../../../node_modules/@shikijs/themes/dist/kanagawa-dragon.mjs","../../../../../node_modules/@shikijs/themes/dist/kanagawa-lotus.mjs","../../../../../node_modules/@shikijs/themes/dist/kanagawa-wave.mjs","../../../../../node_modules/@shikijs/themes/dist/laserwave.mjs","../../../../../node_modules/@shikijs/themes/dist/light-plus.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme-darker.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme-lighter.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme-ocean.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme-palenight.mjs","../../../../../node_modules/@shikijs/themes/dist/material-theme.mjs","../../../../../node_modules/@shikijs/themes/dist/min-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/min-light.mjs","../../../../../node_modules/@shikijs/themes/dist/monokai.mjs","../../../../../node_modules/@shikijs/themes/dist/night-owl-light.mjs","../../../../../node_modules/@shikijs/themes/dist/night-owl.mjs","../../../../../node_modules/@shikijs/themes/dist/nord.mjs","../../../../../node_modules/@shikijs/themes/dist/one-dark-pro.mjs","../../../../../node_modules/@shikijs/themes/dist/one-light.mjs","../../../../../node_modules/@shikijs/themes/dist/plastic.mjs","../../../../../node_modules/@shikijs/themes/dist/poimandres.mjs","../../../../../node_modules/@shikijs/themes/dist/red.mjs","../../../../../node_modules/@shikijs/themes/dist/rose-pine-dawn.mjs","../../../../../node_modules/@shikijs/themes/dist/rose-pine-moon.mjs","../../../../../node_modules/@shikijs/themes/dist/rose-pine.mjs","../../../../../node_modules/@shikijs/themes/dist/slack-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/slack-ochin.mjs","../../../../../node_modules/@shikijs/themes/dist/snazzy-light.mjs","../../../../../node_modules/@shikijs/themes/dist/solarized-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/solarized-light.mjs","../../../../../node_modules/@shikijs/themes/dist/synthwave-84.mjs","../../../../../node_modules/@shikijs/themes/dist/tokyo-night.mjs","../../../../../node_modules/@shikijs/themes/dist/vesper.mjs","../../../../../node_modules/@shikijs/themes/dist/vitesse-black.mjs","../../../../../node_modules/@shikijs/themes/dist/vitesse-dark.mjs","../../../../../node_modules/@shikijs/themes/dist/vitesse-light.mjs","../../../../../node_modules/@shikijs/themes/package.json","../../../../../node_modules/@shikijs/types/dist/index.mjs","../../../../../node_modules/@shikijs/types/package.json","../../../../../node_modules/@shikijs/vscode-textmate/dist/index.js","../../../../../node_modules/@shikijs/vscode-textmate/package.json","../../../../../node_modules/@swc/helpers/_/_interop_require_default/package.json","../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../node_modules/@swc/helpers/package.json","../../../../../node_modules/ccount/index.js","../../../../../node_modules/ccount/package.json","../../../../../node_modules/character-entities-html4/index.js","../../../../../node_modules/character-entities-html4/package.json","../../../../../node_modules/character-entities-legacy/index.js","../../../../../node_modules/character-entities-legacy/package.json","../../../../../node_modules/comma-separated-tokens/index.js","../../../../../node_modules/comma-separated-tokens/package.json","../../../../../node_modules/hast-util-to-html/index.js","../../../../../node_modules/hast-util-to-html/lib/handle/comment.js","../../../../../node_modules/hast-util-to-html/lib/handle/doctype.js","../../../../../node_modules/hast-util-to-html/lib/handle/element.js","../../../../../node_modules/hast-util-to-html/lib/handle/index.js","../../../../../node_modules/hast-util-to-html/lib/handle/raw.js","../../../../../node_modules/hast-util-to-html/lib/handle/root.js","../../../../../node_modules/hast-util-to-html/lib/handle/text.js","../../../../../node_modules/hast-util-to-html/lib/index.js","../../../../../node_modules/hast-util-to-html/lib/omission/closing.js","../../../../../node_modules/hast-util-to-html/lib/omission/omission.js","../../../../../node_modules/hast-util-to-html/lib/omission/opening.js","../../../../../node_modules/hast-util-to-html/lib/omission/util/siblings.js","../../../../../node_modules/hast-util-to-html/package.json","../../../../../node_modules/hast-util-whitespace/index.js","../../../../../node_modules/hast-util-whitespace/lib/index.js","../../../../../node_modules/hast-util-whitespace/package.json","../../../../../node_modules/html-void-elements/index.js","../../../../../node_modules/html-void-elements/package.json","../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../node_modules/next/dist/client/lib/console.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../node_modules/next/dist/lib/constants.js","../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../node_modules/next/dist/lib/is-error.js","../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../node_modules/next/dist/server/app-render/blocking-route-messages.js","../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-tracking.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../node_modules/next/dist/server/app-render/sync-io-messages.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../node_modules/next/dist/server/node-environment.js","../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../node_modules/next/dist/server/require-hook.js","../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../node_modules/next/dist/shared/lib/instant-messages.js","../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../node_modules/next/package.json","../../../../../node_modules/oniguruma-parser/dist/parser/node-utils.js","../../../../../node_modules/oniguruma-parser/dist/parser/parse.js","../../../../../node_modules/oniguruma-parser/dist/tokenizer/tokenize.js","../../../../../node_modules/oniguruma-parser/dist/traverser/traverse.js","../../../../../node_modules/oniguruma-parser/dist/utils.js","../../../../../node_modules/oniguruma-parser/package.json","../../../../../node_modules/oniguruma-to-es/dist/cjs/index.js","../../../../../node_modules/oniguruma-to-es/dist/cjs/package.json","../../../../../node_modules/oniguruma-to-es/dist/esm/index.js","../../../../../node_modules/oniguruma-to-es/dist/esm/package.json","../../../../../node_modules/oniguruma-to-es/package.json","../../../../../node_modules/property-information/index.js","../../../../../node_modules/property-information/lib/aria.js","../../../../../node_modules/property-information/lib/find.js","../../../../../node_modules/property-information/lib/hast-to-react.js","../../../../../node_modules/property-information/lib/html.js","../../../../../node_modules/property-information/lib/normalize.js","../../../../../node_modules/property-information/lib/svg.js","../../../../../node_modules/property-information/lib/util/case-insensitive-transform.js","../../../../../node_modules/property-information/lib/util/case-sensitive-transform.js","../../../../../node_modules/property-information/lib/util/create.js","../../../../../node_modules/property-information/lib/util/defined-info.js","../../../../../node_modules/property-information/lib/util/info.js","../../../../../node_modules/property-information/lib/util/merge.js","../../../../../node_modules/property-information/lib/util/schema.js","../../../../../node_modules/property-information/lib/util/types.js","../../../../../node_modules/property-information/lib/xlink.js","../../../../../node_modules/property-information/lib/xml.js","../../../../../node_modules/property-information/lib/xmlns.js","../../../../../node_modules/property-information/package.json","../../../../../node_modules/react/cjs/react.development.js","../../../../../node_modules/react/cjs/react.production.js","../../../../../node_modules/react/index.js","../../../../../node_modules/react/package.json","../../../../../node_modules/regex-recursion/package.json","../../../../../node_modules/regex-recursion/src/index.js","../../../../../node_modules/regex-utilities/package.json","../../../../../node_modules/regex-utilities/src/index.js","../../../../../node_modules/regex/package.json","../../../../../node_modules/regex/src/atomic.js","../../../../../node_modules/regex/src/internals.js","../../../../../node_modules/regex/src/subclass.js","../../../../../node_modules/regex/src/utils-internals.js","../../../../../node_modules/shiki/dist/bundle-full.mjs","../../../../../node_modules/shiki/dist/index.mjs","../../../../../node_modules/shiki/dist/langs.mjs","../../../../../node_modules/shiki/dist/themes.mjs","../../../../../node_modules/shiki/dist/wasm.mjs","../../../../../node_modules/shiki/package.json","../../../../../node_modules/space-separated-tokens/index.js","../../../../../node_modules/space-separated-tokens/package.json","../../../../../node_modules/stringify-entities/index.js","../../../../../node_modules/stringify-entities/lib/constant/dangerous.js","../../../../../node_modules/stringify-entities/lib/core.js","../../../../../node_modules/stringify-entities/lib/index.js","../../../../../node_modules/stringify-entities/lib/util/format-basic.js","../../../../../node_modules/stringify-entities/lib/util/format-smart.js","../../../../../node_modules/stringify-entities/lib/util/to-decimal.js","../../../../../node_modules/stringify-entities/lib/util/to-hexadecimal.js","../../../../../node_modules/stringify-entities/lib/util/to-named.js","../../../../../node_modules/stringify-entities/package.json","../../../../../node_modules/web-tree-sitter/package.json","../../../../../node_modules/web-tree-sitter/web-tree-sitter.js","../../../../../node_modules/web-tree-sitter/web-tree-sitter.wasm","../../../../../node_modules/zwitch/index.js","../../../../../node_modules/zwitch/package.json","../../../../../package.json","../../../../../packages/feature/review/package.json","../../../../../packages/shared/i18n/locales/en.json","../../../../../packages/shared/i18n/locales/zh.json","../../../../../packages/shared/i18n/package.json","../../../../package.json","../../../chunks/1564.js","../../../chunks/1813.js","../../../chunks/2540.js","../../../chunks/2728.js","../../../chunks/2939.js","../../../chunks/3269.js","../../../chunks/3286.js","../../../chunks/3641.js","../../../chunks/3718.js","../../../chunks/3742.js","../../../chunks/3863.js","../../../chunks/4008.js","../../../chunks/4741.js","../../../chunks/4916.js","../../../chunks/516.js","../../../chunks/5292.js","../../../chunks/5750.js","../../../chunks/6495.js","../../../chunks/6548.js","../../../chunks/6644.js","../../../chunks/7184.js","../../../chunks/7270.js","../../../chunks/816.js","../../../chunks/841.js","../../../chunks/8764.js","../../../chunks/9312.js","../../../chunks/9352.js","../../../chunks/9830.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
@@ -127,20 +127,20 @@
127
127
  "/favicon.ico/route": "app/favicon.ico/route.js",
128
128
  "/manifest.webmanifest/route": "app/manifest.webmanifest/route.js",
129
129
  "/api/agent/test/route": "app/api/agent/test/route.js",
130
- "/api/dev/spans/route": "app/api/dev/spans/route.js",
131
130
  "/api/extension/version/route": "app/api/extension/version/route.js",
131
+ "/api/dev/spans/route": "app/api/dev/spans/route.js",
132
132
  "/api/health/route": "app/api/health/route.js",
133
- "/api/note/route": "app/api/note/route.js",
134
133
  "/api/open-cursor/route": "app/api/open-cursor/route.js",
134
+ "/api/note/route": "app/api/note/route.js",
135
135
  "/api/open-vscode/route": "app/api/open-vscode/route.js",
136
136
  "/api/pinned-sessions/route": "app/api/pinned-sessions/route.js",
137
137
  "/api/pick-folder/route": "app/api/pick-folder/route.js",
138
138
  "/api/project-settings/route": "app/api/project-settings/route.js",
139
139
  "/api/projects/route": "app/api/projects/route.js",
140
- "/api/prompts/config/route": "app/api/prompts/config/route.js",
141
140
  "/api/project-state/route": "app/api/project-state/route.js",
142
- "/api/services/scripts/route": "app/api/services/scripts/route.js",
141
+ "/api/prompts/config/route": "app/api/prompts/config/route.js",
143
142
  "/api/services/config/route": "app/api/services/config/route.js",
143
+ "/api/services/scripts/route": "app/api/services/scripts/route.js",
144
144
  "/api/settings/route": "app/api/settings/route.js",
145
145
  "/api/terminal/bubble-order/route": "app/api/terminal/bubble-order/route.js",
146
146
  "/api/version/route": "app/api/version/route.js",
@@ -0,0 +1 @@
1
+ "use strict";exports.id=516,exports.ids=[516],exports.modules={40516:(a,b,c)=>{c.d(b,{$G:()=>L,$H:()=>h,BZ:()=>M,Bn:()=>o,C4:()=>e,Dn:()=>g,F3:()=>E,Hq:()=>P,JD:()=>k,L8:()=>V,RA:()=>d,TB:()=>v,U6:()=>t,Uk:()=>p,VW:()=>y,Y8:()=>q,YU:()=>u,Zj:()=>F,dR:()=>C,dr:()=>R,g$:()=>j,hO:()=>J,iN:()=>z,jB:()=>i,nE:()=>Q,nq:()=>N,o4:()=>H,p7:()=>O,q4:()=>B,qW:()=>r,tq:()=>K,uz:()=>s,wL:()=>f,yM:()=>n});let d="[Image]",e={bash:"Bash",applyPatch:"ApplyPatch",read:"Read",task:"Task",todo:"TodoWrite",webSearch:"WebSearch",webFetch:"WebFetch"},f="mcp__",g=(a,b)=>`${f}${a}__${b}`,h="spawn_agent",i="wait_agent",j=new Set([h,i,"close_agent","send_input","resume_agent"]),k="agent_message",l="update_plan",m="view_image",n="apply_patch",o="exec",p=new Set([n,o]);function q(a,b){return b?.startsWith(f)?`${b}__${a}`:"shell_command"===a||"exec_command"===a?e.bash:"apply_patch"===a?e.applyPatch:a===h?e.task:a===l?e.todo:a===m?e.read:a}function r(a){return{todos:(a??[]).flatMap(a=>"string"==typeof a?.text?[{content:a.text,status:a.completed?"completed":"pending"}]:[])}}function s(a){let b=a.filter(a=>"completed"===a.status).length;return`${b}/${a.length} completed`}function t(a,b){if(b?.type==="open_page"&&b.url)return{name:e.webFetch,input:{url:b.url},result:b.url};let c=b?.query||a||"",d=b?.queries?.length?b.queries:c?[c]:[];return{name:e.webSearch,input:{query:c},result:d.join("\n")}}function u(a){return a.error?.message?a.error.message:null===a.result||void 0===a.result?"":"string"==typeof a.result?a.result:JSON.stringify(a.result,null,2)}function v(a){let b,c=[],d=/^\*\*\* (Add|Update|Delete) File: (.+)$/gm;for(;b=d.exec(a);)c.push({path:b[2].trim(),kind:b[1].toLowerCase()});return{changes:c}}let w=/"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|`(?:\\.|[^`\\])*`/g,x={n:"\n",r:"\r",t:" ",b:"\b",f:"\f",v:"\v",0:"\0"};function y(a){let b=function(a){let b;for(w.lastIndex=0;b=w.exec(a);){let a=function(a){if(a.startsWith('"'))try{return JSON.parse(a)}catch{}return a.slice(1,-1).replace(/\\(u\{[0-9a-fA-F]+\}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{2}|[\s\S])/g,(a,b)=>b.startsWith("u{")?String.fromCodePoint(parseInt(b.slice(2,-1),16)):b.startsWith("u")||b.startsWith("x")?String.fromCharCode(parseInt(b.slice(1),16)):x[b]??b)}(b[0]);if(a.includes("*** Begin Patch"))return a}return null}(a);if(b)return{kind:"patch",patch:b};let c=function(a){let b=a.indexOf("tools.exec_command(");if(-1===b)return null;let c=a.indexOf("{",b);if(-1===c)return null;let d=0,e="";for(let b=c;b<a.length;b++){let f=a[b];if(e){"\\"===f?b++:f===e&&(e="");continue}if('"'===f||"'"===f||"`"===f){e=f;continue}if("{"===f)d++;else if("}"===f&&0==--d)try{let d=JSON.parse(a.slice(c,b+1));return d&&"object"==typeof d?d:null}catch{break}}return null}(a);return c?{kind:"exec",command:"string"==typeof c.cmd?c.cmd:"",args:c}:{kind:"unknown"}}function z(a){let b=y(a);return"patch"===b.kind?{name:e.applyPatch,input:v(b.patch)}:"exec"===b.kind?{name:e.bash,input:R("exec_command",b.args)}:{name:e.bash,input:{command:a}}}function A(a){let b=JSON.stringify(a)??"";return b.length<=4e3?b:`${b.slice(0,4e3)}… (${b.length} chars truncated)`}function B(a){if(null==a)return"";if("string"==typeof a)return a;if(Array.isArray(a))return a.map(B).join("");if("object"==typeof a){let b=a.text;return"string"==typeof b?b:!function(a){let{type:b,image_url:c}=a;return"string"==typeof c||"input_image"===b||"output_image"===b}(a)?A(a):d}return String(a)}function C(a){if(!a||"token_count"!==a.type)return null;let b=a.info;if(!b||"object"!=typeof b)return null;let c=b.last_token_usage;if(!c||"object"!=typeof c)return null;let d=a=>"number"==typeof c[a]?c[a]:void 0,e={...void 0!==d("input_tokens")?{input_tokens:d("input_tokens")}:{},...void 0!==d("output_tokens")?{output_tokens:d("output_tokens")}:{},...void 0!==d("cached_input_tokens")?{cache_read_input_tokens:d("cached_input_tokens")}:{},...void 0!==d("cache_write_input_tokens")?{cache_creation_input_tokens:d("cache_write_input_tokens")}:{}};return Object.keys(e).length>0?e:null}let D=new Set(["function_call","function_call_output","custom_tool_call","custom_tool_call_output"]);function E(a){if(!a||"string"!=typeof a.type||D.has(a.type))return null;let b="string"==typeof a.call_id?a.call_id:"";return b?{callId:b,name:"string"==typeof a.name&&a.name?a.name:a.type,input:function(a){let b=a.arguments;if(b&&"object"==typeof b&&!Array.isArray(b))return b;if("string"==typeof b&&b.trim()){try{let a=JSON.parse(b);if(a&&"object"==typeof a&&!Array.isArray(a))return a}catch{}return{arguments:b}}return"string"==typeof a.input&&a.input?{input:a.input}:{}}(a)}:null}function F(a){if(void 0!==a.output)return B(a.output);let{type:b,id:c,call_id:d,...e}=a;return Object.keys(e).length>0?A(e):""}let G=new Set(["completed","errored","interrupted","not_found","failed"]);function H(a,b){let c="string"==typeof a.message?a.message:"",d=I.test(c.trim()),e=d?"":c,f="string"==typeof a.agent_type?a.agent_type:"string"==typeof a.task_name?J(a.task_name):void 0;return{...f?{subagent_type:f}:{},description:M(b?.nickname,f,e),...d?{message_encrypted:!0}:{prompt:e},...b?.agentId?{agent_id:b.agentId}:{}}}let I=/^gAAAAA[A-Za-z0-9_-]{32,}={0,2}$/;function J(a){let b=a.split("/").filter(Boolean);return b[b.length-1]||a}function K(a){if(!a||"sub_agent_activity"!==a.type)return null;let{event_id:b,agent_thread_id:c}=a;return"string"==typeof b&&b&&"string"==typeof c&&c?{callId:b,agentThreadId:c,..."string"==typeof a.agent_path?{agentPath:a.agent_path}:{},..."string"==typeof a.kind?{kind:a.kind}:{}}:null}function L(a){if(!a||a.type!==k)return null;let b="string"==typeof a.author?a.author:"";if(!b)return null;let c=Array.isArray(a.content)?a.content.map(a=>"string"==typeof a?.text?a.text:"").join(""):"string"==typeof a.content?a.content:"",d=c.match(/^Message Type:\s*(\S+)/m)?.[1],e=c.match(/^Payload:[ \t]*$/m),f=c;if(e?.index!==void 0){let a=c.indexOf("\n",e.index);-1!==a&&(f=c.slice(a+1))}return{author:b,..."string"==typeof a.recipient?{recipient:a.recipient}:{},text:f.trim()||c.trim(),final:!d||"FINAL_ANSWER"===d}}function M(a,b,c){if(a)return b?`${a} (${b})`:a;let d=c.split("\n",1)[0]?.trim()||"";return d?d.slice(0,80):b||"subagent"}function N(a){try{let b=JSON.parse(a);if("string"!=typeof b?.agent_id||!b.agent_id)return null;return{agentId:b.agent_id,..."string"==typeof b.nickname?{nickname:b.nickname}:{}}}catch{return null}}function O(a){let b;try{b=JSON.parse(a)}catch{return[]}let c=b?.status;if(!c||"object"!=typeof c)return[];let d=[];for(let[a,b]of Object.entries(c)){if(!b||"object"!=typeof b)continue;let[c,e]=Object.entries(b)[0]??[];c&&d.push({agentId:a,status:c,message:"string"==typeof e?e:"",done:G.has(c)})}return d}function P(a){return a&&"object"==typeof a?Object.entries(a).flatMap(([a,b])=>{let c="string"==typeof b?.status?b.status:"";return c?[{agentId:a,status:c,message:"string"==typeof b?.message?b.message:"",done:G.has(c)}]:[]}):[]}function Q(a){return a.message||`(agent ${a.status})`}function R(a,b){if(a===h)return H(b);if(a===l)return{todos:(Array.isArray(b.plan)?b.plan:[]).flatMap(a=>"string"!=typeof a?.step?[]:[{content:a.step,status:"string"==typeof a.status?a.status:"pending"}])};if(a===m&&"string"==typeof b.path){let{path:a,...c}=b;return{...c,file_path:b.path}}if(q(a)!==e.bash||"string"==typeof b.command||"string"!=typeof b.cmd)return b;let{cmd:c,...d}=b;return{...d,command:b.cmd}}let S=/^<image\b[^>]*>$/i,T=/<\/?image\b[^>]*>/gi,U=/^data:(image\/(?:png|jpeg|webp|gif));base64,([\s\S]*)$/;function V(a){return{text:(a?.filter(a=>"input_text"===a.type&&a.text&&!S.test(a.text.trim())).map(a=>a.text).join("")||"").replace(T,""),images:a?.filter(a=>"input_image"===a.type&&a.image_url).map(a=>{let b;return(b=a.image_url.match(U))?{type:"base64",media_type:b[1],data:b[2]}:null}).filter(a=>null!==a)||[]}}}};
@@ -1,6 +1,6 @@
1
- "use strict";exports.id=9352,exports.ids=[9352],exports.modules={29352:(a,b,c)=>{c.d(b,{ND:()=>y});var d=c(22461),e=c(7939),f=c(95169),g=c(55511),h=c(29021),i=c(41204),j=c(33873),k=c(21820);function l(a){return`${a}.nohistory-backup`}function m(a){return h.readFileSync(a,"utf-8").split("\n").filter(a=>a.trim().length>0)}function n(a){try{let b=JSON.parse(a);return"session_meta"===b.type&&"string"==typeof b.payload?.id&&"string"==typeof b.payload?.cwd}catch{return!1}}function o(a){var b,c;let d=l(a);if(!h.existsSync(d))return"none";let e=m(d),f=h.existsSync(a)?m(a):[],g=f[0]&&n(f[0])?f.slice(1):f;return 0===g.length||!function(a){for(let b of a)try{JSON.parse(b)}catch{return!1}return!0}(g)?(b=d,c=a,h.existsSync(c)&&h.unlinkSync(c),h.renameSync(b,c),"restored"):(h.writeFileSync(a,[...e,...g].join("\n")+"\n","utf-8"),h.unlinkSync(d),"merged")}var p=c(40516);let q={"image/png":".png","image/jpeg":".jpg","image/webp":".webp","image/gif":".gif"};function r(a){return a.call_id||a.id||`tool-${(0,g.randomUUID)()}`}let s=new Set(["exec_command","shell_command","local_shell"]);function t(a){let b,c=[],d=/^\*\*\* (?:Add|Update|Delete) File: (.+)$/gm;for(;b=d.exec(a);)c.push(b[1].trim());return c}let u=a=>a.replace(/[/\\]+$/,"").split(/[/\\]/).pop()||a;function v(a){return a.replace(/\s+/g," ").trim()}function w(a){let b=function(a){switch(a){case"minimal":case"low":case"medium":case"high":case"xhigh":case"max":case"ultra":return a;default:return}}(a.params.codexReasoningEffort);return{...a.params.model?{model:a.params.model}:{},...b?{modelReasoningEffort:b}:{},...a.cwd?{workingDirectory:a.cwd}:{},sandboxMode:"danger-full-access",approvalPolicy:"never",skipGitRepoCheck:!0}}async function x(a){let b,l=a.images&&a.images.length>0?(n=a.images,b=(0,j.join)((0,k.tmpdir)(),"cockpit-codex-images"),(0,h.existsSync)(b)||(0,h.mkdirSync)(b,{recursive:!0}),n.map((a,c)=>{let d=q[a.media_type]||".png",e=(0,j.join)(b,`img-${Date.now()}-${c}${d}`);return(0,h.writeFileSync)(e,Buffer.from(a.data,"base64")),e})):[],m=function(a){let b,c,f,j,k,l,m,n,o,{sessionId:q}=a,w=!1,x=null,y=0,z=new Map,A=new Set,B=null,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=new Map,L=q||null,M=0,N=new Map,O=(b=null,c=0,f="",j=new i.StringDecoder("utf8"),k=[],l=[],m=[],n=[],o=a=>{b=a,c=0,f="",j=new i.StringDecoder("utf8"),k.length=0,l.length=0,m.length=0,n.length=0},a=>{a!==b&&o(a);let d=0;try{d=(0,h.statSync)(a).size}catch{return{exec:k,patch:l,spawn:m,mcp:n}}if(d<c&&o(a),d===c)return{exec:k,patch:l,spawn:m,mcp:n};let e="";try{let b=(0,h.openSync)(a,"r");try{let a=d-c,f=Buffer.allocUnsafe(a),g=(0,h.readSync)(b,f,0,a,c);e=j.write(f.subarray(0,g)),c+=g}finally{(0,h.closeSync)(b)}}catch{return{exec:k,patch:l,spawn:m,mcp:n}}let g=f+e,i=g.lastIndexOf("\n");return -1===i?f=g:(f=g.slice(i+1),!function(a,b,c,d,e){for(let f of a.split("\n")){let a;if(!f.trim())continue;try{a=JSON.parse(f)}catch{continue}let g=a.payload;if(g){if("function_call"===g.type&&g.name&&s.has(g.name)){let a="";try{a=String(JSON.parse(g.arguments||"{}").cmd||"")}catch{}b.push({callId:g.call_id,cmd:a})}else if("custom_tool_call"===g.type&&g.name===p.yM)c.push({callId:g.call_id,files:t(g.input||"")});else if("custom_tool_call"===g.type&&g.name===p.Bn){let a=(0,p.VW)(g.input||"");"exec"===a.kind?b.push({callId:g.call_id,cmd:a.command}):"patch"===a.kind&&c.push({callId:g.call_id,files:t(a.patch)})}else if("function_call"===g.type&&g.name&&g.namespace?.startsWith(p.wL))e.push({callId:g.call_id,server:g.namespace.slice(p.wL.length),tool:g.name});else if("function_call"===g.type&&g.name===p.$H){let a={};try{a=JSON.parse(g.arguments||"{}")}catch{}d.push({callId:g.call_id,args:a})}else if("function_call_output"===g.type&&g.call_id){let a=d.find(a=>a.callId===g.call_id&&!a.agentId);if(a){let b=(0,p.nq)(g.output||"");b&&(a.agentId=b.agentId,a.nickname=b.nickname)}}}}}(g.slice(0,i),k,l,m,n)),{exec:k,patch:l,spawn:m,mcp:n}});if(q)try{if(B=(0,e.eg)(q)){let a=O(B);C=a.exec.length,D=a.patch.length,G=a.spawn.length,I=a.mcp.length}}catch{B=null,C=0,D=0,G=0,I=0}let P=()=>{if(B||!L||M>=8)return B;M+=1;try{B=(0,e.eg)(L)}catch{B=null}return B},Q=a=>{let b=a.id||a.call_id||`codex-${(0,g.randomUUID)()}`,c=N.get(b);if(c)return c;let d=r(a),e=P();if(!a.call_id&&e){let b=function(a,b,c){var d;let e,f=a[b];if(!f?.callId)return null;let g=v(f.cmd),h=v((e=(d=c||"").match(/^\/bin\/\S+ -lc (['"])([\s\S]*)\1\s*$/))?e[2]:d),i=v(c||"");return!h||h===g||g.startsWith(h)||h.startsWith(g)||g&&i.includes(g)&&i.length-g.length<=32?f.callId:null}(O(e).exec,C+E,a.command||"");b&&(d=b)}return N.set(b,d),E+=1,d},R=a=>{let b=a.id||a.call_id||`codex-${(0,g.randomUUID)()}`,c=N.get(b);if(c)return c;let d=r(a),e=P();if(!a.call_id&&e){let b=(a.changes||[]).map(a=>a.path||"").filter(Boolean),c=function(a,b,c){let d=a[b];if(!d?.callId)return null;if(0===d.files.length||0===c.length)return d.callId;let e=new Set(d.files.map(u));return c.some(a=>e.has(u(a)))?d.callId:null}(O(e).patch,D+F,b);c&&(d=c)}return N.set(b,d),F+=1,d},S=a=>({changes:(a.changes||[]).map(a=>({path:a.path||"",kind:a.kind||"update"}))}),T=a=>{let b=a.changes||[];return 0===b.length?"apply_patch":b.map(a=>`${a.kind||"update"} ${a.path||""}`.trim()).join("\n")},U=(b,c)=>{let d=(a=>{let b=a.id||`codex-${(0,g.randomUUID)()}`,c=N.get(b);if(c)return c;let d=r(a),e=P();if(!a.call_id&&e){var f,h,i,j;let b,c=(f=O(e).mcp,h=I+J,i=a.server,j=a.tool,b=f[h],!b?.callId||i&&j&&(b.server!==i||b.tool!==j)?null:b.callId);c&&(d=c)}return N.set(b,d),J+=1,d})(b),e=(0,p.Dn)(b.server||"mcp",b.tool||"tool");z.has(d)||(z.set(d,d),a.emit({type:"assistant",message:{content:[{type:"tool_use",id:d,name:e,input:b.arguments||{}}]}})),c&&(a.emit({type:"user",message:{content:[{tool_use_id:d,content:(0,p.YU)(b)||`(${b.status||"completed"})`}]}}),z.delete(d))},V=(b,c)=>{if(c){if(A.has(c))return;A.add(c)}y+=(0,d.r)(b),a.emit({type:"usage_update",output_tokens:y})};return{handle:b=>{if(!w)switch(b.type){case"thread.started":{let c=b.thread_id||`codex-${(0,g.randomUUID)()}`;b.thread_id&&(L=b.thread_id),a.rekey(c),a.emit({type:"system",subtype:"init",session_id:c}),P();break}case"item.completed":{let c=b.item;if(!c)break;if("agent_message"===c.type&&c.text&&(V(c.text),a.emit({type:"assistant",message:{content:[{type:"text",text:c.text}]}})),"error"===c.type&&(c.message||c.text)&&(V(c.message||c.text||""),a.emit({type:"error",error:c.message||c.text})),"reasoning"===c.type&&c.text&&(V(c.text),a.emit({type:"assistant",message:{content:[{type:"text",text:`<details><summary>Reasoning</summary>
1
+ "use strict";exports.id=9352,exports.ids=[9352],exports.modules={29352:(a,b,c)=>{c.d(b,{ND:()=>y});var d=c(22461),e=c(7939),f=c(95169),g=c(55511),h=c(29021),i=c(41204),j=c(33873),k=c(21820);function l(a){return`${a}.nohistory-backup`}function m(a){return h.readFileSync(a,"utf-8").split("\n").filter(a=>a.trim().length>0)}function n(a){try{let b=JSON.parse(a);return"session_meta"===b.type&&"string"==typeof b.payload?.id&&"string"==typeof b.payload?.cwd}catch{return!1}}function o(a){var b,c;let d=l(a);if(!h.existsSync(d))return"none";let e=m(d),f=h.existsSync(a)?m(a):[],g=f[0]&&n(f[0])?f.slice(1):f;return 0===g.length||!function(a){for(let b of a)try{JSON.parse(b)}catch{return!1}return!0}(g)?(b=d,c=a,h.existsSync(c)&&h.unlinkSync(c),h.renameSync(b,c),"restored"):(h.writeFileSync(a,[...e,...g].join("\n")+"\n","utf-8"),h.unlinkSync(d),"merged")}var p=c(40516);let q={"image/png":".png","image/jpeg":".jpg","image/webp":".webp","image/gif":".gif"};function r(a){return a.call_id||a.id||`tool-${(0,g.randomUUID)()}`}let s=new Set(["exec_command","shell_command","local_shell"]);function t(a){let b,c=[],d=/^\*\*\* (?:Add|Update|Delete) File: (.+)$/gm;for(;b=d.exec(a);)c.push(b[1].trim());return c}let u=a=>a.replace(/[/\\]+$/,"").split(/[/\\]/).pop()||a;function v(a){return a.replace(/\s+/g," ").trim()}function w(a){let b=function(a){switch(a){case"minimal":case"low":case"medium":case"high":case"xhigh":case"max":case"ultra":return a;default:return}}(a.params.codexReasoningEffort);return{...a.params.model?{model:a.params.model}:{},...b?{modelReasoningEffort:b}:{},...a.cwd?{workingDirectory:a.cwd}:{},sandboxMode:"danger-full-access",approvalPolicy:"never",skipGitRepoCheck:!0}}async function x(a){let b,l=a.images&&a.images.length>0?(n=a.images,b=(0,j.join)((0,k.tmpdir)(),"cockpit-codex-images"),(0,h.existsSync)(b)||(0,h.mkdirSync)(b,{recursive:!0}),n.map((a,c)=>{let d=q[a.media_type]||".png",e=(0,j.join)(b,`img-${Date.now()}-${c}${d}`);return(0,h.writeFileSync)(e,Buffer.from(a.data,"base64")),e})):[],m=function(a){let b,c,f,j,k,l,m,n,o,{sessionId:q}=a,w=!1,x=null,y=0,z=new Map,A=new Set,B=null,C=0,D=0,E=0,F=0,G=0,H=0,I=0,J=0,K=new Map,L=q||null,M=0,N=new Map,O=(b=null,c=0,f="",j=new i.StringDecoder("utf8"),k=[],l=[],m=[],n=[],o=a=>{b=a,c=0,f="",j=new i.StringDecoder("utf8"),k.length=0,l.length=0,m.length=0,n.length=0},a=>{a!==b&&o(a);let d=0;try{d=(0,h.statSync)(a).size}catch{return{exec:k,patch:l,spawn:m,mcp:n}}if(d<c&&o(a),d===c)return{exec:k,patch:l,spawn:m,mcp:n};let e="";try{let b=(0,h.openSync)(a,"r");try{let a=d-c,f=Buffer.allocUnsafe(a),g=(0,h.readSync)(b,f,0,a,c);e=j.write(f.subarray(0,g)),c+=g}finally{(0,h.closeSync)(b)}}catch{return{exec:k,patch:l,spawn:m,mcp:n}}let g=f+e,i=g.lastIndexOf("\n");return -1===i?f=g:(f=g.slice(i+1),!function(a,b,c,d,e){for(let f of a.split("\n")){let a;if(!f.trim())continue;try{a=JSON.parse(f)}catch{continue}let g=a.payload;if(g)if("function_call"===g.type&&g.name&&s.has(g.name)){let a="";try{a=String(JSON.parse(g.arguments||"{}").cmd||"")}catch{}b.push({callId:g.call_id,cmd:a})}else if("custom_tool_call"===g.type&&g.name===p.yM)c.push({callId:g.call_id,files:t(g.input||"")});else if("custom_tool_call"===g.type&&g.name===p.Bn){let a=(0,p.VW)(g.input||"");"exec"===a.kind?b.push({callId:g.call_id,cmd:a.command}):"patch"===a.kind&&c.push({callId:g.call_id,files:t(a.patch)})}else if("function_call"===g.type&&g.name&&g.namespace?.startsWith(p.wL))e.push({callId:g.call_id,server:g.namespace.slice(p.wL.length),tool:g.name});else if("function_call"===g.type&&g.name===p.$H){let a={};try{a=JSON.parse(g.arguments||"{}")}catch{}d.push({callId:g.call_id,args:a})}else if("function_call_output"===g.type&&g.call_id){let a=d.find(a=>a.callId===g.call_id&&!a.agentId);if(a){let b=(0,p.nq)(g.output||"");b&&(a.agentId=b.agentId,a.nickname=b.nickname)}}else{let a=(0,p.tq)(g);if(a){let b=d.find(b=>b.callId===a.callId&&!b.agentId);b&&(b.agentId=a.agentThreadId,a.agentPath&&(b.agentPath=a.agentPath))}}}}(g.slice(0,i),k,l,m,n)),{exec:k,patch:l,spawn:m,mcp:n}});if(q)try{if(B=(0,e.eg)(q)){let a=O(B);C=a.exec.length,D=a.patch.length,G=a.spawn.length,I=a.mcp.length}}catch{B=null,C=0,D=0,G=0,I=0}let P=()=>{if(B||!L||M>=8)return B;M+=1;try{B=(0,e.eg)(L)}catch{B=null}return B},Q=a=>{let b=a.id||a.call_id||`codex-${(0,g.randomUUID)()}`,c=N.get(b);if(c)return c;let d=r(a),e=P();if(!a.call_id&&e){let b=function(a,b,c){var d;let e,f=a[b];if(!f?.callId)return null;let g=v(f.cmd),h=v((e=(d=c||"").match(/^\/bin\/\S+ -lc (['"])([\s\S]*)\1\s*$/))?e[2]:d),i=v(c||"");return!h||h===g||g.startsWith(h)||h.startsWith(g)||g&&i.includes(g)&&i.length-g.length<=32?f.callId:null}(O(e).exec,C+E,a.command||"");b&&(d=b)}return N.set(b,d),E+=1,d},R=a=>{let b=a.id||a.call_id||`codex-${(0,g.randomUUID)()}`,c=N.get(b);if(c)return c;let d=r(a),e=P();if(!a.call_id&&e){let b=(a.changes||[]).map(a=>a.path||"").filter(Boolean),c=function(a,b,c){let d=a[b];if(!d?.callId)return null;if(0===d.files.length||0===c.length)return d.callId;let e=new Set(d.files.map(u));return c.some(a=>e.has(u(a)))?d.callId:null}(O(e).patch,D+F,b);c&&(d=c)}return N.set(b,d),F+=1,d},S=a=>({changes:(a.changes||[]).map(a=>({path:a.path||"",kind:a.kind||"update"}))}),T=a=>{let b=a.changes||[];return 0===b.length?"apply_patch":b.map(a=>`${a.kind||"update"} ${a.path||""}`.trim()).join("\n")},U=(b,c)=>{let d=(a=>{let b=a.id||`codex-${(0,g.randomUUID)()}`,c=N.get(b);if(c)return c;let d=r(a),e=P();if(!a.call_id&&e){var f,h,i,j;let b,c=(f=O(e).mcp,h=I+J,i=a.server,j=a.tool,b=f[h],!b?.callId||i&&j&&(b.server!==i||b.tool!==j)?null:b.callId);c&&(d=c)}return N.set(b,d),J+=1,d})(b),e=(0,p.Dn)(b.server||"mcp",b.tool||"tool");z.has(d)||(z.set(d,d),a.emit({type:"assistant",message:{content:[{type:"tool_use",id:d,name:e,input:b.arguments||{}}]}})),c&&(a.emit({type:"user",message:{content:[{tool_use_id:d,content:(0,p.YU)(b)||`(${b.status||"completed"})`}]}}),z.delete(d))},V=(b,c)=>{if(c){if(A.has(c))return;A.add(c)}y+=(0,d.r)(b),a.emit({type:"usage_update",output_tokens:y})};return{handle:b=>{if(!w)switch(b.type){case"thread.started":{let c=b.thread_id||`codex-${(0,g.randomUUID)()}`;b.thread_id&&(L=b.thread_id),a.rekey(c),a.emit({type:"system",subtype:"init",session_id:c}),P();break}case"item.completed":{let c=b.item;if(!c)break;if("agent_message"===c.type&&c.text&&(V(c.text),a.emit({type:"assistant",message:{content:[{type:"text",text:c.text}]}})),"error"===c.type&&(c.message||c.text)&&(V(c.message||c.text||""),a.emit({type:"error",error:c.message||c.text})),"reasoning"===c.type&&c.text&&(V(c.text),a.emit({type:"assistant",message:{content:[{type:"text",text:`<details><summary>Reasoning</summary>
2
2
 
3
3
  ${c.text}
4
4
 
5
5
  </details>`}]}})),"command_execution"===c.type){let b=Q(c);z.has(b)||(V(c.command||p.C4.bash,`command-start:${b}`),a.emit({type:"assistant",message:{content:[{type:"tool_use",id:b,name:p.C4.bash,input:{command:c.command||""}}]}})),V(c.aggregated_output||`(exit code: ${c.exit_code??"unknown"})`,`command-result:${b}`),a.emit({type:"user",message:{content:[{tool_use_id:b,content:c.aggregated_output||`(exit code: ${c.exit_code??"unknown"})`}]}}),z.delete(b)}if("collab_tool_call"===c.type&&(b=>{if(b.tool===p.$H)return(b=>{let c=b.receiver_thread_ids??[],d=P(),e=d?function(a,b,c){if(c){let b=a.find(a=>a.agentId===c);if(b?.callId)return b}let d=a[b];return d?.callId?d:null}(O(d).spawn,G+H,c[0]):null;H+=1;let f=e?.callId||r(b),g=e?.args&&Object.keys(e.args).length>0?e.args:{message:b.prompt||""},h=(0,p.o4)(g,{nickname:e?.nickname,agentId:c[0]||e?.agentId});for(let a of c)K.set(a,f);z.set(f,f),a.emit({type:"assistant",message:{content:[{type:"tool_use",id:f,name:p.C4.task,input:h}]}})})(b);for(let c of(0,p.Hq)(b.agents_states)){if(!c.done)continue;let b=K.get(c.agentId);b&&(a.emit({type:"user",message:{content:[{tool_use_id:b,content:(0,p.nE)(c)}]}}),z.delete(b),K.delete(c.agentId))}})(c),"mcp_tool_call"===c.type&&(V(`${c.server||"mcp"} ${c.tool||""} ${JSON.stringify(c.result??c.error??"")}`),U(c,!0)),"web_search"===c.type&&(V(JSON.stringify(c.action||c.query||"web_search")),(b=>{let c=r(b),{name:d,input:e,result:f}=(0,p.U6)(b.query,b.action);a.emit({type:"assistant",message:{content:[{type:"tool_use",id:c,name:d,input:e}]}}),a.emit({type:"user",message:{content:[{tool_use_id:c,content:f}]}})})(c)),"todo_list"===c.type){let b,d;V(JSON.stringify(c.items||[])),b=r(c),d=(0,p.qW)(c.items),a.emit({type:"assistant",message:{content:[{type:"tool_use",id:b,name:p.C4.todo,input:d}]}}),a.emit({type:"user",message:{content:[{tool_use_id:b,content:(0,p.uz)(d.todos)}]}})}if("file_change"===c.type){let b=R(c);z.has(b)||(V(T(c),`patch-start:${b}`),a.emit({type:"assistant",message:{content:[{type:"tool_use",id:b,name:p.C4.applyPatch,input:S(c)}]}})),V(T(c),`patch-result:${b}`),a.emit({type:"user",message:{content:[{tool_use_id:b,content:T(c)}]}}),z.delete(b)}break}case"item.started":{let c=b.item;if(c?.type==="mcp_tool_call"&&U(c,!1),c?.type==="command_execution"&&c.command){let b=Q(c);z.set(b,b),V(c.command,`command-start:${b}`),a.emit({type:"assistant",message:{content:[{type:"tool_use",id:b,name:p.C4.bash,input:{command:c.command}}]}})}if(c?.type==="file_change"&&(c.changes?.length??0)>0){let b=R(c);z.set(b,b),V(T(c),`patch-start:${b}`),a.emit({type:"assistant",message:{content:[{type:"tool_use",id:b,name:p.C4.applyPatch,input:S(c)}]}})}break}case"turn.completed":{let c=b.usage||{};a.emit({type:"result",subtype:"success",usage:{input_tokens:c.input_tokens||0,output_tokens:c.output_tokens||0,cache_creation_input_tokens:c.cache_write_input_tokens||0,cache_read_input_tokens:c.cached_input_tokens||0},total_cost_usd:0});break}case"turn.failed":w=!0,x=Error(b.error?.message||"Codex turn failed");break;case"error":w=!0,x=Error(b.message||"Codex error")}},assertSuccess(){if(x)throw x}}}(a);try{let b,{Codex:d}=await c.e(9312).then(c.bind(c,19312)),e=(0,f.u)({});try{b=new d({env:e})}catch(a){if(!(a instanceof Error?a.message:"").includes("Unable to locate Codex CLI binaries"))throw a;b=new d({codexPathOverride:"codex",env:e})}let g=a.sessionId?b.resumeThread(a.sessionId,w(a)):b.startThread(w(a)),{events:h}=await g.runStreamed((o=a.prompt??"",0===l.length?o:[{type:"text",text:o||p.RA},...l.map(a=>({type:"local_image",path:a}))]),{signal:a.signal});for await(let a of h)m.handle(a);m.assertSuccess()}finally{var n,o;for(let a of l)try{(0,h.unlinkSync)(a)}catch{}}}let y={name:"codex",runner:{async run(a){if(!0!==a.params.noHistory||!a.sessionId)return void await x(a);let b=(0,e.eg)(a.sessionId),c=!!b&&function(a){if(!h.existsSync(a))return!1;let b=l(a);h.existsSync(b)&&o(a);let c=m(a)[0];if(!c||!n(c))throw Error(`Cannot run Codex independent task: ${a} has no session_meta`);h.mkdirSync((0,j.dirname)(b),{recursive:!0}),h.renameSync(a,b);try{h.writeFileSync(a,`${c}
6
- `,"utf-8")}catch(c){throw h.existsSync(b)&&!h.existsSync(a)&&h.renameSync(b,a),c}return!0}(b);try{await x(a)}finally{c&&b&&o(b)}}}}},40516:(a,b,c)=>{c.d(b,{$H:()=>h,BZ:()=>B,Bn:()=>m,C4:()=>e,Dn:()=>g,Hq:()=>E,L8:()=>K,RA:()=>d,TB:()=>t,U6:()=>r,Uk:()=>n,VW:()=>w,Y8:()=>o,YU:()=>s,dr:()=>G,g$:()=>j,iN:()=>x,jB:()=>i,nE:()=>F,nq:()=>C,o4:()=>A,p7:()=>D,q4:()=>y,qW:()=>p,uz:()=>q,wL:()=>f,yM:()=>l});let d="[Image]",e={bash:"Bash",applyPatch:"ApplyPatch",task:"Task",todo:"TodoWrite",webSearch:"WebSearch",webFetch:"WebFetch"},f="mcp__",g=(a,b)=>`${f}${a}__${b}`,h="spawn_agent",i="wait_agent",j=new Set([h,i,"close_agent","send_input","resume_agent"]),k="update_plan",l="apply_patch",m="exec",n=new Set([l,m]);function o(a,b){return b?.startsWith(f)?`${b}__${a}`:"shell_command"===a||"exec_command"===a?e.bash:"apply_patch"===a?e.applyPatch:a===h?e.task:a===k?e.todo:a}function p(a){return{todos:(a??[]).flatMap(a=>"string"==typeof a?.text?[{content:a.text,status:a.completed?"completed":"pending"}]:[])}}function q(a){let b=a.filter(a=>"completed"===a.status).length;return`${b}/${a.length} completed`}function r(a,b){if(b?.type==="open_page"&&b.url)return{name:e.webFetch,input:{url:b.url},result:b.url};let c=b?.query||a||"",d=b?.queries?.length?b.queries:c?[c]:[];return{name:e.webSearch,input:{query:c},result:d.join("\n")}}function s(a){return a.error?.message?a.error.message:null===a.result||void 0===a.result?"":"string"==typeof a.result?a.result:JSON.stringify(a.result,null,2)}function t(a){let b,c=[],d=/^\*\*\* (Add|Update|Delete) File: (.+)$/gm;for(;b=d.exec(a);)c.push({path:b[2].trim(),kind:b[1].toLowerCase()});return{changes:c}}let u=/"(?:\\.|[^"\\])*"|'(?:\\.|[^'\\])*'|`(?:\\.|[^`\\])*`/g,v={n:"\n",r:"\r",t:" ",b:"\b",f:"\f",v:"\v",0:"\0"};function w(a){let b=function(a){let b;for(u.lastIndex=0;b=u.exec(a);){let a=function(a){if(a.startsWith('"'))try{return JSON.parse(a)}catch{}return a.slice(1,-1).replace(/\\(u\{[0-9a-fA-F]+\}|u[0-9a-fA-F]{4}|x[0-9a-fA-F]{2}|[\s\S])/g,(a,b)=>b.startsWith("u{")?String.fromCodePoint(parseInt(b.slice(2,-1),16)):b.startsWith("u")||b.startsWith("x")?String.fromCharCode(parseInt(b.slice(1),16)):v[b]??b)}(b[0]);if(a.includes("*** Begin Patch"))return a}return null}(a);if(b)return{kind:"patch",patch:b};let c=function(a){let b=a.indexOf("tools.exec_command(");if(-1===b)return null;let c=a.indexOf("{",b);if(-1===c)return null;let d=0,e="";for(let b=c;b<a.length;b++){let f=a[b];if(e){"\\"===f?b++:f===e&&(e="");continue}if('"'===f||"'"===f||"`"===f){e=f;continue}if("{"===f)d++;else if("}"===f&&0==--d)try{let d=JSON.parse(a.slice(c,b+1));return d&&"object"==typeof d?d:null}catch{break}}return null}(a);return c?{kind:"exec",command:"string"==typeof c.cmd?c.cmd:"",args:c}:{kind:"unknown"}}function x(a){let b=w(a);return"patch"===b.kind?{name:e.applyPatch,input:t(b.patch)}:"exec"===b.kind?{name:e.bash,input:G("exec_command",b.args)}:{name:e.bash,input:{command:a}}}function y(a){if(null==a)return"";if("string"==typeof a)return a;if(Array.isArray(a))return a.map(y).join("");if("object"==typeof a){let b=a.text;return"string"==typeof b?b:JSON.stringify(a)}return String(a)}let z=new Set(["completed","errored","interrupted","not_found","failed"]);function A(a,b){let c="string"==typeof a.message?a.message:"",d="string"==typeof a.agent_type?a.agent_type:void 0;return{...d?{subagent_type:d}:{},description:B(b?.nickname,d,c),prompt:c,...b?.agentId?{agent_id:b.agentId}:{}}}function B(a,b,c){if(a)return b?`${a} (${b})`:a;let d=c.split("\n",1)[0]?.trim()||"";return d?d.slice(0,80):b||"subagent"}function C(a){try{let b=JSON.parse(a);if("string"!=typeof b?.agent_id||!b.agent_id)return null;return{agentId:b.agent_id,..."string"==typeof b.nickname?{nickname:b.nickname}:{}}}catch{return null}}function D(a){let b;try{b=JSON.parse(a)}catch{return[]}let c=b?.status;if(!c||"object"!=typeof c)return[];let d=[];for(let[a,b]of Object.entries(c)){if(!b||"object"!=typeof b)continue;let[c,e]=Object.entries(b)[0]??[];c&&d.push({agentId:a,status:c,message:"string"==typeof e?e:"",done:z.has(c)})}return d}function E(a){return a&&"object"==typeof a?Object.entries(a).flatMap(([a,b])=>{let c="string"==typeof b?.status?b.status:"";return c?[{agentId:a,status:c,message:"string"==typeof b?.message?b.message:"",done:z.has(c)}]:[]}):[]}function F(a){return a.message||`(agent ${a.status})`}function G(a,b){if(a===h)return A(b);if(a===k)return{todos:(Array.isArray(b.plan)?b.plan:[]).flatMap(a=>"string"!=typeof a?.step?[]:[{content:a.step,status:"string"==typeof a.status?a.status:"pending"}])};if(o(a)!==e.bash||"string"==typeof b.command||"string"!=typeof b.cmd)return b;let{cmd:c,...d}=b;return{...d,command:b.cmd}}let H=/^<image\b[^>]*>$/i,I=/<\/?image\b[^>]*>/gi,J=/^data:(image\/(?:png|jpeg|webp|gif));base64,([\s\S]*)$/;function K(a){return{text:(a?.filter(a=>"input_text"===a.type&&a.text&&!H.test(a.text.trim())).map(a=>a.text).join("")||"").replace(I,""),images:a?.filter(a=>"input_image"===a.type&&a.image_url).map(a=>{let b;return(b=a.image_url.match(J))?{type:"base64",media_type:b[1],data:b[2]}:null}).filter(a=>null!==a)||[]}}}};
6
+ `,"utf-8")}catch(c){throw h.existsSync(b)&&!h.existsSync(a)&&h.renameSync(b,a),c}return!0}(b);try{await x(a)}finally{c&&b&&o(b)}}}}}};
@@ -1 +1 @@
1
- globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],lowPriorityFiles:["static/4Jgc-wu2w_CC8iS5G1QZf/_buildManifest.js","static/4Jgc-wu2w_CC8iS5G1QZf/_ssgManifest.js"],rootMainFiles:["static/chunks/webpack-ce60587570394496.js","static/chunks/4bd1b696-8a4ab4fdf0ae305a.js","static/chunks/3794-d7cddff008311ab3.js","static/chunks/main-app-1eb2a3d94fb55bbf.js"],rootMainFilesTree:{},pages:{"/_app":[]}};
1
+ globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],lowPriorityFiles:["static/pgteRwI6FQcp683smeSNO/_buildManifest.js","static/pgteRwI6FQcp683smeSNO/_ssgManifest.js"],rootMainFiles:["static/chunks/webpack-ce60587570394496.js","static/chunks/4bd1b696-8a4ab4fdf0ae305a.js","static/chunks/3794-d7cddff008311ab3.js","static/chunks/main-app-1eb2a3d94fb55bbf.js"],rootMainFilesTree:{},pages:{"/_app":[]}};
@@ -54,4 +54,4 @@
54
54
  });
55
55
  }
56
56
  })();
57
- </script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><div class="fixed top-4 left-1/2 -translate-x-1/2 z-[100] flex flex-col items-center gap-2"></div><script src="/_next/static/chunks/webpack-ce60587570394496.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n8:I[26719,[\"4219\",\"static/chunks/app/global-error-3c48d7d42c672863.js\"],\"default\"]\n:HL[\"/_next/static/media/5c0c2bcbaa4149ca-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/bb3ef058b751a6ad-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/e33280be1b23649f.css\",\"style\"]\n:HL[\"/_next/static/css/52b314bf20332f7c.css\",\"style\"]\n:HL[\"/_next/static/css/83c134c954630942.css\",\"style\"]\n2:Ta46,// Runs before React hydrates (see app/layout.tsx \u003cScript strategy=\"beforeInteractive\"\u003e).\n// Three jobs:\n// 1. Redirect narrow viewports to the mobile route /m (before first paint).\n// 2. Apply the persisted theme class to \u003chtml\u003e before first paint to avoid FOUC.\n// 3. Unregister any leftover Service Workers from the PWA era (PWA has been removed).\n(function () {\n // Mobile redirect — runs first and bails out the rest on redirect.\n // Signal is VIEWPORT WIDTH (not User-Agent): it's what actually decides whether the\n // desktop 3-panel layout fits. Runs synchronously in \u003chead\u003e before the body paints,\n // so the desktop UI never flashes. Escape hatch: the /m \"use desktop\" action sets\n // `cockpit-force-desktop` in localStorage, which suppresses the redirect thereafter.\n try {\n var path = window.location.pathname;\n var onMobileRoute = path === '/m' || path.indexOf('/m/') === 0;\n var forceDesktop = false;\n try { forceDesktop = !!localStorage.getItem('cockpit-force-desktop'); } catch (_e) {}\n // Never redirect inside an iframe: the desktop shell embeds /project in a\n // frame that is 42px (sidebar) narrower than the window, so a tablet-width\n // top page (e.g. 768px iPad) would otherwise nest the mobile UI inside the\n // desktop shell — and drop the sessionId in the process. The media query is\n // only meaningful for the top-level viewport.\n var isTopWindow = true;\n try { isTopWindow = window.self === window.top; } catch (_e) {}\n if (\n isTopWindow \u0026\u0026\n !onMobileRoute \u0026\u0026\n !forceDesktop \u0026\u0026\n window.matchMedia \u0026\u0026\n window.matchMedia('(max-width: 767px)').matches\n ) {\n window.location.replace('/m' + window.location.search);\n return; // stop further boot work; the page is navigating away\n }\n } catch (_e) {}\n\n try {\n var theme = localStorage.getItem('theme') || 'dark';\n var resolved = theme;\n if (theme === 'system') {\n resolved = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';\n }\n document.documentElement.classList.add(resolved);\n } catch (e) {}\n\n // Clean up legacy Service Workers from the old PWA era, but KEEP our\n // push-only SW (/push-sw.js) — it powers Web Push notifications and does no\n // caching, so it doesn't reintroduce the offline behavior we removed.\n if ('serviceWorker' in navigator) {\n navigator.serviceWorker.getRegistrations().then(function (regs) {\n regs.forEach(function (r) {\n var url = (r.active \u0026\u0026 r.active.scriptURL) || '';\n if (url.indexOf('/push-sw.js') === -1) r.unregister();\n });\n });\n }\n})();\n6:X\n0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/e33280be1b23649f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/52b314bf20332f7c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"2\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/83c134c954630942.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"className\":\"overflow-hidden\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden\",\"children\":\"$L3\"}]]}]]}],{\"children\":[\"$L4\",{\"children\":[\"$L5\",{},null,false,null]},null,false,\"$6\"]},null,false,null],\"$L7\",false]],\"m\":\"$undefined\",\"G\":[\"$8\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"4Jgc-wu2w_CC8iS5G1QZf\"}\n9:I[29729,[\"7330\",\"static/chunks/d3ac728e-ee038320ef1e4bdf.js\",\"8216\",\"static/chunks/96c8525a-f1e0653013503d49.js\",\"4281\",\"static/chunks/bc21e3dd-a78364524623b9b0.js\",\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-9f9f856e5049cd65.js\",\"1332\",\"static/chunks/1332-e26fddaef359ce51.js\",\"6160\",\"static/chunks/6160-958532439d324185.js\",\"4333\",\"static/chunks/4333-9e6709e96d3ec973.js\",\"6784\",\"static/chunks/6784-09dffdb0e8ca7fb3.js\",\"1372\",\"static/chunks/1372-d16d68b1b03a345a.js\",\"2032\",\"static/chunks/2032-f224a93f7a22bc21.js\",\"1157\",\"static/chunks/1157-164bcf046a0a9b15.js\",\"8974\",\"static/chunks/app/page-5de8b6584e328a6f.js\"],\"Providers\"]\na:I[57121,[],\"\"]\nb:I[74581,[],\"\"]\nc:I[90484,[],\"OutletBoundary\"]\nd:\"$Sreact.suspense\"\nf:I[90484,[],\"ViewportBoundary\"]\n11:I[90484,[],\"MetadataBoundary\"]\n3:[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$La\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lb\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]\n4:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$La\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lb\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n5:[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@e\"}]}]]}]\n7:[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lf\",null,{\"children\":\"$L10\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L11\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L12\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\n6:C\n10:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#f9f9fb\",\"media\":\"(prefers-color-scheme: light)\"}],[\"$\",\"meta\",\"3\",{\"name\":\"theme-color\",\"content\":\"#111113\",\"media\":\"(prefers-color-scheme: dark)\"}]]\n13:I[86869,[],\"IconMark\"]\ne:null\n12:[[\"$\",\"title\",\"0\",{\"children\":\"OpenCockpit\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"OpenCockpit is a local-first AI development hub with chat agents, a file explorer, terminals, and browser bubbles in one swipeable workspace. One seat. One AI.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"3\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Cockpit\"}],[\"$\",\"meta\",\"5\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"default\"}],[\"$\",\"link\",\"6\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?a49a3c8f7b751288\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"link\",\"7\",{\"rel\":\"icon\",\"href\":\"/icons/icon-192x192.png\"}],[\"$\",\"link\",\"8\",{\"rel\":\"apple-touch-icon\",\"href\":\"/icons/icon-192x192.png\"}],[\"$\",\"$L13\",\"9\",{}]]\n"])</script></body></html>
57
+ </script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><div class="fixed top-4 left-1/2 -translate-x-1/2 z-[100] flex flex-col items-center gap-2"></div><script src="/_next/static/chunks/webpack-ce60587570394496.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n8:I[26719,[\"4219\",\"static/chunks/app/global-error-3c48d7d42c672863.js\"],\"default\"]\n:HL[\"/_next/static/media/5c0c2bcbaa4149ca-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/bb3ef058b751a6ad-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/e33280be1b23649f.css\",\"style\"]\n:HL[\"/_next/static/css/52b314bf20332f7c.css\",\"style\"]\n:HL[\"/_next/static/css/83c134c954630942.css\",\"style\"]\n2:Ta46,// Runs before React hydrates (see app/layout.tsx \u003cScript strategy=\"beforeInteractive\"\u003e).\n// Three jobs:\n// 1. Redirect narrow viewports to the mobile route /m (before first paint).\n// 2. Apply the persisted theme class to \u003chtml\u003e before first paint to avoid FOUC.\n// 3. Unregister any leftover Service Workers from the PWA era (PWA has been removed).\n(function () {\n // Mobile redirect — runs first and bails out the rest on redirect.\n // Signal is VIEWPORT WIDTH (not User-Agent): it's what actually decides whether the\n // desktop 3-panel layout fits. Runs synchronously in \u003chead\u003e before the body paints,\n // so the desktop UI never flashes. Escape hatch: the /m \"use desktop\" action sets\n // `cockpit-force-desktop` in localStorage, which suppresses the redirect thereafter.\n try {\n var path = window.location.pathname;\n var onMobileRoute = path === '/m' || path.indexOf('/m/') === 0;\n var forceDesktop = false;\n try { forceDesktop = !!localStorage.getItem('cockpit-force-desktop'); } catch (_e) {}\n // Never redirect inside an iframe: the desktop shell embeds /project in a\n // frame that is 42px (sidebar) narrower than the window, so a tablet-width\n // top page (e.g. 768px iPad) would otherwise nest the mobile UI inside the\n // desktop shell — and drop the sessionId in the process. The media query is\n // only meaningful for the top-level viewport.\n var isTopWindow = true;\n try { isTopWindow = window.self === window.top; } catch (_e) {}\n if (\n isTopWindow \u0026\u0026\n !onMobileRoute \u0026\u0026\n !forceDesktop \u0026\u0026\n window.matchMedia \u0026\u0026\n window.matchMedia('(max-width: 767px)').matches\n ) {\n window.location.replace('/m' + window.location.search);\n return; // stop further boot work; the page is navigating away\n }\n } catch (_e) {}\n\n try {\n var theme = localStorage.getItem('theme') || 'dark';\n var resolved = theme;\n if (theme === 'system') {\n resolved = window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light';\n }\n document.documentElement.classList.add(resolved);\n } catch (e) {}\n\n // Clean up legacy Service Workers from the old PWA era, but KEEP our\n // push-only SW (/push-sw.js) — it powers Web Push notifications and does no\n // caching, so it doesn't reintroduce the offline behavior we removed.\n if ('serviceWorker' in navigator) {\n navigator.serviceWorker.getRegistrations().then(function (regs) {\n regs.forEach(function (r) {\n var url = (r.active \u0026\u0026 r.active.scriptURL) || '';\n if (url.indexOf('/push-sw.js') === -1) r.unregister();\n });\n });\n }\n})();\n6:X\n0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4608]},\"$undefined\",\"$undefined\",4624],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/e33280be1b23649f.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/52b314bf20332f7c.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"2\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/83c134c954630942.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"className\":\"overflow-hidden\",\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"$2\"}}]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 __variable_c1a059 __variable_3c557b antialiased overflow-hidden\",\"children\":\"$L3\"}]]}]]}],{\"children\":[\"$L4\",{\"children\":[\"$L5\",{},null,false,null]},null,false,\"$6\"]},null,false,null],\"$L7\",false]],\"m\":\"$undefined\",\"G\":[\"$8\",[]],\"S\":true,\"h\":null,\"r\":\"$undefined\",\"s\":\"$undefined\",\"a\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"pgteRwI6FQcp683smeSNO\"}\n9:I[29729,[\"7330\",\"static/chunks/d3ac728e-ee038320ef1e4bdf.js\",\"8216\",\"static/chunks/96c8525a-f1e0653013503d49.js\",\"4281\",\"static/chunks/bc21e3dd-a78364524623b9b0.js\",\"5004\",\"static/chunks/70e0d97a-bbb0ec05083da54f.js\",\"277\",\"static/chunks/54a60aa6-9f9f856e5049cd65.js\",\"1332\",\"static/chunks/1332-e26fddaef359ce51.js\",\"6160\",\"static/chunks/6160-958532439d324185.js\",\"4333\",\"static/chunks/4333-9e6709e96d3ec973.js\",\"6784\",\"static/chunks/6784-09dffdb0e8ca7fb3.js\",\"1372\",\"static/chunks/1372-d16d68b1b03a345a.js\",\"2032\",\"static/chunks/2032-f224a93f7a22bc21.js\",\"1157\",\"static/chunks/1157-164bcf046a0a9b15.js\",\"8974\",\"static/chunks/app/page-5de8b6584e328a6f.js\"],\"Providers\"]\na:I[57121,[],\"\"]\nb:I[74581,[],\"\"]\nc:I[90484,[],\"OutletBoundary\"]\nd:\"$Sreact.suspense\"\nf:I[90484,[],\"ViewportBoundary\"]\n11:I[90484,[],\"MetadataBoundary\"]\n3:[\"$\",\"$L9\",null,{\"children\":[\"$\",\"$La\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lb\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]\n4:[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$La\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$Lb\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\n5:[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@e\"}]}]]}]\n7:[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lf\",null,{\"children\":\"$L10\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L11\",null,{\"children\":[\"$\",\"$d\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L12\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}]\n6:C\n10:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#f9f9fb\",\"media\":\"(prefers-color-scheme: light)\"}],[\"$\",\"meta\",\"3\",{\"name\":\"theme-color\",\"content\":\"#111113\",\"media\":\"(prefers-color-scheme: dark)\"}]]\n13:I[86869,[],\"IconMark\"]\ne:null\n12:[[\"$\",\"title\",\"0\",{\"children\":\"OpenCockpit\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"OpenCockpit is a local-first AI development hub with chat agents, a file explorer, terminals, and browser bubbles in one swipeable workspace. One seat. One AI.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"meta\",\"3\",{\"name\":\"mobile-web-app-capable\",\"content\":\"yes\"}],[\"$\",\"meta\",\"4\",{\"name\":\"apple-mobile-web-app-title\",\"content\":\"Cockpit\"}],[\"$\",\"meta\",\"5\",{\"name\":\"apple-mobile-web-app-status-bar-style\",\"content\":\"default\"}],[\"$\",\"link\",\"6\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?a49a3c8f7b751288\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"link\",\"7\",{\"rel\":\"icon\",\"href\":\"/icons/icon-192x192.png\"}],[\"$\",\"link\",\"8\",{\"rel\":\"apple-touch-icon\",\"href\":\"/icons/icon-192x192.png\"}],[\"$\",\"$L13\",\"9\",{}]]\n"])</script></body></html>