@baique/pi-web-sky 0.1.10 → 0.1.12
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 +11 -8
- package/.next/build-manifest.json +3 -3
- package/.next/react-loadable-manifest.json +8 -0
- package/.next/required-server-files.js +3 -2
- package/.next/required-server-files.json +3 -2
- package/.next/routes-manifest.json +22 -0
- package/.next/server/app/_global-error/page.js +2 -2
- package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_global-error.html +1 -1
- package/.next/server/app/_global-error.rsc +1 -1
- package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/server/app/_not-found/page.js +1 -1
- package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/server/app/_not-found.html +1 -1
- package/.next/server/app/_not-found.rsc +3 -3
- package/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +3 -3
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/api/agent/[id]/bash-output/route.js +1 -1
- package/.next/server/app/api/agent/[id]/events/route.js +1 -1
- package/.next/server/app/api/agent/[id]/route.js +1 -1
- package/.next/server/app/api/agent/new/route.js +1 -1
- package/.next/server/app/api/agent/running/events/route.js +1 -1
- package/.next/server/app/api/agent/running/route.js +1 -1
- package/.next/server/app/api/app-update/route.js +1 -1
- package/.next/server/app/api/auth/all-providers/route.js +1 -1
- package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/login/[provider]/route.js +2 -2
- package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
- package/.next/server/app/api/auth/providers/route.js +1 -1
- package/.next/server/app/api/cwd/browse/route.js +1 -1
- package/.next/server/app/api/cwd/validate/route.js +1 -1
- package/.next/server/app/api/default-cwd/route.js +1 -1
- package/.next/server/app/api/file-index/route.js +1 -1
- package/.next/server/app/api/files/[...path]/route.js +1 -1
- package/.next/server/app/api/git/diff/route.js +1 -1
- package/.next/server/app/api/git/status/route.js +1 -1
- package/.next/server/app/api/home/route.js +1 -1
- package/.next/server/app/api/models/route.js +1 -1
- package/.next/server/app/api/models-config/catalog/route.js +1 -1
- package/.next/server/app/api/models-config/discover/route.js +1 -1
- package/.next/server/app/api/models-config/route.js +1 -1
- package/.next/server/app/api/models-config/test/route.js +1 -1
- package/.next/server/app/api/plugins/route.js +1 -1
- package/.next/server/app/api/project-trust/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/auto-name/route.js +2 -2
- package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/export/route.js +2 -2
- package/.next/server/app/api/sessions/[id]/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/state/route.js +1 -1
- package/.next/server/app/api/sessions/[id]/todos/route.js +1 -1
- package/.next/server/app/api/sessions/route.js +1 -1
- package/.next/server/app/api/skills/check/route.js +1 -1
- package/.next/server/app/api/skills/install/route.js +1 -1
- package/.next/server/app/api/skills/route.js +2 -2
- package/.next/server/app/api/skills/search/route.js +1 -1
- package/.next/server/app/api/skills/update/route.js +1 -1
- package/.next/server/app/api/terminal/[id]/events/route.js +6 -0
- package/.next/server/app/api/terminal/[id]/events/route.js.nft.json +1 -0
- package/.next/server/app/api/terminal/[id]/events/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/terminal/[id]/route.js +3 -0
- package/.next/server/app/api/terminal/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/terminal/[id]/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/terminal/route.js +3 -0
- package/.next/server/app/api/terminal/route.js.nft.json +1 -0
- package/.next/server/app/api/terminal/route_client-reference-manifest.js +1 -0
- package/.next/server/app/api/worktrees/route.js +1 -1
- package/.next/server/app/favicon.ico/route.js +1 -1
- package/.next/server/app/index.html +1 -1
- package/.next/server/app/index.rsc +5 -5
- package/.next/server/app/index.segments/__PAGE__.segment.rsc +5 -5
- package/.next/server/app/index.segments/_full.segment.rsc +5 -5
- package/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/server/app/manifest.webmanifest/route.js +2 -2
- package/.next/server/app/page.js +8 -8
- package/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/server/app-paths-manifest.json +11 -8
- package/.next/server/middleware-build-manifest.js +1 -1
- package/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/.next/server/pages/404.html +1 -1
- package/.next/server/pages/500.html +1 -1
- package/.next/static/FVAO0Wwe6mW5DaBqiTuS0/_buildManifest.js +1 -0
- package/.next/static/chunks/1074-6cfca65ac411b2b8.js +7 -0
- package/.next/static/chunks/3266.6d3cd40ecc314442.js +1 -0
- package/.next/static/chunks/app/_global-error/page-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/bash-output/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/events/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/agent/[id]/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/agent/new/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/agent/running/events/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/agent/running/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/app-update/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/auth/all-providers/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/auth/login/[provider]/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/auth/providers/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/cwd/browse/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/cwd/validate/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/default-cwd/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/file-index/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/files/[...path]/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/git/diff/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/git/status/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/home/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/models/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/models-config/catalog/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/models-config/discover/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/models-config/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/models-config/test/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/plugins/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/project-trust/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/context/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/export/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/state/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/sessions/[id]/todos/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/sessions/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/skills/check/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/skills/install/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/skills/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/skills/search/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/skills/update/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/terminal/[id]/events/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/terminal/[id]/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/terminal/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/api/worktrees/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/{layout-3776f813b2f6c9a2.js → layout-adb377f5b4af0524.js} +1 -1
- package/.next/static/chunks/app/manifest.webmanifest/route-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/app/page-f4290f7c5b91d3a6.js +87 -0
- package/.next/static/chunks/e868780c.1584512c612787d7.js +18 -0
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-76cf4b5393676543.js +1 -0
- package/.next/static/chunks/webpack-09499b33d3450792.js +1 -0
- package/.next/static/css/374e92f246b4e619.css +1 -0
- package/.next/static/css/659eccb5db697b76.css +1 -0
- package/.next/trace +6 -6
- package/.next/trace-build +1 -1
- package/.next/types/app/api/terminal/[id]/events/route.ts +353 -0
- package/.next/types/app/api/terminal/[id]/route.ts +353 -0
- package/.next/types/app/api/terminal/route.ts +353 -0
- package/.next/types/routes.d.ts +4 -1
- package/.next/types/validator.ts +27 -0
- package/README.md +4 -0
- package/README.zh-CN.md +2 -0
- package/next.config.ts +3 -0
- package/package.json +4 -1
- package/.next/static/NUDc18a3O24kyFgNTpVAW/_buildManifest.js +0 -1
- package/.next/static/chunks/3249-d891ccff87c62b6d.js +0 -7
- package/.next/static/chunks/app/_global-error/page-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/bash-output/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/events/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/agent/[id]/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/agent/new/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/agent/running/events/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/agent/running/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/app-update/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/auth/all-providers/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/auth/api-key/[provider]/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/auth/login/[provider]/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/auth/logout/[provider]/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/auth/providers/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/cwd/browse/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/cwd/validate/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/default-cwd/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/file-index/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/files/[...path]/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/git/diff/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/git/status/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/home/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/models/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/models-config/catalog/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/models-config/discover/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/models-config/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/models-config/test/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/plugins/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/project-trust/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/context/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/export/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/state/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/sessions/[id]/todos/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/sessions/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/skills/check/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/skills/install/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/skills/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/skills/search/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/skills/update/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/api/worktrees/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/manifest.webmanifest/route-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/app/page-e9fa9c741586f254.js +0 -87
- package/.next/static/chunks/next/dist/client/components/builtin/app-error-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/forbidden-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/not-found-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-13f6e99c6fd8ad23.js +0 -1
- package/.next/static/chunks/webpack-31d3b9ee7fdc5174.js +0 -1
- package/.next/static/css/a3c3e002a932c7b2.css +0 -1
- /package/.next/static/{NUDc18a3O24kyFgNTpVAW → FVAO0Wwe6mW5DaBqiTuS0}/_ssgManifest.js +0 -0
package/.next/trace
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
[{"name":"minify-js","duration":136601,"timestamp":30637318868,"id":241,"parentId":224,"tags":{"name":"../app/api/sessions/[id]/state/route.js","cache":"HIT"},"startTime":1787473865286,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136597,"timestamp":30637318873,"id":242,"parentId":224,"tags":{"name":"../app/api/sessions/[id]/todos/route.js","cache":"HIT"},"startTime":1787473865286,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136592,"timestamp":30637318878,"id":243,"parentId":224,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1787473865286,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136588,"timestamp":30637318884,"id":244,"parentId":224,"tags":{"name":"../app/favicon.ico/route.js","cache":"HIT"},"startTime":1787473865286,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136584,"timestamp":30637318888,"id":245,"parentId":224,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1787473865286,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136581,"timestamp":30637318892,"id":246,"parentId":224,"tags":{"name":"../instrumentation.js","cache":"HIT"},"startTime":1787473865286,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136577,"timestamp":30637318898,"id":247,"parentId":224,"tags":{"name":"../app/api/agent/running/route.js","cache":"HIT"},"startTime":1787473865286,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135709,"timestamp":30637319767,"id":249,"parentId":224,"tags":{"name":"../app/api/auth/all-providers/route.js","cache":"HIT"},"startTime":1787473865286,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135691,"timestamp":30637319786,"id":250,"parentId":224,"tags":{"name":"../app/api/auth/api-key/[provider]/route.js","cache":"HIT"},"startTime":1787473865286,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135684,"timestamp":30637319795,"id":251,"parentId":224,"tags":{"name":"../app/api/agent/[id]/events/route.js","cache":"HIT"},"startTime":1787473865286,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135680,"timestamp":30637319799,"id":252,"parentId":224,"tags":{"name":"../app/api/agent/running/events/route.js","cache":"HIT"},"startTime":1787473865286,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135677,"timestamp":30637319804,"id":253,"parentId":224,"tags":{"name":"../app/api/auth/providers/route.js","cache":"HIT"},"startTime":1787473865286,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135637,"timestamp":30637319845,"id":254,"parentId":224,"tags":{"name":"../app/api/auth/login/[provider]/route.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135633,"timestamp":30637319850,"id":255,"parentId":224,"tags":{"name":"../app/api/models-config/catalog/route.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135629,"timestamp":30637319854,"id":256,"parentId":224,"tags":{"name":"../app/api/auth/logout/[provider]/route.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135627,"timestamp":30637319859,"id":257,"parentId":224,"tags":{"name":"../app/api/models-config/route.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135624,"timestamp":30637319863,"id":258,"parentId":224,"tags":{"name":"../app/api/agent/new/route.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135621,"timestamp":30637319867,"id":259,"parentId":224,"tags":{"name":"../app/api/models-config/discover/route.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135618,"timestamp":30637319871,"id":260,"parentId":224,"tags":{"name":"../app/api/models-config/test/route.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135616,"timestamp":30637319875,"id":261,"parentId":224,"tags":{"name":"../app/api/models/route.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135611,"timestamp":30637319880,"id":262,"parentId":224,"tags":{"name":"../app/api/project-trust/route.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135608,"timestamp":30637319884,"id":263,"parentId":224,"tags":{"name":"../app/api/plugins/route.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135605,"timestamp":30637319888,"id":264,"parentId":224,"tags":{"name":"../app/api/sessions/route.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135602,"timestamp":30637319891,"id":265,"parentId":224,"tags":{"name":"../app/api/sessions/[id]/export/route.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135600,"timestamp":30637319895,"id":266,"parentId":224,"tags":{"name":"../app/api/skills/check/route.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135597,"timestamp":30637319899,"id":267,"parentId":224,"tags":{"name":"../app/api/skills/install/route.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135592,"timestamp":30637319905,"id":268,"parentId":224,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135473,"timestamp":30637320024,"id":269,"parentId":224,"tags":{"name":"../app/api/skills/update/route.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135457,"timestamp":30637320042,"id":270,"parentId":224,"tags":{"name":"../app/api/skills/search/route.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":135448,"timestamp":30637320051,"id":271,"parentId":224,"tags":{"name":"../proxy.js","cache":"HIT"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":501,"timestamp":30637455000,"id":273,"parentId":224,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":448,"timestamp":30637455054,"id":274,"parentId":224,"tags":{"name":"3379.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":443,"timestamp":30637455060,"id":275,"parentId":224,"tags":{"name":"2349.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":435,"timestamp":30637455069,"id":276,"parentId":224,"tags":{"name":"9280.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":423,"timestamp":30637455083,"id":277,"parentId":224,"tags":{"name":"922.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":416,"timestamp":30637455091,"id":278,"parentId":224,"tags":{"name":"4315.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":412,"timestamp":30637455095,"id":279,"parentId":224,"tags":{"name":"3869.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":409,"timestamp":30637455100,"id":280,"parentId":224,"tags":{"name":"6366.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":406,"timestamp":30637455104,"id":281,"parentId":224,"tags":{"name":"6253.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":403,"timestamp":30637455107,"id":282,"parentId":224,"tags":{"name":"673.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":400,"timestamp":30637455112,"id":283,"parentId":224,"tags":{"name":"4548.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":397,"timestamp":30637455116,"id":284,"parentId":224,"tags":{"name":"4563.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":394,"timestamp":30637455120,"id":285,"parentId":224,"tags":{"name":"8106.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":389,"timestamp":30637455125,"id":286,"parentId":224,"tags":{"name":"3012.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":386,"timestamp":30637455130,"id":287,"parentId":224,"tags":{"name":"8333.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":379,"timestamp":30637455138,"id":288,"parentId":224,"tags":{"name":"8782.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":376,"timestamp":30637455142,"id":289,"parentId":224,"tags":{"name":"611.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":373,"timestamp":30637455146,"id":290,"parentId":224,"tags":{"name":"1800.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":371,"timestamp":30637455150,"id":291,"parentId":224,"tags":{"name":"1860.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":368,"timestamp":30637455154,"id":292,"parentId":224,"tags":{"name":"7710.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":365,"timestamp":30637455158,"id":293,"parentId":224,"tags":{"name":"8713.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":361,"timestamp":30637455163,"id":294,"parentId":224,"tags":{"name":"8604.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":359,"timestamp":30637455167,"id":295,"parentId":224,"tags":{"name":"9510.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":356,"timestamp":30637455172,"id":296,"parentId":224,"tags":{"name":"2452.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":353,"timestamp":30637455175,"id":297,"parentId":224,"tags":{"name":"7799.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":351,"timestamp":30637455179,"id":298,"parentId":224,"tags":{"name":"4538.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":348,"timestamp":30637455183,"id":299,"parentId":224,"tags":{"name":"8397.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":345,"timestamp":30637455187,"id":300,"parentId":224,"tags":{"name":"6052.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":343,"timestamp":30637455191,"id":301,"parentId":224,"tags":{"name":"3383.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":338,"timestamp":30637455196,"id":302,"parentId":224,"tags":{"name":"2169.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":334,"timestamp":30637455202,"id":303,"parentId":224,"tags":{"name":"4267.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":331,"timestamp":30637455205,"id":304,"parentId":224,"tags":{"name":"7744.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":329,"timestamp":30637455209,"id":305,"parentId":224,"tags":{"name":"2075.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":324,"timestamp":30637455215,"id":306,"parentId":224,"tags":{"name":"1601.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":322,"timestamp":30637455218,"id":307,"parentId":224,"tags":{"name":"5974.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":319,"timestamp":30637455222,"id":308,"parentId":224,"tags":{"name":"8920.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":316,"timestamp":30637455226,"id":309,"parentId":224,"tags":{"name":"2408.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":312,"timestamp":30637455231,"id":310,"parentId":224,"tags":{"name":"295.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":309,"timestamp":30637455235,"id":311,"parentId":224,"tags":{"name":"1555.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":306,"timestamp":30637455240,"id":312,"parentId":224,"tags":{"name":"1625.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":303,"timestamp":30637455243,"id":313,"parentId":224,"tags":{"name":"7790.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":300,"timestamp":30637455247,"id":314,"parentId":224,"tags":{"name":"3569.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":261,"timestamp":30637455288,"id":315,"parentId":224,"tags":{"name":"5318.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":258,"timestamp":30637455292,"id":316,"parentId":224,"tags":{"name":"7233.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":255,"timestamp":30637455296,"id":317,"parentId":224,"tags":{"name":"7561.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":251,"timestamp":30637455301,"id":318,"parentId":224,"tags":{"name":"3894.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":249,"timestamp":30637455305,"id":319,"parentId":224,"tags":{"name":"2744.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":246,"timestamp":30637455308,"id":320,"parentId":224,"tags":{"name":"2106.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":244,"timestamp":30637455312,"id":321,"parentId":224,"tags":{"name":"9486.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":240,"timestamp":30637455317,"id":322,"parentId":224,"tags":{"name":"2903.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":237,"timestamp":30637455321,"id":323,"parentId":224,"tags":{"name":"4372.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":234,"timestamp":30637455325,"id":324,"parentId":224,"tags":{"name":"8294.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":231,"timestamp":30637455329,"id":325,"parentId":224,"tags":{"name":"1515.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":227,"timestamp":30637455334,"id":326,"parentId":224,"tags":{"name":"9509.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":225,"timestamp":30637455338,"id":327,"parentId":224,"tags":{"name":"2190.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":221,"timestamp":30637455343,"id":328,"parentId":224,"tags":{"name":"5029.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":218,"timestamp":30637455346,"id":329,"parentId":224,"tags":{"name":"7872.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":215,"timestamp":30637455350,"id":330,"parentId":224,"tags":{"name":"835.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":212,"timestamp":30637455354,"id":331,"parentId":224,"tags":{"name":"703.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":210,"timestamp":30637455358,"id":332,"parentId":224,"tags":{"name":"4741.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":206,"timestamp":30637455363,"id":333,"parentId":224,"tags":{"name":"1813.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":202,"timestamp":30637455368,"id":334,"parentId":224,"tags":{"name":"2325.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":199,"timestamp":30637455372,"id":335,"parentId":224,"tags":{"name":"4367.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":196,"timestamp":30637455375,"id":336,"parentId":224,"tags":{"name":"3186.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":194,"timestamp":30637455379,"id":337,"parentId":224,"tags":{"name":"2430.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":191,"timestamp":30637455383,"id":338,"parentId":224,"tags":{"name":"6337.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":188,"timestamp":30637455387,"id":339,"parentId":224,"tags":{"name":"7307.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":185,"timestamp":30637455390,"id":340,"parentId":224,"tags":{"name":"4980.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":183,"timestamp":30637455394,"id":341,"parentId":224,"tags":{"name":"1094.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":178,"timestamp":30637455400,"id":342,"parentId":224,"tags":{"name":"7265.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":175,"timestamp":30637455404,"id":343,"parentId":224,"tags":{"name":"6916.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"}]
|
|
2
|
-
[{"name":"minify-js","duration":171,"timestamp":30637455408,"id":344,"parentId":224,"tags":{"name":"974.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":168,"timestamp":30637455413,"id":345,"parentId":224,"tags":{"name":"4674.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":165,"timestamp":30637455417,"id":346,"parentId":224,"tags":{"name":"5582.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":162,"timestamp":30637455421,"id":347,"parentId":224,"tags":{"name":"6429.js","cache":"HIT"},"startTime":1787473865422,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":142125,"timestamp":30637313836,"id":225,"parentId":224,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1787473865281,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":137103,"timestamp":30637318902,"id":248,"parentId":224,"tags":{"name":"../app/api/app-update/route.js","cache":"MISS"},"startTime":1787473865286,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":966582,"timestamp":30637320057,"id":272,"parentId":224,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1787473865287,"traceId":"22618ef08b7d9893"},{"name":"minify-webpack-plugin-optimize","duration":1000802,"timestamp":30637285854,"id":224,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1787473865253,"traceId":"22618ef08b7d9893"},{"name":"css-minimizer-plugin","duration":184,"timestamp":30638286866,"id":348,"parentId":19,"tags":{},"startTime":1787473866254,"traceId":"22618ef08b7d9893"},{"name":"create-trace-assets","duration":4305,"timestamp":30638287273,"id":349,"parentId":20,"tags":{},"startTime":1787473866254,"traceId":"22618ef08b7d9893"},{"name":"seal","duration":2748220,"timestamp":30635583977,"id":211,"parentId":19,"tags":{},"startTime":1787473863551,"traceId":"22618ef08b7d9893"},{"name":"webpack-compilation","duration":8652188,"timestamp":30629718584,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1787473857685,"traceId":"22618ef08b7d9893"},{"name":"emit","duration":54175,"timestamp":30638371339,"id":350,"parentId":16,"tags":{},"startTime":1787473866338,"traceId":"22618ef08b7d9893"},{"name":"webpack-close","duration":601027,"timestamp":30638430459,"id":351,"parentId":16,"tags":{"name":"server"},"startTime":1787473866397,"traceId":"22618ef08b7d9893"},{"name":"webpack-generate-error-stats","duration":3893,"timestamp":30639031567,"id":352,"parentId":351,"tags":{},"startTime":1787473866998,"traceId":"22618ef08b7d9893"},{"name":"run-webpack-compiler","duration":9643528,"timestamp":30629392312,"id":16,"parentId":15,"tags":{},"startTime":1787473857359,"traceId":"22618ef08b7d9893"},{"name":"format-webpack-messages","duration":931,"timestamp":30639035851,"id":353,"parentId":15,"tags":{},"startTime":1787473867003,"traceId":"22618ef08b7d9893"},{"name":"worker-main-server","duration":9645824,"timestamp":30629391812,"id":15,"parentId":1,"tags":{},"startTime":1787473857359,"traceId":"22618ef08b7d9893"},{"name":"create-entrypoints","duration":44445,"timestamp":30639641370,"id":357,"parentId":355,"tags":{},"startTime":1787473867608,"traceId":"22618ef08b7d9893"},{"name":"generate-webpack-config","duration":192694,"timestamp":30639686007,"id":358,"parentId":356,"tags":{},"startTime":1787473867653,"traceId":"22618ef08b7d9893"},{"name":"make","duration":1076,"timestamp":30639988532,"id":360,"parentId":359,"tags":{},"startTime":1787473867955,"traceId":"22618ef08b7d9893"},{"name":"chunk-graph","duration":707,"timestamp":30639993838,"id":362,"parentId":361,"tags":{},"startTime":1787473867961,"traceId":"22618ef08b7d9893"},{"name":"optimize-modules","duration":41,"timestamp":30639994709,"id":364,"parentId":361,"tags":{},"startTime":1787473867961,"traceId":"22618ef08b7d9893"},{"name":"optimize-chunks","duration":1030,"timestamp":30639994887,"id":365,"parentId":361,"tags":{},"startTime":1787473867962,"traceId":"22618ef08b7d9893"},{"name":"optimize-tree","duration":139,"timestamp":30639996010,"id":366,"parentId":361,"tags":{},"startTime":1787473867963,"traceId":"22618ef08b7d9893"},{"name":"optimize-chunk-modules","duration":606,"timestamp":30639996388,"id":367,"parentId":361,"tags":{},"startTime":1787473867963,"traceId":"22618ef08b7d9893"},{"name":"optimize","duration":2462,"timestamp":30639994640,"id":363,"parentId":361,"tags":{},"startTime":1787473867961,"traceId":"22618ef08b7d9893"},{"name":"module-hash","duration":107,"timestamp":30639998345,"id":368,"parentId":361,"tags":{},"startTime":1787473867965,"traceId":"22618ef08b7d9893"},{"name":"code-generation","duration":244,"timestamp":30639998510,"id":369,"parentId":361,"tags":{},"startTime":1787473867965,"traceId":"22618ef08b7d9893"},{"name":"hash","duration":485,"timestamp":30639999138,"id":370,"parentId":361,"tags":{},"startTime":1787473867966,"traceId":"22618ef08b7d9893"},{"name":"code-generation-jobs","duration":163,"timestamp":30639999620,"id":371,"parentId":361,"tags":{},"startTime":1787473867966,"traceId":"22618ef08b7d9893"},{"name":"module-assets","duration":117,"timestamp":30639999746,"id":372,"parentId":361,"tags":{},"startTime":1787473867966,"traceId":"22618ef08b7d9893"},{"name":"create-chunk-assets","duration":234,"timestamp":30639999880,"id":373,"parentId":361,"tags":{},"startTime":1787473867967,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":189,"timestamp":30640012248,"id":375,"parentId":374,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1787473867979,"traceId":"22618ef08b7d9893"},{"name":"minify-webpack-plugin-optimize","duration":3054,"timestamp":30640009400,"id":374,"parentId":359,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1787473867976,"traceId":"22618ef08b7d9893"},{"name":"css-minimizer-plugin","duration":118,"timestamp":30640012556,"id":376,"parentId":359,"tags":{},"startTime":1787473867979,"traceId":"22618ef08b7d9893"},{"name":"seal","duration":23154,"timestamp":30639993140,"id":361,"parentId":359,"tags":{},"startTime":1787473867960,"traceId":"22618ef08b7d9893"},{"name":"webpack-compilation","duration":36725,"timestamp":30639979990,"id":359,"parentId":356,"tags":{"name":"edge-server"},"startTime":1787473867947,"traceId":"22618ef08b7d9893"},{"name":"emit","duration":3176,"timestamp":30640017122,"id":377,"parentId":356,"tags":{},"startTime":1787473867984,"traceId":"22618ef08b7d9893"},{"name":"webpack-close","duration":924,"timestamp":30640021159,"id":378,"parentId":356,"tags":{"name":"edge-server"},"startTime":1787473867988,"traceId":"22618ef08b7d9893"},{"name":"webpack-generate-error-stats","duration":3680,"timestamp":30640022143,"id":379,"parentId":378,"tags":{},"startTime":1787473867989,"traceId":"22618ef08b7d9893"},{"name":"run-webpack-compiler","duration":384698,"timestamp":30639641363,"id":356,"parentId":355,"tags":{},"startTime":1787473867608,"traceId":"22618ef08b7d9893"},{"name":"format-webpack-messages","duration":95,"timestamp":30640026069,"id":380,"parentId":355,"tags":{},"startTime":1787473867993,"traceId":"22618ef08b7d9893"},{"name":"worker-main-edge-server","duration":385405,"timestamp":30639640925,"id":355,"parentId":1,"tags":{},"startTime":1787473867608,"traceId":"22618ef08b7d9893"},{"name":"create-entrypoints","duration":50943,"timestamp":30640587878,"id":383,"parentId":381,"tags":{},"startTime":1787473868555,"traceId":"22618ef08b7d9893"},{"name":"generate-webpack-config","duration":233044,"timestamp":30640639045,"id":384,"parentId":382,"tags":{},"startTime":1787473868606,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212766,"timestamp":30640990299,"id":391,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212842,"timestamp":30640990324,"id":392,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212827,"timestamp":30640990357,"id":395,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212725,"timestamp":30640990467,"id":396,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212695,"timestamp":30640990505,"id":397,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212694,"timestamp":30640990513,"id":398,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212695,"timestamp":30640990519,"id":399,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212704,"timestamp":30640990523,"id":400,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212811,"timestamp":30640990527,"id":401,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212833,"timestamp":30640990530,"id":402,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212834,"timestamp":30640990535,"id":403,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212832,"timestamp":30640990540,"id":404,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212832,"timestamp":30640990544,"id":405,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212830,"timestamp":30640990548,"id":406,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212829,"timestamp":30640990552,"id":407,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212827,"timestamp":30640990557,"id":408,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212827,"timestamp":30640990560,"id":409,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212826,"timestamp":30640990565,"id":410,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212826,"timestamp":30640990568,"id":411,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212824,"timestamp":30640990572,"id":412,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212827,"timestamp":30640990575,"id":413,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212833,"timestamp":30640990580,"id":414,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212834,"timestamp":30640990583,"id":415,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212835,"timestamp":30640990587,"id":416,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212846,"timestamp":30640990590,"id":417,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212847,"timestamp":30640990594,"id":418,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212849,"timestamp":30640990598,"id":419,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212844,"timestamp":30640990606,"id":420,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212843,"timestamp":30640990610,"id":421,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212842,"timestamp":30640990614,"id":422,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212842,"timestamp":30640990617,"id":423,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212841,"timestamp":30640990621,"id":424,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212841,"timestamp":30640990624,"id":425,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212838,"timestamp":30640990629,"id":426,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212841,"timestamp":30640990633,"id":427,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212840,"timestamp":30640990640,"id":428,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212837,"timestamp":30640990646,"id":429,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212835,"timestamp":30640990649,"id":430,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212867,"timestamp":30640990653,"id":431,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212871,"timestamp":30640990656,"id":432,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212873,"timestamp":30640990661,"id":433,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212873,"timestamp":30640990664,"id":434,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212871,"timestamp":30640990669,"id":435,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212870,"timestamp":30640990672,"id":436,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212872,"timestamp":30640990676,"id":437,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212874,"timestamp":30640990679,"id":438,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1212873,"timestamp":30640990683,"id":439,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1336864,"timestamp":30640990347,"id":394,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"build-module-tsx","duration":35146,"timestamp":30642405133,"id":441,"parentId":385,"tags":{"name":"/home/wa/project/pi-web-sky/components/PwaRegistration.tsx","layer":"app-pages-browser"},"startTime":1787473870372,"traceId":"22618ef08b7d9893"},{"name":"build-module-tsx","duration":116538,"timestamp":30642411192,"id":442,"parentId":385,"tags":{"name":"/home/wa/project/pi-web-sky/components/AppShell.tsx","layer":"app-pages-browser"},"startTime":1787473870378,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":1568593,"timestamp":30640990209,"id":390,"parentId":386,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"postcss-process","duration":188415,"timestamp":30642718859,"id":446,"parentId":445,"tags":{},"startTime":1787473870686,"traceId":"22618ef08b7d9893"},{"name":"postcss-loader","duration":321413,"timestamp":30642586118,"id":445,"parentId":444,"tags":{},"startTime":1787473870553,"traceId":"22618ef08b7d9893"},{"name":"css-loader","duration":34939,"timestamp":30642907755,"id":447,"parentId":444,"tags":{"astUsed":"true"},"startTime":1787473870874,"traceId":"22618ef08b7d9893"},{"name":"build-module-tsx","duration":39258,"timestamp":30642959898,"id":448,"parentId":442,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatWindow.tsx","layer":"app-pages-browser"},"startTime":1787473870927,"traceId":"22618ef08b7d9893"}]
|
|
3
|
-
[{"name":"build-module-tsx","duration":50311,"timestamp":30643060016,"id":451,"parentId":448,"tags":{"name":"/home/wa/project/pi-web-sky/components/MessageView.tsx","layer":"app-pages-browser"},"startTime":1787473871027,"traceId":"22618ef08b7d9893"},{"name":"build-module-tsx","duration":69657,"timestamp":30643059314,"id":450,"parentId":442,"tags":{"name":"/home/wa/project/pi-web-sky/components/SessionSidebar.tsx","layer":"app-pages-browser"},"startTime":1787473871026,"traceId":"22618ef08b7d9893"},{"name":"build-module-tsx","duration":101283,"timestamp":30643058687,"id":449,"parentId":448,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatInput.tsx","layer":"app-pages-browser"},"startTime":1787473871025,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":2261778,"timestamp":30640990178,"id":389,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%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%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%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%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":2262385,"timestamp":30640989592,"id":387,"parentId":386,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1787473868956,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":2261842,"timestamp":30640990140,"id":388,"parentId":386,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"build-module-css","duration":948817,"timestamp":30642583148,"id":444,"parentId":443,"tags":{"name":"/home/wa/project/pi-web-sky/app/globals.css.webpack[javascript/auto]!=!/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!/home/wa/project/pi-web-sky/app/globals.css","layer":null},"startTime":1787473870550,"traceId":"22618ef08b7d9893"},{"name":"build-module-css","duration":1388465,"timestamp":30642541885,"id":443,"parentId":385,"tags":{"name":"/home/wa/project/pi-web-sky/app/globals.css","layer":"app-pages-browser"},"startTime":1787473870509,"traceId":"22618ef08b7d9893"},{"name":"build-module","duration":240,"timestamp":30644070199,"id":452,"parentId":443,"tags":{},"startTime":1787473872037,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":3084957,"timestamp":30640990336,"id":393,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fcomponents%2FPwaRegistration.tsx%22%2C%22ids%22%3A%5B%22PwaRegistration%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22app%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Noto_Sans_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%2C%5C%22cyrillic%5C%22%5D%2C%5C%22variable%5C%22%3A%5C%22--font-noto-mono%5C%22%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22notoSansMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fkatex%2Fdist%2Fkatex.min.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":3600770,"timestamp":30640990687,"id":440,"parentId":386,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fcomponents%2FAppShell.tsx%22%2C%22ids%22%3A%5B%22AppShell%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fhooks%2FuseI18n.tsx%22%2C%22ids%22%3A%5B%22I18nProvider%22%5D%7D&server=false!"},"startTime":1787473868957,"traceId":"22618ef08b7d9893"},{"name":"make","duration":3602653,"timestamp":30640989099,"id":386,"parentId":385,"tags":{},"startTime":1787473868956,"traceId":"22618ef08b7d9893"},{"name":"chunk-graph","duration":55695,"timestamp":30644771846,"id":454,"parentId":453,"tags":{},"startTime":1787473872739,"traceId":"22618ef08b7d9893"},{"name":"optimize-modules","duration":29,"timestamp":30644827673,"id":456,"parentId":453,"tags":{},"startTime":1787473872794,"traceId":"22618ef08b7d9893"},{"name":"optimize-chunks","duration":36951,"timestamp":30644832613,"id":458,"parentId":453,"tags":{},"startTime":1787473872799,"traceId":"22618ef08b7d9893"},{"name":"optimize-tree","duration":141,"timestamp":30644869658,"id":459,"parentId":453,"tags":{},"startTime":1787473872836,"traceId":"22618ef08b7d9893"},{"name":"optimize-chunk-modules","duration":90278,"timestamp":30644869900,"id":460,"parentId":453,"tags":{},"startTime":1787473872837,"traceId":"22618ef08b7d9893"},{"name":"optimize","duration":132675,"timestamp":30644827619,"id":455,"parentId":453,"tags":{},"startTime":1787473872794,"traceId":"22618ef08b7d9893"},{"name":"module-hash","duration":53069,"timestamp":30645005135,"id":461,"parentId":453,"tags":{},"startTime":1787473872972,"traceId":"22618ef08b7d9893"},{"name":"code-generation","duration":305411,"timestamp":30645058334,"id":462,"parentId":453,"tags":{},"startTime":1787473873025,"traceId":"22618ef08b7d9893"},{"name":"hash","duration":16036,"timestamp":30645369080,"id":463,"parentId":453,"tags":{},"startTime":1787473873336,"traceId":"22618ef08b7d9893"},{"name":"code-generation-jobs","duration":627,"timestamp":30645385111,"id":464,"parentId":453,"tags":{},"startTime":1787473873352,"traceId":"22618ef08b7d9893"},{"name":"module-assets","duration":1832,"timestamp":30645385574,"id":465,"parentId":453,"tags":{},"startTime":1787473873352,"traceId":"22618ef08b7d9893"},{"name":"create-chunk-assets","duration":7643,"timestamp":30645387453,"id":466,"parentId":453,"tags":{},"startTime":1787473873354,"traceId":"22618ef08b7d9893"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1476,"timestamp":30645405369,"id":468,"parentId":385,"tags":{},"startTime":1787473873372,"traceId":"22618ef08b7d9893"},{"name":"NextJsBuildManifest-createassets","duration":2536,"timestamp":30645404325,"id":467,"parentId":385,"tags":{},"startTime":1787473873371,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":36664,"timestamp":30645428800,"id":470,"parentId":469,"tags":{"name":"static/chunks/main-57d7683fd3d81246.js","cache":"HIT"},"startTime":1787473873395,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":36509,"timestamp":30645428964,"id":471,"parentId":469,"tags":{"name":"static/chunks/main-app-bf06f933926ea490.js","cache":"HIT"},"startTime":1787473873396,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":36496,"timestamp":30645428980,"id":472,"parentId":469,"tags":{"name":"static/chunks/app/_not-found/page-0c103bb398fbc4be.js","cache":"HIT"},"startTime":1787473873396,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":36488,"timestamp":30645428988,"id":473,"parentId":469,"tags":{"name":"static/chunks/app/_global-error/page-5122fcb329ae2b7e.js","cache":"HIT"},"startTime":1787473873396,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":36482,"timestamp":30645428996,"id":474,"parentId":469,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-3d617320d2b581eb.js","cache":"HIT"},"startTime":1787473873396,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34573,"timestamp":30645430912,"id":476,"parentId":469,"tags":{"name":"static/chunks/next/dist/client/components/builtin/global-error-180220946e83030a.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34549,"timestamp":30645430937,"id":477,"parentId":469,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-6b2b47386fa8dd8c.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34538,"timestamp":30645430950,"id":478,"parentId":469,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-bdf58a3c2eca5da1.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34532,"timestamp":30645430957,"id":479,"parentId":469,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-b06031484ba73974.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34440,"timestamp":30645431050,"id":480,"parentId":469,"tags":{"name":"static/chunks/app/api/agent/[id]/bash-output/route-a98ca30b7205e276.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34425,"timestamp":30645431067,"id":481,"parentId":469,"tags":{"name":"static/chunks/app/api/agent/[id]/route-32c750891baadc36.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34416,"timestamp":30645431076,"id":482,"parentId":469,"tags":{"name":"static/chunks/app/api/cwd/browse/route-0e14ebd2a2a1cf0f.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34409,"timestamp":30645431085,"id":483,"parentId":469,"tags":{"name":"static/chunks/app/api/cwd/validate/route-4481e945d8c3ca5a.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34403,"timestamp":30645431092,"id":484,"parentId":469,"tags":{"name":"static/chunks/app/api/default-cwd/route-76bb0312313a9f72.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34399,"timestamp":30645431097,"id":485,"parentId":469,"tags":{"name":"static/chunks/app/api/file-index/route-17feff4e337f814a.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34393,"timestamp":30645431104,"id":486,"parentId":469,"tags":{"name":"static/chunks/app/api/files/[...path]/route-a09ca969a3032f96.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34389,"timestamp":30645431109,"id":487,"parentId":469,"tags":{"name":"static/chunks/app/api/git/diff/route-5fe054bdef73fb29.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34384,"timestamp":30645431116,"id":488,"parentId":469,"tags":{"name":"static/chunks/app/api/git/status/route-c78d82ba06456603.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34378,"timestamp":30645431123,"id":489,"parentId":469,"tags":{"name":"static/chunks/app/api/home/route-76de2d9f52175e4e.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34374,"timestamp":30645431128,"id":490,"parentId":469,"tags":{"name":"static/chunks/app/api/sessions/[id]/auto-name/route-9cccbb2553709aa1.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34370,"timestamp":30645431134,"id":491,"parentId":469,"tags":{"name":"static/chunks/app/api/sessions/[id]/context/route-d1d2ccc73c429730.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34360,"timestamp":30645431144,"id":492,"parentId":469,"tags":{"name":"static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-e96a4bc16a0b21b8.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34357,"timestamp":30645431149,"id":493,"parentId":469,"tags":{"name":"static/chunks/app/api/sessions/[id]/route-587df0bef6793900.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34339,"timestamp":30645431168,"id":494,"parentId":469,"tags":{"name":"static/chunks/app/api/sessions/[id]/state/route-36abd8c20486cf8c.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34330,"timestamp":30645431178,"id":495,"parentId":469,"tags":{"name":"static/chunks/app/api/sessions/[id]/todos/route-bcf597bc9a0bb246.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34325,"timestamp":30645431184,"id":496,"parentId":469,"tags":{"name":"static/chunks/app/api/worktrees/route-e0f58e0f9d21c1a8.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34321,"timestamp":30645431189,"id":497,"parentId":469,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-3116a16d7619995e.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34317,"timestamp":30645431195,"id":498,"parentId":469,"tags":{"name":"static/chunks/app/api/agent/running/route-b8df319b0fcee56a.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34313,"timestamp":30645431200,"id":499,"parentId":469,"tags":{"name":"static/chunks/app/api/app-update/route-12bc8d1298d7053b.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34309,"timestamp":30645431205,"id":500,"parentId":469,"tags":{"name":"static/chunks/app/api/auth/all-providers/route-65e7e45281b26f5e.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34305,"timestamp":30645431210,"id":501,"parentId":469,"tags":{"name":"static/chunks/app/api/auth/api-key/[provider]/route-c9dcfa3de822b098.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34301,"timestamp":30645431215,"id":502,"parentId":469,"tags":{"name":"static/chunks/app/api/agent/[id]/events/route-afac6a9d4732243e.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34297,"timestamp":30645431220,"id":503,"parentId":469,"tags":{"name":"static/chunks/app/api/agent/running/events/route-ee4b22a3e33d9e95.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34292,"timestamp":30645431226,"id":504,"parentId":469,"tags":{"name":"static/chunks/app/api/auth/providers/route-61f33a660e18624a.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34284,"timestamp":30645431236,"id":505,"parentId":469,"tags":{"name":"static/chunks/app/api/auth/login/[provider]/route-715979a7babfa74f.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34277,"timestamp":30645431244,"id":506,"parentId":469,"tags":{"name":"static/chunks/app/api/models-config/catalog/route-d2a74e084fdb073a.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34270,"timestamp":30645431252,"id":507,"parentId":469,"tags":{"name":"static/chunks/app/api/auth/logout/[provider]/route-d2caa7dd394d764a.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34262,"timestamp":30645431261,"id":508,"parentId":469,"tags":{"name":"static/chunks/app/api/models-config/route-a0cc6fdcb31f943f.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34254,"timestamp":30645431271,"id":509,"parentId":469,"tags":{"name":"static/chunks/app/api/agent/new/route-ab570ab2bc7f348c.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34245,"timestamp":30645431280,"id":510,"parentId":469,"tags":{"name":"static/chunks/app/api/models-config/discover/route-35204697e3cfbd2b.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34235,"timestamp":30645431292,"id":511,"parentId":469,"tags":{"name":"static/chunks/app/api/models-config/test/route-8089ae04cda15e64.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34228,"timestamp":30645431301,"id":512,"parentId":469,"tags":{"name":"static/chunks/app/api/models/route-5fcd51aaa4ca2075.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34220,"timestamp":30645431309,"id":513,"parentId":469,"tags":{"name":"static/chunks/app/api/project-trust/route-4e8b8d8d0c1ec0c3.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34214,"timestamp":30645431317,"id":514,"parentId":469,"tags":{"name":"static/chunks/app/api/plugins/route-469f40a0aa33d6dd.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34206,"timestamp":30645431326,"id":515,"parentId":469,"tags":{"name":"static/chunks/app/api/sessions/route-3cac66a193cbaacc.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34199,"timestamp":30645431335,"id":516,"parentId":469,"tags":{"name":"static/chunks/app/api/sessions/[id]/export/route-ba0a46c31fc6ea57.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34193,"timestamp":30645431342,"id":517,"parentId":469,"tags":{"name":"static/chunks/app/api/skills/check/route-aff3dab65dc43b48.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34187,"timestamp":30645431349,"id":518,"parentId":469,"tags":{"name":"static/chunks/app/api/skills/install/route-b03850c3caa4b710.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34181,"timestamp":30645431356,"id":519,"parentId":469,"tags":{"name":"static/chunks/app/api/skills/route-52c9f9188bb8da43.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34174,"timestamp":30645431364,"id":520,"parentId":469,"tags":{"name":"static/chunks/app/api/skills/update/route-d8c72e92cf15014b.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":34168,"timestamp":30645431371,"id":521,"parentId":469,"tags":{"name":"static/chunks/app/api/skills/search/route-a4926f33a0561ac6.js","cache":"HIT"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":1102,"timestamp":30645464439,"id":523,"parentId":469,"tags":{"name":"static/chunks/webpack-cc622d670dfa022b.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":1055,"timestamp":30645464487,"id":524,"parentId":469,"tags":{"name":"static/chunks/3308.4da37344a331e518.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":1048,"timestamp":30645464495,"id":525,"parentId":469,"tags":{"name":"static/chunks/8200.dfbabf49e8c67093.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":1033,"timestamp":30645464511,"id":526,"parentId":469,"tags":{"name":"static/chunks/1781.35ff183dd90c9372.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":1029,"timestamp":30645464517,"id":527,"parentId":469,"tags":{"name":"static/chunks/973.e3ba209806c802cb.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":1026,"timestamp":30645464521,"id":528,"parentId":469,"tags":{"name":"static/chunks/268.fee88013d446373e.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":1021,"timestamp":30645464527,"id":529,"parentId":469,"tags":{"name":"static/chunks/7331.f0bb69f039f8f4cc.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":1018,"timestamp":30645464532,"id":530,"parentId":469,"tags":{"name":"static/chunks/4405.dcde268fbece4c48.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":1014,"timestamp":30645464537,"id":531,"parentId":469,"tags":{"name":"static/chunks/4970.f9a7b5eef0e90a7b.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":1009,"timestamp":30645464543,"id":532,"parentId":469,"tags":{"name":"static/chunks/3995.66e995f54233b54d.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":1006,"timestamp":30645464548,"id":533,"parentId":469,"tags":{"name":"static/chunks/3336.8a04b2fc6f9e93ae.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":1002,"timestamp":30645464553,"id":534,"parentId":469,"tags":{"name":"static/chunks/3716.0d2a56d29f9eead4.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":998,"timestamp":30645464558,"id":535,"parentId":469,"tags":{"name":"static/chunks/8885.7e5391cbe918a4ba.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":979,"timestamp":30645464577,"id":536,"parentId":469,"tags":{"name":"static/chunks/1063.cc5f97bab5c21ba8.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":975,"timestamp":30645464583,"id":537,"parentId":469,"tags":{"name":"static/chunks/3251.e79b29db7f8f131f.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":972,"timestamp":30645464587,"id":538,"parentId":469,"tags":{"name":"static/chunks/6654.3f20582e8945ce1a.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":968,"timestamp":30645464592,"id":539,"parentId":469,"tags":{"name":"static/chunks/1032.36a04721ce222ee1.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":965,"timestamp":30645464597,"id":540,"parentId":469,"tags":{"name":"static/chunks/1708.16005710f860f985.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":962,"timestamp":30645464601,"id":541,"parentId":469,"tags":{"name":"static/chunks/9698.5de34d2203c9677b.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":958,"timestamp":30645464606,"id":542,"parentId":469,"tags":{"name":"static/chunks/918.96cbb8adb85496b9.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":955,"timestamp":30645464610,"id":543,"parentId":469,"tags":{"name":"static/chunks/2695.b9d1b50932f1a8ac.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":947,"timestamp":30645464619,"id":544,"parentId":469,"tags":{"name":"static/chunks/6794.fc3e4bce7fbefc6f.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":944,"timestamp":30645464624,"id":545,"parentId":469,"tags":{"name":"static/chunks/9974.67578d0e27bad830.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":940,"timestamp":30645464629,"id":546,"parentId":469,"tags":{"name":"static/chunks/2480.46a5872944a0d0a5.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"}]
|
|
4
|
-
[{"name":"minify-js","duration":936,"timestamp":30645464634,"id":547,"parentId":469,"tags":{"name":"static/chunks/2539.ee753de41333c1b7.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":933,"timestamp":30645464638,"id":548,"parentId":469,"tags":{"name":"static/chunks/4238.b458c3d5812fcf1d.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":930,"timestamp":30645464643,"id":549,"parentId":469,"tags":{"name":"static/chunks/5681.6fd0327614100098.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":926,"timestamp":30645464647,"id":550,"parentId":469,"tags":{"name":"static/chunks/2703.0753f4916dafda0a.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":922,"timestamp":30645464652,"id":551,"parentId":469,"tags":{"name":"static/chunks/2181.71f6bd63cca79dac.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":919,"timestamp":30645464657,"id":552,"parentId":469,"tags":{"name":"static/chunks/9614.584b8bbb3d98779f.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":915,"timestamp":30645464662,"id":553,"parentId":469,"tags":{"name":"static/chunks/2356.f61da4ece26c3a84.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":912,"timestamp":30645464667,"id":554,"parentId":469,"tags":{"name":"static/chunks/6195.12a53c5c7b4da7ad.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":908,"timestamp":30645464671,"id":555,"parentId":469,"tags":{"name":"static/chunks/398.a0403ee445b2377c.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":905,"timestamp":30645464676,"id":556,"parentId":469,"tags":{"name":"static/chunks/9764.6fde4e1d90caa765.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":901,"timestamp":30645464681,"id":557,"parentId":469,"tags":{"name":"static/chunks/2258.e4a37ddd6d27fa11.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":897,"timestamp":30645464686,"id":558,"parentId":469,"tags":{"name":"static/chunks/6161.bfe6f0247adda935.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":894,"timestamp":30645464690,"id":559,"parentId":469,"tags":{"name":"static/chunks/5137.fe9802092251bc88.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":891,"timestamp":30645464695,"id":560,"parentId":469,"tags":{"name":"static/chunks/8901.762e8676411f43eb.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":887,"timestamp":30645464699,"id":561,"parentId":469,"tags":{"name":"static/chunks/7268.3447bd4cce7521c7.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":883,"timestamp":30645464704,"id":562,"parentId":469,"tags":{"name":"static/chunks/2619.07e7a9281c9b8763.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":880,"timestamp":30645464709,"id":563,"parentId":469,"tags":{"name":"static/chunks/370.024830bd4370ec11.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":876,"timestamp":30645464714,"id":564,"parentId":469,"tags":{"name":"static/chunks/869.840106abaec6e833.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":873,"timestamp":30645464718,"id":565,"parentId":469,"tags":{"name":"static/chunks/9705.47472fa13d864129.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":870,"timestamp":30645464723,"id":566,"parentId":469,"tags":{"name":"static/chunks/4424.b7d00b28c24a2bc3.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":866,"timestamp":30645464727,"id":567,"parentId":469,"tags":{"name":"static/chunks/5020.3d5d2d88202eba03.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":863,"timestamp":30645464732,"id":568,"parentId":469,"tags":{"name":"static/chunks/4866.9947111571c3418a.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":859,"timestamp":30645464737,"id":569,"parentId":469,"tags":{"name":"static/chunks/9522.2be05ff4f8cee94e.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":856,"timestamp":30645464742,"id":570,"parentId":469,"tags":{"name":"static/chunks/5361.7ed05e8056cfd2ab.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":852,"timestamp":30645464747,"id":571,"parentId":469,"tags":{"name":"static/chunks/2418.e26235dcf13ada35.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":775,"timestamp":30645464825,"id":572,"parentId":469,"tags":{"name":"static/chunks/5242.9ef3f7326060944b.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":768,"timestamp":30645464833,"id":573,"parentId":469,"tags":{"name":"static/chunks/2081.5eb9e28649ca2ac1.js","cache":"HIT"},"startTime":1787473873431,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":763,"timestamp":30645464839,"id":574,"parentId":469,"tags":{"name":"static/chunks/1327.fe7c2796260098c7.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":759,"timestamp":30645464844,"id":575,"parentId":469,"tags":{"name":"static/chunks/6294.4387d659c554b7f5.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":755,"timestamp":30645464849,"id":576,"parentId":469,"tags":{"name":"static/chunks/7543.fe1c6f4f97516c8e.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":751,"timestamp":30645464854,"id":577,"parentId":469,"tags":{"name":"static/chunks/934.78dd778c1714ad1a.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":748,"timestamp":30645464859,"id":578,"parentId":469,"tags":{"name":"static/chunks/5521.e61adb9ec4d6d00d.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":744,"timestamp":30645464864,"id":579,"parentId":469,"tags":{"name":"static/chunks/9793.e166c59e945c2fdc.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":740,"timestamp":30645464868,"id":580,"parentId":469,"tags":{"name":"static/chunks/framework-a62d942fa034257f.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":736,"timestamp":30645464873,"id":581,"parentId":469,"tags":{"name":"static/chunks/da12927c.54cdf2e5bc004074.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":733,"timestamp":30645464878,"id":582,"parentId":469,"tags":{"name":"static/chunks/90542734.6290e702e48a2c44.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":729,"timestamp":30645464883,"id":583,"parentId":469,"tags":{"name":"static/chunks/db9d41be.2e2d7df083daeb6f.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":724,"timestamp":30645464889,"id":584,"parentId":469,"tags":{"name":"static/chunks/1ba63609.1596555111454be6.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":720,"timestamp":30645464894,"id":585,"parentId":469,"tags":{"name":"static/chunks/993e5495.2f4c557231e3e3e6.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":716,"timestamp":30645464899,"id":586,"parentId":469,"tags":{"name":"static/chunks/bf2ff291.807c6cc5b38a832c.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":713,"timestamp":30645464904,"id":587,"parentId":469,"tags":{"name":"static/chunks/d3ac728e-421ff1da0e379d81.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":709,"timestamp":30645464908,"id":588,"parentId":469,"tags":{"name":"static/chunks/4bd1b696-3552184350a14955.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":706,"timestamp":30645464913,"id":589,"parentId":469,"tags":{"name":"static/chunks/8863.6980bc558872a500.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":702,"timestamp":30645464917,"id":590,"parentId":469,"tags":{"name":"static/chunks/2821.323097e420e96934.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":699,"timestamp":30645464922,"id":591,"parentId":469,"tags":{"name":"static/chunks/5526.c41526e0bf35b68b.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":695,"timestamp":30645464926,"id":592,"parentId":469,"tags":{"name":"static/chunks/2325.62edae118c41064b.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":692,"timestamp":30645464931,"id":593,"parentId":469,"tags":{"name":"static/chunks/6121.e710dd84dec3a143.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":688,"timestamp":30645464936,"id":594,"parentId":469,"tags":{"name":"static/chunks/4004.b60184f2c294cab0.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":684,"timestamp":30645464940,"id":595,"parentId":469,"tags":{"name":"static/chunks/103.e9523d05ae463b4c.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":681,"timestamp":30645464945,"id":596,"parentId":469,"tags":{"name":"static/chunks/4202.ca52cc3c1a550cdc.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":673,"timestamp":30645464954,"id":597,"parentId":469,"tags":{"name":"static/chunks/7256.8a12c60472944a8a.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":669,"timestamp":30645464959,"id":598,"parentId":469,"tags":{"name":"static/chunks/3249-c93c37dc896cdb83.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":665,"timestamp":30645464964,"id":599,"parentId":469,"tags":{"name":"static/chunks/3794-d1c7c1721ea65377.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":661,"timestamp":30645464969,"id":600,"parentId":469,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":181,"timestamp":30645465450,"id":604,"parentId":469,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":41621,"timestamp":30645429004,"id":475,"parentId":469,"tags":{"name":"static/chunks/app/layout-6d8f500cef700ace.js","cache":"MISS"},"startTime":1787473873396,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":5677,"timestamp":30645465009,"id":601,"parentId":469,"tags":{"name":"static/NUDc18a3O24kyFgNTpVAW/_ssgManifest.js","cache":"MISS"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":5453,"timestamp":30645465263,"id":602,"parentId":469,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":5376,"timestamp":30645465363,"id":603,"parentId":469,"tags":{"name":"static/NUDc18a3O24kyFgNTpVAW/_buildManifest.js","cache":"MISS"},"startTime":1787473873432,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":259388,"timestamp":30645431380,"id":522,"parentId":469,"tags":{"name":"static/chunks/app/page-cdc60b59b8756976.js","cache":"MISS"},"startTime":1787473873398,"traceId":"22618ef08b7d9893"},{"name":"minify-webpack-plugin-optimize","duration":282218,"timestamp":30645408582,"id":469,"parentId":385,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1787473873375,"traceId":"22618ef08b7d9893"},{"name":"minify-css","duration":157798,"timestamp":30645691352,"id":607,"parentId":605,"tags":{"file":"static/css/d525f1c490ec6e9e.css","cache":"HIT"},"startTime":1787473873658,"traceId":"22618ef08b7d9893"},{"name":"minify-css","duration":157813,"timestamp":30645691359,"id":608,"parentId":605,"tags":{"file":"static/css/fff965cc3bd74ed7.css","cache":"HIT"},"startTime":1787473873658,"traceId":"22618ef08b7d9893"},{"name":"minify-css","duration":323848,"timestamp":30645691287,"id":606,"parentId":605,"tags":{"file":"static/css/e9b08ba901b85cf8.css","cache":"MISS"},"startTime":1787473873658,"traceId":"22618ef08b7d9893"},{"name":"css-minimizer-plugin","duration":324077,"timestamp":30645691073,"id":605,"parentId":385,"tags":{},"startTime":1787473873658,"traceId":"22618ef08b7d9893"},{"name":"seal","duration":1377541,"timestamp":30644687488,"id":453,"parentId":385,"tags":{},"startTime":1787473872654,"traceId":"22618ef08b7d9893"},{"name":"webpack-compilation","duration":5085563,"timestamp":30640979957,"id":385,"parentId":382,"tags":{"name":"client"},"startTime":1787473868947,"traceId":"22618ef08b7d9893"},{"name":"emit","duration":50290,"timestamp":30646065931,"id":609,"parentId":382,"tags":{},"startTime":1787473874033,"traceId":"22618ef08b7d9893"},{"name":"webpack-close","duration":238196,"timestamp":30646119220,"id":610,"parentId":382,"tags":{"name":"client"},"startTime":1787473874086,"traceId":"22618ef08b7d9893"},{"name":"webpack-generate-error-stats","duration":2914,"timestamp":30646357486,"id":611,"parentId":610,"tags":{},"startTime":1787473874324,"traceId":"22618ef08b7d9893"},{"name":"run-webpack-compiler","duration":5772977,"timestamp":30640587872,"id":382,"parentId":381,"tags":{},"startTime":1787473868555,"traceId":"22618ef08b7d9893"},{"name":"format-webpack-messages","duration":89,"timestamp":30646360856,"id":612,"parentId":381,"tags":{},"startTime":1787473874328,"traceId":"22618ef08b7d9893"},{"name":"worker-main-client","duration":5773629,"timestamp":30640587466,"id":381,"parentId":1,"tags":{},"startTime":1787473868554,"traceId":"22618ef08b7d9893"},{"name":"run-webpack","duration":17603876,"timestamp":30628795843,"id":14,"parentId":1,"tags":{},"startTime":1787473856763,"traceId":"22618ef08b7d9893"},{"name":"run-typescript","duration":5790593,"timestamp":30646405271,"id":614,"parentId":1,"tags":{},"startTime":1787473874372,"traceId":"22618ef08b7d9893"},{"name":"generate-required-server-files","duration":1084,"timestamp":30652196690,"id":616,"parentId":1,"tags":{},"startTime":1787473880163,"traceId":"22618ef08b7d9893"},{"name":"check-static-error-page","duration":22596,"timestamp":30652333564,"id":618,"parentId":617,"tags":{},"startTime":1787473880300,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":808651,"timestamp":30652357318,"id":669,"parentId":633,"tags":{},"startTime":1787473880324,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":819276,"timestamp":30652346803,"id":633,"parentId":617,"tags":{"page":"/api/cwd/browse"},"startTime":1787473880313,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":809201,"timestamp":30652357020,"id":666,"parentId":620,"tags":{},"startTime":1787473880324,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":829042,"timestamp":30652337209,"id":620,"parentId":617,"tags":{"page":"/_global-error"},"startTime":1787473880304,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":813384,"timestamp":30652360887,"id":676,"parentId":640,"tags":{},"startTime":1787473880328,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":826572,"timestamp":30652347750,"id":640,"parentId":617,"tags":{"page":"/api/home"},"startTime":1787473880314,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":872855,"timestamp":30652356778,"id":665,"parentId":619,"tags":{},"startTime":1787473880323,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":894585,"timestamp":30652335096,"id":619,"parentId":617,"tags":{"page":"/_not-found"},"startTime":1787473880302,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3180435,"timestamp":30652360910,"id":678,"parentId":649,"tags":{},"startTime":1787473880328,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3188732,"timestamp":30652352680,"id":649,"parentId":617,"tags":{"page":"/api/sessions/[id]/context"},"startTime":1787473880319,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3186738,"timestamp":30652360928,"id":680,"parentId":652,"tags":{},"startTime":1787473880328,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3194552,"timestamp":30652353186,"id":652,"parentId":617,"tags":{"page":"/api/sessions/[id]"},"startTime":1787473880320,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3192657,"timestamp":30652360937,"id":681,"parentId":653,"tags":{},"startTime":1787473880328,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3200360,"timestamp":30652353292,"id":653,"parentId":617,"tags":{"page":"/api/sessions/[id]/state"},"startTime":1787473880320,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3199146,"timestamp":30652360944,"id":682,"parentId":654,"tags":{},"startTime":1787473880328,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3206737,"timestamp":30652353407,"id":654,"parentId":617,"tags":{"page":"/api/sessions/[id]/todos"},"startTime":1787473880320,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3200364,"timestamp":30652360130,"id":670,"parentId":634,"tags":{},"startTime":1787473880327,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3213577,"timestamp":30652346949,"id":634,"parentId":617,"tags":{"page":"/api/cwd/validate"},"startTime":1787473880314,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3203335,"timestamp":30652360959,"id":684,"parentId":662,"tags":{},"startTime":1787473880328,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3209013,"timestamp":30652355539,"id":662,"parentId":617,"tags":{"page":"/favicon.ico"},"startTime":1787473880322,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3205250,"timestamp":30652360952,"id":683,"parentId":661,"tags":{},"startTime":1787473880328,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3211555,"timestamp":30652354719,"id":661,"parentId":617,"tags":{"page":"/api/worktrees"},"startTime":1787473880321,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3208109,"timestamp":30652360968,"id":685,"parentId":663,"tags":{},"startTime":1787473880328,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3213189,"timestamp":30652355943,"id":663,"parentId":617,"tags":{"page":"/manifest.webmanifest"},"startTime":1787473880323,"traceId":"22618ef08b7d9893"}]
|
|
5
|
-
[{"name":"is-page-static","duration":3207915,"timestamp":30652363975,"id":686,"parentId":622,"tags":{},"startTime":1787473880331,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3234058,"timestamp":30652337900,"id":622,"parentId":617,"tags":{"page":"/api/agent/[id]/events"},"startTime":1787473880305,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3233996,"timestamp":30652365544,"id":688,"parentId":624,"tags":{},"startTime":1787473880332,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3259176,"timestamp":30652340431,"id":624,"parentId":617,"tags":{"page":"/api/agent/new"},"startTime":1787473880307,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3240601,"timestamp":30652365840,"id":689,"parentId":626,"tags":{},"startTime":1787473880333,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3263560,"timestamp":30652342926,"id":626,"parentId":617,"tags":{"page":"/api/agent/running"},"startTime":1787473880310,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3243863,"timestamp":30652366515,"id":690,"parentId":627,"tags":{},"startTime":1787473880333,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3265638,"timestamp":30652344788,"id":627,"parentId":617,"tags":{"page":"/api/app-update"},"startTime":1787473880311,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3248393,"timestamp":30652366936,"id":691,"parentId":628,"tags":{},"startTime":1787473880334,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3270113,"timestamp":30652345293,"id":628,"parentId":617,"tags":{"page":"/api/auth/all-providers"},"startTime":1787473880312,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3257313,"timestamp":30652369120,"id":692,"parentId":629,"tags":{},"startTime":1787473880336,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3280873,"timestamp":30652345611,"id":629,"parentId":617,"tags":{"page":"/api/auth/api-key/[provider]"},"startTime":1787473880312,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3253713,"timestamp":30652377635,"id":693,"parentId":631,"tags":{},"startTime":1787473880344,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3285290,"timestamp":30652346144,"id":631,"parentId":617,"tags":{"page":"/api/auth/logout/[provider]"},"startTime":1787473880313,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3258404,"timestamp":30652377956,"id":694,"parentId":632,"tags":{},"startTime":1787473880345,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3289874,"timestamp":30652346539,"id":632,"parentId":617,"tags":{"page":"/api/auth/providers"},"startTime":1787473880313,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3261146,"timestamp":30652379775,"id":695,"parentId":630,"tags":{},"startTime":1787473880346,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3295098,"timestamp":30652345872,"id":630,"parentId":617,"tags":{"page":"/api/auth/login/[provider]"},"startTime":1787473880313,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3267576,"timestamp":30652380592,"id":696,"parentId":641,"tags":{},"startTime":1787473880347,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3300387,"timestamp":30652347866,"id":641,"parentId":617,"tags":{"page":"/api/models-config/catalog"},"startTime":1787473880315,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3270715,"timestamp":30652383766,"id":697,"parentId":642,"tags":{},"startTime":1787473880350,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3306391,"timestamp":30652348144,"id":642,"parentId":617,"tags":{"page":"/api/models-config/discover"},"startTime":1787473880315,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3293458,"timestamp":30652364619,"id":687,"parentId":625,"tags":{},"startTime":1787473880331,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3317452,"timestamp":30652340785,"id":625,"parentId":617,"tags":{"page":"/api/agent/running/events"},"startTime":1787473880307,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3275239,"timestamp":30652384089,"id":698,"parentId":643,"tags":{},"startTime":1787473880351,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3310891,"timestamp":30652348488,"id":643,"parentId":617,"tags":{"page":"/api/models-config"},"startTime":1787473880315,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3309846,"timestamp":30652360848,"id":675,"parentId":639,"tags":{},"startTime":1787473880328,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3323138,"timestamp":30652347610,"id":639,"parentId":617,"tags":{"page":"/api/git/status"},"startTime":1787473880314,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3284722,"timestamp":30652392465,"id":701,"parentId":646,"tags":{},"startTime":1787473880359,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3328028,"timestamp":30652349207,"id":646,"parentId":617,"tags":{"page":"/api/plugins"},"startTime":1787473880316,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3361621,"timestamp":30652360716,"id":673,"parentId":637,"tags":{},"startTime":1787473880327,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3375093,"timestamp":30652347300,"id":637,"parentId":617,"tags":{"page":"/api/files/[...path]"},"startTime":1787473880314,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3332953,"timestamp":30652395830,"id":703,"parentId":651,"tags":{},"startTime":1787473880363,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3375908,"timestamp":30652352932,"id":651,"parentId":617,"tags":{"page":"/api/sessions/[id]/export"},"startTime":1787473880320,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3372469,"timestamp":30652360609,"id":672,"parentId":636,"tags":{},"startTime":1787473880327,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3386050,"timestamp":30652347170,"id":636,"parentId":617,"tags":{"page":"/api/file-index"},"startTime":1787473880314,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3347228,"timestamp":30652396718,"id":705,"parentId":656,"tags":{},"startTime":1787473880363,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3390261,"timestamp":30652353744,"id":656,"parentId":617,"tags":{"page":"/api/skills/check"},"startTime":1787473880320,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3351930,"timestamp":30652397390,"id":706,"parentId":657,"tags":{},"startTime":1787473880364,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3395547,"timestamp":30652353924,"id":657,"parentId":617,"tags":{"page":"/api/skills/install"},"startTime":1787473880321,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3394051,"timestamp":30652357220,"id":668,"parentId":623,"tags":{},"startTime":1787473880324,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3411134,"timestamp":30652340204,"id":623,"parentId":617,"tags":{"page":"/api/agent/[id]"},"startTime":1787473880307,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3356518,"timestamp":30652398818,"id":707,"parentId":658,"tags":{},"startTime":1787473880365,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3401307,"timestamp":30652354079,"id":658,"parentId":617,"tags":{"page":"/api/skills"},"startTime":1787473880321,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3358864,"timestamp":30652399573,"id":708,"parentId":660,"tags":{},"startTime":1787473880366,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3403972,"timestamp":30652354511,"id":660,"parentId":617,"tags":{"page":"/api/skills/update"},"startTime":1787473880321,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3367009,"timestamp":30652393108,"id":702,"parentId":647,"tags":{},"startTime":1787473880360,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3408051,"timestamp":30652352127,"id":647,"parentId":617,"tags":{"page":"/api/project-trust"},"startTime":1787473880319,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3358918,"timestamp":30652401838,"id":709,"parentId":659,"tags":{},"startTime":1787473880369,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3406496,"timestamp":30652354295,"id":659,"parentId":617,"tags":{"page":"/api/skills/search"},"startTime":1787473880321,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3401226,"timestamp":30652360920,"id":679,"parentId":650,"tags":{},"startTime":1787473880328,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3409381,"timestamp":30652352808,"id":650,"parentId":617,"tags":{"page":"/api/sessions/[id]/entries/[entryId]/thinking"},"startTime":1787473880319,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3422649,"timestamp":30652396200,"id":704,"parentId":655,"tags":{},"startTime":1787473880363,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3465376,"timestamp":30652353528,"id":655,"parentId":617,"tags":{"page":"/api/sessions"},"startTime":1787473880320,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3468772,"timestamp":30652357109,"id":667,"parentId":621,"tags":{},"startTime":1787473880324,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3488236,"timestamp":30652337708,"id":621,"parentId":617,"tags":{"page":"/api/agent/[id]/bash-output"},"startTime":1787473880304,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3480369,"timestamp":30652360781,"id":674,"parentId":638,"tags":{},"startTime":1787473880327,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3493732,"timestamp":30652347479,"id":638,"parentId":617,"tags":{"page":"/api/git/diff"},"startTime":1787473880314,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3539130,"timestamp":30652360488,"id":671,"parentId":635,"tags":{},"startTime":1787473880327,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3552617,"timestamp":30652347064,"id":635,"parentId":617,"tags":{"page":"/api/default-cwd"},"startTime":1787473880314,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3528699,"timestamp":30652402383,"id":710,"parentId":664,"tags":{},"startTime":1787473880369,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3575107,"timestamp":30652356048,"id":664,"parentId":617,"tags":{"page":"/"},"startTime":1787473880323,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3578046,"timestamp":30652385019,"id":699,"parentId":645,"tags":{},"startTime":1787473880352,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3614173,"timestamp":30652348959,"id":645,"parentId":617,"tags":{"page":"/api/models"},"startTime":1787473880316,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3655111,"timestamp":30652386110,"id":700,"parentId":644,"tags":{},"startTime":1787473880353,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3692548,"timestamp":30652348713,"id":644,"parentId":617,"tags":{"page":"/api/models-config/test"},"startTime":1787473880315,"traceId":"22618ef08b7d9893"},{"name":"is-page-static","duration":3797059,"timestamp":30652360898,"id":677,"parentId":648,"tags":{},"startTime":1787473880328,"traceId":"22618ef08b7d9893"},{"name":"check-page","duration":3805479,"timestamp":30652352524,"id":648,"parentId":617,"tags":{"page":"/api/sessions/[id]/auto-name"},"startTime":1787473880319,"traceId":"22618ef08b7d9893"},{"name":"static-check","duration":3825443,"timestamp":30652332589,"id":617,"parentId":1,"tags":{},"startTime":1787473880299,"traceId":"22618ef08b7d9893"},{"name":"write-routes-manifest","duration":29619,"timestamp":30656403472,"id":714,"parentId":1,"tags":{},"startTime":1787473884370,"traceId":"22618ef08b7d9893"},{"name":"load-dotenv","duration":37,"timestamp":30656581308,"id":717,"parentId":716,"tags":{},"startTime":1787473884548,"traceId":"22618ef08b7d9893"},{"name":"run-export-path-map","duration":441,"timestamp":30659886966,"id":718,"parentId":716,"tags":{},"startTime":1787473887854,"traceId":"22618ef08b7d9893"},{"name":"next-export","duration":5440130,"timestamp":30656580304,"id":716,"parentId":1,"tags":{},"startTime":1787473884547,"traceId":"22618ef08b7d9893"},{"name":"move-exported-app-not-found-","duration":96939,"timestamp":30662022666,"id":719,"parentId":715,"tags":{},"startTime":1787473889989,"traceId":"22618ef08b7d9893"},{"name":"move-exported-app-global-error-","duration":190927,"timestamp":30662119721,"id":720,"parentId":715,"tags":{},"startTime":1787473890086,"traceId":"22618ef08b7d9893"},{"name":"static-generation","duration":5889643,"timestamp":30656575841,"id":715,"parentId":1,"tags":{},"startTime":1787473884543,"traceId":"22618ef08b7d9893"},{"name":"write-routes-manifest","duration":85723,"timestamp":30662465868,"id":721,"parentId":1,"tags":{},"startTime":1787473890433,"traceId":"22618ef08b7d9893"},{"name":"node-file-trace-build","duration":54864356,"timestamp":30656390444,"id":713,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1787473884357,"traceId":"22618ef08b7d9893"},{"name":"apply-include-excludes","duration":842,"timestamp":30711254827,"id":722,"parentId":1,"tags":{},"startTime":1787473939221,"traceId":"22618ef08b7d9893"},{"name":"collect-build-traces","duration":55091820,"timestamp":30656163936,"id":712,"parentId":1,"tags":{},"startTime":1787473884131,"traceId":"22618ef08b7d9893"},{"name":"print-tree-view","duration":4251,"timestamp":30711256733,"id":723,"parentId":1,"tags":{},"startTime":1787473939223,"traceId":"22618ef08b7d9893"},{"name":"telemetry-flush","duration":127,"timestamp":30711261032,"id":724,"parentId":1,"tags":{},"startTime":1787473939228,"traceId":"22618ef08b7d9893"},{"name":"next-build","duration":82654094,"timestamp":30628607085,"id":1,"tags":{"buildMode":"default","version":"16.3.1","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1787473856574,"traceId":"22618ef08b7d9893"}]
|
|
6
|
-
7d9893"},{"name":"add-entry","duration":2422979,"timestamp":30629730816,"id":58,"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=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fmodels%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787473857697,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":2422981,"timestamp":30629730819,"id":59,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fproject-trust%2Froute&name=app%2Fapi%2Fproject-trust%2Froute&pagePath=private-next-app-dir%2Fapi%2Fproject-trust%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fproject-trust%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787473857697,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":2422979,"timestamp":30629730824,"id":60,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fplugins%2Froute&name=app%2Fapi%2Fplugins%2Froute&pagePath=private-next-app-dir%2Fapi%2Fplugins%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fplugins%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787473857697,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":2422979,"timestamp":30629730827,"id":61,"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=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fsessions%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787473857697,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":2422977,"timestamp":30629730831,"id":62,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport%2Froute&name=app%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787473857697,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":2422970,"timestamp":30629730841,"id":64,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Finstall%2Froute&name=app%2Fapi%2Fskills%2Finstall%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Finstall%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fskills%2Finstall%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787473857698,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":2422961,"timestamp":30629730853,"id":67,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Fsearch%2Froute&name=app%2Fapi%2Fskills%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Fsearch%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fskills%2Fsearch%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787473857698,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":2422966,"timestamp":30629730856,"id":68,"parentId":21,"tags":{"request":"next-middleware-loader?absolutePagePath=private-next-root-dir%2Fproxy.ts&page=%2Fproxy&rootDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky&matchers=W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLyhcXC8%2FaW5kZXh8XFwvP2luZGV4XFwuanNvbnxcXC8%2FaW5kZXgoPzpcXC5yc2N8XFwuc2VnbWVudHNcXC8uK1xcLnNlZ21lbnRcXC5yc2MpKSk%2FW1xcLyNcXD9dPyQiLCJvcmlnaW5hbFNvdXJjZSI6Ii8ifSx7InJlZ2V4cCI6Il4oPzpcXC8oX25leHRcXC9kYXRhXFwvW14vXXsxLH0pKT9cXC9hcGkoPzpcXC8oKD86W15cXC8jXFw%2FXSs%2FKSg%2FOlxcLyg%2FOlteXFwvI1xcP10rPykpKikpPyhcXC5qc29ufFxcLnJzY3xcXC5zZWdtZW50c1xcLy4rXFwuc2VnbWVudFxcLnJzYyk%2FW1xcLyNcXD9dPyQiLCJvcmlnaW5hbFNvdXJjZSI6Ii9hcGkvOnBhdGgqIn1d&preferredRegion=&middlewareConfig=eyJtYXRjaGVycyI6W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLyhcXC8%2FaW5kZXh8XFwvP2luZGV4XFwuanNvbnxcXC8%2FaW5kZXgoPzpcXC5yc2N8XFwuc2VnbWVudHNcXC8uK1xcLnNlZ21lbnRcXC5yc2MpKSk%2FW1xcLyNcXD9dPyQiLCJvcmlnaW5hbFNvdXJjZSI6Ii8ifSx7InJlZ2V4cCI6Il4oPzpcXC8oX25leHRcXC9kYXRhXFwvW14vXXsxLH0pKT9cXC9hcGkoPzpcXC8oKD86W15cXC8jXFw%2FXSs%2FKSg%2FOlxcLyg%2FOlteXFwvI1xcP10rPykpKikpPyhcXC5qc29ufFxcLnJzY3xcXC5zZWdtZW50c1xcLy4rXFwuc2VnbWVudFxcLnJzYyk%2FW1xcLyNcXD9dPyQiLCJvcmlnaW5hbFNvdXJjZSI6Ii9hcGkvOnBhdGgqIn1dfQ%3D%3D!"},"startTime":1787473857698,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":2445139,"timestamp":30629730846,"id":65,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Froute&name=app%2Fapi%2Fskills%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fskills%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787473857698,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":2445168,"timestamp":30629730834,"id":63,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Fcheck%2Froute&name=app%2Fapi%2Fskills%2Fcheck%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Fcheck%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fskills%2Fcheck%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787473857697,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":2445158,"timestamp":30629730849,"id":66,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Fupdate%2Froute&name=app%2Fapi%2Fskills%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Fupdate%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fskills%2Fupdate%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787473857698,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":2580809,"timestamp":30629730775,"id":47,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D%2Froute&name=app%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787473857697,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":2580808,"timestamp":30629730794,"id":53,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D%2Froute&name=app%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787473857697,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":2626931,"timestamp":30629730501,"id":30,"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=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Ffiles%2F%5B...path%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787473857697,"traceId":"22618ef08b7d9893"},{"name":"add-entry","duration":2658412,"timestamp":30629730758,"id":43,"parentId":21,"tags":{"request":"private-next-root-dir/instrumentation.ts"},"startTime":1787473857697,"traceId":"22618ef08b7d9893"},{"name":"build-module-tsx","duration":12256,"timestamp":30632688123,"id":201,"parentId":19,"tags":{"name":"/home/wa/project/pi-web-sky/components/PwaRegistration.tsx","layer":"ssr"},"startTime":1787473860655,"traceId":"22618ef08b7d9893"},{"name":"build-module-tsx","duration":83124,"timestamp":30632694654,"id":202,"parentId":19,"tags":{"name":"/home/wa/project/pi-web-sky/components/AppShell.tsx","layer":"ssr"},"startTime":1787473860661,"traceId":"22618ef08b7d9893"},{"name":"build-module-tsx","duration":39598,"timestamp":30632886018,"id":204,"parentId":202,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatWindow.tsx","layer":"ssr"},"startTime":1787473860853,"traceId":"22618ef08b7d9893"},{"name":"build-module-tsx","duration":71135,"timestamp":30632885224,"id":203,"parentId":202,"tags":{"name":"/home/wa/project/pi-web-sky/components/SessionSidebar.tsx","layer":"ssr"},"startTime":1787473860852,"traceId":"22618ef08b7d9893"},{"name":"build-module-tsx","duration":34791,"timestamp":30633079085,"id":205,"parentId":204,"tags":{"name":"/home/wa/project/pi-web-sky/components/MessageView.tsx","layer":"ssr"},"startTime":1787473861046,"traceId":"22618ef08b7d9893"},{"name":"build-module-tsx","duration":67416,"timestamp":30633089306,"id":206,"parentId":204,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatInput.tsx","layer":"ssr"},"startTime":1787473861056,"traceId":"22618ef08b7d9893"},{"name":"make","duration":5280262,"timestamp":30629729469,"id":21,"parentId":19,"tags":{},"startTime":1787473857696,"traceId":"22618ef08b7d9893"},{"name":"get-entries","duration":2532,"timestamp":30635011251,"id":208,"parentId":207,"tags":{},"startTime":1787473862978,"traceId":"22618ef08b7d9893"},{"name":"node-file-trace-plugin","duration":432362,"timestamp":30635021594,"id":209,"parentId":207,"tags":{"traceEntryCount":"90"},"startTime":1787473862988,"traceId":"22618ef08b7d9893"},{"name":"collect-traced-files","duration":2869,"timestamp":30635453971,"id":210,"parentId":207,"tags":{},"startTime":1787473863421,"traceId":"22618ef08b7d9893"},{"name":"finish-modules","duration":445912,"timestamp":30635010992,"id":207,"parentId":20,"tags":{},"startTime":1787473862978,"traceId":"22618ef08b7d9893"},{"name":"chunk-graph","duration":80759,"timestamp":30635718677,"id":212,"parentId":211,"tags":{},"startTime":1787473863685,"traceId":"22618ef08b7d9893"},{"name":"optimize-modules","duration":32,"timestamp":30635799586,"id":214,"parentId":211,"tags":{},"startTime":1787473863766,"traceId":"22618ef08b7d9893"},{"name":"optimize-chunks","duration":65170,"timestamp":30635799707,"id":215,"parentId":211,"tags":{},"startTime":1787473863766,"traceId":"22618ef08b7d9893"},{"name":"optimize-tree","duration":142,"timestamp":30635864984,"id":216,"parentId":211,"tags":{},"startTime":1787473863832,"traceId":"22618ef08b7d9893"},{"name":"optimize-chunk-modules","duration":120365,"timestamp":30635865218,"id":217,"parentId":211,"tags":{},"startTime":1787473863832,"traceId":"22618ef08b7d9893"},{"name":"optimize","duration":186171,"timestamp":30635799524,"id":213,"parentId":211,"tags":{},"startTime":1787473863766,"traceId":"22618ef08b7d9893"},{"name":"module-hash","duration":80735,"timestamp":30636041147,"id":218,"parentId":211,"tags":{},"startTime":1787473864008,"traceId":"22618ef08b7d9893"},{"name":"code-generation","duration":1119974,"timestamp":30636121977,"id":219,"parentId":211,"tags":{},"startTime":1787473864089,"traceId":"22618ef08b7d9893"},{"name":"hash","duration":19677,"timestamp":30637252925,"id":220,"parentId":211,"tags":{},"startTime":1787473865220,"traceId":"22618ef08b7d9893"},{"name":"code-generation-jobs","duration":542,"timestamp":30637272596,"id":221,"parentId":211,"tags":{},"startTime":1787473865239,"traceId":"22618ef08b7d9893"},{"name":"module-assets","duration":1408,"timestamp":30637272970,"id":222,"parentId":211,"tags":{},"startTime":1787473865240,"traceId":"22618ef08b7d9893"},{"name":"create-chunk-assets","duration":6371,"timestamp":30637274403,"id":223,"parentId":211,"tags":{},"startTime":1787473865241,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136927,"timestamp":30637318500,"id":226,"parentId":224,"tags":{"name":"../app/_global-error/page.js","cache":"HIT"},"startTime":1787473865285,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136787,"timestamp":30637318653,"id":227,"parentId":224,"tags":{"name":"../app/api/agent/[id]/bash-output/route.js","cache":"HIT"},"startTime":1787473865285,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136773,"timestamp":30637318669,"id":228,"parentId":224,"tags":{"name":"../app/api/agent/[id]/route.js","cache":"HIT"},"startTime":1787473865285,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136747,"timestamp":30637318696,"id":229,"parentId":224,"tags":{"name":"../app/api/cwd/browse/route.js","cache":"HIT"},"startTime":1787473865285,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136749,"timestamp":30637318707,"id":230,"parentId":224,"tags":{"name":"../app/api/cwd/validate/route.js","cache":"HIT"},"startTime":1787473865285,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136742,"timestamp":30637318716,"id":231,"parentId":224,"tags":{"name":"../app/api/default-cwd/route.js","cache":"HIT"},"startTime":1787473865285,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136737,"timestamp":30637318722,"id":232,"parentId":224,"tags":{"name":"../app/api/file-index/route.js","cache":"HIT"},"startTime":1787473865285,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136731,"timestamp":30637318729,"id":233,"parentId":224,"tags":{"name":"../app/api/files/[...path]/route.js","cache":"HIT"},"startTime":1787473865285,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136725,"timestamp":30637318737,"id":234,"parentId":224,"tags":{"name":"../app/api/git/diff/route.js","cache":"HIT"},"startTime":1787473865285,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136646,"timestamp":30637318817,"id":235,"parentId":224,"tags":{"name":"../app/api/git/status/route.js","cache":"HIT"},"startTime":1787473865285,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136628,"timestamp":30637318836,"id":236,"parentId":224,"tags":{"name":"../app/api/home/route.js","cache":"HIT"},"startTime":1787473865285,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136619,"timestamp":30637318846,"id":237,"parentId":224,"tags":{"name":"../app/api/sessions/[id]/auto-name/route.js","cache":"HIT"},"startTime":1787473865286,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136615,"timestamp":30637318851,"id":238,"parentId":224,"tags":{"name":"../app/api/sessions/[id]/context/route.js","cache":"HIT"},"startTime":1787473865286,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136609,"timestamp":30637318857,"id":239,"parentId":224,"tags":{"name":"../app/api/sessions/[id]/entries/[entryId]/thinking/route.js","cache":"HIT"},"startTime":1787473865286,"traceId":"22618ef08b7d9893"},{"name":"minify-js","duration":136605,"timestamp":30637318863,"id":240,"parentId":224,"tags":{"name":"../app/api/sessions/[id]/route.js","cache":"HIT"},"startTime":1787473865286,"traceId":"22618ef08b7d9893"}]
|
|
1
|
+
[{"name":"minify-js","duration":125667,"timestamp":45712379166,"id":247,"parentId":229,"tags":{"name":"../app/api/sessions/[id]/todos/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125663,"timestamp":45712379170,"id":248,"parentId":229,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125660,"timestamp":45712379175,"id":249,"parentId":229,"tags":{"name":"../app/favicon.ico/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125656,"timestamp":45712379180,"id":250,"parentId":229,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125652,"timestamp":45712379184,"id":251,"parentId":229,"tags":{"name":"../instrumentation.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125649,"timestamp":45712379189,"id":252,"parentId":229,"tags":{"name":"../app/api/agent/[id]/events/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125644,"timestamp":45712379195,"id":253,"parentId":229,"tags":{"name":"../app/api/agent/running/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125641,"timestamp":45712379199,"id":254,"parentId":229,"tags":{"name":"../app/api/agent/running/events/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123905,"timestamp":45712380936,"id":256,"parentId":229,"tags":{"name":"../app/api/auth/all-providers/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123882,"timestamp":45712380961,"id":257,"parentId":229,"tags":{"name":"../app/api/auth/logout/[provider]/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123875,"timestamp":45712380969,"id":258,"parentId":229,"tags":{"name":"../app/api/auth/login/[provider]/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123870,"timestamp":45712380975,"id":259,"parentId":229,"tags":{"name":"../app/api/auth/providers/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123866,"timestamp":45712380980,"id":260,"parentId":229,"tags":{"name":"../app/api/auth/api-key/[provider]/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123862,"timestamp":45712380985,"id":261,"parentId":229,"tags":{"name":"../app/api/agent/new/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123854,"timestamp":45712380994,"id":262,"parentId":229,"tags":{"name":"../app/api/models-config/catalog/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123813,"timestamp":45712381036,"id":263,"parentId":229,"tags":{"name":"../app/api/models-config/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123809,"timestamp":45712381042,"id":264,"parentId":229,"tags":{"name":"../app/api/models-config/discover/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123806,"timestamp":45712381046,"id":265,"parentId":229,"tags":{"name":"../app/api/models/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123803,"timestamp":45712381050,"id":266,"parentId":229,"tags":{"name":"../app/api/models-config/test/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123800,"timestamp":45712381054,"id":267,"parentId":229,"tags":{"name":"../app/api/project-trust/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123797,"timestamp":45712381058,"id":268,"parentId":229,"tags":{"name":"../app/api/sessions/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123795,"timestamp":45712381062,"id":269,"parentId":229,"tags":{"name":"../app/api/sessions/[id]/export/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123792,"timestamp":45712381066,"id":270,"parentId":229,"tags":{"name":"../app/api/skills/check/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123789,"timestamp":45712381070,"id":271,"parentId":229,"tags":{"name":"../app/api/skills/install/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123785,"timestamp":45712381074,"id":272,"parentId":229,"tags":{"name":"../app/api/plugins/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123782,"timestamp":45712381078,"id":273,"parentId":229,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123779,"timestamp":45712381082,"id":274,"parentId":229,"tags":{"name":"../app/api/skills/update/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123772,"timestamp":45712381090,"id":275,"parentId":229,"tags":{"name":"../app/api/terminal/[id]/events/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123769,"timestamp":45712381094,"id":276,"parentId":229,"tags":{"name":"../app/api/terminal/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123766,"timestamp":45712381098,"id":277,"parentId":229,"tags":{"name":"../proxy.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123763,"timestamp":45712381103,"id":278,"parentId":229,"tags":{"name":"../app/api/terminal/[id]/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":123760,"timestamp":45712381106,"id":279,"parentId":229,"tags":{"name":"../app/api/skills/search/route.js","cache":"HIT"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":551,"timestamp":45712504316,"id":281,"parentId":229,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":497,"timestamp":45712504372,"id":282,"parentId":229,"tags":{"name":"3379.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":491,"timestamp":45712504379,"id":283,"parentId":229,"tags":{"name":"2349.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":488,"timestamp":45712504385,"id":284,"parentId":229,"tags":{"name":"9280.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":481,"timestamp":45712504392,"id":285,"parentId":229,"tags":{"name":"922.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":479,"timestamp":45712504397,"id":286,"parentId":229,"tags":{"name":"4315.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":475,"timestamp":45712504401,"id":287,"parentId":229,"tags":{"name":"3869.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":472,"timestamp":45712504406,"id":288,"parentId":229,"tags":{"name":"6366.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":469,"timestamp":45712504410,"id":289,"parentId":229,"tags":{"name":"6253.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":466,"timestamp":45712504414,"id":290,"parentId":229,"tags":{"name":"673.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":463,"timestamp":45712504419,"id":291,"parentId":229,"tags":{"name":"4548.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":460,"timestamp":45712504423,"id":292,"parentId":229,"tags":{"name":"4563.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":455,"timestamp":45712504429,"id":293,"parentId":229,"tags":{"name":"8106.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":452,"timestamp":45712504433,"id":294,"parentId":229,"tags":{"name":"3012.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":449,"timestamp":45712504438,"id":295,"parentId":229,"tags":{"name":"8333.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":446,"timestamp":45712504442,"id":296,"parentId":229,"tags":{"name":"8782.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":443,"timestamp":45712504446,"id":297,"parentId":229,"tags":{"name":"611.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":441,"timestamp":45712504450,"id":298,"parentId":229,"tags":{"name":"1800.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":438,"timestamp":45712504455,"id":299,"parentId":229,"tags":{"name":"1860.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":435,"timestamp":45712504459,"id":300,"parentId":229,"tags":{"name":"7710.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":431,"timestamp":45712504465,"id":301,"parentId":229,"tags":{"name":"8713.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":429,"timestamp":45712504470,"id":302,"parentId":229,"tags":{"name":"8604.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":427,"timestamp":45712504474,"id":303,"parentId":229,"tags":{"name":"9510.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":424,"timestamp":45712504478,"id":304,"parentId":229,"tags":{"name":"2452.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":423,"timestamp":45712504482,"id":305,"parentId":229,"tags":{"name":"7799.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":421,"timestamp":45712504486,"id":306,"parentId":229,"tags":{"name":"4538.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":419,"timestamp":45712504491,"id":307,"parentId":229,"tags":{"name":"8397.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":438,"timestamp":45712504495,"id":308,"parentId":229,"tags":{"name":"6052.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":436,"timestamp":45712504500,"id":309,"parentId":229,"tags":{"name":"3383.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":433,"timestamp":45712504505,"id":310,"parentId":229,"tags":{"name":"2169.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":429,"timestamp":45712504510,"id":311,"parentId":229,"tags":{"name":"4267.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":426,"timestamp":45712504514,"id":312,"parentId":229,"tags":{"name":"7744.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":423,"timestamp":45712504518,"id":313,"parentId":229,"tags":{"name":"2075.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":420,"timestamp":45712504522,"id":314,"parentId":229,"tags":{"name":"1601.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":417,"timestamp":45712504527,"id":315,"parentId":229,"tags":{"name":"5974.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":415,"timestamp":45712504531,"id":316,"parentId":229,"tags":{"name":"8920.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":411,"timestamp":45712504536,"id":317,"parentId":229,"tags":{"name":"2408.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":408,"timestamp":45712504540,"id":318,"parentId":229,"tags":{"name":"295.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":405,"timestamp":45712504544,"id":319,"parentId":229,"tags":{"name":"1555.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":402,"timestamp":45712504549,"id":320,"parentId":229,"tags":{"name":"1625.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":399,"timestamp":45712504553,"id":321,"parentId":229,"tags":{"name":"7790.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":396,"timestamp":45712504557,"id":322,"parentId":229,"tags":{"name":"3569.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":393,"timestamp":45712504562,"id":323,"parentId":229,"tags":{"name":"5318.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":346,"timestamp":45712504610,"id":324,"parentId":229,"tags":{"name":"7233.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":341,"timestamp":45712504616,"id":325,"parentId":229,"tags":{"name":"7561.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":338,"timestamp":45712504620,"id":326,"parentId":229,"tags":{"name":"3894.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":336,"timestamp":45712504625,"id":327,"parentId":229,"tags":{"name":"2744.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":329,"timestamp":45712504633,"id":328,"parentId":229,"tags":{"name":"2106.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":325,"timestamp":45712504638,"id":329,"parentId":229,"tags":{"name":"9486.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":322,"timestamp":45712504642,"id":330,"parentId":229,"tags":{"name":"2903.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":319,"timestamp":45712504647,"id":331,"parentId":229,"tags":{"name":"4372.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":315,"timestamp":45712504651,"id":332,"parentId":229,"tags":{"name":"8294.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":312,"timestamp":45712504656,"id":333,"parentId":229,"tags":{"name":"1515.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":309,"timestamp":45712504660,"id":334,"parentId":229,"tags":{"name":"9509.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":306,"timestamp":45712504664,"id":335,"parentId":229,"tags":{"name":"2190.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":303,"timestamp":45712504668,"id":336,"parentId":229,"tags":{"name":"5029.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":301,"timestamp":45712504672,"id":337,"parentId":229,"tags":{"name":"7872.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":298,"timestamp":45712504676,"id":338,"parentId":229,"tags":{"name":"835.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":295,"timestamp":45712504681,"id":339,"parentId":229,"tags":{"name":"703.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":293,"timestamp":45712504685,"id":340,"parentId":229,"tags":{"name":"4741.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":287,"timestamp":45712504692,"id":341,"parentId":229,"tags":{"name":"1813.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":284,"timestamp":45712504696,"id":342,"parentId":229,"tags":{"name":"2325.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":281,"timestamp":45712504700,"id":343,"parentId":229,"tags":{"name":"4367.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":279,"timestamp":45712504704,"id":344,"parentId":229,"tags":{"name":"3186.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":275,"timestamp":45712504709,"id":345,"parentId":229,"tags":{"name":"2430.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":271,"timestamp":45712504714,"id":346,"parentId":229,"tags":{"name":"6337.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":268,"timestamp":45712504719,"id":347,"parentId":229,"tags":{"name":"7307.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":265,"timestamp":45712504723,"id":348,"parentId":229,"tags":{"name":"4980.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":261,"timestamp":45712504728,"id":349,"parentId":229,"tags":{"name":"1094.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"}]
|
|
2
|
+
[{"name":"minify-js","duration":258,"timestamp":45712504732,"id":350,"parentId":229,"tags":{"name":"7265.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":255,"timestamp":45712504736,"id":351,"parentId":229,"tags":{"name":"6916.js","cache":"HIT"},"startTime":1787488754808,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":253,"timestamp":45712504740,"id":352,"parentId":229,"tags":{"name":"974.js","cache":"HIT"},"startTime":1787488754809,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":250,"timestamp":45712504744,"id":353,"parentId":229,"tags":{"name":"4674.js","cache":"HIT"},"startTime":1787488754809,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":247,"timestamp":45712504748,"id":354,"parentId":229,"tags":{"name":"5582.js","cache":"HIT"},"startTime":1787488754809,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":244,"timestamp":45712504753,"id":355,"parentId":229,"tags":{"name":"6429.js","cache":"HIT"},"startTime":1787488754809,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":129990,"timestamp":45712375548,"id":230,"parentId":229,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1787488754679,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":126374,"timestamp":45712379205,"id":255,"parentId":229,"tags":{"name":"../app/api/app-update/route.js","cache":"MISS"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":948022,"timestamp":45712381111,"id":280,"parentId":229,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1787488754685,"traceId":"fc03a6458a114dae"},{"name":"minify-webpack-plugin-optimize","duration":986092,"timestamp":45712343061,"id":229,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1787488754647,"traceId":"fc03a6458a114dae"},{"name":"css-minimizer-plugin","duration":179,"timestamp":45713329365,"id":356,"parentId":19,"tags":{},"startTime":1787488755633,"traceId":"fc03a6458a114dae"},{"name":"create-trace-assets","duration":4830,"timestamp":45713329798,"id":357,"parentId":20,"tags":{},"startTime":1787488755634,"traceId":"fc03a6458a114dae"},{"name":"seal","duration":2702825,"timestamp":45710674600,"id":216,"parentId":19,"tags":{},"startTime":1787488753633,"traceId":"fc03a6458a114dae"},{"name":"webpack-compilation","duration":8393879,"timestamp":45705023211,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1787488747982,"traceId":"fc03a6458a114dae"},{"name":"emit","duration":64922,"timestamp":45713417769,"id":358,"parentId":16,"tags":{},"startTime":1787488755722,"traceId":"fc03a6458a114dae"},{"name":"webpack-close","duration":693660,"timestamp":45713488040,"id":359,"parentId":16,"tags":{"name":"server"},"startTime":1787488755792,"traceId":"fc03a6458a114dae"},{"name":"webpack-generate-error-stats","duration":3936,"timestamp":45714181790,"id":360,"parentId":359,"tags":{},"startTime":1787488756486,"traceId":"fc03a6458a114dae"},{"name":"run-webpack-compiler","duration":9501723,"timestamp":45704684457,"id":16,"parentId":15,"tags":{},"startTime":1787488747643,"traceId":"fc03a6458a114dae"},{"name":"format-webpack-messages","duration":973,"timestamp":45714186195,"id":361,"parentId":15,"tags":{},"startTime":1787488756490,"traceId":"fc03a6458a114dae"},{"name":"worker-main-server","duration":9504151,"timestamp":45704684044,"id":15,"parentId":1,"tags":{},"startTime":1787488747643,"traceId":"fc03a6458a114dae"},{"name":"create-entrypoints","duration":48104,"timestamp":45714758095,"id":365,"parentId":363,"tags":{},"startTime":1787488757062,"traceId":"fc03a6458a114dae"},{"name":"generate-webpack-config","duration":190372,"timestamp":45714806395,"id":366,"parentId":364,"tags":{},"startTime":1787488757110,"traceId":"fc03a6458a114dae"},{"name":"make","duration":1014,"timestamp":45715103291,"id":368,"parentId":367,"tags":{},"startTime":1787488757407,"traceId":"fc03a6458a114dae"},{"name":"chunk-graph","duration":771,"timestamp":45715107746,"id":370,"parentId":369,"tags":{},"startTime":1787488757412,"traceId":"fc03a6458a114dae"},{"name":"optimize-modules","duration":40,"timestamp":45715108705,"id":372,"parentId":369,"tags":{},"startTime":1787488757412,"traceId":"fc03a6458a114dae"},{"name":"optimize-chunks","duration":1073,"timestamp":45715108898,"id":373,"parentId":369,"tags":{},"startTime":1787488757413,"traceId":"fc03a6458a114dae"},{"name":"optimize-tree","duration":158,"timestamp":45715110082,"id":374,"parentId":369,"tags":{},"startTime":1787488757414,"traceId":"fc03a6458a114dae"},{"name":"optimize-chunk-modules","duration":656,"timestamp":45715110546,"id":375,"parentId":369,"tags":{},"startTime":1787488757414,"traceId":"fc03a6458a114dae"},{"name":"optimize","duration":2705,"timestamp":45715108625,"id":371,"parentId":369,"tags":{},"startTime":1787488757412,"traceId":"fc03a6458a114dae"},{"name":"module-hash","duration":110,"timestamp":45715112664,"id":376,"parentId":369,"tags":{},"startTime":1787488757416,"traceId":"fc03a6458a114dae"},{"name":"code-generation","duration":278,"timestamp":45715112836,"id":377,"parentId":369,"tags":{},"startTime":1787488757417,"traceId":"fc03a6458a114dae"},{"name":"hash","duration":494,"timestamp":45715113477,"id":378,"parentId":369,"tags":{},"startTime":1787488757417,"traceId":"fc03a6458a114dae"},{"name":"code-generation-jobs","duration":167,"timestamp":45715113967,"id":379,"parentId":369,"tags":{},"startTime":1787488757418,"traceId":"fc03a6458a114dae"},{"name":"module-assets","duration":99,"timestamp":45715114096,"id":380,"parentId":369,"tags":{},"startTime":1787488757418,"traceId":"fc03a6458a114dae"},{"name":"create-chunk-assets","duration":229,"timestamp":45715114208,"id":381,"parentId":369,"tags":{},"startTime":1787488757418,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":384,"timestamp":45715127031,"id":383,"parentId":382,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1787488757431,"traceId":"fc03a6458a114dae"},{"name":"minify-webpack-plugin-optimize","duration":3767,"timestamp":45715123673,"id":382,"parentId":367,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1787488757427,"traceId":"fc03a6458a114dae"},{"name":"css-minimizer-plugin","duration":220,"timestamp":45715127624,"id":384,"parentId":367,"tags":{},"startTime":1787488757431,"traceId":"fc03a6458a114dae"},{"name":"seal","duration":25733,"timestamp":45715107073,"id":369,"parentId":367,"tags":{},"startTime":1787488757411,"traceId":"fc03a6458a114dae"},{"name":"webpack-compilation","duration":38827,"timestamp":45715094394,"id":367,"parentId":364,"tags":{"name":"edge-server"},"startTime":1787488757398,"traceId":"fc03a6458a114dae"},{"name":"emit","duration":3551,"timestamp":45715133644,"id":385,"parentId":364,"tags":{},"startTime":1787488757437,"traceId":"fc03a6458a114dae"},{"name":"webpack-close","duration":789,"timestamp":45715138144,"id":386,"parentId":364,"tags":{"name":"edge-server"},"startTime":1787488757442,"traceId":"fc03a6458a114dae"},{"name":"webpack-generate-error-stats","duration":2841,"timestamp":45715138986,"id":387,"parentId":386,"tags":{},"startTime":1787488757443,"traceId":"fc03a6458a114dae"},{"name":"run-webpack-compiler","duration":383948,"timestamp":45714758089,"id":364,"parentId":363,"tags":{},"startTime":1787488757062,"traceId":"fc03a6458a114dae"},{"name":"format-webpack-messages","duration":90,"timestamp":45715142044,"id":388,"parentId":363,"tags":{},"startTime":1787488757446,"traceId":"fc03a6458a114dae"},{"name":"worker-main-edge-server","duration":384635,"timestamp":45714757668,"id":363,"parentId":1,"tags":{},"startTime":1787488757061,"traceId":"fc03a6458a114dae"},{"name":"create-entrypoints","duration":48832,"timestamp":45715682331,"id":391,"parentId":389,"tags":{},"startTime":1787488757986,"traceId":"fc03a6458a114dae"},{"name":"generate-webpack-config","duration":204603,"timestamp":45715731428,"id":392,"parentId":390,"tags":{},"startTime":1787488758035,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668624,"timestamp":45716051796,"id":399,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668637,"timestamp":45716051825,"id":400,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668613,"timestamp":45716051861,"id":403,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668507,"timestamp":45716051974,"id":404,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668474,"timestamp":45716052013,"id":405,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668471,"timestamp":45716052023,"id":406,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668472,"timestamp":45716052027,"id":407,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668479,"timestamp":45716052032,"id":408,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668548,"timestamp":45716052036,"id":409,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668562,"timestamp":45716052043,"id":410,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668562,"timestamp":45716052046,"id":411,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668555,"timestamp":45716052056,"id":412,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668550,"timestamp":45716052064,"id":413,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668549,"timestamp":45716052067,"id":414,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668544,"timestamp":45716052073,"id":415,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668541,"timestamp":45716052079,"id":416,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668540,"timestamp":45716052082,"id":417,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668537,"timestamp":45716052088,"id":418,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668536,"timestamp":45716052091,"id":419,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668533,"timestamp":45716052096,"id":420,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668532,"timestamp":45716052100,"id":421,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668529,"timestamp":45716052104,"id":422,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668527,"timestamp":45716052108,"id":423,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668525,"timestamp":45716052111,"id":424,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668522,"timestamp":45716052117,"id":425,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668521,"timestamp":45716052120,"id":426,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668518,"timestamp":45716052126,"id":427,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668518,"timestamp":45716052134,"id":428,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668514,"timestamp":45716052139,"id":429,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668513,"timestamp":45716052143,"id":430,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668510,"timestamp":45716052147,"id":431,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668508,"timestamp":45716052151,"id":432,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668504,"timestamp":45716052156,"id":433,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668502,"timestamp":45716052160,"id":434,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668499,"timestamp":45716052165,"id":435,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668496,"timestamp":45716052170,"id":436,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668491,"timestamp":45716052176,"id":437,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668487,"timestamp":45716052182,"id":438,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668485,"timestamp":45716052186,"id":439,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668482,"timestamp":45716052191,"id":440,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668480,"timestamp":45716052194,"id":441,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668478,"timestamp":45716052198,"id":442,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668477,"timestamp":45716052202,"id":443,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668476,"timestamp":45716052206,"id":444,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668474,"timestamp":45716052210,"id":445,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668471,"timestamp":45716052215,"id":446,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668469,"timestamp":45716052218,"id":447,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668467,"timestamp":45716052223,"id":448,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668466,"timestamp":45716052226,"id":449,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":668463,"timestamp":45716052230,"id":450,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":766730,"timestamp":45716051850,"id":402,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"build-module-tsx","duration":29427,"timestamp":45716887173,"id":452,"parentId":393,"tags":{"name":"/home/wa/project/pi-web-sky/components/PwaRegistration.tsx","layer":"app-pages-browser"},"startTime":1787488759191,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":909436,"timestamp":45716051661,"id":398,"parentId":394,"tags":{"request":"next-client-pages-loader?absolutePagePath=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-not-found.js&page=%2F_not-found%2Fpage!"},"startTime":1787488758355,"traceId":"fc03a6458a114dae"}]
|
|
3
|
+
[{"name":"build-module-tsx","duration":209874,"timestamp":45717041078,"id":456,"parentId":393,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatWindow.tsx","layer":"app-pages-browser"},"startTime":1787488759345,"traceId":"fc03a6458a114dae"},{"name":"postcss-process","duration":235057,"timestamp":45717175526,"id":457,"parentId":455,"tags":{},"startTime":1787488759479,"traceId":"fc03a6458a114dae"},{"name":"postcss-loader","duration":396506,"timestamp":45717014399,"id":455,"parentId":454,"tags":{},"startTime":1787488759318,"traceId":"fc03a6458a114dae"},{"name":"css-loader","duration":40160,"timestamp":45717411338,"id":458,"parentId":454,"tags":{"astUsed":"true"},"startTime":1787488759715,"traceId":"fc03a6458a114dae"},{"name":"build-module-tsx","duration":57345,"timestamp":45717476314,"id":459,"parentId":393,"tags":{"name":"/home/wa/project/pi-web-sky/components/SessionSidebar.tsx","layer":"app-pages-browser"},"startTime":1787488759780,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":1780651,"timestamp":45716051632,"id":397,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fbuiltin%2Fglobal-error.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-page.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Fclient-segment.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%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%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Fclient%2Fcomponents%2Flayout-router.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%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%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fframework%2Fboundary-components.js%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Fdist%2Flib%2Fmetadata%2Fgenerate%2Ficon-mark.js%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1787488758355,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":1781351,"timestamp":45716050958,"id":395,"parentId":394,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1787488758355,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":1780728,"timestamp":45716051586,"id":396,"parentId":394,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1787488758355,"traceId":"fc03a6458a114dae"},{"name":"build-module-css","duration":1199644,"timestamp":45717011458,"id":454,"parentId":453,"tags":{"name":"/home/wa/project/pi-web-sky/app/globals.css.webpack[javascript/auto]!=!/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[2]!/home/wa/project/pi-web-sky/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[10].use[3]!/home/wa/project/pi-web-sky/app/globals.css","layer":null},"startTime":1787488759315,"traceId":"fc03a6458a114dae"},{"name":"build-module-mjs","duration":278366,"timestamp":45718309485,"id":460,"parentId":393,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@xterm/xterm/lib/xterm.mjs","layer":"app-pages-browser"},"startTime":1787488760613,"traceId":"fc03a6458a114dae"},{"name":"build-module-css","duration":1754600,"timestamp":45716980931,"id":453,"parentId":393,"tags":{"name":"/home/wa/project/pi-web-sky/app/globals.css","layer":"app-pages-browser"},"startTime":1787488759285,"traceId":"fc03a6458a114dae"},{"name":"build-module","duration":322,"timestamp":45718808006,"id":461,"parentId":453,"tags":{},"startTime":1787488761112,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2757268,"timestamp":45716051837,"id":401,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fcomponents%2FPwaRegistration.tsx%22%2C%22ids%22%3A%5B%22PwaRegistration%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fnext%2Ffont%2Fgoogle%2Ftarget.css%3F%7B%5C%22path%5C%22%3A%5C%22app%2Flayout.tsx%5C%22%2C%5C%22import%5C%22%3A%5C%22Noto_Sans_Mono%5C%22%2C%5C%22arguments%5C%22%3A%5B%7B%5C%22subsets%5C%22%3A%5B%5C%22latin%5C%22%2C%5C%22cyrillic%5C%22%5D%2C%5C%22variable%5C%22%3A%5C%22--font-noto-mono%5C%22%2C%5C%22display%5C%22%3A%5C%22swap%5C%22%7D%5D%2C%5C%22variableName%5C%22%3A%5C%22notoSansMono%5C%22%7D%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fnode_modules%2Fkatex%2Fdist%2Fkatex.min.css%22%2C%22ids%22%3A%5B%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp%2Fglobals.css%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":3334791,"timestamp":45716052234,"id":451,"parentId":394,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fcomponents%2FAppShell.tsx%22%2C%22ids%22%3A%5B%22AppShell%22%5D%7D&modules=%7B%22request%22%3A%22%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fhooks%2FuseI18n.tsx%22%2C%22ids%22%3A%5B%22I18nProvider%22%5D%7D&server=false!"},"startTime":1787488758356,"traceId":"fc03a6458a114dae"},{"name":"make","duration":3337071,"timestamp":45716050211,"id":394,"parentId":393,"tags":{},"startTime":1787488758354,"traceId":"fc03a6458a114dae"},{"name":"chunk-graph","duration":52097,"timestamp":45719583705,"id":463,"parentId":462,"tags":{},"startTime":1787488761887,"traceId":"fc03a6458a114dae"},{"name":"optimize-modules","duration":34,"timestamp":45719635958,"id":465,"parentId":462,"tags":{},"startTime":1787488761940,"traceId":"fc03a6458a114dae"},{"name":"optimize-chunks","duration":40678,"timestamp":45719641233,"id":467,"parentId":462,"tags":{},"startTime":1787488761945,"traceId":"fc03a6458a114dae"},{"name":"optimize-tree","duration":169,"timestamp":45719682029,"id":468,"parentId":462,"tags":{},"startTime":1787488761986,"traceId":"fc03a6458a114dae"},{"name":"optimize-chunk-modules","duration":95750,"timestamp":45719682316,"id":469,"parentId":462,"tags":{},"startTime":1787488761986,"traceId":"fc03a6458a114dae"},{"name":"optimize","duration":142309,"timestamp":45719635893,"id":464,"parentId":462,"tags":{},"startTime":1787488761940,"traceId":"fc03a6458a114dae"},{"name":"module-hash","duration":60831,"timestamp":45719824239,"id":470,"parentId":462,"tags":{},"startTime":1787488762128,"traceId":"fc03a6458a114dae"},{"name":"code-generation","duration":322732,"timestamp":45719885159,"id":471,"parentId":462,"tags":{},"startTime":1787488762189,"traceId":"fc03a6458a114dae"},{"name":"hash","duration":17600,"timestamp":45720214048,"id":472,"parentId":462,"tags":{},"startTime":1787488762518,"traceId":"fc03a6458a114dae"},{"name":"code-generation-jobs","duration":481,"timestamp":45720231642,"id":473,"parentId":462,"tags":{},"startTime":1787488762535,"traceId":"fc03a6458a114dae"},{"name":"module-assets","duration":1986,"timestamp":45720231936,"id":474,"parentId":462,"tags":{},"startTime":1787488762536,"traceId":"fc03a6458a114dae"},{"name":"create-chunk-assets","duration":14350,"timestamp":45720233954,"id":475,"parentId":462,"tags":{},"startTime":1787488762538,"traceId":"fc03a6458a114dae"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1677,"timestamp":45720255255,"id":477,"parentId":393,"tags":{},"startTime":1787488762559,"traceId":"fc03a6458a114dae"},{"name":"NextJsBuildManifest-createassets","duration":2792,"timestamp":45720254158,"id":476,"parentId":393,"tags":{},"startTime":1787488762558,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":48454,"timestamp":45720273206,"id":479,"parentId":478,"tags":{"name":"static/chunks/main-57d7683fd3d81246.js","cache":"HIT"},"startTime":1787488762577,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":48268,"timestamp":45720273405,"id":480,"parentId":478,"tags":{"name":"static/chunks/main-app-bf06f933926ea490.js","cache":"HIT"},"startTime":1787488762577,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":48254,"timestamp":45720273421,"id":481,"parentId":478,"tags":{"name":"static/chunks/app/_not-found/page-0c103bb398fbc4be.js","cache":"HIT"},"startTime":1787488762577,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":48246,"timestamp":45720273430,"id":482,"parentId":478,"tags":{"name":"static/chunks/app/_global-error/page-986f14092a44b08f.js","cache":"HIT"},"startTime":1787488762577,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":48238,"timestamp":45720273439,"id":483,"parentId":478,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-e5950b7416ca891b.js","cache":"HIT"},"startTime":1787488762577,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":46070,"timestamp":45720275616,"id":485,"parentId":478,"tags":{"name":"static/chunks/next/dist/client/components/builtin/global-error-180220946e83030a.js","cache":"HIT"},"startTime":1787488762579,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":46042,"timestamp":45720275645,"id":486,"parentId":478,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-a77f7b0ec1326236.js","cache":"HIT"},"startTime":1787488762579,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":46031,"timestamp":45720275657,"id":487,"parentId":478,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-b5b3a887de833d87.js","cache":"HIT"},"startTime":1787488762579,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":46023,"timestamp":45720275667,"id":488,"parentId":478,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-9eded7974cd1fde0.js","cache":"HIT"},"startTime":1787488762579,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45932,"timestamp":45720275759,"id":489,"parentId":478,"tags":{"name":"static/chunks/app/api/agent/[id]/bash-output/route-37cd1a9319579115.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45907,"timestamp":45720275786,"id":490,"parentId":478,"tags":{"name":"static/chunks/app/api/agent/[id]/route-b9a91677a4a65c68.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45896,"timestamp":45720275797,"id":491,"parentId":478,"tags":{"name":"static/chunks/app/api/cwd/browse/route-84fc788a4dfce981.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45891,"timestamp":45720275803,"id":492,"parentId":478,"tags":{"name":"static/chunks/app/api/cwd/validate/route-3c0e382a94f083f1.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45884,"timestamp":45720275811,"id":493,"parentId":478,"tags":{"name":"static/chunks/app/api/default-cwd/route-fdb680e39a3446ac.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45879,"timestamp":45720275818,"id":494,"parentId":478,"tags":{"name":"static/chunks/app/api/file-index/route-53c2c05395f2ad41.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45872,"timestamp":45720275825,"id":495,"parentId":478,"tags":{"name":"static/chunks/app/api/files/[...path]/route-525826b6eae71708.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45867,"timestamp":45720275831,"id":496,"parentId":478,"tags":{"name":"static/chunks/app/api/git/diff/route-11af7c84f38ee6eb.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45860,"timestamp":45720275839,"id":497,"parentId":478,"tags":{"name":"static/chunks/app/api/git/status/route-99334c457a9a0526.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45855,"timestamp":45720275845,"id":498,"parentId":478,"tags":{"name":"static/chunks/app/api/home/route-8352db3a552d392c.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45850,"timestamp":45720275851,"id":499,"parentId":478,"tags":{"name":"static/chunks/app/api/sessions/[id]/auto-name/route-bd4253d0dd6a75ac.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45840,"timestamp":45720275862,"id":500,"parentId":478,"tags":{"name":"static/chunks/app/api/sessions/[id]/context/route-3f647a314caa43a7.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45836,"timestamp":45720275868,"id":501,"parentId":478,"tags":{"name":"static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-9cdc8d25889decfb.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45831,"timestamp":45720275874,"id":502,"parentId":478,"tags":{"name":"static/chunks/app/api/sessions/[id]/route-979f61b8b4dfb4c2.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45827,"timestamp":45720275879,"id":503,"parentId":478,"tags":{"name":"static/chunks/app/api/sessions/[id]/state/route-b5ff3cd20e17e5c7.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45822,"timestamp":45720275885,"id":504,"parentId":478,"tags":{"name":"static/chunks/app/api/sessions/[id]/todos/route-c3859361fb72cb6b.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45818,"timestamp":45720275890,"id":505,"parentId":478,"tags":{"name":"static/chunks/app/api/worktrees/route-ad1d2b619565f84e.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45814,"timestamp":45720275895,"id":506,"parentId":478,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-77c18c60c45fe33b.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45759,"timestamp":45720275951,"id":507,"parentId":478,"tags":{"name":"static/chunks/app/api/agent/[id]/events/route-8f5e08a179c6516f.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45751,"timestamp":45720275960,"id":508,"parentId":478,"tags":{"name":"static/chunks/app/api/agent/running/route-c17ed4a08801a7b1.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45746,"timestamp":45720275967,"id":509,"parentId":478,"tags":{"name":"static/chunks/app/api/agent/running/events/route-273c6370fee40767.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45740,"timestamp":45720275973,"id":510,"parentId":478,"tags":{"name":"static/chunks/app/api/app-update/route-a75b7b56b9af3919.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45736,"timestamp":45720275979,"id":511,"parentId":478,"tags":{"name":"static/chunks/app/api/auth/all-providers/route-545a625c9ad424ff.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45634,"timestamp":45720276082,"id":512,"parentId":478,"tags":{"name":"static/chunks/app/api/auth/logout/[provider]/route-1db7b3e726f17b29.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45625,"timestamp":45720276092,"id":513,"parentId":478,"tags":{"name":"static/chunks/app/api/auth/login/[provider]/route-8344d2036070c4ae.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45620,"timestamp":45720276098,"id":514,"parentId":478,"tags":{"name":"static/chunks/app/api/auth/providers/route-2b1e5fb7c2b3dca9.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45615,"timestamp":45720276104,"id":515,"parentId":478,"tags":{"name":"static/chunks/app/api/auth/api-key/[provider]/route-9bc5468a7e1c46bf.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45610,"timestamp":45720276110,"id":516,"parentId":478,"tags":{"name":"static/chunks/app/api/agent/new/route-72b4714c1d2e18c6.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45606,"timestamp":45720276115,"id":517,"parentId":478,"tags":{"name":"static/chunks/app/api/models-config/catalog/route-8432f3c5bf27d215.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45601,"timestamp":45720276121,"id":518,"parentId":478,"tags":{"name":"static/chunks/app/api/models-config/route-349b6c97a23a9488.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45594,"timestamp":45720276129,"id":519,"parentId":478,"tags":{"name":"static/chunks/app/api/models-config/discover/route-264f0497a2d309d7.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45589,"timestamp":45720276135,"id":520,"parentId":478,"tags":{"name":"static/chunks/app/api/models/route-ea13155b59b11921.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45584,"timestamp":45720276141,"id":521,"parentId":478,"tags":{"name":"static/chunks/app/api/models-config/test/route-20715b81a1338b7f.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45580,"timestamp":45720276146,"id":522,"parentId":478,"tags":{"name":"static/chunks/app/api/project-trust/route-715757e3327f0e27.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45575,"timestamp":45720276152,"id":523,"parentId":478,"tags":{"name":"static/chunks/app/api/sessions/route-5284bb457804b696.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45570,"timestamp":45720276158,"id":524,"parentId":478,"tags":{"name":"static/chunks/app/api/sessions/[id]/export/route-5eceb99b8e22e1bb.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45566,"timestamp":45720276163,"id":525,"parentId":478,"tags":{"name":"static/chunks/app/api/skills/check/route-40780d8669b4008c.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45562,"timestamp":45720276168,"id":526,"parentId":478,"tags":{"name":"static/chunks/app/api/skills/install/route-28da037545d339be.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45558,"timestamp":45720276174,"id":527,"parentId":478,"tags":{"name":"static/chunks/app/api/plugins/route-f937cb446b520161.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45552,"timestamp":45720276181,"id":528,"parentId":478,"tags":{"name":"static/chunks/app/api/skills/route-88f5b0b27fdd7821.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45547,"timestamp":45720276187,"id":529,"parentId":478,"tags":{"name":"static/chunks/app/api/skills/update/route-cd625e8137e1a94e.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45542,"timestamp":45720276193,"id":530,"parentId":478,"tags":{"name":"static/chunks/app/api/terminal/[id]/events/route-4a47aa595cb8990b.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45537,"timestamp":45720276198,"id":531,"parentId":478,"tags":{"name":"static/chunks/app/api/terminal/route-e6f10522d996e768.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45527,"timestamp":45720276210,"id":532,"parentId":478,"tags":{"name":"static/chunks/app/api/terminal/[id]/route-031158086b00e0b1.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":45522,"timestamp":45720276216,"id":533,"parentId":478,"tags":{"name":"static/chunks/app/api/skills/search/route-9f105d0ffe3d08b5.js","cache":"HIT"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1129,"timestamp":45720320611,"id":535,"parentId":478,"tags":{"name":"static/chunks/webpack-7c197c45f5d69a04.js","cache":"HIT"},"startTime":1787488762624,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1055,"timestamp":45720320686,"id":536,"parentId":478,"tags":{"name":"static/chunks/3266.f5b6dfc5a1624dcf.js","cache":"HIT"},"startTime":1787488762624,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1049,"timestamp":45720320693,"id":537,"parentId":478,"tags":{"name":"static/chunks/3308.4da37344a331e518.js","cache":"HIT"},"startTime":1787488762624,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1045,"timestamp":45720320699,"id":538,"parentId":478,"tags":{"name":"static/chunks/8200.dfbabf49e8c67093.js","cache":"HIT"},"startTime":1787488762624,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1041,"timestamp":45720320704,"id":539,"parentId":478,"tags":{"name":"static/chunks/1781.35ff183dd90c9372.js","cache":"HIT"},"startTime":1787488762624,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1038,"timestamp":45720320709,"id":540,"parentId":478,"tags":{"name":"static/chunks/973.e3ba209806c802cb.js","cache":"HIT"},"startTime":1787488762624,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1034,"timestamp":45720320714,"id":541,"parentId":478,"tags":{"name":"static/chunks/268.fee88013d446373e.js","cache":"HIT"},"startTime":1787488762624,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1031,"timestamp":45720320718,"id":542,"parentId":478,"tags":{"name":"static/chunks/7331.f0bb69f039f8f4cc.js","cache":"HIT"},"startTime":1787488762624,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1027,"timestamp":45720320723,"id":543,"parentId":478,"tags":{"name":"static/chunks/4405.dcde268fbece4c48.js","cache":"HIT"},"startTime":1787488762624,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1024,"timestamp":45720320728,"id":544,"parentId":478,"tags":{"name":"static/chunks/4970.f9a7b5eef0e90a7b.js","cache":"HIT"},"startTime":1787488762624,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1021,"timestamp":45720320732,"id":545,"parentId":478,"tags":{"name":"static/chunks/3995.66e995f54233b54d.js","cache":"HIT"},"startTime":1787488762624,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1017,"timestamp":45720320737,"id":546,"parentId":478,"tags":{"name":"static/chunks/3336.8a04b2fc6f9e93ae.js","cache":"HIT"},"startTime":1787488762624,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1014,"timestamp":45720320741,"id":547,"parentId":478,"tags":{"name":"static/chunks/3716.0d2a56d29f9eead4.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1011,"timestamp":45720320746,"id":548,"parentId":478,"tags":{"name":"static/chunks/8885.7e5391cbe918a4ba.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1007,"timestamp":45720320751,"id":549,"parentId":478,"tags":{"name":"static/chunks/1063.cc5f97bab5c21ba8.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1004,"timestamp":45720320756,"id":550,"parentId":478,"tags":{"name":"static/chunks/3251.e79b29db7f8f131f.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1001,"timestamp":45720320760,"id":551,"parentId":478,"tags":{"name":"static/chunks/6654.3f20582e8945ce1a.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":998,"timestamp":45720320764,"id":552,"parentId":478,"tags":{"name":"static/chunks/1032.36a04721ce222ee1.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"}]
|
|
4
|
+
[{"name":"minify-js","duration":995,"timestamp":45720320769,"id":553,"parentId":478,"tags":{"name":"static/chunks/1708.16005710f860f985.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":992,"timestamp":45720320773,"id":554,"parentId":478,"tags":{"name":"static/chunks/9698.5de34d2203c9677b.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":988,"timestamp":45720320778,"id":555,"parentId":478,"tags":{"name":"static/chunks/918.96cbb8adb85496b9.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":985,"timestamp":45720320783,"id":556,"parentId":478,"tags":{"name":"static/chunks/2695.b9d1b50932f1a8ac.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":978,"timestamp":45720320791,"id":557,"parentId":478,"tags":{"name":"static/chunks/6794.fc3e4bce7fbefc6f.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":975,"timestamp":45720320796,"id":558,"parentId":478,"tags":{"name":"static/chunks/9974.67578d0e27bad830.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":971,"timestamp":45720320800,"id":559,"parentId":478,"tags":{"name":"static/chunks/2480.46a5872944a0d0a5.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":968,"timestamp":45720320805,"id":560,"parentId":478,"tags":{"name":"static/chunks/2539.ee753de41333c1b7.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":965,"timestamp":45720320810,"id":561,"parentId":478,"tags":{"name":"static/chunks/4238.b458c3d5812fcf1d.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":961,"timestamp":45720320814,"id":562,"parentId":478,"tags":{"name":"static/chunks/5681.6fd0327614100098.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":957,"timestamp":45720320820,"id":563,"parentId":478,"tags":{"name":"static/chunks/2703.0753f4916dafda0a.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":953,"timestamp":45720320824,"id":564,"parentId":478,"tags":{"name":"static/chunks/2181.71f6bd63cca79dac.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":950,"timestamp":45720320829,"id":565,"parentId":478,"tags":{"name":"static/chunks/9614.584b8bbb3d98779f.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":947,"timestamp":45720320833,"id":566,"parentId":478,"tags":{"name":"static/chunks/2356.f61da4ece26c3a84.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":944,"timestamp":45720320838,"id":567,"parentId":478,"tags":{"name":"static/chunks/6195.12a53c5c7b4da7ad.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":941,"timestamp":45720320842,"id":568,"parentId":478,"tags":{"name":"static/chunks/398.a0403ee445b2377c.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":937,"timestamp":45720320846,"id":569,"parentId":478,"tags":{"name":"static/chunks/9764.6fde4e1d90caa765.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":934,"timestamp":45720320851,"id":570,"parentId":478,"tags":{"name":"static/chunks/2258.e4a37ddd6d27fa11.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":925,"timestamp":45720320862,"id":571,"parentId":478,"tags":{"name":"static/chunks/6161.bfe6f0247adda935.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":922,"timestamp":45720320866,"id":572,"parentId":478,"tags":{"name":"static/chunks/5137.fe9802092251bc88.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":919,"timestamp":45720320871,"id":573,"parentId":478,"tags":{"name":"static/chunks/8901.762e8676411f43eb.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":916,"timestamp":45720320875,"id":574,"parentId":478,"tags":{"name":"static/chunks/7268.3447bd4cce7521c7.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":913,"timestamp":45720320879,"id":575,"parentId":478,"tags":{"name":"static/chunks/2619.07e7a9281c9b8763.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":909,"timestamp":45720320884,"id":576,"parentId":478,"tags":{"name":"static/chunks/370.024830bd4370ec11.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":906,"timestamp":45720320888,"id":577,"parentId":478,"tags":{"name":"static/chunks/869.840106abaec6e833.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":903,"timestamp":45720320893,"id":578,"parentId":478,"tags":{"name":"static/chunks/9705.47472fa13d864129.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":900,"timestamp":45720320897,"id":579,"parentId":478,"tags":{"name":"static/chunks/4424.b7d00b28c24a2bc3.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":897,"timestamp":45720320901,"id":580,"parentId":478,"tags":{"name":"static/chunks/5020.3d5d2d88202eba03.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":894,"timestamp":45720320906,"id":581,"parentId":478,"tags":{"name":"static/chunks/4866.9947111571c3418a.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":891,"timestamp":45720320910,"id":582,"parentId":478,"tags":{"name":"static/chunks/9522.2be05ff4f8cee94e.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":888,"timestamp":45720320914,"id":583,"parentId":478,"tags":{"name":"static/chunks/5361.7ed05e8056cfd2ab.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":885,"timestamp":45720320919,"id":584,"parentId":478,"tags":{"name":"static/chunks/2418.e26235dcf13ada35.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":882,"timestamp":45720320923,"id":585,"parentId":478,"tags":{"name":"static/chunks/5242.9ef3f7326060944b.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":879,"timestamp":45720320927,"id":586,"parentId":478,"tags":{"name":"static/chunks/2081.5eb9e28649ca2ac1.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":876,"timestamp":45720320931,"id":587,"parentId":478,"tags":{"name":"static/chunks/1327.fe7c2796260098c7.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":873,"timestamp":45720320936,"id":588,"parentId":478,"tags":{"name":"static/chunks/6294.4387d659c554b7f5.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":870,"timestamp":45720320940,"id":589,"parentId":478,"tags":{"name":"static/chunks/7543.fe1c6f4f97516c8e.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":866,"timestamp":45720320945,"id":590,"parentId":478,"tags":{"name":"static/chunks/934.78dd778c1714ad1a.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":863,"timestamp":45720320950,"id":591,"parentId":478,"tags":{"name":"static/chunks/5521.e61adb9ec4d6d00d.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":860,"timestamp":45720320954,"id":592,"parentId":478,"tags":{"name":"static/chunks/9793.e166c59e945c2fdc.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":857,"timestamp":45720320958,"id":593,"parentId":478,"tags":{"name":"static/chunks/framework-a62d942fa034257f.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":854,"timestamp":45720320962,"id":594,"parentId":478,"tags":{"name":"static/chunks/da12927c.54cdf2e5bc004074.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":851,"timestamp":45720320967,"id":595,"parentId":478,"tags":{"name":"static/chunks/90542734.6290e702e48a2c44.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":848,"timestamp":45720320971,"id":596,"parentId":478,"tags":{"name":"static/chunks/db9d41be.2e2d7df083daeb6f.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":846,"timestamp":45720320975,"id":597,"parentId":478,"tags":{"name":"static/chunks/1ba63609.1596555111454be6.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":843,"timestamp":45720320979,"id":598,"parentId":478,"tags":{"name":"static/chunks/993e5495.2f4c557231e3e3e6.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":838,"timestamp":45720320986,"id":599,"parentId":478,"tags":{"name":"static/chunks/bf2ff291.807c6cc5b38a832c.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":834,"timestamp":45720320990,"id":600,"parentId":478,"tags":{"name":"static/chunks/d3ac728e-421ff1da0e379d81.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":831,"timestamp":45720320994,"id":601,"parentId":478,"tags":{"name":"static/chunks/e868780c.b03bb6d46556f1ff.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":828,"timestamp":45720320999,"id":602,"parentId":478,"tags":{"name":"static/chunks/4bd1b696-3552184350a14955.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":825,"timestamp":45720321003,"id":603,"parentId":478,"tags":{"name":"static/chunks/8863.6980bc558872a500.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":816,"timestamp":45720321013,"id":604,"parentId":478,"tags":{"name":"static/chunks/2821.323097e420e96934.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":813,"timestamp":45720321017,"id":605,"parentId":478,"tags":{"name":"static/chunks/5526.c41526e0bf35b68b.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":810,"timestamp":45720321022,"id":606,"parentId":478,"tags":{"name":"static/chunks/2325.62edae118c41064b.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":807,"timestamp":45720321026,"id":607,"parentId":478,"tags":{"name":"static/chunks/6121.e710dd84dec3a143.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":804,"timestamp":45720321030,"id":608,"parentId":478,"tags":{"name":"static/chunks/4004.b60184f2c294cab0.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":801,"timestamp":45720321034,"id":609,"parentId":478,"tags":{"name":"static/chunks/103.e9523d05ae463b4c.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":798,"timestamp":45720321038,"id":610,"parentId":478,"tags":{"name":"static/chunks/4202.ca52cc3c1a550cdc.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":795,"timestamp":45720321043,"id":611,"parentId":478,"tags":{"name":"static/chunks/7256.8a12c60472944a8a.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":792,"timestamp":45720321047,"id":612,"parentId":478,"tags":{"name":"static/chunks/1074-da30016a70e1523b.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":789,"timestamp":45720321051,"id":613,"parentId":478,"tags":{"name":"static/chunks/3794-d1c7c1721ea65377.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":785,"timestamp":45720321056,"id":614,"parentId":478,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":206,"timestamp":45720321637,"id":618,"parentId":478,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":48732,"timestamp":45720273448,"id":484,"parentId":478,"tags":{"name":"static/chunks/app/layout-04962f1a6553b24e.js","cache":"MISS"},"startTime":1787488762577,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1110,"timestamp":45720321103,"id":615,"parentId":478,"tags":{"name":"static/FVAO0Wwe6mW5DaBqiTuS0/_ssgManifest.js","cache":"MISS"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":891,"timestamp":45720321353,"id":616,"parentId":478,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":1030,"timestamp":45720321447,"id":617,"parentId":478,"tags":{"name":"static/FVAO0Wwe6mW5DaBqiTuS0/_buildManifest.js","cache":"MISS"},"startTime":1787488762625,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":284151,"timestamp":45720276221,"id":534,"parentId":478,"tags":{"name":"static/chunks/app/page-27c08636adaa1f97.js","cache":"MISS"},"startTime":1787488762580,"traceId":"fc03a6458a114dae"},{"name":"minify-webpack-plugin-optimize","duration":301521,"timestamp":45720258883,"id":478,"parentId":393,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1787488762563,"traceId":"fc03a6458a114dae"},{"name":"minify-css","duration":202,"timestamp":45720560912,"id":620,"parentId":619,"tags":{"file":"static/css/8a9ce03a6ac5474a.css","cache":"HIT"},"startTime":1787488762865,"traceId":"fc03a6458a114dae"},{"name":"minify-css","duration":149,"timestamp":45720560971,"id":621,"parentId":619,"tags":{"file":"static/css/d525f1c490ec6e9e.css","cache":"HIT"},"startTime":1787488762865,"traceId":"fc03a6458a114dae"},{"name":"minify-css","duration":143,"timestamp":45720560978,"id":622,"parentId":619,"tags":{"file":"static/css/453f4901142168c5.css","cache":"HIT"},"startTime":1787488762865,"traceId":"fc03a6458a114dae"},{"name":"minify-css","duration":141,"timestamp":45720560982,"id":623,"parentId":619,"tags":{"file":"static/css/fff965cc3bd74ed7.css","cache":"HIT"},"startTime":1787488762865,"traceId":"fc03a6458a114dae"},{"name":"css-minimizer-plugin","duration":492,"timestamp":45720560632,"id":619,"parentId":393,"tags":{},"startTime":1787488762864,"traceId":"fc03a6458a114dae"},{"name":"seal","duration":1121036,"timestamp":45719490496,"id":462,"parentId":393,"tags":{},"startTime":1787488761794,"traceId":"fc03a6458a114dae"},{"name":"webpack-compilation","duration":4570334,"timestamp":45716041561,"id":393,"parentId":390,"tags":{"name":"client"},"startTime":1787488758345,"traceId":"fc03a6458a114dae"},{"name":"emit","duration":67464,"timestamp":45720612353,"id":624,"parentId":390,"tags":{},"startTime":1787488762916,"traceId":"fc03a6458a114dae"},{"name":"webpack-close","duration":276107,"timestamp":45720683463,"id":625,"parentId":390,"tags":{"name":"client"},"startTime":1787488762987,"traceId":"fc03a6458a114dae"},{"name":"webpack-generate-error-stats","duration":3109,"timestamp":45720959641,"id":626,"parentId":625,"tags":{},"startTime":1787488763263,"traceId":"fc03a6458a114dae"},{"name":"run-webpack-compiler","duration":5280849,"timestamp":45715682323,"id":390,"parentId":389,"tags":{},"startTime":1787488757986,"traceId":"fc03a6458a114dae"},{"name":"format-webpack-messages","duration":102,"timestamp":45720963182,"id":627,"parentId":389,"tags":{},"startTime":1787488763267,"traceId":"fc03a6458a114dae"},{"name":"worker-main-client","duration":5281592,"timestamp":45715681898,"id":389,"parentId":1,"tags":{},"startTime":1787488757986,"traceId":"fc03a6458a114dae"},{"name":"run-webpack","duration":16864291,"timestamp":45704136651,"id":14,"parentId":1,"tags":{},"startTime":1787488747095,"traceId":"fc03a6458a114dae"},{"name":"run-typescript","duration":3569711,"timestamp":45721005416,"id":629,"parentId":1,"tags":{},"startTime":1787488763309,"traceId":"fc03a6458a114dae"},{"name":"generate-required-server-files","duration":899,"timestamp":45724575891,"id":631,"parentId":1,"tags":{},"startTime":1787488766880,"traceId":"fc03a6458a114dae"},{"name":"check-static-error-page","duration":15135,"timestamp":45724662325,"id":633,"parentId":632,"tags":{},"startTime":1787488766966,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":558945,"timestamp":45724678319,"id":684,"parentId":635,"tags":{},"startTime":1787488766982,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":572790,"timestamp":45724664588,"id":635,"parentId":632,"tags":{"page":"/_global-error"},"startTime":1787488766968,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":848337,"timestamp":45724679495,"id":694,"parentId":655,"tags":{},"startTime":1787488766983,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":854730,"timestamp":45724673185,"id":655,"parentId":632,"tags":{"page":"/api/home"},"startTime":1787488766977,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":904993,"timestamp":45724678052,"id":683,"parentId":634,"tags":{},"startTime":1787488766982,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":919720,"timestamp":45724663385,"id":634,"parentId":632,"tags":{"page":"/_not-found"},"startTime":1787488766967,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":920211,"timestamp":45724678691,"id":687,"parentId":648,"tags":{},"startTime":1787488766982,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":926438,"timestamp":45724672533,"id":648,"parentId":632,"tags":{"page":"/api/cwd/browse"},"startTime":1787488766976,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3088635,"timestamp":45724678438,"id":685,"parentId":636,"tags":{},"startTime":1787488766982,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3102088,"timestamp":45724665061,"id":636,"parentId":632,"tags":{"page":"/api/agent/[id]/bash-output"},"startTime":1787488766969,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3169721,"timestamp":45724679303,"id":691,"parentId":652,"tags":{},"startTime":1787488766983,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3176195,"timestamp":45724672883,"id":652,"parentId":632,"tags":{"page":"/api/files/[...path]"},"startTime":1787488766977,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3170202,"timestamp":45724679539,"id":698,"parentId":667,"tags":{},"startTime":1787488766983,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3174915,"timestamp":45724674864,"id":667,"parentId":632,"tags":{"page":"/api/sessions/[id]"},"startTime":1787488766979,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3176595,"timestamp":45724679555,"id":700,"parentId":669,"tags":{},"startTime":1787488766983,"traceId":"fc03a6458a114dae"}]
|
|
5
|
+
[{"name":"check-page","duration":3181695,"timestamp":45724674988,"id":669,"parentId":632,"tags":{"page":"/api/sessions/[id]/todos"},"startTime":1787488766979,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3184042,"timestamp":45724679563,"id":701,"parentId":679,"tags":{},"startTime":1787488766983,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3186721,"timestamp":45724676936,"id":679,"parentId":632,"tags":{"page":"/api/worktrees"},"startTime":1787488766981,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3186571,"timestamp":45724679570,"id":702,"parentId":680,"tags":{},"startTime":1787488766983,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3189165,"timestamp":45724677024,"id":680,"parentId":632,"tags":{"page":"/favicon.ico"},"startTime":1787488766981,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3197008,"timestamp":45724679577,"id":703,"parentId":681,"tags":{},"startTime":1787488766983,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3199285,"timestamp":45724677348,"id":681,"parentId":632,"tags":{"page":"/manifest.webmanifest"},"startTime":1787488766981,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3191343,"timestamp":45724691320,"id":704,"parentId":637,"tags":{},"startTime":1787488766995,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3217518,"timestamp":45724665212,"id":637,"parentId":632,"tags":{"page":"/api/agent/[id]/events"},"startTime":1787488766969,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3195529,"timestamp":45724692028,"id":705,"parentId":640,"tags":{},"startTime":1787488766996,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3217663,"timestamp":45724669946,"id":640,"parentId":632,"tags":{"page":"/api/agent/running/events"},"startTime":1787488766974,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3204401,"timestamp":45724693072,"id":706,"parentId":639,"tags":{},"startTime":1787488766997,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3227942,"timestamp":45724669582,"id":639,"parentId":632,"tags":{"page":"/api/agent/new"},"startTime":1787488766973,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3219961,"timestamp":45724679523,"id":696,"parentId":664,"tags":{},"startTime":1787488766983,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3225016,"timestamp":45724674518,"id":664,"parentId":632,"tags":{"page":"/api/sessions/[id]/context"},"startTime":1787488766978,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3209186,"timestamp":45724695041,"id":708,"parentId":642,"tags":{},"startTime":1787488766999,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3233439,"timestamp":45724670834,"id":642,"parentId":632,"tags":{"page":"/api/app-update"},"startTime":1787488766975,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3214793,"timestamp":45724693305,"id":707,"parentId":641,"tags":{},"startTime":1787488766997,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3237917,"timestamp":45724670249,"id":641,"parentId":632,"tags":{"page":"/api/agent/running"},"startTime":1787488766974,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3214173,"timestamp":45724695521,"id":709,"parentId":643,"tags":{},"startTime":1787488766999,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3238488,"timestamp":45724671252,"id":643,"parentId":632,"tags":{"page":"/api/auth/all-providers"},"startTime":1787488766975,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3226948,"timestamp":45724696752,"id":711,"parentId":646,"tags":{},"startTime":1787488767001,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3251769,"timestamp":45724671988,"id":646,"parentId":632,"tags":{"page":"/api/auth/logout/[provider]"},"startTime":1787488766976,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3228483,"timestamp":45724696317,"id":710,"parentId":644,"tags":{},"startTime":1787488767000,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3253306,"timestamp":45724671551,"id":644,"parentId":632,"tags":{"page":"/api/auth/api-key/[provider]"},"startTime":1787488766975,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3231085,"timestamp":45724698455,"id":713,"parentId":647,"tags":{},"startTime":1787488767002,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3257276,"timestamp":45724672320,"id":647,"parentId":632,"tags":{"page":"/api/auth/providers"},"startTime":1787488766976,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3233384,"timestamp":45724698101,"id":712,"parentId":645,"tags":{},"startTime":1787488767002,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3259826,"timestamp":45724671780,"id":645,"parentId":632,"tags":{"page":"/api/auth/login/[provider]"},"startTime":1787488766976,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3236031,"timestamp":45724698748,"id":714,"parentId":658,"tags":{},"startTime":1787488767003,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3261225,"timestamp":45724673606,"id":658,"parentId":632,"tags":{"page":"/api/models-config"},"startTime":1787488766977,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3238663,"timestamp":45724699470,"id":715,"parentId":656,"tags":{},"startTime":1787488767003,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3264983,"timestamp":45724673236,"id":656,"parentId":632,"tags":{"page":"/api/models-config/catalog"},"startTime":1787488766977,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3262483,"timestamp":45724679532,"id":697,"parentId":665,"tags":{},"startTime":1787488766983,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3267458,"timestamp":45724674620,"id":665,"parentId":632,"tags":{"page":"/api/sessions/[id]/entries/[entryId]/thinking"},"startTime":1787488766978,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3239709,"timestamp":45724703283,"id":716,"parentId":657,"tags":{},"startTime":1787488767007,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3269618,"timestamp":45724673425,"id":657,"parentId":632,"tags":{"page":"/api/models-config/discover"},"startTime":1787488766977,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3243367,"timestamp":45724707086,"id":719,"parentId":662,"tags":{},"startTime":1787488767011,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3276218,"timestamp":45724674273,"id":662,"parentId":632,"tags":{"page":"/api/project-trust"},"startTime":1787488766978,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3276018,"timestamp":45724679547,"id":699,"parentId":668,"tags":{},"startTime":1787488766983,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3280684,"timestamp":45724674941,"id":668,"parentId":632,"tags":{"page":"/api/sessions/[id]/state"},"startTime":1787488766979,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3253555,"timestamp":45724707456,"id":720,"parentId":670,"tags":{},"startTime":1787488767011,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3286031,"timestamp":45724675035,"id":670,"parentId":632,"tags":{"page":"/api/sessions"},"startTime":1787488766979,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3253326,"timestamp":45724708820,"id":721,"parentId":666,"tags":{},"startTime":1787488767013,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3287511,"timestamp":45724674699,"id":666,"parentId":632,"tags":{"page":"/api/sessions/[id]/export"},"startTime":1787488766978,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3256304,"timestamp":45724711946,"id":722,"parentId":661,"tags":{},"startTime":1787488767016,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3294197,"timestamp":45724674097,"id":661,"parentId":632,"tags":{"page":"/api/plugins"},"startTime":1787488766978,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3256132,"timestamp":45724712532,"id":723,"parentId":671,"tags":{},"startTime":1787488767016,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3293548,"timestamp":45724675144,"id":671,"parentId":632,"tags":{"page":"/api/skills/check"},"startTime":1787488766979,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3260135,"timestamp":45724713218,"id":724,"parentId":672,"tags":{},"startTime":1787488767017,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3298167,"timestamp":45724675271,"id":672,"parentId":632,"tags":{"page":"/api/skills/install"},"startTime":1787488766979,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3261308,"timestamp":45724713889,"id":725,"parentId":673,"tags":{},"startTime":1787488767018,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3299272,"timestamp":45724675978,"id":673,"parentId":632,"tags":{"page":"/api/skills"},"startTime":1787488766980,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3299721,"timestamp":45724679229,"id":690,"parentId":651,"tags":{},"startTime":1787488766983,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3306230,"timestamp":45724672778,"id":651,"parentId":632,"tags":{"page":"/api/file-index"},"startTime":1787488766977,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3259072,"timestamp":45724723523,"id":726,"parentId":675,"tags":{},"startTime":1787488767027,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3306318,"timestamp":45724676324,"id":675,"parentId":632,"tags":{"page":"/api/skills/update"},"startTime":1787488766980,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3259827,"timestamp":45724724998,"id":727,"parentId":674,"tags":{},"startTime":1787488767029,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3308700,"timestamp":45724676169,"id":674,"parentId":632,"tags":{"page":"/api/skills/search"},"startTime":1787488766980,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3261165,"timestamp":45724726236,"id":729,"parentId":677,"tags":{},"startTime":1787488767030,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3310869,"timestamp":45724676586,"id":677,"parentId":632,"tags":{"page":"/api/terminal/[id]"},"startTime":1787488766980,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3268708,"timestamp":45724725691,"id":728,"parentId":676,"tags":{},"startTime":1787488767029,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3318008,"timestamp":45724676449,"id":676,"parentId":632,"tags":{"page":"/api/terminal/[id]/events"},"startTime":1787488766980,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3272654,"timestamp":45724726655,"id":730,"parentId":678,"tags":{},"startTime":1787488767030,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3322638,"timestamp":45724676754,"id":678,"parentId":632,"tags":{"page":"/api/terminal"},"startTime":1787488766981,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3408733,"timestamp":45724679366,"id":692,"parentId":653,"tags":{},"startTime":1787488766983,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3415136,"timestamp":45724673026,"id":653,"parentId":632,"tags":{"page":"/api/git/diff"},"startTime":1787488766977,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3420201,"timestamp":45724678816,"id":688,"parentId":649,"tags":{},"startTime":1787488766983,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3426447,"timestamp":45724672627,"id":649,"parentId":632,"tags":{"page":"/api/cwd/validate"},"startTime":1787488766976,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3426287,"timestamp":45724679113,"id":689,"parentId":650,"tags":{},"startTime":1787488766983,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3432753,"timestamp":45724672702,"id":650,"parentId":632,"tags":{"page":"/api/default-cwd"},"startTime":1787488766976,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3413617,"timestamp":45724730665,"id":731,"parentId":682,"tags":{},"startTime":1787488767034,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3466939,"timestamp":45724677398,"id":682,"parentId":632,"tags":{"page":"/"},"startTime":1787488766981,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3469867,"timestamp":45724678561,"id":686,"parentId":638,"tags":{},"startTime":1787488766982,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3479173,"timestamp":45724669297,"id":638,"parentId":632,"tags":{"page":"/api/agent/[id]"},"startTime":1787488766973,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3469082,"timestamp":45724679443,"id":693,"parentId":654,"tags":{},"startTime":1787488766983,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3475431,"timestamp":45724673108,"id":654,"parentId":632,"tags":{"page":"/api/git/status"},"startTime":1787488766977,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3519188,"timestamp":45724705751,"id":718,"parentId":660,"tags":{},"startTime":1787488767010,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3551041,"timestamp":45724673940,"id":660,"parentId":632,"tags":{"page":"/api/models"},"startTime":1787488766978,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3555276,"timestamp":45724679509,"id":695,"parentId":663,"tags":{},"startTime":1787488766983,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3560424,"timestamp":45724674404,"id":663,"parentId":632,"tags":{"page":"/api/sessions/[id]/auto-name"},"startTime":1787488766978,"traceId":"fc03a6458a114dae"},{"name":"is-page-static","duration":3576569,"timestamp":45724704414,"id":717,"parentId":659,"tags":{},"startTime":1787488767008,"traceId":"fc03a6458a114dae"},{"name":"check-page","duration":3607293,"timestamp":45724673747,"id":659,"parentId":632,"tags":{"page":"/api/models-config/test"},"startTime":1787488766978,"traceId":"fc03a6458a114dae"},{"name":"static-check","duration":3619565,"timestamp":45724661521,"id":632,"parentId":1,"tags":{},"startTime":1787488766965,"traceId":"fc03a6458a114dae"},{"name":"write-routes-manifest","duration":35610,"timestamp":45728487419,"id":735,"parentId":1,"tags":{},"startTime":1787488770791,"traceId":"fc03a6458a114dae"},{"name":"load-dotenv","duration":84,"timestamp":45728665422,"id":738,"parentId":737,"tags":{},"startTime":1787488770969,"traceId":"fc03a6458a114dae"},{"name":"run-export-path-map","duration":447,"timestamp":45731782952,"id":739,"parentId":737,"tags":{},"startTime":1787488774087,"traceId":"fc03a6458a114dae"},{"name":"next-export","duration":4886429,"timestamp":45728664392,"id":737,"parentId":1,"tags":{},"startTime":1787488770968,"traceId":"fc03a6458a114dae"},{"name":"move-exported-app-not-found-","duration":89399,"timestamp":45733552945,"id":740,"parentId":736,"tags":{},"startTime":1787488775857,"traceId":"fc03a6458a114dae"},{"name":"move-exported-app-global-error-","duration":192450,"timestamp":45733642480,"id":741,"parentId":736,"tags":{},"startTime":1787488775946,"traceId":"fc03a6458a114dae"},{"name":"static-generation","duration":5338541,"timestamp":45728660312,"id":736,"parentId":1,"tags":{},"startTime":1787488770964,"traceId":"fc03a6458a114dae"},{"name":"write-routes-manifest","duration":90577,"timestamp":45733999159,"id":742,"parentId":1,"tags":{},"startTime":1787488776303,"traceId":"fc03a6458a114dae"},{"name":"node-file-trace-build","duration":52994284,"timestamp":45728475326,"id":734,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1787488770779,"traceId":"fc03a6458a114dae"},{"name":"apply-include-excludes","duration":907,"timestamp":45781469634,"id":743,"parentId":1,"tags":{},"startTime":1787488822898,"traceId":"fc03a6458a114dae"},{"name":"collect-build-traces","duration":53184676,"timestamp":45728285950,"id":733,"parentId":1,"tags":{},"startTime":1787488770590,"traceId":"fc03a6458a114dae"},{"name":"print-tree-view","duration":2644,"timestamp":45781472154,"id":744,"parentId":1,"tags":{},"startTime":1787488822901,"traceId":"fc03a6458a114dae"},{"name":"telemetry-flush","duration":50,"timestamp":45781474811,"id":745,"parentId":1,"tags":{},"startTime":1787488822904,"traceId":"fc03a6458a114dae"},{"name":"next-build","duration":77479551,"timestamp":45703995320,"id":1,"tags":{"buildMode":"default","version":"16.3.1","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1787488746954,"traceId":"fc03a6458a114dae"}]
|
|
6
|
+
allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fterminal&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2070606,"timestamp":45705038576,"id":59,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fproject-trust%2Froute&name=app%2Fapi%2Fproject-trust%2Froute&pagePath=private-next-app-dir%2Fapi%2Fproject-trust%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fproject-trust%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fterminal&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2070604,"timestamp":45705038580,"id":60,"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=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fsessions%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fterminal&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2070601,"timestamp":45705038585,"id":61,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport%2Froute&name=app%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport%2Froute&pagePath=private-next-app-dir%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fterminal&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2070596,"timestamp":45705038593,"id":63,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Finstall%2Froute&name=app%2Fapi%2Fskills%2Finstall%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Finstall%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fskills%2Finstall%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fterminal&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2070591,"timestamp":45705038600,"id":64,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fplugins%2Froute&name=app%2Fapi%2Fplugins%2Froute&pagePath=private-next-app-dir%2Fapi%2Fplugins%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fplugins%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fterminal&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2070563,"timestamp":45705038630,"id":71,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Fsearch%2Froute&name=app%2Fapi%2Fskills%2Fsearch%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Fsearch%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fskills%2Fsearch%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fterminal&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2072322,"timestamp":45705038622,"id":69,"parentId":21,"tags":{"request":"next-middleware-loader?absolutePagePath=private-next-root-dir%2Fproxy.ts&page=%2Fproxy&rootDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky&matchers=W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLyhcXC8%2FaW5kZXh8XFwvP2luZGV4XFwuanNvbnxcXC8%2FaW5kZXgoPzpcXC5yc2N8XFwuc2VnbWVudHNcXC8uK1xcLnNlZ21lbnRcXC5yc2MpKSk%2FW1xcLyNcXD9dPyQiLCJvcmlnaW5hbFNvdXJjZSI6Ii8ifSx7InJlZ2V4cCI6Il4oPzpcXC8oX25leHRcXC9kYXRhXFwvW14vXXsxLH0pKT9cXC9hcGkoPzpcXC8oKD86W15cXC8jXFw%2FXSs%2FKSg%2FOlxcLyg%2FOlteXFwvI1xcP10rPykpKikpPyhcXC5qc29ufFxcLnJzY3xcXC5zZWdtZW50c1xcLy4rXFwuc2VnbWVudFxcLnJzYyk%2FW1xcLyNcXD9dPyQiLCJvcmlnaW5hbFNvdXJjZSI6Ii9hcGkvOnBhdGgqIn1d&preferredRegion=&middlewareConfig=eyJtYXRjaGVycyI6W3sicmVnZXhwIjoiXig%2FOlxcLyhfbmV4dFxcL2RhdGFcXC9bXi9dezEsfSkpPyg%2FOlxcLyhcXC8%2FaW5kZXh8XFwvP2luZGV4XFwuanNvbnxcXC8%2FaW5kZXgoPzpcXC5yc2N8XFwuc2VnbWVudHNcXC8uK1xcLnNlZ21lbnRcXC5yc2MpKSk%2FW1xcLyNcXD9dPyQiLCJvcmlnaW5hbFNvdXJjZSI6Ii8ifSx7InJlZ2V4cCI6Il4oPzpcXC8oX25leHRcXC9kYXRhXFwvW14vXXsxLH0pKT9cXC9hcGkoPzpcXC8oKD86W15cXC8jXFw%2FXSs%2FKSg%2FOlxcLyg%2FOlteXFwvI1xcP10rPykpKikpPyhcXC5qc29ufFxcLnJzY3xcXC5zZWdtZW50c1xcLy4rXFwuc2VnbWVudFxcLnJzYyk%2FW1xcLyNcXD9dPyQiLCJvcmlnaW5hbFNvdXJjZSI6Ii9hcGkvOnBhdGgqIn1dfQ%3D%3D!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2124241,"timestamp":45705038618,"id":68,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2Froute&name=app%2Fapi%2Fterminal%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fterminal%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fterminal&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2124251,"timestamp":45705038626,"id":70,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2F%5Bid%5D%2Froute&name=app%2Fapi%2Fterminal%2F%5Bid%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2F%5Bid%5D%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fterminal&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2124269,"timestamp":45705038613,"id":67,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents%2Froute&name=app%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents%2Froute&pagePath=private-next-app-dir%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fterminal&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2132652,"timestamp":45705038604,"id":65,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Froute&name=app%2Fapi%2Fskills%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fskills%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fterminal&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2132684,"timestamp":45705038589,"id":62,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Fcheck%2Froute&name=app%2Fapi%2Fskills%2Fcheck%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Fcheck%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fskills%2Fcheck%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fterminal&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2132667,"timestamp":45705038610,"id":66,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fskills%2Fupdate%2Froute&name=app%2Fapi%2Fskills%2Fupdate%2Froute&pagePath=private-next-app-dir%2Fapi%2Fskills%2Fupdate%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fskills%2Fupdate%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fterminal&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2231415,"timestamp":45705038532,"id":49,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D%2Froute&name=app%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fterminal&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2231420,"timestamp":45705038543,"id":52,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D%2Froute&name=app%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D%2Froute&pagePath=private-next-app-dir%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fterminal&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2281948,"timestamp":45705038478,"id":37,"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=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fterminal&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"add-entry","duration":2289274,"timestamp":45705038236,"id":30,"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=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Ffiles%2F%5B...path%5D%2Froute&allNormalizedAppPaths=%2F_not-found&allNormalizedAppPaths=%2F_global-error&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fbash-output&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fagent%2Fnew&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning%2Fevents&allNormalizedAppPaths=%2Fapi%2Fagent%2Frunning&allNormalizedAppPaths=%2Fapi%2Fapp-update&allNormalizedAppPaths=%2Fapi%2Fauth%2Fall-providers&allNormalizedAppPaths=%2Fapi%2Fauth%2Fapi-key%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogin%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Flogout%2F%5Bprovider%5D&allNormalizedAppPaths=%2Fapi%2Fauth%2Fproviders&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fbrowse&allNormalizedAppPaths=%2Fapi%2Fcwd%2Fvalidate&allNormalizedAppPaths=%2Fapi%2Fdefault-cwd&allNormalizedAppPaths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fcatalog&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Fdiscover&allNormalizedAppPaths=%2Fapi%2Fmodels-config&allNormalizedAppPaths=%2Fapi%2Fmodels-config%2Ftest&allNormalizedAppPaths=%2Fapi%2Fmodels&allNormalizedAppPaths=%2Fapi%2Fplugins&allNormalizedAppPaths=%2Fapi%2Fproject-trust&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fauto-name&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fcontext&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fentries%2F%5BentryId%5D%2Fthinking&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fexport&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Fstate&allNormalizedAppPaths=%2Fapi%2Fsessions%2F%5Bid%5D%2Ftodos&allNormalizedAppPaths=%2Fapi%2Fsessions&allNormalizedAppPaths=%2Fapi%2Fskills%2Fcheck&allNormalizedAppPaths=%2Fapi%2Fskills%2Finstall&allNormalizedAppPaths=%2Fapi%2Fskills&allNormalizedAppPaths=%2Fapi%2Fskills%2Fsearch&allNormalizedAppPaths=%2Fapi%2Fskills%2Fupdate&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D%2Fevents&allNormalizedAppPaths=%2Fapi%2Fterminal%2F%5Bid%5D&allNormalizedAppPaths=%2Fapi%2Fterminal&allNormalizedAppPaths=%2Fapi%2Fworktrees&allNormalizedAppPaths=%2Ffavicon.ico&allNormalizedAppPaths=%2Fmanifest.webmanifest&allNormalizedAppPaths=%2F&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&preferredRegion=&middlewareConfig=e30%3D&isGlobalNotFoundEnabled=!"},"startTime":1787488747997,"traceId":"fc03a6458a114dae"},{"name":"build-module-tsx","duration":8401,"timestamp":45707625227,"id":208,"parentId":19,"tags":{"name":"/home/wa/project/pi-web-sky/components/PwaRegistration.tsx","layer":"ssr"},"startTime":1787488750584,"traceId":"fc03a6458a114dae"},{"name":"build-module-tsx","duration":56995,"timestamp":45707749221,"id":210,"parentId":19,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatWindow.tsx","layer":"ssr"},"startTime":1787488750708,"traceId":"fc03a6458a114dae"},{"name":"build-module-tsx","duration":91256,"timestamp":45707748655,"id":209,"parentId":19,"tags":{"name":"/home/wa/project/pi-web-sky/components/SessionSidebar.tsx","layer":"ssr"},"startTime":1787488750707,"traceId":"fc03a6458a114dae"},{"name":"build-module-mjs","duration":284096,"timestamp":45708116255,"id":211,"parentId":19,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@xterm/xterm/lib/xterm.mjs","layer":"ssr"},"startTime":1787488751075,"traceId":"fc03a6458a114dae"},{"name":"make","duration":5074532,"timestamp":45705037096,"id":21,"parentId":19,"tags":{},"startTime":1787488747996,"traceId":"fc03a6458a114dae"},{"name":"get-entries","duration":2681,"timestamp":45710113279,"id":213,"parentId":212,"tags":{},"startTime":1787488753072,"traceId":"fc03a6458a114dae"},{"name":"node-file-trace-plugin","duration":420862,"timestamp":45710123320,"id":214,"parentId":212,"tags":{"traceEntryCount":"96"},"startTime":1787488753082,"traceId":"fc03a6458a114dae"},{"name":"collect-traced-files","duration":2884,"timestamp":45710544205,"id":215,"parentId":212,"tags":{},"startTime":1787488753503,"traceId":"fc03a6458a114dae"},{"name":"finish-modules","duration":434053,"timestamp":45710113044,"id":212,"parentId":20,"tags":{},"startTime":1787488753072,"traceId":"fc03a6458a114dae"},{"name":"chunk-graph","duration":85491,"timestamp":45710789423,"id":217,"parentId":216,"tags":{},"startTime":1787488753748,"traceId":"fc03a6458a114dae"},{"name":"optimize-modules","duration":34,"timestamp":45710875134,"id":219,"parentId":216,"tags":{},"startTime":1787488753834,"traceId":"fc03a6458a114dae"},{"name":"optimize-chunks","duration":58183,"timestamp":45710875255,"id":220,"parentId":216,"tags":{},"startTime":1787488753834,"traceId":"fc03a6458a114dae"},{"name":"optimize-tree","duration":168,"timestamp":45710933570,"id":221,"parentId":216,"tags":{},"startTime":1787488753892,"traceId":"fc03a6458a114dae"},{"name":"optimize-chunk-modules","duration":115329,"timestamp":45710933838,"id":222,"parentId":216,"tags":{},"startTime":1787488753892,"traceId":"fc03a6458a114dae"},{"name":"optimize","duration":174206,"timestamp":45710875072,"id":218,"parentId":216,"tags":{},"startTime":1787488753834,"traceId":"fc03a6458a114dae"},{"name":"module-hash","duration":81515,"timestamp":45711109765,"id":223,"parentId":216,"tags":{},"startTime":1787488753414,"traceId":"fc03a6458a114dae"},{"name":"code-generation","duration":1113679,"timestamp":45711191375,"id":224,"parentId":216,"tags":{},"startTime":1787488753495,"traceId":"fc03a6458a114dae"},{"name":"hash","duration":15179,"timestamp":45712314438,"id":225,"parentId":216,"tags":{},"startTime":1787488754618,"traceId":"fc03a6458a114dae"},{"name":"code-generation-jobs","duration":389,"timestamp":45712329612,"id":226,"parentId":216,"tags":{},"startTime":1787488754633,"traceId":"fc03a6458a114dae"},{"name":"module-assets","duration":1459,"timestamp":45712329896,"id":227,"parentId":216,"tags":{},"startTime":1787488754634,"traceId":"fc03a6458a114dae"},{"name":"create-chunk-assets","duration":6913,"timestamp":45712331377,"id":228,"parentId":216,"tags":{},"startTime":1787488754635,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125940,"timestamp":45712378826,"id":231,"parentId":229,"tags":{"name":"../app/_global-error/page.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125788,"timestamp":45712379002,"id":232,"parentId":229,"tags":{"name":"../app/api/agent/[id]/bash-output/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125775,"timestamp":45712379018,"id":233,"parentId":229,"tags":{"name":"../app/api/agent/[id]/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125767,"timestamp":45712379027,"id":234,"parentId":229,"tags":{"name":"../app/api/cwd/browse/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125779,"timestamp":45712379036,"id":235,"parentId":229,"tags":{"name":"../app/api/cwd/validate/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125775,"timestamp":45712379042,"id":236,"parentId":229,"tags":{"name":"../app/api/default-cwd/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125769,"timestamp":45712379049,"id":237,"parentId":229,"tags":{"name":"../app/api/file-index/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125764,"timestamp":45712379057,"id":238,"parentId":229,"tags":{"name":"../app/api/files/[...path]/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125758,"timestamp":45712379064,"id":239,"parentId":229,"tags":{"name":"../app/api/git/diff/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125710,"timestamp":45712379113,"id":240,"parentId":229,"tags":{"name":"../app/api/git/status/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125696,"timestamp":45712379128,"id":241,"parentId":229,"tags":{"name":"../app/api/home/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125688,"timestamp":45712379138,"id":242,"parentId":229,"tags":{"name":"../app/api/sessions/[id]/auto-name/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125684,"timestamp":45712379143,"id":243,"parentId":229,"tags":{"name":"../app/api/sessions/[id]/context/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125680,"timestamp":45712379148,"id":244,"parentId":229,"tags":{"name":"../app/api/sessions/[id]/entries/[entryId]/thinking/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125676,"timestamp":45712379154,"id":245,"parentId":229,"tags":{"name":"../app/api/sessions/[id]/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"},{"name":"minify-js","duration":125671,"timestamp":45712379160,"id":246,"parentId":229,"tags":{"name":"../app/api/sessions/[id]/state/route.js","cache":"HIT"},"startTime":1787488754683,"traceId":"fc03a6458a114dae"}]
|