@claudeye/linux-arm64 1.0.7 → 1.0.9
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.
- package/assets/dist/hooks-api.d.ts +43 -0
- package/assets/dist/hooks-api.js +1 -0
- package/assets/dist/index.d.ts +2 -0
- package/assets/dist/index.js +1 -1
- package/assets/dist/loader.js +2 -2
- package/assets/standalone/.next/BUILD_ID +1 -1
- package/assets/standalone/.next/app-path-routes-manifest.json +2 -1
- package/assets/standalone/.next/build-manifest.json +8 -8
- package/assets/standalone/.next/prerender-manifest.json +27 -3
- package/assets/standalone/.next/routes-manifest.json +12 -6
- package/assets/standalone/.next/server/app/_global-error/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/_global-error/page/server-reference-manifest.json +14 -1
- package/assets/standalone/.next/server/app/_global-error/page.js +5 -5
- package/assets/standalone/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/_global-error.html +1 -1
- package/assets/standalone/.next/server/app/_global-error.rsc +7 -7
- package/assets/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +2 -2
- package/assets/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +7 -7
- package/assets/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +3 -3
- package/assets/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
- package/assets/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/assets/standalone/.next/server/app/_not-found/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/_not-found/page/server-reference-manifest.json +2 -2
- package/assets/standalone/.next/server/app/_not-found/page.js +6 -7
- package/assets/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/_not-found.html +2 -2
- package/assets/standalone/.next/server/app/_not-found.rsc +27 -30
- package/assets/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +27 -30
- package/assets/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/assets/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +12 -15
- package/assets/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/assets/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/assets/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/assets/standalone/.next/server/app/api/completed-history/route.js +2 -2
- package/assets/standalone/.next/server/app/api/download/[project]/[session]/route.js +1 -1
- package/assets/standalone/.next/server/app/api/queue-item/route.js +2 -2
- package/assets/standalone/.next/server/app/api/queue-status/route.js +2 -2
- package/assets/standalone/.next/server/app/dashboard/[viewName]/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/dashboard/[viewName]/page/server-reference-manifest.json +5 -5
- package/assets/standalone/.next/server/app/dashboard/[viewName]/page.js +8 -9
- package/assets/standalone/.next/server/app/dashboard/[viewName]/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/dashboard/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/dashboard/page/server-reference-manifest.json +5 -5
- package/assets/standalone/.next/server/app/dashboard/page.js +9 -10
- package/assets/standalone/.next/server/app/dashboard/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/index.html +1 -0
- package/assets/standalone/.next/server/app/index.meta +15 -0
- package/assets/standalone/.next/server/app/index.rsc +22 -0
- package/assets/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +6 -0
- package/assets/standalone/.next/server/app/index.segments/_full.segment.rsc +22 -0
- package/assets/standalone/.next/server/app/index.segments/_head.segment.rsc +6 -0
- package/assets/standalone/.next/server/app/index.segments/_index.segment.rsc +12 -0
- package/assets/standalone/.next/server/app/index.segments/_tree.segment.rsc +2 -0
- package/assets/standalone/.next/server/app/login/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/login/page/server-reference-manifest.json +3 -3
- package/assets/standalone/.next/server/app/login/page.js +6 -7
- package/assets/standalone/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/login.html +2 -2
- package/assets/standalone/.next/server/app/login.rsc +30 -34
- package/assets/standalone/.next/server/app/login.segments/_full.segment.rsc +30 -34
- package/assets/standalone/.next/server/app/login.segments/_head.segment.rsc +4 -4
- package/assets/standalone/.next/server/app/login.segments/_index.segment.rsc +12 -15
- package/assets/standalone/.next/server/app/login.segments/_tree.segment.rsc +2 -2
- package/assets/standalone/.next/server/app/login.segments/login/__PAGE__.segment.rsc +4 -4
- package/assets/standalone/.next/server/app/login.segments/login.segment.rsc +3 -3
- package/assets/standalone/.next/server/app/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/page/server-reference-manifest.json +2 -2
- package/assets/standalone/.next/server/app/page.js +7 -8
- package/assets/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/policies/page/app-paths-manifest.json +3 -0
- package/assets/standalone/.next/server/app/{hooks → policies}/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/{hooks → policies}/page/server-reference-manifest.json +36 -24
- package/assets/standalone/.next/server/app/{hooks → policies}/page.js +9 -10
- package/assets/standalone/.next/server/app/policies/page_client-reference-manifest.js +3 -0
- package/assets/standalone/.next/server/app/project/[name]/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/project/[name]/page/server-reference-manifest.json +2 -2
- package/assets/standalone/.next/server/app/project/[name]/page.js +7 -9
- package/assets/standalone/.next/server/app/project/[name]/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page/react-loadable-manifest.json +2 -2
- package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page/server-reference-manifest.json +10 -10
- package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page.js +8 -9
- package/assets/standalone/.next/server/app/project/[name]/session/[sessionId]/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app/projects/page/app-paths-manifest.json +3 -0
- package/assets/standalone/.next/server/app/projects/page/build-manifest.json +18 -0
- package/assets/standalone/.next/server/app/projects/page/next-font-manifest.json +6 -0
- package/assets/standalone/.next/server/app/projects/page/react-loadable-manifest.json +1 -0
- package/assets/standalone/.next/server/app/projects/page/server-reference-manifest.json +29 -0
- package/assets/standalone/.next/server/app/projects/page.js +18 -0
- package/assets/standalone/.next/server/app/projects/page_client-reference-manifest.js +3 -0
- package/assets/standalone/.next/server/app/queue/page/build-manifest.json +5 -5
- package/assets/standalone/.next/server/app/queue/page/server-reference-manifest.json +4 -4
- package/assets/standalone/.next/server/app/queue/page.js +8 -9
- package/assets/standalone/.next/server/app/queue/page_client-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/app-paths-manifest.json +2 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0-_qfa9._.js +1 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0.lwwrp._.js +3 -0
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__072w.g0._.js +1 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__08lgurx._.js +1 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0bps8pa._.js +1 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0f_5ws6._.js +1 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0g72weg._.js +1 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0ld-~9t._.js +1 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0ndqa7s._.js +8 -3
- package/assets/standalone/.next/server/chunks/{[root-of-the-server]__0wkrejt._.js → [root-of-the-server]__0rtkhr~._.js} +1 -1
- package/assets/standalone/.next/server/chunks/{[root-of-the-server]__031vvrp._.js → [root-of-the-server]__0tlbu6c._.js} +1 -1
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0vfmej5._.js +4 -0
- package/assets/standalone/.next/server/chunks/_04cgd3m._.js +11 -0
- package/assets/standalone/.next/server/chunks/_0aylu-q._.js +2 -2
- package/assets/standalone/.next/server/chunks/_0h9z2~x._.js +11 -0
- package/assets/standalone/.next/server/chunks/_0lq2_wn._.js +2 -2
- package/assets/standalone/.next/server/chunks/_0oqawqx._.js +2 -2
- package/assets/standalone/.next/server/chunks/_0vt409y._.js +2 -2
- package/assets/standalone/.next/server/chunks/lib_0a9kq7-._.js +11 -0
- package/assets/standalone/.next/server/chunks/lib_0b2.9p5._.js +11 -0
- package/assets/standalone/.next/server/chunks/lib_13x.g8a._.js +11 -0
- package/assets/standalone/.next/server/chunks/lib_eval-queue_ts_08t8vgq._.js +1 -1
- package/assets/standalone/.next/server/chunks/lib_eval-queue_ts_0h8e7f.._.js +1 -1
- package/assets/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0l15kkr.js +1 -1
- package/assets/standalone/.next/server/chunks/package_json_[json]_cjs_0z7w.hh._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-9w~bh._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-_oq51._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-om19y._.js +11 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-wbic0._.js +45 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__02l2rag._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__04qo1w2._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__09y6src._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__09y7ni.._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0bubgf_._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0f7wkrr._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/{[root-of-the-server]__0l897tw._.js → [root-of-the-server]__0iv48_z._.js} +2 -2
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0j7bj94._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0m0x9dt._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0oy2.6r._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0pw0g9c._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0rm4qtt._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0sn21jm._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0spfsp5._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0uz88bg._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0x7-awk._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0zva2n_._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__1370kzv._.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/_01fj_8s._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/_02_tcps._.js +32 -0
- package/assets/standalone/.next/server/chunks/ssr/_04.u7zx._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/_06383ya._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/_06nq9qk._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/_0i~.gk_._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/_0kfjwwu._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/_0km.fsf._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/_0rr.uoo._.js +3 -3
- package/assets/standalone/.next/server/chunks/ssr/_0x26hbi._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/{_0_ia8tm._.js → _0xg44oj._.js} +2 -2
- package/assets/standalone/.next/server/chunks/ssr/_11ou~_x._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/_1207ol.._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/app_04qfs8z._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/app_05evmdg._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/app_07izk21._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/app_0uosk1e._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/app_13f0ohr._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/app_actions_compute-dashboard_ts_13cb_9d._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/app_global-error_tsx_0m9qisk._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/app_global-error_tsx_0xerkr6._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/app_login_page_tsx_0z71ad3._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/app_policies_hooks-client_tsx_0q-m0y-._.js +8 -0
- package/assets/standalone/.next/server/chunks/ssr/{app_loading_tsx_05semg5._.js → app_projects_loading_tsx_13veom4._.js} +2 -2
- package/assets/standalone/.next/server/chunks/ssr/app_queue_queue-client_tsx_0c0olxv._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/node_modules_next_0rd0oc-._.js +2 -2
- package/assets/standalone/.next/server/chunks/ssr/node_modules_next_dist_0h9llsw._.js +2 -2
- package/assets/standalone/.next/server/chunks/ssr/node_modules_next_dist_0~3yv~8._.js +3 -0
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0s-cxl7.js → node_modules_next_dist_esm_build_templates_app-page_06pwt.d.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0j.ij4e.js → node_modules_next_dist_esm_build_templates_app-page_091vo_-.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0a_7sdg.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0blr8v-.js → node_modules_next_dist_esm_build_templates_app-page_0ef3uwk.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0_4obh1.js → node_modules_next_dist_esm_build_templates_app-page_0ft_6~o.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0rc3ul_.js → node_modules_next_dist_esm_build_templates_app-page_0j79~gv.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0za6ylf.js → node_modules_next_dist_esm_build_templates_app-page_0pbja1x.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0r6o0i2.js +4 -0
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_13mo15i.js → node_modules_next_dist_esm_build_templates_app-page_0w9nerp.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0xv8hin.js → node_modules_next_dist_esm_build_templates_app-page_11y81~_.js} +3 -3
- package/assets/standalone/.next/server/chunks/ssr/{node_modules_next_dist_esm_build_templates_app-page_0cmo95h.js → node_modules_next_dist_esm_build_templates_app-page_12or2kf.js} +3 -3
- package/assets/standalone/.next/server/middleware-build-manifest.js +8 -8
- package/assets/standalone/.next/server/pages/404.html +2 -2
- package/assets/standalone/.next/server/pages/500.html +1 -1
- package/assets/standalone/.next/server/server-reference-manifest.js +1 -1
- package/assets/standalone/.next/server/server-reference-manifest.json +82 -52
- package/assets/standalone/.next/static/chunks/0.llxyobdk9ao.js +1 -0
- package/assets/standalone/.next/static/chunks/{0lkh25hviflid.js → 013e6ucdn~oej.js} +1 -1
- package/assets/standalone/.next/static/chunks/01i5gpaes1u49.js +6 -0
- package/assets/standalone/.next/static/chunks/01q52wg_amm60.js +2 -0
- package/assets/standalone/.next/static/chunks/{053grpfc7gghs.js → 01z1mkd0jlg01.js} +1 -1
- package/assets/standalone/.next/static/chunks/041yg1qijsts_.js +1 -0
- package/assets/standalone/.next/static/chunks/0_s0luks5tay-.js +1 -0
- package/assets/standalone/.next/static/chunks/0c0j9cso1kkr_.css +1 -0
- package/assets/standalone/.next/static/chunks/0dji_r0j6sq~f.js +1 -0
- package/assets/standalone/.next/static/chunks/0eozapv72nxu9.js +1 -0
- package/assets/standalone/.next/static/chunks/0r-uj~~hfjn~d.js +4 -0
- package/assets/standalone/.next/static/chunks/0r33ook0mzjdp.js +3 -0
- package/assets/standalone/.next/static/chunks/0tdv9t00~jli0.js +1 -0
- package/assets/standalone/.next/static/chunks/0tyw4u3~2isbh.js +1 -0
- package/assets/standalone/.next/static/chunks/{0h4bq73pogmtb.js → 0u95dh6lcl7tm.js} +31 -1
- package/assets/standalone/.next/static/chunks/0yby34zxp~u9y.js +1 -0
- package/assets/standalone/.next/static/chunks/10qr1cqizt~sp.js +1 -0
- package/assets/standalone/.next/static/chunks/{04aem330ymbdp.js → 150i0n26fnvso.js} +1 -1
- package/assets/standalone/.next/static/chunks/15fklyav5py5m.js +1 -0
- package/assets/standalone/.next/static/chunks/16g-s3n9.r1ua.js +1 -0
- package/assets/standalone/.next/static/chunks/17.b3suj8zjjj.js +1 -0
- package/assets/standalone/.next/static/chunks/{turbopack-05k-ytyhplqy7.js → turbopack-0.w3uhj.ln7pt.js} +1 -1
- package/assets/standalone/README.md +119 -5
- package/assets/standalone/design-docs/custom-hooks.md +722 -0
- package/assets/standalone/design-docs/e2e-hook-testing.md +420 -0
- package/assets/standalone/package.json +4 -2
- package/assets/standalone/vitest.config.e2e.mts +21 -0
- package/bin/claudeye +0 -0
- package/package.json +1 -1
- package/assets/standalone/.next/server/app/hooks/page/app-paths-manifest.json +0 -3
- package/assets/standalone/.next/server/app/hooks/page_client-reference-manifest.js +0 -3
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0_03u6.._.js +0 -4
- package/assets/standalone/.next/server/chunks/[root-of-the-server]__0ynza7q._.js +0 -3
- package/assets/standalone/.next/server/chunks/_0fx1kj9._.js +0 -7
- package/assets/standalone/.next/server/chunks/_12qi01p._.js +0 -7
- package/assets/standalone/.next/server/chunks/lib_0it0qxy._.js +0 -7
- package/assets/standalone/.next/server/chunks/lib_0k3u5ri._.js +0 -7
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0-j~_e.._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__00fve8g._.js +0 -36
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__028-6zz._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__02x4-91._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__06tqxbp._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__08a4wva._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0a-4fjm._.js +0 -33
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0cnf9rp._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0dsucx_._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0e9ohz2._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0fltiz1._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ksoh6e._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0ni-as.._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0tsew7c._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0x5abxa._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0yi-883._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__0zn.1q2._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__10_wjge._.js +0 -4
- package/assets/standalone/.next/server/chunks/ssr/[root-of-the-server]__11xi38p._.js +0 -7
- package/assets/standalone/.next/server/chunks/ssr/_03l0_j6._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/_050qnuh._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/_0_~1-jh._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/_0ndt7tj._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/_0uig1kl._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/_0vc9nu-._.js +0 -32
- package/assets/standalone/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_0k77kol.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/app_hooks_hooks-client_tsx_0n~.yoz._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/node_modules_0gyjybr._.js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_06j6hww._.js +0 -33
- package/assets/standalone/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0lgvd_..js +0 -3
- package/assets/standalone/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0~flnue.js +0 -4
- package/assets/standalone/.next/static/chunks/0-06jeyuuf3mf.js +0 -1
- package/assets/standalone/.next/static/chunks/0.z9o1xk80npg.js +0 -2
- package/assets/standalone/.next/static/chunks/01xlw8hd842-c.js +0 -1
- package/assets/standalone/.next/static/chunks/09f624.buk6jr.js +0 -1
- package/assets/standalone/.next/static/chunks/0g5cvlv5.8drd.js +0 -3
- package/assets/standalone/.next/static/chunks/0g~w.4hiyi_1j.js +0 -1
- package/assets/standalone/.next/static/chunks/0il8_19l.4u-p.js +0 -1
- package/assets/standalone/.next/static/chunks/0j1-mgai_b50s.css +0 -1
- package/assets/standalone/.next/static/chunks/0ljjv.c03-d.y.js +0 -1
- package/assets/standalone/.next/static/chunks/0n6vo_gsuay4v.js +0 -4
- package/assets/standalone/.next/static/chunks/0nntcr2py4m14.js +0 -1
- package/assets/standalone/.next/static/chunks/0sp_gwqc7ka~z.js +0 -1
- package/assets/standalone/.next/static/chunks/0z0dljl8fz7.-.js +0 -1
- package/assets/standalone/.next/static/chunks/0z9fpf50h7mcq.js +0 -1
- package/assets/standalone/.next/static/chunks/115dplafwys-z.js +0 -31
- package/assets/standalone/.next/static/chunks/119bhqt_bddam.js +0 -1
- /package/assets/standalone/.next/server/app/{hooks → policies}/page/next-font-manifest.json +0 -0
- /package/assets/standalone/.next/server/app/{hooks → policies}/page/react-loadable-manifest.json +0 -0
- /package/assets/standalone/.next/static/{l1G516WtxNj1aLrIr5STH → T2uFRf42cIG4zxcRtc0qK}/_buildManifest.js +0 -0
- /package/assets/standalone/.next/static/{l1G516WtxNj1aLrIr5STH → T2uFRf42cIG4zxcRtc0qK}/_clientMiddlewareManifest.js +0 -0
- /package/assets/standalone/.next/static/{l1G516WtxNj1aLrIr5STH → T2uFRf42cIG4zxcRtc0qK}/_ssgManifest.js +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<!DOCTYPE html><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/
|
|
1
|
+
<!DOCTYPE html><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/0c0j9cso1kkr_.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/0tyw4u3~2isbh.js"/><script src="/_next/static/chunks/150i0n26fnvso.js" async=""></script><script src="/_next/static/chunks/07uz2g0_38qia.js" async=""></script><script src="/_next/static/chunks/0u95dh6lcl7tm.js" async=""></script><script src="/_next/static/chunks/01q52wg_amm60.js" async=""></script><script src="/_next/static/chunks/turbopack-0.w3uhj.ln7pt.js" async=""></script><script src="/_next/static/chunks/0wx~5navv~b2r.js" async=""></script><script src="/_next/static/chunks/0_879ixarc_93.js" async=""></script><script src="/_next/static/chunks/0r33ook0mzjdp.js" async=""></script><script src="/_next/static/chunks/15fklyav5py5m.js" async=""></script><script src="/_next/static/chunks/041yg1qijsts_.js" async=""></script><script src="/_next/static/chunks/0.llxyobdk9ao.js" async=""></script><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/03~yq9q893hmn.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><a class="relative flex items-center gap-1.5 px-3 h-full text-sm transition-colors text-muted-foreground hover:text-foreground" href="/hooks"><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-shield w-4 h-4" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path></svg>Hooks<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><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><main class="min-h-screen bg-background"><div class="container mx-auto p-8"><div class="bg-card text-card-foreground rounded-lg border border-border p-6 shadow-sm"><div class="h-8 w-32 bg-muted rounded animate-pulse mb-4"></div><div class="space-y-3"><div class="h-12 bg-muted/50 rounded animate-pulse"></div><div class="h-12 bg-muted/50 rounded animate-pulse"></div><div class="h-12 bg-muted/50 rounded animate-pulse"></div><div class="h-12 bg-muted/50 rounded animate-pulse"></div><div class="h-12 bg-muted/50 rounded animate-pulse"></div><div class="h-12 bg-muted/50 rounded animate-pulse"></div><div class="h-12 bg-muted/50 rounded animate-pulse"></div><div class="h-12 bg-muted/50 rounded animate-pulse"></div></div></div></div></main><!--/$--><div class="fixed bottom-4 right-4 z-50 flex flex-col gap-2"></div><script src="/_next/static/chunks/115dplafwys-z.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:I[39756,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0g5cvlv5.8drd.js\"],\"LoadingBoundaryProvider\"]\n2:\"$Sreact.fragment\"\n3:I[12344,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0g5cvlv5.8drd.js\"],\"PostHogProvider\"]\n4:I[47613,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0g5cvlv5.8drd.js\"],\"ThemeProvider\"]\n5:I[85881,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0g5cvlv5.8drd.js\"],\"AutoRefreshProvider\"]\n6:I[63780,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0g5cvlv5.8drd.js\"],\"Navbar\"]\n7:I[39756,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0g5cvlv5.8drd.js\"],\"default\"]\n8:I[8821,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0g5cvlv5.8drd.js\",\"/_next/static/chunks/0-06jeyuuf3mf.js\"],\"default\"]\n9:I[37457,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0g5cvlv5.8drd.js\"],\"default\"]\n11:I[68027,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0g5cvlv5.8drd.js\"],\"default\",1]\n:HL[\"/_next/static/chunks/0j1-mgai_b50s.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"login\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"login\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",20],[[\"$\",\"$L1\",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\"}],[\"$\",\"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\"}]]}]]}]}]}],[],[]],\"children\":[\"$\",\"$2\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0j1-mgai_b50s.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0wx~5navv~b2r.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0_879ixarc_93.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0g5cvlv5.8drd.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…\"}],[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[[\"$\",\"$L5\",null,{\"children\":[[\"$\",\"$L6\",null,{}],[\"$\",\"$L7\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$8\",\"errorStyles\":[],\"errorScripts\":[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0-06jeyuuf3mf.js\",\"async\":true}]],\"template\":[\"$\",\"$L9\",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)}}\"}}],\"$La\",\"$Lb\"]}]}]],[]],\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],\"$Lc\"]}]}]]}]]}]]}]}],{\"children\":[\"$Ld\",{\"children\":[\"$Le\",{},null,false,null]},null,false,\"$@f\"]},null,false,null],\"$L10\",false]],\"m\":\"$undefined\",\"G\":[\"$11\",[\"$L12\"]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"l1G516WtxNj1aLrIr5STH\"}\n"])</script><script>self.__next_f.push([1,"13:I[55574,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0g5cvlv5.8drd.js\"],\"Toaster\"]\n14:I[47257,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0g5cvlv5.8drd.js\"],\"ClientPageRoot\"]\n15:I[89954,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0g5cvlv5.8drd.js\",\"/_next/static/chunks/0sp_gwqc7ka~z.js\"],\"default\"]\n18:I[97367,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0g5cvlv5.8drd.js\"],\"OutletBoundary\"]\n19:\"$Sreact.suspense\"\n1c:I[97367,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0g5cvlv5.8drd.js\"],\"ViewportBoundary\"]\n1e:I[97367,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0g5cvlv5.8drd.js\"],\"MetadataBoundary\"]\na:[\"$\",\"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}]\nb:[\"$\",\"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.\"}]}]\nc:[\"$\",\"$L13\",null,{}]\nd:[\"$\",\"$2\",\"c\",{\"children\":[null,[\"$\",\"$L7\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}]\ne:[\"$\",\"$2\",\"c\",{\"children\":[[\"$\",\"$L14\",null,{\"Component\":\"$15\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@16\",\"$@17\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0sp_gwqc7ka~z.js\",\"async\":true,\"nonce\":\"$undefined\"}]],[\"$\",\"$L18\",null,{\"children\":[\"$\",\"$19\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@1a\"}]}]]}]\n1b:[]\nf:\"$W1b\"\n10:[\"$\",\"$2\",\"h\",{\"children\":[null,[\"$\",\"$L1c\",null,{\"children\":\"$L1d\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L1e\",null,{\"children\":[\"$\",\"$19\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L1f\"}]}]}],null]}]\n12:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0j1-mgai_b50s.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n"])</script><script>self.__next_f.push([1,"16:{}\n17:\"$e:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"1d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"20:I[27201,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0g5cvlv5.8drd.js\"],\"IconMark\"]\n1a:null\n1f:[[\"$\",\"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\"}],[\"$\",\"$L20\",\"3\",{}]]\n"])</script></body></html>
|
|
30
|
+
</style><script src="/_next/static/chunks/03~yq9q893hmn.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="/policies"><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-shield w-4 h-4" aria-hidden="true"><path d="M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z"></path></svg>Policies<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="/projects"><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><!--$!--><template data-dgst="BAILOUT_TO_CLIENT_SIDE_RENDERING"></template><!--/$--><!--$--><!--/$--><div class="fixed bottom-4 right-4 z-50 flex flex-col gap-2"></div><script src="/_next/static/chunks/0tyw4u3~2isbh.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[12344,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0r33ook0mzjdp.js\"],\"PostHogProvider\"]\n3:I[97917,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0r33ook0mzjdp.js\"],\"GlobalErrorListeners\"]\n4:I[47613,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0r33ook0mzjdp.js\"],\"ThemeProvider\"]\n5:I[85881,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0r33ook0mzjdp.js\"],\"AutoRefreshProvider\"]\n6:I[63780,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0r33ook0mzjdp.js\"],\"Navbar\"]\n7:I[39756,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0r33ook0mzjdp.js\"],\"default\"]\n8:I[8821,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0r33ook0mzjdp.js\",\"/_next/static/chunks/15fklyav5py5m.js\"],\"default\"]\n9:I[37457,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0r33ook0mzjdp.js\"],\"default\"]\na:I[55574,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0r33ook0mzjdp.js\"],\"Toaster\"]\nb:I[47257,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0r33ook0mzjdp.js\"],\"ClientPageRoot\"]\nc:I[89954,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0r33ook0mzjdp.js\",\"/_next/static/chunks/041yg1qijsts_.js\"],\"default\"]\n12:I[53348,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0r33ook0mzjdp.js\",\"/_next/static/chunks/0.llxyobdk9ao.js\"],\"default\"]\n:HL[\"/_next/static/chunks/0c0j9cso1kkr_.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"login\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"login\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0c0j9cso1kkr_.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/0wx~5navv~b2r.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-1\",{\"src\":\"/_next/static/chunks/0_879ixarc_93.js\",\"async\":true,\"nonce\":\"$undefined\"}],[\"$\",\"script\",\"script-2\",{\"src\":\"/_next/static/chunks/0r33ook0mzjdp.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,{}],[\"$\",\"$L4\",null,{\"children\":[[\"$\",\"$L5\",null,{\"children\":[[\"$\",\"$L6\",null,{\"disabledPages\":[]}],[\"$\",\"$L7\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$8\",\"errorStyles\":[],\"errorScripts\":[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/15fklyav5py5m.js\",\"async\":true}]],\"template\":[\"$\",\"$L9\",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\"}]]}],[\"$\",\"$La\",null,{}]]}]]}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L7\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L9\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"$Lb\",null,{\"Component\":\"$c\",\"serverProvidedParams\":{\"searchParams\":{},\"params\":{},\"promises\":[\"$@d\",\"$@e\"]}}],[[\"$\",\"script\",\"script-0\",{\"src\":\"/_next/static/chunks/041yg1qijsts_.js\",\"async\":true,\"nonce\":\"$undefined\"}]],\"$Lf\"]}],{},null,false,null]},null,false,\"$@10\"]},null,false,null],\"$L11\",false]],\"m\":\"$undefined\",\"G\":[\"$12\",[\"$L13\"]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"T2uFRf42cIG4zxcRtc0qK\"}\n"])</script><script>self.__next_f.push([1,"14:I[97367,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0r33ook0mzjdp.js\"],\"OutletBoundary\"]\n15:\"$Sreact.suspense\"\n18:I[97367,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0r33ook0mzjdp.js\"],\"ViewportBoundary\"]\n1a:I[97367,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0r33ook0mzjdp.js\"],\"MetadataBoundary\"]\nf:[\"$\",\"$L14\",null,{\"children\":[\"$\",\"$15\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@16\"}]}]\n17:[]\n10:\"$W17\"\n11:[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L18\",null,{\"children\":\"$L19\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L1a\",null,{\"children\":[\"$\",\"$15\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L1b\"}]}]}],null]}]\n13:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0c0j9cso1kkr_.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\nd:{}\ne:\"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params\"\n"])</script><script>self.__next_f.push([1,"19:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"1c:I[27201,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0r33ook0mzjdp.js\"],\"IconMark\"]\n16:null\n1b:[[\"$\",\"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\"}],[\"$\",\"$L1c\",\"3\",{}]]\n"])</script></body></html>
|
|
@@ -1,34 +1,30 @@
|
|
|
1
|
-
1:
|
|
2
|
-
2:"
|
|
3
|
-
3:I[
|
|
4
|
-
4:I[47613,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
5
|
-
5:I[85881,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
6
|
-
6:I[63780,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
7
|
-
7:I[39756,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
8
|
-
8:I[8821,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
9
|
-
9:I[37457,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
10
|
-
|
|
11
|
-
:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
16:
|
|
30
|
-
|
|
31
|
-
1d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
32
|
-
20:I[27201,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"IconMark"]
|
|
33
|
-
1a:null
|
|
34
|
-
1f:[["$","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"}],["$","$L20","3",{}]]
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[12344,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"PostHogProvider"]
|
|
3
|
+
3:I[97917,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"GlobalErrorListeners"]
|
|
4
|
+
4:I[47613,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"ThemeProvider"]
|
|
5
|
+
5:I[85881,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"AutoRefreshProvider"]
|
|
6
|
+
6:I[63780,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"Navbar"]
|
|
7
|
+
7:I[39756,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"default"]
|
|
8
|
+
8:I[8821,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js","/_next/static/chunks/15fklyav5py5m.js"],"default"]
|
|
9
|
+
9:I[37457,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"default"]
|
|
10
|
+
a:I[55574,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"Toaster"]
|
|
11
|
+
b:I[47257,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"ClientPageRoot"]
|
|
12
|
+
c:I[89954,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js","/_next/static/chunks/041yg1qijsts_.js"],"default"]
|
|
13
|
+
12:I[53348,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js","/_next/static/chunks/0.llxyobdk9ao.js"],"default"]
|
|
14
|
+
:HL["/_next/static/chunks/0c0j9cso1kkr_.css","style"]
|
|
15
|
+
0:{"P":null,"c":["","login"],"q":"","i":false,"f":[[["",{"children":["login",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0c0j9cso1kkr_.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0wx~5navv~b2r.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0_879ixarc_93.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0r33ook0mzjdp.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,{}],["$","$L4",null,{"children":[["$","$L5",null,{"children":[["$","$L6",null,{"disabledPages":[]}],["$","$L7",null,{"parallelRouterKey":"children","error":"$8","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/15fklyav5py5m.js","async":true}]],"template":["$","$L9",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"}]]}],["$","$La",null,{}]]}]]}]]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L7",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/041yg1qijsts_.js","async":true,"nonce":"$undefined"}]],"$Lf"]}],{},null,false,null]},null,false,"$@10"]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"T2uFRf42cIG4zxcRtc0qK"}
|
|
16
|
+
14:I[97367,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"OutletBoundary"]
|
|
17
|
+
15:"$Sreact.suspense"
|
|
18
|
+
18:I[97367,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"ViewportBoundary"]
|
|
19
|
+
1a:I[97367,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"MetadataBoundary"]
|
|
20
|
+
f:["$","$L14",null,{"children":["$","$15",null,{"name":"Next.MetadataOutlet","children":"$@16"}]}]
|
|
21
|
+
17:[]
|
|
22
|
+
10:"$W17"
|
|
23
|
+
11:["$","$1","h",{"children":[null,["$","$L18",null,{"children":"$L19"}],["$","div",null,{"hidden":true,"children":["$","$L1a",null,{"children":["$","$15",null,{"name":"Next.Metadata","children":"$L1b"}]}]}],null]}]
|
|
24
|
+
13:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0c0j9cso1kkr_.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
|
|
25
|
+
d:{}
|
|
26
|
+
e:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
27
|
+
19:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
28
|
+
1c:I[27201,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"IconMark"]
|
|
29
|
+
16:null
|
|
30
|
+
1b:[["$","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"}],["$","$L1c","3",{}]]
|
|
@@ -1,34 +1,30 @@
|
|
|
1
|
-
1:
|
|
2
|
-
2:"
|
|
3
|
-
3:I[
|
|
4
|
-
4:I[47613,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
5
|
-
5:I[85881,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
6
|
-
6:I[63780,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
7
|
-
7:I[39756,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
8
|
-
8:I[8821,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
9
|
-
9:I[37457,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
10
|
-
|
|
11
|
-
:
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
16:
|
|
30
|
-
|
|
31
|
-
1d:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
32
|
-
20:I[27201,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0g5cvlv5.8drd.js"],"IconMark"]
|
|
33
|
-
1a:null
|
|
34
|
-
1f:[["$","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"}],["$","$L20","3",{}]]
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[12344,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"PostHogProvider"]
|
|
3
|
+
3:I[97917,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"GlobalErrorListeners"]
|
|
4
|
+
4:I[47613,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"ThemeProvider"]
|
|
5
|
+
5:I[85881,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"AutoRefreshProvider"]
|
|
6
|
+
6:I[63780,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"Navbar"]
|
|
7
|
+
7:I[39756,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"default"]
|
|
8
|
+
8:I[8821,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js","/_next/static/chunks/15fklyav5py5m.js"],"default"]
|
|
9
|
+
9:I[37457,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"default"]
|
|
10
|
+
a:I[55574,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"Toaster"]
|
|
11
|
+
b:I[47257,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"ClientPageRoot"]
|
|
12
|
+
c:I[89954,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js","/_next/static/chunks/041yg1qijsts_.js"],"default"]
|
|
13
|
+
12:I[53348,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js","/_next/static/chunks/0.llxyobdk9ao.js"],"default"]
|
|
14
|
+
:HL["/_next/static/chunks/0c0j9cso1kkr_.css","style"]
|
|
15
|
+
0:{"P":null,"c":["","login"],"q":"","i":false,"f":[[["",{"children":["login",{"children":["__PAGE__",{}]}]},"$undefined","$undefined",16],[["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0c0j9cso1kkr_.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}],["$","script","script-0",{"src":"/_next/static/chunks/0wx~5navv~b2r.js","async":true,"nonce":"$undefined"}],["$","script","script-1",{"src":"/_next/static/chunks/0_879ixarc_93.js","async":true,"nonce":"$undefined"}],["$","script","script-2",{"src":"/_next/static/chunks/0r33ook0mzjdp.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,{}],["$","$L4",null,{"children":[["$","$L5",null,{"children":[["$","$L6",null,{"disabledPages":[]}],["$","$L7",null,{"parallelRouterKey":"children","error":"$8","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/15fklyav5py5m.js","async":true}]],"template":["$","$L9",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"}]]}],["$","$La",null,{}]]}]]}]]}]]}]]}],{"children":[["$","$1","c",{"children":[null,["$","$L7",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L9",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":"$undefined","forbidden":"$undefined","unauthorized":"$undefined"}]]}],{"children":[["$","$1","c",{"children":[["$","$Lb",null,{"Component":"$c","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@d","$@e"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/041yg1qijsts_.js","async":true,"nonce":"$undefined"}]],"$Lf"]}],{},null,false,null]},null,false,"$@10"]},null,false,null],"$L11",false]],"m":"$undefined","G":["$12",["$L13"]],"S":true,"h":null,"s":"$undefined","l":"$undefined","p":"$undefined","d":"$undefined","b":"T2uFRf42cIG4zxcRtc0qK"}
|
|
16
|
+
14:I[97367,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"OutletBoundary"]
|
|
17
|
+
15:"$Sreact.suspense"
|
|
18
|
+
18:I[97367,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"ViewportBoundary"]
|
|
19
|
+
1a:I[97367,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"MetadataBoundary"]
|
|
20
|
+
f:["$","$L14",null,{"children":["$","$15",null,{"name":"Next.MetadataOutlet","children":"$@16"}]}]
|
|
21
|
+
17:[]
|
|
22
|
+
10:"$W17"
|
|
23
|
+
11:["$","$1","h",{"children":[null,["$","$L18",null,{"children":"$L19"}],["$","div",null,{"hidden":true,"children":["$","$L1a",null,{"children":["$","$15",null,{"name":"Next.Metadata","children":"$L1b"}]}]}],null]}]
|
|
24
|
+
13:["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0c0j9cso1kkr_.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]
|
|
25
|
+
d:{}
|
|
26
|
+
e:"$0:f:0:1:1:children:1:children:0:props:children:0:props:serverProvidedParams:params"
|
|
27
|
+
19:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
|
|
28
|
+
1c:I[27201,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"IconMark"]
|
|
29
|
+
16:null
|
|
30
|
+
1b:[["$","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"}],["$","$L1c","3",{}]]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[97367,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
3
|
-
3:I[97367,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
2
|
+
2:I[97367,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"ViewportBoundary"]
|
|
3
|
+
3:I[97367,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"MetadataBoundary"]
|
|
4
4
|
4:"$Sreact.suspense"
|
|
5
|
-
5:I[27201,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
6
|
-
0:{"rsc":["$","$1","h",{"children":[null,["$","$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]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"
|
|
5
|
+
5:I[27201,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"IconMark"]
|
|
6
|
+
0:{"rsc":["$","$1","h",{"children":[null,["$","$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]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"T2uFRf42cIG4zxcRtc0qK"}
|
|
@@ -1,15 +1,12 @@
|
|
|
1
|
-
1:
|
|
2
|
-
2:"
|
|
3
|
-
3:I[
|
|
4
|
-
4:I[47613,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
5
|
-
5:I[85881,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
6
|
-
6:I[63780,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
7
|
-
7:I[39756,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
8
|
-
8:I[8821,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
9
|
-
9:I[37457,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
10
|
-
|
|
11
|
-
:HL["/_next/static/chunks/
|
|
12
|
-
0:{"rsc":["$","$
|
|
13
|
-
a:["$","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}]
|
|
14
|
-
b:["$","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."}]}]
|
|
15
|
-
c:["$","$Ld",null,{}]
|
|
1
|
+
1:"$Sreact.fragment"
|
|
2
|
+
2:I[12344,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"PostHogProvider"]
|
|
3
|
+
3:I[97917,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"GlobalErrorListeners"]
|
|
4
|
+
4:I[47613,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"ThemeProvider"]
|
|
5
|
+
5:I[85881,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"AutoRefreshProvider"]
|
|
6
|
+
6:I[63780,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"Navbar"]
|
|
7
|
+
7:I[39756,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"default"]
|
|
8
|
+
8:I[8821,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js","/_next/static/chunks/15fklyav5py5m.js"],"default"]
|
|
9
|
+
9:I[37457,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"default"]
|
|
10
|
+
a:I[55574,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"Toaster"]
|
|
11
|
+
:HL["/_next/static/chunks/0c0j9cso1kkr_.css","style"]
|
|
12
|
+
0:{"rsc":["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/chunks/0c0j9cso1kkr_.css","precedence":"next"}],["$","script","script-0",{"src":"/_next/static/chunks/0wx~5navv~b2r.js","async":true}],["$","script","script-1",{"src":"/_next/static/chunks/0_879ixarc_93.js","async":true}],["$","script","script-2",{"src":"/_next/static/chunks/0r33ook0mzjdp.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,{}],["$","$L4",null,{"children":[["$","$L5",null,{"children":[["$","$L6",null,{"disabledPages":[]}],["$","$L7",null,{"parallelRouterKey":"children","error":"$8","errorStyles":[],"errorScripts":[["$","script","script-0",{"src":"/_next/static/chunks/15fklyav5py5m.js","async":true}]],"template":["$","$L9",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."}]}]]}]}]],[]]}]]}],["$","$La",null,{}]]}]]}]]}]]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"T2uFRf42cIG4zxcRtc0qK"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
:HL["/_next/static/chunks/
|
|
2
|
-
0:{"tree":{"name":"","param":null,"prefetchHints":
|
|
1
|
+
:HL["/_next/static/chunks/0c0j9cso1kkr_.css","style"]
|
|
2
|
+
0:{"tree":{"name":"","param":null,"prefetchHints":16,"slots":{"children":{"name":"login","param":null,"prefetchHints":0,"slots":{"children":{"name":"__PAGE__","param":null,"prefetchHints":0,"slots":null}}}}},"staleTime":300,"buildId":"T2uFRf42cIG4zxcRtc0qK"}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[47257,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
3
|
-
3:I[89954,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
4
|
-
6:I[97367,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
2
|
+
2:I[47257,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"ClientPageRoot"]
|
|
3
|
+
3:I[89954,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js","/_next/static/chunks/041yg1qijsts_.js"],"default"]
|
|
4
|
+
6:I[97367,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"OutletBoundary"]
|
|
5
5
|
7:"$Sreact.suspense"
|
|
6
|
-
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/
|
|
6
|
+
0:{"rsc":["$","$1","c",{"children":[["$","$L2",null,{"Component":"$3","serverProvidedParams":{"searchParams":{},"params":{},"promises":["$@4","$@5"]}}],[["$","script","script-0",{"src":"/_next/static/chunks/041yg1qijsts_.js","async":true}]],["$","$L6",null,{"children":["$","$7",null,{"name":"Next.MetadataOutlet","children":"$@8"}]}]]}],"isPartial":false,"staleTime":300,"varyParams":null,"buildId":"T2uFRf42cIG4zxcRtc0qK"}
|
|
7
7
|
4:{}
|
|
8
8
|
5:"$0:rsc:props:children:0:props:serverProvidedParams:params"
|
|
9
9
|
8:null
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
1:"$Sreact.fragment"
|
|
2
|
-
2:I[39756,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
3
|
-
3:I[37457,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/
|
|
2
|
+
2:I[39756,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"default"]
|
|
3
|
+
3:I[37457,["/_next/static/chunks/0wx~5navv~b2r.js","/_next/static/chunks/0_879ixarc_93.js","/_next/static/chunks/0r33ook0mzjdp.js"],"default"]
|
|
4
4
|
4:[]
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"
|
|
5
|
+
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"T2uFRf42cIG4zxcRtc0qK"}
|
|
@@ -6,12 +6,12 @@
|
|
|
6
6
|
],
|
|
7
7
|
"lowPriorityFiles": [],
|
|
8
8
|
"rootMainFiles": [
|
|
9
|
-
"static/chunks/
|
|
10
|
-
"static/chunks/
|
|
11
|
-
"static/chunks/0h4bq73pogmtb.js",
|
|
12
|
-
"static/chunks/0.z9o1xk80npg.js",
|
|
9
|
+
"static/chunks/0tyw4u3~2isbh.js",
|
|
10
|
+
"static/chunks/150i0n26fnvso.js",
|
|
13
11
|
"static/chunks/07uz2g0_38qia.js",
|
|
14
|
-
"static/chunks/
|
|
12
|
+
"static/chunks/0u95dh6lcl7tm.js",
|
|
13
|
+
"static/chunks/01q52wg_amm60.js",
|
|
14
|
+
"static/chunks/turbopack-0.w3uhj.ln7pt.js"
|
|
15
15
|
],
|
|
16
16
|
"pages": {},
|
|
17
17
|
"ampFirstPages": []
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"node": {
|
|
3
|
-
"
|
|
3
|
+
"0083a359745c64ab349d8a8718e7b884b057921f57": {
|
|
4
4
|
"workers": {
|
|
5
5
|
"app/page": {
|
|
6
6
|
"moduleId": 77461,
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"exportedName": "getTelemetryConfig",
|
|
13
13
|
"filename": "app/actions/get-telemetry-config.ts"
|
|
14
14
|
},
|
|
15
|
-
"
|
|
15
|
+
"00f8db623cce8cbb65413709ca6a47fb7ef4d4608d": {
|
|
16
16
|
"workers": {
|
|
17
17
|
"app/page": {
|
|
18
18
|
"moduleId": 77461,
|