@claudeye/linux-arm64 1.0.4-beta.9 → 1.0.5-beta.0

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 (197) hide show
  1. package/assets/dist/action-registry.d.ts +2 -2
  2. package/assets/dist/action-registry.js +1 -1
  3. package/assets/dist/action-runner.d.ts +2 -2
  4. package/assets/dist/action-runner.js +1 -1
  5. package/assets/dist/action-types.d.ts +19 -0
  6. package/assets/dist/app.d.ts +2 -1
  7. package/assets/dist/app.js +1 -1
  8. package/assets/dist/index.d.ts +1 -1
  9. package/assets/standalone/.next/BUILD_ID +1 -1
  10. package/assets/standalone/.next/build-manifest.json +2 -2
  11. package/assets/standalone/.next/prerender-manifest.json +3 -3
  12. package/assets/standalone/.next/required-server-files.json +0 -3
  13. package/assets/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  14. package/assets/standalone/.next/server/app/_global-error.html +2 -2
  15. package/assets/standalone/.next/server/app/_global-error.rsc +7 -7
  16. package/assets/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +2 -2
  17. package/assets/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +7 -7
  18. package/assets/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +3 -3
  19. package/assets/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
  20. package/assets/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  21. package/assets/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +1 -1
  22. package/assets/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  23. package/assets/standalone/.next/server/app/_not-found.html +2 -2
  24. package/assets/standalone/.next/server/app/_not-found.rsc +14 -14
  25. package/assets/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +14 -14
  26. package/assets/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
  27. package/assets/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +9 -9
  28. package/assets/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  29. package/assets/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  30. package/assets/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  31. package/assets/standalone/.next/server/app/api/completed-history/route.js +1 -1
  32. package/assets/standalone/.next/server/app/api/queue-item/route.js +2 -2
  33. package/assets/standalone/.next/server/app/api/queue-status/route.js +1 -1
  34. package/assets/standalone/.next/server/app/dashboard/[viewName]/page/server-reference-manifest.json +4 -4
  35. package/assets/standalone/.next/server/app/dashboard/[viewName]/page_client-reference-manifest.js +1 -1
  36. package/assets/standalone/.next/server/app/dashboard/page/server-reference-manifest.json +4 -4
  37. package/assets/standalone/.next/server/app/dashboard/page_client-reference-manifest.js +1 -1
  38. package/assets/standalone/.next/server/app/login/page/server-reference-manifest.json +2 -2
  39. package/assets/standalone/.next/server/app/login/page_client-reference-manifest.js +1 -1
  40. package/assets/standalone/.next/server/app/login.html +2 -2
  41. package/assets/standalone/.next/server/app/login.rsc +15 -15
  42. package/assets/standalone/.next/server/app/login.segments/_full.segment.rsc +15 -15
  43. package/assets/standalone/.next/server/app/login.segments/_head.segment.rsc +4 -4
  44. package/assets/standalone/.next/server/app/login.segments/_index.segment.rsc +9 -9
  45. package/assets/standalone/.next/server/app/login.segments/_tree.segment.rsc +2 -2
  46. package/assets/standalone/.next/server/app/login.segments/login/__PAGE__.segment.rsc +4 -4
  47. package/assets/standalone/.next/server/app/login.segments/login.segment.rsc +3 -3
  48. package/assets/standalone/.next/server/app/page/server-reference-manifest.json +1 -1
  49. package/assets/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
  50. package/assets/standalone/.next/server/app/project/[name]/page/server-reference-manifest.json +1 -1
  51. package/assets/standalone/.next/server/app/project/[name]/page_client-reference-manifest.js +1 -1
  52. package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page/react-loadable-manifest.json +2 -2
  53. package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page/server-reference-manifest.json +8 -8
  54. package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page.js +2 -2
  55. package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page_client-reference-manifest.js +1 -1
  56. package/assets/standalone/.next/server/app/queue/page/server-reference-manifest.json +3 -3
  57. package/assets/standalone/.next/server/app/queue/page.js +2 -2
  58. package/assets/standalone/.next/server/app/queue/page_client-reference-manifest.js +1 -1
  59. package/assets/standalone/.next/server/chunks/{[externals]_next_dist_db0236a7._.js → [externals]__06cd15c5._.js} +2 -2
  60. package/assets/standalone/.next/server/chunks/[externals]__10373a08._.js +3 -0
  61. package/assets/standalone/.next/server/chunks/[externals]__d78bcb54._.js +3 -0
  62. package/assets/standalone/.next/server/chunks/[root-of-the-server]__067f11b8._.js +3 -0
  63. package/assets/standalone/.next/server/chunks/[root-of-the-server]__22ffcb4e._.js +3 -0
  64. package/assets/standalone/.next/server/chunks/{[root-of-the-server]__3232b9b5._.js → [root-of-the-server]__292809cf._.js} +1 -1
  65. package/assets/standalone/.next/server/chunks/{[root-of-the-server]__bf0c3d33._.js → [root-of-the-server]__3c3ad1da._.js} +4 -4
  66. package/assets/standalone/.next/server/chunks/{[root-of-the-server]__6d076258._.js → [root-of-the-server]__43c4e0bc._.js} +1 -1
  67. package/assets/standalone/.next/server/chunks/{[root-of-the-server]__6fc9da2e._.js → [root-of-the-server]__7c44135a._.js} +1 -1
  68. package/assets/standalone/.next/server/chunks/{[root-of-the-server]__ffb39c82._.js → [root-of-the-server]__939bf5b3._.js} +2 -2
  69. package/assets/standalone/.next/server/chunks/{[root-of-the-server]__fe48bb1c._.js → [root-of-the-server]__bd194a73._.js} +2 -2
  70. package/assets/standalone/.next/server/chunks/{[root-of-the-server]__b2f1c82c._.js → [root-of-the-server]__ca12b24d._.js} +2 -2
  71. package/assets/standalone/.next/server/chunks/[root-of-the-server]__d7355d04._.js +1 -1
  72. package/assets/standalone/.next/server/chunks/{[root-of-the-server]__255e6fbc._.js → [root-of-the-server]__dcb3f873._.js} +1 -1
  73. package/assets/standalone/.next/server/chunks/[root-of-the-server]__e3e9ab09._.js +4 -0
  74. package/assets/standalone/.next/server/chunks/[root-of-the-server]__f26a70d1._.js +3 -0
  75. package/assets/standalone/.next/server/chunks/_3f3c09bf._.js +2 -2
  76. package/assets/standalone/.next/server/chunks/_5336fde9._.js +3 -0
  77. package/assets/standalone/.next/server/chunks/_7e07bbd9._.js +1 -1
  78. package/assets/standalone/.next/server/chunks/_8f856fad._.js +1 -1
  79. package/assets/standalone/.next/server/chunks/{_717db053._.js → _b7316450._.js} +1 -1
  80. package/assets/standalone/.next/server/chunks/_b8adaa37._.js +1 -1
  81. package/assets/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_7a66d362.js +1 -1
  82. package/assets/standalone/.next/server/chunks/node_modules_posthog-node_dist_entrypoints_index_node_mjs_05ab10df._.js +3 -0
  83. package/assets/standalone/.next/server/chunks/node_modules_posthog-node_dist_entrypoints_index_node_mjs_20debb74._.js +3 -0
  84. package/assets/standalone/.next/server/chunks/package_json_4b1b4d6f._.js +1 -1
  85. package/assets/standalone/.next/server/chunks/ssr/[externals]__10373a08._.js +3 -0
  86. package/assets/standalone/.next/server/chunks/ssr/{[root-of-the-server]__16a44ef3._.js → [root-of-the-server]__acea31a9._.js} +3 -3
  87. package/assets/standalone/.next/server/chunks/ssr/{[root-of-the-server]__10ac3567._.js → [root-of-the-server]__c3591792._.js} +3 -3
  88. package/assets/standalone/.next/server/chunks/ssr/_14858238._.js +1 -1
  89. package/assets/standalone/.next/server/chunks/ssr/_19a3e694._.js +2 -2
  90. package/assets/standalone/.next/server/chunks/ssr/_1d335924._.js +1 -1
  91. package/assets/standalone/.next/server/chunks/ssr/_3dacef09._.js +1 -1
  92. package/assets/standalone/.next/server/chunks/ssr/_617143fc._.js +2 -2
  93. package/assets/standalone/.next/server/chunks/ssr/_76ab933f._.js +1 -1
  94. package/assets/standalone/.next/server/chunks/ssr/_7ae321cd._.js +2 -2
  95. package/assets/standalone/.next/server/chunks/ssr/_87e025a1._.js +1 -1
  96. package/assets/standalone/.next/server/chunks/ssr/_986c0cdb._.js +2 -2
  97. package/assets/standalone/.next/server/chunks/ssr/_c9400c33._.js +2 -2
  98. package/assets/standalone/.next/server/chunks/ssr/_d7159840._.js +1 -1
  99. package/assets/standalone/.next/server/chunks/ssr/_fa9c2bed._.js +2 -2
  100. package/assets/standalone/.next/server/chunks/ssr/app_actions_compute-dashboard_ts_fc151dbb._.js +1 -1
  101. package/assets/standalone/.next/server/chunks/ssr/app_login_page_tsx_ccc0019b._.js +1 -1
  102. package/assets/standalone/.next/server/chunks/ssr/app_queue_queue-client_tsx_45f040f7._.js +1 -1
  103. package/assets/standalone/.next/server/chunks/ssr/node_modules_next_dist_274ac3eb._.js +1 -1
  104. package/assets/standalone/.next/server/chunks/ssr/node_modules_posthog-node_dist_entrypoints_index_node_mjs_8222e100._.js +3 -0
  105. package/assets/standalone/.next/server/instrumentation.js +1 -1
  106. package/assets/standalone/.next/server/middleware.js +2 -2
  107. package/assets/standalone/.next/server/pages/404.html +2 -2
  108. package/assets/standalone/.next/server/pages/500.html +2 -2
  109. package/assets/standalone/.next/server/server-reference-manifest.js +1 -1
  110. package/assets/standalone/.next/server/server-reference-manifest.json +15 -15
  111. package/assets/standalone/.next/static/chunks/0855754ca80d2f07.css +1 -0
  112. package/assets/standalone/.next/static/chunks/{d2be314c3ece3fbe.js → 2b423cf30d3964a3.js} +1 -1
  113. package/assets/standalone/.next/static/chunks/{fd8c1fc19ac30592.js → 3826bccba113385b.js} +1 -1
  114. package/assets/standalone/.next/static/chunks/39fdd579be4356e0.js +4 -0
  115. package/assets/standalone/.next/static/chunks/{723f2367261046f4.js → 4e23cf768a2aa008.js} +1 -1
  116. package/assets/standalone/.next/static/chunks/{97c295191089a1c2.js → 5920eabcfc97a878.js} +1 -1
  117. package/assets/standalone/.next/static/chunks/{dbec35204e8940b4.js → 7bf119d77ec82f51.js} +1 -1
  118. package/assets/standalone/.next/static/chunks/80f2a062dcfc0537.js +1 -0
  119. package/assets/standalone/.next/static/chunks/{27fc246b001f7ba2.js → e4450da5dcaeb91e.js} +1 -1
  120. package/assets/standalone/README.md +39 -1
  121. package/assets/standalone/instrumentation.node.ts +54 -0
  122. package/assets/standalone/package.json +3 -2
  123. package/assets/standalone/server.js +1 -1
  124. package/bin/claudeye +0 -0
  125. package/package.json +1 -1
  126. package/assets/standalone/.next/server/chunks/[externals]_posthog-node_4a68be38._.js +0 -3
  127. package/assets/standalone/.next/server/chunks/[root-of-the-server]__19c9c5af._.js +0 -4
  128. package/assets/standalone/.next/server/chunks/[root-of-the-server]__365c750b._.js +0 -3
  129. package/assets/standalone/.next/server/chunks/[root-of-the-server]__4ea757c2._.js +0 -3
  130. package/assets/standalone/.next/server/chunks/[root-of-the-server]__c84cf1dc._.js +0 -3
  131. package/assets/standalone/.next/server/chunks/ssr/[externals]_posthog-node_4a68be38._.js +0 -3
  132. package/assets/standalone/.next/static/chunks/13ab76b2fb94bd45.js +0 -1
  133. package/assets/standalone/.next/static/chunks/3346a6085951648c.js +0 -4
  134. package/assets/standalone/.next/static/chunks/98ef6309c816722d.css +0 -1
  135. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/chunk-ids.mjs +0 -34
  136. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/coercers/dom-exception-coercer.mjs +0 -31
  137. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/coercers/error-coercer.mjs +0 -27
  138. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/coercers/error-event-coercer.mjs +0 -18
  139. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/coercers/event-coercer.mjs +0 -17
  140. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/coercers/index.mjs +0 -8
  141. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/coercers/object-coercer.mjs +0 -51
  142. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/coercers/primitive-coercer.mjs +0 -15
  143. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/coercers/promise-rejection-event.mjs +0 -25
  144. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/coercers/string-coercer.mjs +0 -29
  145. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/coercers/utils.mjs +0 -18
  146. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/error-properties-builder.mjs +0 -112
  147. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/index.mjs +0 -4
  148. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/parsers/base.mjs +0 -14
  149. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/parsers/chrome.mjs +0 -27
  150. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/parsers/gecko.mjs +0 -24
  151. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/parsers/index.mjs +0 -47
  152. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/parsers/node.mjs +0 -65
  153. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/parsers/opera.mjs +0 -12
  154. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/parsers/safari.mjs +0 -13
  155. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/parsers/winjs.mjs +0 -7
  156. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/types.mjs +0 -9
  157. package/assets/standalone/node_modules/@posthog/core/dist/error-tracking/utils.mjs +0 -23
  158. package/assets/standalone/node_modules/@posthog/core/dist/eventemitter.mjs +0 -18
  159. package/assets/standalone/node_modules/@posthog/core/dist/featureFlagUtils.mjs +0 -113
  160. package/assets/standalone/node_modules/@posthog/core/dist/gzip.mjs +0 -18
  161. package/assets/standalone/node_modules/@posthog/core/dist/index.mjs +0 -9
  162. package/assets/standalone/node_modules/@posthog/core/dist/posthog-core-stateless.mjs +0 -676
  163. package/assets/standalone/node_modules/@posthog/core/dist/posthog-core.mjs +0 -761
  164. package/assets/standalone/node_modules/@posthog/core/dist/surveys/validation.mjs +0 -33
  165. package/assets/standalone/node_modules/@posthog/core/dist/types.mjs +0 -137
  166. package/assets/standalone/node_modules/@posthog/core/dist/utils/bot-detection.mjs +0 -88
  167. package/assets/standalone/node_modules/@posthog/core/dist/utils/bucketed-rate-limiter.mjs +0 -41
  168. package/assets/standalone/node_modules/@posthog/core/dist/utils/index.mjs +0 -59
  169. package/assets/standalone/node_modules/@posthog/core/dist/utils/logger.mjs +0 -38
  170. package/assets/standalone/node_modules/@posthog/core/dist/utils/number-utils.mjs +0 -41
  171. package/assets/standalone/node_modules/@posthog/core/dist/utils/promise-queue.mjs +0 -27
  172. package/assets/standalone/node_modules/@posthog/core/dist/utils/string-utils.mjs +0 -31
  173. package/assets/standalone/node_modules/@posthog/core/dist/utils/type-utils.mjs +0 -82
  174. package/assets/standalone/node_modules/@posthog/core/dist/utils/user-agent-utils.mjs +0 -338
  175. package/assets/standalone/node_modules/@posthog/core/dist/vendor/uuidv7.mjs +0 -170
  176. package/assets/standalone/node_modules/@posthog/core/package.json +0 -69
  177. package/assets/standalone/node_modules/posthog-node/dist/client.mjs +0 -718
  178. package/assets/standalone/node_modules/posthog-node/dist/entrypoints/index.node.mjs +0 -26
  179. package/assets/standalone/node_modules/posthog-node/dist/exports.mjs +0 -5
  180. package/assets/standalone/node_modules/posthog-node/dist/extensions/context/context.mjs +0 -28
  181. package/assets/standalone/node_modules/posthog-node/dist/extensions/error-tracking/autocapture.mjs +0 -31
  182. package/assets/standalone/node_modules/posthog-node/dist/extensions/error-tracking/index.mjs +0 -69
  183. package/assets/standalone/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.js +0 -227
  184. package/assets/standalone/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/context-lines.node.mjs +0 -187
  185. package/assets/standalone/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.js +0 -64
  186. package/assets/standalone/node_modules/posthog-node/dist/extensions/error-tracking/modifiers/module.node.mjs +0 -30
  187. package/assets/standalone/node_modules/posthog-node/dist/extensions/express.mjs +0 -32
  188. package/assets/standalone/node_modules/posthog-node/dist/extensions/feature-flags/crypto.mjs +0 -8
  189. package/assets/standalone/node_modules/posthog-node/dist/extensions/feature-flags/feature-flags.mjs +0 -772
  190. package/assets/standalone/node_modules/posthog-node/dist/extensions/sentry-integration.mjs +0 -72
  191. package/assets/standalone/node_modules/posthog-node/dist/storage-memory.mjs +0 -12
  192. package/assets/standalone/node_modules/posthog-node/dist/types.mjs +0 -7
  193. package/assets/standalone/node_modules/posthog-node/dist/version.mjs +0 -2
  194. package/assets/standalone/node_modules/posthog-node/package.json +0 -105
  195. /package/assets/standalone/.next/static/{J4fam3sTS7cM1hFzhpIJy → UALK5GtGBmAYPFKKF1DCr}/_buildManifest.js +0 -0
  196. /package/assets/standalone/.next/static/{J4fam3sTS7cM1hFzhpIJy → UALK5GtGBmAYPFKKF1DCr}/_clientMiddlewareManifest.json +0 -0
  197. /package/assets/standalone/.next/static/{J4fam3sTS7cM1hFzhpIJy → UALK5GtGBmAYPFKKF1DCr}/_ssgManifest.js +0 -0
@@ -1,4 +1,4 @@
1
- <!DOCTYPE html><!--J4fam3sTS7cM1hFzhpIJy--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="image" href="/exospheresmall.png"/><link rel="stylesheet" href="/_next/static/chunks/98ef6309c816722d.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/05525d53710bbee3.js"/><script src="/_next/static/chunks/37a97314f1b17b22.js" async=""></script><script src="/_next/static/chunks/ed79e3f8aab4a1ea.js" async=""></script><script src="/_next/static/chunks/aee6c7720838f8a2.js" async=""></script><script src="/_next/static/chunks/f091501564eb2ea3.js" async=""></script><script src="/_next/static/chunks/turbopack-3c0c6df5293bf0da.js" async=""></script><script src="/_next/static/chunks/dbd7b157081058a6.js" async=""></script><script src="/_next/static/chunks/fd8c1fc19ac30592.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/d2be314c3ece3fbe.js" async=""></script><script src="/_next/static/chunks/e4aca2c4ff14a715.js" async=""></script><title>404: This page could not be found.</title><meta name="robots" content="noindex"/><title>Claude Monitor - Agent SDK Monitor by Exosphere</title><meta name="description" content="Tool to monitor Claude Agent SDK by exosphere.host"/><link rel="icon" href="/icon.png"/><script>
1
+ <!DOCTYPE html><!--UALK5GtGBmAYPFKKF1DCr--><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="image" href="/exospheresmall.png"/><link rel="stylesheet" href="/_next/static/chunks/0855754ca80d2f07.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/05525d53710bbee3.js"/><script src="/_next/static/chunks/37a97314f1b17b22.js" async=""></script><script src="/_next/static/chunks/ed79e3f8aab4a1ea.js" async=""></script><script src="/_next/static/chunks/aee6c7720838f8a2.js" async=""></script><script src="/_next/static/chunks/f091501564eb2ea3.js" async=""></script><script src="/_next/static/chunks/turbopack-3c0c6df5293bf0da.js" async=""></script><script src="/_next/static/chunks/dbd7b157081058a6.js" async=""></script><script src="/_next/static/chunks/3826bccba113385b.js" async=""></script><script src="/_next/static/chunks/ff1a16fafef87110.js" async=""></script><script src="/_next/static/chunks/2b423cf30d3964a3.js" async=""></script><script src="/_next/static/chunks/e4aca2c4ff14a715.js" async=""></script><title>404: This page could not be found.</title><meta name="robots" content="noindex"/><title>Claude Monitor - Agent SDK Monitor by Exosphere</title><meta name="description" content="Tool to monitor Claude Agent SDK by exosphere.host"/><link rel="icon" href="/icon.png"/><script>
2
2
  (function() {
3
3
  try {
4
4
  // Ensure we don't add duplicate classes
@@ -27,4 +27,4 @@
27
27
  transition: opacity 0.15s;
28
28
  }
29
29
  body > *:not(#__loading) { opacity: 0; }
30
- </style><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="antialiased"><div hidden=""><!--$--><!--/$--></div><div id="__loading">Loading…</div><header class="relative z-50 border-b border-border bg-card/50 backdrop-blur supports-[backdrop-filter]:bg-card/50"><div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"><div class="flex items-center justify-between h-16"><div class="flex items-center gap-3"><a href="https://claudeye.exosphere.host" target="_blank" rel="noopener noreferrer" class="flex items-center gap-3 hover:opacity-80 transition-opacity"><img alt="Exosphere Logo" width="28" height="28" decoding="async" data-nimg="1" class="flex-shrink-0" style="color:transparent" src="/exospheresmall.png"/><h1 class="text-lg font-semibold text-foreground leading-tight tracking-tight">Claudeye</h1></a><div class="w-px h-8 bg-border ml-2"></div><nav class="flex items-center h-16"><a class="relative flex items-center gap-1.5 px-3 h-full text-sm transition-colors text-muted-foreground hover:text-foreground" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-open w-4 h-4" aria-hidden="true"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg>Projects<span class="absolute inset-x-1 bottom-0 h-[2px] rounded-full transition-all bg-transparent group-hover:bg-muted"></span></a><a class="relative flex items-center gap-1.5 px-3 h-full text-sm transition-colors text-muted-foreground hover:text-foreground" href="/dashboard"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-dashboard w-4 h-4" aria-hidden="true"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg>Dashboard<span class="absolute inset-x-1 bottom-0 h-[2px] rounded-full transition-all bg-transparent group-hover:bg-muted"></span></a></nav></div><div class="flex items-center gap-1"><div class="inline-flex items-center rounded-lg border border-border bg-muted/50 p-0.5 gap-0.5"><button title="Refresh" class="inline-flex items-center justify-center rounded-md p-1.5 transition-colors text-muted-foreground hover:text-foreground hover:bg-muted"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-refresh-cw w-3.5 h-3.5" aria-hidden="true"><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"></path><path d="M21 3v5h-5"></path><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"></path><path d="M8 16H3v5"></path></svg></button><div class="w-px h-4 bg-border"></div><div class="inline-flex items-center gap-0.5" role="group" aria-label="Auto-refresh interval"><button aria-pressed="true" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors bg-background text-foreground shadow-sm">Off</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">5s</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">10s</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">30s</button></div></div><div class="w-px h-6 bg-border mx-1"></div><div class="relative"><button class="justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none hover:bg-muted h-9 px-3 flex items-center gap-1.5 text-muted-foreground hover:text-foreground" aria-expanded="false" aria-haspopup="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail h-4 w-4" aria-hidden="true"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"></path><rect x="2" y="4" width="20" height="16" rx="2"></rect></svg><span class="hidden sm:inline text-xs">Reach Us</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-3 w-3 transition-transform" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button></div><button class="inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none hover:bg-muted hover:text-muted-foreground h-10 w-10 relative" aria-label="Switch to light mode"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sun h-[1.2rem] w-[1.2rem] transition-all rotate-90 scale-0" aria-hidden="true"><circle cx="12" cy="12" r="4"></circle><path d="M12 2v2"></path><path d="M12 20v2"></path><path d="m4.93 4.93 1.41 1.41"></path><path d="m17.66 17.66 1.41 1.41"></path><path d="M2 12h2"></path><path d="M20 12h2"></path><path d="m6.34 17.66-1.41 1.41"></path><path d="m19.07 4.93-1.41 1.41"></path></svg><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-moon absolute h-[1.2rem] w-[1.2rem] transition-all rotate-0 scale-100" aria-hidden="true"><path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"></path></svg></button><div class="relative"><button class="justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none hover:bg-muted h-9 px-3 relative flex items-center gap-1.5 text-muted-foreground hover:text-foreground" aria-expanded="false" aria-haspopup="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-list-ordered h-4 w-4" aria-hidden="true"><path d="M11 5h10"></path><path d="M11 12h10"></path><path d="M11 19h10"></path><path d="M4 4h1v5"></path><path d="M4 9h2"></path><path d="M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02"></path></svg></button></div></div></div></div></header><!--$--><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><!--/$--><div class="fixed bottom-4 right-4 z-50 flex flex-col gap-2"></div><script src="/_next/static/chunks/05525d53710bbee3.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[47613,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/fd8c1fc19ac30592.js\"],\"ThemeProvider\"]\n3:I[85881,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/fd8c1fc19ac30592.js\"],\"AutoRefreshProvider\"]\n4:I[63780,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/fd8c1fc19ac30592.js\"],\"Navbar\"]\n5:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n6:I[8821,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/fd8c1fc19ac30592.js\",\"/_next/static/chunks/e4aca2c4ff14a715.js\"],\"default\"]\n7:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n8:I[55574,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/fd8c1fc19ac30592.js\"],\"Toaster\"]\ne:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"default\"]\n:HL[\"/_next/static/chunks/98ef6309c816722d.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"J4fam3sTS7cM1hFzhpIJy\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/98ef6309c816722d.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/dbd7b157081058a6.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/fd8c1fc19ac30592.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n (function() {\\n try {\\n // Ensure we don't add duplicate classes\\n document.documentElement.classList.remove('light', 'dark');\\n \\n var theme = localStorage.getItem('theme');\\n if (theme \u0026\u0026 (theme === 'light' || theme === 'dark')) {\\n document.documentElement.classList.add(theme);\\n } else {\\n document.documentElement.classList.add('dark');\\n }\\n } catch (e) {\\n // Fallback to dark theme if there's any error\\n document.documentElement.classList.remove('light', 'dark');\\n document.documentElement.classList.add('dark');\\n }\\n })();\\n \"}}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n #__loading {\\n position: fixed; inset: 0; z-index: 9999;\\n display: flex; align-items: center; justify-content: center;\\n background: var(--background, #031035);\\n color: var(--foreground, #f8fafc);\\n font-family: system-ui, sans-serif;\\n font-size: 1rem;\\n transition: opacity 0.15s;\\n }\\n body \u003e *:not(#__loading) { opacity: 0; }\\n \"}}]]}],[\"$\",\"body\",null,{\"className\":\"antialiased\",\"children\":[[\"$\",\"div\",null,{\"id\":\"__loading\",\"children\":\"Loading…\"}],[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"children\":[[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$6\",\"errorStyles\":[],\"errorScripts\":[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/e4aca2c4ff14a715.js\",\"async\":true}]],\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"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.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],[\"$\",\"$L8\",null,{}]]}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:style\",\"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)}}\"}}],\"$L9\",\"$La\"]}]}]],null,\"$Lb\"]}],{},null,false,false]},null,false,false]},[\"$Lc\",[],[]],false,false],\"$Ld\",false]],\"m\":\"$undefined\",\"G\":[\"$e\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"f:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"OutletBoundary\"]\n10:\"$Sreact.suspense\"\n12:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"ViewportBoundary\"]\n14:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"MetadataBoundary\"]\n9:[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}]\na:[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]\nb:[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$10\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@11\"}]}]\nc:[\"$\",\"main\",\"l\",{\"className\":\"min-h-screen bg-background\",\"children\":[\"$\",\"div\",null,{\"className\":\"container mx-auto p-8\",\"children\":[\"$\",\"div\",null,{\"className\":\"bg-card text-card-foreground rounded-lg border border-border p-6 shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"h-8 w-32 bg-muted rounded animate-pulse mb-4\"}],[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[\"$\",\"div\",\"0\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"1\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"2\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"3\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"4\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"5\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"6\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"7\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}]]}]]}]}]}]\nd:[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L12\",null,{\"children\":\"$L13\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L14\",null,{\"children\":[\"$\",\"$10\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L15\"}]}]}],null]}]\n"])</script><script>self.__next_f.push([1,"13:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"16:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/d2be314c3ece3fbe.js\"],\"IconMark\"]\n11:null\n15:[[\"$\",\"title\",\"0\",{\"children\":\"Claude Monitor - Agent SDK Monitor by Exosphere\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Tool to monitor Claude Agent SDK by exosphere.host\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.png\"}],[\"$\",\"$L16\",\"3\",{}]]\n"])</script></body></html>
30
+ </style><script src="/_next/static/chunks/a6dad97d9634a72d.js" noModule=""></script></head><body class="antialiased"><div hidden=""><!--$--><!--/$--></div><div id="__loading">Loading…</div><header class="relative z-50 border-b border-border bg-card/50 backdrop-blur supports-[backdrop-filter]:bg-card/50"><div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"><div class="flex items-center justify-between h-16"><div class="flex items-center gap-3"><a href="https://claudeye.exosphere.host" target="_blank" rel="noopener noreferrer" class="flex items-center gap-3 hover:opacity-80 transition-opacity"><img alt="Exosphere Logo" width="28" height="28" decoding="async" data-nimg="1" class="flex-shrink-0" style="color:transparent" src="/exospheresmall.png"/><h1 class="text-lg font-semibold text-foreground leading-tight tracking-tight">Claudeye</h1></a><div class="w-px h-8 bg-border ml-2"></div><nav class="flex items-center h-16"><a class="relative flex items-center gap-1.5 px-3 h-full text-sm transition-colors text-muted-foreground hover:text-foreground" href="/"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-folder-open w-4 h-4" aria-hidden="true"><path d="m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2"></path></svg>Projects<span class="absolute inset-x-1 bottom-0 h-[2px] rounded-full transition-all bg-transparent group-hover:bg-muted"></span></a><a class="relative flex items-center gap-1.5 px-3 h-full text-sm transition-colors text-muted-foreground hover:text-foreground" href="/dashboard"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-layout-dashboard w-4 h-4" aria-hidden="true"><rect width="7" height="9" x="3" y="3" rx="1"></rect><rect width="7" height="5" x="14" y="3" rx="1"></rect><rect width="7" height="9" x="14" y="12" rx="1"></rect><rect width="7" height="5" x="3" y="16" rx="1"></rect></svg>Dashboard<span class="absolute inset-x-1 bottom-0 h-[2px] rounded-full transition-all bg-transparent group-hover:bg-muted"></span></a></nav></div><div class="flex items-center gap-1"><div class="inline-flex items-center rounded-lg border border-border bg-muted/50 p-0.5 gap-0.5"><button title="Refresh" class="inline-flex items-center justify-center rounded-md p-1.5 transition-colors text-muted-foreground hover:text-foreground hover:bg-muted"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-refresh-cw w-3.5 h-3.5" aria-hidden="true"><path d="M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8"></path><path d="M21 3v5h-5"></path><path d="M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16"></path><path d="M8 16H3v5"></path></svg></button><div class="w-px h-4 bg-border"></div><div class="inline-flex items-center gap-0.5" role="group" aria-label="Auto-refresh interval"><button aria-pressed="true" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors bg-background text-foreground shadow-sm">Off</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">5s</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">10s</button><button aria-pressed="false" class="px-2 py-1 text-[11px] font-medium rounded-md transition-colors text-muted-foreground hover:text-foreground hover:bg-muted">30s</button></div></div><div class="w-px h-6 bg-border mx-1"></div><div class="relative"><button class="justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none hover:bg-muted h-9 px-3 flex items-center gap-1.5 text-muted-foreground hover:text-foreground" aria-expanded="false" aria-haspopup="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-mail h-4 w-4" aria-hidden="true"><path d="m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7"></path><rect x="2" y="4" width="20" height="16" rx="2"></rect></svg><span class="hidden sm:inline text-xs">Reach Us</span><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down h-3 w-3 transition-transform" aria-hidden="true"><path d="m6 9 6 6 6-6"></path></svg></button></div><button class="inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none hover:bg-muted hover:text-muted-foreground h-10 w-10 relative" aria-label="Switch to light mode"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-sun h-[1.2rem] w-[1.2rem] transition-all rotate-90 scale-0" aria-hidden="true"><circle cx="12" cy="12" r="4"></circle><path d="M12 2v2"></path><path d="M12 20v2"></path><path d="m4.93 4.93 1.41 1.41"></path><path d="m17.66 17.66 1.41 1.41"></path><path d="M2 12h2"></path><path d="M20 12h2"></path><path d="m6.34 17.66-1.41 1.41"></path><path d="m19.07 4.93-1.41 1.41"></path></svg><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-moon absolute h-[1.2rem] w-[1.2rem] transition-all rotate-0 scale-100" aria-hidden="true"><path d="M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401"></path></svg></button><div class="relative"><button class="justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:opacity-50 disabled:pointer-events-none hover:bg-muted h-9 px-3 relative flex items-center gap-1.5 text-muted-foreground hover:text-foreground" aria-expanded="false" aria-haspopup="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-list-ordered h-4 w-4" aria-hidden="true"><path d="M11 5h10"></path><path d="M11 12h10"></path><path d="M11 19h10"></path><path d="M4 4h1v5"></path><path d="M4 9h2"></path><path d="M6.5 20H3.4c0-1 2.6-1.925 2.6-3.5a1.5 1.5 0 0 0-2.6-1.02"></path></svg></button></div></div></div></div></header><!--$--><div style="font-family:system-ui,&quot;Segoe UI&quot;,Roboto,Helvetica,Arial,sans-serif,&quot;Apple Color Emoji&quot;,&quot;Segoe UI Emoji&quot;;height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><!--/$--><div class="fixed bottom-4 right-4 z-50 flex flex-col gap-2"></div><script src="/_next/static/chunks/05525d53710bbee3.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[47613,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/3826bccba113385b.js\"],\"ThemeProvider\"]\n3:I[85881,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/3826bccba113385b.js\"],\"AutoRefreshProvider\"]\n4:I[63780,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/3826bccba113385b.js\"],\"Navbar\"]\n5:I[39756,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/2b423cf30d3964a3.js\"],\"default\"]\n6:I[8821,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/3826bccba113385b.js\",\"/_next/static/chunks/e4aca2c4ff14a715.js\"],\"default\"]\n7:I[37457,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/2b423cf30d3964a3.js\"],\"default\"]\n8:I[55574,[\"/_next/static/chunks/dbd7b157081058a6.js\",\"/_next/static/chunks/3826bccba113385b.js\"],\"Toaster\"]\ne:I[68027,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/2b423cf30d3964a3.js\"],\"default\"]\n:HL[\"/_next/static/chunks/0855754ca80d2f07.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"b\":\"UALK5GtGBmAYPFKKF1DCr\",\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",true],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0855754ca80d2f07.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/dbd7b157081058a6.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/3826bccba113385b.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n (function() {\\n try {\\n // Ensure we don't add duplicate classes\\n document.documentElement.classList.remove('light', 'dark');\\n \\n var theme = localStorage.getItem('theme');\\n if (theme \u0026\u0026 (theme === 'light' || theme === 'dark')) {\\n document.documentElement.classList.add(theme);\\n } else {\\n document.documentElement.classList.add('dark');\\n }\\n } catch (e) {\\n // Fallback to dark theme if there's any error\\n document.documentElement.classList.remove('light', 'dark');\\n document.documentElement.classList.add('dark');\\n }\\n })();\\n \"}}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"\\n #__loading {\\n position: fixed; inset: 0; z-index: 9999;\\n display: flex; align-items: center; justify-content: center;\\n background: var(--background, #031035);\\n color: var(--foreground, #f8fafc);\\n font-family: system-ui, sans-serif;\\n font-size: 1rem;\\n transition: opacity 0.15s;\\n }\\n body \u003e *:not(#__loading) { opacity: 0; }\\n \"}}]]}],[\"$\",\"body\",null,{\"className\":\"antialiased\",\"children\":[[\"$\",\"div\",null,{\"id\":\"__loading\",\"children\":\"Loading…\"}],[\"$\",\"$L2\",null,{\"children\":[[\"$\",\"$L3\",null,{\"children\":[[\"$\",\"$L4\",null,{}],[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$6\",\"errorStyles\":[],\"errorScripts\":[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/e4aca2c4ff14a715.js\",\"async\":true}]],\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":[[[\"$\",\"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.\"}]}]]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],[\"$\",\"$L8\",null,{}]]}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:style\",\"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)}}\"}}],\"$L9\",\"$La\"]}]}]],null,\"$Lb\"]}],{},null,false,false]},null,false,false]},[\"$Lc\",[],[]],false,false],\"$Ld\",false]],\"m\":\"$undefined\",\"G\":[\"$e\",\"$undefined\"],\"S\":true}\n"])</script><script>self.__next_f.push([1,"f:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/2b423cf30d3964a3.js\"],\"OutletBoundary\"]\n10:\"$Sreact.suspense\"\n12:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/2b423cf30d3964a3.js\"],\"ViewportBoundary\"]\n14:I[97367,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/2b423cf30d3964a3.js\"],\"MetadataBoundary\"]\n9:[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}]\na:[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]\nb:[\"$\",\"$Lf\",null,{\"children\":[\"$\",\"$10\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@11\"}]}]\nc:[\"$\",\"main\",\"l\",{\"className\":\"min-h-screen bg-background\",\"children\":[\"$\",\"div\",null,{\"className\":\"container mx-auto p-8\",\"children\":[\"$\",\"div\",null,{\"className\":\"bg-card text-card-foreground rounded-lg border border-border p-6 shadow-sm\",\"children\":[[\"$\",\"div\",null,{\"className\":\"h-8 w-32 bg-muted rounded animate-pulse mb-4\"}],[\"$\",\"div\",null,{\"className\":\"space-y-3\",\"children\":[[\"$\",\"div\",\"0\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"1\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"2\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"3\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"4\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"5\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"6\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}],[\"$\",\"div\",\"7\",{\"className\":\"h-12 bg-muted/50 rounded animate-pulse\"}]]}]]}]}]}]\nd:[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L12\",null,{\"children\":\"$L13\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L14\",null,{\"children\":[\"$\",\"$10\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L15\"}]}]}],null]}]\n"])</script><script>self.__next_f.push([1,"13:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"16:I[27201,[\"/_next/static/chunks/ff1a16fafef87110.js\",\"/_next/static/chunks/2b423cf30d3964a3.js\"],\"IconMark\"]\n11:null\n15:[[\"$\",\"title\",\"0\",{\"children\":\"Claude Monitor - Agent SDK Monitor by Exosphere\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"Tool to monitor Claude Agent SDK by exosphere.host\"}],[\"$\",\"link\",\"2\",{\"rel\":\"icon\",\"href\":\"/icon.png\"}],[\"$\",\"$L16\",\"3\",{}]]\n"])</script></body></html>
@@ -1,24 +1,24 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[47613,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/fd8c1fc19ac30592.js"],"ThemeProvider"]
3
- 3:I[85881,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/fd8c1fc19ac30592.js"],"AutoRefreshProvider"]
4
- 4:I[63780,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/fd8c1fc19ac30592.js"],"Navbar"]
5
- 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
6
- 6:I[8821,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/fd8c1fc19ac30592.js","/_next/static/chunks/e4aca2c4ff14a715.js"],"default"]
7
- 7:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
8
- 8:I[55574,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/fd8c1fc19ac30592.js"],"Toaster"]
9
- e:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
10
- :HL["/_next/static/chunks/98ef6309c816722d.css","style"]
11
- 0:{"P":null,"b":"J4fam3sTS7cM1hFzhpIJy","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/98ef6309c816722d.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/dbd7b157081058a6.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/fd8c1fc19ac30592.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n (function() {\n try {\n // Ensure we don't add duplicate classes\n document.documentElement.classList.remove('light', 'dark');\n \n var theme = localStorage.getItem('theme');\n if (theme && (theme === 'light' || theme === 'dark')) {\n document.documentElement.classList.add(theme);\n } else {\n document.documentElement.classList.add('dark');\n }\n } catch (e) {\n // Fallback to dark theme if there's any error\n document.documentElement.classList.remove('light', 'dark');\n document.documentElement.classList.add('dark');\n }\n })();\n "}}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":"\n #__loading {\n position: fixed; inset: 0; z-index: 9999;\n display: flex; align-items: center; justify-content: center;\n background: var(--background, #031035);\n color: var(--foreground, #f8fafc);\n font-family: system-ui, sans-serif;\n font-size: 1rem;\n transition: opacity 0.15s;\n }\n body > *:not(#__loading) { opacity: 0; }\n "}}]]}],["$","body",null,{"className":"antialiased","children":[["$","div",null,{"id":"__loading","children":"Loading…"}],["$","$L2",null,{"children":[["$","$L3",null,{"children":[["$","$L4",null,{}],["$","$L5",null,{"parallelRouterKey":"children","error":"$6","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/e4aca2c4ff14a715.js","async":true}]],"template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","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."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}],["$","$L8",null,{}]]}]]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:style","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)}}"}}],"$L9","$La"]}]}]],null,"$Lb"]}],{},null,false,false]},null,false,false]},["$Lc",[],[]],false,false],"$Ld",false]],"m":"$undefined","G":["$e","$undefined"],"S":true}
12
- f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
2
+ 2:I[47613,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/3826bccba113385b.js"],"ThemeProvider"]
3
+ 3:I[85881,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/3826bccba113385b.js"],"AutoRefreshProvider"]
4
+ 4:I[63780,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/3826bccba113385b.js"],"Navbar"]
5
+ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"default"]
6
+ 6:I[8821,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/3826bccba113385b.js","/_next/static/chunks/e4aca2c4ff14a715.js"],"default"]
7
+ 7:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"default"]
8
+ 8:I[55574,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/3826bccba113385b.js"],"Toaster"]
9
+ e:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"default"]
10
+ :HL["/_next/static/chunks/0855754ca80d2f07.css","style"]
11
+ 0:{"P":null,"b":"UALK5GtGBmAYPFKKF1DCr","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0855754ca80d2f07.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/dbd7b157081058a6.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/3826bccba113385b.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n (function() {\n try {\n // Ensure we don't add duplicate classes\n document.documentElement.classList.remove('light', 'dark');\n \n var theme = localStorage.getItem('theme');\n if (theme && (theme === 'light' || theme === 'dark')) {\n document.documentElement.classList.add(theme);\n } else {\n document.documentElement.classList.add('dark');\n }\n } catch (e) {\n // Fallback to dark theme if there's any error\n document.documentElement.classList.remove('light', 'dark');\n document.documentElement.classList.add('dark');\n }\n })();\n "}}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":"\n #__loading {\n position: fixed; inset: 0; z-index: 9999;\n display: flex; align-items: center; justify-content: center;\n background: var(--background, #031035);\n color: var(--foreground, #f8fafc);\n font-family: system-ui, sans-serif;\n font-size: 1rem;\n transition: opacity 0.15s;\n }\n body > *:not(#__loading) { opacity: 0; }\n "}}]]}],["$","body",null,{"className":"antialiased","children":[["$","div",null,{"id":"__loading","children":"Loading…"}],["$","$L2",null,{"children":[["$","$L3",null,{"children":[["$","$L4",null,{}],["$","$L5",null,{"parallelRouterKey":"children","error":"$6","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/e4aca2c4ff14a715.js","async":true}]],"template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","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."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}],["$","$L8",null,{}]]}]]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:style","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)}}"}}],"$L9","$La"]}]}]],null,"$Lb"]}],{},null,false,false]},null,false,false]},["$Lc",[],[]],false,false],"$Ld",false]],"m":"$undefined","G":["$e","$undefined"],"S":true}
12
+ f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"OutletBoundary"]
13
13
  10:"$Sreact.suspense"
14
- 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
15
- 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
14
+ 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"ViewportBoundary"]
15
+ 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"MetadataBoundary"]
16
16
  9:["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:children:props:children:1:props:style","children":404}]
17
17
  a:["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]
18
18
  b:["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]
19
19
  c:["$","main","l",{"className":"min-h-screen bg-background","children":["$","div",null,{"className":"container mx-auto p-8","children":["$","div",null,{"className":"bg-card text-card-foreground rounded-lg border border-border p-6 shadow-sm","children":[["$","div",null,{"className":"h-8 w-32 bg-muted rounded animate-pulse mb-4"}],["$","div",null,{"className":"space-y-3","children":[["$","div","0",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","1",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","2",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","3",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","4",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","5",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","6",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","7",{"className":"h-12 bg-muted/50 rounded animate-pulse"}]]}]]}]}]}]
20
20
  d:["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}]
21
21
  13:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
22
- 16:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
22
+ 16:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"IconMark"]
23
23
  11:null
24
24
  15:[["$","title","0",{"children":"Claude Monitor - Agent SDK Monitor by Exosphere"}],["$","meta","1",{"name":"description","content":"Tool to monitor Claude Agent SDK by exosphere.host"}],["$","link","2",{"rel":"icon","href":"/icon.png"}],["$","$L16","3",{}]]
@@ -1,24 +1,24 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[47613,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/fd8c1fc19ac30592.js"],"ThemeProvider"]
3
- 3:I[85881,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/fd8c1fc19ac30592.js"],"AutoRefreshProvider"]
4
- 4:I[63780,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/fd8c1fc19ac30592.js"],"Navbar"]
5
- 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
6
- 6:I[8821,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/fd8c1fc19ac30592.js","/_next/static/chunks/e4aca2c4ff14a715.js"],"default"]
7
- 7:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
8
- 8:I[55574,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/fd8c1fc19ac30592.js"],"Toaster"]
9
- e:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
10
- :HL["/_next/static/chunks/98ef6309c816722d.css","style"]
11
- 0:{"P":null,"b":"J4fam3sTS7cM1hFzhpIJy","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/98ef6309c816722d.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/dbd7b157081058a6.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/fd8c1fc19ac30592.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n (function() {\n try {\n // Ensure we don't add duplicate classes\n document.documentElement.classList.remove('light', 'dark');\n \n var theme = localStorage.getItem('theme');\n if (theme && (theme === 'light' || theme === 'dark')) {\n document.documentElement.classList.add(theme);\n } else {\n document.documentElement.classList.add('dark');\n }\n } catch (e) {\n // Fallback to dark theme if there's any error\n document.documentElement.classList.remove('light', 'dark');\n document.documentElement.classList.add('dark');\n }\n })();\n "}}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":"\n #__loading {\n position: fixed; inset: 0; z-index: 9999;\n display: flex; align-items: center; justify-content: center;\n background: var(--background, #031035);\n color: var(--foreground, #f8fafc);\n font-family: system-ui, sans-serif;\n font-size: 1rem;\n transition: opacity 0.15s;\n }\n body > *:not(#__loading) { opacity: 0; }\n "}}]]}],["$","body",null,{"className":"antialiased","children":[["$","div",null,{"id":"__loading","children":"Loading…"}],["$","$L2",null,{"children":[["$","$L3",null,{"children":[["$","$L4",null,{}],["$","$L5",null,{"parallelRouterKey":"children","error":"$6","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/e4aca2c4ff14a715.js","async":true}]],"template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","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."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}],["$","$L8",null,{}]]}]]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:style","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)}}"}}],"$L9","$La"]}]}]],null,"$Lb"]}],{},null,false,false]},null,false,false]},["$Lc",[],[]],false,false],"$Ld",false]],"m":"$undefined","G":["$e","$undefined"],"S":true}
12
- f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
2
+ 2:I[47613,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/3826bccba113385b.js"],"ThemeProvider"]
3
+ 3:I[85881,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/3826bccba113385b.js"],"AutoRefreshProvider"]
4
+ 4:I[63780,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/3826bccba113385b.js"],"Navbar"]
5
+ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"default"]
6
+ 6:I[8821,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/3826bccba113385b.js","/_next/static/chunks/e4aca2c4ff14a715.js"],"default"]
7
+ 7:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"default"]
8
+ 8:I[55574,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/3826bccba113385b.js"],"Toaster"]
9
+ e:I[68027,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"default"]
10
+ :HL["/_next/static/chunks/0855754ca80d2f07.css","style"]
11
+ 0:{"P":null,"b":"UALK5GtGBmAYPFKKF1DCr","c":["","_not-found"],"q":"","i":false,"f":[[["",{"children":["/_not-found",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",true],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0855754ca80d2f07.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/dbd7b157081058a6.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/3826bccba113385b.js","async":true,"nonce":"$undefined"}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n (function() {\n try {\n // Ensure we don't add duplicate classes\n document.documentElement.classList.remove('light', 'dark');\n \n var theme = localStorage.getItem('theme');\n if (theme && (theme === 'light' || theme === 'dark')) {\n document.documentElement.classList.add(theme);\n } else {\n document.documentElement.classList.add('dark');\n }\n } catch (e) {\n // Fallback to dark theme if there's any error\n document.documentElement.classList.remove('light', 'dark');\n document.documentElement.classList.add('dark');\n }\n })();\n "}}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":"\n #__loading {\n position: fixed; inset: 0; z-index: 9999;\n display: flex; align-items: center; justify-content: center;\n background: var(--background, #031035);\n color: var(--foreground, #f8fafc);\n font-family: system-ui, sans-serif;\n font-size: 1rem;\n transition: opacity 0.15s;\n }\n body > *:not(#__loading) { opacity: 0; }\n "}}]]}],["$","body",null,{"className":"antialiased","children":[["$","div",null,{"id":"__loading","children":"Loading…"}],["$","$L2",null,{"children":[["$","$L3",null,{"children":[["$","$L4",null,{}],["$","$L5",null,{"parallelRouterKey":"children","error":"$6","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/e4aca2c4ff14a715.js","async":true}]],"template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","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."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]]}],["$","$L8",null,{}]]}]]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L5",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:style","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)}}"}}],"$L9","$La"]}]}]],null,"$Lb"]}],{},null,false,false]},null,false,false]},["$Lc",[],[]],false,false],"$Ld",false]],"m":"$undefined","G":["$e","$undefined"],"S":true}
12
+ f:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"OutletBoundary"]
13
13
  10:"$Sreact.suspense"
14
- 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
15
- 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
14
+ 12:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"ViewportBoundary"]
15
+ 14:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"MetadataBoundary"]
16
16
  9:["$","h1",null,{"className":"next-error-h1","style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:children:props:children:1:props:style","children":404}]
17
17
  a:["$","div",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:children:props:children:2:props:style","children":["$","h2",null,{"style":"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:children:props:children:2:props:children:props:style","children":"This page could not be found."}]}]
18
18
  b:["$","$Lf",null,{"children":["$","$10",null,{"name":"Next.MetadataOutlet","children":"$@11"}]}]
19
19
  c:["$","main","l",{"className":"min-h-screen bg-background","children":["$","div",null,{"className":"container mx-auto p-8","children":["$","div",null,{"className":"bg-card text-card-foreground rounded-lg border border-border p-6 shadow-sm","children":[["$","div",null,{"className":"h-8 w-32 bg-muted rounded animate-pulse mb-4"}],["$","div",null,{"className":"space-y-3","children":[["$","div","0",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","1",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","2",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","3",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","4",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","5",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","6",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","7",{"className":"h-12 bg-muted/50 rounded animate-pulse"}]]}]]}]}]}]
20
20
  d:["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L12",null,{"children":"$L13"}],["$","div",null,{"hidden":true,"children":["$","$L14",null,{"children":["$","$10",null,{"name":"Next.Metadata","children":"$L15"}]}]}],null]}]
21
21
  13:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
22
- 16:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
22
+ 16:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"IconMark"]
23
23
  11:null
24
24
  15:[["$","title","0",{"children":"Claude Monitor - Agent SDK Monitor by Exosphere"}],["$","meta","1",{"name":"description","content":"Tool to monitor Claude Agent SDK by exosphere.host"}],["$","link","2",{"rel":"icon","href":"/icon.png"}],["$","$L16","3",{}]]
@@ -1,6 +1,6 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"ViewportBoundary"]
3
- 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"MetadataBoundary"]
2
+ 2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"ViewportBoundary"]
3
+ 3:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"MetadataBoundary"]
4
4
  4:"$Sreact.suspense"
5
- 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"IconMark"]
6
- 0:{"buildId":"J4fam3sTS7cM1hFzhpIJy","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Claude Monitor - Agent SDK Monitor by Exosphere"}],["$","meta","1",{"name":"description","content":"Tool to monitor Claude Agent SDK by exosphere.host"}],["$","link","2",{"rel":"icon","href":"/icon.png"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
5
+ 5:I[27201,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"IconMark"]
6
+ 0:{"buildId":"UALK5GtGBmAYPFKKF1DCr","rsc":["$","$1","h",{"children":[["$","meta",null,{"name":"robots","content":"noindex"}],["$","$L2",null,{"children":[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]}],["$","div",null,{"hidden":true,"children":["$","$L3",null,{"children":["$","$4",null,{"name":"Next.Metadata","children":[["$","title","0",{"children":"Claude Monitor - Agent SDK Monitor by Exosphere"}],["$","meta","1",{"name":"description","content":"Tool to monitor Claude Agent SDK by exosphere.host"}],["$","link","2",{"rel":"icon","href":"/icon.png"}],["$","$L5","3",{}]]}]}]}],null]}],"loading":null,"isPartial":false}
@@ -1,13 +1,13 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[47613,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/fd8c1fc19ac30592.js"],"ThemeProvider"]
3
- 3:I[85881,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/fd8c1fc19ac30592.js"],"AutoRefreshProvider"]
4
- 4:I[63780,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/fd8c1fc19ac30592.js"],"Navbar"]
5
- 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
6
- 6:I[8821,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/fd8c1fc19ac30592.js","/_next/static/chunks/e4aca2c4ff14a715.js"],"default"]
7
- 7:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
8
- 8:I[55574,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/fd8c1fc19ac30592.js"],"Toaster"]
9
- :HL["/_next/static/chunks/98ef6309c816722d.css","style"]
10
- 0:{"buildId":"J4fam3sTS7cM1hFzhpIJy","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/98ef6309c816722d.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/dbd7b157081058a6.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/fd8c1fc19ac30592.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n (function() {\n try {\n // Ensure we don't add duplicate classes\n document.documentElement.classList.remove('light', 'dark');\n \n var theme = localStorage.getItem('theme');\n if (theme && (theme === 'light' || theme === 'dark')) {\n document.documentElement.classList.add(theme);\n } else {\n document.documentElement.classList.add('dark');\n }\n } catch (e) {\n // Fallback to dark theme if there's any error\n document.documentElement.classList.remove('light', 'dark');\n document.documentElement.classList.add('dark');\n }\n })();\n "}}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":"\n #__loading {\n position: fixed; inset: 0; z-index: 9999;\n display: flex; align-items: center; justify-content: center;\n background: var(--background, #031035);\n color: var(--foreground, #f8fafc);\n font-family: system-ui, sans-serif;\n font-size: 1rem;\n transition: opacity 0.15s;\n }\n body > *:not(#__loading) { opacity: 0; }\n "}}]]}],["$","body",null,{"className":"antialiased","children":[["$","div",null,{"id":"__loading","children":"Loading…"}],["$","$L2",null,{"children":[["$","$L3",null,{"children":[["$","$L4",null,{}],["$","$L5",null,{"parallelRouterKey":"children","error":"$6","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/e4aca2c4ff14a715.js","async":true}]],"template":["$","$L7",null,{}],"notFound":[[["$","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."}]}]]}]}]],[]]}]]}],["$","$L8",null,{}]]}]]}]]}]]}],"loading":[["$","main","l",{"className":"min-h-screen bg-background","children":["$","div",null,{"className":"container mx-auto p-8","children":["$","div",null,{"className":"bg-card text-card-foreground rounded-lg border border-border p-6 shadow-sm","children":[["$","div",null,{"className":"h-8 w-32 bg-muted rounded animate-pulse mb-4"}],["$","div",null,{"className":"space-y-3","children":[["$","div","0",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","1",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","2",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],"$L9","$La","$Lb","$Lc","$Ld"]}]]}]}]}],[],[]],"isPartial":false}
2
+ 2:I[47613,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/3826bccba113385b.js"],"ThemeProvider"]
3
+ 3:I[85881,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/3826bccba113385b.js"],"AutoRefreshProvider"]
4
+ 4:I[63780,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/3826bccba113385b.js"],"Navbar"]
5
+ 5:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"default"]
6
+ 6:I[8821,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/3826bccba113385b.js","/_next/static/chunks/e4aca2c4ff14a715.js"],"default"]
7
+ 7:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"default"]
8
+ 8:I[55574,["/_next/static/chunks/dbd7b157081058a6.js","/_next/static/chunks/3826bccba113385b.js"],"Toaster"]
9
+ :HL["/_next/static/chunks/0855754ca80d2f07.css","style"]
10
+ 0:{"buildId":"UALK5GtGBmAYPFKKF1DCr","rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0855754ca80d2f07.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/dbd7b157081058a6.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/3826bccba113385b.js","async":true}]],["$","html",null,{"lang":"en","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n (function() {\n try {\n // Ensure we don't add duplicate classes\n document.documentElement.classList.remove('light', 'dark');\n \n var theme = localStorage.getItem('theme');\n if (theme && (theme === 'light' || theme === 'dark')) {\n document.documentElement.classList.add(theme);\n } else {\n document.documentElement.classList.add('dark');\n }\n } catch (e) {\n // Fallback to dark theme if there's any error\n document.documentElement.classList.remove('light', 'dark');\n document.documentElement.classList.add('dark');\n }\n })();\n "}}],["$","style",null,{"dangerouslySetInnerHTML":{"__html":"\n #__loading {\n position: fixed; inset: 0; z-index: 9999;\n display: flex; align-items: center; justify-content: center;\n background: var(--background, #031035);\n color: var(--foreground, #f8fafc);\n font-family: system-ui, sans-serif;\n font-size: 1rem;\n transition: opacity 0.15s;\n }\n body > *:not(#__loading) { opacity: 0; }\n "}}]]}],["$","body",null,{"className":"antialiased","children":[["$","div",null,{"id":"__loading","children":"Loading…"}],["$","$L2",null,{"children":[["$","$L3",null,{"children":[["$","$L4",null,{}],["$","$L5",null,{"parallelRouterKey":"children","error":"$6","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/e4aca2c4ff14a715.js","async":true}]],"template":["$","$L7",null,{}],"notFound":[[["$","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."}]}]]}]}]],[]]}]]}],["$","$L8",null,{}]]}]]}]]}]]}],"loading":[["$","main","l",{"className":"min-h-screen bg-background","children":["$","div",null,{"className":"container mx-auto p-8","children":["$","div",null,{"className":"bg-card text-card-foreground rounded-lg border border-border p-6 shadow-sm","children":[["$","div",null,{"className":"h-8 w-32 bg-muted rounded animate-pulse mb-4"}],["$","div",null,{"className":"space-y-3","children":[["$","div","0",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","1",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],["$","div","2",{"className":"h-12 bg-muted/50 rounded animate-pulse"}],"$L9","$La","$Lb","$Lc","$Ld"]}]]}]}]}],[],[]],"isPartial":false}
11
11
  9:["$","div","3",{"className":"h-12 bg-muted/50 rounded animate-pulse"}]
12
12
  a:["$","div","4",{"className":"h-12 bg-muted/50 rounded animate-pulse"}]
13
13
  b:["$","div","5",{"className":"h-12 bg-muted/50 rounded animate-pulse"}]
@@ -1,5 +1,5 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"OutletBoundary"]
2
+ 2:I[97367,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"OutletBoundary"]
3
3
  3:"$Sreact.suspense"
4
- 0:{"buildId":"J4fam3sTS7cM1hFzhpIJy","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
4
+ 0:{"buildId":"UALK5GtGBmAYPFKKF1DCr","rsc":["$","$1","c",{"children":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],null,["$","$L2",null,{"children":["$","$3",null,{"name":"Next.MetadataOutlet","children":"$@4"}]}]]}],"loading":null,"isPartial":false}
5
5
  4:null
@@ -1,4 +1,4 @@
1
1
  1:"$Sreact.fragment"
2
- 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
3
- 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/d2be314c3ece3fbe.js"],"default"]
4
- 0:{"buildId":"J4fam3sTS7cM1hFzhpIJy","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
2
+ 2:I[39756,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"default"]
3
+ 3:I[37457,["/_next/static/chunks/ff1a16fafef87110.js","/_next/static/chunks/2b423cf30d3964a3.js"],"default"]
4
+ 0:{"buildId":"UALK5GtGBmAYPFKKF1DCr","rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"loading":null,"isPartial":false}
@@ -1,2 +1,2 @@
1
- :HL["/_next/static/chunks/98ef6309c816722d.css","style"]
2
- 0:{"buildId":"J4fam3sTS7cM1hFzhpIJy","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
1
+ :HL["/_next/static/chunks/0855754ca80d2f07.css","style"]
2
+ 0:{"buildId":"UALK5GtGBmAYPFKKF1DCr","tree":{"name":"","paramType":null,"paramKey":"","hasRuntimePrefetch":false,"slots":{"children":{"name":"/_not-found","paramType":null,"paramKey":"/_not-found","hasRuntimePrefetch":false,"slots":{"children":{"name":"__PAGE__","paramType":null,"paramKey":"__PAGE__","hasRuntimePrefetch":false,"slots":null,"isRootLayout":false}},"isRootLayout":false}},"isRootLayout":true},"staleTime":300}
@@ -1,5 +1,5 @@
1
1
  var R=require("../../../chunks/[turbopack]_runtime.js")("server/app/api/completed-history/route.js")
2
- R.c("server/chunks/[root-of-the-server]__ffb39c82._.js")
2
+ R.c("server/chunks/[root-of-the-server]__939bf5b3._.js")
3
3
  R.c("server/chunks/_7cb7a702._.js")
4
4
  R.c("server/chunks/[root-of-the-server]__d7355d04._.js")
5
5
  R.c("server/chunks/node_modules_next_dist_10532d00._.js")
@@ -1,10 +1,10 @@
1
1
  var R=require("../../../chunks/[turbopack]_runtime.js")("server/app/api/queue-item/route.js")
2
- R.c("server/chunks/[root-of-the-server]__19c9c5af._.js")
2
+ R.c("server/chunks/[root-of-the-server]__e3e9ab09._.js")
3
3
  R.c("server/chunks/_6a9d92e6._.js")
4
4
  R.c("server/chunks/node_modules_next_dist_esm_build_templates_app-route_7a66d362.js")
5
+ R.c("server/chunks/[root-of-the-server]__d7355d04._.js")
5
6
  R.c("server/chunks/node_modules_next_dist_10532d00._.js")
6
7
  R.c("server/chunks/lib_eval-queue_ts_642b3543._.js")
7
- R.c("server/chunks/[root-of-the-server]__d7355d04._.js")
8
8
  R.c("server/chunks/_next-internal_server_app_api_queue-item_route_actions_cbc26b12.js")
9
9
  R.m(73814)
10
10
  module.exports=R.m(73814).exports
@@ -1,5 +1,5 @@
1
1
  var R=require("../../../chunks/[turbopack]_runtime.js")("server/app/api/queue-status/route.js")
2
- R.c("server/chunks/[root-of-the-server]__fe48bb1c._.js")
2
+ R.c("server/chunks/[root-of-the-server]__bd194a73._.js")
3
3
  R.c("server/chunks/_7cb7a702._.js")
4
4
  R.c("server/chunks/[root-of-the-server]__d7355d04._.js")
5
5
  R.c("server/chunks/node_modules_next_dist_10532d00._.js")
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "node": {
3
- "00b92d70c5159a892772213905bf859c8e9624ec59": {
3
+ "0096e454d9f2e9d76ae6147c581507abbabc99ae7b": {
4
4
  "workers": {
5
5
  "app/dashboard/[viewName]/page": {
6
6
  "moduleId": 20722,
@@ -15,7 +15,7 @@
15
15
  "exportedName": "logout",
16
16
  "filename": "app/actions/auth.ts"
17
17
  },
18
- "006720aa644740a106c09dff50603fc3ae825d1b39": {
18
+ "00aac0ffc152b7a9dca04377da0f566cd15e0d59f4": {
19
19
  "workers": {
20
20
  "app/dashboard/[viewName]/page": {
21
21
  "moduleId": 20722,
@@ -30,7 +30,7 @@
30
30
  "exportedName": "listDashboardViews",
31
31
  "filename": "app/actions/list-dashboard-views.ts"
32
32
  },
33
- "6030bb64bf4cc618d5c9de1712150a62c5e2c63257": {
33
+ "60cdc859715306baa0321ecca12bbd561d039efae2": {
34
34
  "workers": {
35
35
  "app/dashboard/[viewName]/page": {
36
36
  "moduleId": 20722,
@@ -45,7 +45,7 @@
45
45
  "exportedName": "computeDashboard",
46
46
  "filename": "app/actions/compute-dashboard.ts"
47
47
  },
48
- "40dc8337300d368ca13cf037f4f97feab3afed2751": {
48
+ "4060e4c6174a27e0b4391bafc3a5a9fdd39a61ace8": {
49
49
  "workers": {
50
50
  "app/dashboard/[viewName]/page": {
51
51
  "moduleId": 20722,