@agegr/pi-web 0.3.1 → 0.3.3
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/.next/BUILD_ID +1 -1
- package/.next/app-path-routes-manifest.json +4 -4
- package/.next/build/chunks/[root-of-the-server]__0d-m0h0._.js +206 -0
- package/.next/build/chunks/[root-of-the-server]__0ubbtyl._.js +500 -0
- package/.next/build/chunks/[turbopack-node]_transforms_postcss_ts_06e.r3r._.js +13 -0
- package/.next/build/chunks/[turbopack]_runtime.js +890 -0
- package/.next/build/chunks/node_modules_13sb.px._.js +6765 -0
- package/.next/build/package.json +1 -0
- package/.next/build/postcss.js +6 -0
- package/.next/build-manifest.json +14 -13
- package/.next/diagnostics/route-bundle-stats.json +28 -0
- package/.next/fallback-build-manifest.json +13 -0
- package/.next/next-minimal-server.js.nft.json +1 -1
- package/.next/next-server.js.nft.json +1 -1
- package/.next/required-server-files.js +0 -2
- package/.next/required-server-files.json +0 -2
- package/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
- package/.next/server/app/_global-error/page/build-manifest.json +17 -0
- package/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
- package/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
- package/.next/server/app/_global-error/page.js +10 -32
- package/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/.next/server/app/_global-error/page_client-reference-manifest.js +3 -1
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.meta +1 -2
- package/.next/server/app/_global-error.rsc +9 -8
- package/.next/server/app/_global-error.segments/{_global-error/__PAGE__.segment.rsc → __PAGE__.segment.rsc} +2 -2
- package/.next/server/app/_global-error.segments/_full.segment.rsc +9 -8
- package/.next/server/app/_global-error.segments/_head.segment.rsc +4 -3
- package/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
- package/.next/server/app/_not-found/page/build-manifest.json +17 -0
- package/.next/server/app/_not-found/page/next-font-manifest.json +6 -0
- package/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
- package/.next/server/app/_not-found/page.js +13 -2
- package/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +3 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +10 -10
- package/.next/server/app/_not-found.segments/_full.segment.rsc +10 -10
- package/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
- package/.next/server/app/_not-found.segments/_index.segment.rsc +4 -4
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/api/agent/[id]/events/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/agent/[id]/events/route/build-manifest.json +9 -0
- package/.next/server/app/api/agent/[id]/events/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/agent/[id]/events/route.js +6 -6
- package/.next/server/app/api/agent/[id]/events/route.js.nft.json +1 -1
- package/.next/server/app/api/agent/[id]/events/route_client-reference-manifest.js +3 -1
- package/.next/server/app/api/agent/[id]/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/agent/[id]/route/build-manifest.json +9 -0
- package/.next/server/app/api/agent/[id]/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/agent/[id]/route.js +7 -4
- package/.next/server/app/api/agent/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/agent/[id]/route_client-reference-manifest.js +3 -1
- package/.next/server/app/api/agent/new/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/agent/new/route/build-manifest.json +9 -0
- package/.next/server/app/api/agent/new/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/agent/new/route.js +7 -2
- package/.next/server/app/api/agent/new/route.js.nft.json +1 -1
- package/.next/server/app/api/agent/new/route_client-reference-manifest.js +3 -1
- package/.next/server/app/api/files/[...path]/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/files/[...path]/route/build-manifest.json +9 -0
- package/.next/server/app/api/files/[...path]/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/files/[...path]/route.js +7 -3
- package/.next/server/app/api/files/[...path]/route.js.nft.json +1 -1
- package/.next/server/app/api/files/[...path]/route_client-reference-manifest.js +3 -1
- package/.next/server/app/api/models/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/models/route/build-manifest.json +9 -0
- package/.next/server/app/api/models/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/models/route.js +6 -3
- package/.next/server/app/api/models/route.js.nft.json +1 -1
- package/.next/server/app/api/models/route_client-reference-manifest.js +3 -1
- package/.next/server/app/api/models-config/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/models-config/route/build-manifest.json +9 -0
- package/.next/server/app/api/models-config/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/models-config/route.js +7 -1
- package/.next/server/app/api/models-config/route.js.nft.json +1 -1
- package/.next/server/app/api/models-config/route_client-reference-manifest.js +3 -1
- package/.next/server/app/api/sessions/[id]/context/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/sessions/[id]/context/route/build-manifest.json +9 -0
- package/.next/server/app/api/sessions/[id]/context/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/sessions/[id]/context/route.js +7 -3
- package/.next/server/app/api/sessions/[id]/context/route.js.nft.json +1 -1
- package/.next/server/app/api/sessions/[id]/context/route_client-reference-manifest.js +3 -1
- package/.next/server/app/api/sessions/[id]/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/sessions/[id]/route/build-manifest.json +9 -0
- package/.next/server/app/api/sessions/[id]/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/sessions/[id]/route.js +7 -3
- package/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -1
- package/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +3 -1
- package/.next/server/app/api/sessions/new/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/sessions/new/route/build-manifest.json +9 -0
- package/.next/server/app/api/sessions/new/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/sessions/new/route.js +6 -1
- package/.next/server/app/api/sessions/new/route.js.nft.json +1 -1
- package/.next/server/app/api/sessions/new/route_client-reference-manifest.js +3 -1
- package/.next/server/app/api/sessions/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/sessions/route/build-manifest.json +9 -0
- package/.next/server/app/api/sessions/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/sessions/route.js +7 -3
- package/.next/server/app/api/sessions/route.js.nft.json +1 -1
- package/.next/server/app/api/sessions/route_client-reference-manifest.js +3 -1
- package/.next/server/app/favicon.ico/route/app-paths-manifest.json +3 -0
- package/.next/server/app/favicon.ico/route/build-manifest.json +9 -0
- package/.next/server/app/favicon.ico/route.js +8 -1
- package/.next/server/app/favicon.ico/route.js.nft.json +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +11 -11
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +3 -3
- package/.next/server/app/index.segments/_full.segment.rsc +11 -11
- package/.next/server/app/index.segments/_head.segment.rsc +4 -4
- package/.next/server/app/index.segments/_index.segment.rsc +4 -4
- package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/page/app-paths-manifest.json +3 -0
- package/.next/server/app/page/build-manifest.json +17 -0
- package/.next/server/app/page/next-font-manifest.json +6 -0
- package/.next/server/app/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/page/server-reference-manifest.json +4 -0
- package/.next/server/app/page.js +14 -2
- package/.next/server/app/page.js.nft.json +1 -1
- package/.next/server/app/page_client-reference-manifest.js +3 -1
- package/.next/server/app-paths-manifest.json +4 -4
- package/.next/server/chunks/[externals]_next_dist_0h.fyd6._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__002d92q._.js +6 -0
- package/.next/server/chunks/[root-of-the-server]__00a-~o4._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__06qx74m._.js +5 -0
- package/.next/server/chunks/[root-of-the-server]__0_ehal9._.js +5 -0
- package/.next/server/chunks/[root-of-the-server]__0a-p9wd._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0b0kii6._.js +8 -0
- package/.next/server/chunks/[root-of-the-server]__0cw6f~v._.js +5 -0
- package/.next/server/chunks/[root-of-the-server]__0llo_uy._.js +5 -0
- package/.next/server/chunks/[root-of-the-server]__0rr3q~-._.js +5 -0
- package/.next/server/chunks/[root-of-the-server]__0y7g-4j._.js +4 -0
- package/.next/server/chunks/[root-of-the-server]__11j~5mn._.js +3 -0
- package/.next/server/chunks/[turbopack]_runtime.js +903 -0
- package/.next/server/chunks/_next-internal_server_app_api_agent_[id]_events_route_actions_05o7blz.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_agent_[id]_route_actions_0kr98j0.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_agent_new_route_actions_0w3r5tj.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_files_[___path]_route_actions_0_g4akf.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_models-config_route_actions_0ipr5cq.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_models_route_actions_0vfccm4.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_sessions_[id]_context_route_actions_0d0pnzf.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_sessions_[id]_route_actions_0eo4u5w.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_sessions_new_route_actions_093p~n-.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_sessions_route_actions_0y1t9w0.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_favicon_ico_route_actions_095lj93.js +3 -0
- package/.next/server/chunks/lib_session-reader_ts_07kvkqq._.js +5 -0
- package/.next/server/chunks/node_modules_next_04~_e52._.js +13 -0
- package/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0yubv2d.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__00d4x5d._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__02hi65f._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__06-2p1a._.js +33 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__09z7o2x._.js +19 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0jag6jd._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0pr3cat._.js +33 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0pspq~2._.js +6 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0w~zl.s._.js +3 -0
- package/.next/server/chunks/ssr/[turbopack]_runtime.js +903 -0
- package/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_0k77kol.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_0eq97pa.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_page_actions_09-gtaw.js +3 -0
- package/.next/server/chunks/ssr/app_layout_tsx_13yf0ls._.js +3 -0
- package/.next/server/chunks/ssr/components_ToolPanel_tsx_0r3vloj._.js +3 -0
- package/.next/server/chunks/ssr/components_ToolPanel_tsx_0ybdq6k._.js +3 -0
- package/.next/server/chunks/ssr/node_modules_09w7yel._.js +33 -0
- package/.next/server/chunks/ssr/node_modules_0vtdjw7._.js +3 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_09y1ibj._.js +6 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js +3 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js +3 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0lgvd_..js +3 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js +3 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_002l7yi.js +4 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_02suzhc.js +4 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0nsg22r.js +4 -0
- package/.next/server/middleware-build-manifest.js +21 -1
- package/.next/server/middleware-manifest.json +2 -2
- package/.next/server/next-font-manifest.js +1 -1
- package/.next/server/next-font-manifest.json +6 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/server/server-reference-manifest.js +1 -1
- package/.next/server/server-reference-manifest.json +5 -1
- package/.next/static/DVhMCWBqUD1m2y1ZbH-BY/_buildManifest.js +11 -0
- package/.next/static/DVhMCWBqUD1m2y1ZbH-BY/_clientMiddlewareManifest.js +1 -0
- package/.next/static/chunks/0-j.wjqnc6zff.js +1 -0
- package/.next/static/chunks/02i7dfk78~t~2.js +4 -0
- package/.next/static/chunks/02p06lvcsni3l.js +1 -0
- package/.next/static/chunks/09dho1gmydle0.js +1 -0
- package/.next/static/chunks/0cj37tl-sc0gx.js +2 -0
- package/.next/static/chunks/0h4bblvd1oiwg.js +1 -0
- package/.next/static/chunks/0j-yjan8jn-8-.js +31 -0
- package/.next/static/chunks/168.i5wkbx2o-.js +1 -0
- package/.next/static/chunks/18b1hylg5nikt.css +1 -0
- package/.next/static/chunks/turbopack-04u~j1o-remaj.js +1 -0
- package/.next/static/media/favicon.0~uco8ba8mwit.ico +0 -0
- package/.next/trace +1 -3
- package/.next/trace-build +1 -1
- package/.next/turbopack +0 -0
- package/package.json +2 -2
- package/.next/react-loadable-manifest.json +0 -8
- package/.next/server/app/_global-error.segments/_global-error.segment.rsc +0 -5
- package/.next/server/chunks/573.js +0 -3
- package/.next/server/chunks/63.js +0 -45
- package/.next/server/chunks/65.js +0 -1
- package/.next/server/chunks/741.js +0 -18
- package/.next/server/chunks/813.js +0 -1
- package/.next/server/chunks/918.js +0 -1
- package/.next/server/middleware-react-loadable-manifest.js +0 -1
- package/.next/server/webpack-runtime.js +0 -1
- package/.next/static/UW-CKcK5B6AAyNf06F5iF/_buildManifest.js +0 -1
- package/.next/static/chunks/110-fff6e5d8c205420b.js +0 -1
- package/.next/static/chunks/451.1247b87def61e309.js +0 -1
- package/.next/static/chunks/4bd1b696-215e5051988c3dde.js +0 -1
- package/.next/static/chunks/794-4d0b7b700451cc43.js +0 -32
- package/.next/static/chunks/app/_global-error/page-957de1f71e826217.js +0 -1
- package/.next/static/chunks/app/_not-found/page-e294ec8de846ea31.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-957de1f71e826217.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/route-957de1f71e826217.js +0 -1
- package/.next/static/chunks/app/api/agent/new/route-957de1f71e826217.js +0 -1
- package/.next/static/chunks/app/api/files/[...path]/route-957de1f71e826217.js +0 -1
- package/.next/static/chunks/app/api/models/route-957de1f71e826217.js +0 -1
- package/.next/static/chunks/app/api/models-config/route-957de1f71e826217.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/context/route-957de1f71e826217.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/route-957de1f71e826217.js +0 -1
- package/.next/static/chunks/app/api/sessions/new/route-957de1f71e826217.js +0 -1
- package/.next/static/chunks/app/api/sessions/route-957de1f71e826217.js +0 -1
- package/.next/static/chunks/app/layout-7c348314be580c6a.js +0 -1
- package/.next/static/chunks/app/page-bb92671a9b83a367.js +0 -1
- package/.next/static/chunks/framework-93cda6578f6c76ec.js +0 -1
- package/.next/static/chunks/main-0525ed1bd1807a80.js +0 -5
- package/.next/static/chunks/main-app-bd11c9df37a8ab8e.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-957de1f71e826217.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-957de1f71e826217.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/global-error-0dd2035d6f688008.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-957de1f71e826217.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-957de1f71e826217.js +0 -1
- package/.next/static/chunks/webpack-f15a3bb2c3a9cba9.js +0 -1
- package/.next/static/css/db181498dfd5fef0.css +0 -1
- package/.next/types/app/api/agent/[id]/events/route.ts +0 -351
- package/.next/types/app/api/agent/[id]/route.ts +0 -351
- package/.next/types/app/api/agent/new/route.ts +0 -351
- package/.next/types/app/api/files/[...path]/route.ts +0 -351
- package/.next/types/app/api/models/route.ts +0 -351
- package/.next/types/app/api/models-config/route.ts +0 -351
- package/.next/types/app/api/sessions/[id]/context/route.ts +0 -351
- package/.next/types/app/api/sessions/[id]/route.ts +0 -351
- package/.next/types/app/api/sessions/new/route.ts +0 -351
- package/.next/types/app/api/sessions/route.ts +0 -351
- package/.next/types/app/layout.ts +0 -87
- package/.next/types/app/page.ts +0 -87
- package/.next/types/package.json +0 -1
- /package/.next/static/{UW-CKcK5B6AAyNf06F5iF → DVhMCWBqUD1m2y1ZbH-BY}/_ssgManifest.js +0 -0
- /package/.next/static/chunks/{polyfills-42372ed130431b0a.js → 03~yq9q893hmn.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-outline-style:solid}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--spacing:.25rem;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.container{width:100%}@media (min-width:40rem){.container{max-width:40rem}}@media (min-width:48rem){.container{max-width:48rem}}@media (min-width:64rem){.container{max-width:64rem}}@media (min-width:80rem){.container{max-width:80rem}}@media (min-width:96rem){.container{max-width:96rem}}.block{display:block}.contents{display:contents}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.border{border-style:var(--tw-border-style);border-width:1px}.break-all{word-break:break-all}.uppercase{text-transform:uppercase}.italic{font-style:italic}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}}:root{--bg:#fff;--bg-panel:#f5f5f5;--bg-hover:#eee;--bg-selected:#e8e8e8;--border:#e0e0e0;--text:#1a1a1a;--text-muted:#6b7280;--text-dim:#9ca3af;--accent:#2563eb;--accent-hover:#1d4ed8;--user-bg:#eff6ff;--assistant-bg:#fff;--tool-bg:#f9fafb}*{box-sizing:border-box}html,body{background:var(--bg);height:100%;color:var(--text);margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--text-dim)}:root{--font-mono:"JetBrains Mono", "Fira Code", "Consolas", ui-monospace, monospace}pre,code{font-family:var(--font-mono)}.markdown-body{color:var(--text);word-break:break-word;font-size:14px;line-height:1.7}.markdown-body p{margin:0 0 8px}.markdown-body p:last-child{margin-bottom:0}.markdown-body h1,.markdown-body h2,.markdown-body h3,.markdown-body h4,.markdown-body h5,.markdown-body h6{color:var(--text);margin:10px 0 4px;font-weight:600}.markdown-body h1{font-size:1.15em}.markdown-body h2{font-size:1.05em}.markdown-body h3{font-size:.95em}.markdown-body ul,.markdown-body ol{margin:4px 0 8px;padding-left:20px}.markdown-body li{margin:2px 0}.markdown-body a{color:var(--accent);text-decoration:underline}.markdown-body blockquote{border-left:3px solid var(--border);color:var(--text-muted);margin:4px 0;padding:2px 10px}.markdown-body table{border-collapse:collapse;width:100%;margin:8px 0;font-size:13px}.markdown-body th,.markdown-body td{border:1px solid var(--border);text-align:left;padding:5px 10px}.markdown-body th{background:var(--bg-panel);font-weight:600}.markdown-body hr{border:none;border-top:1px solid var(--border);margin:10px 0}@keyframes blink{0%,to{opacity:1}50%{opacity:.3}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:640px){.chat-stats-center,.sidebar-inline{display:none!important}.sidebar-overlay{display:flex!important}}@media (min-width:641px){.sidebar-overlay{display:none!important}}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,{otherChunks:["static/chunks/0j-yjan8jn-8-.js","static/chunks/02i7dfk78~t~2.js","static/chunks/0-j.wjqnc6zff.js","static/chunks/0cj37tl-sc0gx.js"],runtimeModuleIds:[94553]}]),(()=>{let e;if(!Array.isArray(globalThis.TURBOPACK))return;let t="/_next/",r=(self.TURBOPACK_ASSET_SUFFIX??document?.currentScript?.getAttribute?.("src")?.replace(/^(.*(?=\?)|^.*$)/,""))||"",n=["NEXT_DEPLOYMENT_ID","NEXT_CLIENT_ASSET_SUFFIX"];var o,i=((o=i||{})[o.Runtime=0]="Runtime",o[o.Parent=1]="Parent",o[o.Update=2]="Update",o);let l=new WeakMap;function s(e,t){this.m=e,this.e=t}let u=s.prototype,a=Object.prototype.hasOwnProperty,c="u">typeof Symbol&&Symbol.toStringTag;function f(e,t,r){a.call(e,t)||Object.defineProperty(e,t,r)}function p(e,t){let r=e[t];return r||(r=h(t),e[t]=r),r}function h(e){return{exports:{},error:void 0,id:e,namespaceObject:void 0}}function d(e,t){f(e,"__esModule",{value:!0}),c&&f(e,c,{value:"Module"});let r=0;for(;r<t.length;){let n=t[r++],o=t[r++];if("number"==typeof o)if(0===o)f(e,n,{value:t[r++],enumerable:!0,writable:!1});else throw Error(`unexpected tag: ${o}`);else"function"==typeof t[r]?f(e,n,{get:o,set:t[r++],enumerable:!0}):f(e,n,{get:o,enumerable:!0})}Object.seal(e)}function m(e,t){(null!=t?p(this.c,t):this.m).exports=e}u.s=function(e,t){let r,n;null!=t?n=(r=p(this.c,t)).exports:(r=this.m,n=this.e),r.namespaceObject=n,d(n,e)},u.j=function(e,t){var r,n;let o,i,s;null!=t?i=(o=p(this.c,t)).exports:(o=this.m,i=this.e);let u=(r=o,n=i,(s=l.get(r))||(l.set(r,s=[]),r.exports=r.namespaceObject=new Proxy(n,{get(e,t){if(a.call(e,t)||"default"===t||"__esModule"===t)return Reflect.get(e,t);for(let e of s){let r=Reflect.get(e,t);if(void 0!==r)return r}},ownKeys(e){let t=Reflect.ownKeys(e);for(let e of s)for(let r of Reflect.ownKeys(e))"default"===r||t.includes(r)||t.push(r);return t}})),s);"object"==typeof e&&null!==e&&u.push(e)},u.v=m,u.n=function(e,t){let r;(r=null!=t?p(this.c,t):this.m).exports=r.namespaceObject=e};let b=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,y=[null,b({}),b([]),b(b)];function g(e,t,r){let n=[],o=-1;for(let t=e;("object"==typeof t||"function"==typeof t)&&!y.includes(t);t=b(t))for(let r of Object.getOwnPropertyNames(t))n.push(r,function(e,t){return()=>e[t]}(e,r)),-1===o&&"default"===r&&(o=n.length-1);return r&&o>=0||(o>=0?n.splice(o,1,0,e):n.push("default",0,e)),d(t,n),t}function w(e){let t=W(e,this.m);if(t.namespaceObject)return t.namespaceObject;let r=t.exports;return t.namespaceObject=g(r,"function"==typeof r?function(...e){return r.apply(this,e)}:Object.create(null),r&&r.__esModule)}function O(e){let t=e.indexOf("#");-1!==t&&(e=e.substring(0,t));let r=e.indexOf("?");return -1!==r&&(e=e.substring(0,r)),e}function j(){let e,t;return{promise:new Promise((r,n)=>{t=n,e=r}),resolve:e,reject:t}}u.i=w,u.A=function(e){return this.r(e)(w.bind(this))},u.t="function"==typeof require?require:function(){throw Error("Unexpected use of runtime require")},u.r=function(e){return W(e,this.m).exports},u.f=function(e){function t(t){if(t=O(t),a.call(e,t))return e[t].module();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r}return t.keys=()=>Object.keys(e),t.resolve=t=>{if(t=O(t),a.call(e,t))return e[t].id();let r=Error(`Cannot find module '${t}'`);throw r.code="MODULE_NOT_FOUND",r},t.import=async e=>await t(e),t};let k=Symbol("turbopack queues"),v=Symbol("turbopack exports"),C=Symbol("turbopack error");function P(e){e&&1!==e.status&&(e.status=1,e.forEach(e=>e.queueCount--),e.forEach(e=>e.queueCount--?e.queueCount++:e()))}u.a=function(e,t){let r=this.m,n=t?Object.assign([],{status:-1}):void 0,o=new Set,{resolve:i,reject:l,promise:s}=j(),u=Object.assign(s,{[v]:r.exports,[k]:e=>{n&&e(n),o.forEach(e),u.catch(()=>{})}}),a={get:()=>u,set(e){e!==u&&(u[v]=e)}};Object.defineProperty(r,"exports",a),Object.defineProperty(r,"namespaceObject",a),e(function(e){let t=e.map(e=>{if(null!==e&&"object"==typeof e){if(k in e)return e;if(null!=e&&"object"==typeof e&&"then"in e&&"function"==typeof e.then){let t=Object.assign([],{status:0}),r={[v]:{},[k]:e=>e(t)};return e.then(e=>{r[v]=e,P(t)},e=>{r[C]=e,P(t)}),r}}return{[v]:e,[k]:()=>{}}}),r=()=>t.map(e=>{if(e[C])throw e[C];return e[v]}),{promise:i,resolve:l}=j(),s=Object.assign(()=>l(r),{queueCount:0});function u(e){e!==n&&!o.has(e)&&(o.add(e),e&&0===e.status&&(s.queueCount++,e.push(s)))}return t.map(e=>e[k](u)),s.queueCount?i:r()},function(e){e?l(u[C]=e):i(u[v]),P(n)}),n&&-1===n.status&&(n.status=0)};let U=function(e){let t=new URL(e,"x:/"),r={};for(let e in t)r[e]=t[e];for(let t in r.href=e,r.pathname=e.replace(/[?#].*/,""),r.origin=r.protocol="",r.toString=r.toJSON=(...t)=>e,r)Object.defineProperty(this,t,{enumerable:!0,configurable:!0,value:r[t]})};function $(e,t){throw Error(`Invariant: ${t(e)}`)}U.prototype=URL.prototype,u.U=U,u.z=function(e){throw Error("dynamic usage of require is not supported")},u.g=globalThis;let R=s.prototype,S=new Map;u.M=S;let E=new Map,_=new Map;async function T(e,t,r){let n;if("string"==typeof r)return M(e,t,N(r));let o=r.included||[],i=o.map(e=>!!S.has(e)||E.get(e));if(i.length>0&&i.every(e=>e))return void await Promise.all(i);let l=r.moduleChunks||[],s=l.map(e=>_.get(e)).filter(e=>e);if(s.length>0){if(s.length===l.length)return void await Promise.all(s);let r=new Set;for(let e of l)_.has(e)||r.add(e);for(let n of r){let r=M(e,t,N(n));_.set(n,r),s.push(r)}n=Promise.all(s)}else{for(let o of(n=M(e,t,N(r.path)),l))_.has(o)||_.set(o,n)}for(let e of o)E.has(e)||E.set(e,n);await n}R.l=function(e){return T(i.Parent,this.m.id,e)};let A=Promise.resolve(void 0),x=new WeakMap;function M(t,r,n){let o=e.loadChunkCached(t,n),l=x.get(o);if(void 0===l){let e=x.set.bind(x,o,A);l=o.then(e).catch(e=>{let o;switch(t){case i.Runtime:o=`as a runtime dependency of chunk ${r}`;break;case i.Parent:o=`from module ${r}`;break;case i.Update:o="from an HMR update";break;default:$(t,e=>`Unknown source type: ${e}`)}let l=Error(`Failed to load chunk ${n} ${o}${e?`: ${e}`:""}`,e?{cause:e}:void 0);throw l.name="ChunkLoadError",l}),x.set(o,l)}return l}function N(e){return`${t}${e.split("/").map(e=>encodeURIComponent(e)).join("/")}${r}`}R.L=function(e){return M(i.Parent,this.m.id,e)},R.R=function(e){let t=this.r(e);return t?.default??t},R.P=function(e){return`/ROOT/${e??""}`},R.q=function(e,t){m.call(this,`${e}${r}`,t)},R.b=function(e,t,o,i){let l="SharedWorker"===e.name,s=[o.map(e=>N(e)).reverse(),r];for(let e of n)s.push(globalThis[e]);let u=new URL(N(t),location.origin),a=JSON.stringify(s);return l?u.searchParams.set("params",a):u.hash="#params="+encodeURIComponent(a),new e(u,i?{...i,type:void 0}:void 0)};let q=/\.js(?:\?[^#]*)?(?:#.*)?$/,K=/\.css(?:\?[^#]*)?(?:#.*)?$/;function L(e){return K.test(e)}u.w=function(t,r,n){return e.loadWebAssembly(i.Parent,this.m.id,t,r,n)},u.u=function(t,r){return e.loadWebAssemblyModule(i.Parent,this.m.id,t,r)};let I={};u.c=I;let W=(e,t)=>{let r=I[e];if(r){if(r.error)throw r.error;return r}return B(e,i.Parent,t.id)};function B(e,t,r){let n=S.get(e);if("function"!=typeof n)throw Error(function(e,t,r){let n;switch(t){case 0:n=`as a runtime entry of chunk ${r}`;break;case 1:n=`because it was required from module ${r}`;break;case 2:n="because of an HMR update";break;default:$(t,e=>`Unknown source type: ${e}`)}return`Module ${e} was instantiated ${n}, but the module factory is not available.`}(e,t,r));let o=h(e),i=o.exports;I[e]=o;let l=new s(o,i);try{n(l,o,i)}catch(e){throw o.error=e,e}return o.namespaceObject&&o.exports!==o.namespaceObject&&g(o.exports,o.namespaceObject),o}function F(t){let r,n=function(e){if("string"==typeof e)return e;if(e)return{src:e.getAttribute("src")};if("u">typeof TURBOPACK_NEXT_CHUNK_URLS)return{src:TURBOPACK_NEXT_CHUNK_URLS.pop()};throw Error("chunk path empty but not in a worker")}(t[0]);return 2===t.length?r=t[1]:(r=void 0,!function(e,t){let r=1;for(;r<e.length;){let n,o=r+1;for(;o<e.length&&"function"!=typeof e[o];)o++;if(o===e.length)throw Error("malformed chunk format, expected a factory function");let i=e[o];for(let i=r;i<o;i++){let r=e[i],o=t.get(r);if(o){n=o;break}}let l=n??i,s=!1;for(let n=r;n<o;n++){let r=e[n];t.has(r)||(s||(l===i&&Object.defineProperty(i,"name",{value:"module evaluation"}),s=!0),t.set(r,l))}r=o+1}}(t,S)),e.registerChunk(n,r)}let X=new Map;function D(e){let t=X.get(e);if(!t){let r,n;t={resolved:!1,loadingStarted:!1,promise:new Promise((e,t)=>{r=e,n=t}),resolve:()=>{t.resolved=!0,r()},reject:n},X.set(e,t)}return t}e={async registerChunk(e,r){let n=function(e){if("string"==typeof e)return e;let r=decodeURIComponent(e.src.replace(/[?#].*$/,""));return r.startsWith(t)?r.slice(t.length):r}(e);if(D("string"==typeof e?N(e):e.src).resolve(),null!=r){for(let e of r.otherChunks)D(N("string"==typeof e?e:e.path));if(await Promise.all(r.otherChunks.map(e=>T(i.Runtime,n,e))),r.runtimeModuleIds.length>0)for(let e of r.runtimeModuleIds)!function(e,t){let r=I[t];if(r){if(r.error)throw r.error;return}B(t,i.Runtime,e)}(n,e)}},loadChunkCached:(e,t)=>(function(e,t){let r=D(t);if(r.loadingStarted)return r.promise;if(e===i.Runtime)return r.loadingStarted=!0,L(t)&&r.resolve(),r.promise;if("function"==typeof importScripts)if(L(t));else if(q.test(t))self.TURBOPACK_NEXT_CHUNK_URLS.push(t),importScripts(t);else throw Error(`can't infer type of chunk from URL ${t} in worker`);else{let e=decodeURI(t);if(L(t))if(document.querySelectorAll(`link[rel=stylesheet][href="${t}"],link[rel=stylesheet][href^="${t}?"],link[rel=stylesheet][href="${e}"],link[rel=stylesheet][href^="${e}?"]`).length>0)r.resolve();else{let e=document.createElement("link");e.rel="stylesheet",e.href=t,e.onerror=()=>{r.reject()},e.onload=()=>{r.resolve()},document.head.appendChild(e)}else if(q.test(t)){let n=document.querySelectorAll(`script[src="${t}"],script[src^="${t}?"],script[src="${e}"],script[src^="${e}?"]`);if(n.length>0)for(let e of Array.from(n))e.addEventListener("error",()=>{r.reject()});else{let e=document.createElement("script");e.src=t,e.onerror=()=>{r.reject()},document.head.appendChild(e)}}else throw Error(`can't infer type of chunk from URL ${t}`)}return r.loadingStarted=!0,r.promise})(e,t),async loadWebAssembly(e,t,r,n,o){let i=fetch(N(r)),{instance:l}=await WebAssembly.instantiateStreaming(i,o);return l.exports},async loadWebAssemblyModule(e,t,r,n){let o=fetch(N(r));return await WebAssembly.compileStreaming(o)}};let H=globalThis.TURBOPACK;globalThis.TURBOPACK={push:F},H.forEach(F)})();
|
|
Binary file
|
package/.next/trace
CHANGED
|
@@ -1,3 +1 @@
|
|
|
1
|
-
[{"name":"generate-buildid","duration":122,"timestamp":2701718549560,"id":4,"parentId":1,"tags":{},"startTime":1774353998097,"traceId":"ba3365a08d2d44a5"},{"name":"load-custom-routes","duration":254,"timestamp":2701718549737,"id":5,"parentId":1,"tags":{},"startTime":1774353998097,"traceId":"ba3365a08d2d44a5"},{"name":"create-dist-dir","duration":2238,"timestamp":2701718550018,"id":6,"parentId":1,"tags":{},"startTime":1774353998098,"traceId":"ba3365a08d2d44a5"},{"name":"clean","duration":21256,"timestamp":2701718552752,"id":7,"parentId":1,"tags":{},"startTime":1774353998100,"traceId":"ba3365a08d2d44a5"},{"name":"discover-routes","duration":3277,"timestamp":2701718580002,"id":8,"parentId":1,"tags":{},"startTime":1774353998128,"traceId":"ba3365a08d2d44a5"},{"name":"create-root-mapping","duration":31,"timestamp":2701718583303,"id":9,"parentId":1,"tags":{},"startTime":1774353998131,"traceId":"ba3365a08d2d44a5"},{"name":"generate-route-types","duration":9406,"timestamp":2701718583997,"id":10,"parentId":1,"tags":{},"startTime":1774353998132,"traceId":"ba3365a08d2d44a5"},{"name":"public-dir-conflict-check","duration":60,"timestamp":2701718593444,"id":11,"parentId":1,"tags":{},"startTime":1774353998141,"traceId":"ba3365a08d2d44a5"},{"name":"generate-routes-manifest","duration":1246,"timestamp":2701718593554,"id":12,"parentId":1,"tags":{},"startTime":1774353998141,"traceId":"ba3365a08d2d44a5"},{"name":"create-entrypoints","duration":6153,"timestamp":2701718860069,"id":17,"parentId":15,"tags":{},"startTime":1774353998408,"traceId":"ba3365a08d2d44a5"},{"name":"generate-webpack-config","duration":137005,"timestamp":2701718866315,"id":18,"parentId":16,"tags":{},"startTime":1774353998414,"traceId":"ba3365a08d2d44a5"},{"name":"next-trace-entrypoint-plugin","duration":936,"timestamp":2701719051556,"id":20,"parentId":19,"tags":{},"startTime":1774353998599,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-ts","duration":19013,"timestamp":2701719261028,"id":36,"parentId":19,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/lib/rpc-manager.ts","layer":"rsc"},"startTime":1774353998809,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-css","duration":639,"timestamp":2701719283036,"id":37,"parentId":19,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/app/globals.css","layer":"rsc"},"startTime":1774353998831,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":240466,"timestamp":2701719053966,"id":29,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Fnew%2Froute&name=app%2Fapi%2Fsessions%2Fnew%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Fnew%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fsessions%2Fnew%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":3637,"timestamp":2701719294998,"id":38,"parentId":19,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/AppShell.tsx","layer":"rsc"},"startTime":1774353998843,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":244621,"timestamp":2701719054029,"id":34,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmodels%2Froute&name=app%2Fapi%2Fmodels%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmodels%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fmodels%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":249407,"timestamp":2701719053950,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Ffiles%2F%5B...path%5D%2Froute&name=app%2Fapi%2Ffiles%2F%5B...path%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Ffiles%2F%5B...path%5D%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Ffiles%2F%5B...path%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998601,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":249416,"timestamp":2701719053960,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fsessions%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2F%5Bid%5D%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":249434,"timestamp":2701719053955,"id":27,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext%2Froute&name=app%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":249406,"timestamp":2701719053993,"id":31,"parentId":21,"tags":{"request":"next-app-loader?page=%2Ffavicon.ico%2Froute&name=app%2Ffavicon.ico%2Froute&pagePath=private-next-app-dir%2Ffavicon.ico&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":249430,"timestamp":2701719053972,"id":30,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2Froute&name=app%2Fapi%2Fsessions%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fsessions%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":249378,"timestamp":2701719054027,"id":33,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmodels-config%2Froute&name=app%2Fapi%2Fmodels-config%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmodels-config%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fmodels-config%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":251058,"timestamp":2701719053917,"id":23,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_global-error%2Fpage&name=app%2F_global-error%2Fpage&pagePath=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error.js&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fapp-error&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998601,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":252534,"timestamp":2701719053648,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998601,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":252157,"timestamp":2701719054031,"id":35,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fpage&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":267136,"timestamp":2701719053935,"id":24,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagent%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fagent%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagent%2F%5Bid%5D%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998601,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":267138,"timestamp":2701719053944,"id":25,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagent%2Fnew%2Froute&name=app%2Fapi%2Fagent%2Fnew%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagent%2Fnew%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fagent%2Fnew%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998601,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":267073,"timestamp":2701719054012,"id":32,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents%2Froute&name=app%2Fapi%2Fagent%2F%5Bid%5D%2Fevents%2Froute&pagePath=private-next-app-dir%2Fapi%2Fagent%2F%5Bid%5D%2Fevents%2Froute.ts&appDir=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp&appPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2Fnew&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1774353998602,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":8154,"timestamp":2701719375097,"id":123,"parentId":19,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/AppShell.tsx","layer":"ssr"},"startTime":1774353998923,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":2003,"timestamp":2701719410275,"id":126,"parentId":123,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/TabBar.tsx","layer":"ssr"},"startTime":1774353998958,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":3566,"timestamp":2701719410453,"id":127,"parentId":123,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/FileViewer.tsx","layer":"ssr"},"startTime":1774353998958,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":9768,"timestamp":2701719410027,"id":125,"parentId":123,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/ChatWindow.tsx","layer":"ssr"},"startTime":1774353998958,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":17056,"timestamp":2701719409610,"id":124,"parentId":123,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/SessionSidebar.tsx","layer":"ssr"},"startTime":1774353998957,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":2856,"timestamp":2701719430876,"id":128,"parentId":125,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/BranchNavigator.tsx","layer":"ssr"},"startTime":1774353998978,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":4682,"timestamp":2701719431139,"id":129,"parentId":125,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/ChatMinimap.tsx","layer":"ssr"},"startTime":1774353998979,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":6714,"timestamp":2701719431362,"id":130,"parentId":125,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/ChatInput.tsx","layer":"ssr"},"startTime":1774353998979,"traceId":"ba3365a08d2d44a5"},{"name":"make","duration":470166,"timestamp":2701719053507,"id":21,"parentId":19,"tags":{},"startTime":1774353998601,"traceId":"ba3365a08d2d44a5"},{"name":"get-entries","duration":496,"timestamp":2701719524445,"id":132,"parentId":131,"tags":{},"startTime":1774353999072,"traceId":"ba3365a08d2d44a5"},{"name":"node-file-trace-plugin","duration":44850,"timestamp":2701719527062,"id":133,"parentId":131,"tags":{"traceEntryCount":"24"},"startTime":1774353999075,"traceId":"ba3365a08d2d44a5"},{"name":"collect-traced-files","duration":413,"timestamp":2701719571924,"id":134,"parentId":131,"tags":{},"startTime":1774353999119,"traceId":"ba3365a08d2d44a5"},{"name":"finish-modules","duration":48003,"timestamp":2701719524336,"id":131,"parentId":20,"tags":{},"startTime":1774353999072,"traceId":"ba3365a08d2d44a5"},{"name":"chunk-graph","duration":13525,"timestamp":2701719589326,"id":136,"parentId":135,"tags":{},"startTime":1774353999137,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-modules","duration":12,"timestamp":2701719602916,"id":138,"parentId":135,"tags":{},"startTime":1774353999150,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-chunks","duration":6034,"timestamp":2701719602965,"id":139,"parentId":135,"tags":{},"startTime":1774353999151,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-tree","duration":14,"timestamp":2701719609036,"id":140,"parentId":135,"tags":{},"startTime":1774353999157,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-chunk-modules","duration":7823,"timestamp":2701719609090,"id":141,"parentId":135,"tags":{},"startTime":1774353999157,"traceId":"ba3365a08d2d44a5"},{"name":"optimize","duration":14050,"timestamp":2701719602888,"id":137,"parentId":135,"tags":{},"startTime":1774353999150,"traceId":"ba3365a08d2d44a5"},{"name":"module-hash","duration":7831,"timestamp":2701719624395,"id":142,"parentId":135,"tags":{},"startTime":1774353999172,"traceId":"ba3365a08d2d44a5"},{"name":"code-generation","duration":79796,"timestamp":2701719632250,"id":143,"parentId":135,"tags":{},"startTime":1774353999180,"traceId":"ba3365a08d2d44a5"},{"name":"hash","duration":3606,"timestamp":2701719714264,"id":144,"parentId":135,"tags":{},"startTime":1774353999262,"traceId":"ba3365a08d2d44a5"},{"name":"code-generation-jobs","duration":113,"timestamp":2701719717869,"id":145,"parentId":135,"tags":{},"startTime":1774353999265,"traceId":"ba3365a08d2d44a5"},{"name":"module-assets","duration":173,"timestamp":2701719717957,"id":146,"parentId":135,"tags":{},"startTime":1774353999266,"traceId":"ba3365a08d2d44a5"},{"name":"create-chunk-assets","duration":1672,"timestamp":2701719718137,"id":147,"parentId":135,"tags":{},"startTime":1774353999266,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":13930,"timestamp":2701719733952,"id":149,"parentId":148,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1774353999282,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":13870,"timestamp":2701719734017,"id":150,"parentId":148,"tags":{"name":"../app/_global-error/page.js","cache":"HIT"},"startTime":1774353999282,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11720,"timestamp":2701719736168,"id":153,"parentId":148,"tags":{"name":"../app/api/files/[...path]/route.js","cache":"HIT"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11711,"timestamp":2701719736180,"id":154,"parentId":148,"tags":{"name":"../app/api/sessions/[id]/context/route.js","cache":"HIT"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11709,"timestamp":2701719736183,"id":155,"parentId":148,"tags":{"name":"../app/api/sessions/[id]/route.js","cache":"HIT"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11708,"timestamp":2701719736185,"id":156,"parentId":148,"tags":{"name":"../app/api/sessions/new/route.js","cache":"HIT"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11705,"timestamp":2701719736188,"id":157,"parentId":148,"tags":{"name":"../app/api/sessions/route.js","cache":"HIT"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11698,"timestamp":2701719736197,"id":158,"parentId":148,"tags":{"name":"../app/favicon.ico/route.js","cache":"HIT"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11359,"timestamp":2701719736537,"id":160,"parentId":148,"tags":{"name":"../app/api/models-config/route.js","cache":"HIT"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11350,"timestamp":2701719736546,"id":161,"parentId":148,"tags":{"name":"../app/api/models/route.js","cache":"HIT"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":49,"timestamp":2701719747848,"id":163,"parentId":148,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1774353999295,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":33,"timestamp":2701719747864,"id":164,"parentId":148,"tags":{"name":"573.js","cache":"HIT"},"startTime":1774353999295,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":26,"timestamp":2701719747872,"id":165,"parentId":148,"tags":{"name":"65.js","cache":"HIT"},"startTime":1774353999295,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":25,"timestamp":2701719747874,"id":166,"parentId":148,"tags":{"name":"741.js","cache":"HIT"},"startTime":1774353999295,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":23,"timestamp":2701719747876,"id":167,"parentId":148,"tags":{"name":"813.js","cache":"HIT"},"startTime":1774353999295,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":22,"timestamp":2701719747878,"id":168,"parentId":148,"tags":{"name":"63.js","cache":"HIT"},"startTime":1774353999295,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":21,"timestamp":2701719747880,"id":169,"parentId":148,"tags":{"name":"918.js","cache":"HIT"},"startTime":1774353999295,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":12134,"timestamp":2701719735874,"id":152,"parentId":148,"tags":{"name":"../app/api/agent/new/route.js","cache":"MISS"},"startTime":1774353999283,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":14001,"timestamp":2701719734022,"id":151,"parentId":148,"tags":{"name":"../app/api/agent/[id]/route.js","cache":"MISS"},"startTime":1774353999282,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":11830,"timestamp":2701719736201,"id":159,"parentId":148,"tags":{"name":"../app/api/agent/[id]/events/route.js","cache":"MISS"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":75739,"timestamp":2701719736552,"id":162,"parentId":148,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1774353999284,"traceId":"ba3365a08d2d44a5"},{"name":"minify-webpack-plugin-optimize","duration":83502,"timestamp":2701719728800,"id":148,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1774353999276,"traceId":"ba3365a08d2d44a5"},{"name":"css-minimizer-plugin","duration":104,"timestamp":2701719812417,"id":170,"parentId":19,"tags":{},"startTime":1774353999360,"traceId":"ba3365a08d2d44a5"},{"name":"create-trace-assets","duration":915,"timestamp":2701719812658,"id":171,"parentId":20,"tags":{},"startTime":1774353999360,"traceId":"ba3365a08d2d44a5"},{"name":"seal","duration":237150,"timestamp":2701719581020,"id":135,"parentId":19,"tags":{},"startTime":1774353999129,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-compilation","duration":773243,"timestamp":2701719050677,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1774353998598,"traceId":"ba3365a08d2d44a5"},{"name":"emit","duration":5144,"timestamp":2701719824126,"id":172,"parentId":16,"tags":{},"startTime":1774353999372,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-close","duration":167350,"timestamp":2701719829898,"id":173,"parentId":16,"tags":{"name":"server"},"startTime":1774353999377,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-generate-error-stats","duration":1261,"timestamp":2701719997291,"id":174,"parentId":173,"tags":{},"startTime":1774353999545,"traceId":"ba3365a08d2d44a5"},{"name":"run-webpack-compiler","duration":1138656,"timestamp":2701718860066,"id":16,"parentId":15,"tags":{},"startTime":1774353998408,"traceId":"ba3365a08d2d44a5"},{"name":"format-webpack-messages","duration":45,"timestamp":2701719998726,"id":175,"parentId":15,"tags":{},"startTime":1774353999546,"traceId":"ba3365a08d2d44a5"},{"name":"worker-main-server","duration":1139017,"timestamp":2701718859845,"id":15,"parentId":1,"tags":{},"startTime":1774353998407,"traceId":"ba3365a08d2d44a5"},{"name":"create-entrypoints","duration":4796,"timestamp":2701720248771,"id":179,"parentId":177,"tags":{},"startTime":1774353999796,"traceId":"ba3365a08d2d44a5"},{"name":"generate-webpack-config","duration":128230,"timestamp":2701720253643,"id":180,"parentId":178,"tags":{},"startTime":1774353999801,"traceId":"ba3365a08d2d44a5"},{"name":"make","duration":546,"timestamp":2701720431658,"id":182,"parentId":181,"tags":{},"startTime":1774353999979,"traceId":"ba3365a08d2d44a5"},{"name":"chunk-graph","duration":385,"timestamp":2701720433455,"id":184,"parentId":183,"tags":{},"startTime":1774353999981,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-modules","duration":13,"timestamp":2701720433895,"id":186,"parentId":183,"tags":{},"startTime":1774353999981,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-chunks","duration":85,"timestamp":2701720433950,"id":187,"parentId":183,"tags":{},"startTime":1774353999982,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-tree","duration":12,"timestamp":2701720434065,"id":188,"parentId":183,"tags":{},"startTime":1774353999982,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-chunk-modules","duration":63,"timestamp":2701720434169,"id":189,"parentId":183,"tags":{},"startTime":1774353999982,"traceId":"ba3365a08d2d44a5"},{"name":"optimize","duration":383,"timestamp":2701720433870,"id":185,"parentId":183,"tags":{},"startTime":1774353999981,"traceId":"ba3365a08d2d44a5"},{"name":"module-hash","duration":52,"timestamp":2701720434580,"id":190,"parentId":183,"tags":{},"startTime":1774353999982,"traceId":"ba3365a08d2d44a5"},{"name":"code-generation","duration":73,"timestamp":2701720434655,"id":191,"parentId":183,"tags":{},"startTime":1774353999982,"traceId":"ba3365a08d2d44a5"},{"name":"hash","duration":207,"timestamp":2701720434861,"id":192,"parentId":183,"tags":{},"startTime":1774353999982,"traceId":"ba3365a08d2d44a5"},{"name":"code-generation-jobs","duration":37,"timestamp":2701720435067,"id":193,"parentId":183,"tags":{},"startTime":1774353999983,"traceId":"ba3365a08d2d44a5"},{"name":"module-assets","duration":38,"timestamp":2701720435093,"id":194,"parentId":183,"tags":{},"startTime":1774353999983,"traceId":"ba3365a08d2d44a5"},{"name":"create-chunk-assets","duration":134,"timestamp":2701720435135,"id":195,"parentId":183,"tags":{},"startTime":1774353999983,"traceId":"ba3365a08d2d44a5"}]
|
|
2
|
-
[{"name":"minify-js","duration":105,"timestamp":2701720440139,"id":197,"parentId":196,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1774353999988,"traceId":"ba3365a08d2d44a5"},{"name":"minify-webpack-plugin-optimize","duration":3043,"timestamp":2701720437204,"id":196,"parentId":181,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1774353999985,"traceId":"ba3365a08d2d44a5"},{"name":"css-minimizer-plugin","duration":80,"timestamp":2701720440320,"id":198,"parentId":181,"tags":{},"startTime":1774353999988,"traceId":"ba3365a08d2d44a5"},{"name":"seal","duration":8690,"timestamp":2701720433266,"id":183,"parentId":181,"tags":{},"startTime":1774353999981,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-compilation","duration":12443,"timestamp":2701720429691,"id":181,"parentId":178,"tags":{"name":"edge-server"},"startTime":1774353999977,"traceId":"ba3365a08d2d44a5"},{"name":"emit","duration":987,"timestamp":2701720442362,"id":199,"parentId":178,"tags":{},"startTime":1774353999990,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-close","duration":343,"timestamp":2701720443665,"id":200,"parentId":178,"tags":{"name":"edge-server"},"startTime":1774353999991,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-generate-error-stats","duration":1251,"timestamp":2701720444039,"id":201,"parentId":200,"tags":{},"startTime":1774353999992,"traceId":"ba3365a08d2d44a5"},{"name":"run-webpack-compiler","duration":196573,"timestamp":2701720248764,"id":178,"parentId":177,"tags":{},"startTime":1774353999796,"traceId":"ba3365a08d2d44a5"},{"name":"format-webpack-messages","duration":50,"timestamp":2701720445340,"id":202,"parentId":177,"tags":{},"startTime":1774353999993,"traceId":"ba3365a08d2d44a5"},{"name":"worker-main-edge-server","duration":196935,"timestamp":2701720248535,"id":177,"parentId":1,"tags":{},"startTime":1774353999796,"traceId":"ba3365a08d2d44a5"},{"name":"create-entrypoints","duration":5350,"timestamp":2701720690160,"id":205,"parentId":203,"tags":{},"startTime":1774354000238,"traceId":"ba3365a08d2d44a5"},{"name":"generate-webpack-config","duration":125978,"timestamp":2701720695599,"id":206,"parentId":204,"tags":{},"startTime":1774354000243,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85265,"timestamp":2701720868331,"id":213,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85266,"timestamp":2701720868342,"id":214,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85254,"timestamp":2701720868357,"id":217,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85244,"timestamp":2701720868371,"id":218,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85230,"timestamp":2701720868386,"id":219,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85228,"timestamp":2701720868391,"id":220,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85228,"timestamp":2701720868393,"id":221,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85231,"timestamp":2701720868395,"id":222,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85237,"timestamp":2701720868397,"id":223,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85243,"timestamp":2701720868398,"id":224,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85243,"timestamp":2701720868402,"id":225,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85242,"timestamp":2701720868404,"id":226,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85241,"timestamp":2701720868406,"id":227,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85240,"timestamp":2701720868408,"id":228,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":85239,"timestamp":2701720868410,"id":229,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":116805,"timestamp":2701720868352,"id":216,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":17280,"timestamp":2701720989732,"id":231,"parentId":207,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/AppShell.tsx","layer":"app-pages-browser"},"startTime":1774354000537,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":165552,"timestamp":2701720868314,"id":212,"parentId":208,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":50643,"timestamp":2701721039348,"id":235,"parentId":231,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/TabBar.tsx","layer":"app-pages-browser"},"startTime":1774354000587,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":52435,"timestamp":2701721039688,"id":236,"parentId":231,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/FileViewer.tsx","layer":"app-pages-browser"},"startTime":1774354000587,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":59888,"timestamp":2701721039880,"id":237,"parentId":231,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/ChatWindow.tsx","layer":"app-pages-browser"},"startTime":1774354000587,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":65930,"timestamp":2701721040100,"id":238,"parentId":231,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/SessionSidebar.tsx","layer":"app-pages-browser"},"startTime":1774354000588,"traceId":"ba3365a08d2d44a5"},{"name":"postcss-process","duration":54843,"timestamp":2701721082275,"id":239,"parentId":234,"tags":{},"startTime":1774354000630,"traceId":"ba3365a08d2d44a5"},{"name":"postcss-loader","duration":107397,"timestamp":2701721029776,"id":234,"parentId":233,"tags":{},"startTime":1774354000577,"traceId":"ba3365a08d2d44a5"},{"name":"css-loader","duration":13617,"timestamp":2701721137275,"id":240,"parentId":233,"tags":{"astUsed":"true"},"startTime":1774354000685,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":3623,"timestamp":2701721152833,"id":242,"parentId":237,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/BranchNavigator.tsx","layer":"app-pages-browser"},"startTime":1774354000700,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":5224,"timestamp":2701721153081,"id":243,"parentId":237,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/ChatMinimap.tsx","layer":"app-pages-browser"},"startTime":1774354000701,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-tsx","duration":8554,"timestamp":2701721152543,"id":241,"parentId":237,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/components/ChatInput.tsx","layer":"app-pages-browser"},"startTime":1774354000700,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-css","duration":140887,"timestamp":2701721028148,"id":233,"parentId":232,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/app/globals.css.webpack[javascript/auto]!=!/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!/Users/alex/Documents/Workspace/pi-web/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!/Users/alex/Documents/Workspace/pi-web/app/globals.css","layer":null},"startTime":1774354000576,"traceId":"ba3365a08d2d44a5"},{"name":"build-module-css","duration":157774,"timestamp":2701721018359,"id":232,"parentId":207,"tags":{"name":"/Users/alex/Documents/Workspace/pi-web/app/globals.css","layer":"app-pages-browser"},"startTime":1774354000566,"traceId":"ba3365a08d2d44a5"},{"name":"build-module","duration":56,"timestamp":2701721180022,"id":244,"parentId":232,"tags":{},"startTime":1774354000728,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":311799,"timestamp":2701720868348,"id":215,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":313405,"timestamp":2701720868299,"id":211,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fhttp-access-fallback%2Ferror-boundary.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Frender-from-template-context.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":313666,"timestamp":2701720868046,"id":209,"parentId":208,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":313429,"timestamp":2701720868285,"id":210,"parentId":208,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"add-entry","duration":371909,"timestamp":2701720868412,"id":230,"parentId":208,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Falex%2FDocuments%2FWorkspace%2Fpi-web%2Fcomponents%2FAppShell.tsx%22%2C%22ids%22%3A%5B%22AppShell%22%5D%7D&server=false!"},"startTime":1774354000416,"traceId":"ba3365a08d2d44a5"},{"name":"make","duration":372577,"timestamp":2701720867862,"id":208,"parentId":207,"tags":{},"startTime":1774354000415,"traceId":"ba3365a08d2d44a5"},{"name":"chunk-graph","duration":5008,"timestamp":2701721255209,"id":246,"parentId":245,"tags":{},"startTime":1774354000803,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-modules","duration":14,"timestamp":2701721260276,"id":248,"parentId":245,"tags":{},"startTime":1774354000808,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-chunks","duration":3652,"timestamp":2701721261211,"id":250,"parentId":245,"tags":{},"startTime":1774354000809,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-tree","duration":12,"timestamp":2701721264894,"id":251,"parentId":245,"tags":{},"startTime":1774354000812,"traceId":"ba3365a08d2d44a5"},{"name":"optimize-chunk-modules","duration":7509,"timestamp":2701721264941,"id":252,"parentId":245,"tags":{},"startTime":1774354000812,"traceId":"ba3365a08d2d44a5"},{"name":"optimize","duration":12222,"timestamp":2701721260250,"id":247,"parentId":245,"tags":{},"startTime":1774354000808,"traceId":"ba3365a08d2d44a5"},{"name":"module-hash","duration":6802,"timestamp":2701721278583,"id":253,"parentId":245,"tags":{},"startTime":1774354000826,"traceId":"ba3365a08d2d44a5"},{"name":"code-generation","duration":32227,"timestamp":2701721285407,"id":254,"parentId":245,"tags":{},"startTime":1774354000833,"traceId":"ba3365a08d2d44a5"},{"name":"hash","duration":4224,"timestamp":2701721319097,"id":255,"parentId":245,"tags":{},"startTime":1774354000867,"traceId":"ba3365a08d2d44a5"},{"name":"code-generation-jobs","duration":99,"timestamp":2701721323320,"id":256,"parentId":245,"tags":{},"startTime":1774354000871,"traceId":"ba3365a08d2d44a5"},{"name":"module-assets","duration":150,"timestamp":2701721323393,"id":257,"parentId":245,"tags":{},"startTime":1774354000871,"traceId":"ba3365a08d2d44a5"},{"name":"create-chunk-assets","duration":4144,"timestamp":2701721323547,"id":258,"parentId":245,"tags":{},"startTime":1774354000871,"traceId":"ba3365a08d2d44a5"},{"name":"NextJsBuildManifest-generateClientManifest","duration":861,"timestamp":2701721328893,"id":260,"parentId":207,"tags":{},"startTime":1774354000876,"traceId":"ba3365a08d2d44a5"},{"name":"NextJsBuildManifest-createassets","duration":1300,"timestamp":2701721328458,"id":259,"parentId":207,"tags":{},"startTime":1774354000876,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5634,"timestamp":2701721333205,"id":262,"parentId":261,"tags":{"name":"static/chunks/main-2d23a4c2e25541b7.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5572,"timestamp":2701721333270,"id":263,"parentId":261,"tags":{"name":"static/chunks/main-app-d700fd593b493e20.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5568,"timestamp":2701721333275,"id":264,"parentId":261,"tags":{"name":"static/chunks/app/_not-found/page-887a0af04beed72c.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5565,"timestamp":2701721333278,"id":265,"parentId":261,"tags":{"name":"static/chunks/app/_global-error/page-8f6cb8a6686bc26f.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5566,"timestamp":2701721333281,"id":266,"parentId":261,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-f8fc384fbbe7c16c.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5564,"timestamp":2701721333284,"id":267,"parentId":261,"tags":{"name":"static/chunks/app/layout-7f371d404aaa0970.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5562,"timestamp":2701721333287,"id":268,"parentId":261,"tags":{"name":"static/chunks/next/dist/client/components/builtin/global-error-a638c8f308bb67c3.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5560,"timestamp":2701721333290,"id":269,"parentId":261,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-ee10c62c8df57d6e.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5558,"timestamp":2701721333293,"id":270,"parentId":261,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-99d4f6db82114938.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5552,"timestamp":2701721333299,"id":271,"parentId":261,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-0648e82e804f4ad7.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5546,"timestamp":2701721333307,"id":272,"parentId":261,"tags":{"name":"static/chunks/app/api/agent/[id]/route-8c12f994aabfe3a7.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5539,"timestamp":2701721333314,"id":273,"parentId":261,"tags":{"name":"static/chunks/app/api/agent/new/route-aeaa4c7f01deeb31.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5535,"timestamp":2701721333319,"id":274,"parentId":261,"tags":{"name":"static/chunks/app/api/files/[...path]/route-cebaae20a0b0770c.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5533,"timestamp":2701721333322,"id":275,"parentId":261,"tags":{"name":"static/chunks/app/api/sessions/[id]/context/route-b35bc80afa630989.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5531,"timestamp":2701721333325,"id":276,"parentId":261,"tags":{"name":"static/chunks/app/api/sessions/[id]/route-3d51688f035957fd.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5529,"timestamp":2701721333327,"id":277,"parentId":261,"tags":{"name":"static/chunks/app/api/sessions/new/route-af601d58c06b5f4e.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5528,"timestamp":2701721333330,"id":278,"parentId":261,"tags":{"name":"static/chunks/app/api/sessions/route-2dde305b21bd782a.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5526,"timestamp":2701721333332,"id":279,"parentId":261,"tags":{"name":"static/chunks/app/api/agent/[id]/events/route-706c22307f0287b1.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5524,"timestamp":2701721333335,"id":280,"parentId":261,"tags":{"name":"static/chunks/app/api/models-config/route-b83a93c94dd519af.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":5522,"timestamp":2701721333337,"id":281,"parentId":261,"tags":{"name":"static/chunks/app/api/models/route-95ae94f506feb2ac.js","cache":"HIT"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":195,"timestamp":2701721338665,"id":283,"parentId":261,"tags":{"name":"static/chunks/webpack-7465ba623a767ec7.js","cache":"HIT"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":184,"timestamp":2701721338678,"id":284,"parentId":261,"tags":{"name":"static/chunks/451.be6edb7913629345.js","cache":"HIT"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":181,"timestamp":2701721338681,"id":285,"parentId":261,"tags":{"name":"static/chunks/framework-7095eccdca27f6c8.js","cache":"HIT"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":178,"timestamp":2701721338685,"id":286,"parentId":261,"tags":{"name":"static/chunks/4bd1b696-8893c63c9192106c.js","cache":"HIT"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":176,"timestamp":2701721338688,"id":287,"parentId":261,"tags":{"name":"static/chunks/110-052badb5cd1c3f9a.js","cache":"HIT"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":174,"timestamp":2701721338691,"id":288,"parentId":261,"tags":{"name":"static/chunks/794-ffe414c72fa92af7.js","cache":"HIT"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":172,"timestamp":2701721338694,"id":289,"parentId":261,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":30,"timestamp":2701721338836,"id":293,"parentId":261,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":367,"timestamp":2701721338698,"id":290,"parentId":261,"tags":{"name":"static/UW-CKcK5B6AAyNf06F5iF/_ssgManifest.js","cache":"MISS"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":317,"timestamp":2701721338766,"id":291,"parentId":261,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":386,"timestamp":2701721338804,"id":292,"parentId":261,"tags":{"name":"static/UW-CKcK5B6AAyNf06F5iF/_buildManifest.js","cache":"MISS"},"startTime":1774354000886,"traceId":"ba3365a08d2d44a5"},{"name":"minify-js","duration":23066,"timestamp":2701721333341,"id":282,"parentId":261,"tags":{"name":"static/chunks/app/page-830c41aa78d027e5.js","cache":"MISS"},"startTime":1774354000881,"traceId":"ba3365a08d2d44a5"},{"name":"minify-webpack-plugin-optimize","duration":26197,"timestamp":2701721330215,"id":261,"parentId":207,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1774354000878,"traceId":"ba3365a08d2d44a5"},{"name":"minify-css","duration":112512,"timestamp":2701721356572,"id":295,"parentId":294,"tags":{"file":"static/css/29b559b27de82e2a.css","cache":"MISS"},"startTime":1774354000904,"traceId":"ba3365a08d2d44a5"},{"name":"css-minimizer-plugin","duration":112606,"timestamp":2701721356485,"id":294,"parentId":207,"tags":{},"startTime":1774354000904,"traceId":"ba3365a08d2d44a5"},{"name":"seal","duration":227512,"timestamp":2701721248311,"id":245,"parentId":207,"tags":{},"startTime":1774354000796,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-compilation","duration":609763,"timestamp":2701720866227,"id":207,"parentId":204,"tags":{"name":"client"},"startTime":1774354000414,"traceId":"ba3365a08d2d44a5"}]
|
|
3
|
-
[{"name":"emit","duration":9376,"timestamp":2701721476170,"id":296,"parentId":204,"tags":{},"startTime":1774354001024,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-close","duration":107965,"timestamp":2701721486123,"id":297,"parentId":204,"tags":{"name":"client"},"startTime":1774354001034,"traceId":"ba3365a08d2d44a5"},{"name":"webpack-generate-error-stats","duration":1272,"timestamp":2701721594139,"id":298,"parentId":297,"tags":{},"startTime":1774354001142,"traceId":"ba3365a08d2d44a5"},{"name":"run-webpack-compiler","duration":905409,"timestamp":2701720690157,"id":204,"parentId":203,"tags":{},"startTime":1774354000238,"traceId":"ba3365a08d2d44a5"},{"name":"format-webpack-messages","duration":45,"timestamp":2701721595569,"id":299,"parentId":203,"tags":{},"startTime":1774354001143,"traceId":"ba3365a08d2d44a5"},{"name":"worker-main-client","duration":905742,"timestamp":2701720689952,"id":203,"parentId":1,"tags":{},"startTime":1774354000238,"traceId":"ba3365a08d2d44a5"},{"name":"run-webpack","duration":3006624,"timestamp":2701718598698,"id":14,"parentId":1,"tags":{},"startTime":1774353998146,"traceId":"ba3365a08d2d44a5"},{"name":"run-typescript","duration":1733311,"timestamp":2701721608888,"id":302,"parentId":1,"tags":{},"startTime":1774354001156,"traceId":"ba3365a08d2d44a5"},{"name":"generate-required-server-files","duration":497,"timestamp":2701723343186,"id":304,"parentId":1,"tags":{},"startTime":1774354002891,"traceId":"ba3365a08d2d44a5"},{"name":"check-static-error-page","duration":2650,"timestamp":2701723351110,"id":306,"parentId":305,"tags":{},"startTime":1774354002899,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":232629,"timestamp":2701723354068,"id":322,"parentId":308,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":234704,"timestamp":2701723352044,"id":308,"parentId":305,"tags":{"page":"/_global-error"},"startTime":1774354002900,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":276312,"timestamp":2701723361784,"id":332,"parentId":314,"tags":{},"startTime":1774354002909,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":284942,"timestamp":2701723353205,"id":314,"parentId":305,"tags":{"page":"/api/models"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":286162,"timestamp":2701723354232,"id":330,"parentId":319,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":286999,"timestamp":2701723353428,"id":319,"parentId":305,"tags":{"page":"/favicon.ico"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":292323,"timestamp":2701723354156,"id":326,"parentId":315,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":293242,"timestamp":2701723353260,"id":315,"parentId":305,"tags":{"page":"/api/sessions/[id]/context"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":294929,"timestamp":2701723353978,"id":321,"parentId":307,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":297425,"timestamp":2701723351519,"id":307,"parentId":305,"tags":{"page":"/_not-found"},"startTime":1774354002899,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":290948,"timestamp":2701723362327,"id":333,"parentId":313,"tags":{},"startTime":1774354002910,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":300154,"timestamp":2701723353135,"id":313,"parentId":305,"tags":{"page":"/api/models-config"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":303695,"timestamp":2701723354217,"id":329,"parentId":318,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":304560,"timestamp":2701723353388,"id":318,"parentId":305,"tags":{"page":"/api/sessions"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":305663,"timestamp":2701723354134,"id":325,"parentId":312,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":306727,"timestamp":2701723353087,"id":312,"parentId":305,"tags":{"page":"/api/files/[...path]"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":308867,"timestamp":2701723354200,"id":328,"parentId":317,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":309757,"timestamp":2701723353351,"id":317,"parentId":305,"tags":{"page":"/api/sessions/new"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":311992,"timestamp":2701723354182,"id":327,"parentId":316,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":312906,"timestamp":2701723353303,"id":316,"parentId":305,"tags":{"page":"/api/sessions/[id]"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":303712,"timestamp":2701723362552,"id":334,"parentId":320,"tags":{},"startTime":1774354002910,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":312575,"timestamp":2701723353700,"id":320,"parentId":305,"tags":{"page":"/"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":680421,"timestamp":2701723354114,"id":324,"parentId":311,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":681515,"timestamp":2701723353045,"id":311,"parentId":305,"tags":{"page":"/api/agent/new"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":674394,"timestamp":2701723361320,"id":331,"parentId":309,"tags":{},"startTime":1774354002909,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":683571,"timestamp":2701723352154,"id":309,"parentId":305,"tags":{"page":"/api/agent/[id]/events"},"startTime":1774354002900,"traceId":"ba3365a08d2d44a5"},{"name":"is-page-static","duration":684292,"timestamp":2701723354095,"id":323,"parentId":310,"tags":{},"startTime":1774354002902,"traceId":"ba3365a08d2d44a5"},{"name":"check-page","duration":685397,"timestamp":2701723352996,"id":310,"parentId":305,"tags":{"page":"/api/agent/[id]"},"startTime":1774354002901,"traceId":"ba3365a08d2d44a5"},{"name":"static-check","duration":687586,"timestamp":2701723350825,"id":305,"parentId":1,"tags":{},"startTime":1774354002898,"traceId":"ba3365a08d2d44a5"},{"name":"write-routes-manifest","duration":2216,"timestamp":2701724123832,"id":338,"parentId":1,"tags":{},"startTime":1774354003671,"traceId":"ba3365a08d2d44a5"},{"name":"load-dotenv","duration":13,"timestamp":2701724289655,"id":341,"parentId":340,"tags":{},"startTime":1774354003837,"traceId":"ba3365a08d2d44a5"},{"name":"run-export-path-map","duration":203,"timestamp":2701724521137,"id":342,"parentId":340,"tags":{},"startTime":1774354004069,"traceId":"ba3365a08d2d44a5"},{"name":"next-export","duration":346317,"timestamp":2701724289212,"id":340,"parentId":1,"tags":{},"startTime":1774354003837,"traceId":"ba3365a08d2d44a5"},{"name":"move-exported-app-not-found-","duration":8727,"timestamp":2701724636229,"id":343,"parentId":339,"tags":{},"startTime":1774354004184,"traceId":"ba3365a08d2d44a5"},{"name":"move-exported-app-global-error-","duration":5937,"timestamp":2701724644994,"id":344,"parentId":339,"tags":{},"startTime":1774354004193,"traceId":"ba3365a08d2d44a5"},{"name":"static-generation","duration":514602,"timestamp":2701724286108,"id":339,"parentId":1,"tags":{},"startTime":1774354003834,"traceId":"ba3365a08d2d44a5"},{"name":"write-routes-manifest","duration":52487,"timestamp":2701724800881,"id":345,"parentId":1,"tags":{},"startTime":1774354004348,"traceId":"ba3365a08d2d44a5"},{"name":"node-file-trace-build","duration":6687892,"timestamp":2701724120864,"id":337,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1774354003668,"traceId":"ba3365a08d2d44a5"},{"name":"apply-include-excludes","duration":385,"timestamp":2701730808769,"id":346,"parentId":1,"tags":{},"startTime":1774354010356,"traceId":"ba3365a08d2d44a5"},{"name":"collect-build-traces","duration":6770109,"timestamp":2701724039053,"id":336,"parentId":1,"tags":{},"startTime":1774354003587,"traceId":"ba3365a08d2d44a5"},{"name":"print-tree-view","duration":942,"timestamp":2701730809724,"id":347,"parentId":1,"tags":{},"startTime":1774354010357,"traceId":"ba3365a08d2d44a5"},{"name":"telemetry-flush","duration":20,"timestamp":2701730810672,"id":348,"parentId":1,"tags":{},"startTime":1774354010358,"traceId":"ba3365a08d2d44a5"},{"name":"next-build","duration":12281388,"timestamp":2701718529308,"id":1,"tags":{"buildMode":"default","version":"16.2.1","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1774353998077,"traceId":"ba3365a08d2d44a5"}]
|
|
1
|
+
[{"name":"generate-buildid","duration":119,"timestamp":2705948684762,"id":4,"parentId":1,"tags":{},"startTime":1774358228238,"traceId":"0225b1acf43154e5"},{"name":"load-custom-routes","duration":209,"timestamp":2705948684942,"id":5,"parentId":1,"tags":{},"startTime":1774358228239,"traceId":"0225b1acf43154e5"},{"name":"create-dist-dir","duration":2265,"timestamp":2705948685163,"id":6,"parentId":1,"tags":{},"startTime":1774358228239,"traceId":"0225b1acf43154e5"},{"name":"clean","duration":20674,"timestamp":2705948687840,"id":7,"parentId":1,"tags":{},"startTime":1774358228242,"traceId":"0225b1acf43154e5"},{"name":"discover-routes","duration":3147,"timestamp":2705948713322,"id":8,"parentId":1,"tags":{},"startTime":1774358228267,"traceId":"0225b1acf43154e5"},{"name":"create-root-mapping","duration":31,"timestamp":2705948716485,"id":9,"parentId":1,"tags":{},"startTime":1774358228270,"traceId":"0225b1acf43154e5"},{"name":"generate-route-types","duration":8358,"timestamp":2705948717176,"id":10,"parentId":1,"tags":{},"startTime":1774358228271,"traceId":"0225b1acf43154e5"},{"name":"public-dir-conflict-check","duration":48,"timestamp":2705948725567,"id":11,"parentId":1,"tags":{},"startTime":1774358228279,"traceId":"0225b1acf43154e5"},{"name":"generate-routes-manifest","duration":1246,"timestamp":2705948725662,"id":12,"parentId":1,"tags":{},"startTime":1774358228279,"traceId":"0225b1acf43154e5"},{"name":"run-turbopack","duration":1834165,"timestamp":2705948730896,"id":14,"parentId":1,"tags":{},"startTime":1774358228285,"traceId":"0225b1acf43154e5"},{"name":"turbopack-build-events","duration":44,"timestamp":2705948836807,"id":15,"parentId":1,"tags":{},"startTime":1774358228391,"traceId":"0225b1acf43154e5"},{"name":"run-typescript","duration":1755637,"timestamp":2705950583903,"id":16,"parentId":1,"tags":{},"startTime":1774358230138,"traceId":"0225b1acf43154e5"},{"name":"generate-required-server-files","duration":473,"timestamp":2705952340370,"id":18,"parentId":1,"tags":{},"startTime":1774358231894,"traceId":"0225b1acf43154e5"},{"name":"check-static-error-page","duration":6382,"timestamp":2705952349549,"id":20,"parentId":19,"tags":{},"startTime":1774358231903,"traceId":"0225b1acf43154e5"},{"name":"is-page-static","duration":249294,"timestamp":2705952356283,"id":36,"parentId":22,"tags":{},"startTime":1774358231910,"traceId":"0225b1acf43154e5"},{"name":"check-page","duration":253414,"timestamp":2705952352221,"id":22,"parentId":19,"tags":{"page":"/_global-error"},"startTime":1774358231906,"traceId":"0225b1acf43154e5"},{"name":"is-page-static","duration":280308,"timestamp":2705952356405,"id":41,"parentId":30,"tags":{},"startTime":1774358231910,"traceId":"0225b1acf43154e5"},{"name":"check-page","duration":281348,"timestamp":2705952355419,"id":30,"parentId":19,"tags":{"page":"/api/sessions/[id]"},"startTime":1774358231909,"traceId":"0225b1acf43154e5"},{"name":"is-page-static","duration":284535,"timestamp":2705952358150,"id":47,"parentId":28,"tags":{},"startTime":1774358231912,"traceId":"0225b1acf43154e5"},{"name":"check-page","duration":287415,"timestamp":2705952355308,"id":28,"parentId":19,"tags":{"page":"/api/models"},"startTime":1774358231909,"traceId":"0225b1acf43154e5"},{"name":"is-page-static","duration":291709,"timestamp":2705952356455,"id":43,"parentId":32,"tags":{},"startTime":1774358231910,"traceId":"0225b1acf43154e5"},{"name":"check-page","duration":292673,"timestamp":2705952355522,"id":32,"parentId":19,"tags":{"page":"/api/sessions"},"startTime":1774358231909,"traceId":"0225b1acf43154e5"},{"name":"is-page-static","duration":297316,"timestamp":2705952356471,"id":44,"parentId":33,"tags":{},"startTime":1774358231910,"traceId":"0225b1acf43154e5"},{"name":"check-page","duration":298254,"timestamp":2705952355567,"id":33,"parentId":19,"tags":{"page":"/favicon.ico"},"startTime":1774358231909,"traceId":"0225b1acf43154e5"},{"name":"is-page-static","duration":299702,"timestamp":2705952358083,"id":46,"parentId":27,"tags":{},"startTime":1774358231912,"traceId":"0225b1acf43154e5"},{"name":"check-page","duration":302585,"timestamp":2705952355216,"id":27,"parentId":19,"tags":{"page":"/api/models-config"},"startTime":1774358231909,"traceId":"0225b1acf43154e5"},{"name":"is-page-static","duration":301412,"timestamp":2705952356435,"id":42,"parentId":31,"tags":{},"startTime":1774358231910,"traceId":"0225b1acf43154e5"},{"name":"check-page","duration":302380,"timestamp":2705952355473,"id":31,"parentId":19,"tags":{"page":"/api/sessions/new"},"startTime":1774358231909,"traceId":"0225b1acf43154e5"},{"name":"is-page-static","duration":304332,"timestamp":2705952356363,"id":39,"parentId":26,"tags":{},"startTime":1774358231910,"traceId":"0225b1acf43154e5"},{"name":"check-page","duration":305544,"timestamp":2705952355164,"id":26,"parentId":19,"tags":{"page":"/api/files/[...path]"},"startTime":1774358231909,"traceId":"0225b1acf43154e5"},{"name":"is-page-static","duration":309262,"timestamp":2705952356383,"id":40,"parentId":29,"tags":{},"startTime":1774358231910,"traceId":"0225b1acf43154e5"},{"name":"check-page","duration":310289,"timestamp":2705952355370,"id":29,"parentId":19,"tags":{"page":"/api/sessions/[id]/context"},"startTime":1774358231909,"traceId":"0225b1acf43154e5"},{"name":"is-page-static","duration":309526,"timestamp":2705952356164,"id":35,"parentId":21,"tags":{},"startTime":1774358231910,"traceId":"0225b1acf43154e5"},{"name":"check-page","duration":314643,"timestamp":2705952351053,"id":21,"parentId":19,"tags":{"page":"/_not-found"},"startTime":1774358231905,"traceId":"0225b1acf43154e5"},{"name":"is-page-static","duration":307479,"timestamp":2705952358235,"id":48,"parentId":34,"tags":{},"startTime":1774358231912,"traceId":"0225b1acf43154e5"},{"name":"check-page","duration":309850,"timestamp":2705952355866,"id":34,"parentId":19,"tags":{"page":"/"},"startTime":1774358231910,"traceId":"0225b1acf43154e5"},{"name":"is-page-static","duration":646804,"timestamp":2705952356338,"id":38,"parentId":25,"tags":{},"startTime":1774358231910,"traceId":"0225b1acf43154e5"},{"name":"check-page","duration":648055,"timestamp":2705952355110,"id":25,"parentId":19,"tags":{"page":"/api/agent/new"},"startTime":1774358231909,"traceId":"0225b1acf43154e5"},{"name":"is-page-static","duration":648107,"timestamp":2705952356319,"id":37,"parentId":24,"tags":{},"startTime":1774358231910,"traceId":"0225b1acf43154e5"},{"name":"check-page","duration":649413,"timestamp":2705952355019,"id":24,"parentId":19,"tags":{"page":"/api/agent/[id]"},"startTime":1774358231909,"traceId":"0225b1acf43154e5"},{"name":"is-page-static","duration":653488,"timestamp":2705952357842,"id":45,"parentId":23,"tags":{},"startTime":1774358231912,"traceId":"0225b1acf43154e5"},{"name":"check-page","duration":658852,"timestamp":2705952352483,"id":23,"parentId":19,"tags":{"page":"/api/agent/[id]/events"},"startTime":1774358231906,"traceId":"0225b1acf43154e5"},{"name":"static-check","duration":662384,"timestamp":2705952348962,"id":19,"parentId":1,"tags":{},"startTime":1774358231903,"traceId":"0225b1acf43154e5"},{"name":"write-routes-manifest","duration":248,"timestamp":2705953012041,"id":50,"parentId":1,"tags":{},"startTime":1774358232566,"traceId":"0225b1acf43154e5"},{"name":"load-dotenv","duration":14,"timestamp":2705953016152,"id":53,"parentId":52,"tags":{},"startTime":1774358232570,"traceId":"0225b1acf43154e5"},{"name":"run-export-path-map","duration":183,"timestamp":2705953017175,"id":54,"parentId":52,"tags":{},"startTime":1774358232571,"traceId":"0225b1acf43154e5"},{"name":"next-export","duration":87364,"timestamp":2705953015699,"id":52,"parentId":1,"tags":{},"startTime":1774358232569,"traceId":"0225b1acf43154e5"},{"name":"move-exported-app-not-found-","duration":381,"timestamp":2705953103704,"id":55,"parentId":51,"tags":{},"startTime":1774358232657,"traceId":"0225b1acf43154e5"},{"name":"move-exported-app-global-error-","duration":288,"timestamp":2705953104118,"id":56,"parentId":51,"tags":{},"startTime":1774358232658,"traceId":"0225b1acf43154e5"},{"name":"static-generation","duration":91937,"timestamp":2705953013228,"id":51,"parentId":1,"tags":{},"startTime":1774358232567,"traceId":"0225b1acf43154e5"},{"name":"write-routes-manifest","duration":126,"timestamp":2705953105244,"id":57,"parentId":1,"tags":{},"startTime":1774358232659,"traceId":"0225b1acf43154e5"},{"name":"print-tree-view","duration":1203,"timestamp":2705953114238,"id":58,"parentId":1,"tags":{},"startTime":1774358232668,"traceId":"0225b1acf43154e5"},{"name":"write-route-bundle-stats","duration":1990,"timestamp":2705953115452,"id":59,"parentId":1,"tags":{},"startTime":1774358232669,"traceId":"0225b1acf43154e5"},{"name":"telemetry-flush","duration":490806,"timestamp":2705953117452,"id":60,"parentId":1,"tags":{},"startTime":1774358232671,"traceId":"0225b1acf43154e5"},{"name":"next-build","duration":4944785,"timestamp":2705948663570,"id":1,"tags":{"buildMode":"default","version":"16.2.1","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1774358228217,"traceId":"0225b1acf43154e5"}]
|
package/.next/trace-build
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"name":"run-
|
|
1
|
+
[{"name":"run-turbopack","duration":1834165,"timestamp":2705948730896,"id":14,"parentId":1,"tags":{},"startTime":1774358228285,"traceId":"0225b1acf43154e5"},{"name":"turbopack-build-events","duration":44,"timestamp":2705948836807,"id":15,"parentId":1,"tags":{},"startTime":1774358228391,"traceId":"0225b1acf43154e5"},{"name":"run-typescript","duration":1755637,"timestamp":2705950583903,"id":16,"parentId":1,"tags":{},"startTime":1774358230138,"traceId":"0225b1acf43154e5"},{"name":"static-check","duration":662384,"timestamp":2705952348962,"id":19,"parentId":1,"tags":{},"startTime":1774358231903,"traceId":"0225b1acf43154e5"},{"name":"static-generation","duration":91937,"timestamp":2705953013228,"id":51,"parentId":1,"tags":{},"startTime":1774358232567,"traceId":"0225b1acf43154e5"},{"name":"telemetry-flush","duration":490806,"timestamp":2705953117452,"id":60,"parentId":1,"tags":{},"startTime":1774358232671,"traceId":"0225b1acf43154e5"},{"name":"next-build","duration":4944785,"timestamp":2705948663570,"id":1,"tags":{"buildMode":"default","version":"16.2.1","bundler":"turbopack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1774358228217,"traceId":"0225b1acf43154e5"}]
|
package/.next/turbopack
ADDED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agegr/pi-web",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Web UI for the pi coding agent",
|
|
5
5
|
"bin": {
|
|
6
6
|
"pi-web": "bin/pi-web.js"
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
],
|
|
18
18
|
"scripts": {
|
|
19
19
|
"dev": "next dev -p 3030",
|
|
20
|
-
"build": "next build
|
|
20
|
+
"build": "next build",
|
|
21
21
|
"start": "next start -p 3030",
|
|
22
22
|
"lint": "eslint .",
|
|
23
23
|
"release": "npm version patch --no-git-tag-version && npm run build && npm publish --access public"
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
1:"$Sreact.fragment"
|
|
2
|
-
2:I[7121,[],""]
|
|
3
|
-
3:I[4581,[],""]
|
|
4
|
-
4:[]
|
|
5
|
-
0:{"rsc":["$","$1","c",{"children":[null,["$","$L2",null,{"parallelRouterKey":"children","template":["$","$L3",null,{}]}]]}],"isPartial":false,"staleTime":300,"varyParams":"$W4","buildId":"UW-CKcK5B6AAyNf06F5iF"}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
"use strict";exports.id=573,exports.ids=[573],exports.modules={8573:(a,b,c)=>{c.d(b,{Uv:()=>t,T$:()=>p,H6:()=>s,fZ:()=>n,UY:()=>u,O6:()=>l,zU:()=>k,DK:()=>r,invalidateModelCache:()=>m,BR:()=>w,dQ:()=>q,os:()=>x});var d=c(9021),e=c(3873),f=c(1820);function g(){let a=process.env.PI_CODING_AGENT_DIR;return a?"~"===a?(0,f.homedir)():a.startsWith("~/")?(0,f.homedir)()+a.slice(1):a:(0,e.join)((0,f.homedir)(),".pi","agent")}function h(){return(0,e.join)(g(),"sessions")}let i=null;function j(){if(i)return i;i=new Map;let a=(0,e.join)(g(),"models.json");if(!(0,d.existsSync)(a))return i;try{let b=JSON.parse((0,d.readFileSync)(a,"utf8"));for(let[a,c]of Object.entries(b.providers??{}))for(let b of c.models??[])b.id&&b.name&&i.set(`${a}:${b.id}`,{id:b.id,name:b.name,provider:a})}catch{}return i}function k(){let a=new Map;for(let b of j().values())a.set(b.id,b.name);return a}function l(){return Array.from(j().values())}function m(){i=null}function n(){let a=(0,e.join)(g(),"settings.json");if(!(0,d.existsSync)(a))return null;try{let b=JSON.parse((0,d.readFileSync)(a,"utf8"));if(!b.defaultProvider)return null;if(b.defaultModel)return{provider:b.defaultProvider,modelId:b.defaultModel};let c=Array.from(j().values()).find(a=>a.provider===b.defaultProvider);if(c)return{provider:c.provider,modelId:c.id}}catch{}return null}function o(a){if(!(0,d.existsSync)(a))return[];let b=(0,d.readFileSync)(a,"utf8"),c=[];for(let a of b.trim().split("\n"))if(a.trim())try{c.push(JSON.parse(a))}catch{}return c}function p(a){try{let b,c,e=o(a);if(0===e.length)return null;let f=e[0];if("session"!==f.type)return null;let g=(0,d.statSync)(a),h=f.id,i=f.cwd??"",j=f.timestamp,k=f.parentSession?(c=(f.parentSession.replace(/\\/g,"/").split("/").pop()??"").match(/_([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})\.jsonl$/i),c?.[1]):void 0,l=0,m="";for(let a of e){if("session_info"===a.type&&a.name&&(b=a.name.trim()),"message"!==a.type)continue;l++;let c=a.message;if("user"!==c.role&&"assistant"!==c.role)continue;let d=function(a){let b=a.content;return"string"==typeof b?b:Array.isArray(b)?b.filter(a=>"text"===a.type).map(a=>a.text).join(" "):""}(c);m||"user"!==c.role||(m=d)}return{path:a,id:h,cwd:i,name:b,created:j,modified:g.mtime.toISOString(),messageCount:l,firstMessage:m||"(no messages)",parentSessionId:k}}catch{return null}}async function q(){let a=h(),b=[];if(!(0,d.existsSync)(a))return b;try{for(let c of(0,d.readdirSync)(a,{withFileTypes:!0}).filter(a=>a.isDirectory()).map(b=>(0,e.join)(a,b.name)))try{for(let a of(0,d.readdirSync)(c).filter(a=>a.endsWith(".jsonl")).map(a=>(0,e.join)(c,a))){let c=p(a);c&&b.push(c)}}catch{}}catch{}return b.sort((a,b)=>new Date(b.modified).getTime()-new Date(a.modified).getTime()),b}function r(a){return o(a).filter(a=>"session"!==a.type)}function s(a){let b=new Map;for(let c of a)"label"===c.type&&(c.label?b.set(c.targetId,c.label):b.delete(c.targetId));let c=new Map,d=[];for(let d of a)c.set(d.id,{entry:d,children:[],label:b.get(d.id)});for(let b of a){let a=c.get(b.id);if(b.parentId){let e=c.get(b.parentId);e?e.children.push(a):d.push(a)}else d.push(a)}let e=[...d];for(;e.length>0;){let a=e.pop();a.children.sort((a,b)=>new Date(a.entry.timestamp).getTime()-new Date(b.entry.timestamp).getTime()),e.push(...a.children)}return d}function t(a,b){let c,d=new Map;for(let b of a)d.set(b.id,b);if(null===b||(b&&(c=d.get(b)),c||(c=a[a.length-1]),!c))return{messages:[],entryIds:[],thinkingLevel:"off",model:null};let e=[],f=c;for(;f;)e.unshift(f),f=f.parentId?d.get(f.parentId):void 0;let g="off",h=null,i=null;for(let a of e)if("thinking_level_change"===a.type)g=a.thinkingLevel;else if("model_change"===a.type)h={provider:a.provider,modelId:a.modelId};else if("message"===a.type&&"assistant"===a.message.role){let b=a.message;h={provider:b.provider,modelId:b.model}}else"compaction"===a.type&&(i=a);let j=[],k=[],l=a=>{"message"===a.type&&(j.push(function(a){if("assistant"!==a.role||!Array.isArray(a.content))return a;let b=a.content.map(a=>"toolCall"!==a.type?a:{type:"toolCall",toolCallId:a.toolCallId??a.id,toolName:a.toolName??a.name,input:a.input??a.arguments});return{...a,content:b}}(a.message)),k.push(a.id))};if(i){let a={role:"user",content:`*The conversation history before this point was compacted into the following summary:*
|
|
2
|
-
|
|
3
|
-
${i.summary}`,timestamp:new Date(i.timestamp).getTime()};j.push(a),k.push(i.id);let b=e.findIndex(a=>"compaction"===a.type&&a.id===i.id),c=e.findIndex((a,c)=>c<b&&a.id===i.firstKeptEntryId),d=c>=0?c:b;for(let a=d;a<b;a++)l(e[a]);for(let a=b+1;a<e.length;a++)l(e[a])}else for(let a of e)l(a);return{messages:j,entryIds:k,thinkingLevel:g,model:h}}function u(a){return 0===a.length?null:a[a.length-1].id}function v(){return globalThis.__piSessionPathCache||(globalThis.__piSessionPathCache=new Map),globalThis.__piSessionPathCache}function w(a){v().delete(a)}function x(a){let b=v(),c=b.get(a);if(c&&(0,d.existsSync)(c))return c;let f=h();if(!(0,d.existsSync)(f))return null;try{for(let c of(0,d.readdirSync)(f,{withFileTypes:!0}).filter(a=>a.isDirectory()).map(a=>(0,e.join)(f,a.name)))try{for(let f of(0,d.readdirSync)(c).filter(a=>a.endsWith(".jsonl"))){let g=(0,e.join)(c,f),h=(0,d.readFileSync)(g,"utf8").split("\n")[0];try{let c=JSON.parse(h);if("session"===c.type&&c.id===a)return b.set(a,g),g}catch{}}}catch{}}catch{}return null}}};
|