@claudeye/linux-arm64 1.0.7 → 1.0.8
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-_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]__07ifmkx._.js +3 -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]__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]__0sq7snp._.js +3 -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/_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/_0kfjwwu._.js +1 -1
- package/assets/standalone/.next/server/chunks/ssr/_0km.fsf._.js +3 -0
- 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/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_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.~t6_2r7n04x.js +4 -0
- package/assets/standalone/.next/static/chunks/01q52wg_amm60.js +2 -0
- package/assets/standalone/.next/static/chunks/07tkt19hty~w~.js +1 -0
- package/assets/standalone/.next/static/chunks/08eqdulekk8l-.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/0h2.~bz5i.4.g.js +1 -0
- package/assets/standalone/.next/static/chunks/0l8ej7oju~.oy.js +1 -0
- package/assets/standalone/.next/static/chunks/{053grpfc7gghs.js → 0nc3no0r1i66_.js} +1 -1
- package/assets/standalone/.next/static/chunks/0tp7ck~nhe8-g.js +3 -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/0y8d5uz5f1m~..js +6 -0
- package/assets/standalone/.next/static/chunks/10qr1cqizt~sp.js +1 -0
- package/assets/standalone/.next/static/chunks/{0lkh25hviflid.js → 11nnvwnj7e__0.js} +1 -1
- package/assets/standalone/.next/static/chunks/14trwlfhtz63l.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/162jxog7oodad.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 → 5FBEWHgw7h8OR_JoJzccY}/_buildManifest.js +0 -0
- /package/assets/standalone/.next/static/{l1G516WtxNj1aLrIr5STH → 5FBEWHgw7h8OR_JoJzccY}/_clientMiddlewareManifest.js +0 -0
- /package/assets/standalone/.next/static/{l1G516WtxNj1aLrIr5STH → 5FBEWHgw7h8OR_JoJzccY}/_ssgManifest.js +0 -0
|
@@ -7,16 +7,16 @@ globalThis.__BUILD_MANIFEST = {
|
|
|
7
7
|
"static/chunks/03~yq9q893hmn.js"
|
|
8
8
|
],
|
|
9
9
|
"lowPriorityFiles": [
|
|
10
|
-
"static/
|
|
11
|
-
"static/
|
|
12
|
-
"static/
|
|
10
|
+
"static/5FBEWHgw7h8OR_JoJzccY/_buildManifest.js",
|
|
11
|
+
"static/5FBEWHgw7h8OR_JoJzccY/_ssgManifest.js",
|
|
12
|
+
"static/5FBEWHgw7h8OR_JoJzccY/_clientMiddlewareManifest.js"
|
|
13
13
|
],
|
|
14
14
|
"rootMainFiles": [
|
|
15
|
-
"static/chunks/
|
|
16
|
-
"static/chunks/
|
|
17
|
-
"static/chunks/0h4bq73pogmtb.js",
|
|
18
|
-
"static/chunks/0.z9o1xk80npg.js",
|
|
15
|
+
"static/chunks/0tyw4u3~2isbh.js",
|
|
16
|
+
"static/chunks/150i0n26fnvso.js",
|
|
19
17
|
"static/chunks/07uz2g0_38qia.js",
|
|
20
|
-
"static/chunks/
|
|
18
|
+
"static/chunks/0u95dh6lcl7tm.js",
|
|
19
|
+
"static/chunks/01q52wg_amm60.js",
|
|
20
|
+
"static/chunks/turbopack-0.w3uhj.ln7pt.js"
|
|
21
21
|
]
|
|
22
22
|
};
|
|
@@ -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/0tp7ck~nhe8-g.js" async=""></script><script src="/_next/static/chunks/15fklyav5py5m.js" async=""></script><script src="/_next/static/chunks/14trwlfhtz63l.js" async=""></script><title>404: This page could not be found.</title><meta name="robots" content="noindex"/><title>Claude Monitor - Agent SDK Monitor by Exosphere</title><meta name="description" content="Tool to monitor Claude Agent SDK by exosphere.host"/><link rel="icon" href="/icon.png"/><script>
|
|
2
2
|
(function() {
|
|
3
3
|
try {
|
|
4
4
|
// Ensure we don't add duplicate classes
|
|
@@ -27,4 +27,4 @@
|
|
|
27
27
|
transition: opacity 0.15s;
|
|
28
28
|
}
|
|
29
29
|
body > *:not(#__loading) { opacity: 0; }
|
|
30
|
-
</style><script src="/_next/static/chunks/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><!--$--><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><!--/$--><div class="fixed bottom-4 right-4 z-50 flex flex-col gap-2"></div><script src="/_next/static/chunks/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\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"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[97367,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0g5cvlv5.8drd.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/0g5cvlv5.8drd.js\"],\"ViewportBoundary\"]\n1a: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\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:props:children:1:props:children:1:props:children:1:props:children:props:children:0:props:children:1:props:notFound:0:1:props:style\",\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":\"$a:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$b:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$b:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L14\",null,{\"children\":[\"$\",\"$15\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@16\"}]}]]}]\n17:[]\nf:\"$W17\"\n10:[\"$\",\"$2\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L18\",null,{\"children\":\"$L19\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L1a\",null,{\"children\":[\"$\",\"$15\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L1b\"}]}]}],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,"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/0g5cvlv5.8drd.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>
|
|
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><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><div class="fixed bottom-4 right-4 z-50 flex flex-col gap-2"></div><script src="/_next/static/chunks/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/0tp7ck~nhe8-g.js\"],\"PostHogProvider\"]\n3:I[97917,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0tp7ck~nhe8-g.js\"],\"GlobalErrorListeners\"]\n4:I[47613,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0tp7ck~nhe8-g.js\"],\"ThemeProvider\"]\n5:I[85881,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0tp7ck~nhe8-g.js\"],\"AutoRefreshProvider\"]\n6:I[63780,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0tp7ck~nhe8-g.js\"],\"Navbar\"]\n7:I[39756,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0tp7ck~nhe8-g.js\"],\"default\"]\n8:I[8821,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0tp7ck~nhe8-g.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/0tp7ck~nhe8-g.js\"],\"default\"]\na:I[55574,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0tp7ck~nhe8-g.js\"],\"Toaster\"]\nf:I[53348,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0tp7ck~nhe8-g.js\",\"/_next/static/chunks/14trwlfhtz63l.js\"],\"default\"]\n:HL[\"/_next/static/chunks/0c0j9cso1kkr_.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"/_not-found\",{\"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/0tp7ck~nhe8-g.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\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:style\",\"children\":\"$Lb\"}]],null,\"$Lc\"]}],{},null,false,null]},null,false,\"$@d\"]},null,false,null],\"$Le\",false]],\"m\":\"$undefined\",\"G\":[\"$f\",[\"$L10\"]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"5FBEWHgw7h8OR_JoJzccY\"}\n"])</script><script>self.__next_f.push([1,"11:I[97367,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0tp7ck~nhe8-g.js\"],\"OutletBoundary\"]\n12:\"$Sreact.suspense\"\n15:I[97367,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0tp7ck~nhe8-g.js\"],\"ViewportBoundary\"]\n17:I[97367,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0tp7ck~nhe8-g.js\"],\"MetadataBoundary\"]\nb:[\"$\",\"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\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:children:props:children:1:props:style\",\"children\":404}],[\"$\",\"div\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:children:props:children:2:props:style\",\"children\":[\"$\",\"h2\",null,{\"style\":\"$0:f:0:1:0:props:children:1:props:children:1:props:children:1:props:children:1:props:children:0:props:children:1:props:notFound:0:1:props:children:props:children:2:props:children:props:style\",\"children\":\"This page could not be found.\"}]}]]}]\nc:[\"$\",\"$L11\",null,{\"children\":[\"$\",\"$12\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@13\"}]}]\n14:[]\nd:\"$W14\"\ne:[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$L15\",null,{\"children\":\"$L16\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$L17\",null,{\"children\":[\"$\",\"$12\",null,{\"name\":\"Next.Metadata\",\"children\":\"$L18\"}]}]}],null]}]\n10:[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/chunks/0c0j9cso1kkr_.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]\n"])</script><script>self.__next_f.push([1,"16:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"19:I[27201,[\"/_next/static/chunks/0wx~5navv~b2r.js\",\"/_next/static/chunks/0_879ixarc_93.js\",\"/_next/static/chunks/0tp7ck~nhe8-g.js\"],\"IconMark\"]\n13:null\n18:[[\"$\",\"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\"}],[\"$\",\"$L19\",\"3\",{}]]\n"])</script></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/
|
|
1
|
+
<!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><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/162jxog7oodad.js" async=""></script><script src="/_next/static/chunks/0_879ixarc_93.js" async=""></script><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/03~yq9q893hmn.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></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[39756,[\"/_next/static/chunks/162jxog7oodad.js\",\"/_next/static/chunks/0_879ixarc_93.js\"],\"default\"]\n3:I[37457,[\"/_next/static/chunks/162jxog7oodad.js\",\"/_next/static/chunks/0_879ixarc_93.js\"],\"default\"]\n4:I[97367,[\"/_next/static/chunks/162jxog7oodad.js\",\"/_next/static/chunks/0_879ixarc_93.js\"],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[97367,[\"/_next/static/chunks/162jxog7oodad.js\",\"/_next/static/chunks/0_879ixarc_93.js\"],\"ViewportBoundary\"]\na:I[97367,[\"/_next/static/chunks/162jxog7oodad.js\",\"/_next/static/chunks/0_879ixarc_93.js\"],\"MetadataBoundary\"]\nc:I[53348,[\"/_next/static/chunks/162jxog7oodad.js\",\"/_next/static/chunks/0_879ixarc_93.js\"],\"default\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"__PAGE__\",{}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],null]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"5FBEWHgw7h8OR_JoJzccY\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\nb:[]\n"])</script></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__RSC_SERVER_MANIFEST="{\n \"node\": {\n \"008d36260a7a7b6f6be79fa17c92b3f61020675a83\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 92941,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 45252,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 45646,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/hooks/page\": {\n \"moduleId\": 49510,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/login/page\": {\n \"moduleId\": 32581,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/page\": {\n \"moduleId\": 77461,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/project/[name]/page\": {\n \"moduleId\": 12132,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/queue/page\": {\n \"moduleId\": 73119,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n }\n },\n \"filename\": \"app/actions/get-telemetry-config.ts\",\n \"exportedName\": \"getTelemetryConfig\"\n },\n \"00d21aa146c684ceea157a1689f85c3e767fac342e\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 92941,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 45252,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 45646,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/hooks/page\": {\n \"moduleId\": 49510,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/login/page\": {\n \"moduleId\": 32581,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/page\": {\n \"moduleId\": 77461,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/project/[name]/page\": {\n \"moduleId\": 12132,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/queue/page\": {\n \"moduleId\": 73119,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n }\n },\n \"filename\": \"app/actions/auth.ts\",\n \"exportedName\": \"logout\"\n },\n \"0062c6ce703336f8899e803be583cc33d355712995\": {\n \"workers\": {\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 45252,\n \"async\": false,\n \"exportedName\": \"listDashboardViews\",\n \"filename\": \"app/actions/list-dashboard-views.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 45646,\n \"async\": false,\n \"exportedName\": \"listDashboardViews\",\n \"filename\": \"app/actions/list-dashboard-views.ts\"\n }\n },\n \"filename\": \"app/actions/list-dashboard-views.ts\",\n \"exportedName\": \"listDashboardViews\"\n },\n \"609cdd5e40bab3916a17f83b49a67f5530d3743257\": {\n \"workers\": {\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 45252,\n \"async\": false,\n \"exportedName\": \"computeDashboard\",\n \"filename\": \"app/actions/compute-dashboard.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 45646,\n \"async\": false,\n \"exportedName\": \"computeDashboard\",\n \"filename\": \"app/actions/compute-dashboard.ts\"\n }\n },\n \"filename\": \"app/actions/compute-dashboard.ts\",\n \"exportedName\": \"computeDashboard\"\n },\n \"40b3a14080cb720b6a54efadafffecc889e401ce6f\": {\n \"workers\": {\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 45252,\n \"async\": false,\n \"exportedName\": \"computeAggregates\",\n \"filename\": \"app/actions/compute-aggregates.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 45646,\n \"async\": false,\n \"exportedName\": \"computeAggregates\",\n \"filename\": \"app/actions/compute-aggregates.ts\"\n }\n },\n \"filename\": \"app/actions/compute-aggregates.ts\",\n \"exportedName\": \"computeAggregates\"\n },\n \"40fde8b571af1eef8d911aafc8afc1b6dbe5e19ee6\": {\n \"workers\": {\n \"app/hooks/page\": {\n \"moduleId\": 49510,\n \"async\": false,\n \"exportedName\": \"getHookActivityAction\",\n \"filename\": \"app/actions/get-hook-activity.ts\"\n }\n },\n \"filename\": \"app/actions/get-hook-activity.ts\",\n \"exportedName\": \"getHookActivityAction\"\n },\n \"60ac72d7c3c6610f95e0e68cbc059578a0fc3253cc\": {\n \"workers\": {\n \"app/hooks/page\": {\n \"moduleId\": 49510,\n \"async\": false,\n \"exportedName\": \"searchHookActivityAction\",\n \"filename\": \"app/actions/get-hook-activity.ts\"\n },\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"searchHookActivityAction\",\n \"filename\": \"app/actions/get-hook-activity.ts\"\n }\n },\n \"filename\": \"app/actions/get-hook-activity.ts\",\n \"exportedName\": \"searchHookActivityAction\"\n },\n \"003dd680d684b863ca6b32d46af755a7187a13a7aa\": {\n \"workers\": {\n \"app/hooks/page\": {\n \"moduleId\": 49510,\n \"async\": false,\n \"exportedName\": \"getHooksConfigAction\",\n \"filename\": \"app/actions/get-hooks-config.ts\"\n }\n },\n \"filename\": \"app/actions/get-hooks-config.ts\",\n \"exportedName\": \"getHooksConfigAction\"\n },\n \"605648a3ba90949b16ff3df24c623aa4c4c5359449\": {\n \"workers\": {\n \"app/hooks/page\": {\n \"moduleId\": 49510,\n \"async\": false,\n \"exportedName\": \"togglePolicyAction\",\n \"filename\": \"app/actions/update-hooks-config.ts\"\n }\n },\n \"filename\": \"app/actions/update-hooks-config.ts\",\n \"exportedName\": \"togglePolicyAction\"\n },\n \"4012e1373d4d5b65ba45eabcdf7cc1c186324079c3\": {\n \"workers\": {\n \"app/hooks/page\": {\n \"moduleId\": 49510,\n \"async\": false,\n \"exportedName\": \"installHooksWebAction\",\n \"filename\": \"app/actions/install-hooks-web.ts\"\n }\n },\n \"filename\": \"app/actions/install-hooks-web.ts\",\n \"exportedName\": \"installHooksWebAction\"\n },\n \"40837e5c8d0b8ef77640de11b434ec121f2383b124\": {\n \"workers\": {\n \"app/hooks/page\": {\n \"moduleId\": 49510,\n \"async\": false,\n \"exportedName\": \"removeHooksWebAction\",\n \"filename\": \"app/actions/install-hooks-web.ts\"\n }\n },\n \"filename\": \"app/actions/install-hooks-web.ts\",\n \"exportedName\": \"removeHooksWebAction\"\n },\n \"408efad9bd92f38c706df80e97c50473d1903efa34\": {\n \"workers\": {\n \"app/login/page\": {\n \"moduleId\": 32581,\n \"async\": false,\n \"exportedName\": \"login\",\n \"filename\": \"app/actions/auth.ts\"\n }\n },\n \"filename\": \"app/actions/auth.ts\",\n \"exportedName\": \"login\"\n },\n \"78d11e06a052b39ee7bbc8bd18cc24ea47456f1916\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"checkEvalCacheAndList\",\n \"filename\": \"app/actions/check-eval-cache.ts\"\n }\n },\n \"filename\": \"app/actions/check-eval-cache.ts\",\n \"exportedName\": \"checkEvalCacheAndList\"\n },\n \"606fe561301a024efcd89295605d1ed6a72e17667e\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"clearAlertMarker\",\n \"filename\": \"app/actions/clear-alert-marker.ts\"\n }\n },\n \"filename\": \"app/actions/clear-alert-marker.ts\",\n \"exportedName\": \"clearAlertMarker\"\n },\n \"781b98c70ad48498a1223b088373be50282ff153fa\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"invalidateSessionItemCaches\",\n \"filename\": \"app/actions/invalidate-session-caches.ts\"\n }\n },\n \"filename\": \"app/actions/invalidate-session-caches.ts\",\n \"exportedName\": \"invalidateSessionItemCaches\"\n },\n \"780833997ca1e3d5c2607ec6c6a84ee31d8d24b03d\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"checkEnrichmentCacheAndList\",\n \"filename\": \"app/actions/check-enrichment-cache.ts\"\n }\n },\n \"filename\": \"app/actions/check-enrichment-cache.ts\",\n \"exportedName\": \"checkEnrichmentCacheAndList\"\n },\n \"78cca0a2621147a70159840723d0fcd00bd7a0a0ff\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"checkActionCacheAndList\",\n \"filename\": \"app/actions/check-action-cache.ts\"\n }\n },\n \"filename\": \"app/actions/check-action-cache.ts\",\n \"exportedName\": \"checkActionCacheAndList\"\n },\n \"7caf4b5e5e32f9ee094d237d7f048609e2da4a041b\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"invalidateSessionItemCache\",\n \"filename\": \"app/actions/invalidate-session-caches.ts\"\n }\n },\n \"filename\": \"app/actions/invalidate-session-caches.ts\",\n \"exportedName\": \"invalidateSessionItemCache\"\n },\n \"00541669a55e838053cca6d9ecb8da5b258dc49c01\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"getQueueStatusAction\",\n \"filename\": \"app/actions/get-queue-status.ts\"\n }\n },\n \"filename\": \"app/actions/get-queue-status.ts\",\n \"exportedName\": \"getQueueStatusAction\"\n },\n \"4014bc58cc102de6ff506b58e9fe5813639d5e990d\": {\n \"workers\": {\n \"app/queue/page\": {\n \"moduleId\": 73119,\n \"async\": false,\n \"exportedName\": \"getCompletedHistoryAction\",\n \"filename\": \"app/actions/get-completed-history.ts\"\n }\n },\n \"filename\": \"app/actions/get-completed-history.ts\",\n \"exportedName\": \"getCompletedHistoryAction\"\n },\n \"6021c6d6bcc363c569d912e1b6a2ce8c40497a8bd9\": {\n \"workers\": {\n \"app/queue/page\": {\n \"moduleId\": 73119,\n \"async\": false,\n \"exportedName\": \"searchCompletedHistoryAction\",\n \"filename\": \"app/actions/get-completed-history.ts\"\n }\n },\n \"filename\": \"app/actions/get-completed-history.ts\",\n \"exportedName\": \"searchCompletedHistoryAction\"\n }\n },\n \"edge\": {},\n \"encryptionKey\": \"+sG2bp+8MeMewihXup1mnUBz7GYOSRzL66soD2rg0XU=\"\n}"
|
|
1
|
+
self.__RSC_SERVER_MANIFEST="{\n \"node\": {\n \"0033542bb7701a3232272e477409f62a2a3f7036dc\": {\n \"workers\": {\n \"app/_global-error/page\": {\n \"moduleId\": 39027,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/_not-found/page\": {\n \"moduleId\": 92941,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 45252,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 45646,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/login/page\": {\n \"moduleId\": 32581,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/page\": {\n \"moduleId\": 77461,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/policies/page\": {\n \"moduleId\": 76110,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/project/[name]/page\": {\n \"moduleId\": 12132,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/projects/page\": {\n \"moduleId\": 76200,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n },\n \"app/queue/page\": {\n \"moduleId\": 73119,\n \"async\": false,\n \"exportedName\": \"getTelemetryConfig\",\n \"filename\": \"app/actions/get-telemetry-config.ts\"\n }\n },\n \"filename\": \"app/actions/get-telemetry-config.ts\",\n \"exportedName\": \"getTelemetryConfig\"\n },\n \"0088abadfe8b54d374a001fb9b906a0a8931a40776\": {\n \"workers\": {\n \"app/_not-found/page\": {\n \"moduleId\": 92941,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 45252,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 45646,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/login/page\": {\n \"moduleId\": 32581,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/page\": {\n \"moduleId\": 77461,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/policies/page\": {\n \"moduleId\": 76110,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/project/[name]/page\": {\n \"moduleId\": 12132,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/projects/page\": {\n \"moduleId\": 76200,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n },\n \"app/queue/page\": {\n \"moduleId\": 73119,\n \"async\": false,\n \"exportedName\": \"logout\",\n \"filename\": \"app/actions/auth.ts\"\n }\n },\n \"filename\": \"app/actions/auth.ts\",\n \"exportedName\": \"logout\"\n },\n \"005d98b02cf8e62a242d138b6e67a837f279b0bfaa\": {\n \"workers\": {\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 45252,\n \"async\": false,\n \"exportedName\": \"listDashboardViews\",\n \"filename\": \"app/actions/list-dashboard-views.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 45646,\n \"async\": false,\n \"exportedName\": \"listDashboardViews\",\n \"filename\": \"app/actions/list-dashboard-views.ts\"\n }\n },\n \"filename\": \"app/actions/list-dashboard-views.ts\",\n \"exportedName\": \"listDashboardViews\"\n },\n \"60ddf2690705dcf83a45c4285f2729beb2221b4208\": {\n \"workers\": {\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 45252,\n \"async\": false,\n \"exportedName\": \"computeDashboard\",\n \"filename\": \"app/actions/compute-dashboard.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 45646,\n \"async\": false,\n \"exportedName\": \"computeDashboard\",\n \"filename\": \"app/actions/compute-dashboard.ts\"\n }\n },\n \"filename\": \"app/actions/compute-dashboard.ts\",\n \"exportedName\": \"computeDashboard\"\n },\n \"405ce74cb046aeae573f23da28395edc2ad7ab1981\": {\n \"workers\": {\n \"app/dashboard/[viewName]/page\": {\n \"moduleId\": 45252,\n \"async\": false,\n \"exportedName\": \"computeAggregates\",\n \"filename\": \"app/actions/compute-aggregates.ts\"\n },\n \"app/dashboard/page\": {\n \"moduleId\": 45646,\n \"async\": false,\n \"exportedName\": \"computeAggregates\",\n \"filename\": \"app/actions/compute-aggregates.ts\"\n }\n },\n \"filename\": \"app/actions/compute-aggregates.ts\",\n \"exportedName\": \"computeAggregates\"\n },\n \"40221a3f443368abe259a2bc5aa6039eefd6e9e70d\": {\n \"workers\": {\n \"app/login/page\": {\n \"moduleId\": 32581,\n \"async\": false,\n \"exportedName\": \"login\",\n \"filename\": \"app/actions/auth.ts\"\n }\n },\n \"filename\": \"app/actions/auth.ts\",\n \"exportedName\": \"login\"\n },\n \"409eeda3fdf4a95308651f701eaf9b39b9870d9e33\": {\n \"workers\": {\n \"app/policies/page\": {\n \"moduleId\": 76110,\n \"async\": false,\n \"exportedName\": \"getHookActivityAction\",\n \"filename\": \"app/actions/get-hook-activity.ts\"\n }\n },\n \"filename\": \"app/actions/get-hook-activity.ts\",\n \"exportedName\": \"getHookActivityAction\"\n },\n \"60e923e36f3e84508d60f327582e32738a949baee8\": {\n \"workers\": {\n \"app/policies/page\": {\n \"moduleId\": 76110,\n \"async\": false,\n \"exportedName\": \"searchHookActivityAction\",\n \"filename\": \"app/actions/get-hook-activity.ts\"\n },\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"searchHookActivityAction\",\n \"filename\": \"app/actions/get-hook-activity.ts\"\n }\n },\n \"filename\": \"app/actions/get-hook-activity.ts\",\n \"exportedName\": \"searchHookActivityAction\"\n },\n \"001e0dbeec04368f30379a08e4346cfe53a34634eb\": {\n \"workers\": {\n \"app/policies/page\": {\n \"moduleId\": 76110,\n \"async\": false,\n \"exportedName\": \"getHooksConfigAction\",\n \"filename\": \"app/actions/get-hooks-config.ts\"\n }\n },\n \"filename\": \"app/actions/get-hooks-config.ts\",\n \"exportedName\": \"getHooksConfigAction\"\n },\n \"60a7d639c8458afdd0a54a64602ea7d430316724ba\": {\n \"workers\": {\n \"app/policies/page\": {\n \"moduleId\": 76110,\n \"async\": false,\n \"exportedName\": \"togglePolicyAction\",\n \"filename\": \"app/actions/update-hooks-config.ts\"\n }\n },\n \"filename\": \"app/actions/update-hooks-config.ts\",\n \"exportedName\": \"togglePolicyAction\"\n },\n \"40e8044917481a0aca3778a31937a597cf6ffd5fc9\": {\n \"workers\": {\n \"app/policies/page\": {\n \"moduleId\": 76110,\n \"async\": false,\n \"exportedName\": \"installHooksWebAction\",\n \"filename\": \"app/actions/install-hooks-web.ts\"\n }\n },\n \"filename\": \"app/actions/install-hooks-web.ts\",\n \"exportedName\": \"installHooksWebAction\"\n },\n \"400d466ad4769d1fe505b209db2189e3831ad38247\": {\n \"workers\": {\n \"app/policies/page\": {\n \"moduleId\": 76110,\n \"async\": false,\n \"exportedName\": \"removeHooksWebAction\",\n \"filename\": \"app/actions/install-hooks-web.ts\"\n }\n },\n \"filename\": \"app/actions/install-hooks-web.ts\",\n \"exportedName\": \"removeHooksWebAction\"\n },\n \"605b75a0d2d8d9af98e5b156e86b8e0b4ee04948f6\": {\n \"workers\": {\n \"app/policies/page\": {\n \"moduleId\": 76110,\n \"async\": false,\n \"exportedName\": \"updatePolicyParamsAction\",\n \"filename\": \"app/actions/update-policy-params.ts\"\n }\n },\n \"filename\": \"app/actions/update-policy-params.ts\",\n \"exportedName\": \"updatePolicyParamsAction\"\n },\n \"783ec766a9731c7649fcd08c76b778cfb7c83eb2f7\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"checkEvalCacheAndList\",\n \"filename\": \"app/actions/check-eval-cache.ts\"\n }\n },\n \"filename\": \"app/actions/check-eval-cache.ts\",\n \"exportedName\": \"checkEvalCacheAndList\"\n },\n \"60bc2c3f84977b1dad7705f1855f3788c5d4160c2b\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"clearAlertMarker\",\n \"filename\": \"app/actions/clear-alert-marker.ts\"\n }\n },\n \"filename\": \"app/actions/clear-alert-marker.ts\",\n \"exportedName\": \"clearAlertMarker\"\n },\n \"7815012be79a0e8118abbc59954dd11c5c1b584c55\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"invalidateSessionItemCaches\",\n \"filename\": \"app/actions/invalidate-session-caches.ts\"\n }\n },\n \"filename\": \"app/actions/invalidate-session-caches.ts\",\n \"exportedName\": \"invalidateSessionItemCaches\"\n },\n \"789694469db1ede24d48c35844641fdbe52758bba7\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"checkEnrichmentCacheAndList\",\n \"filename\": \"app/actions/check-enrichment-cache.ts\"\n }\n },\n \"filename\": \"app/actions/check-enrichment-cache.ts\",\n \"exportedName\": \"checkEnrichmentCacheAndList\"\n },\n \"78124f10465fb939213042a0164f96519994ead85c\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"checkActionCacheAndList\",\n \"filename\": \"app/actions/check-action-cache.ts\"\n }\n },\n \"filename\": \"app/actions/check-action-cache.ts\",\n \"exportedName\": \"checkActionCacheAndList\"\n },\n \"7c8a475d49d2b2dac79a6c4713a9087294dc06b0a0\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"invalidateSessionItemCache\",\n \"filename\": \"app/actions/invalidate-session-caches.ts\"\n }\n },\n \"filename\": \"app/actions/invalidate-session-caches.ts\",\n \"exportedName\": \"invalidateSessionItemCache\"\n },\n \"00f60216926d383038abdaae6e3901a7882a850715\": {\n \"workers\": {\n \"app/project/[name]/session/[sessionId]/page\": {\n \"moduleId\": 29908,\n \"async\": false,\n \"exportedName\": \"getQueueStatusAction\",\n \"filename\": \"app/actions/get-queue-status.ts\"\n }\n },\n \"filename\": \"app/actions/get-queue-status.ts\",\n \"exportedName\": \"getQueueStatusAction\"\n },\n \"4096d757cc1d91e8aad85d8c4a69b6531b73a12c15\": {\n \"workers\": {\n \"app/queue/page\": {\n \"moduleId\": 73119,\n \"async\": false,\n \"exportedName\": \"getCompletedHistoryAction\",\n \"filename\": \"app/actions/get-completed-history.ts\"\n }\n },\n \"filename\": \"app/actions/get-completed-history.ts\",\n \"exportedName\": \"getCompletedHistoryAction\"\n },\n \"609b1e6c4e420ed37fd19db4944364338ccd80d886\": {\n \"workers\": {\n \"app/queue/page\": {\n \"moduleId\": 73119,\n \"async\": false,\n \"exportedName\": \"searchCompletedHistoryAction\",\n \"filename\": \"app/actions/get-completed-history.ts\"\n }\n },\n \"filename\": \"app/actions/get-completed-history.ts\",\n \"exportedName\": \"searchCompletedHistoryAction\"\n }\n },\n \"edge\": {},\n \"encryptionKey\": \"L+BtGvUWJadmXTacP+gChXCjdJliqMp76BaSywvTrsg=\"\n}"
|