@baique/pi-web-sky 0.1.18 → 0.1.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (208) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-path-routes-manifest.json +9 -8
  3. package/.next/build-manifest.json +3 -3
  4. package/.next/prerender-manifest.json +3 -3
  5. package/.next/react-loadable-manifest.json +1 -1
  6. package/.next/required-server-files.js +2 -2
  7. package/.next/required-server-files.json +2 -2
  8. package/.next/routes-manifest.json +6 -0
  9. package/.next/server/app/_global-error/page.js +1 -1
  10. package/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  11. package/.next/server/app/_global-error.html +1 -1
  12. package/.next/server/app/_global-error.rsc +1 -1
  13. package/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  14. package/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  15. package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  16. package/.next/server/app/_not-found/page.js +1 -1
  17. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  18. package/.next/server/app/_not-found.html +1 -1
  19. package/.next/server/app/_not-found.rsc +3 -3
  20. package/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
  21. package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +3 -3
  22. package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  23. package/.next/server/app/api/agent/[id]/bash-output/route.js +1 -1
  24. package/.next/server/app/api/agent/[id]/events/route.js +2 -2
  25. package/.next/server/app/api/agent/[id]/route.js +1 -1
  26. package/.next/server/app/api/agent/new/route.js +1 -1
  27. package/.next/server/app/api/agent/running/events/route.js +1 -1
  28. package/.next/server/app/api/agent/running/route.js +1 -1
  29. package/.next/server/app/api/app-update/route.js +1 -1
  30. package/.next/server/app/api/auth/all-providers/route.js +1 -1
  31. package/.next/server/app/api/auth/api-key/[provider]/route.js +1 -1
  32. package/.next/server/app/api/auth/login/[provider]/route.js +2 -2
  33. package/.next/server/app/api/auth/logout/[provider]/route.js +1 -1
  34. package/.next/server/app/api/auth/providers/route.js +1 -1
  35. package/.next/server/app/api/cwd/browse/route.js +1 -1
  36. package/.next/server/app/api/cwd/validate/route.js +1 -1
  37. package/.next/server/app/api/default-cwd/route.js +1 -1
  38. package/.next/server/app/api/file-index/route.js +1 -1
  39. package/.next/server/app/api/files/[...path]/route.js +2 -2
  40. package/.next/server/app/api/git/diff/route.js +2 -2
  41. package/.next/server/app/api/git/status/route.js +1 -1
  42. package/.next/server/app/api/home/route.js +1 -1
  43. package/.next/server/app/api/mcp/route.js +1 -0
  44. package/.next/server/app/api/mcp/route.js.nft.json +1 -0
  45. package/.next/server/app/api/mcp/route_client-reference-manifest.js +1 -0
  46. package/.next/server/app/api/models/route.js +1 -1
  47. package/.next/server/app/api/models-config/catalog/route.js +1 -1
  48. package/.next/server/app/api/models-config/discover/route.js +1 -1
  49. package/.next/server/app/api/models-config/route.js +1 -1
  50. package/.next/server/app/api/models-config/test/route.js +1 -1
  51. package/.next/server/app/api/plugins/route.js +1 -1
  52. package/.next/server/app/api/project-trust/route.js +1 -1
  53. package/.next/server/app/api/sessions/[id]/auto-name/route.js +2 -2
  54. package/.next/server/app/api/sessions/[id]/context/route.js +1 -1
  55. package/.next/server/app/api/sessions/[id]/entries/[entryId]/thinking/route.js +1 -1
  56. package/.next/server/app/api/sessions/[id]/export/route.js +1 -1
  57. package/.next/server/app/api/sessions/[id]/route.js +1 -1
  58. package/.next/server/app/api/sessions/[id]/state/route.js +1 -1
  59. package/.next/server/app/api/sessions/[id]/todos/route.js +1 -1
  60. package/.next/server/app/api/sessions/route.js +1 -1
  61. package/.next/server/app/api/skills/check/route.js +1 -1
  62. package/.next/server/app/api/skills/install/route.js +1 -1
  63. package/.next/server/app/api/skills/route.js +5 -5
  64. package/.next/server/app/api/skills/search/route.js +1 -1
  65. package/.next/server/app/api/skills/update/route.js +1 -1
  66. package/.next/server/app/api/terminal/[id]/events/route.js +2 -2
  67. package/.next/server/app/api/terminal/[id]/route.js +2 -2
  68. package/.next/server/app/api/terminal/route.js +2 -2
  69. package/.next/server/app/api/worktrees/route.js +1 -1
  70. package/.next/server/app/favicon.ico/route.js +1 -1
  71. package/.next/server/app/index.html +1 -1
  72. package/.next/server/app/index.rsc +6 -6
  73. package/.next/server/app/index.segments/__PAGE__.segment.rsc +6 -6
  74. package/.next/server/app/index.segments/_full.segment.rsc +6 -6
  75. package/.next/server/app/index.segments/_tree.segment.rsc +3 -3
  76. package/.next/server/app/manifest.webmanifest/route.js +2 -2
  77. package/.next/server/app/page.js +11 -9
  78. package/.next/server/app/page_client-reference-manifest.js +1 -1
  79. package/.next/server/app-paths-manifest.json +9 -8
  80. package/.next/server/chunks/5582.js +2 -2
  81. package/.next/server/middleware-build-manifest.js +1 -1
  82. package/.next/server/middleware-react-loadable-manifest.js +1 -1
  83. package/.next/server/middleware.js +1 -1
  84. package/.next/server/pages/404.html +1 -1
  85. package/.next/server/pages/500.html +1 -1
  86. package/.next/server/server-reference-manifest.json +1 -1
  87. package/.next/static/chunks/{3266.c17502e9302f8b18.js → 3266.4c722f2677595a04.js} +1 -1
  88. package/.next/static/chunks/app/_global-error/page-343b3c01fcb26582.js +1 -0
  89. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-343b3c01fcb26582.js +1 -0
  90. package/.next/static/chunks/app/api/agent/[id]/events/route-343b3c01fcb26582.js +1 -0
  91. package/.next/static/chunks/app/api/agent/[id]/route-343b3c01fcb26582.js +1 -0
  92. package/.next/static/chunks/app/api/agent/new/route-343b3c01fcb26582.js +1 -0
  93. package/.next/static/chunks/app/api/agent/running/events/route-343b3c01fcb26582.js +1 -0
  94. package/.next/static/chunks/app/api/agent/running/route-343b3c01fcb26582.js +1 -0
  95. package/.next/static/chunks/app/api/app-update/route-343b3c01fcb26582.js +1 -0
  96. package/.next/static/chunks/app/api/auth/all-providers/route-343b3c01fcb26582.js +1 -0
  97. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-343b3c01fcb26582.js +1 -0
  98. package/.next/static/chunks/app/api/auth/login/[provider]/route-343b3c01fcb26582.js +1 -0
  99. package/.next/static/chunks/app/api/auth/logout/[provider]/route-343b3c01fcb26582.js +1 -0
  100. package/.next/static/chunks/app/api/auth/providers/route-343b3c01fcb26582.js +1 -0
  101. package/.next/static/chunks/app/api/cwd/browse/route-343b3c01fcb26582.js +1 -0
  102. package/.next/static/chunks/app/api/cwd/validate/route-343b3c01fcb26582.js +1 -0
  103. package/.next/static/chunks/app/api/default-cwd/route-343b3c01fcb26582.js +1 -0
  104. package/.next/static/chunks/app/api/file-index/route-343b3c01fcb26582.js +1 -0
  105. package/.next/static/chunks/app/api/files/[...path]/route-343b3c01fcb26582.js +1 -0
  106. package/.next/static/chunks/app/api/git/diff/route-343b3c01fcb26582.js +1 -0
  107. package/.next/static/chunks/app/api/git/status/route-343b3c01fcb26582.js +1 -0
  108. package/.next/static/chunks/app/api/home/route-343b3c01fcb26582.js +1 -0
  109. package/.next/static/chunks/app/api/mcp/route-343b3c01fcb26582.js +1 -0
  110. package/.next/static/chunks/app/api/models/route-343b3c01fcb26582.js +1 -0
  111. package/.next/static/chunks/app/api/models-config/catalog/route-343b3c01fcb26582.js +1 -0
  112. package/.next/static/chunks/app/api/models-config/discover/route-343b3c01fcb26582.js +1 -0
  113. package/.next/static/chunks/app/api/models-config/route-343b3c01fcb26582.js +1 -0
  114. package/.next/static/chunks/app/api/models-config/test/route-343b3c01fcb26582.js +1 -0
  115. package/.next/static/chunks/app/api/plugins/route-343b3c01fcb26582.js +1 -0
  116. package/.next/static/chunks/app/api/project-trust/route-343b3c01fcb26582.js +1 -0
  117. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-343b3c01fcb26582.js +1 -0
  118. package/.next/static/chunks/app/api/sessions/[id]/context/route-343b3c01fcb26582.js +1 -0
  119. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-343b3c01fcb26582.js +1 -0
  120. package/.next/static/chunks/app/api/sessions/[id]/export/route-343b3c01fcb26582.js +1 -0
  121. package/.next/static/chunks/app/api/sessions/[id]/route-343b3c01fcb26582.js +1 -0
  122. package/.next/static/chunks/app/api/sessions/[id]/state/route-343b3c01fcb26582.js +1 -0
  123. package/.next/static/chunks/app/api/sessions/[id]/todos/route-343b3c01fcb26582.js +1 -0
  124. package/.next/static/chunks/app/api/sessions/route-343b3c01fcb26582.js +1 -0
  125. package/.next/static/chunks/app/api/skills/check/route-343b3c01fcb26582.js +1 -0
  126. package/.next/static/chunks/app/api/skills/install/route-343b3c01fcb26582.js +1 -0
  127. package/.next/static/chunks/app/api/skills/route-343b3c01fcb26582.js +1 -0
  128. package/.next/static/chunks/app/api/skills/search/route-343b3c01fcb26582.js +1 -0
  129. package/.next/static/chunks/app/api/skills/update/route-343b3c01fcb26582.js +1 -0
  130. package/.next/static/chunks/app/api/terminal/[id]/events/route-343b3c01fcb26582.js +1 -0
  131. package/.next/static/chunks/app/api/terminal/[id]/route-343b3c01fcb26582.js +1 -0
  132. package/.next/static/chunks/app/api/terminal/route-343b3c01fcb26582.js +1 -0
  133. package/.next/static/chunks/app/api/worktrees/route-343b3c01fcb26582.js +1 -0
  134. package/.next/static/chunks/app/{layout-5e5c11b772a8213e.js → layout-3b621d303526f889.js} +1 -1
  135. package/.next/static/chunks/app/manifest.webmanifest/route-343b3c01fcb26582.js +1 -0
  136. package/.next/static/chunks/app/page-9db62b5f66b2cced.js +89 -0
  137. package/.next/static/chunks/next/dist/client/components/builtin/app-error-343b3c01fcb26582.js +1 -0
  138. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-343b3c01fcb26582.js +1 -0
  139. package/.next/static/chunks/next/dist/client/components/builtin/not-found-343b3c01fcb26582.js +1 -0
  140. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-343b3c01fcb26582.js +1 -0
  141. package/.next/static/chunks/{webpack-b0f40663bdce41b4.js → webpack-8cc41c498e5b9a1b.js} +1 -1
  142. package/.next/static/css/8c3105d66a2c198b.css +1 -0
  143. package/.next/static/css/ad464d16f922f5b9.css +1 -0
  144. package/.next/static/o6x8SfyQs1Y35JX-h7hpi/_buildManifest.js +1 -0
  145. package/.next/trace +7 -6
  146. package/.next/trace-build +1 -1
  147. package/.next/types/app/api/mcp/route.ts +353 -0
  148. package/.next/types/routes.d.ts +2 -1
  149. package/.next/types/validator.ts +9 -0
  150. package/package.json +1 -1
  151. package/.next/static/chunks/app/_global-error/page-76cf4b5393676543.js +0 -1
  152. package/.next/static/chunks/app/api/agent/[id]/bash-output/route-76cf4b5393676543.js +0 -1
  153. package/.next/static/chunks/app/api/agent/[id]/events/route-76cf4b5393676543.js +0 -1
  154. package/.next/static/chunks/app/api/agent/[id]/route-76cf4b5393676543.js +0 -1
  155. package/.next/static/chunks/app/api/agent/new/route-76cf4b5393676543.js +0 -1
  156. package/.next/static/chunks/app/api/agent/running/events/route-76cf4b5393676543.js +0 -1
  157. package/.next/static/chunks/app/api/agent/running/route-76cf4b5393676543.js +0 -1
  158. package/.next/static/chunks/app/api/app-update/route-76cf4b5393676543.js +0 -1
  159. package/.next/static/chunks/app/api/auth/all-providers/route-76cf4b5393676543.js +0 -1
  160. package/.next/static/chunks/app/api/auth/api-key/[provider]/route-76cf4b5393676543.js +0 -1
  161. package/.next/static/chunks/app/api/auth/login/[provider]/route-76cf4b5393676543.js +0 -1
  162. package/.next/static/chunks/app/api/auth/logout/[provider]/route-76cf4b5393676543.js +0 -1
  163. package/.next/static/chunks/app/api/auth/providers/route-76cf4b5393676543.js +0 -1
  164. package/.next/static/chunks/app/api/cwd/browse/route-76cf4b5393676543.js +0 -1
  165. package/.next/static/chunks/app/api/cwd/validate/route-76cf4b5393676543.js +0 -1
  166. package/.next/static/chunks/app/api/default-cwd/route-76cf4b5393676543.js +0 -1
  167. package/.next/static/chunks/app/api/file-index/route-76cf4b5393676543.js +0 -1
  168. package/.next/static/chunks/app/api/files/[...path]/route-76cf4b5393676543.js +0 -1
  169. package/.next/static/chunks/app/api/git/diff/route-76cf4b5393676543.js +0 -1
  170. package/.next/static/chunks/app/api/git/status/route-76cf4b5393676543.js +0 -1
  171. package/.next/static/chunks/app/api/home/route-76cf4b5393676543.js +0 -1
  172. package/.next/static/chunks/app/api/models/route-76cf4b5393676543.js +0 -1
  173. package/.next/static/chunks/app/api/models-config/catalog/route-76cf4b5393676543.js +0 -1
  174. package/.next/static/chunks/app/api/models-config/discover/route-76cf4b5393676543.js +0 -1
  175. package/.next/static/chunks/app/api/models-config/route-76cf4b5393676543.js +0 -1
  176. package/.next/static/chunks/app/api/models-config/test/route-76cf4b5393676543.js +0 -1
  177. package/.next/static/chunks/app/api/plugins/route-76cf4b5393676543.js +0 -1
  178. package/.next/static/chunks/app/api/project-trust/route-76cf4b5393676543.js +0 -1
  179. package/.next/static/chunks/app/api/sessions/[id]/auto-name/route-76cf4b5393676543.js +0 -1
  180. package/.next/static/chunks/app/api/sessions/[id]/context/route-76cf4b5393676543.js +0 -1
  181. package/.next/static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-76cf4b5393676543.js +0 -1
  182. package/.next/static/chunks/app/api/sessions/[id]/export/route-76cf4b5393676543.js +0 -1
  183. package/.next/static/chunks/app/api/sessions/[id]/route-76cf4b5393676543.js +0 -1
  184. package/.next/static/chunks/app/api/sessions/[id]/state/route-76cf4b5393676543.js +0 -1
  185. package/.next/static/chunks/app/api/sessions/[id]/todos/route-76cf4b5393676543.js +0 -1
  186. package/.next/static/chunks/app/api/sessions/route-76cf4b5393676543.js +0 -1
  187. package/.next/static/chunks/app/api/skills/check/route-76cf4b5393676543.js +0 -1
  188. package/.next/static/chunks/app/api/skills/install/route-76cf4b5393676543.js +0 -1
  189. package/.next/static/chunks/app/api/skills/route-76cf4b5393676543.js +0 -1
  190. package/.next/static/chunks/app/api/skills/search/route-76cf4b5393676543.js +0 -1
  191. package/.next/static/chunks/app/api/skills/update/route-76cf4b5393676543.js +0 -1
  192. package/.next/static/chunks/app/api/terminal/[id]/events/route-76cf4b5393676543.js +0 -1
  193. package/.next/static/chunks/app/api/terminal/[id]/route-76cf4b5393676543.js +0 -1
  194. package/.next/static/chunks/app/api/terminal/route-76cf4b5393676543.js +0 -1
  195. package/.next/static/chunks/app/api/worktrees/route-76cf4b5393676543.js +0 -1
  196. package/.next/static/chunks/app/manifest.webmanifest/route-76cf4b5393676543.js +0 -1
  197. package/.next/static/chunks/app/page-25d854af17104440.js +0 -87
  198. package/.next/static/chunks/next/dist/client/components/builtin/app-error-76cf4b5393676543.js +0 -1
  199. package/.next/static/chunks/next/dist/client/components/builtin/forbidden-76cf4b5393676543.js +0 -1
  200. package/.next/static/chunks/next/dist/client/components/builtin/not-found-76cf4b5393676543.js +0 -1
  201. package/.next/static/chunks/next/dist/client/components/builtin/unauthorized-76cf4b5393676543.js +0 -1
  202. package/.next/static/css/6d0bbd2ca110cab0.css +0 -1
  203. package/.next/static/css/db4014a9fa4f0548.css +0 -1
  204. package/.next/static/h5nzXQYL2XhJI-UPoFBtA/_buildManifest.js +0 -1
  205. package/public/icons/apple-touch-icon.png +0 -0
  206. package/public/icons/icon-192.png +0 -0
  207. package/public/icons/icon-512.png +0 -0
  208. /package/.next/static/{h5nzXQYL2XhJI-UPoFBtA → o6x8SfyQs1Y35JX-h7hpi}/_ssgManifest.js +0 -0
package/.next/trace CHANGED
@@ -1,6 +1,7 @@
1
- [{"name":"minify-js","duration":548,"timestamp":316523710515,"id":246,"parentId":224,"tags":{"name":"../instrumentation.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":544,"timestamp":316523710519,"id":247,"parentId":224,"tags":{"name":"../app/api/agent/[id]/events/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":542,"timestamp":316523710523,"id":248,"parentId":224,"tags":{"name":"../app/api/agent/new/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":539,"timestamp":316523710527,"id":249,"parentId":224,"tags":{"name":"../app/api/agent/running/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":537,"timestamp":316523710530,"id":250,"parentId":224,"tags":{"name":"../app/api/agent/running/events/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":534,"timestamp":316523710535,"id":251,"parentId":224,"tags":{"name":"../app/api/auth/all-providers/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":532,"timestamp":316523710538,"id":252,"parentId":224,"tags":{"name":"../app/api/app-update/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":530,"timestamp":316523710541,"id":253,"parentId":224,"tags":{"name":"../app/api/auth/api-key/[provider]/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":528,"timestamp":316523710546,"id":254,"parentId":224,"tags":{"name":"../app/api/auth/logout/[provider]/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":525,"timestamp":316523710550,"id":255,"parentId":224,"tags":{"name":"../app/api/auth/login/[provider]/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":491,"timestamp":316523710587,"id":256,"parentId":224,"tags":{"name":"../app/api/auth/providers/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":483,"timestamp":316523710597,"id":257,"parentId":224,"tags":{"name":"../app/api/models-config/catalog/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":477,"timestamp":316523710604,"id":258,"parentId":224,"tags":{"name":"../app/api/models-config/discover/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":475,"timestamp":316523710608,"id":259,"parentId":224,"tags":{"name":"../app/api/models-config/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":474,"timestamp":316523710610,"id":260,"parentId":224,"tags":{"name":"../app/api/models-config/test/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":473,"timestamp":316523710614,"id":261,"parentId":224,"tags":{"name":"../app/api/models/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":471,"timestamp":316523710617,"id":262,"parentId":224,"tags":{"name":"../app/api/project-trust/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":470,"timestamp":316523710619,"id":263,"parentId":224,"tags":{"name":"../app/api/plugins/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":462,"timestamp":316523710629,"id":264,"parentId":224,"tags":{"name":"../app/api/sessions/[id]/export/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":458,"timestamp":316523710635,"id":265,"parentId":224,"tags":{"name":"../app/api/sessions/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":450,"timestamp":316523710645,"id":266,"parentId":224,"tags":{"name":"../app/api/skills/check/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":446,"timestamp":316523710650,"id":267,"parentId":224,"tags":{"name":"../app/api/skills/install/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":441,"timestamp":316523710656,"id":268,"parentId":224,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":436,"timestamp":316523710661,"id":269,"parentId":224,"tags":{"name":"../app/api/skills/update/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":434,"timestamp":316523710665,"id":270,"parentId":224,"tags":{"name":"../app/api/skills/search/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":432,"timestamp":316523710667,"id":271,"parentId":224,"tags":{"name":"../app/api/terminal/[id]/events/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":430,"timestamp":316523710671,"id":272,"parentId":224,"tags":{"name":"../app/api/terminal/[id]/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":428,"timestamp":316523710674,"id":273,"parentId":224,"tags":{"name":"../app/api/terminal/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":426,"timestamp":316523710677,"id":274,"parentId":224,"tags":{"name":"../proxy.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":424,"timestamp":316523710680,"id":275,"parentId":224,"tags":{"name":"../app/page.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":422,"timestamp":316523710683,"id":276,"parentId":224,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":420,"timestamp":316523710686,"id":277,"parentId":224,"tags":{"name":"3379.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":419,"timestamp":316523710689,"id":278,"parentId":224,"tags":{"name":"2349.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":417,"timestamp":316523710692,"id":279,"parentId":224,"tags":{"name":"9280.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":415,"timestamp":316523710694,"id":280,"parentId":224,"tags":{"name":"922.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":413,"timestamp":316523710697,"id":281,"parentId":224,"tags":{"name":"4315.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":410,"timestamp":316523710701,"id":282,"parentId":224,"tags":{"name":"3869.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":408,"timestamp":316523710704,"id":283,"parentId":224,"tags":{"name":"6366.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":407,"timestamp":316523710707,"id":284,"parentId":224,"tags":{"name":"6253.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":403,"timestamp":316523710712,"id":285,"parentId":224,"tags":{"name":"673.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":392,"timestamp":316523710724,"id":286,"parentId":224,"tags":{"name":"4548.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":381,"timestamp":316523710735,"id":287,"parentId":224,"tags":{"name":"4563.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":372,"timestamp":316523710746,"id":288,"parentId":224,"tags":{"name":"8106.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":368,"timestamp":316523710751,"id":289,"parentId":224,"tags":{"name":"3012.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":365,"timestamp":316523710755,"id":290,"parentId":224,"tags":{"name":"8333.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":363,"timestamp":316523710758,"id":291,"parentId":224,"tags":{"name":"8782.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":361,"timestamp":316523710761,"id":292,"parentId":224,"tags":{"name":"611.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":359,"timestamp":316523710763,"id":293,"parentId":224,"tags":{"name":"1800.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":357,"timestamp":316523710766,"id":294,"parentId":224,"tags":{"name":"1860.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":356,"timestamp":316523710769,"id":295,"parentId":224,"tags":{"name":"7710.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":355,"timestamp":316523710772,"id":296,"parentId":224,"tags":{"name":"8713.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":352,"timestamp":316523710775,"id":297,"parentId":224,"tags":{"name":"8604.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":350,"timestamp":316523710779,"id":298,"parentId":224,"tags":{"name":"9510.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":348,"timestamp":316523710782,"id":299,"parentId":224,"tags":{"name":"2452.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":346,"timestamp":316523710785,"id":300,"parentId":224,"tags":{"name":"7799.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":345,"timestamp":316523710787,"id":301,"parentId":224,"tags":{"name":"4538.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":343,"timestamp":316523710790,"id":302,"parentId":224,"tags":{"name":"8397.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":341,"timestamp":316523710793,"id":303,"parentId":224,"tags":{"name":"6052.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":339,"timestamp":316523710796,"id":304,"parentId":224,"tags":{"name":"3383.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":337,"timestamp":316523710799,"id":305,"parentId":224,"tags":{"name":"2169.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":335,"timestamp":316523710802,"id":306,"parentId":224,"tags":{"name":"4267.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":333,"timestamp":316523710805,"id":307,"parentId":224,"tags":{"name":"7744.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":332,"timestamp":316523710808,"id":308,"parentId":224,"tags":{"name":"2075.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":330,"timestamp":316523710811,"id":309,"parentId":224,"tags":{"name":"1601.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":328,"timestamp":316523710814,"id":310,"parentId":224,"tags":{"name":"5974.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":326,"timestamp":316523710817,"id":311,"parentId":224,"tags":{"name":"8920.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":324,"timestamp":316523710820,"id":312,"parentId":224,"tags":{"name":"2408.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":322,"timestamp":316523710823,"id":313,"parentId":224,"tags":{"name":"295.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":315,"timestamp":316523710831,"id":314,"parentId":224,"tags":{"name":"1555.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":308,"timestamp":316523710839,"id":315,"parentId":224,"tags":{"name":"1625.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":278,"timestamp":316523710870,"id":316,"parentId":224,"tags":{"name":"7790.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":274,"timestamp":316523710875,"id":317,"parentId":224,"tags":{"name":"3569.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":272,"timestamp":316523710878,"id":318,"parentId":224,"tags":{"name":"5318.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":271,"timestamp":316523710880,"id":319,"parentId":224,"tags":{"name":"7233.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":269,"timestamp":316523710883,"id":320,"parentId":224,"tags":{"name":"7561.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":267,"timestamp":316523710886,"id":321,"parentId":224,"tags":{"name":"3894.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":266,"timestamp":316523710888,"id":322,"parentId":224,"tags":{"name":"2744.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":264,"timestamp":316523710891,"id":323,"parentId":224,"tags":{"name":"2106.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":268,"timestamp":316523710893,"id":324,"parentId":224,"tags":{"name":"9486.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":266,"timestamp":316523710897,"id":325,"parentId":224,"tags":{"name":"2903.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":264,"timestamp":316523710900,"id":326,"parentId":224,"tags":{"name":"4372.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":262,"timestamp":316523710902,"id":327,"parentId":224,"tags":{"name":"8294.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":260,"timestamp":316523710905,"id":328,"parentId":224,"tags":{"name":"1515.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":258,"timestamp":316523710908,"id":329,"parentId":224,"tags":{"name":"9509.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":257,"timestamp":316523710910,"id":330,"parentId":224,"tags":{"name":"2190.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":255,"timestamp":316523710913,"id":331,"parentId":224,"tags":{"name":"5029.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":253,"timestamp":316523710916,"id":332,"parentId":224,"tags":{"name":"7872.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":252,"timestamp":316523710918,"id":333,"parentId":224,"tags":{"name":"835.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":250,"timestamp":316523710921,"id":334,"parentId":224,"tags":{"name":"703.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":249,"timestamp":316523710924,"id":335,"parentId":224,"tags":{"name":"4741.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":248,"timestamp":316523710926,"id":336,"parentId":224,"tags":{"name":"1813.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":246,"timestamp":316523710929,"id":337,"parentId":224,"tags":{"name":"2325.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":244,"timestamp":316523710931,"id":338,"parentId":224,"tags":{"name":"4367.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":243,"timestamp":316523710934,"id":339,"parentId":224,"tags":{"name":"3186.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":241,"timestamp":316523710936,"id":340,"parentId":224,"tags":{"name":"2430.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":208,"timestamp":316523710970,"id":341,"parentId":224,"tags":{"name":"6337.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":204,"timestamp":316523710976,"id":342,"parentId":224,"tags":{"name":"7307.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":202,"timestamp":316523710978,"id":343,"parentId":224,"tags":{"name":"4980.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":201,"timestamp":316523710981,"id":344,"parentId":224,"tags":{"name":"1094.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":199,"timestamp":316523710983,"id":345,"parentId":224,"tags":{"name":"7265.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":197,"timestamp":316523710986,"id":346,"parentId":224,"tags":{"name":"6916.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"}]
2
- [{"name":"minify-js","duration":196,"timestamp":316523710989,"id":347,"parentId":224,"tags":{"name":"974.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":194,"timestamp":316523710991,"id":348,"parentId":224,"tags":{"name":"4674.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":193,"timestamp":316523710993,"id":349,"parentId":224,"tags":{"name":"5582.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":191,"timestamp":316523710996,"id":350,"parentId":224,"tags":{"name":"6429.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-webpack-plugin-optimize","duration":18307,"timestamp":316523692959,"id":224,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1787542782002,"traceId":"422ad718a4d2fbc3"},{"name":"css-minimizer-plugin","duration":169,"timestamp":316523711429,"id":351,"parentId":19,"tags":{},"startTime":1787542782021,"traceId":"422ad718a4d2fbc3"},{"name":"create-trace-assets","duration":5371,"timestamp":316523711831,"id":352,"parentId":20,"tags":{},"startTime":1787542782021,"traceId":"422ad718a4d2fbc3"},{"name":"seal","duration":704483,"timestamp":316523057845,"id":211,"parentId":19,"tags":{},"startTime":1787542781367,"traceId":"422ad718a4d2fbc3"},{"name":"webpack-compilation","duration":5271795,"timestamp":316518536653,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1787542776846,"traceId":"422ad718a4d2fbc3"},{"name":"emit","duration":64457,"timestamp":316523809213,"id":353,"parentId":16,"tags":{},"startTime":1787542782119,"traceId":"422ad718a4d2fbc3"},{"name":"webpack-close","duration":387572,"timestamp":316523878881,"id":354,"parentId":16,"tags":{"name":"server"},"startTime":1787542782188,"traceId":"422ad718a4d2fbc3"},{"name":"webpack-generate-error-stats","duration":3971,"timestamp":316524266513,"id":355,"parentId":354,"tags":{},"startTime":1787542782576,"traceId":"422ad718a4d2fbc3"},{"name":"run-webpack-compiler","duration":6056383,"timestamp":316518214581,"id":16,"parentId":15,"tags":{},"startTime":1787542776524,"traceId":"422ad718a4d2fbc3"},{"name":"format-webpack-messages","duration":822,"timestamp":316524270974,"id":356,"parentId":15,"tags":{},"startTime":1787542782580,"traceId":"422ad718a4d2fbc3"},{"name":"worker-main-server","duration":6058550,"timestamp":316518214230,"id":15,"parentId":1,"tags":{},"startTime":1787542776524,"traceId":"422ad718a4d2fbc3"},{"name":"create-entrypoints","duration":34322,"timestamp":316524806306,"id":359,"parentId":357,"tags":{},"startTime":1787542783116,"traceId":"422ad718a4d2fbc3"},{"name":"generate-webpack-config","duration":174599,"timestamp":316524840790,"id":360,"parentId":358,"tags":{},"startTime":1787542783150,"traceId":"422ad718a4d2fbc3"},{"name":"make","duration":834,"timestamp":316525125728,"id":362,"parentId":361,"tags":{},"startTime":1787542783435,"traceId":"422ad718a4d2fbc3"},{"name":"chunk-graph","duration":537,"timestamp":316525129474,"id":364,"parentId":363,"tags":{},"startTime":1787542783439,"traceId":"422ad718a4d2fbc3"},{"name":"optimize-modules","duration":33,"timestamp":316525130148,"id":366,"parentId":363,"tags":{},"startTime":1787542783440,"traceId":"422ad718a4d2fbc3"},{"name":"optimize-chunks","duration":751,"timestamp":316525130271,"id":367,"parentId":363,"tags":{},"startTime":1787542783440,"traceId":"422ad718a4d2fbc3"},{"name":"optimize-tree","duration":110,"timestamp":316525131100,"id":368,"parentId":363,"tags":{},"startTime":1787542783441,"traceId":"422ad718a4d2fbc3"},{"name":"optimize-chunk-modules","duration":457,"timestamp":316525131437,"id":369,"parentId":363,"tags":{},"startTime":1787542783441,"traceId":"422ad718a4d2fbc3"},{"name":"optimize","duration":1895,"timestamp":316525130088,"id":365,"parentId":363,"tags":{},"startTime":1787542783440,"traceId":"422ad718a4d2fbc3"},{"name":"module-hash","duration":81,"timestamp":316525133048,"id":370,"parentId":363,"tags":{},"startTime":1787542783443,"traceId":"422ad718a4d2fbc3"},{"name":"code-generation","duration":214,"timestamp":316525133180,"id":371,"parentId":363,"tags":{},"startTime":1787542783443,"traceId":"422ad718a4d2fbc3"},{"name":"hash","duration":362,"timestamp":316525133748,"id":372,"parentId":363,"tags":{},"startTime":1787542783443,"traceId":"422ad718a4d2fbc3"},{"name":"code-generation-jobs","duration":131,"timestamp":316525134107,"id":373,"parentId":363,"tags":{},"startTime":1787542783444,"traceId":"422ad718a4d2fbc3"},{"name":"module-assets","duration":124,"timestamp":316525134205,"id":374,"parentId":363,"tags":{},"startTime":1787542783444,"traceId":"422ad718a4d2fbc3"},{"name":"create-chunk-assets","duration":176,"timestamp":316525134342,"id":375,"parentId":363,"tags":{},"startTime":1787542783444,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":162,"timestamp":316525147180,"id":377,"parentId":376,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1787542783457,"traceId":"422ad718a4d2fbc3"},{"name":"minify-webpack-plugin-optimize","duration":2359,"timestamp":316525144994,"id":376,"parentId":361,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1787542783454,"traceId":"422ad718a4d2fbc3"},{"name":"css-minimizer-plugin","duration":110,"timestamp":316525147441,"id":378,"parentId":361,"tags":{},"startTime":1787542783457,"traceId":"422ad718a4d2fbc3"},{"name":"seal","duration":21632,"timestamp":316525128903,"id":363,"parentId":361,"tags":{},"startTime":1787542783438,"traceId":"422ad718a4d2fbc3"},{"name":"webpack-compilation","duration":32007,"timestamp":316525118840,"id":361,"parentId":358,"tags":{"name":"edge-server"},"startTime":1787542783428,"traceId":"422ad718a4d2fbc3"},{"name":"emit","duration":3046,"timestamp":316525151237,"id":379,"parentId":358,"tags":{},"startTime":1787542783461,"traceId":"422ad718a4d2fbc3"},{"name":"webpack-close","duration":718,"timestamp":316525155150,"id":380,"parentId":358,"tags":{"name":"edge-server"},"startTime":1787542783465,"traceId":"422ad718a4d2fbc3"},{"name":"webpack-generate-error-stats","duration":2550,"timestamp":316525155915,"id":381,"parentId":380,"tags":{},"startTime":1787542783465,"traceId":"422ad718a4d2fbc3"},{"name":"run-webpack-compiler","duration":352351,"timestamp":316524806299,"id":358,"parentId":357,"tags":{},"startTime":1787542783116,"traceId":"422ad718a4d2fbc3"},{"name":"format-webpack-messages","duration":74,"timestamp":316525158657,"id":382,"parentId":357,"tags":{},"startTime":1787542783468,"traceId":"422ad718a4d2fbc3"},{"name":"worker-main-edge-server","duration":352897,"timestamp":316524805972,"id":357,"parentId":1,"tags":{},"startTime":1787542783115,"traceId":"422ad718a4d2fbc3"},{"name":"create-entrypoints","duration":38803,"timestamp":316525626619,"id":385,"parentId":383,"tags":{},"startTime":1787542783936,"traceId":"422ad718a4d2fbc3"},{"name":"generate-webpack-config","duration":179905,"timestamp":316525665579,"id":386,"parentId":384,"tags":{},"startTime":1787542783975,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873777,"timestamp":316525948881,"id":393,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784258,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873794,"timestamp":316525948902,"id":394,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784258,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873774,"timestamp":316525948933,"id":397,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784258,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873694,"timestamp":316525949019,"id":398,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784258,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873668,"timestamp":316525949050,"id":399,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873668,"timestamp":316525949056,"id":400,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873667,"timestamp":316525949061,"id":401,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873674,"timestamp":316525949064,"id":402,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873686,"timestamp":316525949068,"id":403,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873745,"timestamp":316525949070,"id":404,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873747,"timestamp":316525949074,"id":405,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873746,"timestamp":316525949079,"id":406,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873745,"timestamp":316525949082,"id":407,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873742,"timestamp":316525949086,"id":408,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873739,"timestamp":316525949091,"id":409,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873738,"timestamp":316525949093,"id":410,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873737,"timestamp":316525949097,"id":411,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873736,"timestamp":316525949100,"id":412,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873734,"timestamp":316525949104,"id":413,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873732,"timestamp":316525949106,"id":414,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873730,"timestamp":316525949110,"id":415,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873729,"timestamp":316525949113,"id":416,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873728,"timestamp":316525949115,"id":417,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873726,"timestamp":316525949119,"id":418,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873725,"timestamp":316525949121,"id":419,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873723,"timestamp":316525949125,"id":420,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873723,"timestamp":316525949127,"id":421,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873724,"timestamp":316525949134,"id":422,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873723,"timestamp":316525949136,"id":423,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873721,"timestamp":316525949140,"id":424,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873720,"timestamp":316525949142,"id":425,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873718,"timestamp":316525949146,"id":426,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873717,"timestamp":316525949149,"id":427,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873712,"timestamp":316525949154,"id":428,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873710,"timestamp":316525949157,"id":429,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873707,"timestamp":316525949162,"id":430,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873704,"timestamp":316525949167,"id":431,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873702,"timestamp":316525949170,"id":432,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873700,"timestamp":316525949174,"id":433,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873698,"timestamp":316525949177,"id":434,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873696,"timestamp":316525949180,"id":435,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873694,"timestamp":316525949183,"id":436,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873692,"timestamp":316525949186,"id":437,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873694,"timestamp":316525949189,"id":438,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873692,"timestamp":316525949192,"id":439,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873690,"timestamp":316525949195,"id":440,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873688,"timestamp":316525949198,"id":441,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873687,"timestamp":316525949201,"id":442,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873684,"timestamp":316525949205,"id":443,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":873683,"timestamp":316525949208,"id":444,"parentId":388,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":956705,"timestamp":316525948794,"id":392,"parentId":388,"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":1787542784258,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1069889,"timestamp":316525948269,"id":389,"parentId":388,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1787542784258,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1069268,"timestamp":316525948913,"id":395,"parentId":388,"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":1787542784258,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1069265,"timestamp":316525948922,"id":396,"parentId":388,"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":1787542784258,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1069429,"timestamp":316525948769,"id":391,"parentId":388,"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":1787542784258,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1069472,"timestamp":316525948730,"id":390,"parentId":388,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1787542784258,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":2050603,"timestamp":316525949212,"id":445,"parentId":388,"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":1787542784259,"traceId":"422ad718a4d2fbc3"},{"name":"make","duration":2052478,"timestamp":316525947745,"id":388,"parentId":387,"tags":{},"startTime":1787542784257,"traceId":"422ad718a4d2fbc3"}]
3
- [{"name":"chunk-graph","duration":59593,"timestamp":316528167350,"id":447,"parentId":446,"tags":{},"startTime":1787542786477,"traceId":"422ad718a4d2fbc3"},{"name":"optimize-modules","duration":35,"timestamp":316528227182,"id":449,"parentId":446,"tags":{},"startTime":1787542786537,"traceId":"422ad718a4d2fbc3"},{"name":"optimize-chunks","duration":44761,"timestamp":316528232842,"id":451,"parentId":446,"tags":{},"startTime":1787542786542,"traceId":"422ad718a4d2fbc3"},{"name":"optimize-tree","duration":121,"timestamp":316528277704,"id":452,"parentId":446,"tags":{},"startTime":1787542786587,"traceId":"422ad718a4d2fbc3"},{"name":"optimize-chunk-modules","duration":89683,"timestamp":316528277919,"id":453,"parentId":446,"tags":{},"startTime":1787542786587,"traceId":"422ad718a4d2fbc3"},{"name":"optimize","duration":140618,"timestamp":316528227084,"id":448,"parentId":446,"tags":{},"startTime":1787542786537,"traceId":"422ad718a4d2fbc3"},{"name":"module-hash","duration":55273,"timestamp":316528410081,"id":454,"parentId":446,"tags":{},"startTime":1787542786720,"traceId":"422ad718a4d2fbc3"},{"name":"code-generation","duration":6799,"timestamp":316528465433,"id":455,"parentId":446,"tags":{},"startTime":1787542786775,"traceId":"422ad718a4d2fbc3"},{"name":"hash","duration":21665,"timestamp":316528480744,"id":456,"parentId":446,"tags":{},"startTime":1787542786790,"traceId":"422ad718a4d2fbc3"},{"name":"code-generation-jobs","duration":564,"timestamp":316528502402,"id":457,"parentId":446,"tags":{},"startTime":1787542786812,"traceId":"422ad718a4d2fbc3"},{"name":"module-assets","duration":2227,"timestamp":316528502726,"id":458,"parentId":446,"tags":{},"startTime":1787542786812,"traceId":"422ad718a4d2fbc3"},{"name":"create-chunk-assets","duration":6262,"timestamp":316528504982,"id":459,"parentId":446,"tags":{},"startTime":1787542786814,"traceId":"422ad718a4d2fbc3"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1314,"timestamp":316528517166,"id":461,"parentId":387,"tags":{},"startTime":1787542786827,"traceId":"422ad718a4d2fbc3"},{"name":"NextJsBuildManifest-createassets","duration":2319,"timestamp":316528516174,"id":460,"parentId":387,"tags":{},"startTime":1787542786826,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1751,"timestamp":316528529243,"id":463,"parentId":462,"tags":{"name":"static/chunks/main-57d7683fd3d81246.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1606,"timestamp":316528529397,"id":464,"parentId":462,"tags":{"name":"static/chunks/main-app-bf06f933926ea490.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1535,"timestamp":316528529470,"id":465,"parentId":462,"tags":{"name":"static/chunks/app/_not-found/page-0c103bb398fbc4be.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1523,"timestamp":316528529483,"id":466,"parentId":462,"tags":{"name":"static/chunks/app/_global-error/page-986f14092a44b08f.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1515,"timestamp":316528529491,"id":467,"parentId":462,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-e5950b7416ca891b.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1509,"timestamp":316528529500,"id":468,"parentId":462,"tags":{"name":"static/chunks/app/layout-a6b5d0c22b2f74b3.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1502,"timestamp":316528529507,"id":469,"parentId":462,"tags":{"name":"static/chunks/next/dist/client/components/builtin/global-error-180220946e83030a.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1496,"timestamp":316528529515,"id":470,"parentId":462,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-a77f7b0ec1326236.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1494,"timestamp":316528529522,"id":471,"parentId":462,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-b5b3a887de833d87.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1456,"timestamp":316528529562,"id":472,"parentId":462,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-9eded7974cd1fde0.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1440,"timestamp":316528529580,"id":473,"parentId":462,"tags":{"name":"static/chunks/app/api/agent/[id]/bash-output/route-37cd1a9319579115.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1428,"timestamp":316528529593,"id":474,"parentId":462,"tags":{"name":"static/chunks/app/api/agent/[id]/route-b9a91677a4a65c68.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1423,"timestamp":316528529599,"id":475,"parentId":462,"tags":{"name":"static/chunks/app/api/cwd/browse/route-84fc788a4dfce981.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1418,"timestamp":316528529606,"id":476,"parentId":462,"tags":{"name":"static/chunks/app/api/cwd/validate/route-3c0e382a94f083f1.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1413,"timestamp":316528529611,"id":477,"parentId":462,"tags":{"name":"static/chunks/app/api/default-cwd/route-fdb680e39a3446ac.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1408,"timestamp":316528529617,"id":478,"parentId":462,"tags":{"name":"static/chunks/app/api/file-index/route-53c2c05395f2ad41.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1404,"timestamp":316528529622,"id":479,"parentId":462,"tags":{"name":"static/chunks/app/api/files/[...path]/route-525826b6eae71708.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1399,"timestamp":316528529628,"id":480,"parentId":462,"tags":{"name":"static/chunks/app/api/git/diff/route-11af7c84f38ee6eb.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1395,"timestamp":316528529634,"id":481,"parentId":462,"tags":{"name":"static/chunks/app/api/git/status/route-99334c457a9a0526.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1391,"timestamp":316528529639,"id":482,"parentId":462,"tags":{"name":"static/chunks/app/api/home/route-8352db3a552d392c.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1383,"timestamp":316528529647,"id":483,"parentId":462,"tags":{"name":"static/chunks/app/api/sessions/[id]/auto-name/route-bd4253d0dd6a75ac.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1380,"timestamp":316528529652,"id":484,"parentId":462,"tags":{"name":"static/chunks/app/api/sessions/[id]/context/route-3f647a314caa43a7.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1376,"timestamp":316528529656,"id":485,"parentId":462,"tags":{"name":"static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-9cdc8d25889decfb.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1372,"timestamp":316528529661,"id":486,"parentId":462,"tags":{"name":"static/chunks/app/api/sessions/[id]/route-979f61b8b4dfb4c2.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1369,"timestamp":316528529665,"id":487,"parentId":462,"tags":{"name":"static/chunks/app/api/sessions/[id]/state/route-b5ff3cd20e17e5c7.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1366,"timestamp":316528529670,"id":488,"parentId":462,"tags":{"name":"static/chunks/app/api/sessions/[id]/todos/route-c3859361fb72cb6b.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1363,"timestamp":316528529674,"id":489,"parentId":462,"tags":{"name":"static/chunks/app/api/worktrees/route-ad1d2b619565f84e.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1359,"timestamp":316528529679,"id":490,"parentId":462,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-77c18c60c45fe33b.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1356,"timestamp":316528529684,"id":491,"parentId":462,"tags":{"name":"static/chunks/app/api/agent/[id]/events/route-8f5e08a179c6516f.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1352,"timestamp":316528529688,"id":492,"parentId":462,"tags":{"name":"static/chunks/app/api/agent/new/route-72b4714c1d2e18c6.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1348,"timestamp":316528529693,"id":493,"parentId":462,"tags":{"name":"static/chunks/app/api/agent/running/route-c17ed4a08801a7b1.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1345,"timestamp":316528529697,"id":494,"parentId":462,"tags":{"name":"static/chunks/app/api/agent/running/events/route-273c6370fee40767.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1342,"timestamp":316528529701,"id":495,"parentId":462,"tags":{"name":"static/chunks/app/api/auth/all-providers/route-545a625c9ad424ff.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1339,"timestamp":316528529706,"id":496,"parentId":462,"tags":{"name":"static/chunks/app/api/app-update/route-a75b7b56b9af3919.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1333,"timestamp":316528529712,"id":497,"parentId":462,"tags":{"name":"static/chunks/app/api/auth/api-key/[provider]/route-9bc5468a7e1c46bf.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1329,"timestamp":316528529717,"id":498,"parentId":462,"tags":{"name":"static/chunks/app/api/auth/logout/[provider]/route-1db7b3e726f17b29.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1326,"timestamp":316528529721,"id":499,"parentId":462,"tags":{"name":"static/chunks/app/api/auth/login/[provider]/route-8344d2036070c4ae.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1323,"timestamp":316528529726,"id":500,"parentId":462,"tags":{"name":"static/chunks/app/api/auth/providers/route-2b1e5fb7c2b3dca9.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1320,"timestamp":316528529730,"id":501,"parentId":462,"tags":{"name":"static/chunks/app/api/models-config/catalog/route-8432f3c5bf27d215.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1329,"timestamp":316528529737,"id":502,"parentId":462,"tags":{"name":"static/chunks/app/api/models-config/discover/route-264f0497a2d309d7.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1326,"timestamp":316528529741,"id":503,"parentId":462,"tags":{"name":"static/chunks/app/api/models-config/route-349b6c97a23a9488.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1323,"timestamp":316528529745,"id":504,"parentId":462,"tags":{"name":"static/chunks/app/api/models-config/test/route-20715b81a1338b7f.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1320,"timestamp":316528529750,"id":505,"parentId":462,"tags":{"name":"static/chunks/app/api/models/route-ea13155b59b11921.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1316,"timestamp":316528529755,"id":506,"parentId":462,"tags":{"name":"static/chunks/app/api/project-trust/route-715757e3327f0e27.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1312,"timestamp":316528529760,"id":507,"parentId":462,"tags":{"name":"static/chunks/app/api/plugins/route-f937cb446b520161.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1308,"timestamp":316528529765,"id":508,"parentId":462,"tags":{"name":"static/chunks/app/api/sessions/[id]/export/route-5eceb99b8e22e1bb.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1304,"timestamp":316528529770,"id":509,"parentId":462,"tags":{"name":"static/chunks/app/api/sessions/route-5284bb457804b696.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1301,"timestamp":316528529775,"id":510,"parentId":462,"tags":{"name":"static/chunks/app/api/skills/check/route-40780d8669b4008c.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1298,"timestamp":316528529779,"id":511,"parentId":462,"tags":{"name":"static/chunks/app/api/skills/install/route-28da037545d339be.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1294,"timestamp":316528529783,"id":512,"parentId":462,"tags":{"name":"static/chunks/app/api/skills/route-88f5b0b27fdd7821.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1291,"timestamp":316528529787,"id":513,"parentId":462,"tags":{"name":"static/chunks/app/api/skills/update/route-cd625e8137e1a94e.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1287,"timestamp":316528529792,"id":514,"parentId":462,"tags":{"name":"static/chunks/app/api/skills/search/route-9f105d0ffe3d08b5.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1284,"timestamp":316528529796,"id":515,"parentId":462,"tags":{"name":"static/chunks/app/api/terminal/[id]/events/route-4a47aa595cb8990b.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1279,"timestamp":316528529803,"id":516,"parentId":462,"tags":{"name":"static/chunks/app/api/terminal/[id]/route-031158086b00e0b1.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1275,"timestamp":316528529808,"id":517,"parentId":462,"tags":{"name":"static/chunks/app/api/terminal/route-e6f10522d996e768.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1271,"timestamp":316528529812,"id":518,"parentId":462,"tags":{"name":"static/chunks/app/page-cca8ea0dbea8d1a7.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1268,"timestamp":316528529817,"id":519,"parentId":462,"tags":{"name":"static/chunks/webpack-5ba58854e91106ea.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1264,"timestamp":316528529821,"id":520,"parentId":462,"tags":{"name":"static/chunks/3266.fd82af2045711f00.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1261,"timestamp":316528529826,"id":521,"parentId":462,"tags":{"name":"static/chunks/3308.4da37344a331e518.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1257,"timestamp":316528529831,"id":522,"parentId":462,"tags":{"name":"static/chunks/8200.dfbabf49e8c67093.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1253,"timestamp":316528529836,"id":523,"parentId":462,"tags":{"name":"static/chunks/1781.35ff183dd90c9372.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1250,"timestamp":316528529840,"id":524,"parentId":462,"tags":{"name":"static/chunks/973.e3ba209806c802cb.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1246,"timestamp":316528529845,"id":525,"parentId":462,"tags":{"name":"static/chunks/268.fee88013d446373e.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1238,"timestamp":316528529854,"id":526,"parentId":462,"tags":{"name":"static/chunks/7331.f0bb69f039f8f4cc.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1235,"timestamp":316528529858,"id":527,"parentId":462,"tags":{"name":"static/chunks/4405.dcde268fbece4c48.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1231,"timestamp":316528529863,"id":528,"parentId":462,"tags":{"name":"static/chunks/4970.f9a7b5eef0e90a7b.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1228,"timestamp":316528529867,"id":529,"parentId":462,"tags":{"name":"static/chunks/3995.66e995f54233b54d.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1225,"timestamp":316528529872,"id":530,"parentId":462,"tags":{"name":"static/chunks/3336.8a04b2fc6f9e93ae.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1222,"timestamp":316528529876,"id":531,"parentId":462,"tags":{"name":"static/chunks/3716.0d2a56d29f9eead4.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1219,"timestamp":316528529881,"id":532,"parentId":462,"tags":{"name":"static/chunks/8885.7e5391cbe918a4ba.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1215,"timestamp":316528529885,"id":533,"parentId":462,"tags":{"name":"static/chunks/1063.cc5f97bab5c21ba8.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1212,"timestamp":316528529890,"id":534,"parentId":462,"tags":{"name":"static/chunks/3251.e79b29db7f8f131f.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1207,"timestamp":316528529896,"id":535,"parentId":462,"tags":{"name":"static/chunks/6654.3f20582e8945ce1a.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1204,"timestamp":316528529900,"id":536,"parentId":462,"tags":{"name":"static/chunks/1032.36a04721ce222ee1.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1201,"timestamp":316528529904,"id":537,"parentId":462,"tags":{"name":"static/chunks/1708.16005710f860f985.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1197,"timestamp":316528529909,"id":538,"parentId":462,"tags":{"name":"static/chunks/9698.5de34d2203c9677b.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1193,"timestamp":316528529914,"id":539,"parentId":462,"tags":{"name":"static/chunks/918.96cbb8adb85496b9.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1190,"timestamp":316528529918,"id":540,"parentId":462,"tags":{"name":"static/chunks/2695.b9d1b50932f1a8ac.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1187,"timestamp":316528529923,"id":541,"parentId":462,"tags":{"name":"static/chunks/6794.fc3e4bce7fbefc6f.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1184,"timestamp":316528529927,"id":542,"parentId":462,"tags":{"name":"static/chunks/9974.67578d0e27bad830.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1180,"timestamp":316528529931,"id":543,"parentId":462,"tags":{"name":"static/chunks/2480.46a5872944a0d0a5.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1177,"timestamp":316528529935,"id":544,"parentId":462,"tags":{"name":"static/chunks/2539.ee753de41333c1b7.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1174,"timestamp":316528529940,"id":545,"parentId":462,"tags":{"name":"static/chunks/4238.b458c3d5812fcf1d.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1170,"timestamp":316528529945,"id":546,"parentId":462,"tags":{"name":"static/chunks/5681.6fd0327614100098.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1167,"timestamp":316528529949,"id":547,"parentId":462,"tags":{"name":"static/chunks/2703.0753f4916dafda0a.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1163,"timestamp":316528529954,"id":548,"parentId":462,"tags":{"name":"static/chunks/2181.71f6bd63cca79dac.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1160,"timestamp":316528529958,"id":549,"parentId":462,"tags":{"name":"static/chunks/9614.584b8bbb3d98779f.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"}]
4
- [{"name":"minify-js","duration":1157,"timestamp":316528529962,"id":550,"parentId":462,"tags":{"name":"static/chunks/2356.f61da4ece26c3a84.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1154,"timestamp":316528529966,"id":551,"parentId":462,"tags":{"name":"static/chunks/6195.12a53c5c7b4da7ad.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1151,"timestamp":316528529971,"id":552,"parentId":462,"tags":{"name":"static/chunks/398.a0403ee445b2377c.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1147,"timestamp":316528529975,"id":553,"parentId":462,"tags":{"name":"static/chunks/9764.6fde4e1d90caa765.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1144,"timestamp":316528529979,"id":554,"parentId":462,"tags":{"name":"static/chunks/2258.e4a37ddd6d27fa11.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1140,"timestamp":316528529984,"id":555,"parentId":462,"tags":{"name":"static/chunks/6161.bfe6f0247adda935.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1138,"timestamp":316528529988,"id":556,"parentId":462,"tags":{"name":"static/chunks/5137.fe9802092251bc88.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1135,"timestamp":316528529992,"id":557,"parentId":462,"tags":{"name":"static/chunks/8901.762e8676411f43eb.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1131,"timestamp":316528529996,"id":558,"parentId":462,"tags":{"name":"static/chunks/7268.3447bd4cce7521c7.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1129,"timestamp":316528530000,"id":559,"parentId":462,"tags":{"name":"static/chunks/2619.07e7a9281c9b8763.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1126,"timestamp":316528530005,"id":560,"parentId":462,"tags":{"name":"static/chunks/370.024830bd4370ec11.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1123,"timestamp":316528530009,"id":561,"parentId":462,"tags":{"name":"static/chunks/869.840106abaec6e833.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1119,"timestamp":316528530014,"id":562,"parentId":462,"tags":{"name":"static/chunks/9705.47472fa13d864129.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1116,"timestamp":316528530018,"id":563,"parentId":462,"tags":{"name":"static/chunks/4424.b7d00b28c24a2bc3.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1113,"timestamp":316528530022,"id":564,"parentId":462,"tags":{"name":"static/chunks/5020.3d5d2d88202eba03.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1110,"timestamp":316528530027,"id":565,"parentId":462,"tags":{"name":"static/chunks/4866.9947111571c3418a.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1107,"timestamp":316528530031,"id":566,"parentId":462,"tags":{"name":"static/chunks/9522.2be05ff4f8cee94e.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1103,"timestamp":316528530036,"id":567,"parentId":462,"tags":{"name":"static/chunks/5361.7ed05e8056cfd2ab.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1100,"timestamp":316528530040,"id":568,"parentId":462,"tags":{"name":"static/chunks/2418.e26235dcf13ada35.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1097,"timestamp":316528530044,"id":569,"parentId":462,"tags":{"name":"static/chunks/5242.9ef3f7326060944b.js","cache":"HIT"},"startTime":1787542786839,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1094,"timestamp":316528530048,"id":570,"parentId":462,"tags":{"name":"static/chunks/2081.5eb9e28649ca2ac1.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1098,"timestamp":316528530053,"id":571,"parentId":462,"tags":{"name":"static/chunks/1327.fe7c2796260098c7.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1096,"timestamp":316528530057,"id":572,"parentId":462,"tags":{"name":"static/chunks/6294.4387d659c554b7f5.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1096,"timestamp":316528530061,"id":573,"parentId":462,"tags":{"name":"static/chunks/7543.fe1c6f4f97516c8e.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1092,"timestamp":316528530066,"id":574,"parentId":462,"tags":{"name":"static/chunks/934.78dd778c1714ad1a.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1088,"timestamp":316528530071,"id":575,"parentId":462,"tags":{"name":"static/chunks/5521.e61adb9ec4d6d00d.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1085,"timestamp":316528530075,"id":576,"parentId":462,"tags":{"name":"static/chunks/9793.e166c59e945c2fdc.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1083,"timestamp":316528530080,"id":577,"parentId":462,"tags":{"name":"static/chunks/framework-a62d942fa034257f.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1080,"timestamp":316528530084,"id":578,"parentId":462,"tags":{"name":"static/chunks/da12927c.54cdf2e5bc004074.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1077,"timestamp":316528530088,"id":579,"parentId":462,"tags":{"name":"static/chunks/90542734.6290e702e48a2c44.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1073,"timestamp":316528530093,"id":580,"parentId":462,"tags":{"name":"static/chunks/db9d41be.2e2d7df083daeb6f.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1070,"timestamp":316528530097,"id":581,"parentId":462,"tags":{"name":"static/chunks/1ba63609.1596555111454be6.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1067,"timestamp":316528530101,"id":582,"parentId":462,"tags":{"name":"static/chunks/993e5495.2f4c557231e3e3e6.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1067,"timestamp":316528530106,"id":583,"parentId":462,"tags":{"name":"static/chunks/bf2ff291.807c6cc5b38a832c.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1064,"timestamp":316528530110,"id":584,"parentId":462,"tags":{"name":"static/chunks/d3ac728e-421ff1da0e379d81.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1060,"timestamp":316528530115,"id":585,"parentId":462,"tags":{"name":"static/chunks/e868780c.b03bb6d46556f1ff.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1057,"timestamp":316528530119,"id":586,"parentId":462,"tags":{"name":"static/chunks/4bd1b696-3552184350a14955.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1054,"timestamp":316528530124,"id":587,"parentId":462,"tags":{"name":"static/chunks/8863.6980bc558872a500.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1047,"timestamp":316528530131,"id":588,"parentId":462,"tags":{"name":"static/chunks/2821.323097e420e96934.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1044,"timestamp":316528530136,"id":589,"parentId":462,"tags":{"name":"static/chunks/5526.c41526e0bf35b68b.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1040,"timestamp":316528530140,"id":590,"parentId":462,"tags":{"name":"static/chunks/2325.62edae118c41064b.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1037,"timestamp":316528530144,"id":591,"parentId":462,"tags":{"name":"static/chunks/6121.e710dd84dec3a143.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1034,"timestamp":316528530148,"id":592,"parentId":462,"tags":{"name":"static/chunks/4004.b60184f2c294cab0.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1031,"timestamp":316528530152,"id":593,"parentId":462,"tags":{"name":"static/chunks/103.e9523d05ae463b4c.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1028,"timestamp":316528530157,"id":594,"parentId":462,"tags":{"name":"static/chunks/4202.ca52cc3c1a550cdc.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1025,"timestamp":316528530161,"id":595,"parentId":462,"tags":{"name":"static/chunks/7256.8a12c60472944a8a.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1022,"timestamp":316528530165,"id":596,"parentId":462,"tags":{"name":"static/chunks/1074-da30016a70e1523b.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1018,"timestamp":316528530170,"id":597,"parentId":462,"tags":{"name":"static/chunks/3794-d1c7c1721ea65377.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1015,"timestamp":316528530174,"id":598,"parentId":462,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":211,"timestamp":316528530978,"id":602,"parentId":462,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1455,"timestamp":316528530203,"id":599,"parentId":462,"tags":{"name":"static/h5nzXQYL2XhJI-UPoFBtA/_ssgManifest.js","cache":"MISS"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":981,"timestamp":316528530722,"id":600,"parentId":462,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":1003,"timestamp":316528530840,"id":601,"parentId":462,"tags":{"name":"static/h5nzXQYL2XhJI-UPoFBtA/_buildManifest.js","cache":"MISS"},"startTime":1787542786840,"traceId":"422ad718a4d2fbc3"},{"name":"minify-webpack-plugin-optimize","duration":11672,"timestamp":316528520176,"id":462,"parentId":387,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1787542786830,"traceId":"422ad718a4d2fbc3"},{"name":"minify-css","duration":144,"timestamp":316528532193,"id":604,"parentId":603,"tags":{"file":"static/css/08e6f24b60bb2fdf.css","cache":"HIT"},"startTime":1787542786842,"traceId":"422ad718a4d2fbc3"},{"name":"minify-css","duration":103,"timestamp":316528532238,"id":605,"parentId":603,"tags":{"file":"static/css/d525f1c490ec6e9e.css","cache":"HIT"},"startTime":1787542786842,"traceId":"422ad718a4d2fbc3"},{"name":"minify-css","duration":100,"timestamp":316528532242,"id":606,"parentId":603,"tags":{"file":"static/css/453f4901142168c5.css","cache":"HIT"},"startTime":1787542786842,"traceId":"422ad718a4d2fbc3"},{"name":"minify-css","duration":98,"timestamp":316528532245,"id":607,"parentId":603,"tags":{"file":"static/css/fff965cc3bd74ed7.css","cache":"HIT"},"startTime":1787542786842,"traceId":"422ad718a4d2fbc3"},{"name":"css-minimizer-plugin","duration":376,"timestamp":316528531968,"id":603,"parentId":387,"tags":{},"startTime":1787542786841,"traceId":"422ad718a4d2fbc3"},{"name":"seal","duration":493906,"timestamp":316528087449,"id":446,"parentId":387,"tags":{},"startTime":1787542786397,"traceId":"422ad718a4d2fbc3"},{"name":"webpack-compilation","duration":2641920,"timestamp":316525939760,"id":387,"parentId":384,"tags":{"name":"client"},"startTime":1787542784249,"traceId":"422ad718a4d2fbc3"},{"name":"emit","duration":55427,"timestamp":316528581988,"id":608,"parentId":384,"tags":{},"startTime":1787542786891,"traceId":"422ad718a4d2fbc3"},{"name":"webpack-close","duration":210075,"timestamp":316528641776,"id":609,"parentId":384,"tags":{"name":"client"},"startTime":1787542786951,"traceId":"422ad718a4d2fbc3"},{"name":"webpack-generate-error-stats","duration":2300,"timestamp":316528851911,"id":610,"parentId":609,"tags":{},"startTime":1787542787161,"traceId":"422ad718a4d2fbc3"},{"name":"run-webpack-compiler","duration":3227850,"timestamp":316525626611,"id":384,"parentId":383,"tags":{},"startTime":1787542783936,"traceId":"422ad718a4d2fbc3"},{"name":"format-webpack-messages","duration":72,"timestamp":316528854469,"id":611,"parentId":383,"tags":{},"startTime":1787542787164,"traceId":"422ad718a4d2fbc3"},{"name":"worker-main-client","duration":3228381,"timestamp":316525626299,"id":383,"parentId":1,"tags":{},"startTime":1787542783936,"traceId":"422ad718a4d2fbc3"},{"name":"run-webpack","duration":11184331,"timestamp":316517709753,"id":14,"parentId":1,"tags":{},"startTime":1787542776019,"traceId":"422ad718a4d2fbc3"},{"name":"run-typescript","duration":3031527,"timestamp":316528899241,"id":613,"parentId":1,"tags":{},"startTime":1787542787209,"traceId":"422ad718a4d2fbc3"},{"name":"generate-required-server-files","duration":675,"timestamp":316531931259,"id":615,"parentId":1,"tags":{},"startTime":1787542790241,"traceId":"422ad718a4d2fbc3"},{"name":"check-static-error-page","duration":13493,"timestamp":316531999052,"id":617,"parentId":616,"tags":{},"startTime":1787542790309,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":412981,"timestamp":316532013281,"id":668,"parentId":619,"tags":{},"startTime":1787542790323,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":425288,"timestamp":316532001091,"id":619,"parentId":616,"tags":{"page":"/_global-error"},"startTime":1787542790311,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":613213,"timestamp":316532014134,"id":678,"parentId":639,"tags":{},"startTime":1787542790324,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":620664,"timestamp":316532006777,"id":639,"parentId":616,"tags":{"page":"/api/home"},"startTime":1787542790316,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":697000,"timestamp":316532013507,"id":671,"parentId":632,"tags":{},"startTime":1787542790323,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":704338,"timestamp":316532006239,"id":632,"parentId":616,"tags":{"page":"/api/cwd/browse"},"startTime":1787542790316,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":724668,"timestamp":316532013043,"id":667,"parentId":618,"tags":{},"startTime":1787542790322,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":737785,"timestamp":316531999987,"id":618,"parentId":616,"tags":{"page":"/_not-found"},"startTime":1787542790309,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2735508,"timestamp":316532013361,"id":669,"parentId":620,"tags":{},"startTime":1787542790323,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2747583,"timestamp":316532001358,"id":620,"parentId":616,"tags":{"page":"/api/agent/[id]/bash-output"},"startTime":1787542790311,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2732810,"timestamp":316532020342,"id":686,"parentId":664,"tags":{},"startTime":1787542790330,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2741239,"timestamp":316532011987,"id":664,"parentId":616,"tags":{"page":"/favicon.ico"},"startTime":1787542790321,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2756005,"timestamp":316532020349,"id":687,"parentId":665,"tags":{},"startTime":1787542790330,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2764045,"timestamp":316532012368,"id":665,"parentId":616,"tags":{"page":"/manifest.webmanifest"},"startTime":1787542790322,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2828101,"timestamp":316532020112,"id":680,"parentId":648,"tags":{},"startTime":1787542790330,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2839508,"timestamp":316532008760,"id":648,"parentId":616,"tags":{"page":"/api/sessions/[id]/context"},"startTime":1787542790318,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2836203,"timestamp":316532020242,"id":681,"parentId":649,"tags":{},"startTime":1787542790330,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2847594,"timestamp":316532008908,"id":649,"parentId":616,"tags":{"page":"/api/sessions/[id]/entries/[entryId]/thinking"},"startTime":1787542790318,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2828073,"timestamp":316532028620,"id":689,"parentId":623,"tags":{},"startTime":1787542790338,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2852634,"timestamp":316532004087,"id":623,"parentId":616,"tags":{"page":"/api/agent/new"},"startTime":1787542790314,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2831699,"timestamp":316532029239,"id":691,"parentId":625,"tags":{},"startTime":1787542790339,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2856430,"timestamp":316532004561,"id":625,"parentId":616,"tags":{"page":"/api/agent/running"},"startTime":1787542790314,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2836382,"timestamp":316532029558,"id":692,"parentId":627,"tags":{},"startTime":1787542790339,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2860693,"timestamp":316532005300,"id":627,"parentId":616,"tags":{"page":"/api/auth/all-providers"},"startTime":1787542790315,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2851073,"timestamp":316532020311,"id":683,"parentId":652,"tags":{},"startTime":1787542790330,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2861889,"timestamp":316532009547,"id":652,"parentId":616,"tags":{"page":"/api/sessions/[id]/state"},"startTime":1787542790319,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2841300,"timestamp":316532030356,"id":693,"parentId":626,"tags":{},"startTime":1787542790340,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2866621,"timestamp":316532005058,"id":626,"parentId":616,"tags":{"page":"/api/app-update"},"startTime":1787542790315,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2851204,"timestamp":316532023161,"id":688,"parentId":621,"tags":{},"startTime":1787542790333,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2872952,"timestamp":316532001468,"id":621,"parentId":616,"tags":{"page":"/api/agent/[id]/events"},"startTime":1787542790311,"traceId":"422ad718a4d2fbc3"}]
5
- [{"name":"is-page-static","duration":2862275,"timestamp":316532014079,"id":677,"parentId":638,"tags":{},"startTime":1787542790324,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2869701,"timestamp":316532006703,"id":638,"parentId":616,"tags":{"page":"/api/git/status"},"startTime":1787542790316,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2831686,"timestamp":316532052442,"id":695,"parentId":630,"tags":{},"startTime":1787542790362,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2878383,"timestamp":316532005826,"id":630,"parentId":616,"tags":{"page":"/api/auth/logout/[provider]"},"startTime":1787542790315,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2831105,"timestamp":316532053315,"id":696,"parentId":629,"tags":{},"startTime":1787542790363,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2878797,"timestamp":316532005648,"id":629,"parentId":616,"tags":{"page":"/api/auth/login/[provider]"},"startTime":1787542790315,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2833251,"timestamp":316532053561,"id":697,"parentId":631,"tags":{},"startTime":1787542790363,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2880798,"timestamp":316532006067,"id":631,"parentId":616,"tags":{"page":"/api/auth/providers"},"startTime":1787542790316,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2833478,"timestamp":316532054107,"id":698,"parentId":640,"tags":{},"startTime":1787542790364,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2880705,"timestamp":316532006917,"id":640,"parentId":616,"tags":{"page":"/api/models-config/catalog"},"startTime":1787542790316,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2839298,"timestamp":316532054711,"id":700,"parentId":642,"tags":{},"startTime":1787542790364,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2886696,"timestamp":316532007368,"id":642,"parentId":616,"tags":{"page":"/api/models-config"},"startTime":1787542790317,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2842382,"timestamp":316532054608,"id":699,"parentId":641,"tags":{},"startTime":1787542790364,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2889900,"timestamp":316532007149,"id":641,"parentId":616,"tags":{"page":"/api/models-config/discover"},"startTime":1787542790317,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2891886,"timestamp":316532013751,"id":673,"parentId":634,"tags":{},"startTime":1787542790323,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2899320,"timestamp":316532006381,"id":634,"parentId":616,"tags":{"page":"/api/default-cwd"},"startTime":1787542790316,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2893919,"timestamp":316532013842,"id":674,"parentId":635,"tags":{},"startTime":1787542790323,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2901366,"timestamp":316532006447,"id":635,"parentId":616,"tags":{"page":"/api/file-index"},"startTime":1787542790316,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2852800,"timestamp":316532058741,"id":704,"parentId":645,"tags":{},"startTime":1787542790368,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2903598,"timestamp":316532008041,"id":645,"parentId":616,"tags":{"page":"/api/plugins"},"startTime":1787542790317,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2855733,"timestamp":316532056223,"id":703,"parentId":646,"tags":{},"startTime":1787542790366,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2903720,"timestamp":316532008274,"id":646,"parentId":616,"tags":{"page":"/api/project-trust"},"startTime":1787542790318,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2868974,"timestamp":316532044334,"id":694,"parentId":628,"tags":{},"startTime":1787542790354,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2907890,"timestamp":316532005482,"id":628,"parentId":616,"tags":{"page":"/api/auth/api-key/[provider]"},"startTime":1787542790315,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2858119,"timestamp":316532066045,"id":705,"parentId":650,"tags":{},"startTime":1787542790376,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2915205,"timestamp":316532009036,"id":650,"parentId":616,"tags":{"page":"/api/sessions/[id]/export"},"startTime":1787542790318,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2857700,"timestamp":316532066811,"id":707,"parentId":655,"tags":{},"startTime":1787542790376,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2914289,"timestamp":316532010250,"id":655,"parentId":616,"tags":{"page":"/api/skills/check"},"startTime":1787542790320,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2857264,"timestamp":316532067393,"id":708,"parentId":656,"tags":{},"startTime":1787542790377,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2914203,"timestamp":316532010500,"id":656,"parentId":616,"tags":{"page":"/api/skills/install"},"startTime":1787542790320,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2856233,"timestamp":316532072185,"id":709,"parentId":657,"tags":{},"startTime":1787542790382,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2917824,"timestamp":316532010691,"id":657,"parentId":616,"tags":{"page":"/api/skills"},"startTime":1787542790320,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2919887,"timestamp":316532013990,"id":676,"parentId":637,"tags":{},"startTime":1787542790323,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2927309,"timestamp":316532006629,"id":637,"parentId":616,"tags":{"page":"/api/git/diff"},"startTime":1787542790316,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2860624,"timestamp":316532073527,"id":710,"parentId":658,"tags":{},"startTime":1787542790383,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2923277,"timestamp":316532010916,"id":658,"parentId":616,"tags":{"page":"/api/skills/search"},"startTime":1787542790320,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2927937,"timestamp":316532013585,"id":672,"parentId":633,"tags":{},"startTime":1787542790323,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2935259,"timestamp":316532006326,"id":633,"parentId":616,"tags":{"page":"/api/cwd/validate"},"startTime":1787542790316,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2868748,"timestamp":316532075632,"id":714,"parentId":662,"tags":{},"startTime":1787542790385,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2932744,"timestamp":316532011690,"id":662,"parentId":616,"tags":{"page":"/api/terminal"},"startTime":1787542790321,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2877370,"timestamp":316532074708,"id":712,"parentId":660,"tags":{},"startTime":1787542790384,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2940833,"timestamp":316532011299,"id":660,"parentId":616,"tags":{"page":"/api/terminal/[id]/events"},"startTime":1787542790321,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2884223,"timestamp":316532075213,"id":713,"parentId":661,"tags":{},"startTime":1787542790385,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2947999,"timestamp":316532011499,"id":661,"parentId":616,"tags":{"page":"/api/terminal/[id]"},"startTime":1787542790321,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2887130,"timestamp":316532074140,"id":711,"parentId":659,"tags":{},"startTime":1787542790384,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2950172,"timestamp":316532011146,"id":659,"parentId":616,"tags":{"page":"/api/skills/update"},"startTime":1787542790321,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2948608,"timestamp":316532013909,"id":675,"parentId":636,"tags":{},"startTime":1787542790323,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2956072,"timestamp":316532006518,"id":636,"parentId":616,"tags":{"page":"/api/files/[...path]"},"startTime":1787542790316,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2956695,"timestamp":316532013432,"id":670,"parentId":622,"tags":{},"startTime":1787542790323,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2966243,"timestamp":316532003921,"id":622,"parentId":616,"tags":{"page":"/api/agent/[id]"},"startTime":1787542790313,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2954120,"timestamp":316532029072,"id":690,"parentId":624,"tags":{},"startTime":1787542790339,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2978902,"timestamp":316532004346,"id":624,"parentId":616,"tags":{"page":"/api/agent/running/events"},"startTime":1787542790314,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2968782,"timestamp":316532020297,"id":682,"parentId":651,"tags":{},"startTime":1787542790330,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2979758,"timestamp":316532009378,"id":651,"parentId":616,"tags":{"page":"/api/sessions/[id]"},"startTime":1787542790319,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2930285,"timestamp":316532066344,"id":706,"parentId":654,"tags":{},"startTime":1787542790376,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2986807,"timestamp":316532009878,"id":654,"parentId":616,"tags":{"page":"/api/sessions"},"startTime":1787542790319,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2980247,"timestamp":316532020326,"id":684,"parentId":653,"tags":{},"startTime":1787542790330,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2990871,"timestamp":316532009744,"id":653,"parentId":616,"tags":{"page":"/api/sessions/[id]/todos"},"startTime":1787542790319,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2983313,"timestamp":316532020334,"id":685,"parentId":663,"tags":{},"startTime":1787542790330,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":2991820,"timestamp":316532011883,"id":663,"parentId":616,"tags":{"page":"/api/worktrees"},"startTime":1787542790321,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":2973675,"timestamp":316532088855,"id":715,"parentId":666,"tags":{},"startTime":1787542790398,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":3050138,"timestamp":316532012454,"id":666,"parentId":616,"tags":{"page":"/"},"startTime":1787542790322,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":3070489,"timestamp":316532055775,"id":702,"parentId":644,"tags":{},"startTime":1787542790365,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":3118524,"timestamp":316532007777,"id":644,"parentId":616,"tags":{"page":"/api/models"},"startTime":1787542790317,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":3116892,"timestamp":316532055221,"id":701,"parentId":643,"tags":{},"startTime":1787542790365,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":3164590,"timestamp":316532007561,"id":643,"parentId":616,"tags":{"page":"/api/models-config/test"},"startTime":1787542790317,"traceId":"422ad718a4d2fbc3"},{"name":"is-page-static","duration":3199384,"timestamp":316532014210,"id":679,"parentId":647,"tags":{},"startTime":1787542790324,"traceId":"422ad718a4d2fbc3"},{"name":"check-page","duration":3205015,"timestamp":316532008623,"id":647,"parentId":616,"tags":{"page":"/api/sessions/[id]/auto-name"},"startTime":1787542790318,"traceId":"422ad718a4d2fbc3"},{"name":"static-check","duration":3215285,"timestamp":316531998386,"id":616,"parentId":1,"tags":{},"startTime":1787542790308,"traceId":"422ad718a4d2fbc3"},{"name":"write-routes-manifest","duration":32086,"timestamp":316535395284,"id":719,"parentId":1,"tags":{},"startTime":1787542793705,"traceId":"422ad718a4d2fbc3"},{"name":"load-dotenv","duration":33,"timestamp":316535570900,"id":722,"parentId":721,"tags":{},"startTime":1787542793880,"traceId":"422ad718a4d2fbc3"},{"name":"run-export-path-map","duration":404,"timestamp":316538234176,"id":723,"parentId":721,"tags":{},"startTime":1787542796544,"traceId":"422ad718a4d2fbc3"},{"name":"next-export","duration":4244309,"timestamp":316535570167,"id":721,"parentId":1,"tags":{},"startTime":1787542793880,"traceId":"422ad718a4d2fbc3"},{"name":"move-exported-app-not-found-","duration":90103,"timestamp":316539816818,"id":724,"parentId":720,"tags":{},"startTime":1787542798126,"traceId":"422ad718a4d2fbc3"},{"name":"move-exported-app-global-error-","duration":173249,"timestamp":316539907030,"id":725,"parentId":720,"tags":{},"startTime":1787542798216,"traceId":"422ad718a4d2fbc3"},{"name":"static-generation","duration":4673899,"timestamp":316535566669,"id":720,"parentId":1,"tags":{},"startTime":1787542793876,"traceId":"422ad718a4d2fbc3"},{"name":"write-routes-manifest","duration":82141,"timestamp":316540240860,"id":726,"parentId":1,"tags":{},"startTime":1787542798550,"traceId":"422ad718a4d2fbc3"},{"name":"node-file-trace-build","duration":47485883,"timestamp":316535384237,"id":718,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1787542793694,"traceId":"422ad718a4d2fbc3"},{"name":"apply-include-excludes","duration":841,"timestamp":316582870145,"id":727,"parentId":1,"tags":{},"startTime":1787542841180,"traceId":"422ad718a4d2fbc3"},{"name":"collect-build-traces","duration":47654389,"timestamp":316535216680,"id":717,"parentId":1,"tags":{},"startTime":1787542793526,"traceId":"422ad718a4d2fbc3"},{"name":"print-tree-view","duration":2263,"timestamp":316582871934,"id":728,"parentId":1,"tags":{},"startTime":1787542841181,"traceId":"422ad718a4d2fbc3"},{"name":"telemetry-flush","duration":46,"timestamp":316582874215,"id":729,"parentId":1,"tags":{},"startTime":1787542841184,"traceId":"422ad718a4d2fbc3"},{"name":"next-build","duration":65299585,"timestamp":316517574685,"id":1,"tags":{"buildMode":"default","version":"16.3.1","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1787542775884,"traceId":"422ad718a4d2fbc3"}]
6
- rmalizedAppPaths=%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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1801098,"timestamp":316518551926,"id":57,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fmodels-config%2Ftest%2Froute&name=app%2Fapi%2Fmodels-config%2Ftest%2Froute&pagePath=private-next-app-dir%2Fapi%2Fmodels-config%2Ftest%2Froute.ts&appDir=%2Fhome%2Fwa%2Fproject%2Fpi-web-sky%2Fapp&appPaths=%2Fapi%2Fmodels-config%2Ftest%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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1801095,"timestamp":316518551931,"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%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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1801094,"timestamp":316518551934,"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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1801093,"timestamp":316518551938,"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%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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1801094,"timestamp":316518551941,"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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1801093,"timestamp":316518551944,"id":62,"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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1801092,"timestamp":316518551947,"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%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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1801089,"timestamp":316518551952,"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%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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1801088,"timestamp":316518551956,"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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1801088,"timestamp":316518551959,"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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1801089,"timestamp":316518551962,"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%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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1801104,"timestamp":316518551974,"id":71,"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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1821466,"timestamp":316518551971,"id":70,"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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1821484,"timestamp":316518551968,"id":69,"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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1821491,"timestamp":316518551965,"id":68,"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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1833028,"timestamp":316518551902,"id":50,"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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1833042,"timestamp":316518551905,"id":51,"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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"add-entry","duration":1840804,"timestamp":316518551620,"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":1787542776861,"traceId":"422ad718a4d2fbc3"},{"name":"make","duration":3877925,"timestamp":316518546830,"id":21,"parentId":19,"tags":{},"startTime":1787542776856,"traceId":"422ad718a4d2fbc3"},{"name":"get-entries","duration":2691,"timestamp":316522426412,"id":208,"parentId":207,"tags":{},"startTime":1787542780736,"traceId":"422ad718a4d2fbc3"},{"name":"node-file-trace-plugin","duration":477775,"timestamp":316522439425,"id":209,"parentId":207,"tags":{"traceEntryCount":"96"},"startTime":1787542780749,"traceId":"422ad718a4d2fbc3"},{"name":"collect-traced-files","duration":3276,"timestamp":316522917247,"id":210,"parentId":207,"tags":{},"startTime":1787542781227,"traceId":"422ad718a4d2fbc3"},{"name":"finish-modules","duration":494334,"timestamp":316522426203,"id":207,"parentId":20,"tags":{},"startTime":1787542780736,"traceId":"422ad718a4d2fbc3"},{"name":"chunk-graph","duration":87950,"timestamp":316523181373,"id":212,"parentId":211,"tags":{},"startTime":1787542781491,"traceId":"422ad718a4d2fbc3"},{"name":"optimize-modules","duration":29,"timestamp":316523269504,"id":214,"parentId":211,"tags":{},"startTime":1787542781579,"traceId":"422ad718a4d2fbc3"},{"name":"optimize-chunks","duration":54687,"timestamp":316523269605,"id":215,"parentId":211,"tags":{},"startTime":1787542781579,"traceId":"422ad718a4d2fbc3"},{"name":"optimize-tree","duration":141,"timestamp":316523324448,"id":216,"parentId":211,"tags":{},"startTime":1787542781634,"traceId":"422ad718a4d2fbc3"},{"name":"optimize-chunk-modules","duration":140127,"timestamp":316523324702,"id":217,"parentId":211,"tags":{},"startTime":1787542781634,"traceId":"422ad718a4d2fbc3"},{"name":"optimize","duration":195606,"timestamp":316523269434,"id":213,"parentId":211,"tags":{},"startTime":1787542781579,"traceId":"422ad718a4d2fbc3"},{"name":"module-hash","duration":99120,"timestamp":316523535034,"id":218,"parentId":211,"tags":{},"startTime":1787542781844,"traceId":"422ad718a4d2fbc3"},{"name":"code-generation","duration":18389,"timestamp":316523634252,"id":219,"parentId":211,"tags":{},"startTime":1787542781944,"traceId":"422ad718a4d2fbc3"},{"name":"hash","duration":17968,"timestamp":316523663593,"id":220,"parentId":211,"tags":{},"startTime":1787542781973,"traceId":"422ad718a4d2fbc3"},{"name":"code-generation-jobs","duration":436,"timestamp":316523681555,"id":221,"parentId":211,"tags":{},"startTime":1787542781991,"traceId":"422ad718a4d2fbc3"},{"name":"module-assets","duration":1626,"timestamp":316523681862,"id":222,"parentId":211,"tags":{},"startTime":1787542781991,"traceId":"422ad718a4d2fbc3"},{"name":"create-chunk-assets","duration":4470,"timestamp":316523683515,"id":223,"parentId":211,"tags":{},"startTime":1787542781993,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":923,"timestamp":316523710076,"id":225,"parentId":224,"tags":{"name":"../app/_not-found/page.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":753,"timestamp":316523710283,"id":226,"parentId":224,"tags":{"name":"../app/_global-error/page.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":676,"timestamp":316523710362,"id":227,"parentId":224,"tags":{"name":"../app/api/agent/[id]/bash-output/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":661,"timestamp":316523710378,"id":228,"parentId":224,"tags":{"name":"../app/api/agent/[id]/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":660,"timestamp":316523710385,"id":229,"parentId":224,"tags":{"name":"../app/api/cwd/browse/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":654,"timestamp":316523710393,"id":230,"parentId":224,"tags":{"name":"../app/api/cwd/validate/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":650,"timestamp":316523710398,"id":231,"parentId":224,"tags":{"name":"../app/api/default-cwd/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":645,"timestamp":316523710404,"id":232,"parentId":224,"tags":{"name":"../app/api/file-index/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":639,"timestamp":316523710410,"id":233,"parentId":224,"tags":{"name":"../app/api/files/[...path]/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":602,"timestamp":316523710448,"id":234,"parentId":224,"tags":{"name":"../app/api/git/diff/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":585,"timestamp":316523710466,"id":235,"parentId":224,"tags":{"name":"../app/api/git/status/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":577,"timestamp":316523710475,"id":236,"parentId":224,"tags":{"name":"../app/api/home/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":575,"timestamp":316523710479,"id":237,"parentId":224,"tags":{"name":"../app/api/sessions/[id]/auto-name/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":571,"timestamp":316523710484,"id":238,"parentId":224,"tags":{"name":"../app/api/sessions/[id]/context/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":568,"timestamp":316523710488,"id":239,"parentId":224,"tags":{"name":"../app/api/sessions/[id]/entries/[entryId]/thinking/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":565,"timestamp":316523710492,"id":240,"parentId":224,"tags":{"name":"../app/api/sessions/[id]/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":562,"timestamp":316523710497,"id":241,"parentId":224,"tags":{"name":"../app/api/sessions/[id]/state/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":560,"timestamp":316523710500,"id":242,"parentId":224,"tags":{"name":"../app/api/sessions/[id]/todos/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":556,"timestamp":316523710504,"id":243,"parentId":224,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":554,"timestamp":316523710507,"id":244,"parentId":224,"tags":{"name":"../app/favicon.ico/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"},{"name":"minify-js","duration":551,"timestamp":316523710511,"id":245,"parentId":224,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1787542782020,"traceId":"422ad718a4d2fbc3"}]
1
+ [{"name":"minify-js","duration":126112,"timestamp":14057516062,"id":249,"parentId":246,"tags":{"name":"../app/api/agent/[id]/bash-output/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":126100,"timestamp":14057516077,"id":250,"parentId":246,"tags":{"name":"../app/api/agent/[id]/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":126093,"timestamp":14057516086,"id":251,"parentId":246,"tags":{"name":"../app/api/cwd/browse/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":126054,"timestamp":14057516126,"id":252,"parentId":246,"tags":{"name":"../app/api/cwd/validate/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":126048,"timestamp":14057516132,"id":253,"parentId":246,"tags":{"name":"../app/api/default-cwd/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":126043,"timestamp":14057516139,"id":254,"parentId":246,"tags":{"name":"../app/api/file-index/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":126038,"timestamp":14057516146,"id":255,"parentId":246,"tags":{"name":"../app/api/files/[...path]/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":126033,"timestamp":14057516151,"id":256,"parentId":246,"tags":{"name":"../app/api/git/diff/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":125839,"timestamp":14057516346,"id":257,"parentId":246,"tags":{"name":"../app/api/git/status/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":125809,"timestamp":14057516378,"id":258,"parentId":246,"tags":{"name":"../app/api/home/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":125658,"timestamp":14057516530,"id":259,"parentId":246,"tags":{"name":"../app/api/sessions/[id]/auto-name/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":125649,"timestamp":14057516539,"id":260,"parentId":246,"tags":{"name":"../app/api/sessions/[id]/context/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":125644,"timestamp":14057516546,"id":261,"parentId":246,"tags":{"name":"../app/api/sessions/[id]/entries/[entryId]/thinking/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":125640,"timestamp":14057516551,"id":262,"parentId":246,"tags":{"name":"../app/api/sessions/[id]/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":125635,"timestamp":14057516557,"id":263,"parentId":246,"tags":{"name":"../app/api/sessions/[id]/state/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":125632,"timestamp":14057516561,"id":264,"parentId":246,"tags":{"name":"../app/api/sessions/[id]/todos/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":125627,"timestamp":14057516567,"id":265,"parentId":246,"tags":{"name":"../app/api/worktrees/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":125622,"timestamp":14057516572,"id":266,"parentId":246,"tags":{"name":"../app/favicon.ico/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":125619,"timestamp":14057516577,"id":267,"parentId":246,"tags":{"name":"../app/manifest.webmanifest/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":125616,"timestamp":14057516581,"id":268,"parentId":246,"tags":{"name":"../instrumentation.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":125607,"timestamp":14057516591,"id":269,"parentId":246,"tags":{"name":"../app/api/agent/running/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":125602,"timestamp":14057516596,"id":270,"parentId":246,"tags":{"name":"../app/api/agent/[id]/events/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":125599,"timestamp":14057516601,"id":271,"parentId":246,"tags":{"name":"../app/api/auth/all-providers/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":125596,"timestamp":14057516605,"id":272,"parentId":246,"tags":{"name":"../app/api/auth/api-key/[provider]/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":125592,"timestamp":14057516610,"id":273,"parentId":246,"tags":{"name":"../app/api/auth/login/[provider]/route.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124624,"timestamp":14057517578,"id":275,"parentId":246,"tags":{"name":"../app/api/auth/providers/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124607,"timestamp":14057517597,"id":276,"parentId":246,"tags":{"name":"../app/api/auth/logout/[provider]/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124567,"timestamp":14057517638,"id":277,"parentId":246,"tags":{"name":"../app/api/agent/running/events/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124560,"timestamp":14057517646,"id":278,"parentId":246,"tags":{"name":"../app/api/agent/new/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124554,"timestamp":14057517653,"id":279,"parentId":246,"tags":{"name":"../app/api/models-config/catalog/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124540,"timestamp":14057517668,"id":280,"parentId":246,"tags":{"name":"../app/api/models-config/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124535,"timestamp":14057517675,"id":281,"parentId":246,"tags":{"name":"../app/api/models-config/test/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124530,"timestamp":14057517681,"id":282,"parentId":246,"tags":{"name":"../app/api/models/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124525,"timestamp":14057517687,"id":283,"parentId":246,"tags":{"name":"../app/api/project-trust/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124517,"timestamp":14057517696,"id":284,"parentId":246,"tags":{"name":"../app/api/models-config/discover/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124510,"timestamp":14057517704,"id":285,"parentId":246,"tags":{"name":"../app/api/mcp/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124505,"timestamp":14057517710,"id":286,"parentId":246,"tags":{"name":"../app/api/sessions/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124501,"timestamp":14057517716,"id":287,"parentId":246,"tags":{"name":"../app/api/skills/check/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124498,"timestamp":14057517719,"id":288,"parentId":246,"tags":{"name":"../app/api/skills/install/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124496,"timestamp":14057517723,"id":289,"parentId":246,"tags":{"name":"../app/api/plugins/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124494,"timestamp":14057517726,"id":290,"parentId":246,"tags":{"name":"../app/api/sessions/[id]/export/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124488,"timestamp":14057517733,"id":291,"parentId":246,"tags":{"name":"../app/api/skills/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124485,"timestamp":14057517737,"id":292,"parentId":246,"tags":{"name":"../app/api/skills/update/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124483,"timestamp":14057517740,"id":293,"parentId":246,"tags":{"name":"../app/api/skills/search/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124480,"timestamp":14057517744,"id":294,"parentId":246,"tags":{"name":"../app/api/terminal/[id]/events/route.js","cache":"HIT"},"startTime":1787583703217,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124477,"timestamp":14057517748,"id":295,"parentId":246,"tags":{"name":"../app/api/terminal/[id]/route.js","cache":"HIT"},"startTime":1787583703218,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124475,"timestamp":14057517751,"id":296,"parentId":246,"tags":{"name":"../app/api/terminal/route.js","cache":"HIT"},"startTime":1787583703218,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":124473,"timestamp":14057517755,"id":297,"parentId":246,"tags":{"name":"../proxy.js","cache":"HIT"},"startTime":1787583703218,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":507,"timestamp":14057641722,"id":299,"parentId":246,"tags":{"name":"../webpack-runtime.js","cache":"HIT"},"startTime":1787583703341,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":465,"timestamp":14057641766,"id":300,"parentId":246,"tags":{"name":"3379.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":459,"timestamp":14057641773,"id":301,"parentId":246,"tags":{"name":"2349.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":453,"timestamp":14057641780,"id":302,"parentId":246,"tags":{"name":"9280.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":449,"timestamp":14057641785,"id":303,"parentId":246,"tags":{"name":"922.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":447,"timestamp":14057641789,"id":304,"parentId":246,"tags":{"name":"4315.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":443,"timestamp":14057641793,"id":305,"parentId":246,"tags":{"name":"3869.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":440,"timestamp":14057641797,"id":306,"parentId":246,"tags":{"name":"6366.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":438,"timestamp":14057641801,"id":307,"parentId":246,"tags":{"name":"6253.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":435,"timestamp":14057641805,"id":308,"parentId":246,"tags":{"name":"673.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":432,"timestamp":14057641809,"id":309,"parentId":246,"tags":{"name":"4548.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":428,"timestamp":14057641814,"id":310,"parentId":246,"tags":{"name":"4563.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":425,"timestamp":14057641818,"id":311,"parentId":246,"tags":{"name":"8106.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":423,"timestamp":14057641822,"id":312,"parentId":246,"tags":{"name":"3012.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":419,"timestamp":14057641827,"id":313,"parentId":246,"tags":{"name":"8333.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":416,"timestamp":14057641830,"id":314,"parentId":246,"tags":{"name":"8782.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":413,"timestamp":14057641834,"id":315,"parentId":246,"tags":{"name":"611.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":411,"timestamp":14057641838,"id":316,"parentId":246,"tags":{"name":"1800.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":408,"timestamp":14057641842,"id":317,"parentId":246,"tags":{"name":"1860.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":403,"timestamp":14057641848,"id":318,"parentId":246,"tags":{"name":"7710.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":400,"timestamp":14057641852,"id":319,"parentId":246,"tags":{"name":"8713.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":398,"timestamp":14057641856,"id":320,"parentId":246,"tags":{"name":"8604.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":395,"timestamp":14057641860,"id":321,"parentId":246,"tags":{"name":"9510.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":392,"timestamp":14057641864,"id":322,"parentId":246,"tags":{"name":"2452.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":389,"timestamp":14057641868,"id":323,"parentId":246,"tags":{"name":"7799.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":387,"timestamp":14057641871,"id":324,"parentId":246,"tags":{"name":"4538.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":384,"timestamp":14057641876,"id":325,"parentId":246,"tags":{"name":"8397.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":380,"timestamp":14057641881,"id":326,"parentId":246,"tags":{"name":"6052.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":378,"timestamp":14057641884,"id":327,"parentId":246,"tags":{"name":"3383.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":375,"timestamp":14057641888,"id":328,"parentId":246,"tags":{"name":"2169.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":371,"timestamp":14057641893,"id":329,"parentId":246,"tags":{"name":"4267.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":368,"timestamp":14057641896,"id":330,"parentId":246,"tags":{"name":"7744.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":366,"timestamp":14057641900,"id":331,"parentId":246,"tags":{"name":"2075.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":363,"timestamp":14057641904,"id":332,"parentId":246,"tags":{"name":"1601.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":361,"timestamp":14057641908,"id":333,"parentId":246,"tags":{"name":"5974.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":357,"timestamp":14057641913,"id":334,"parentId":246,"tags":{"name":"8920.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":354,"timestamp":14057641917,"id":335,"parentId":246,"tags":{"name":"2408.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":352,"timestamp":14057641921,"id":336,"parentId":246,"tags":{"name":"295.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":349,"timestamp":14057641925,"id":337,"parentId":246,"tags":{"name":"1555.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":346,"timestamp":14057641929,"id":338,"parentId":246,"tags":{"name":"1625.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":343,"timestamp":14057641932,"id":339,"parentId":246,"tags":{"name":"7790.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":276,"timestamp":14057642000,"id":340,"parentId":246,"tags":{"name":"3569.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":271,"timestamp":14057642007,"id":341,"parentId":246,"tags":{"name":"5318.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":266,"timestamp":14057642013,"id":342,"parentId":246,"tags":{"name":"7233.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":263,"timestamp":14057642017,"id":343,"parentId":246,"tags":{"name":"7561.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":260,"timestamp":14057642020,"id":344,"parentId":246,"tags":{"name":"3894.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":258,"timestamp":14057642024,"id":345,"parentId":246,"tags":{"name":"2744.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":251,"timestamp":14057642032,"id":346,"parentId":246,"tags":{"name":"2106.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":248,"timestamp":14057642036,"id":347,"parentId":246,"tags":{"name":"9486.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":245,"timestamp":14057642040,"id":348,"parentId":246,"tags":{"name":"2903.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":243,"timestamp":14057642044,"id":349,"parentId":246,"tags":{"name":"4372.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":239,"timestamp":14057642049,"id":350,"parentId":246,"tags":{"name":"8294.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":236,"timestamp":14057642053,"id":351,"parentId":246,"tags":{"name":"1515.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"}]
2
+ [{"name":"minify-js","duration":233,"timestamp":14057642057,"id":352,"parentId":246,"tags":{"name":"9509.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":230,"timestamp":14057642061,"id":353,"parentId":246,"tags":{"name":"2190.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":228,"timestamp":14057642064,"id":354,"parentId":246,"tags":{"name":"5029.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":225,"timestamp":14057642068,"id":355,"parentId":246,"tags":{"name":"7872.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":223,"timestamp":14057642072,"id":356,"parentId":246,"tags":{"name":"835.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":220,"timestamp":14057642076,"id":357,"parentId":246,"tags":{"name":"703.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":216,"timestamp":14057642080,"id":358,"parentId":246,"tags":{"name":"4741.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":212,"timestamp":14057642086,"id":359,"parentId":246,"tags":{"name":"1813.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":209,"timestamp":14057642090,"id":360,"parentId":246,"tags":{"name":"2325.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":207,"timestamp":14057642094,"id":361,"parentId":246,"tags":{"name":"4367.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":204,"timestamp":14057642098,"id":362,"parentId":246,"tags":{"name":"3186.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":200,"timestamp":14057642102,"id":363,"parentId":246,"tags":{"name":"2430.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":198,"timestamp":14057642106,"id":364,"parentId":246,"tags":{"name":"6337.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":195,"timestamp":14057642110,"id":365,"parentId":246,"tags":{"name":"7307.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":191,"timestamp":14057642114,"id":366,"parentId":246,"tags":{"name":"4980.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":189,"timestamp":14057642118,"id":367,"parentId":246,"tags":{"name":"1094.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":187,"timestamp":14057642122,"id":368,"parentId":246,"tags":{"name":"7265.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":183,"timestamp":14057642126,"id":369,"parentId":246,"tags":{"name":"6916.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":181,"timestamp":14057642129,"id":370,"parentId":246,"tags":{"name":"974.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":178,"timestamp":14057642133,"id":371,"parentId":246,"tags":{"name":"4674.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":175,"timestamp":14057642137,"id":372,"parentId":246,"tags":{"name":"5582.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":172,"timestamp":14057642142,"id":373,"parentId":246,"tags":{"name":"6429.js","cache":"HIT"},"startTime":1787583703342,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":146996,"timestamp":14057510084,"id":247,"parentId":246,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1787583703210,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":140524,"timestamp":14057516614,"id":274,"parentId":246,"tags":{"name":"../app/api/app-update/route.js","cache":"MISS"},"startTime":1787583703216,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1059268,"timestamp":14057517758,"id":298,"parentId":246,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1787583703218,"traceId":"b944494feb3df363"},{"name":"minify-webpack-plugin-optimize","duration":1095527,"timestamp":14057481553,"id":246,"parentId":19,"tags":{"compilationName":"server","mangle":"[object Object]"},"startTime":1787583703181,"traceId":"b944494feb3df363"},{"name":"css-minimizer-plugin","duration":182,"timestamp":14058577338,"id":374,"parentId":19,"tags":{},"startTime":1787583704277,"traceId":"b944494feb3df363"},{"name":"create-trace-assets","duration":4491,"timestamp":14058577748,"id":375,"parentId":20,"tags":{},"startTime":1787583704278,"traceId":"b944494feb3df363"},{"name":"seal","duration":2864866,"timestamp":14055747404,"id":233,"parentId":19,"tags":{},"startTime":1787583701447,"traceId":"b944494feb3df363"},{"name":"webpack-compilation","duration":10017660,"timestamp":14048650250,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1787583694350,"traceId":"b944494feb3df363"},{"name":"emit","duration":57431,"timestamp":14058668485,"id":376,"parentId":16,"tags":{},"startTime":1787583704368,"traceId":"b944494feb3df363"},{"name":"webpack-close","duration":1707001,"timestamp":14058731604,"id":377,"parentId":16,"tags":{"name":"server"},"startTime":1787583704431,"traceId":"b944494feb3df363"},{"name":"webpack-generate-error-stats","duration":3686,"timestamp":14060438682,"id":378,"parentId":377,"tags":{},"startTime":1787583706138,"traceId":"b944494feb3df363"},{"name":"run-webpack-compiler","duration":12175711,"timestamp":14048267038,"id":16,"parentId":15,"tags":{},"startTime":1787583693967,"traceId":"b944494feb3df363"},{"name":"format-webpack-messages","duration":1175,"timestamp":14060442757,"id":379,"parentId":15,"tags":{},"startTime":1787583706143,"traceId":"b944494feb3df363"},{"name":"worker-main-server","duration":12178680,"timestamp":14048266632,"id":15,"parentId":1,"tags":{},"startTime":1787583693966,"traceId":"b944494feb3df363"},{"name":"create-entrypoints","duration":54443,"timestamp":14061031025,"id":383,"parentId":381,"tags":{},"startTime":1787583706731,"traceId":"b944494feb3df363"},{"name":"generate-webpack-config","duration":200328,"timestamp":14061085656,"id":384,"parentId":382,"tags":{},"startTime":1787583706785,"traceId":"b944494feb3df363"},{"name":"make","duration":898,"timestamp":14061395220,"id":386,"parentId":385,"tags":{},"startTime":1787583707095,"traceId":"b944494feb3df363"},{"name":"chunk-graph","duration":700,"timestamp":14061399266,"id":388,"parentId":387,"tags":{},"startTime":1787583707099,"traceId":"b944494feb3df363"},{"name":"optimize-modules","duration":34,"timestamp":14061400138,"id":390,"parentId":387,"tags":{},"startTime":1787583707100,"traceId":"b944494feb3df363"},{"name":"optimize-chunks","duration":960,"timestamp":14061400273,"id":391,"parentId":387,"tags":{},"startTime":1787583707100,"traceId":"b944494feb3df363"},{"name":"optimize-tree","duration":132,"timestamp":14061401319,"id":392,"parentId":387,"tags":{},"startTime":1787583707101,"traceId":"b944494feb3df363"},{"name":"optimize-chunk-modules","duration":612,"timestamp":14061401705,"id":393,"parentId":387,"tags":{},"startTime":1787583707101,"traceId":"b944494feb3df363"},{"name":"optimize","duration":2368,"timestamp":14061400070,"id":389,"parentId":387,"tags":{},"startTime":1787583707100,"traceId":"b944494feb3df363"},{"name":"module-hash","duration":109,"timestamp":14061403805,"id":394,"parentId":387,"tags":{},"startTime":1787583707104,"traceId":"b944494feb3df363"},{"name":"code-generation","duration":259,"timestamp":14061403982,"id":395,"parentId":387,"tags":{},"startTime":1787583707104,"traceId":"b944494feb3df363"},{"name":"hash","duration":507,"timestamp":14061404610,"id":396,"parentId":387,"tags":{},"startTime":1787583707104,"traceId":"b944494feb3df363"},{"name":"code-generation-jobs","duration":167,"timestamp":14061405112,"id":397,"parentId":387,"tags":{},"startTime":1787583707105,"traceId":"b944494feb3df363"},{"name":"module-assets","duration":95,"timestamp":14061405240,"id":398,"parentId":387,"tags":{},"startTime":1787583707105,"traceId":"b944494feb3df363"},{"name":"create-chunk-assets","duration":220,"timestamp":14061405348,"id":399,"parentId":387,"tags":{},"startTime":1787583707105,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":191,"timestamp":14061417524,"id":401,"parentId":400,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1787583707117,"traceId":"b944494feb3df363"},{"name":"minify-webpack-plugin-optimize","duration":3170,"timestamp":14061414558,"id":400,"parentId":385,"tags":{"compilationName":"edge-server","mangle":"[object Object]"},"startTime":1787583707114,"traceId":"b944494feb3df363"},{"name":"css-minimizer-plugin","duration":125,"timestamp":14061417831,"id":402,"parentId":385,"tags":{},"startTime":1787583707118,"traceId":"b944494feb3df363"},{"name":"seal","duration":23631,"timestamp":14061398648,"id":387,"parentId":385,"tags":{},"startTime":1787583707098,"traceId":"b944494feb3df363"},{"name":"webpack-compilation","duration":35945,"timestamp":14061386774,"id":385,"parentId":382,"tags":{"name":"edge-server"},"startTime":1787583707087,"traceId":"b944494feb3df363"},{"name":"emit","duration":3338,"timestamp":14061423166,"id":403,"parentId":382,"tags":{},"startTime":1787583707123,"traceId":"b944494feb3df363"},{"name":"webpack-close","duration":755,"timestamp":14061427376,"id":404,"parentId":382,"tags":{"name":"edge-server"},"startTime":1787583707127,"traceId":"b944494feb3df363"},{"name":"webpack-generate-error-stats","duration":2756,"timestamp":14061428182,"id":405,"parentId":404,"tags":{},"startTime":1787583707128,"traceId":"b944494feb3df363"},{"name":"run-webpack-compiler","duration":400119,"timestamp":14061031019,"id":382,"parentId":381,"tags":{},"startTime":1787583706731,"traceId":"b944494feb3df363"},{"name":"format-webpack-messages","duration":84,"timestamp":14061431144,"id":406,"parentId":381,"tags":{},"startTime":1787583707131,"traceId":"b944494feb3df363"},{"name":"worker-main-edge-server","duration":400747,"timestamp":14061030622,"id":381,"parentId":1,"tags":{},"startTime":1787583706730,"traceId":"b944494feb3df363"},{"name":"create-entrypoints","duration":52201,"timestamp":14062016813,"id":409,"parentId":407,"tags":{},"startTime":1787583707717,"traceId":"b944494feb3df363"},{"name":"generate-webpack-config","duration":194447,"timestamp":14062069202,"id":410,"parentId":408,"tags":{},"startTime":1787583707769,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841814,"timestamp":14062384082,"id":417,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841836,"timestamp":14062384104,"id":418,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841815,"timestamp":14062384138,"id":421,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841715,"timestamp":14062384246,"id":422,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841686,"timestamp":14062384280,"id":423,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841684,"timestamp":14062384290,"id":424,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841687,"timestamp":14062384293,"id":425,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841695,"timestamp":14062384298,"id":426,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841844,"timestamp":14062384302,"id":427,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841863,"timestamp":14062384307,"id":428,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841865,"timestamp":14062384311,"id":429,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841862,"timestamp":14062384316,"id":430,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841861,"timestamp":14062384321,"id":431,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841860,"timestamp":14062384324,"id":432,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841857,"timestamp":14062384330,"id":433,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841856,"timestamp":14062384333,"id":434,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841856,"timestamp":14062384337,"id":435,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841856,"timestamp":14062384340,"id":436,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841854,"timestamp":14062384345,"id":437,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841853,"timestamp":14062384348,"id":438,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841851,"timestamp":14062384352,"id":439,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841850,"timestamp":14062384355,"id":440,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841847,"timestamp":14062384359,"id":441,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841846,"timestamp":14062384362,"id":442,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841843,"timestamp":14062384367,"id":443,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841843,"timestamp":14062384370,"id":444,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841841,"timestamp":14062384374,"id":445,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841836,"timestamp":14062384382,"id":446,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841838,"timestamp":14062384387,"id":447,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841837,"timestamp":14062384390,"id":448,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841835,"timestamp":14062384394,"id":449,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841833,"timestamp":14062384397,"id":450,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841832,"timestamp":14062384400,"id":451,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841829,"timestamp":14062384404,"id":452,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841827,"timestamp":14062384408,"id":453,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841819,"timestamp":14062384418,"id":454,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841814,"timestamp":14062384424,"id":455,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"}]
3
+ [{"name":"add-entry","duration":841812,"timestamp":14062384427,"id":456,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841810,"timestamp":14062384432,"id":457,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841807,"timestamp":14062384436,"id":458,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841805,"timestamp":14062384439,"id":459,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841803,"timestamp":14062384443,"id":460,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841802,"timestamp":14062384446,"id":461,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841800,"timestamp":14062384449,"id":462,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841798,"timestamp":14062384454,"id":463,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841797,"timestamp":14062384457,"id":464,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841794,"timestamp":14062384461,"id":465,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841793,"timestamp":14062384464,"id":466,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841790,"timestamp":14062384469,"id":467,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841788,"timestamp":14062384472,"id":468,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":841785,"timestamp":14062384476,"id":469,"parentId":412,"tags":{"request":"next-flight-client-entry-loader?server=false!"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":938702,"timestamp":14062384128,"id":420,"parentId":412,"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":1787583708084,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":36621,"timestamp":14063398539,"id":471,"parentId":411,"tags":{"name":"/home/wa/project/pi-web-sky/components/PwaRegistration.tsx","layer":"app-pages-browser"},"startTime":1787583709098,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":117394,"timestamp":14063407660,"id":472,"parentId":411,"tags":{"name":"/home/wa/project/pi-web-sky/components/AppShell.tsx","layer":"app-pages-browser"},"startTime":1787583709107,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":1175327,"timestamp":14062383995,"id":416,"parentId":412,"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":1787583708084,"traceId":"b944494feb3df363"},{"name":"postcss-process","duration":232741,"timestamp":14063798306,"id":476,"parentId":475,"tags":{},"startTime":1787583709498,"traceId":"b944494feb3df363"},{"name":"postcss-loader","duration":438493,"timestamp":14063592904,"id":475,"parentId":474,"tags":{},"startTime":1787583709293,"traceId":"b944494feb3df363"},{"name":"css-loader","duration":36029,"timestamp":14064031674,"id":477,"parentId":474,"tags":{"astUsed":"true"},"startTime":1787583709731,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":17689,"timestamp":14064090997,"id":480,"parentId":472,"tags":{"name":"/home/wa/project/pi-web-sky/components/BranchNavigator.tsx","layer":"app-pages-browser"},"startTime":1787583709791,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":32570,"timestamp":14064090296,"id":479,"parentId":472,"tags":{"name":"/home/wa/project/pi-web-sky/components/TerminalPanel.tsx","layer":"app-pages-browser"},"startTime":1787583709790,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":53254,"timestamp":14064089511,"id":478,"parentId":472,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatWindow.tsx","layer":"app-pages-browser"},"startTime":1787583709789,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":69048,"timestamp":14064096249,"id":482,"parentId":472,"tags":{"name":"/home/wa/project/pi-web-sky/components/McpConfigPanel.tsx","layer":"app-pages-browser"},"startTime":1787583709796,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":95493,"timestamp":14064091532,"id":481,"parentId":472,"tags":{"name":"/home/wa/project/pi-web-sky/components/SessionSidebar.tsx","layer":"app-pages-browser"},"startTime":1787583709791,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":49742,"timestamp":14064231580,"id":483,"parentId":478,"tags":{"name":"/home/wa/project/pi-web-sky/components/MessageView.tsx","layer":"app-pages-browser"},"startTime":1787583709931,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":99773,"timestamp":14064232401,"id":484,"parentId":478,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatInput.tsx","layer":"app-pages-browser"},"startTime":1787583709932,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":23794,"timestamp":14064347467,"id":485,"parentId":478,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatMinimap.tsx","layer":"app-pages-browser"},"startTime":1787583710047,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":15909,"timestamp":14064453689,"id":487,"parentId":411,"tags":{"name":"/home/wa/project/pi-web-sky/components/ExtensionWidgets.tsx","layer":"app-pages-browser"},"startTime":1787583710153,"traceId":"b944494feb3df363"},{"name":"postcss-process","duration":3965,"timestamp":14064638803,"id":490,"parentId":489,"tags":{},"startTime":1787583710339,"traceId":"b944494feb3df363"},{"name":"postcss-loader","duration":4236,"timestamp":14064638678,"id":489,"parentId":488,"tags":{},"startTime":1787583710338,"traceId":"b944494feb3df363"},{"name":"css-loader","duration":29159,"timestamp":14064642997,"id":491,"parentId":488,"tags":{"astUsed":"true"},"startTime":1787583710343,"traceId":"b944494feb3df363"},{"name":"build-module-css","duration":36961,"timestamp":14064636973,"id":488,"parentId":486,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatMinimap.module.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[5].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[5].use[3]!/home/wa/project/pi-web-sky/components/ChatMinimap.module.css","layer":null},"startTime":1787583710337,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2353574,"timestamp":14062383968,"id":415,"parentId":412,"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":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2354153,"timestamp":14062383413,"id":413,"parentId":412,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1787583708083,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2353642,"timestamp":14062383928,"id":414,"parentId":412,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1787583708084,"traceId":"b944494feb3df363"},{"name":"build-module-css","duration":613969,"timestamp":14064417449,"id":486,"parentId":485,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatMinimap.module.css","layer":"app-pages-browser"},"startTime":1787583710117,"traceId":"b944494feb3df363"},{"name":"build-module-css","duration":1584152,"timestamp":14063589840,"id":474,"parentId":473,"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":1787583709290,"traceId":"b944494feb3df363"},{"name":"build-module-css","duration":1740091,"timestamp":14063549004,"id":473,"parentId":411,"tags":{"name":"/home/wa/project/pi-web-sky/app/globals.css","layer":"app-pages-browser"},"startTime":1787583709249,"traceId":"b944494feb3df363"},{"name":"build-module-mjs","duration":226608,"timestamp":14065273515,"id":492,"parentId":479,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@xterm/xterm/lib/xterm.mjs","layer":"app-pages-browser"},"startTime":1787583710973,"traceId":"b944494feb3df363"},{"name":"build-module","duration":323,"timestamp":14065603175,"id":493,"parentId":486,"tags":{},"startTime":1787583711303,"traceId":"b944494feb3df363"},{"name":"build-module","duration":78,"timestamp":14065742074,"id":494,"parentId":473,"tags":{},"startTime":1787583711442,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":3362230,"timestamp":14062384118,"id":419,"parentId":412,"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":1787583708084,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":3840643,"timestamp":14062384479,"id":470,"parentId":412,"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":1787583708084,"traceId":"b944494feb3df363"},{"name":"make","duration":3842475,"timestamp":14062382904,"id":412,"parentId":411,"tags":{},"startTime":1787583708083,"traceId":"b944494feb3df363"},{"name":"chunk-graph","duration":60438,"timestamp":14066423891,"id":496,"parentId":495,"tags":{},"startTime":1787583712124,"traceId":"b944494feb3df363"},{"name":"optimize-modules","duration":33,"timestamp":14066484479,"id":498,"parentId":495,"tags":{},"startTime":1787583712184,"traceId":"b944494feb3df363"},{"name":"optimize-chunks","duration":45919,"timestamp":14066489447,"id":500,"parentId":495,"tags":{},"startTime":1787583712189,"traceId":"b944494feb3df363"},{"name":"optimize-tree","duration":147,"timestamp":14066535472,"id":501,"parentId":495,"tags":{},"startTime":1787583712235,"traceId":"b944494feb3df363"},{"name":"optimize-chunk-modules","duration":110475,"timestamp":14066535719,"id":502,"parentId":495,"tags":{},"startTime":1787583712235,"traceId":"b944494feb3df363"},{"name":"optimize","duration":161951,"timestamp":14066484413,"id":497,"parentId":495,"tags":{},"startTime":1787583712184,"traceId":"b944494feb3df363"},{"name":"module-hash","duration":63219,"timestamp":14066693413,"id":503,"parentId":495,"tags":{},"startTime":1787583712393,"traceId":"b944494feb3df363"},{"name":"code-generation","duration":357070,"timestamp":14066756724,"id":504,"parentId":495,"tags":{},"startTime":1787583712456,"traceId":"b944494feb3df363"},{"name":"hash","duration":19522,"timestamp":14067120605,"id":505,"parentId":495,"tags":{},"startTime":1787583712820,"traceId":"b944494feb3df363"},{"name":"code-generation-jobs","duration":1739,"timestamp":14067140120,"id":506,"parentId":495,"tags":{},"startTime":1787583712840,"traceId":"b944494feb3df363"},{"name":"module-assets","duration":2351,"timestamp":14067141647,"id":507,"parentId":495,"tags":{},"startTime":1787583712841,"traceId":"b944494feb3df363"},{"name":"create-chunk-assets","duration":10642,"timestamp":14067144046,"id":508,"parentId":495,"tags":{},"startTime":1787583712844,"traceId":"b944494feb3df363"},{"name":"NextJsBuildManifest-generateClientManifest","duration":1743,"timestamp":14067162898,"id":510,"parentId":411,"tags":{},"startTime":1787583712863,"traceId":"b944494feb3df363"},{"name":"NextJsBuildManifest-createassets","duration":2963,"timestamp":14067161695,"id":509,"parentId":411,"tags":{},"startTime":1787583712861,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":51161,"timestamp":14067186306,"id":512,"parentId":511,"tags":{"name":"static/chunks/main-57d7683fd3d81246.js","cache":"HIT"},"startTime":1787583712886,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":50994,"timestamp":14067186485,"id":513,"parentId":511,"tags":{"name":"static/chunks/main-app-bf06f933926ea490.js","cache":"HIT"},"startTime":1787583712886,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":50983,"timestamp":14067186502,"id":514,"parentId":511,"tags":{"name":"static/chunks/app/_not-found/page-0c103bb398fbc4be.js","cache":"HIT"},"startTime":1787583712886,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":50975,"timestamp":14067186512,"id":515,"parentId":511,"tags":{"name":"static/chunks/app/_global-error/page-6ce5096c6e1586e7.js","cache":"HIT"},"startTime":1787583712886,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":50968,"timestamp":14067186520,"id":516,"parentId":511,"tags":{"name":"static/chunks/next/dist/client/components/builtin/not-found-50b50824a3df618e.js","cache":"HIT"},"startTime":1787583712886,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":48566,"timestamp":14067188924,"id":518,"parentId":511,"tags":{"name":"static/chunks/next/dist/client/components/builtin/global-error-180220946e83030a.js","cache":"HIT"},"startTime":1787583712889,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":48475,"timestamp":14067189017,"id":519,"parentId":511,"tags":{"name":"static/chunks/next/dist/client/components/builtin/forbidden-6d13ee274305eb32.js","cache":"HIT"},"startTime":1787583712889,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":48349,"timestamp":14067189145,"id":520,"parentId":511,"tags":{"name":"static/chunks/next/dist/client/components/builtin/unauthorized-f196a44c2a8bbbd3.js","cache":"HIT"},"startTime":1787583712889,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":48321,"timestamp":14067189174,"id":521,"parentId":511,"tags":{"name":"static/chunks/next/dist/client/components/builtin/app-error-921b655cb497fd8b.js","cache":"HIT"},"startTime":1787583712889,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":48055,"timestamp":14067189442,"id":522,"parentId":511,"tags":{"name":"static/chunks/app/api/agent/[id]/bash-output/route-c2374ab4469a7dc8.js","cache":"HIT"},"startTime":1787583712889,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47923,"timestamp":14067189575,"id":523,"parentId":511,"tags":{"name":"static/chunks/app/api/agent/[id]/route-05b4499e824320b7.js","cache":"HIT"},"startTime":1787583712889,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47893,"timestamp":14067189607,"id":524,"parentId":511,"tags":{"name":"static/chunks/app/api/cwd/browse/route-15fa515c88cd8015.js","cache":"HIT"},"startTime":1787583712889,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47879,"timestamp":14067189622,"id":525,"parentId":511,"tags":{"name":"static/chunks/app/api/cwd/validate/route-15fd02d3f844b0f7.js","cache":"HIT"},"startTime":1787583712889,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47867,"timestamp":14067189635,"id":526,"parentId":511,"tags":{"name":"static/chunks/app/api/default-cwd/route-b5ecaf3ebb9467d9.js","cache":"HIT"},"startTime":1787583712889,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47856,"timestamp":14067189648,"id":527,"parentId":511,"tags":{"name":"static/chunks/app/api/file-index/route-af0da8490ef3958e.js","cache":"HIT"},"startTime":1787583712889,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47842,"timestamp":14067189664,"id":528,"parentId":511,"tags":{"name":"static/chunks/app/api/files/[...path]/route-ced7862367ee8c9f.js","cache":"HIT"},"startTime":1787583712889,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47831,"timestamp":14067189675,"id":529,"parentId":511,"tags":{"name":"static/chunks/app/api/git/diff/route-a17d46e62ff8c2e0.js","cache":"HIT"},"startTime":1787583712889,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47820,"timestamp":14067189688,"id":530,"parentId":511,"tags":{"name":"static/chunks/app/api/git/status/route-b84e1f4e88b4799b.js","cache":"HIT"},"startTime":1787583712889,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47810,"timestamp":14067189699,"id":531,"parentId":511,"tags":{"name":"static/chunks/app/api/home/route-50122f8ddb55a901.js","cache":"HIT"},"startTime":1787583712889,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47798,"timestamp":14067189713,"id":532,"parentId":511,"tags":{"name":"static/chunks/app/api/sessions/[id]/auto-name/route-e5b07b6105b8ede7.js","cache":"HIT"},"startTime":1787583712889,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47775,"timestamp":14067189737,"id":533,"parentId":511,"tags":{"name":"static/chunks/app/api/sessions/[id]/context/route-b8f10d6e1b27b021.js","cache":"HIT"},"startTime":1787583712889,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47766,"timestamp":14067189748,"id":534,"parentId":511,"tags":{"name":"static/chunks/app/api/sessions/[id]/entries/[entryId]/thinking/route-000f8dca530eb9a6.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47757,"timestamp":14067189758,"id":535,"parentId":511,"tags":{"name":"static/chunks/app/api/sessions/[id]/route-473e4a5f3bf28d28.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47748,"timestamp":14067189768,"id":536,"parentId":511,"tags":{"name":"static/chunks/app/api/sessions/[id]/state/route-7859c02a73308662.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47740,"timestamp":14067189778,"id":537,"parentId":511,"tags":{"name":"static/chunks/app/api/sessions/[id]/todos/route-ea59cfc7467e4d35.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47727,"timestamp":14067189792,"id":538,"parentId":511,"tags":{"name":"static/chunks/app/api/worktrees/route-60d68757df4fc9e7.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47718,"timestamp":14067189802,"id":539,"parentId":511,"tags":{"name":"static/chunks/app/manifest.webmanifest/route-65fafbeee49ad9d0.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47710,"timestamp":14067189812,"id":540,"parentId":511,"tags":{"name":"static/chunks/app/api/agent/running/route-8a9e6ee2363c7160.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47701,"timestamp":14067189822,"id":541,"parentId":511,"tags":{"name":"static/chunks/app/api/agent/[id]/events/route-829c2687de760ee6.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47694,"timestamp":14067189831,"id":542,"parentId":511,"tags":{"name":"static/chunks/app/api/auth/all-providers/route-fadd5bac51d3fa72.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47686,"timestamp":14067189841,"id":543,"parentId":511,"tags":{"name":"static/chunks/app/api/auth/api-key/[provider]/route-0696c724f1080cd0.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47678,"timestamp":14067189849,"id":544,"parentId":511,"tags":{"name":"static/chunks/app/api/auth/login/[provider]/route-0e0afad3ff7f508d.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47672,"timestamp":14067189857,"id":545,"parentId":511,"tags":{"name":"static/chunks/app/api/app-update/route-6191a96493011a69.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47665,"timestamp":14067189865,"id":546,"parentId":511,"tags":{"name":"static/chunks/app/api/auth/providers/route-b38b2f929e2f8610.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47658,"timestamp":14067189874,"id":547,"parentId":511,"tags":{"name":"static/chunks/app/api/auth/logout/[provider]/route-7ee7a2c610f05015.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47651,"timestamp":14067189882,"id":548,"parentId":511,"tags":{"name":"static/chunks/app/api/agent/running/events/route-87a1623a8481f46b.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47644,"timestamp":14067189890,"id":549,"parentId":511,"tags":{"name":"static/chunks/app/api/agent/new/route-8811500b5a62a8f7.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47637,"timestamp":14067189899,"id":550,"parentId":511,"tags":{"name":"static/chunks/app/api/models-config/catalog/route-3944502a07a5aa89.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47612,"timestamp":14067189925,"id":551,"parentId":511,"tags":{"name":"static/chunks/app/api/models-config/route-4eb2ab8013b656e3.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47601,"timestamp":14067189938,"id":552,"parentId":511,"tags":{"name":"static/chunks/app/api/models-config/test/route-48990980758d3015.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47593,"timestamp":14067189948,"id":553,"parentId":511,"tags":{"name":"static/chunks/app/api/models/route-8758d0f4495c402d.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"}]
4
+ [{"name":"minify-js","duration":47584,"timestamp":14067189958,"id":554,"parentId":511,"tags":{"name":"static/chunks/app/api/project-trust/route-203b01bfb6cbfc73.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47577,"timestamp":14067189967,"id":555,"parentId":511,"tags":{"name":"static/chunks/app/api/models-config/discover/route-773f783153888acc.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47569,"timestamp":14067189976,"id":556,"parentId":511,"tags":{"name":"static/chunks/app/api/mcp/route-c1d479e07bf0669f.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47560,"timestamp":14067189986,"id":557,"parentId":511,"tags":{"name":"static/chunks/app/api/sessions/route-8ddcc4ebe0b955f7.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47553,"timestamp":14067189995,"id":558,"parentId":511,"tags":{"name":"static/chunks/app/api/skills/check/route-f340b131afa9dd3d.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47491,"timestamp":14067190058,"id":559,"parentId":511,"tags":{"name":"static/chunks/app/api/skills/install/route-4d648ad39cc66ec5.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47477,"timestamp":14067190074,"id":560,"parentId":511,"tags":{"name":"static/chunks/app/api/plugins/route-c24f0919502fc658.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47466,"timestamp":14067190085,"id":561,"parentId":511,"tags":{"name":"static/chunks/app/api/sessions/[id]/export/route-dfe43f38dc19fd6e.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47459,"timestamp":14067190094,"id":562,"parentId":511,"tags":{"name":"static/chunks/app/api/skills/route-717b6aded858edee.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47450,"timestamp":14067190104,"id":563,"parentId":511,"tags":{"name":"static/chunks/app/api/skills/update/route-0504705fd371c0f7.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47442,"timestamp":14067190114,"id":564,"parentId":511,"tags":{"name":"static/chunks/app/api/skills/search/route-0149ce24a79721bc.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47424,"timestamp":14067190134,"id":565,"parentId":511,"tags":{"name":"static/chunks/app/api/terminal/[id]/events/route-25155bf850c6150f.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47414,"timestamp":14067190144,"id":566,"parentId":511,"tags":{"name":"static/chunks/app/api/terminal/[id]/route-97ada4d06492c007.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":47404,"timestamp":14067190156,"id":567,"parentId":511,"tags":{"name":"static/chunks/app/api/terminal/route-5ff8832a39c7c174.js","cache":"HIT"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1181,"timestamp":14067236382,"id":571,"parentId":511,"tags":{"name":"static/chunks/3308.4da37344a331e518.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1148,"timestamp":14067236415,"id":572,"parentId":511,"tags":{"name":"static/chunks/8200.dfbabf49e8c67093.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1139,"timestamp":14067236426,"id":573,"parentId":511,"tags":{"name":"static/chunks/1781.35ff183dd90c9372.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1133,"timestamp":14067236433,"id":574,"parentId":511,"tags":{"name":"static/chunks/973.e3ba209806c802cb.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1129,"timestamp":14067236438,"id":575,"parentId":511,"tags":{"name":"static/chunks/268.fee88013d446373e.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1125,"timestamp":14067236443,"id":576,"parentId":511,"tags":{"name":"static/chunks/7331.f0bb69f039f8f4cc.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1122,"timestamp":14067236448,"id":577,"parentId":511,"tags":{"name":"static/chunks/4405.dcde268fbece4c48.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1118,"timestamp":14067236453,"id":578,"parentId":511,"tags":{"name":"static/chunks/4970.f9a7b5eef0e90a7b.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1064,"timestamp":14067236508,"id":579,"parentId":511,"tags":{"name":"static/chunks/3995.66e995f54233b54d.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1058,"timestamp":14067236515,"id":580,"parentId":511,"tags":{"name":"static/chunks/3336.8a04b2fc6f9e93ae.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1051,"timestamp":14067236523,"id":581,"parentId":511,"tags":{"name":"static/chunks/3716.0d2a56d29f9eead4.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1044,"timestamp":14067236532,"id":582,"parentId":511,"tags":{"name":"static/chunks/8885.7e5391cbe918a4ba.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1037,"timestamp":14067236540,"id":583,"parentId":511,"tags":{"name":"static/chunks/1063.cc5f97bab5c21ba8.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1032,"timestamp":14067236547,"id":584,"parentId":511,"tags":{"name":"static/chunks/3251.e79b29db7f8f131f.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1028,"timestamp":14067236552,"id":585,"parentId":511,"tags":{"name":"static/chunks/6654.3f20582e8945ce1a.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1025,"timestamp":14067236556,"id":586,"parentId":511,"tags":{"name":"static/chunks/1032.36a04721ce222ee1.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1021,"timestamp":14067236561,"id":587,"parentId":511,"tags":{"name":"static/chunks/1708.16005710f860f985.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1018,"timestamp":14067236565,"id":588,"parentId":511,"tags":{"name":"static/chunks/9698.5de34d2203c9677b.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1015,"timestamp":14067236570,"id":589,"parentId":511,"tags":{"name":"static/chunks/918.96cbb8adb85496b9.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1011,"timestamp":14067236574,"id":590,"parentId":511,"tags":{"name":"static/chunks/2695.b9d1b50932f1a8ac.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1009,"timestamp":14067236579,"id":591,"parentId":511,"tags":{"name":"static/chunks/6794.fc3e4bce7fbefc6f.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1006,"timestamp":14067236583,"id":592,"parentId":511,"tags":{"name":"static/chunks/9974.67578d0e27bad830.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":1002,"timestamp":14067236588,"id":593,"parentId":511,"tags":{"name":"static/chunks/2480.46a5872944a0d0a5.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":999,"timestamp":14067236592,"id":594,"parentId":511,"tags":{"name":"static/chunks/2539.ee753de41333c1b7.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":996,"timestamp":14067236597,"id":595,"parentId":511,"tags":{"name":"static/chunks/4238.b458c3d5812fcf1d.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":993,"timestamp":14067236601,"id":596,"parentId":511,"tags":{"name":"static/chunks/5681.6fd0327614100098.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":990,"timestamp":14067236606,"id":597,"parentId":511,"tags":{"name":"static/chunks/2703.0753f4916dafda0a.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":987,"timestamp":14067236610,"id":598,"parentId":511,"tags":{"name":"static/chunks/2181.71f6bd63cca79dac.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":983,"timestamp":14067236615,"id":599,"parentId":511,"tags":{"name":"static/chunks/9614.584b8bbb3d98779f.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":980,"timestamp":14067236619,"id":600,"parentId":511,"tags":{"name":"static/chunks/2356.f61da4ece26c3a84.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":977,"timestamp":14067236624,"id":601,"parentId":511,"tags":{"name":"static/chunks/6195.12a53c5c7b4da7ad.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":971,"timestamp":14067236631,"id":602,"parentId":511,"tags":{"name":"static/chunks/398.a0403ee445b2377c.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":968,"timestamp":14067236635,"id":603,"parentId":511,"tags":{"name":"static/chunks/9764.6fde4e1d90caa765.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":965,"timestamp":14067236639,"id":604,"parentId":511,"tags":{"name":"static/chunks/2258.e4a37ddd6d27fa11.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":962,"timestamp":14067236643,"id":605,"parentId":511,"tags":{"name":"static/chunks/6161.bfe6f0247adda935.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":959,"timestamp":14067236647,"id":606,"parentId":511,"tags":{"name":"static/chunks/5137.fe9802092251bc88.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":956,"timestamp":14067236652,"id":607,"parentId":511,"tags":{"name":"static/chunks/8901.762e8676411f43eb.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":953,"timestamp":14067236656,"id":608,"parentId":511,"tags":{"name":"static/chunks/7268.3447bd4cce7521c7.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":950,"timestamp":14067236661,"id":609,"parentId":511,"tags":{"name":"static/chunks/2619.07e7a9281c9b8763.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":947,"timestamp":14067236665,"id":610,"parentId":511,"tags":{"name":"static/chunks/370.024830bd4370ec11.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":944,"timestamp":14067236669,"id":611,"parentId":511,"tags":{"name":"static/chunks/869.840106abaec6e833.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":940,"timestamp":14067236675,"id":612,"parentId":511,"tags":{"name":"static/chunks/9705.47472fa13d864129.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":933,"timestamp":14067236682,"id":613,"parentId":511,"tags":{"name":"static/chunks/4424.b7d00b28c24a2bc3.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":927,"timestamp":14067236690,"id":614,"parentId":511,"tags":{"name":"static/chunks/5020.3d5d2d88202eba03.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":902,"timestamp":14067236717,"id":615,"parentId":511,"tags":{"name":"static/chunks/4866.9947111571c3418a.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":896,"timestamp":14067236724,"id":616,"parentId":511,"tags":{"name":"static/chunks/9522.2be05ff4f8cee94e.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":888,"timestamp":14067236733,"id":617,"parentId":511,"tags":{"name":"static/chunks/5361.7ed05e8056cfd2ab.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":881,"timestamp":14067236742,"id":618,"parentId":511,"tags":{"name":"static/chunks/2418.e26235dcf13ada35.js","cache":"HIT"},"startTime":1787583712936,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":876,"timestamp":14067236748,"id":619,"parentId":511,"tags":{"name":"static/chunks/5242.9ef3f7326060944b.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":873,"timestamp":14067236752,"id":620,"parentId":511,"tags":{"name":"static/chunks/2081.5eb9e28649ca2ac1.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":869,"timestamp":14067236757,"id":621,"parentId":511,"tags":{"name":"static/chunks/1327.fe7c2796260098c7.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":867,"timestamp":14067236761,"id":622,"parentId":511,"tags":{"name":"static/chunks/6294.4387d659c554b7f5.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":864,"timestamp":14067236766,"id":623,"parentId":511,"tags":{"name":"static/chunks/7543.fe1c6f4f97516c8e.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":860,"timestamp":14067236770,"id":624,"parentId":511,"tags":{"name":"static/chunks/934.78dd778c1714ad1a.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":857,"timestamp":14067236774,"id":625,"parentId":511,"tags":{"name":"static/chunks/5521.e61adb9ec4d6d00d.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":855,"timestamp":14067236778,"id":626,"parentId":511,"tags":{"name":"static/chunks/9793.e166c59e945c2fdc.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":851,"timestamp":14067236783,"id":627,"parentId":511,"tags":{"name":"static/chunks/framework-a62d942fa034257f.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":848,"timestamp":14067236787,"id":628,"parentId":511,"tags":{"name":"static/chunks/da12927c.54cdf2e5bc004074.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":844,"timestamp":14067236792,"id":629,"parentId":511,"tags":{"name":"static/chunks/90542734.6290e702e48a2c44.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":841,"timestamp":14067236796,"id":630,"parentId":511,"tags":{"name":"static/chunks/db9d41be.2e2d7df083daeb6f.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":839,"timestamp":14067236800,"id":631,"parentId":511,"tags":{"name":"static/chunks/1ba63609.1596555111454be6.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":836,"timestamp":14067236805,"id":632,"parentId":511,"tags":{"name":"static/chunks/993e5495.2f4c557231e3e3e6.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":833,"timestamp":14067236809,"id":633,"parentId":511,"tags":{"name":"static/chunks/bf2ff291.807c6cc5b38a832c.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":809,"timestamp":14067236834,"id":634,"parentId":511,"tags":{"name":"static/chunks/d3ac728e-421ff1da0e379d81.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":800,"timestamp":14067236845,"id":635,"parentId":511,"tags":{"name":"static/chunks/e868780c.b03bb6d46556f1ff.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":794,"timestamp":14067236852,"id":636,"parentId":511,"tags":{"name":"static/chunks/4bd1b696-3552184350a14955.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":788,"timestamp":14067236859,"id":637,"parentId":511,"tags":{"name":"static/chunks/8863.6980bc558872a500.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":777,"timestamp":14067236872,"id":638,"parentId":511,"tags":{"name":"static/chunks/2821.323097e420e96934.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":770,"timestamp":14067236880,"id":639,"parentId":511,"tags":{"name":"static/chunks/5526.c41526e0bf35b68b.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":765,"timestamp":14067236887,"id":640,"parentId":511,"tags":{"name":"static/chunks/2325.62edae118c41064b.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":758,"timestamp":14067236894,"id":641,"parentId":511,"tags":{"name":"static/chunks/6121.e710dd84dec3a143.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":753,"timestamp":14067236901,"id":642,"parentId":511,"tags":{"name":"static/chunks/4004.b60184f2c294cab0.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":747,"timestamp":14067236908,"id":643,"parentId":511,"tags":{"name":"static/chunks/103.e9523d05ae463b4c.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":742,"timestamp":14067236916,"id":644,"parentId":511,"tags":{"name":"static/chunks/4202.ca52cc3c1a550cdc.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":737,"timestamp":14067236924,"id":645,"parentId":511,"tags":{"name":"static/chunks/7256.8a12c60472944a8a.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":734,"timestamp":14067236929,"id":646,"parentId":511,"tags":{"name":"static/chunks/1074-da30016a70e1523b.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":731,"timestamp":14067236933,"id":647,"parentId":511,"tags":{"name":"static/chunks/3794-d1c7c1721ea65377.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":241,"timestamp":14067237425,"id":652,"parentId":511,"tags":{"name":"server/next-font-manifest.js","cache":"HIT"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":58832,"timestamp":14067186530,"id":517,"parentId":511,"tags":{"name":"static/chunks/app/layout-5c22363b473cde4e.js","cache":"MISS"},"startTime":1787583712886,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":8485,"timestamp":14067236938,"id":648,"parentId":511,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":8208,"timestamp":14067237236,"id":649,"parentId":511,"tags":{"name":"static/o6x8SfyQs1Y35JX-h7hpi/_ssgManifest.js","cache":"MISS"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":8146,"timestamp":14067237315,"id":650,"parentId":511,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":11613,"timestamp":14067233877,"id":569,"parentId":511,"tags":{"name":"static/chunks/webpack-27a29b5442bbbbd6.js","cache":"MISS"},"startTime":1787583712934,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":8135,"timestamp":14067237373,"id":651,"parentId":511,"tags":{"name":"static/o6x8SfyQs1Y35JX-h7hpi/_buildManifest.js","cache":"MISS"},"startTime":1787583712937,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":9855,"timestamp":14067235674,"id":570,"parentId":511,"tags":{"name":"static/chunks/3266.babb6e4b25bc1d8f.js","cache":"MISS"},"startTime":1787583712935,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":319439,"timestamp":14067190165,"id":568,"parentId":511,"tags":{"name":"static/chunks/app/page-0d0385a97266cd0b.js","cache":"MISS"},"startTime":1787583712890,"traceId":"b944494feb3df363"},{"name":"minify-webpack-plugin-optimize","duration":342847,"timestamp":14067166780,"id":511,"parentId":411,"tags":{"compilationName":"client","mangle":"[object Object]"},"startTime":1787583712867,"traceId":"b944494feb3df363"}]
5
+ [{"name":"minify-css","duration":330712,"timestamp":14067510298,"id":656,"parentId":653,"tags":{"file":"static/css/453f4901142168c5.css","cache":"HIT"},"startTime":1787583713210,"traceId":"b944494feb3df363"},{"name":"minify-css","duration":330725,"timestamp":14067510302,"id":657,"parentId":653,"tags":{"file":"static/css/fff965cc3bd74ed7.css","cache":"HIT"},"startTime":1787583713210,"traceId":"b944494feb3df363"},{"name":"minify-css","duration":559062,"timestamp":14067510184,"id":654,"parentId":653,"tags":{"file":"static/css/1687fb585b699182.css","cache":"MISS"},"startTime":1787583713210,"traceId":"b944494feb3df363"},{"name":"minify-css","duration":558973,"timestamp":14067510290,"id":655,"parentId":653,"tags":{"file":"static/css/45d74f3b3a4c5c04.css","cache":"MISS"},"startTime":1787583713210,"traceId":"b944494feb3df363"},{"name":"css-minimizer-plugin","duration":559378,"timestamp":14067509888,"id":653,"parentId":411,"tags":{},"startTime":1787583713210,"traceId":"b944494feb3df363"},{"name":"seal","duration":1797311,"timestamp":14066331852,"id":495,"parentId":411,"tags":{},"startTime":1787583712032,"traceId":"b944494feb3df363"},{"name":"webpack-compilation","duration":5755434,"timestamp":14062374215,"id":411,"parentId":408,"tags":{"name":"client"},"startTime":1787583708074,"traceId":"b944494feb3df363"},{"name":"emit","duration":59769,"timestamp":14068130128,"id":658,"parentId":408,"tags":{},"startTime":1787583713830,"traceId":"b944494feb3df363"},{"name":"webpack-close","duration":1153110,"timestamp":14068194178,"id":659,"parentId":408,"tags":{"name":"client"},"startTime":1787583713894,"traceId":"b944494feb3df363"},{"name":"webpack-generate-error-stats","duration":3216,"timestamp":14069347401,"id":660,"parentId":659,"tags":{},"startTime":1787583715047,"traceId":"b944494feb3df363"},{"name":"run-webpack-compiler","duration":7334167,"timestamp":14062016804,"id":408,"parentId":407,"tags":{},"startTime":1787583707717,"traceId":"b944494feb3df363"},{"name":"format-webpack-messages","duration":94,"timestamp":14069350982,"id":661,"parentId":407,"tags":{},"startTime":1787583715051,"traceId":"b944494feb3df363"},{"name":"worker-main-client","duration":7334907,"timestamp":14062016349,"id":407,"parentId":1,"tags":{},"startTime":1787583707716,"traceId":"b944494feb3df363"},{"name":"run-webpack","duration":21796819,"timestamp":14047601760,"id":14,"parentId":1,"tags":{},"startTime":1787583693302,"traceId":"b944494feb3df363"},{"name":"run-typescript","duration":8151631,"timestamp":14069403929,"id":663,"parentId":1,"tags":{},"startTime":1787583715104,"traceId":"b944494feb3df363"},{"name":"generate-required-server-files","duration":835,"timestamp":14077556031,"id":665,"parentId":1,"tags":{},"startTime":1787583724161,"traceId":"b944494feb3df363"},{"name":"check-static-error-page","duration":19875,"timestamp":14077664432,"id":667,"parentId":666,"tags":{},"startTime":1787583724269,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":552762,"timestamp":14077685456,"id":719,"parentId":669,"tags":{},"startTime":1787583724290,"traceId":"b944494feb3df363"},{"name":"check-page","duration":571760,"timestamp":14077666598,"id":669,"parentId":666,"tags":{"page":"/_global-error"},"startTime":1787583724271,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":835881,"timestamp":14077685694,"id":722,"parentId":682,"tags":{},"startTime":1787583724290,"traceId":"b944494feb3df363"},{"name":"check-page","duration":845502,"timestamp":14077676169,"id":682,"parentId":666,"tags":{"page":"/api/cwd/browse"},"startTime":1787583724281,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":846934,"timestamp":14077686859,"id":729,"parentId":689,"tags":{},"startTime":1787583724292,"traceId":"b944494feb3df363"},{"name":"check-page","duration":856734,"timestamp":14077677110,"id":689,"parentId":666,"tags":{"page":"/api/home"},"startTime":1787583724282,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":855742,"timestamp":14077685201,"id":718,"parentId":668,"tags":{},"startTime":1787583724290,"traceId":"b944494feb3df363"},{"name":"check-page","duration":875610,"timestamp":14077665384,"id":668,"parentId":666,"tags":{"page":"/_not-found"},"startTime":1787583724270,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3474399,"timestamp":14077685773,"id":723,"parentId":683,"tags":{},"startTime":1787583724291,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3483967,"timestamp":14077676307,"id":683,"parentId":666,"tags":{"page":"/api/cwd/validate"},"startTime":1787583724281,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3497445,"timestamp":14077685626,"id":721,"parentId":672,"tags":{},"startTime":1787583724290,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3513872,"timestamp":14077669326,"id":672,"parentId":666,"tags":{"page":"/api/agent/[id]"},"startTime":1787583724274,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3502129,"timestamp":14077686996,"id":734,"parentId":703,"tags":{},"startTime":1787583724292,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3509154,"timestamp":14077680029,"id":703,"parentId":666,"tags":{"page":"/api/sessions/[id]/state"},"startTime":1787583724285,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3507969,"timestamp":14077687003,"id":735,"parentId":704,"tags":{},"startTime":1787583724292,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3514864,"timestamp":14077680164,"id":704,"parentId":666,"tags":{"page":"/api/sessions/[id]/todos"},"startTime":1787583724285,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3513095,"timestamp":14077686752,"id":728,"parentId":688,"tags":{},"startTime":1787583724292,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3522920,"timestamp":14077677006,"id":688,"parentId":666,"tags":{"page":"/api/git/status"},"startTime":1787583724282,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3514990,"timestamp":14077687011,"id":736,"parentId":714,"tags":{},"startTime":1787583724292,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3519907,"timestamp":14077682179,"id":714,"parentId":666,"tags":{"page":"/api/worktrees"},"startTime":1787583724287,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3519950,"timestamp":14077685544,"id":720,"parentId":670,"tags":{},"startTime":1787583724290,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3538609,"timestamp":14077666938,"id":670,"parentId":666,"tags":{"page":"/api/agent/[id]/bash-output"},"startTime":1787583724272,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3518779,"timestamp":14077687018,"id":737,"parentId":715,"tags":{},"startTime":1787583724292,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3522485,"timestamp":14077683410,"id":715,"parentId":666,"tags":{"page":"/favicon.ico"},"startTime":1787583724288,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3525695,"timestamp":14077687025,"id":738,"parentId":716,"tags":{},"startTime":1787583724292,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3528826,"timestamp":14077683951,"id":716,"parentId":666,"tags":{"page":"/manifest.webmanifest"},"startTime":1787583724289,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3527233,"timestamp":14077690975,"id":741,"parentId":674,"tags":{},"startTime":1787583724296,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3547258,"timestamp":14077671018,"id":674,"parentId":666,"tags":{"page":"/api/agent/running/events"},"startTime":1787583724276,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3538423,"timestamp":14077691810,"id":742,"parentId":673,"tags":{},"startTime":1787583724297,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3560757,"timestamp":14077669526,"id":673,"parentId":666,"tags":{"page":"/api/agent/new"},"startTime":1787583724274,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3541973,"timestamp":14077692518,"id":743,"parentId":676,"tags":{},"startTime":1787583724297,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3562323,"timestamp":14077672222,"id":676,"parentId":666,"tags":{"page":"/api/app-update"},"startTime":1787583724277,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3554278,"timestamp":14077692931,"id":744,"parentId":677,"tags":{},"startTime":1787583724298,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3573483,"timestamp":14077673792,"id":677,"parentId":666,"tags":{"page":"/api/auth/all-providers"},"startTime":1787583724279,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3566184,"timestamp":14077686673,"id":727,"parentId":687,"tags":{},"startTime":1787583724291,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3576027,"timestamp":14077676899,"id":687,"parentId":666,"tags":{"page":"/api/git/diff"},"startTime":1787583724282,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3569024,"timestamp":14077698977,"id":746,"parentId":679,"tags":{},"startTime":1787583724304,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3593585,"timestamp":14077674480,"id":679,"parentId":666,"tags":{"page":"/api/auth/login/[provider]"},"startTime":1787583724279,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3577562,"timestamp":14077693718,"id":745,"parentId":678,"tags":{},"startTime":1787583724298,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3597127,"timestamp":14077674227,"id":678,"parentId":666,"tags":{"page":"/api/auth/api-key/[provider]"},"startTime":1787583724279,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3582688,"timestamp":14077699752,"id":748,"parentId":681,"tags":{},"startTime":1787583724305,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3606581,"timestamp":14077675916,"id":681,"parentId":666,"tags":{"page":"/api/auth/providers"},"startTime":1787583724281,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3595742,"timestamp":14077686988,"id":733,"parentId":702,"tags":{},"startTime":1787583724292,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3602922,"timestamp":14077679878,"id":702,"parentId":666,"tags":{"page":"/api/sessions/[id]"},"startTime":1787583724285,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3584104,"timestamp":14077699407,"id":747,"parentId":680,"tags":{},"startTime":1787583724304,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3608804,"timestamp":14077674741,"id":680,"parentId":666,"tags":{"page":"/api/auth/logout/[provider]"},"startTime":1787583724280,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3585432,"timestamp":14077703779,"id":750,"parentId":692,"tags":{},"startTime":1787583724309,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3611264,"timestamp":14077678005,"id":692,"parentId":666,"tags":{"page":"/api/models-config/discover"},"startTime":1787583724283,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3605006,"timestamp":14077686970,"id":731,"parentId":699,"tags":{},"startTime":1787583724292,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3612681,"timestamp":14077679357,"id":699,"parentId":666,"tags":{"page":"/api/sessions/[id]/context"},"startTime":1787583724284,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3592545,"timestamp":14077704018,"id":751,"parentId":693,"tags":{},"startTime":1787583724309,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3618371,"timestamp":14077678243,"id":693,"parentId":666,"tags":{"page":"/api/models-config"},"startTime":1787583724283,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3596399,"timestamp":14077700592,"id":749,"parentId":691,"tags":{},"startTime":1787583724305,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3619336,"timestamp":14077677684,"id":691,"parentId":666,"tags":{"page":"/api/models-config/catalog"},"startTime":1787583724282,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3580825,"timestamp":14077721517,"id":755,"parentId":697,"tags":{},"startTime":1787583724326,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3623355,"timestamp":14077679036,"id":697,"parentId":666,"tags":{"page":"/api/project-trust"},"startTime":1787583724284,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3582653,"timestamp":14077720868,"id":754,"parentId":690,"tags":{},"startTime":1787583724326,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3626334,"timestamp":14077677230,"id":690,"parentId":666,"tags":{"page":"/api/mcp"},"startTime":1787583724282,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3613832,"timestamp":14077690520,"id":740,"parentId":675,"tags":{},"startTime":1787583724295,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3632840,"timestamp":14077671556,"id":675,"parentId":666,"tags":{"page":"/api/agent/running"},"startTime":1787583724276,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3580324,"timestamp":14077728921,"id":758,"parentId":705,"tags":{},"startTime":1787583724334,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3629004,"timestamp":14077680289,"id":705,"parentId":666,"tags":{"page":"/api/sessions"},"startTime":1787583724285,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3583638,"timestamp":14077726730,"id":756,"parentId":696,"tags":{},"startTime":1787583724332,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3631593,"timestamp":14077678822,"id":696,"parentId":666,"tags":{"page":"/api/plugins"},"startTime":1787583724284,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3583259,"timestamp":14077732293,"id":760,"parentId":707,"tags":{},"startTime":1787583724337,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3634927,"timestamp":14077680689,"id":707,"parentId":666,"tags":{"page":"/api/skills/install"},"startTime":1787583724285,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3587180,"timestamp":14077728582,"id":757,"parentId":701,"tags":{},"startTime":1787583724333,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3636215,"timestamp":14077679590,"id":701,"parentId":666,"tags":{"page":"/api/sessions/[id]/export"},"startTime":1787583724284,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3586805,"timestamp":14077729489,"id":759,"parentId":706,"tags":{},"startTime":1787583724334,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3635816,"timestamp":14077680509,"id":706,"parentId":666,"tags":{"page":"/api/skills/check"},"startTime":1787583724285,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3632185,"timestamp":14077689784,"id":739,"parentId":671,"tags":{},"startTime":1787583724295,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3654932,"timestamp":14077667095,"id":671,"parentId":666,"tags":{"page":"/api/agent/[id]/events"},"startTime":1787583724272,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3589216,"timestamp":14077732994,"id":761,"parentId":710,"tags":{},"startTime":1787583724338,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3640878,"timestamp":14077681360,"id":710,"parentId":666,"tags":{"page":"/api/skills/update"},"startTime":1787583724286,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3588738,"timestamp":14077734236,"id":763,"parentId":708,"tags":{},"startTime":1787583724339,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3642131,"timestamp":14077680881,"id":708,"parentId":666,"tags":{"page":"/api/skills"},"startTime":1787583724286,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3590205,"timestamp":14077733637,"id":762,"parentId":711,"tags":{},"startTime":1787583724338,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3642308,"timestamp":14077681589,"id":711,"parentId":666,"tags":{"page":"/api/terminal/[id]/events"},"startTime":1787583724286,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3591531,"timestamp":14077736826,"id":766,"parentId":709,"tags":{},"startTime":1787583724342,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3647314,"timestamp":14077681125,"id":709,"parentId":666,"tags":{"page":"/api/skills/search"},"startTime":1787583724286,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3594623,"timestamp":14077734837,"id":764,"parentId":712,"tags":{},"startTime":1787583724340,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3647731,"timestamp":14077681790,"id":712,"parentId":666,"tags":{"page":"/api/terminal/[id]"},"startTime":1787583724287,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3595082,"timestamp":14077735347,"id":765,"parentId":713,"tags":{},"startTime":1787583724340,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3648512,"timestamp":14077682005,"id":713,"parentId":666,"tags":{"page":"/api/terminal"},"startTime":1787583724287,"traceId":"b944494feb3df363"}]
6
+ [{"name":"is-page-static","duration":3781524,"timestamp":14077686473,"id":725,"parentId":685,"tags":{},"startTime":1787583724291,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3791519,"timestamp":14077676547,"id":685,"parentId":666,"tags":{"page":"/api/file-index"},"startTime":1787583724281,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3779121,"timestamp":14077737376,"id":767,"parentId":717,"tags":{},"startTime":1787583724342,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3832412,"timestamp":14077684147,"id":717,"parentId":666,"tags":{"page":"/"},"startTime":1787583724289,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3837677,"timestamp":14077686259,"id":724,"parentId":684,"tags":{},"startTime":1787583724291,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3847582,"timestamp":14077676434,"id":684,"parentId":666,"tags":{"page":"/api/default-cwd"},"startTime":1787583724281,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3872268,"timestamp":14077686981,"id":732,"parentId":700,"tags":{},"startTime":1787583724292,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3879830,"timestamp":14077679475,"id":700,"parentId":666,"tags":{"page":"/api/sessions/[id]/entries/[entryId]/thinking"},"startTime":1787583724284,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3939393,"timestamp":14077686597,"id":726,"parentId":686,"tags":{},"startTime":1787583724291,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3949345,"timestamp":14077676689,"id":686,"parentId":666,"tags":{"page":"/api/files/[...path]"},"startTime":1787583724281,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":3946671,"timestamp":14077705902,"id":753,"parentId":695,"tags":{},"startTime":1787583724311,"traceId":"b944494feb3df363"},{"name":"check-page","duration":3974032,"timestamp":14077678634,"id":695,"parentId":666,"tags":{"page":"/api/models"},"startTime":1787583724283,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":4103649,"timestamp":14077704998,"id":752,"parentId":694,"tags":{},"startTime":1787583724310,"traceId":"b944494feb3df363"},{"name":"check-page","duration":4130252,"timestamp":14077678439,"id":694,"parentId":666,"tags":{"page":"/api/models-config/test"},"startTime":1787583724283,"traceId":"b944494feb3df363"},{"name":"is-page-static","duration":4364867,"timestamp":14077686943,"id":730,"parentId":698,"tags":{},"startTime":1787583724292,"traceId":"b944494feb3df363"},{"name":"check-page","duration":4372651,"timestamp":14077679229,"id":698,"parentId":666,"tags":{"page":"/api/sessions/[id]/auto-name"},"startTime":1787583724284,"traceId":"b944494feb3df363"},{"name":"static-check","duration":4388261,"timestamp":14077663683,"id":666,"parentId":1,"tags":{},"startTime":1787583724268,"traceId":"b944494feb3df363"},{"name":"write-routes-manifest","duration":34423,"timestamp":14082321231,"id":771,"parentId":1,"tags":{},"startTime":1787583728926,"traceId":"b944494feb3df363"},{"name":"load-dotenv","duration":44,"timestamp":14082552196,"id":774,"parentId":773,"tags":{},"startTime":1787583729157,"traceId":"b944494feb3df363"},{"name":"run-export-path-map","duration":437,"timestamp":14085603049,"id":775,"parentId":773,"tags":{},"startTime":1787583732208,"traceId":"b944494feb3df363"},{"name":"next-export","duration":4726728,"timestamp":14082551155,"id":773,"parentId":1,"tags":{},"startTime":1787583729156,"traceId":"b944494feb3df363"},{"name":"move-exported-app-not-found-","duration":83958,"timestamp":14087279768,"id":776,"parentId":772,"tags":{},"startTime":1787583733885,"traceId":"b944494feb3df363"},{"name":"move-exported-app-global-error-","duration":160240,"timestamp":14087363863,"id":777,"parentId":772,"tags":{},"startTime":1787583733969,"traceId":"b944494feb3df363"},{"name":"static-generation","duration":5147156,"timestamp":14082544852,"id":772,"parentId":1,"tags":{},"startTime":1787583729150,"traceId":"b944494feb3df363"},{"name":"write-routes-manifest","duration":91566,"timestamp":14087692310,"id":778,"parentId":1,"tags":{},"startTime":1787583734297,"traceId":"b944494feb3df363"},{"name":"node-file-trace-build","duration":52043161,"timestamp":14082306982,"id":770,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1787583728912,"traceId":"b944494feb3df363"},{"name":"apply-include-excludes","duration":848,"timestamp":14134350167,"id":779,"parentId":1,"tags":{},"startTime":1787583781744,"traceId":"b944494feb3df363"},{"name":"collect-build-traces","duration":52293926,"timestamp":14082057178,"id":769,"parentId":1,"tags":{},"startTime":1787583728662,"traceId":"b944494feb3df363"},{"name":"print-tree-view","duration":2701,"timestamp":14134352277,"id":780,"parentId":1,"tags":{},"startTime":1787583781746,"traceId":"b944494feb3df363"},{"name":"telemetry-flush","duration":53,"timestamp":14134354999,"id":781,"parentId":1,"tags":{},"startTime":1787583781749,"traceId":"b944494feb3df363"},{"name":"next-build","duration":87095699,"timestamp":14047259362,"id":1,"tags":{"buildMode":"default","version":"16.3.1","bundler":"webpack","has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1787583692959,"traceId":"b944494feb3df363"}]
7
+ Paths=%2Fapi%2Ffile-index&allNormalizedAppPaths=%2Fapi%2Ffiles%2F%5B...path%5D&allNormalizedAppPaths=%2Fapi%2Fgit%2Fdiff&allNormalizedAppPaths=%2Fapi%2Fgit%2Fstatus&allNormalizedAppPaths=%2Fapi%2Fhome&allNormalizedAppPaths=%2Fapi%2Fmcp&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":1787583694363,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2580188,"timestamp":14048663398,"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%2Fmcp&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":1787583694363,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2580187,"timestamp":14048663401,"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%2Fmcp&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":1787583694363,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2580186,"timestamp":14048663405,"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%2Fmcp&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":1787583694363,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2580182,"timestamp":14048663411,"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%2Fmcp&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":1787583694363,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2580180,"timestamp":14048663415,"id":65,"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%2Fmcp&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":1787583694363,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2580177,"timestamp":14048663419,"id":66,"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%2Fmcp&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":1787583694363,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2580176,"timestamp":14048663423,"id":67,"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%2Fmcp&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":1787583694363,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2580174,"timestamp":14048663426,"id":68,"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%2Fmcp&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":1787583694363,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2580171,"timestamp":14048663431,"id":69,"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%2Fmcp&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":1787583694363,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2580170,"timestamp":14048663434,"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%2Fmcp&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":1787583694363,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2580168,"timestamp":14048663438,"id":71,"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%2Fmcp&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":1787583694363,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2580170,"timestamp":14048663441,"id":72,"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":1787583694363,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2640300,"timestamp":14048663342,"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%2Fmcp&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":1787583694363,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2640303,"timestamp":14048663359,"id":51,"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%2Fmcp&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":1787583694363,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2708741,"timestamp":14048663303,"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%2Fmcp&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":1787583694363,"traceId":"b944494feb3df363"},{"name":"add-entry","duration":2713785,"timestamp":14048663027,"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%2Fmcp&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":1787583694363,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":8283,"timestamp":14051680603,"id":213,"parentId":19,"tags":{"name":"/home/wa/project/pi-web-sky/components/PwaRegistration.tsx","layer":"ssr"},"startTime":1787583697380,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":98264,"timestamp":14051685010,"id":214,"parentId":19,"tags":{"name":"/home/wa/project/pi-web-sky/components/AppShell.tsx","layer":"ssr"},"startTime":1787583697385,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":25465,"timestamp":14051893192,"id":215,"parentId":214,"tags":{"name":"/home/wa/project/pi-web-sky/components/TerminalPanel.tsx","layer":"ssr"},"startTime":1787583697593,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":46538,"timestamp":14051895401,"id":218,"parentId":214,"tags":{"name":"/home/wa/project/pi-web-sky/components/McpConfigPanel.tsx","layer":"ssr"},"startTime":1787583697595,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":66918,"timestamp":14051894813,"id":217,"parentId":214,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatWindow.tsx","layer":"ssr"},"startTime":1787583697595,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":90629,"timestamp":14051894005,"id":216,"parentId":214,"tags":{"name":"/home/wa/project/pi-web-sky/components/SessionSidebar.tsx","layer":"ssr"},"startTime":1787583697594,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":18334,"timestamp":14052036983,"id":219,"parentId":214,"tags":{"name":"/home/wa/project/pi-web-sky/components/BranchNavigator.tsx","layer":"ssr"},"startTime":1787583697737,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":39031,"timestamp":14052130730,"id":221,"parentId":217,"tags":{"name":"/home/wa/project/pi-web-sky/components/MessageView.tsx","layer":"ssr"},"startTime":1787583697830,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":110875,"timestamp":14052129999,"id":220,"parentId":217,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatInput.tsx","layer":"ssr"},"startTime":1787583697830,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":82631,"timestamp":14052170596,"id":222,"parentId":217,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatMinimap.tsx","layer":"ssr"},"startTime":1787583697870,"traceId":"b944494feb3df363"},{"name":"build-module-tsx","duration":22774,"timestamp":14052485511,"id":224,"parentId":19,"tags":{"name":"/home/wa/project/pi-web-sky/components/ExtensionWidgets.tsx","layer":"ssr"},"startTime":1787583698185,"traceId":"b944494feb3df363"},{"name":"build-module-mjs","duration":369442,"timestamp":14052433568,"id":223,"parentId":215,"tags":{"name":"/home/wa/project/pi-web-sky/node_modules/@xterm/xterm/lib/xterm.mjs","layer":"ssr"},"startTime":1787583698133,"traceId":"b944494feb3df363"},{"name":"postcss-process","duration":11431,"timestamp":14052954333,"id":227,"parentId":226,"tags":{},"startTime":1787583698654,"traceId":"b944494feb3df363"},{"name":"postcss-loader","duration":471843,"timestamp":14052494010,"id":226,"parentId":225,"tags":{},"startTime":1787583698194,"traceId":"b944494feb3df363"},{"name":"css-loader","duration":62483,"timestamp":14052966115,"id":228,"parentId":225,"tags":{"astUsed":"true"},"startTime":1787583698666,"traceId":"b944494feb3df363"},{"name":"build-module-css","duration":543556,"timestamp":14052486335,"id":225,"parentId":222,"tags":{"name":"/home/wa/project/pi-web-sky/components/ChatMinimap.module.css","layer":"ssr"},"startTime":1787583698186,"traceId":"b944494feb3df363"},{"name":"make","duration":6339846,"timestamp":14048661806,"id":21,"parentId":19,"tags":{},"startTime":1787583694362,"traceId":"b944494feb3df363"},{"name":"get-entries","duration":2237,"timestamp":14055003696,"id":230,"parentId":229,"tags":{},"startTime":1787583700703,"traceId":"b944494feb3df363"},{"name":"node-file-trace-plugin","duration":590265,"timestamp":14055015695,"id":231,"parentId":229,"tags":{"traceEntryCount":"98"},"startTime":1787583700715,"traceId":"b944494feb3df363"},{"name":"collect-traced-files","duration":2832,"timestamp":14055605977,"id":232,"parentId":229,"tags":{},"startTime":1787583701306,"traceId":"b944494feb3df363"},{"name":"finish-modules","duration":605467,"timestamp":14055003350,"id":229,"parentId":20,"tags":{},"startTime":1787583700703,"traceId":"b944494feb3df363"},{"name":"chunk-graph","duration":122301,"timestamp":14055884237,"id":234,"parentId":233,"tags":{},"startTime":1787583701584,"traceId":"b944494feb3df363"},{"name":"optimize-modules","duration":46,"timestamp":14056006771,"id":236,"parentId":233,"tags":{},"startTime":1787583701707,"traceId":"b944494feb3df363"},{"name":"optimize-chunks","duration":61722,"timestamp":14056006950,"id":237,"parentId":233,"tags":{},"startTime":1787583701707,"traceId":"b944494feb3df363"},{"name":"optimize-tree","duration":144,"timestamp":14056068774,"id":238,"parentId":233,"tags":{},"startTime":1787583701769,"traceId":"b944494feb3df363"},{"name":"optimize-chunk-modules","duration":119956,"timestamp":14056069021,"id":239,"parentId":233,"tags":{},"startTime":1787583701769,"traceId":"b944494feb3df363"},{"name":"optimize","duration":182436,"timestamp":14056006680,"id":235,"parentId":233,"tags":{},"startTime":1787583701706,"traceId":"b944494feb3df363"},{"name":"module-hash","duration":82112,"timestamp":14056246447,"id":240,"parentId":233,"tags":{},"startTime":1787583701946,"traceId":"b944494feb3df363"},{"name":"code-generation","duration":1111246,"timestamp":14056328648,"id":241,"parentId":233,"tags":{},"startTime":1787583702028,"traceId":"b944494feb3df363"},{"name":"hash","duration":15446,"timestamp":14057450199,"id":242,"parentId":233,"tags":{},"startTime":1787583703150,"traceId":"b944494feb3df363"},{"name":"code-generation-jobs","duration":452,"timestamp":14057465638,"id":243,"parentId":233,"tags":{},"startTime":1787583703165,"traceId":"b944494feb3df363"},{"name":"module-assets","duration":1373,"timestamp":14057465971,"id":244,"parentId":233,"tags":{},"startTime":1787583703166,"traceId":"b944494feb3df363"},{"name":"create-chunk-assets","duration":6452,"timestamp":14057467363,"id":245,"parentId":233,"tags":{},"startTime":1787583703167,"traceId":"b944494feb3df363"},{"name":"minify-js","duration":126257,"timestamp":14057515893,"id":248,"parentId":246,"tags":{"name":"../app/_global-error/page.js","cache":"HIT"},"startTime":1787583703216,"traceId":"b944494feb3df363"}]