promptarc 0.0.2 → 0.0.4

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 (246) hide show
  1. package/README.md +33 -25
  2. package/dist/bin.js +886 -4
  3. package/dist/share-direct.js +360 -0
  4. package/dist/web/.next/BUILD_ID +1 -1
  5. package/dist/web/.next/app-build-manifest.json +318 -226
  6. package/dist/web/.next/app-path-routes-manifest.json +24 -13
  7. package/dist/web/.next/build-manifest.json +14 -14
  8. package/dist/web/.next/prerender-manifest.json +89 -1
  9. package/dist/web/.next/routes-manifest.json +36 -0
  10. package/dist/web/.next/server/app/_not-found/page.js +1 -1
  11. package/dist/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  12. package/dist/web/.next/server/app/api/admin/backfill-ai/route.js +8 -0
  13. package/dist/web/.next/server/app/api/admin/backfill-ai/route.js.nft.json +1 -0
  14. package/dist/web/.next/server/app/api/admin/backfill-ai/route_client-reference-manifest.js +1 -0
  15. package/dist/web/.next/server/app/api/admin/backfill-search/route.js +1 -1
  16. package/dist/web/.next/server/app/api/admin/backfill-search/route.js.nft.json +1 -1
  17. package/dist/web/.next/server/app/api/admin/backfill-search/route_client-reference-manifest.js +1 -1
  18. package/dist/web/.next/server/app/api/ai/context/route.js +31 -0
  19. package/dist/web/.next/server/app/api/ai/context/route.js.nft.json +1 -0
  20. package/dist/web/.next/server/app/api/ai/context/route_client-reference-manifest.js +1 -0
  21. package/dist/web/.next/server/app/api/ai/pr-summary/route.js +28 -0
  22. package/dist/web/.next/server/app/api/ai/pr-summary/route.js.nft.json +1 -0
  23. package/dist/web/.next/server/app/api/ai/pr-summary/route_client-reference-manifest.js +1 -0
  24. package/dist/web/.next/server/app/api/ai/pr-summary-local/route.js +28 -0
  25. package/dist/web/.next/server/app/api/ai/pr-summary-local/route.js.nft.json +1 -0
  26. package/dist/web/.next/server/app/api/ai/pr-summary-local/route_client-reference-manifest.js +1 -0
  27. package/dist/web/.next/server/app/api/ai/process/route.js +8 -0
  28. package/dist/web/.next/server/app/api/ai/process/route.js.nft.json +1 -0
  29. package/dist/web/.next/server/app/api/ai/process/route_client-reference-manifest.js +1 -0
  30. package/dist/web/.next/server/app/api/cli/download/route.js +1 -1
  31. package/dist/web/.next/server/app/api/cli/download/route.js.nft.json +1 -1
  32. package/dist/web/.next/server/app/api/cli/download/route_client-reference-manifest.js +1 -1
  33. package/dist/web/.next/server/app/api/cli/feedback/route_client-reference-manifest.js +1 -1
  34. package/dist/web/.next/server/app/api/cli/init/route_client-reference-manifest.js +1 -1
  35. package/dist/web/.next/server/app/api/cli/my-shares/route.js +1 -1
  36. package/dist/web/.next/server/app/api/cli/my-shares/route_client-reference-manifest.js +1 -1
  37. package/dist/web/.next/server/app/api/cli/poll/route_client-reference-manifest.js +1 -1
  38. package/dist/web/.next/server/app/api/cli/project-settings/route_client-reference-manifest.js +1 -1
  39. package/dist/web/.next/server/app/api/cli/share-mutate/route_client-reference-manifest.js +1 -1
  40. package/dist/web/.next/server/app/api/cli/sync-list/route_client-reference-manifest.js +1 -1
  41. package/dist/web/.next/server/app/api/local/project-sessions/route.js +1 -1
  42. package/dist/web/.next/server/app/api/local/project-sessions/route.js.nft.json +1 -1
  43. package/dist/web/.next/server/app/api/local/project-sessions/route_client-reference-manifest.js +1 -1
  44. package/dist/web/.next/server/app/api/local/watch/route.js +2 -2
  45. package/dist/web/.next/server/app/api/local/watch/route.js.nft.json +1 -1
  46. package/dist/web/.next/server/app/api/local/watch/route_client-reference-manifest.js +1 -1
  47. package/dist/web/.next/server/app/api/search/route.js +1 -1
  48. package/dist/web/.next/server/app/api/search/route_client-reference-manifest.js +1 -1
  49. package/dist/web/.next/server/app/api/search-index/route.js +1 -1
  50. package/dist/web/.next/server/app/api/search-index/route.js.nft.json +1 -1
  51. package/dist/web/.next/server/app/api/search-index/route_client-reference-manifest.js +1 -1
  52. package/dist/web/.next/server/app/api/share/download/[slug]/route.js +1 -1
  53. package/dist/web/.next/server/app/api/share/download/[slug]/route.js.nft.json +1 -1
  54. package/dist/web/.next/server/app/api/share/download/[slug]/route_client-reference-manifest.js +1 -1
  55. package/dist/web/.next/server/app/api/share/route.js +1 -1
  56. package/dist/web/.next/server/app/api/share/route.js.nft.json +1 -1
  57. package/dist/web/.next/server/app/api/share/route_client-reference-manifest.js +1 -1
  58. package/dist/web/.next/server/app/api/upload/route.js +2 -2
  59. package/dist/web/.next/server/app/api/upload/route.js.nft.json +1 -1
  60. package/dist/web/.next/server/app/api/upload/route_client-reference-manifest.js +1 -1
  61. package/dist/web/.next/server/app/auth/callback/route_client-reference-manifest.js +1 -1
  62. package/dist/web/.next/server/app/auth/signout/route_client-reference-manifest.js +1 -1
  63. package/dist/web/.next/server/app/blog/ai-coding-agents-2026/page.js +2 -0
  64. package/dist/web/.next/server/app/blog/ai-coding-agents-2026/page.js.nft.json +1 -0
  65. package/dist/web/.next/server/app/blog/ai-coding-agents-2026/page_client-reference-manifest.js +1 -0
  66. package/dist/web/.next/server/app/blog/page.js +2 -0
  67. package/dist/web/.next/server/app/blog/page.js.nft.json +1 -0
  68. package/dist/web/.next/server/app/blog/page_client-reference-manifest.js +1 -0
  69. package/dist/web/.next/server/app/cli/login/page.js +1 -1
  70. package/dist/web/.next/server/app/cli/login/page_client-reference-manifest.js +1 -1
  71. package/dist/web/.next/server/app/digest/page_client-reference-manifest.js +1 -1
  72. package/dist/web/.next/server/app/feedback/page_client-reference-manifest.js +1 -1
  73. package/dist/web/.next/server/app/my-projects/[projectKey]/page_client-reference-manifest.js +1 -1
  74. package/dist/web/.next/server/app/my-projects/page_client-reference-manifest.js +1 -1
  75. package/dist/web/.next/server/app/my-shares/page.js +1 -1
  76. package/dist/web/.next/server/app/my-shares/page_client-reference-manifest.js +1 -1
  77. package/dist/web/.next/server/app/opengraph-image/route.js +1 -71
  78. package/dist/web/.next/server/app/opengraph-image/route.js.nft.json +1 -0
  79. package/dist/web/.next/server/app/opengraph-image/route_client-reference-manifest.js +1 -1
  80. package/dist/web/.next/server/app/opengraph-image.body +0 -0
  81. package/dist/web/.next/server/app/opengraph-image.meta +1 -0
  82. package/dist/web/.next/server/app/page.js +2 -2
  83. package/dist/web/.next/server/app/page.js.nft.json +1 -1
  84. package/dist/web/.next/server/app/page_client-reference-manifest.js +1 -1
  85. package/dist/web/.next/server/app/privacy/page.js +2 -0
  86. package/dist/web/.next/server/app/privacy/page.js.nft.json +1 -0
  87. package/dist/web/.next/server/app/privacy/page_client-reference-manifest.js +1 -0
  88. package/dist/web/.next/server/app/projects/[id]/page.js +1 -1
  89. package/dist/web/.next/server/app/projects/[id]/page.js.nft.json +1 -1
  90. package/dist/web/.next/server/app/projects/[id]/page_client-reference-manifest.js +1 -1
  91. package/dist/web/.next/server/app/r/[slug]/opengraph-image/route.js +1 -1
  92. package/dist/web/.next/server/app/r/[slug]/opengraph-image/route_client-reference-manifest.js +1 -1
  93. package/dist/web/.next/server/app/r/[slug]/page.js +2 -2
  94. package/dist/web/.next/server/app/r/[slug]/page.js.nft.json +1 -1
  95. package/dist/web/.next/server/app/r/[slug]/page_client-reference-manifest.js +1 -1
  96. package/dist/web/.next/server/app/robots.txt/route.js +16 -0
  97. package/dist/web/.next/server/app/robots.txt/route.js.nft.json +1 -0
  98. package/dist/web/.next/server/app/robots.txt/route_client-reference-manifest.js +1 -0
  99. package/dist/web/.next/server/app/robots.txt.body +9 -0
  100. package/dist/web/.next/server/app/robots.txt.meta +1 -0
  101. package/dist/web/.next/server/app/search/page_client-reference-manifest.js +1 -1
  102. package/dist/web/.next/server/app/sessions/[projectId]/[sessionId]/page.js +1 -1
  103. package/dist/web/.next/server/app/sessions/[projectId]/[sessionId]/page.js.nft.json +1 -1
  104. package/dist/web/.next/server/app/sessions/[projectId]/[sessionId]/page_client-reference-manifest.js +1 -1
  105. package/dist/web/.next/server/app/sign-in/page.js +1 -1
  106. package/dist/web/.next/server/app/sign-in/page_client-reference-manifest.js +1 -1
  107. package/dist/web/.next/server/app/sitemap.xml/route.js +16 -0
  108. package/dist/web/.next/server/app/sitemap.xml/route.js.nft.json +1 -0
  109. package/dist/web/.next/server/app/sitemap.xml/route_client-reference-manifest.js +1 -0
  110. package/dist/web/.next/server/app/sitemap.xml.body +51 -0
  111. package/dist/web/.next/server/app/sitemap.xml.meta +1 -0
  112. package/dist/web/.next/server/app/terms/page.js +2 -0
  113. package/dist/web/.next/server/app/terms/page.js.nft.json +1 -0
  114. package/dist/web/.next/server/app/terms/page_client-reference-manifest.js +1 -0
  115. package/dist/web/.next/server/app-paths-manifest.json +24 -13
  116. package/dist/web/.next/server/chunks/1017.js +2 -0
  117. package/dist/web/.next/server/chunks/1134.js +8 -0
  118. package/dist/web/.next/server/chunks/1825.js +1 -1
  119. package/dist/web/.next/server/chunks/8334.js +1 -1
  120. package/dist/web/.next/server/functions-config-manifest.json +17 -2
  121. package/dist/web/.next/server/middleware-build-manifest.js +1 -1
  122. package/dist/web/.next/server/middleware-manifest.json +1 -43
  123. package/dist/web/.next/server/pages/500.html +1 -1
  124. package/dist/web/.next/server/server-reference-manifest.js +1 -1
  125. package/dist/web/.next/server/server-reference-manifest.json +1 -1
  126. package/dist/web/.next/static/LF69v3WA6LbEAkvRHNqfG/_buildManifest.js +1 -0
  127. package/dist/web/.next/static/chunks/1029-12dc6d00537d43fd.js +1 -0
  128. package/dist/web/.next/static/chunks/4695-b52fc3d81451c3c3.js +1 -0
  129. package/dist/web/.next/static/chunks/552926ff-c5d04ae0c2d9f826.js +1 -0
  130. package/dist/web/.next/static/chunks/7200-4560b15b9cad37b3.js +1 -0
  131. package/dist/web/.next/static/chunks/app/_not-found/page-0f1123e35eb8f046.js +1 -0
  132. package/dist/web/.next/static/chunks/app/api/admin/backfill-ai/route-0f1123e35eb8f046.js +1 -0
  133. package/dist/web/.next/static/chunks/app/api/admin/backfill-search/route-0f1123e35eb8f046.js +1 -0
  134. package/dist/web/.next/static/chunks/app/api/ai/context/route-0f1123e35eb8f046.js +1 -0
  135. package/dist/web/.next/static/chunks/app/api/ai/pr-summary/route-0f1123e35eb8f046.js +1 -0
  136. package/dist/web/.next/static/chunks/app/api/ai/pr-summary-local/route-0f1123e35eb8f046.js +1 -0
  137. package/dist/web/.next/static/chunks/app/api/ai/process/route-0f1123e35eb8f046.js +1 -0
  138. package/dist/web/.next/static/chunks/app/api/cli/download/route-0f1123e35eb8f046.js +1 -0
  139. package/dist/web/.next/static/chunks/app/api/cli/feedback/route-0f1123e35eb8f046.js +1 -0
  140. package/dist/web/.next/static/chunks/app/api/cli/init/route-0f1123e35eb8f046.js +1 -0
  141. package/dist/web/.next/static/chunks/app/api/cli/my-shares/route-0f1123e35eb8f046.js +1 -0
  142. package/dist/web/.next/static/chunks/app/api/cli/poll/route-0f1123e35eb8f046.js +1 -0
  143. package/dist/web/.next/static/chunks/app/api/cli/project-settings/route-0f1123e35eb8f046.js +1 -0
  144. package/dist/web/.next/static/chunks/app/api/cli/share-mutate/route-0f1123e35eb8f046.js +1 -0
  145. package/dist/web/.next/static/chunks/app/api/cli/sync-list/route-0f1123e35eb8f046.js +1 -0
  146. package/dist/web/.next/static/chunks/app/api/local/project-sessions/route-0f1123e35eb8f046.js +1 -0
  147. package/dist/web/.next/static/chunks/app/api/local/watch/route-0f1123e35eb8f046.js +1 -0
  148. package/dist/web/.next/static/chunks/app/api/search/route-0f1123e35eb8f046.js +1 -0
  149. package/dist/web/.next/static/chunks/app/api/search-index/route-0f1123e35eb8f046.js +1 -0
  150. package/dist/web/.next/static/chunks/app/api/share/download/[slug]/route-0f1123e35eb8f046.js +1 -0
  151. package/dist/web/.next/static/chunks/app/api/share/route-0f1123e35eb8f046.js +1 -0
  152. package/dist/web/.next/static/chunks/app/api/upload/route-0f1123e35eb8f046.js +1 -0
  153. package/dist/web/.next/static/chunks/app/auth/callback/route-0f1123e35eb8f046.js +1 -0
  154. package/dist/web/.next/static/chunks/app/auth/signout/route-0f1123e35eb8f046.js +1 -0
  155. package/dist/web/.next/static/chunks/app/blog/ai-coding-agents-2026/page-0f1123e35eb8f046.js +1 -0
  156. package/dist/web/.next/static/chunks/app/blog/layout-9b51270472318488.js +1 -0
  157. package/dist/web/.next/static/chunks/app/blog/page-8400ea4ac5a7eb44.js +1 -0
  158. package/dist/web/.next/static/chunks/app/cli/login/page-26287cfd64c0fb49.js +1 -0
  159. package/dist/web/.next/static/chunks/app/digest/page-8400ea4ac5a7eb44.js +1 -0
  160. package/dist/web/.next/static/chunks/app/feedback/page-55ef0005807f1cef.js +1 -0
  161. package/dist/web/.next/static/chunks/app/layout-aa56caf2bf5af86f.js +1 -0
  162. package/dist/web/.next/static/chunks/app/my-projects/[projectKey]/page-7c5f2badf689d2e8.js +1 -0
  163. package/dist/web/.next/static/chunks/app/my-projects/page-c0390151fd6332a0.js +1 -0
  164. package/dist/web/.next/static/chunks/app/my-shares/{page-697d61e07a7546b2.js → page-49c0112973401c14.js} +1 -1
  165. package/dist/web/.next/static/chunks/app/not-found-8400ea4ac5a7eb44.js +1 -0
  166. package/dist/web/.next/static/chunks/app/opengraph-image/route-0f1123e35eb8f046.js +1 -0
  167. package/dist/web/.next/static/chunks/app/page-95394e3c6370084f.js +1 -0
  168. package/dist/web/.next/static/chunks/app/privacy/page-9b51270472318488.js +1 -0
  169. package/dist/web/.next/static/chunks/app/projects/[id]/page-7dd46a825d03a7d9.js +1 -0
  170. package/dist/web/.next/static/chunks/app/r/[slug]/opengraph-image/route-0f1123e35eb8f046.js +1 -0
  171. package/dist/web/.next/static/chunks/app/r/[slug]/page-6a0983805e048ac3.js +1 -0
  172. package/dist/web/.next/static/chunks/app/robots.txt/route-0f1123e35eb8f046.js +1 -0
  173. package/dist/web/.next/static/chunks/app/search/page-c29f37dc2462b676.js +1 -0
  174. package/dist/web/.next/static/chunks/app/sessions/[projectId]/[sessionId]/page-87b4505dd32edb9d.js +1 -0
  175. package/dist/web/.next/static/chunks/app/sign-in/page-fea3971ff9237b72.js +1 -0
  176. package/dist/web/.next/static/chunks/app/sitemap.xml/route-0f1123e35eb8f046.js +1 -0
  177. package/dist/web/.next/static/chunks/app/terms/page-9b51270472318488.js +1 -0
  178. package/dist/web/.next/static/chunks/d99d8e6a-55da88efbe15e3e1.js +1 -0
  179. package/dist/web/.next/static/chunks/framework-c1efa271b5a96d9d.js +1 -0
  180. package/dist/web/.next/static/chunks/main-app-70de904c7caade50.js +1 -0
  181. package/dist/web/.next/static/chunks/main-d211cddc79aac1cb.js +1 -0
  182. package/dist/web/.next/static/chunks/pages/{_app-42b849402a54b9e6.js → _app-701b0752a0d4c3a9.js} +1 -1
  183. package/dist/web/.next/static/chunks/pages/_error-327385abc873a736.js +1 -0
  184. package/dist/web/.next/static/chunks/{webpack-3a8b65d12c8eb987.js → webpack-3a446128dfa39f85.js} +1 -1
  185. package/dist/web/.next/static/css/c76bb7513858c50c.css +3 -0
  186. package/dist/web/package.json +1 -0
  187. package/dist/web/public/apple-touch-icon.png +0 -0
  188. package/dist/web/public/favicon-16.png +0 -0
  189. package/dist/web/public/favicon-32.png +0 -0
  190. package/dist/web/public/icon-192.png +0 -0
  191. package/dist/web/public/icon-512.png +0 -0
  192. package/dist/web/public/logo.png +0 -0
  193. package/package.json +1 -1
  194. package/dist/web/.next/server/app/opengraph-image/route.js.map +0 -1
  195. package/dist/web/.next/server/chunks/6019.js +0 -2
  196. package/dist/web/.next/server/edge-chunks/asset_noto-sans-v27-latin-regular.5dda3fca77107598.ttf +0 -0
  197. package/dist/web/.next/server/edge-chunks/wasm_77d9faebf7af9e421806970ce10a58e9d83116d7.wasm +0 -0
  198. package/dist/web/.next/server/edge-chunks/wasm_ef4866ecae192fd87727067cf2c0c0cf9fb8b020.wasm +0 -0
  199. package/dist/web/.next/server/edge-runtime-webpack.js +0 -2
  200. package/dist/web/.next/server/interception-route-rewrite-manifest.js +0 -1
  201. package/dist/web/.next/static/ZxFskpyUoxefJOzSxSb6s/_buildManifest.js +0 -1
  202. package/dist/web/.next/static/chunks/200-619918ea0fdbd6ff.js +0 -1
  203. package/dist/web/.next/static/chunks/29-7904810aeffd75a0.js +0 -1
  204. package/dist/web/.next/static/chunks/552926ff-e8a371ec0133d0dc.js +0 -1
  205. package/dist/web/.next/static/chunks/695-00bca043953d4170.js +0 -1
  206. package/dist/web/.next/static/chunks/app/_not-found/page-bd7ebde8ab75cb95.js +0 -1
  207. package/dist/web/.next/static/chunks/app/api/admin/backfill-search/route-bd7ebde8ab75cb95.js +0 -1
  208. package/dist/web/.next/static/chunks/app/api/cli/download/route-bd7ebde8ab75cb95.js +0 -1
  209. package/dist/web/.next/static/chunks/app/api/cli/feedback/route-bd7ebde8ab75cb95.js +0 -1
  210. package/dist/web/.next/static/chunks/app/api/cli/init/route-bd7ebde8ab75cb95.js +0 -1
  211. package/dist/web/.next/static/chunks/app/api/cli/my-shares/route-bd7ebde8ab75cb95.js +0 -1
  212. package/dist/web/.next/static/chunks/app/api/cli/poll/route-bd7ebde8ab75cb95.js +0 -1
  213. package/dist/web/.next/static/chunks/app/api/cli/project-settings/route-bd7ebde8ab75cb95.js +0 -1
  214. package/dist/web/.next/static/chunks/app/api/cli/share-mutate/route-bd7ebde8ab75cb95.js +0 -1
  215. package/dist/web/.next/static/chunks/app/api/cli/sync-list/route-bd7ebde8ab75cb95.js +0 -1
  216. package/dist/web/.next/static/chunks/app/api/local/project-sessions/route-bd7ebde8ab75cb95.js +0 -1
  217. package/dist/web/.next/static/chunks/app/api/local/watch/route-bd7ebde8ab75cb95.js +0 -1
  218. package/dist/web/.next/static/chunks/app/api/search/route-bd7ebde8ab75cb95.js +0 -1
  219. package/dist/web/.next/static/chunks/app/api/search-index/route-bd7ebde8ab75cb95.js +0 -1
  220. package/dist/web/.next/static/chunks/app/api/share/download/[slug]/route-bd7ebde8ab75cb95.js +0 -1
  221. package/dist/web/.next/static/chunks/app/api/share/route-bd7ebde8ab75cb95.js +0 -1
  222. package/dist/web/.next/static/chunks/app/api/upload/route-bd7ebde8ab75cb95.js +0 -1
  223. package/dist/web/.next/static/chunks/app/auth/callback/route-bd7ebde8ab75cb95.js +0 -1
  224. package/dist/web/.next/static/chunks/app/auth/signout/route-bd7ebde8ab75cb95.js +0 -1
  225. package/dist/web/.next/static/chunks/app/cli/login/page-647fd605d0fe2472.js +0 -1
  226. package/dist/web/.next/static/chunks/app/digest/page-41ec674edc998616.js +0 -1
  227. package/dist/web/.next/static/chunks/app/feedback/page-60f4d489fd598c9c.js +0 -1
  228. package/dist/web/.next/static/chunks/app/layout-f5666b9135264807.js +0 -1
  229. package/dist/web/.next/static/chunks/app/my-projects/[projectKey]/page-3a816489e5e8534b.js +0 -1
  230. package/dist/web/.next/static/chunks/app/my-projects/page-c88eba56cb5d0b8d.js +0 -1
  231. package/dist/web/.next/static/chunks/app/not-found-41ec674edc998616.js +0 -1
  232. package/dist/web/.next/static/chunks/app/opengraph-image/route-bd7ebde8ab75cb95.js +0 -1
  233. package/dist/web/.next/static/chunks/app/page-e6e80157848514e3.js +0 -1
  234. package/dist/web/.next/static/chunks/app/projects/[id]/page-faec0dc5b09bd35f.js +0 -1
  235. package/dist/web/.next/static/chunks/app/r/[slug]/opengraph-image/route-bd7ebde8ab75cb95.js +0 -1
  236. package/dist/web/.next/static/chunks/app/r/[slug]/page-65707eb198f673a1.js +0 -1
  237. package/dist/web/.next/static/chunks/app/search/page-fc0b629efa815c64.js +0 -1
  238. package/dist/web/.next/static/chunks/app/sessions/[projectId]/[sessionId]/page-5e70eaa0a429d94a.js +0 -1
  239. package/dist/web/.next/static/chunks/app/sign-in/page-792d0d79889186cf.js +0 -1
  240. package/dist/web/.next/static/chunks/d99d8e6a-80443bd3c9d31f50.js +0 -1
  241. package/dist/web/.next/static/chunks/framework-39000e34f38d10f6.js +0 -1
  242. package/dist/web/.next/static/chunks/main-app-21e9441fa7ac15ef.js +0 -1
  243. package/dist/web/.next/static/chunks/main-f824d48fd7ff2e3b.js +0 -1
  244. package/dist/web/.next/static/chunks/pages/_error-412ff705bc5b0636.js +0 -1
  245. package/dist/web/.next/static/css/3c4744a7426424ee.css +0 -3
  246. /package/dist/web/.next/static/{ZxFskpyUoxefJOzSxSb6s → LF69v3WA6LbEAkvRHNqfG}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/upload/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"15":{"*":{"id":"16671","name":"*","chunks":[],"async":false}},"224":{"*":{"id":"75020","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"60146","name":"*","chunks":[],"async":false}},"982":{"*":{"id":"59986","name":"*","chunks":[],"async":false}},"1123":{"*":{"id":"88423","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"82442","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"57178","name":"*","chunks":[],"async":false}},"1768":{"*":{"id":"78074","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"36618","name":"*","chunks":[],"async":false}},"2786":{"*":{"id":"62970","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"54463","name":"*","chunks":[],"async":false}},"3692":{"*":{"id":"30839","name":"*","chunks":[],"async":false}},"4059":{"*":{"id":"72375","name":"*","chunks":[],"async":false}},"4485":{"*":{"id":"88100","name":"*","chunks":[],"async":false}},"4785":{"*":{"id":"63277","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"20331","name":"*","chunks":[],"async":false}},"5830":{"*":{"id":"82014","name":"*","chunks":[],"async":false}},"5995":{"*":{"id":"40699","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"31986","name":"*","chunks":[],"async":false}},"6351":{"*":{"id":"8393","name":"*","chunks":[],"async":false}},"6503":{"*":{"id":"48525","name":"*","chunks":[],"async":false}},"6597":{"*":{"id":"84915","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"5208","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"59607","name":"*","chunks":[],"async":false}},"7961":{"*":{"id":"27127","name":"*","chunks":[],"async":false}},"8999":{"*":{"id":"34697","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"99778","name":"*","chunks":[],"async":false}},"9464":{"*":{"id":"14428","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"54174","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/CommandPalette.tsx":{"id":1123,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/SearchTrigger.tsx":{"id":6597,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/UserMenu.tsx":{"id":4059,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/@vercel+analytics@1.6.1_next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5__react@19.2.5/node_modules/@vercel/analytics/dist/next/index.mjs":{"id":340,"name":"*","chunks":["177","static/chunks/app/layout-f5666b9135264807.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/globals.css":{"id":3070,"name":"*","chunks":["177","static/chunks/app/layout-f5666b9135264807.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareList.tsx":{"id":6130,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareRowActions.tsx":{"id":9464,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-projects/ProjectList.tsx":{"id":5830,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/sign-in/SignInCard.tsx":{"id":6503,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/cli/login/CliLogin.tsx":{"id":7961,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/feedback/FeedbackForm.tsx":{"id":2786,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/projects/ProjectSettingsButton.tsx":{"id":3692,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/dashboard/DashboardContent.tsx":{"id":982,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/landing/InstallCTA.tsx":{"id":5995,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ThinkingBlock.tsx":{"id":4785,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ToolCall.tsx":{"id":4485,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/search/CloudSearchBox.tsx":{"id":224,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/LiveRefresh.tsx":{"id":1768,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/ResumeCommand.tsx":{"id":8999,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/share/ShareButton.tsx":{"id":6351,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/suresh/New-Projects/agentreplay/packages/web/":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/not-found":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/layout":[{"inlined":false,"path":"static/css/3c4744a7426424ee.css"}],"/Users/suresh/New-Projects/agentreplay/packages/web/app/page":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/api/upload/route":[]},"rscModuleMapping":{"15":{"*":{"id":"26081","name":"*","chunks":[],"async":false}},"224":{"*":{"id":"1106","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"67112","name":"*","chunks":[],"async":false}},"982":{"*":{"id":"32456","name":"*","chunks":[],"async":false}},"1123":{"*":{"id":"85693","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"61576","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"86884","name":"*","chunks":[],"async":false}},"1768":{"*":{"id":"85236","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"49816","name":"*","chunks":[],"async":false}},"2786":{"*":{"id":"56024","name":"*","chunks":[],"async":false}},"3070":{"*":{"id":"81492","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"46241","name":"*","chunks":[],"async":false}},"3692":{"*":{"id":"86127","name":"*","chunks":[],"async":false}},"4059":{"*":{"id":"22381","name":"*","chunks":[],"async":false}},"4485":{"*":{"id":"12852","name":"*","chunks":[],"async":false}},"4785":{"*":{"id":"40839","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"98109","name":"*","chunks":[],"async":false}},"5830":{"*":{"id":"53508","name":"*","chunks":[],"async":false}},"5995":{"*":{"id":"5201","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"13544","name":"*","chunks":[],"async":false}},"6351":{"*":{"id":"85255","name":"*","chunks":[],"async":false}},"6503":{"*":{"id":"81199","name":"*","chunks":[],"async":false}},"6597":{"*":{"id":"68109","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"28706","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"63661","name":"*","chunks":[],"async":false}},"7961":{"*":{"id":"28725","name":"*","chunks":[],"async":false}},"8999":{"*":{"id":"49211","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"85312","name":"*","chunks":[],"async":false}},"9464":{"*":{"id":"39877","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"97660","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"15":{"*":{"id":"16671","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"60146","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"82442","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"57178","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"36618","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"54463","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"20331","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"5208","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"59607","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"99778","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"54174","name":"*","chunks":[],"async":false}}}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/upload/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"15":{"*":{"id":"16671","name":"*","chunks":[],"async":false}},"224":{"*":{"id":"75020","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"60146","name":"*","chunks":[],"async":false}},"982":{"*":{"id":"59986","name":"*","chunks":[],"async":false}},"1123":{"*":{"id":"88423","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"82442","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"57178","name":"*","chunks":[],"async":false}},"1768":{"*":{"id":"78074","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"36618","name":"*","chunks":[],"async":false}},"2786":{"*":{"id":"62970","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"54463","name":"*","chunks":[],"async":false}},"3692":{"*":{"id":"30839","name":"*","chunks":[],"async":false}},"4059":{"*":{"id":"72375","name":"*","chunks":[],"async":false}},"4485":{"*":{"id":"88100","name":"*","chunks":[],"async":false}},"4785":{"*":{"id":"63277","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"20331","name":"*","chunks":[],"async":false}},"5830":{"*":{"id":"82014","name":"*","chunks":[],"async":false}},"5995":{"*":{"id":"40699","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"31986","name":"*","chunks":[],"async":false}},"6351":{"*":{"id":"8393","name":"*","chunks":[],"async":false}},"6503":{"*":{"id":"48525","name":"*","chunks":[],"async":false}},"6597":{"*":{"id":"84915","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"5208","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"59607","name":"*","chunks":[],"async":false}},"7961":{"*":{"id":"27127","name":"*","chunks":[],"async":false}},"8999":{"*":{"id":"34697","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"99778","name":"*","chunks":[],"async":false}},"9464":{"*":{"id":"14428","name":"*","chunks":[],"async":false}},"9677":{"*":{"id":"99183","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"54174","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/CommandPalette.tsx":{"id":1123,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/SearchTrigger.tsx":{"id":6597,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/UserMenu.tsx":{"id":4059,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/@vercel+analytics@1.6.1_next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5__react@19.2.5/node_modules/@vercel/analytics/dist/next/index.mjs":{"id":340,"name":"*","chunks":["7177","static/chunks/app/layout-aa56caf2bf5af86f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/globals.css":{"id":3070,"name":"*","chunks":["7177","static/chunks/app/layout-aa56caf2bf5af86f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/feedback/FeedbackForm.tsx":{"id":2786,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareList.tsx":{"id":6130,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/cli/login/CliLogin.tsx":{"id":7961,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareRowActions.tsx":{"id":9464,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/search/CloudSearchBox.tsx":{"id":224,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/sign-in/SignInCard.tsx":{"id":6503,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/projects/ProjectSettingsButton.tsx":{"id":3692,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/PRSummaryButton.tsx":{"id":9677,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ThinkingBlock.tsx":{"id":4785,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ToolCall.tsx":{"id":4485,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/LiveRefresh.tsx":{"id":1768,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/ResumeCommand.tsx":{"id":8999,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/share/ShareButton.tsx":{"id":6351,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/dashboard/DashboardContent.tsx":{"id":982,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/landing/InstallCTA.tsx":{"id":5995,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-projects/ProjectList.tsx":{"id":5830,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/suresh/New-Projects/agentreplay/packages/web/":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/not-found":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/layout":[{"inlined":false,"path":"static/css/c76bb7513858c50c.css"}],"/Users/suresh/New-Projects/agentreplay/packages/web/app/page":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/api/upload/route":[]},"rscModuleMapping":{"15":{"*":{"id":"26081","name":"*","chunks":[],"async":false}},"224":{"*":{"id":"1106","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"67112","name":"*","chunks":[],"async":false}},"982":{"*":{"id":"32456","name":"*","chunks":[],"async":false}},"1123":{"*":{"id":"85693","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"61576","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"86884","name":"*","chunks":[],"async":false}},"1768":{"*":{"id":"85236","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"49816","name":"*","chunks":[],"async":false}},"2786":{"*":{"id":"56024","name":"*","chunks":[],"async":false}},"3070":{"*":{"id":"81492","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"46241","name":"*","chunks":[],"async":false}},"3692":{"*":{"id":"86127","name":"*","chunks":[],"async":false}},"4059":{"*":{"id":"22381","name":"*","chunks":[],"async":false}},"4485":{"*":{"id":"12852","name":"*","chunks":[],"async":false}},"4785":{"*":{"id":"40839","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"98109","name":"*","chunks":[],"async":false}},"5830":{"*":{"id":"53508","name":"*","chunks":[],"async":false}},"5995":{"*":{"id":"5201","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"13544","name":"*","chunks":[],"async":false}},"6351":{"*":{"id":"85255","name":"*","chunks":[],"async":false}},"6503":{"*":{"id":"81199","name":"*","chunks":[],"async":false}},"6597":{"*":{"id":"68109","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"28706","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"63661","name":"*","chunks":[],"async":false}},"7961":{"*":{"id":"28725","name":"*","chunks":[],"async":false}},"8999":{"*":{"id":"49211","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"85312","name":"*","chunks":[],"async":false}},"9464":{"*":{"id":"39877","name":"*","chunks":[],"async":false}},"9677":{"*":{"id":"35701","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"97660","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"15":{"*":{"id":"16671","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"60146","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"82442","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"57178","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"36618","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"54463","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"20331","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"5208","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"59607","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"99778","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"54174","name":"*","chunks":[],"async":false}}}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/auth/callback/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"15":{"*":{"id":"16671","name":"*","chunks":[],"async":false}},"224":{"*":{"id":"75020","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"60146","name":"*","chunks":[],"async":false}},"982":{"*":{"id":"59986","name":"*","chunks":[],"async":false}},"1123":{"*":{"id":"88423","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"82442","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"57178","name":"*","chunks":[],"async":false}},"1768":{"*":{"id":"78074","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"36618","name":"*","chunks":[],"async":false}},"2786":{"*":{"id":"62970","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"54463","name":"*","chunks":[],"async":false}},"3692":{"*":{"id":"30839","name":"*","chunks":[],"async":false}},"4059":{"*":{"id":"72375","name":"*","chunks":[],"async":false}},"4485":{"*":{"id":"88100","name":"*","chunks":[],"async":false}},"4785":{"*":{"id":"63277","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"20331","name":"*","chunks":[],"async":false}},"5830":{"*":{"id":"82014","name":"*","chunks":[],"async":false}},"5995":{"*":{"id":"40699","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"31986","name":"*","chunks":[],"async":false}},"6351":{"*":{"id":"8393","name":"*","chunks":[],"async":false}},"6503":{"*":{"id":"48525","name":"*","chunks":[],"async":false}},"6597":{"*":{"id":"84915","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"5208","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"59607","name":"*","chunks":[],"async":false}},"7961":{"*":{"id":"27127","name":"*","chunks":[],"async":false}},"8999":{"*":{"id":"34697","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"99778","name":"*","chunks":[],"async":false}},"9464":{"*":{"id":"14428","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"54174","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/CommandPalette.tsx":{"id":1123,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/SearchTrigger.tsx":{"id":6597,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/UserMenu.tsx":{"id":4059,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/@vercel+analytics@1.6.1_next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5__react@19.2.5/node_modules/@vercel/analytics/dist/next/index.mjs":{"id":340,"name":"*","chunks":["177","static/chunks/app/layout-f5666b9135264807.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/globals.css":{"id":3070,"name":"*","chunks":["177","static/chunks/app/layout-f5666b9135264807.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareList.tsx":{"id":6130,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareRowActions.tsx":{"id":9464,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-projects/ProjectList.tsx":{"id":5830,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/sign-in/SignInCard.tsx":{"id":6503,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/cli/login/CliLogin.tsx":{"id":7961,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/feedback/FeedbackForm.tsx":{"id":2786,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/projects/ProjectSettingsButton.tsx":{"id":3692,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/dashboard/DashboardContent.tsx":{"id":982,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/landing/InstallCTA.tsx":{"id":5995,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ThinkingBlock.tsx":{"id":4785,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ToolCall.tsx":{"id":4485,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/search/CloudSearchBox.tsx":{"id":224,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/LiveRefresh.tsx":{"id":1768,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/ResumeCommand.tsx":{"id":8999,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/share/ShareButton.tsx":{"id":6351,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/suresh/New-Projects/agentreplay/packages/web/":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/not-found":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/layout":[{"inlined":false,"path":"static/css/3c4744a7426424ee.css"}],"/Users/suresh/New-Projects/agentreplay/packages/web/app/page":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/auth/callback/route":[]},"rscModuleMapping":{"15":{"*":{"id":"26081","name":"*","chunks":[],"async":false}},"224":{"*":{"id":"1106","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"67112","name":"*","chunks":[],"async":false}},"982":{"*":{"id":"32456","name":"*","chunks":[],"async":false}},"1123":{"*":{"id":"85693","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"61576","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"86884","name":"*","chunks":[],"async":false}},"1768":{"*":{"id":"85236","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"49816","name":"*","chunks":[],"async":false}},"2786":{"*":{"id":"56024","name":"*","chunks":[],"async":false}},"3070":{"*":{"id":"81492","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"46241","name":"*","chunks":[],"async":false}},"3692":{"*":{"id":"86127","name":"*","chunks":[],"async":false}},"4059":{"*":{"id":"22381","name":"*","chunks":[],"async":false}},"4485":{"*":{"id":"12852","name":"*","chunks":[],"async":false}},"4785":{"*":{"id":"40839","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"98109","name":"*","chunks":[],"async":false}},"5830":{"*":{"id":"53508","name":"*","chunks":[],"async":false}},"5995":{"*":{"id":"5201","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"13544","name":"*","chunks":[],"async":false}},"6351":{"*":{"id":"85255","name":"*","chunks":[],"async":false}},"6503":{"*":{"id":"81199","name":"*","chunks":[],"async":false}},"6597":{"*":{"id":"68109","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"28706","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"63661","name":"*","chunks":[],"async":false}},"7961":{"*":{"id":"28725","name":"*","chunks":[],"async":false}},"8999":{"*":{"id":"49211","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"85312","name":"*","chunks":[],"async":false}},"9464":{"*":{"id":"39877","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"97660","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"15":{"*":{"id":"16671","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"60146","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"82442","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"57178","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"36618","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"54463","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"20331","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"5208","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"59607","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"99778","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"54174","name":"*","chunks":[],"async":false}}}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/auth/callback/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"15":{"*":{"id":"16671","name":"*","chunks":[],"async":false}},"224":{"*":{"id":"75020","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"60146","name":"*","chunks":[],"async":false}},"982":{"*":{"id":"59986","name":"*","chunks":[],"async":false}},"1123":{"*":{"id":"88423","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"82442","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"57178","name":"*","chunks":[],"async":false}},"1768":{"*":{"id":"78074","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"36618","name":"*","chunks":[],"async":false}},"2786":{"*":{"id":"62970","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"54463","name":"*","chunks":[],"async":false}},"3692":{"*":{"id":"30839","name":"*","chunks":[],"async":false}},"4059":{"*":{"id":"72375","name":"*","chunks":[],"async":false}},"4485":{"*":{"id":"88100","name":"*","chunks":[],"async":false}},"4785":{"*":{"id":"63277","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"20331","name":"*","chunks":[],"async":false}},"5830":{"*":{"id":"82014","name":"*","chunks":[],"async":false}},"5995":{"*":{"id":"40699","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"31986","name":"*","chunks":[],"async":false}},"6351":{"*":{"id":"8393","name":"*","chunks":[],"async":false}},"6503":{"*":{"id":"48525","name":"*","chunks":[],"async":false}},"6597":{"*":{"id":"84915","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"5208","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"59607","name":"*","chunks":[],"async":false}},"7961":{"*":{"id":"27127","name":"*","chunks":[],"async":false}},"8999":{"*":{"id":"34697","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"99778","name":"*","chunks":[],"async":false}},"9464":{"*":{"id":"14428","name":"*","chunks":[],"async":false}},"9677":{"*":{"id":"99183","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"54174","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/CommandPalette.tsx":{"id":1123,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/SearchTrigger.tsx":{"id":6597,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/UserMenu.tsx":{"id":4059,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/@vercel+analytics@1.6.1_next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5__react@19.2.5/node_modules/@vercel/analytics/dist/next/index.mjs":{"id":340,"name":"*","chunks":["7177","static/chunks/app/layout-aa56caf2bf5af86f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/globals.css":{"id":3070,"name":"*","chunks":["7177","static/chunks/app/layout-aa56caf2bf5af86f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/feedback/FeedbackForm.tsx":{"id":2786,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareList.tsx":{"id":6130,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/cli/login/CliLogin.tsx":{"id":7961,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareRowActions.tsx":{"id":9464,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/search/CloudSearchBox.tsx":{"id":224,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/sign-in/SignInCard.tsx":{"id":6503,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/projects/ProjectSettingsButton.tsx":{"id":3692,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/PRSummaryButton.tsx":{"id":9677,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ThinkingBlock.tsx":{"id":4785,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ToolCall.tsx":{"id":4485,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/LiveRefresh.tsx":{"id":1768,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/ResumeCommand.tsx":{"id":8999,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/share/ShareButton.tsx":{"id":6351,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/dashboard/DashboardContent.tsx":{"id":982,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/landing/InstallCTA.tsx":{"id":5995,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-projects/ProjectList.tsx":{"id":5830,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/suresh/New-Projects/agentreplay/packages/web/":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/not-found":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/layout":[{"inlined":false,"path":"static/css/c76bb7513858c50c.css"}],"/Users/suresh/New-Projects/agentreplay/packages/web/app/page":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/auth/callback/route":[]},"rscModuleMapping":{"15":{"*":{"id":"26081","name":"*","chunks":[],"async":false}},"224":{"*":{"id":"1106","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"67112","name":"*","chunks":[],"async":false}},"982":{"*":{"id":"32456","name":"*","chunks":[],"async":false}},"1123":{"*":{"id":"85693","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"61576","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"86884","name":"*","chunks":[],"async":false}},"1768":{"*":{"id":"85236","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"49816","name":"*","chunks":[],"async":false}},"2786":{"*":{"id":"56024","name":"*","chunks":[],"async":false}},"3070":{"*":{"id":"81492","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"46241","name":"*","chunks":[],"async":false}},"3692":{"*":{"id":"86127","name":"*","chunks":[],"async":false}},"4059":{"*":{"id":"22381","name":"*","chunks":[],"async":false}},"4485":{"*":{"id":"12852","name":"*","chunks":[],"async":false}},"4785":{"*":{"id":"40839","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"98109","name":"*","chunks":[],"async":false}},"5830":{"*":{"id":"53508","name":"*","chunks":[],"async":false}},"5995":{"*":{"id":"5201","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"13544","name":"*","chunks":[],"async":false}},"6351":{"*":{"id":"85255","name":"*","chunks":[],"async":false}},"6503":{"*":{"id":"81199","name":"*","chunks":[],"async":false}},"6597":{"*":{"id":"68109","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"28706","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"63661","name":"*","chunks":[],"async":false}},"7961":{"*":{"id":"28725","name":"*","chunks":[],"async":false}},"8999":{"*":{"id":"49211","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"85312","name":"*","chunks":[],"async":false}},"9464":{"*":{"id":"39877","name":"*","chunks":[],"async":false}},"9677":{"*":{"id":"35701","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"97660","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"15":{"*":{"id":"16671","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"60146","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"82442","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"57178","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"36618","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"54463","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"20331","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"5208","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"59607","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"99778","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"54174","name":"*","chunks":[],"async":false}}}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/auth/signout/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"15":{"*":{"id":"16671","name":"*","chunks":[],"async":false}},"224":{"*":{"id":"75020","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"60146","name":"*","chunks":[],"async":false}},"982":{"*":{"id":"59986","name":"*","chunks":[],"async":false}},"1123":{"*":{"id":"88423","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"82442","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"57178","name":"*","chunks":[],"async":false}},"1768":{"*":{"id":"78074","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"36618","name":"*","chunks":[],"async":false}},"2786":{"*":{"id":"62970","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"54463","name":"*","chunks":[],"async":false}},"3692":{"*":{"id":"30839","name":"*","chunks":[],"async":false}},"4059":{"*":{"id":"72375","name":"*","chunks":[],"async":false}},"4485":{"*":{"id":"88100","name":"*","chunks":[],"async":false}},"4785":{"*":{"id":"63277","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"20331","name":"*","chunks":[],"async":false}},"5830":{"*":{"id":"82014","name":"*","chunks":[],"async":false}},"5995":{"*":{"id":"40699","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"31986","name":"*","chunks":[],"async":false}},"6351":{"*":{"id":"8393","name":"*","chunks":[],"async":false}},"6503":{"*":{"id":"48525","name":"*","chunks":[],"async":false}},"6597":{"*":{"id":"84915","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"5208","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"59607","name":"*","chunks":[],"async":false}},"7961":{"*":{"id":"27127","name":"*","chunks":[],"async":false}},"8999":{"*":{"id":"34697","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"99778","name":"*","chunks":[],"async":false}},"9464":{"*":{"id":"14428","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"54174","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/CommandPalette.tsx":{"id":1123,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/SearchTrigger.tsx":{"id":6597,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/UserMenu.tsx":{"id":4059,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/@vercel+analytics@1.6.1_next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5__react@19.2.5/node_modules/@vercel/analytics/dist/next/index.mjs":{"id":340,"name":"*","chunks":["177","static/chunks/app/layout-f5666b9135264807.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/globals.css":{"id":3070,"name":"*","chunks":["177","static/chunks/app/layout-f5666b9135264807.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareList.tsx":{"id":6130,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareRowActions.tsx":{"id":9464,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-projects/ProjectList.tsx":{"id":5830,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/sign-in/SignInCard.tsx":{"id":6503,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/cli/login/CliLogin.tsx":{"id":7961,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/feedback/FeedbackForm.tsx":{"id":2786,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/projects/ProjectSettingsButton.tsx":{"id":3692,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/dashboard/DashboardContent.tsx":{"id":982,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/landing/InstallCTA.tsx":{"id":5995,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ThinkingBlock.tsx":{"id":4785,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ToolCall.tsx":{"id":4485,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/search/CloudSearchBox.tsx":{"id":224,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/LiveRefresh.tsx":{"id":1768,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/ResumeCommand.tsx":{"id":8999,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/share/ShareButton.tsx":{"id":6351,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/suresh/New-Projects/agentreplay/packages/web/":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/not-found":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/layout":[{"inlined":false,"path":"static/css/3c4744a7426424ee.css"}],"/Users/suresh/New-Projects/agentreplay/packages/web/app/page":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/auth/signout/route":[]},"rscModuleMapping":{"15":{"*":{"id":"26081","name":"*","chunks":[],"async":false}},"224":{"*":{"id":"1106","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"67112","name":"*","chunks":[],"async":false}},"982":{"*":{"id":"32456","name":"*","chunks":[],"async":false}},"1123":{"*":{"id":"85693","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"61576","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"86884","name":"*","chunks":[],"async":false}},"1768":{"*":{"id":"85236","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"49816","name":"*","chunks":[],"async":false}},"2786":{"*":{"id":"56024","name":"*","chunks":[],"async":false}},"3070":{"*":{"id":"81492","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"46241","name":"*","chunks":[],"async":false}},"3692":{"*":{"id":"86127","name":"*","chunks":[],"async":false}},"4059":{"*":{"id":"22381","name":"*","chunks":[],"async":false}},"4485":{"*":{"id":"12852","name":"*","chunks":[],"async":false}},"4785":{"*":{"id":"40839","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"98109","name":"*","chunks":[],"async":false}},"5830":{"*":{"id":"53508","name":"*","chunks":[],"async":false}},"5995":{"*":{"id":"5201","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"13544","name":"*","chunks":[],"async":false}},"6351":{"*":{"id":"85255","name":"*","chunks":[],"async":false}},"6503":{"*":{"id":"81199","name":"*","chunks":[],"async":false}},"6597":{"*":{"id":"68109","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"28706","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"63661","name":"*","chunks":[],"async":false}},"7961":{"*":{"id":"28725","name":"*","chunks":[],"async":false}},"8999":{"*":{"id":"49211","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"85312","name":"*","chunks":[],"async":false}},"9464":{"*":{"id":"39877","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"97660","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"15":{"*":{"id":"16671","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"60146","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"82442","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"57178","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"36618","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"54463","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"20331","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"5208","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"59607","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"99778","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"54174","name":"*","chunks":[],"async":false}}}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/auth/signout/route"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"15":{"*":{"id":"16671","name":"*","chunks":[],"async":false}},"224":{"*":{"id":"75020","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"60146","name":"*","chunks":[],"async":false}},"982":{"*":{"id":"59986","name":"*","chunks":[],"async":false}},"1123":{"*":{"id":"88423","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"82442","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"57178","name":"*","chunks":[],"async":false}},"1768":{"*":{"id":"78074","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"36618","name":"*","chunks":[],"async":false}},"2786":{"*":{"id":"62970","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"54463","name":"*","chunks":[],"async":false}},"3692":{"*":{"id":"30839","name":"*","chunks":[],"async":false}},"4059":{"*":{"id":"72375","name":"*","chunks":[],"async":false}},"4485":{"*":{"id":"88100","name":"*","chunks":[],"async":false}},"4785":{"*":{"id":"63277","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"20331","name":"*","chunks":[],"async":false}},"5830":{"*":{"id":"82014","name":"*","chunks":[],"async":false}},"5995":{"*":{"id":"40699","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"31986","name":"*","chunks":[],"async":false}},"6351":{"*":{"id":"8393","name":"*","chunks":[],"async":false}},"6503":{"*":{"id":"48525","name":"*","chunks":[],"async":false}},"6597":{"*":{"id":"84915","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"5208","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"59607","name":"*","chunks":[],"async":false}},"7961":{"*":{"id":"27127","name":"*","chunks":[],"async":false}},"8999":{"*":{"id":"34697","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"99778","name":"*","chunks":[],"async":false}},"9464":{"*":{"id":"14428","name":"*","chunks":[],"async":false}},"9677":{"*":{"id":"99183","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"54174","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/CommandPalette.tsx":{"id":1123,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/SearchTrigger.tsx":{"id":6597,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/UserMenu.tsx":{"id":4059,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/@vercel+analytics@1.6.1_next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5__react@19.2.5/node_modules/@vercel/analytics/dist/next/index.mjs":{"id":340,"name":"*","chunks":["7177","static/chunks/app/layout-aa56caf2bf5af86f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/globals.css":{"id":3070,"name":"*","chunks":["7177","static/chunks/app/layout-aa56caf2bf5af86f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/feedback/FeedbackForm.tsx":{"id":2786,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareList.tsx":{"id":6130,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/cli/login/CliLogin.tsx":{"id":7961,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareRowActions.tsx":{"id":9464,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/search/CloudSearchBox.tsx":{"id":224,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/sign-in/SignInCard.tsx":{"id":6503,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/projects/ProjectSettingsButton.tsx":{"id":3692,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/PRSummaryButton.tsx":{"id":9677,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ThinkingBlock.tsx":{"id":4785,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ToolCall.tsx":{"id":4485,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/LiveRefresh.tsx":{"id":1768,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/ResumeCommand.tsx":{"id":8999,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/share/ShareButton.tsx":{"id":6351,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/dashboard/DashboardContent.tsx":{"id":982,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/landing/InstallCTA.tsx":{"id":5995,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-projects/ProjectList.tsx":{"id":5830,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/suresh/New-Projects/agentreplay/packages/web/":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/not-found":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/layout":[{"inlined":false,"path":"static/css/c76bb7513858c50c.css"}],"/Users/suresh/New-Projects/agentreplay/packages/web/app/page":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/auth/signout/route":[]},"rscModuleMapping":{"15":{"*":{"id":"26081","name":"*","chunks":[],"async":false}},"224":{"*":{"id":"1106","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"67112","name":"*","chunks":[],"async":false}},"982":{"*":{"id":"32456","name":"*","chunks":[],"async":false}},"1123":{"*":{"id":"85693","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"61576","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"86884","name":"*","chunks":[],"async":false}},"1768":{"*":{"id":"85236","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"49816","name":"*","chunks":[],"async":false}},"2786":{"*":{"id":"56024","name":"*","chunks":[],"async":false}},"3070":{"*":{"id":"81492","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"46241","name":"*","chunks":[],"async":false}},"3692":{"*":{"id":"86127","name":"*","chunks":[],"async":false}},"4059":{"*":{"id":"22381","name":"*","chunks":[],"async":false}},"4485":{"*":{"id":"12852","name":"*","chunks":[],"async":false}},"4785":{"*":{"id":"40839","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"98109","name":"*","chunks":[],"async":false}},"5830":{"*":{"id":"53508","name":"*","chunks":[],"async":false}},"5995":{"*":{"id":"5201","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"13544","name":"*","chunks":[],"async":false}},"6351":{"*":{"id":"85255","name":"*","chunks":[],"async":false}},"6503":{"*":{"id":"81199","name":"*","chunks":[],"async":false}},"6597":{"*":{"id":"68109","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"28706","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"63661","name":"*","chunks":[],"async":false}},"7961":{"*":{"id":"28725","name":"*","chunks":[],"async":false}},"8999":{"*":{"id":"49211","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"85312","name":"*","chunks":[],"async":false}},"9464":{"*":{"id":"39877","name":"*","chunks":[],"async":false}},"9677":{"*":{"id":"35701","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"97660","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"15":{"*":{"id":"16671","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"60146","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"82442","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"57178","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"36618","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"54463","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"20331","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"5208","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"59607","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"99778","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"54174","name":"*","chunks":[],"async":false}}}}
@@ -0,0 +1,2 @@
1
+ (()=>{var a={};a.id=1889,a.ids=[1889],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},4907:()=>{},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},12130:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,54463,23)),Promise.resolve().then(c.bind(c,88423)),Promise.resolve().then(c.bind(c,84915)),Promise.resolve().then(c.bind(c,72375))},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},25302:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f});var d=c(96186),e=c(43816);function f({children:a}){return(0,d.jsx)(e.GV,{children:a})}},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},37816:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(47658),e=c(94221),f=c(62035),g=c(79316),h=c(36238),i=c(39136),j=c(42943),k=c(46236),l=c(48258),m=c(96104),n=c(33954),o=c(31565),p=c(62397),q=c(36454),r=c(261),s=c(46117),t=c(99338),u=c(26713),v=c(23308),w=c(10477),x=c(34193),y=c(7174),z=c(47866),A=c(13214),B=c(86439),C=c(28706),D=c.n(C),E=c(28954),F=c(37107),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["blog",{children:["ai-coding-agents-2026",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,61103)),"/Users/suresh/New-Projects/agentreplay/packages/web/app/blog/ai-coding-agents-2026/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,25302)),"/Users/suresh/New-Projects/agentreplay/packages/web/app/blog/layout.tsx"],metadata:{icon:[],apple:[],openGraph:[async a=>(await Promise.resolve().then(c.bind(c,39252))).default(a)],twitter:[],manifest:void 0}}]},{layout:[()=>Promise.resolve().then(c.bind(c,55729)),"/Users/suresh/New-Projects/agentreplay/packages/web/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,28706,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.bind(c,49243)),"/Users/suresh/New-Projects/agentreplay/packages/web/app/not-found.tsx"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,25325,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,6960,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[],apple:[],openGraph:[async a=>(await Promise.resolve().then(c.bind(c,39252))).default(a)],twitter:[],manifest:void 0}}]}.children,I=["/Users/suresh/New-Projects/agentreplay/packages/web/app/blog/ai-coding-agents-2026/page.tsx"],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/blog/ai-coding-agents-2026/page",pathname:"/blog/ai-coding-agents-2026",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/blog/ai-coding-agents-2026/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
2
+ see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},43674:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,46241,23)),Promise.resolve().then(c.bind(c,85693)),Promise.resolve().then(c.bind(c,68109)),Promise.resolve().then(c.bind(c,22381))},61103:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>g,metadata:()=>e});var d=c(96186);let e={title:"Every AI Coding Agent Compared: The Honest Guide (April 2026)",description:"Claude Code, Cursor, Copilot, Codex, Windsurf, Kiro, OpenCode, Aider, Cline, Continue, Amazon Q, Jules. What they do, what they miss, how to choose.",keywords:["AI coding agent","AI coding assistant","Claude Code","Claude Code review","Cursor AI","Cursor IDE","GitHub Copilot","Copilot agent mode","OpenAI Codex","Codex CLI","Windsurf IDE","Amazon Kiro","OpenCode","Aider","Cline","Continue dev","Amazon Q Developer","Google Jules","AI coding tools comparison","AI coding tools 2026","best AI coding tool","vibe coding","AI pair programming","AI code review","MCP protocol"],authors:[{name:"promptarc",url:"https://promptarc.dev"}],openGraph:{title:"Every AI Coding Agent Compared: The Honest Guide (April 2026)",description:"12 AI coding agents compared. Deep dives, verified stats, pricing tables, and what every tool is missing.",type:"article",publishedTime:"2026-04-13T00:00:00Z",modifiedTime:"2026-04-13T00:00:00Z",authors:["promptarc"],tags:["AI coding","Claude Code","Cursor","Copilot","Codex","Windsurf","developer tools"],url:"https://promptarc.dev/blog/ai-coding-agents-2026",siteName:"promptarc"},twitter:{card:"summary_large_image",title:"Every AI Coding Agent Compared (April 2026)",description:"12 agents. Verified stats. Pricing tables. What every tool is missing."},alternates:{canonical:"https://promptarc.dev/blog/ai-coding-agents-2026"},robots:{index:!0,follow:!0,googleBot:{index:!0,follow:!0,"max-snippet":-1,"max-image-preview":"large"}}},f={"@context":"https://schema.org","@type":"Article",headline:"Every AI Coding Agent Compared: The Honest Guide (April 2026)",description:"12 AI coding agents compared. Deep dives, verified stats, pricing tables, and what every tool is missing.",datePublished:"2026-04-13T00:00:00Z",dateModified:"2026-04-13T00:00:00Z",author:{"@type":"Organization",name:"promptarc",url:"https://promptarc.dev"},publisher:{"@type":"Organization",name:"promptarc",url:"https://promptarc.dev"},mainEntityOfPage:"https://promptarc.dev/blog/ai-coding-agents-2026",wordCount:4200,articleSection:"Developer Tools",keywords:"AI coding agent, Claude Code, Cursor, Copilot, Codex, Windsurf, Kiro, comparison, 2026"};function g(){return(0,d.jsxs)("div",{className:"mx-auto max-w-[720px] px-6 py-16 sm:py-24",children:[(0,d.jsx)("script",{type:"application/ld+json",dangerouslySetInnerHTML:{__html:JSON.stringify(f)}}),(0,d.jsxs)("header",{className:"mb-16",children:[(0,d.jsx)("a",{href:"/blog",className:"text-2xs font-medium uppercase tracking-wider text-ink-4 hover:text-ink-2",children:"Blog"}),(0,d.jsx)("h1",{className:"mt-4 text-[2.5rem] font-semibold leading-[1.1] tracking-tight text-white sm:text-5xl",children:"Every AI Coding Agent Compared"}),(0,d.jsx)("p",{className:"mt-4 text-lg leading-relaxed text-ink-2",children:"The honest guide — April 2026"}),(0,d.jsxs)("div",{className:"mt-6 flex items-center gap-4 text-sm text-ink-3",children:[(0,d.jsx)("span",{children:"April 13, 2026"}),(0,d.jsx)("span",{className:"h-1 w-1 rounded-full bg-ink-4"}),(0,d.jsx)("span",{children:"20 min read"})]}),(0,d.jsx)("div",{className:"mt-8 h-px bg-surface-border"})]}),(0,d.jsxs)("div",{className:"blog-body",children:[(0,d.jsxs)("p",{children:["Six months ago, Cursor was a code editor, Claude Code was a terminal assistant, and Codex was a cloud sandbox. Today, Cursor hit"," ",(0,d.jsx)("a",{href:"https://techcrunch.com/2026/03/02/cursor-has-reportedly-surpassed-2b-in-annualized-revenue/",children:"$2B in annualized revenue"})," ","with over a million paying customers. Claude Code ships scheduled tasks, computer use, and remote control across your devices. Codex runs on GPT-5.4 with a desktop app and a model that generates code at 1,000+ tokens per second. Windsurf survived an acquisition, the departure of its founders, and a pricing overhaul. It still crossed a million active users."]}),(0,d.jsxs)("p",{children:["Most comparison posts are written by the companies that make these tools, or sponsored by one of them. We built"," ",(0,d.jsx)("a",{href:"https://promptarc.dev",children:"promptarc"}),", a session viewer that parses every agent's local format. We've spent months inside their data. Here's what we actually learned."]}),(0,d.jsxs)("p",{children:["A few numbers for context:"," ",(0,d.jsx)("a",{href:"https://survey.stackoverflow.co/2025/ai",children:"73% of developers"})," ","now use AI coding tools daily."," ",(0,d.jsx)("a",{href:"https://github.blog/news-insights/octoverse/octoverse-a-new-developer-joins-github-every-second-as-ai-leads-typescript-to-1/",children:"41% of new code on GitHub"})," ","is AI-assisted. The average developer uses 2 to 3 tools at the same time, not because they can't decide, but because different tools are better at different things."]}),(0,d.jsx)("h2",{children:"The Taxonomy"}),(0,d.jsx)("p",{children:"Not all agents are the same shape. Three categories:"}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:"CLI-Native:"})," Claude Code, Codex CLI, Aider, OpenCode. You control the environment. The agent operates in your terminal, your filesystem, your git repo. Best for complex multi-step tasks and CI/CD."]}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:"IDE-Integrated:"})," Cursor, Windsurf, Kiro, Copilot, Cline, Continue. The agent lives inside your editor. Context is automatic. Best for daily coding with autocomplete + agent in one window."]}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:"Cloud/Async:"})," Cursor Background Agents, Codex Cloud, Jules, Copilot Coding Agent. You assign a task, walk away, come back to a PR. Best for parallelizable and overnight batch work."]}),(0,d.jsx)("p",{children:"These categories are blurring fast. Claude Code now has cloud auto-fix. Cursor has a CLI. Codex has a CLI, a desktop app, and cloud tasks. Most serious developers use two or three tools across categories."}),(0,d.jsx)("h2",{children:"The Big 5"}),(0,d.jsx)("h3",{children:"Claude Code"}),(0,d.jsx)("p",{className:"text-ink-3 italic",children:"The autonomous terminal agent"}),(0,d.jsxs)("p",{children:["In Q1 2026, Anthropic shipped"," ",(0,d.jsx)("a",{href:"https://www.mindstudio.ai/blog/claude-code-q1-2026-update-roundup-2",children:"30+ releases in five weeks"}),", transforming Claude Code into a full autonomous agent platform. The highlight reel: 1M token context window (Opus 4.6) with no surcharge on Max/Team/Enterprise. Scheduled tasks running on a cron-like schedule in Anthropic's cloud. Auto mode that reduces supervision by letting an AI classifier approve safe tool calls. Remote control lets you start on your laptop and continue on your phone. Computer use means the agent can open apps, click, navigate, and fill forms, not just run terminal commands. Cloud auto-fix follows your PRs, fixes CI failures, and addresses review comments without you lifting a finger."]}),(0,d.jsx)("p",{children:"The extensibility stack is the deepest of any CLI tool: ~101 official plugins, a 6-tier permission model (the most granular of any agent), CLAUDE.md project conventions, custom slash commands, and a skills system for packaging and sharing agent capabilities."}),(0,d.jsxs)("p",{children:["Developer sentiment tells the story:"," ",(0,d.jsx)("a",{href:"https://newsletter.pragmaticengineer.com/p/ai-tooling-2026",children:'46% "most loved"'})," ","in the Pragmatic Engineer survey (15K devs),"," ",(0,d.jsx)("a",{href:"https://blog.jetbrains.com/research/2026/04/which-ai-coding-tools-do-developers-actually-use-at-work/",children:"91% CSAT and NPS of 54"})," ","in JetBrains' AI Pulse survey. No other tool comes close on satisfaction metrics."]}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:"The gap:"})," Rate limits frustrate heavy users on the Pro plan. No built-in autocomplete (pair with Cursor or Windsurf). Session history is local JSONL with no built-in cross-session search."]}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:"Verdict:"})," The most capable agent for complex, multi-step work. If you want an AI that stays active across devices, runs on a schedule, and operates autonomously, this is it. It expects you to be comfortable in a terminal."]}),(0,d.jsx)("h3",{children:"Cursor"}),(0,d.jsx)("p",{className:"text-ink-3 italic",children:"The agent orchestration platform"}),(0,d.jsxs)("p",{children:["Cursor's numbers:"," ",(0,d.jsx)("a",{href:"https://techcrunch.com/2026/03/02/cursor-has-reportedly-surpassed-2b-in-annualized-revenue/",children:"$2B ARR"}),", 2M+ users, over a million paying customers, trusted by"," ",(0,d.jsx)("a",{href:"https://cursor.com",children:"over half of the Fortune 500"}),". What started as a VS Code fork is now the most complete AI IDE."]}),(0,d.jsx)("p",{children:"The standout feature is background agents. You can run up to 8 in parallel, each in isolated Ubuntu cloud VMs with browser, desktop, and video recording. Supermaven autocomplete has an industry-leading acceptance rate with 100K token context for completions. Automations trigger agents from Slack, Linear, GitHub, PagerDuty, and schedules, making it the most comprehensive event-driven system among IDE tools. MCP Apps render interactive charts, diagrams, and whiteboards inside agent chats. Model flexibility across GPT-5.2, Claude Sonnet 4.5, Gemini 3 Pro, and more."}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:"The gap:"})," Credit pricing confuses some users because predicting monthly spend is hard. VS Code lock-in (no JetBrains). No persistent memory across sessions."]}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:"Verdict:"})," The most complete AI IDE. If you want everything in one window (autocomplete, agent mode, background agents, plugin ecosystem), this is the default choice."]}),(0,d.jsx)("h3",{children:"GitHub Copilot"}),(0,d.jsx)("p",{className:"text-ink-3 italic",children:"The enterprise default"}),(0,d.jsxs)("p",{children:["Copilot holds"," ",(0,d.jsx)("a",{href:"https://www.getpanto.ai/blog/github-copilot-statistics",children:"42% market share"}),", the largest install base. But only"," ",(0,d.jsx)("a",{href:"https://newsletter.pragmaticengineer.com/p/ai-tooling-2026",children:'9% call it "most loved"'}),". That gap between most used and most loved tells you everything about its position. It's the safe enterprise choice, not the exciting developer choice."]}),(0,d.jsx)("p",{children:"What it does well: assign a GitHub issue to Copilot and it autonomously creates a PR, self-reviews, and tags you when ready. Agentic code review gathers full project context and auto-generates fix PRs. Three-layer security scanning (CodeQL, secret scanning, Dependabot). Agent mode GA on VS Code and JetBrains. Org-wide custom instructions for enterprise governance."}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:"The gap:"})," Extensions only work in"," ",(0,d.jsx)("a",{href:"https://github.com/orgs/community/discussions/157927",children:"Ask mode, not Agent mode"}),". No persistent memory. No automation triggers beyond GitHub events."]}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:"Verdict:"})," If your company pays for GitHub Enterprise and compliance matters more than cutting-edge features, this is the safe bet. Not the most powerful, but the most integrated with where your code lives."]}),(0,d.jsx)("h3",{children:"OpenAI Codex"}),(0,d.jsx)("p",{className:"text-ink-3 italic",children:"The full-stack coding platform"}),(0,d.jsxs)("p",{children:["Codex has evolved far beyond the original cloud sandbox. It's now a multi-surface platform:"," ",(0,d.jsx)("a",{href:"https://github.com/openai/codex",children:"open-source CLI (Rust, Apache 2.0)"}),", macOS desktop app, cloud tasks, and IDE extension, all running on"," ",(0,d.jsx)("a",{href:"https://openai.com/index/introducing-gpt-5-4/",children:"GPT-5.4"})," ","by default."]}),(0,d.jsxs)("p",{children:["The speed story is real:"," ",(0,d.jsx)("a",{href:"https://openai.com/index/introducing-gpt-5-3-codex-spark/",children:"GPT-5.3-Codex-Spark"})," ","generates code at 1,000+ tokens/sec on Cerebras hardware. First-class plugins connect to Sentry, Datadog, Linear, Slack, Figma. GitHub Triggers automate responses to issues, PRs, and pushes. Kernel-level sandboxing uses Linux namespace isolation, the strongest security of any tool. Multi-agent v2 supports structured inter-agent messaging."]}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:"The gap:"})," Smaller community than Claude Code or Cursor. macOS-only desktop. OpenAI models only. GitHub-only for background clone-and-push."]}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:"Verdict:"})," The most complete offering from a single vendor: CLI, desktop, IDE extension, cloud tasks, fastest model. If you're in the OpenAI ecosystem with automation-first workflows, this is the play."]}),(0,d.jsx)("h3",{children:"Windsurf"}),(0,d.jsx)("p",{className:"text-ink-3 italic",children:"The enterprise wildcard"}),(0,d.jsxs)("p",{children:["The most turbulent story in AI coding."," ",(0,d.jsx)("a",{href:"https://www.cnbc.com/2025/07/14/cognition-to-buy-ai-startup-windsurf-days-after-google-poached-ceo.html",children:"Cognition acquired it for ~$250M"})," ","after OpenAI's $3B deal fell through."," ",(0,d.jsx)("a",{href:"https://techcrunch.com/2025/08/01/more-details-emerge-on-how-windsurfs-vcs-and-founders-got-paid-from-the-google-deal/",children:"Google paid $2.4B"})," ","to license the technology and hire the founders. Three weeks later,"," ",(0,d.jsx)("a",{href:"https://techcrunch.com/2025/08/05/three-weeks-after-acquiring-windsurf-cognition-offers-staff-the-exit-door/",children:"Cognition laid off 30 employees"})," ","and offered buyouts to ~200 remaining staff. The people who built Windsurf's core differentiation are no longer there."]}),(0,d.jsxs)("p",{children:["Despite the turbulence:"," ",(0,d.jsx)("a",{href:"https://windsurf.com",children:"1M+ active users"}),", 4,000+ enterprise customers. The standout feature is Memories. Cascade autonomously creates persistent memories of your project context, coding patterns, and preferences across sessions. No other tool does this automatically. Broadest IDE coverage (VS Code, JetBrains, Vim, NeoVim, XCode, totaling 40+ plugins). Deepest compliance: SOC 2, HIPAA, FedRAMP, ITAR."," ",(0,d.jsx)("a",{href:"https://windsurf.com/blog/windsurf-pricing-plans",children:"Pricing overhauled March 2026"}),": $20/mo (was $15), switched from credits to daily/weekly quotas."]}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:"The gap:"})," Product direction uncertain under Cognition. No automation triggers. No plugin marketplace. Daily quotas frustrate heavy users. Memories are local-only with no cross-machine sync."]}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:"Verdict:"})," The best compliance story and broadest IDE coverage. If you need HIPAA/FedRAMP, this is the only real option. But watch the changelog. The team turbulence is real."]}),(0,d.jsx)("h2",{children:"The Challengers"}),(0,d.jsx)("h3",{children:"Amazon Kiro"}),(0,d.jsxs)("p",{children:["AWS's ",(0,d.jsx)("a",{href:"https://kiro.dev",children:"agentic IDE"})," with a unique angle: spec-driven development. Natural language prompts become EARS requirements, then architecture, then task sequences. Uses Claude Sonnet 4.5 by default. Native MCP support. Free tier (50 credits), Pro at $20/mo, up to Power at $200/mo. Best for teams that want structured, requirements-first AI development."]}),(0,d.jsx)("h3",{children:"OpenCode"}),(0,d.jsxs)("p",{children:["Fully open-source (MIT),"," ",(0,d.jsx)("a",{href:"https://github.com/opencode-ai/opencode",children:"~142K GitHub stars"}),", 75+ LLM providers including local models via Ollama. Built by the SST team. Zero vendor lock-in. No memory, no cloud agents, no marketplace, but the community is building fast. Best for developers who want full transparency and model freedom."]}),(0,d.jsx)("h3",{children:"Aider"}),(0,d.jsxs)("p",{children:["100% open source, ",(0,d.jsx)("a",{href:"https://aider.chat",children:"any LLM"})," including local via Ollama, git-first philosophy where every AI change becomes a commit. Pioneered the architect/editor dual-model pattern. No MCP, no plugins, no memory, no cloud. Best for developers who want zero lock-in and think in git commits."]}),(0,d.jsx)("h3",{children:"Cline"}),(0,d.jsxs)("p",{children:[(0,d.jsx)("a",{href:"https://cline.bot/blog/5m-installs-1m-open-source-grant-program",children:"5M+ installs"}),'. Self-creating MCP tools: ask it to "add a tool" and it builds, installs, and configures an MCP server. Browser automation built-in. Plan/Act safety gate. Total cost transparency. Best for developers who want to see exactly what the AI spends.']}),(0,d.jsx)("h3",{children:"Continue.dev"}),(0,d.jsxs)("p",{children:[(0,d.jsx)("a",{href:"https://github.com/continuedev/continue",children:"Open source"})," ","with a unique angle: AI Checks as GitHub status checks (green/red on PRs). Headless CLI for CI/CD pipelines. Source-controlled quality standards. Best for teams that want AI in their merge gate."]}),(0,d.jsx)("h3",{children:"Amazon Q Developer"}),(0,d.jsx)("p",{children:"Not a general-purpose coding agent. This is a migration and modernization tool. Java 8→17 upgrades, .NET porting, mainframe COBOL conversion, VMware workload migration. Deep AWS integration. Free tier with 50 agentic interactions/month. Best for enterprise cloud migrations on AWS."}),(0,d.jsx)("h3",{children:"Jules (Google)"}),(0,d.jsxs)("p",{children:["Fire-and-forget: assign a task, come back to a PR."," ",(0,d.jsx)("a",{href:"https://jules.google",children:"Gemini 2.5 Pro"})," (free tier) or Gemini 3 Pro (Pro/Ultra). Runs in Google Cloud VMs. Jules Tools CLI and public API. Best for well-defined background tasks."]}),(0,d.jsx)("h2",{children:"Comparison Tables"}),(0,d.jsx)("h3",{children:"Capabilities"}),(0,d.jsx)("div",{className:"my-6 -mx-6 overflow-x-auto sm:mx-0",children:(0,d.jsxs)("table",{children:[(0,d.jsx)("thead",{children:(0,d.jsxs)("tr",{children:[(0,d.jsx)("th",{children:"Tool"}),(0,d.jsx)("th",{children:"Autocomplete"}),(0,d.jsx)("th",{children:"Agent"}),(0,d.jsx)("th",{children:"BG/Cloud"}),(0,d.jsx)("th",{children:"MCP"}),(0,d.jsx)("th",{children:"Memory"}),(0,d.jsx)("th",{children:"Triggers"})]})}),(0,d.jsxs)("tbody",{children:[(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Claude Code"}),(0,d.jsx)("td",{children:"Pair w/ IDE *"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"Auto-fix"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"CLAUDE.md"}),(0,d.jsx)("td",{children:"Hooks"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Cursor"}),(0,d.jsx)("td",{children:"Supermaven"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"Notepads"}),(0,d.jsx)("td",{children:"Slack/Linear"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Copilot"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"GitHub"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Codex"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"AGENTS.md"}),(0,d.jsx)("td",{children:"GitHub"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Windsurf"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"Auto"}),(0,d.jsx)("td",{children:"—"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Kiro"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"Steering"}),(0,d.jsx)("td",{children:"Hooks"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"OpenCode"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"—"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Aider"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"—"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Cline"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"—"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Continue"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"CLI"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"PR events"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Amazon Q"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"—"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Jules"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"—"})]})]})]})}),(0,d.jsx)("p",{className:"text-ink-4 text-xs",children:"* Claude Code has no built-in autocomplete. Pair with Cursor or Windsurf for tab completion."}),(0,d.jsx)("h3",{children:"Pricing (April 2026)"}),(0,d.jsx)("div",{className:"my-6 -mx-6 overflow-x-auto sm:mx-0",children:(0,d.jsxs)("table",{children:[(0,d.jsx)("thead",{children:(0,d.jsxs)("tr",{children:[(0,d.jsx)("th",{children:"Tool"}),(0,d.jsx)("th",{children:"Free"}),(0,d.jsx)("th",{children:"Pro"}),(0,d.jsx)("th",{children:"Team"}),(0,d.jsx)("th",{children:"Model"})]})}),(0,d.jsxs)("tbody",{children:[(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Claude Code"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"$20/mo"}),(0,d.jsx)("td",{children:"$25/seat/mo"}),(0,d.jsx)("td",{children:"Usage quota"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Cursor"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"$20/mo"}),(0,d.jsx)("td",{children:"$40/user/mo"}),(0,d.jsx)("td",{children:"Credit"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Copilot"}),(0,d.jsx)("td",{children:"50 req"}),(0,d.jsx)("td",{children:"$10/mo"}),(0,d.jsx)("td",{children:"$19/user/mo"}),(0,d.jsx)("td",{children:"Premium req"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Codex"}),(0,d.jsx)("td",{children:"OSS CLI"}),(0,d.jsx)("td",{children:"$20/mo+"}),(0,d.jsx)("td",{children:"Enterprise"}),(0,d.jsx)("td",{children:"Pay-per-token"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Windsurf"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"$20/mo"}),(0,d.jsx)("td",{children:"$40/user/mo"}),(0,d.jsx)("td",{children:"Daily quota"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Kiro"}),(0,d.jsx)("td",{children:"50 credits"}),(0,d.jsx)("td",{children:"$20/mo"}),(0,d.jsx)("td",{children:"Enterprise"}),(0,d.jsx)("td",{children:"Credit"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"OpenCode"}),(0,d.jsx)("td",{children:"MIT"}),(0,d.jsx)("td",{children:"$10/mo"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"BYOK"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Aider"}),(0,d.jsx)("td",{children:"Free"}),(0,d.jsx)("td",{children:"BYOK"}),(0,d.jsx)("td",{children:"—"}),(0,d.jsx)("td",{children:"BYOK"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Cline"}),(0,d.jsx)("td",{children:"BYOK"}),(0,d.jsx)("td",{children:"$20/mo"}),(0,d.jsx)("td",{children:"$20/mo"}),(0,d.jsx)("td",{children:"BYOK"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Continue"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"Pay/use"}),(0,d.jsx)("td",{children:"$20/seat/mo"}),(0,d.jsx)("td",{children:"BYOK"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Amazon Q"}),(0,d.jsx)("td",{children:"50 int"}),(0,d.jsx)("td",{children:"$19/user/mo"}),(0,d.jsx)("td",{children:"Enterprise"}),(0,d.jsx)("td",{children:"Included"})]}),(0,d.jsxs)("tr",{children:[(0,d.jsx)("td",{children:"Jules"}),(0,d.jsx)("td",{children:"Yes"}),(0,d.jsx)("td",{children:"AI Pro sub"}),(0,d.jsx)("td",{children:"Google Cloud"}),(0,d.jsx)("td",{children:"Included"})]})]})]})}),(0,d.jsx)("h2",{children:"What We Learned"}),(0,d.jsx)("p",{children:"We built a tool that reads the session formats of every agent on this list. Here's what surprised us:"}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:"Every tool is converging on the same architecture."})," ",'Agent + sandbox + cloud + PR output. The differentiators are shifting from "what can it do" to "how does it feel to use."']}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:"No tool has cross-session search."})," You can search within a session, but \"find the session where I fixed that OAuth bug last month\" doesn't exist anywhere natively. (This is what we're building at"," ",(0,d.jsx)("a",{href:"https://promptarc.dev",children:"promptarc"}),".)"]}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:"The bottleneck moved from generation to review."})," ","Agents produce code fast. Reviewing what they did is now the slow part."]}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:"Memory is the next battleground."})," Windsurf has Memories. Claude Code has CLAUDE.md. Cursor has Rules and Notepads. But none share knowledge across a team automatically."]}),(0,d.jsxs)("p",{children:[(0,d.jsx)("strong",{children:'The "2–3 tool" pattern is real.'})," Most productive developers use one IDE agent for daily work + one CLI agent for hard problems + occasionally a cloud agent for background tasks. That's not indecision. It's the optimal setup in 2026."]}),(0,d.jsx)("h2",{children:"How to Choose"}),(0,d.jsx)("p",{children:"Start with your #1 priority:"}),(0,d.jsxs)("ul",{children:[(0,d.jsxs)("li",{children:[(0,d.jsx)("strong",{children:"Maximum autonomy"})," → Claude Code"]}),(0,d.jsxs)("li",{children:[(0,d.jsx)("strong",{children:"Best IDE experience"})," → Cursor"]}),(0,d.jsxs)("li",{children:[(0,d.jsx)("strong",{children:"Compliance / regulated industry"})," → Windsurf"]}),(0,d.jsxs)("li",{children:[(0,d.jsx)("strong",{children:"Zero vendor lock-in"})," → OpenCode or Aider"]}),(0,d.jsxs)("li",{children:[(0,d.jsx)("strong",{children:"GitHub-native"})," → Copilot"]}),(0,d.jsxs)("li",{children:[(0,d.jsx)("strong",{children:"Speed"})," → Codex (Spark at 1K tokens/sec)"]}),(0,d.jsxs)("li",{children:[(0,d.jsx)("strong",{children:"Spec-driven"})," → Kiro"]}),(0,d.jsxs)("li",{children:[(0,d.jsx)("strong",{children:"Cheapest"})," → Aider (free, BYOK)"]}),(0,d.jsxs)("li",{children:[(0,d.jsx)("strong",{children:"Legacy migrations"})," → Amazon Q"]}),(0,d.jsxs)("li",{children:[(0,d.jsx)("strong",{children:"Fire-and-forget"})," → Cursor BG or Codex Cloud"]})]}),(0,d.jsx)("p",{children:"Most developers end up with 2–3 tools. One IDE agent for daily work + one CLI agent for hard problems + one cloud agent for background tasks. That's not indecision. It's the optimal setup in 2026."}),(0,d.jsx)("hr",{}),(0,d.jsxs)("p",{className:"text-ink-4",children:["Last updated: April 2026. If we got something wrong →"," ",(0,d.jsx)("a",{href:"https://promptarc.dev/feedback",children:"promptarc.dev/feedback"})]})]})]})}},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},67955:()=>{},73024:a=>{"use strict";a.exports=require("node:fs")},76760:a=>{"use strict";a.exports=require("node:path")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")}};var b=require("../../../webpack-runtime.js");b.C(a);var c=b.X(0,[549,3256,2678,4985,8334],()=>b(b.s=37816));module.exports=c})();
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/lib/cache-handlers/default.external.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/shared/lib/segment.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/package.json","../../../../../../../package.json","../../../../../node_modules/next","../../../../../package.json","../../../../package.json","../../../chunks/2678.js","../../../chunks/3256.js","../../../chunks/4985.js","../../../chunks/549.js","../../../chunks/8334.js","../../../webpack-runtime.js","page_client-reference-manifest.js"]}
@@ -0,0 +1 @@
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/blog/ai-coding-agents-2026/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"15":{"*":{"id":"16671","name":"*","chunks":[],"async":false}},"224":{"*":{"id":"75020","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"60146","name":"*","chunks":[],"async":false}},"982":{"*":{"id":"59986","name":"*","chunks":[],"async":false}},"1123":{"*":{"id":"88423","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"82442","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"57178","name":"*","chunks":[],"async":false}},"1768":{"*":{"id":"78074","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"36618","name":"*","chunks":[],"async":false}},"2786":{"*":{"id":"62970","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"54463","name":"*","chunks":[],"async":false}},"3692":{"*":{"id":"30839","name":"*","chunks":[],"async":false}},"4059":{"*":{"id":"72375","name":"*","chunks":[],"async":false}},"4485":{"*":{"id":"88100","name":"*","chunks":[],"async":false}},"4785":{"*":{"id":"63277","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"20331","name":"*","chunks":[],"async":false}},"5830":{"*":{"id":"82014","name":"*","chunks":[],"async":false}},"5995":{"*":{"id":"40699","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"31986","name":"*","chunks":[],"async":false}},"6351":{"*":{"id":"8393","name":"*","chunks":[],"async":false}},"6503":{"*":{"id":"48525","name":"*","chunks":[],"async":false}},"6597":{"*":{"id":"84915","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"5208","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"59607","name":"*","chunks":[],"async":false}},"7961":{"*":{"id":"27127","name":"*","chunks":[],"async":false}},"8999":{"*":{"id":"34697","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"99778","name":"*","chunks":[],"async":false}},"9464":{"*":{"id":"14428","name":"*","chunks":[],"async":false}},"9677":{"*":{"id":"99183","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"54174","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","3831","static/chunks/app/blog/page-8400ea4ac5a7eb44.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","3831","static/chunks/app/blog/page-8400ea4ac5a7eb44.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/CommandPalette.tsx":{"id":1123,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","3831","static/chunks/app/blog/page-8400ea4ac5a7eb44.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/SearchTrigger.tsx":{"id":6597,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","3831","static/chunks/app/blog/page-8400ea4ac5a7eb44.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/UserMenu.tsx":{"id":4059,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","3831","static/chunks/app/blog/page-8400ea4ac5a7eb44.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/@vercel+analytics@1.6.1_next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5__react@19.2.5/node_modules/@vercel/analytics/dist/next/index.mjs":{"id":340,"name":"*","chunks":["7177","static/chunks/app/layout-aa56caf2bf5af86f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/globals.css":{"id":3070,"name":"*","chunks":["7177","static/chunks/app/layout-aa56caf2bf5af86f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/feedback/FeedbackForm.tsx":{"id":2786,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareList.tsx":{"id":6130,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/cli/login/CliLogin.tsx":{"id":7961,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareRowActions.tsx":{"id":9464,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/search/CloudSearchBox.tsx":{"id":224,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/sign-in/SignInCard.tsx":{"id":6503,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/projects/ProjectSettingsButton.tsx":{"id":3692,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/PRSummaryButton.tsx":{"id":9677,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ThinkingBlock.tsx":{"id":4785,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ToolCall.tsx":{"id":4485,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/LiveRefresh.tsx":{"id":1768,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/ResumeCommand.tsx":{"id":8999,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/share/ShareButton.tsx":{"id":6351,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/dashboard/DashboardContent.tsx":{"id":982,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/landing/InstallCTA.tsx":{"id":5995,"name":"*","chunks":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8974","static/chunks/app/page-95394e3c6370084f.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-projects/ProjectList.tsx":{"id":5830,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/suresh/New-Projects/agentreplay/packages/web/":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/not-found":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/layout":[{"inlined":false,"path":"static/css/c76bb7513858c50c.css"}],"/Users/suresh/New-Projects/agentreplay/packages/web/app/page":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/blog/layout":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/blog/page":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/blog/ai-coding-agents-2026/page":[]},"rscModuleMapping":{"15":{"*":{"id":"26081","name":"*","chunks":[],"async":false}},"224":{"*":{"id":"1106","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"67112","name":"*","chunks":[],"async":false}},"982":{"*":{"id":"32456","name":"*","chunks":[],"async":false}},"1123":{"*":{"id":"85693","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"61576","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"86884","name":"*","chunks":[],"async":false}},"1768":{"*":{"id":"85236","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"49816","name":"*","chunks":[],"async":false}},"2786":{"*":{"id":"56024","name":"*","chunks":[],"async":false}},"3070":{"*":{"id":"81492","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"46241","name":"*","chunks":[],"async":false}},"3692":{"*":{"id":"86127","name":"*","chunks":[],"async":false}},"4059":{"*":{"id":"22381","name":"*","chunks":[],"async":false}},"4485":{"*":{"id":"12852","name":"*","chunks":[],"async":false}},"4785":{"*":{"id":"40839","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"98109","name":"*","chunks":[],"async":false}},"5830":{"*":{"id":"53508","name":"*","chunks":[],"async":false}},"5995":{"*":{"id":"5201","name":"*","chunks":[],"async":false}},"6130":{"*":{"id":"13544","name":"*","chunks":[],"async":false}},"6351":{"*":{"id":"85255","name":"*","chunks":[],"async":false}},"6503":{"*":{"id":"81199","name":"*","chunks":[],"async":false}},"6597":{"*":{"id":"68109","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"28706","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"63661","name":"*","chunks":[],"async":false}},"7961":{"*":{"id":"28725","name":"*","chunks":[],"async":false}},"8999":{"*":{"id":"49211","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"85312","name":"*","chunks":[],"async":false}},"9464":{"*":{"id":"39877","name":"*","chunks":[],"async":false}},"9677":{"*":{"id":"35701","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"97660","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"15":{"*":{"id":"16671","name":"*","chunks":[],"async":false}},"340":{"*":{"id":"60146","name":"*","chunks":[],"async":false}},"1422":{"*":{"id":"82442","name":"*","chunks":[],"async":false}},"1694":{"*":{"id":"57178","name":"*","chunks":[],"async":false}},"2156":{"*":{"id":"36618","name":"*","chunks":[],"async":false}},"3483":{"*":{"id":"54463","name":"*","chunks":[],"async":false}},"4919":{"*":{"id":"20331","name":"*","chunks":[],"async":false}},"6638":{"*":{"id":"5208","name":"*","chunks":[],"async":false}},"7685":{"*":{"id":"59607","name":"*","chunks":[],"async":false}},"9265":{"*":{"id":"99778","name":"*","chunks":[],"async":false}},"9686":{"*":{"id":"54174","name":"*","chunks":[],"async":false}}}}