promptarc 0.0.3 → 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 (128) hide show
  1. package/README.md +33 -25
  2. package/dist/bin.js +561 -45
  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 +86 -79
  6. package/dist/web/.next/app-path-routes-manifest.json +17 -16
  7. package/dist/web/.next/build-manifest.json +2 -2
  8. package/dist/web/.next/prerender-manifest.json +14 -14
  9. package/dist/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  10. package/dist/web/.next/server/app/api/admin/backfill-ai/route_client-reference-manifest.js +1 -1
  11. package/dist/web/.next/server/app/api/admin/backfill-search/route_client-reference-manifest.js +1 -1
  12. package/dist/web/.next/server/app/api/ai/context/route.js +31 -0
  13. package/dist/web/.next/server/app/api/ai/context/route.js.nft.json +1 -0
  14. package/dist/web/.next/server/app/api/ai/context/route_client-reference-manifest.js +1 -0
  15. package/dist/web/.next/server/app/api/ai/pr-summary/route_client-reference-manifest.js +1 -1
  16. package/dist/web/.next/server/app/api/ai/pr-summary-local/route_client-reference-manifest.js +1 -1
  17. package/dist/web/.next/server/app/api/ai/process/route_client-reference-manifest.js +1 -1
  18. package/dist/web/.next/server/app/api/cli/download/route_client-reference-manifest.js +1 -1
  19. package/dist/web/.next/server/app/api/cli/feedback/route_client-reference-manifest.js +1 -1
  20. package/dist/web/.next/server/app/api/cli/init/route_client-reference-manifest.js +1 -1
  21. package/dist/web/.next/server/app/api/cli/my-shares/route_client-reference-manifest.js +1 -1
  22. package/dist/web/.next/server/app/api/cli/poll/route_client-reference-manifest.js +1 -1
  23. package/dist/web/.next/server/app/api/cli/project-settings/route_client-reference-manifest.js +1 -1
  24. package/dist/web/.next/server/app/api/cli/share-mutate/route_client-reference-manifest.js +1 -1
  25. package/dist/web/.next/server/app/api/cli/sync-list/route_client-reference-manifest.js +1 -1
  26. package/dist/web/.next/server/app/api/local/project-sessions/route_client-reference-manifest.js +1 -1
  27. package/dist/web/.next/server/app/api/local/watch/route_client-reference-manifest.js +1 -1
  28. package/dist/web/.next/server/app/api/search/route_client-reference-manifest.js +1 -1
  29. package/dist/web/.next/server/app/api/search-index/route_client-reference-manifest.js +1 -1
  30. package/dist/web/.next/server/app/api/share/download/[slug]/route_client-reference-manifest.js +1 -1
  31. package/dist/web/.next/server/app/api/share/route_client-reference-manifest.js +1 -1
  32. package/dist/web/.next/server/app/api/upload/route_client-reference-manifest.js +1 -1
  33. package/dist/web/.next/server/app/auth/callback/route_client-reference-manifest.js +1 -1
  34. package/dist/web/.next/server/app/auth/signout/route_client-reference-manifest.js +1 -1
  35. package/dist/web/.next/server/app/blog/ai-coding-agents-2026/page_client-reference-manifest.js +1 -1
  36. package/dist/web/.next/server/app/blog/page_client-reference-manifest.js +1 -1
  37. package/dist/web/.next/server/app/cli/login/page_client-reference-manifest.js +1 -1
  38. package/dist/web/.next/server/app/digest/page_client-reference-manifest.js +1 -1
  39. package/dist/web/.next/server/app/feedback/page_client-reference-manifest.js +1 -1
  40. package/dist/web/.next/server/app/my-projects/[projectKey]/page_client-reference-manifest.js +1 -1
  41. package/dist/web/.next/server/app/my-projects/page_client-reference-manifest.js +1 -1
  42. package/dist/web/.next/server/app/my-shares/page_client-reference-manifest.js +1 -1
  43. package/dist/web/.next/server/app/opengraph-image/route_client-reference-manifest.js +1 -1
  44. package/dist/web/.next/server/app/page.js +1 -1
  45. package/dist/web/.next/server/app/page_client-reference-manifest.js +1 -1
  46. package/dist/web/.next/server/app/privacy/page_client-reference-manifest.js +1 -1
  47. package/dist/web/.next/server/app/projects/[id]/page_client-reference-manifest.js +1 -1
  48. package/dist/web/.next/server/app/r/[slug]/opengraph-image/route_client-reference-manifest.js +1 -1
  49. package/dist/web/.next/server/app/r/[slug]/page.js +1 -1
  50. package/dist/web/.next/server/app/r/[slug]/page_client-reference-manifest.js +1 -1
  51. package/dist/web/.next/server/app/robots.txt/route.js.nft.json +1 -1
  52. package/dist/web/.next/server/app/robots.txt/route_client-reference-manifest.js +1 -1
  53. package/dist/web/.next/server/app/search/page_client-reference-manifest.js +1 -1
  54. package/dist/web/.next/server/app/sessions/[projectId]/[sessionId]/page_client-reference-manifest.js +1 -1
  55. package/dist/web/.next/server/app/sign-in/page_client-reference-manifest.js +1 -1
  56. package/dist/web/.next/server/app/sitemap.xml/route.js.nft.json +1 -1
  57. package/dist/web/.next/server/app/sitemap.xml/route_client-reference-manifest.js +1 -1
  58. package/dist/web/.next/server/app/sitemap.xml.body +8 -8
  59. package/dist/web/.next/server/app/terms/page_client-reference-manifest.js +1 -1
  60. package/dist/web/.next/server/app-paths-manifest.json +17 -16
  61. package/dist/web/.next/server/functions-config-manifest.json +10 -7
  62. package/dist/web/.next/server/pages/500.html +1 -1
  63. package/dist/web/.next/server/server-reference-manifest.js +1 -1
  64. package/dist/web/.next/server/server-reference-manifest.json +1 -1
  65. package/dist/web/.next/static/LF69v3WA6LbEAkvRHNqfG/_buildManifest.js +1 -0
  66. package/dist/web/.next/static/chunks/app/_not-found/page-0f1123e35eb8f046.js +1 -0
  67. package/dist/web/.next/static/chunks/app/api/admin/backfill-ai/route-0f1123e35eb8f046.js +1 -0
  68. package/dist/web/.next/static/chunks/app/api/admin/backfill-search/route-0f1123e35eb8f046.js +1 -0
  69. package/dist/web/.next/static/chunks/app/api/ai/context/route-0f1123e35eb8f046.js +1 -0
  70. package/dist/web/.next/static/chunks/app/api/ai/pr-summary/route-0f1123e35eb8f046.js +1 -0
  71. package/dist/web/.next/static/chunks/app/api/ai/pr-summary-local/route-0f1123e35eb8f046.js +1 -0
  72. package/dist/web/.next/static/chunks/app/api/ai/process/route-0f1123e35eb8f046.js +1 -0
  73. package/dist/web/.next/static/chunks/app/api/cli/download/route-0f1123e35eb8f046.js +1 -0
  74. package/dist/web/.next/static/chunks/app/api/cli/feedback/route-0f1123e35eb8f046.js +1 -0
  75. package/dist/web/.next/static/chunks/app/api/cli/init/route-0f1123e35eb8f046.js +1 -0
  76. package/dist/web/.next/static/chunks/app/api/cli/my-shares/route-0f1123e35eb8f046.js +1 -0
  77. package/dist/web/.next/static/chunks/app/api/cli/poll/route-0f1123e35eb8f046.js +1 -0
  78. package/dist/web/.next/static/chunks/app/api/cli/project-settings/route-0f1123e35eb8f046.js +1 -0
  79. package/dist/web/.next/static/chunks/app/api/cli/share-mutate/route-0f1123e35eb8f046.js +1 -0
  80. package/dist/web/.next/static/chunks/app/api/cli/sync-list/route-0f1123e35eb8f046.js +1 -0
  81. package/dist/web/.next/static/chunks/app/api/local/project-sessions/route-0f1123e35eb8f046.js +1 -0
  82. package/dist/web/.next/static/chunks/app/api/local/watch/route-0f1123e35eb8f046.js +1 -0
  83. package/dist/web/.next/static/chunks/app/api/search/route-0f1123e35eb8f046.js +1 -0
  84. package/dist/web/.next/static/chunks/app/api/search-index/route-0f1123e35eb8f046.js +1 -0
  85. package/dist/web/.next/static/chunks/app/api/share/download/[slug]/route-0f1123e35eb8f046.js +1 -0
  86. package/dist/web/.next/static/chunks/app/api/share/route-0f1123e35eb8f046.js +1 -0
  87. package/dist/web/.next/static/chunks/app/api/upload/route-0f1123e35eb8f046.js +1 -0
  88. package/dist/web/.next/static/chunks/app/auth/callback/route-0f1123e35eb8f046.js +1 -0
  89. package/dist/web/.next/static/chunks/app/auth/signout/route-0f1123e35eb8f046.js +1 -0
  90. package/dist/web/.next/static/chunks/app/blog/ai-coding-agents-2026/page-0f1123e35eb8f046.js +1 -0
  91. package/dist/web/.next/static/chunks/app/opengraph-image/route-0f1123e35eb8f046.js +1 -0
  92. package/dist/web/.next/static/chunks/app/{page-f7b69fa944b46c20.js → page-95394e3c6370084f.js} +1 -1
  93. package/dist/web/.next/static/chunks/app/r/[slug]/opengraph-image/route-0f1123e35eb8f046.js +1 -0
  94. package/dist/web/.next/static/chunks/app/robots.txt/route-0f1123e35eb8f046.js +1 -0
  95. package/dist/web/.next/static/chunks/app/sitemap.xml/route-0f1123e35eb8f046.js +1 -0
  96. package/dist/web/.next/static/css/c76bb7513858c50c.css +3 -0
  97. package/package.json +1 -1
  98. package/dist/web/.next/static/ABHGCNY7MSdkh00Z4Y8wS/_buildManifest.js +0 -1
  99. package/dist/web/.next/static/chunks/app/_not-found/page-fd6592d30c58fa5e.js +0 -1
  100. package/dist/web/.next/static/chunks/app/api/admin/backfill-ai/route-fd6592d30c58fa5e.js +0 -1
  101. package/dist/web/.next/static/chunks/app/api/admin/backfill-search/route-fd6592d30c58fa5e.js +0 -1
  102. package/dist/web/.next/static/chunks/app/api/ai/pr-summary/route-fd6592d30c58fa5e.js +0 -1
  103. package/dist/web/.next/static/chunks/app/api/ai/pr-summary-local/route-fd6592d30c58fa5e.js +0 -1
  104. package/dist/web/.next/static/chunks/app/api/ai/process/route-fd6592d30c58fa5e.js +0 -1
  105. package/dist/web/.next/static/chunks/app/api/cli/download/route-fd6592d30c58fa5e.js +0 -1
  106. package/dist/web/.next/static/chunks/app/api/cli/feedback/route-fd6592d30c58fa5e.js +0 -1
  107. package/dist/web/.next/static/chunks/app/api/cli/init/route-fd6592d30c58fa5e.js +0 -1
  108. package/dist/web/.next/static/chunks/app/api/cli/my-shares/route-fd6592d30c58fa5e.js +0 -1
  109. package/dist/web/.next/static/chunks/app/api/cli/poll/route-fd6592d30c58fa5e.js +0 -1
  110. package/dist/web/.next/static/chunks/app/api/cli/project-settings/route-fd6592d30c58fa5e.js +0 -1
  111. package/dist/web/.next/static/chunks/app/api/cli/share-mutate/route-fd6592d30c58fa5e.js +0 -1
  112. package/dist/web/.next/static/chunks/app/api/cli/sync-list/route-fd6592d30c58fa5e.js +0 -1
  113. package/dist/web/.next/static/chunks/app/api/local/project-sessions/route-fd6592d30c58fa5e.js +0 -1
  114. package/dist/web/.next/static/chunks/app/api/local/watch/route-fd6592d30c58fa5e.js +0 -1
  115. package/dist/web/.next/static/chunks/app/api/search/route-fd6592d30c58fa5e.js +0 -1
  116. package/dist/web/.next/static/chunks/app/api/search-index/route-fd6592d30c58fa5e.js +0 -1
  117. package/dist/web/.next/static/chunks/app/api/share/download/[slug]/route-fd6592d30c58fa5e.js +0 -1
  118. package/dist/web/.next/static/chunks/app/api/share/route-fd6592d30c58fa5e.js +0 -1
  119. package/dist/web/.next/static/chunks/app/api/upload/route-fd6592d30c58fa5e.js +0 -1
  120. package/dist/web/.next/static/chunks/app/auth/callback/route-fd6592d30c58fa5e.js +0 -1
  121. package/dist/web/.next/static/chunks/app/auth/signout/route-fd6592d30c58fa5e.js +0 -1
  122. package/dist/web/.next/static/chunks/app/blog/ai-coding-agents-2026/page-fd6592d30c58fa5e.js +0 -1
  123. package/dist/web/.next/static/chunks/app/opengraph-image/route-fd6592d30c58fa5e.js +0 -1
  124. package/dist/web/.next/static/chunks/app/r/[slug]/opengraph-image/route-fd6592d30c58fa5e.js +0 -1
  125. package/dist/web/.next/static/chunks/app/robots.txt/route-fd6592d30c58fa5e.js +0 -1
  126. package/dist/web/.next/static/chunks/app/sitemap.xml/route-fd6592d30c58fa5e.js +0 -1
  127. package/dist/web/.next/static/css/b3ccdd7835e6edda.css +0 -3
  128. /package/dist/web/.next/static/{ABHGCNY7MSdkh00Z4Y8wS → LF69v3WA6LbEAkvRHNqfG}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/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","8974","static/chunks/app/page-f7b69fa944b46c20.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-f7b69fa944b46c20.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-f7b69fa944b46c20.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-f7b69fa944b46c20.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-f7b69fa944b46c20.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/cli/login/CliLogin.tsx":{"id":7961,"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/search/CloudSearchBox.tsx":{"id":224,"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-f7b69fa944b46c20.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-f7b69fa944b46c20.js"],"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/app/feedback/FeedbackForm.tsx":{"id":2786,"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/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/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/sign-in/SignInCard.tsx":{"id":6503,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/PRSummaryButton.tsx":{"id":9677,"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/b3ccdd7835e6edda.css"}],"/Users/suresh/New-Projects/agentreplay/packages/web/app/page":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/_not-found/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}}}}
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/_not-found/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","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/_not-found/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}}}}
@@ -1 +1 @@
1
- globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/admin/backfill-ai/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-f7b69fa944b46c20.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-f7b69fa944b46c20.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-f7b69fa944b46c20.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-f7b69fa944b46c20.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-f7b69fa944b46c20.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/cli/login/CliLogin.tsx":{"id":7961,"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/search/CloudSearchBox.tsx":{"id":224,"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-f7b69fa944b46c20.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-f7b69fa944b46c20.js"],"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/app/feedback/FeedbackForm.tsx":{"id":2786,"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/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/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/sign-in/SignInCard.tsx":{"id":6503,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/PRSummaryButton.tsx":{"id":9677,"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/b3ccdd7835e6edda.css"}],"/Users/suresh/New-Projects/agentreplay/packages/web/app/page":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/api/admin/backfill-ai/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
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/admin/backfill-ai/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/admin/backfill-ai/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["/api/admin/backfill-search/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-f7b69fa944b46c20.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-f7b69fa944b46c20.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-f7b69fa944b46c20.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-f7b69fa944b46c20.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-f7b69fa944b46c20.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/cli/login/CliLogin.tsx":{"id":7961,"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/search/CloudSearchBox.tsx":{"id":224,"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-f7b69fa944b46c20.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-f7b69fa944b46c20.js"],"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/app/feedback/FeedbackForm.tsx":{"id":2786,"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/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/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/sign-in/SignInCard.tsx":{"id":6503,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/PRSummaryButton.tsx":{"id":9677,"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/b3ccdd7835e6edda.css"}],"/Users/suresh/New-Projects/agentreplay/packages/web/app/page":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/api/admin/backfill-search/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
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/admin/backfill-search/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/admin/backfill-search/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,31 @@
1
+ (()=>{var a={};a.id=880,a.ids=[880],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:()=>{},9439:(a,b,c)=>{"use strict";c.d(b,{O3:()=>h,Q2:()=>j,cb:()=>i,vX:()=>k});var d=c(72325);let e="cli_tokens",f=null;function g(){if(f)return f;let a="https://mrrghkzfjgfszricdchr.supabase.co",b=process.env.SUPABASE_SECRET_KEY??process.env.SUPABASE_SERVICE_ROLE_KEY;if(!a)throw Error("Missing NEXT_PUBLIC_SUPABASE_URL");if(!b)throw Error("Missing SUPABASE_SECRET_KEY");return f=(0,d.UU)(a,b,{auth:{persistSession:!1,autoRefreshToken:!1}})}async function h(){let a=crypto.randomUUID(),b=g(),{data:c,error:d}=await b.from(e).insert({token:a}).select("token, expires_at").single();if(d||!c)throw Error(`Failed to create cli token: ${d?.message??"unknown"}`);return{token:c.token,expiresAt:c.expires_at}}async function i(a){if(!k(a))return null;let b=g(),{data:c,error:d}=await b.from(e).select("token, user_id, user_email, user_login, created_at, claimed_at, expires_at").eq("token",a).maybeSingle();return d||!c||new Date(c.expires_at).getTime()<Date.now()?null:c}async function j(a){let b=await i(a);return b&&b.user_id&&b.claimed_at?{userId:b.user_id,email:b.user_email,login:b.user_login}:null}function k(a){return"string"==typeof a&&36===a.length&&/^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$/i.test(a)}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},24704:(a,b,c)=>{"use strict";c.r(b),c.d(b,{handler:()=>K,patchFetch:()=>J,routeModule:()=>F,serverHooks:()=>I,workAsyncStorage:()=>G,workUnitAsyncStorage:()=>H});var d={};c.r(d),c.d(d,{POST:()=>D,dynamic:()=>B,maxDuration:()=>C});var e=c(83272),f=c(94221),g=c(89948),h=c(36238),i=c(79316),j=c(261),k=c(48258),l=c(58464),m=c(39136),n=c(62035),o=c(61613),p=c(10303),q=c(44961),r=c(7174),s=c(86439),t=c(23308),u=c(35841),v=c(49701),w=c(9439),x=c(21134);let y=null,z=`You help developers resume their work by analyzing past AI coding sessions.
2
+
3
+ You receive session data: titles, AI summaries, file paths, error patterns, and the last user prompt from the most recent session.
4
+
5
+ Generate a briefing with exactly three sections separated by a line containing only "---":
6
+
7
+ SECTION 1 - Unfinished items as bullet points:
8
+ Each line starts with "• " and is one short sentence (under 15 words). List 2-4 concrete items that were left incomplete. Be specific about file names. Do not write paragraphs.
9
+
10
+ ---
11
+
12
+ SECTION 2 - Resume prompt:
13
+ Write a short, conversational prompt (2-4 sentences) the developer can paste directly into their AI coding agent. Write it like a human would talk to their agent. Use "I need to" or "Continue" or "Finish" language. Include a "Start with..." line telling the agent where to begin. Do not write like a Jira ticket.
14
+
15
+ ---
16
+
17
+ SECTION 3 - Warning:
18
+ One specific, concrete warning referencing actual files or errors from the session data. If nothing notable happened, write exactly "None." Do not write vague advice.
19
+
20
+ Rules:
21
+ - Be specific about file names and technologies
22
+ - Do not include section headers in the output
23
+ - Keep total output under 150 words
24
+ - Do not invent information not present in the session data
25
+ - The resume prompt is the most important section — make it immediately usable`;async function A(a){let b=function(){if(y)return y;let a=process.env.OPENAI_API_KEY;if(!a)throw Error("Missing OPENAI_API_KEY");return y=new x.Ay({apiKey:a})}(),c=await b.chat.completions.create({model:"gpt-4.1-nano",messages:[{role:"system",content:z},{role:"user",content:a}],max_tokens:400,temperature:.3}),d=c.choices[0]?.message?.content?.trim();if(!d)throw Error("Empty briefing response");var e=d;let f=e.replace(/^-{3,}\s*\n/,"").replace(/\n-{3,}\s*$/,""),g=f.split(/\n-{3,}\n/).map(a=>a.replace(/^-{3,}\s*\n/,"").trim());if(g.length<2){let a=f.split(/\n{2,}/).map(a=>a.trim()).filter(Boolean);return{unfinished:a[0]??"",resumePrompt:a[1]??"",warnings:a[2]??""}}let h=(g[2]??"").trim();return{unfinished:g[0]??"",resumePrompt:g[1]??"",warnings:"None."===h||"None"===h?"":h}}let B="force-dynamic",C=30;async function D(a){let b,c=a.headers.get("authorization");if(!c||!c.toLowerCase().startsWith("bearer "))return u.NextResponse.json({error:"missing bearer token"},{status:401});let d=await (0,w.Q2)(c.slice(7).trim());if(!d)return u.NextResponse.json({error:"invalid or expired token"},{status:401});try{b=await a.json()}catch{return u.NextResponse.json({error:"invalid json"},{status:400})}let e="string"==typeof b.cwd?b.cwd:"",f=Array.isArray(b.files)?b.files.filter(a=>"string"==typeof a).slice(0,20):[],g="string"==typeof b.query?b.query.trim():"";if(!e&&0===f.length&&!g)return u.NextResponse.json({error:"provide cwd, files, or query"},{status:400});let h=(0,v.L3)(),i=e.split("/").filter(Boolean),j=i[i.length-1]??"",k=i[i.length-2]??"",l=[j,...k&&"Users"!==k&&"home"!==k?[k]:[],...f.map(a=>a.split("/").pop()??a),g].filter(Boolean).join(" "),m=[];if(l.length>=2)try{let{data:a}=await h.rpc("search_shares",{owner:d.userId,query:l,max_results:10});Array.isArray(a)&&(m=a.map(E))}catch{}if(0===m.length&&j){let{data:a}=await h.from("shares").select("slug, title, project_name, ai_summary, created_at, message_count, tool_call_count, file_change_count").eq("owner_id",d.userId).or(`project_name.ilike.%${j}%,project_key.ilike.%${j}%`).order("created_at",{ascending:!1}).limit(10);Array.isArray(a)&&(m=a.map(a=>({slug:a.slug,title:a.title,projectName:a.project_name??"",summary:a.ai_summary??"",date:a.created_at,messageCount:a.message_count??0,toolCallCount:a.tool_call_count??0,fileChangeCount:a.file_change_count??0})))}if(f.length>0&&m.length<5)for(let a of f.slice(0,5)){let b=a.split("/").pop()??a;if(b.length<3)continue;let{data:c}=await h.from("shares").select("slug, title, project_name, ai_summary, created_at, message_count, tool_call_count, file_change_count").eq("owner_id",d.userId).ilike("search_text",`%${b}%`).order("created_at",{ascending:!1}).limit(3);if(Array.isArray(c))for(let a of c)m.some(b=>b.slug===a.slug)||m.push({slug:a.slug,title:a.title,projectName:a.project_name??"",summary:a.ai_summary??"",date:a.created_at,messageCount:a.message_count??0,toolCallCount:a.tool_call_count??0,fileChangeCount:a.file_change_count??0})}let n=new Set,o=m.filter(a=>!n.has(a.slug)&&(n.add(a.slug),!0)).slice(0,10),p=function(a,b,c){if(0===c.length)return`No past sessions found${a?` for ${a}`:""}. This appears to be new territory.`;let d=[];for(let b of(d.push(`Found ${c.length} relevant session${1===c.length?"":"s"}${a?` for ${a}`:""}:
26
+ `),c)){let a=new Date(b.date).toLocaleDateString("en-US",{month:"short",day:"numeric"});d.push(`- ${a}: ${b.title}`),b.summary&&d.push(` ${b.summary}`),d.push(` (${b.messageCount} msgs, ${b.toolCallCount} tools, ${b.fileChangeCount} edits)`),d.push("")}if(b.length>0){let a=b.map(a=>a.split("/").pop()).filter(Boolean),e=c.filter(b=>a.some(a=>b.summary.toLowerCase().includes((a??"").toLowerCase())));if(e.length>0)for(let a of(d.push("Sessions that touched files you're about to work on:"),e))d.push(` - ${a.title} (${a.slug})`)}return d.join("\n")}(j,f,o),q="string"==typeof b.localContext?b.localContext:"",r=o.filter(a=>a.summary),s=null;if((r.length>0||q)&&process.env.OPENAI_API_KEY)try{let a=[`Project: ${j}`,q?`
27
+ Local session context:
28
+ ${q}`:"",r.length>0?`
29
+ Cloud sessions:
30
+ ${r.map(a=>`- ${a.title}: ${a.summary}`).join("\n")}`:"",f.length>0?`
31
+ Files about to be worked on: ${f.join(", ")}`:""].filter(Boolean).join("\n");s=await A(a)}catch{}return u.NextResponse.json({sessions:o,briefing:p,aiBriefing:s,count:o.length})}function E(a){return{slug:a.slug??"",title:a.title??"",projectName:a.project_name??"",summary:a.ai_summary??"",date:a.created_at??"",messageCount:a.message_count??0,toolCallCount:a.tool_call_count??0,fileChangeCount:a.file_change_count??0}}let F=new e.AppRouteRouteModule({definition:{kind:f.RouteKind.APP_ROUTE,page:"/api/ai/context/route",pathname:"/api/ai/context",filename:"route",bundlePath:"app/api/ai/context/route"},distDir:".next",relativeProjectDir:"",resolvedPagePath:"/Users/suresh/New-Projects/agentreplay/packages/web/app/api/ai/context/route.ts",nextConfigOutput:"standalone",userland:d}),{workAsyncStorage:G,workUnitAsyncStorage:H,serverHooks:I}=F;function J(){return(0,g.patchFetch)({workAsyncStorage:G,workUnitAsyncStorage:H})}async function K(a,b,c){var d;let e="/api/ai/context/route";"/index"===e&&(e="/");let g=await F.prepare(a,b,{srcPage:e,multiZoneDraftMode:!1});if(!g)return b.statusCode=400,b.end("Bad Request"),null==c.waitUntil||c.waitUntil.call(c,Promise.resolve()),null;let{buildId:u,params:v,nextConfig:w,isDraftMode:x,prerenderManifest:y,routerServerContext:z,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,resolvedPathname:C}=g,D=(0,j.normalizeAppPath)(e),E=!!(y.dynamicRoutes[D]||y.routes[C]);if(E&&!x){let a=!!y.routes[C],b=y.dynamicRoutes[D];if(b&&!1===b.fallback&&!a)throw new s.NoFallbackError}let G=null;!E||F.isDev||x||(G="/index"===(G=C)?"/":G);let H=!0===F.isDev||!E,I=E&&!H,J=a.method||"GET",K=(0,i.getTracer)(),L=K.getActiveScopeSpan(),M={params:v,prerenderManifest:y,renderOpts:{experimental:{cacheComponents:!!w.experimental.cacheComponents,authInterrupts:!!w.experimental.authInterrupts},supportsDynamicResponse:H,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:null==(d=w.experimental)?void 0:d.cacheLife,isRevalidate:I,waitUntil:c.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:void 0,onInstrumentationRequestError:(b,c,d)=>F.onRequestError(a,b,d,z)},sharedContext:{buildId:u}},N=new k.NodeNextRequest(a),O=new k.NodeNextResponse(b),P=l.NextRequestAdapter.fromNodeNextRequest(N,(0,l.signalFromNodeResponse)(b));try{let d=async c=>F.handle(P,M).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=K.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==m.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=`${J} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${J} ${a.url}`)}),g=async g=>{var i,j;let k=async({previousCacheEntry:f})=>{try{if(!(0,h.getRequestMeta)(a,"minimalMode")&&A&&B&&!f)return b.statusCode=404,b.setHeader("x-nextjs-cache","REVALIDATED"),b.end("This page could not be found"),null;let e=await d(g);a.fetchMetrics=M.renderOpts.fetchMetrics;let i=M.renderOpts.pendingWaitUntil;i&&c.waitUntil&&(c.waitUntil(i),i=void 0);let j=M.renderOpts.collectedTags;if(!E)return await (0,o.I)(N,O,e,M.renderOpts.pendingWaitUntil),null;{let a=await e.blob(),b=(0,p.toNodeOutgoingHttpHeaders)(e.headers);j&&(b[r.NEXT_CACHE_TAGS_HEADER]=j),!b["content-type"]&&a.type&&(b["content-type"]=a.type);let c=void 0!==M.renderOpts.collectedRevalidate&&!(M.renderOpts.collectedRevalidate>=r.INFINITE_CACHE)&&M.renderOpts.collectedRevalidate,d=void 0===M.renderOpts.collectedExpire||M.renderOpts.collectedExpire>=r.INFINITE_CACHE?void 0:M.renderOpts.collectedExpire;return{value:{kind:t.CachedRouteKind.APP_ROUTE,status:e.status,body:Buffer.from(await a.arrayBuffer()),headers:b},cacheControl:{revalidate:c,expire:d}}}}catch(b){throw(null==f?void 0:f.isStale)&&await F.onRequestError(a,b,{routerKind:"App Router",routePath:e,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})},z),b}},l=await F.handleResponse({req:a,nextConfig:w,cacheKey:G,routeKind:f.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:y,isRoutePPREnabled:!1,isOnDemandRevalidate:A,revalidateOnlyGenerated:B,responseGenerator:k,waitUntil:c.waitUntil});if(!E)return null;if((null==l||null==(i=l.value)?void 0:i.kind)!==t.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==l||null==(j=l.value)?void 0:j.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});(0,h.getRequestMeta)(a,"minimalMode")||b.setHeader("x-nextjs-cache",A?"REVALIDATED":l.isMiss?"MISS":l.isStale?"STALE":"HIT"),x&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let m=(0,p.fromNodeOutgoingHttpHeaders)(l.value.headers);return(0,h.getRequestMeta)(a,"minimalMode")&&E||m.delete(r.NEXT_CACHE_TAGS_HEADER),!l.cacheControl||b.getHeader("Cache-Control")||m.get("Cache-Control")||m.set("Cache-Control",(0,q.getCacheControlHeader)(l.cacheControl)),await (0,o.I)(N,O,new Response(l.value.body,{headers:m,status:l.value.status||200})),null};L?await g(L):await K.withPropagatedContext(a.headers,()=>K.trace(m.BaseServerSpan.handleRequest,{spanName:`${J} ${a.url}`,kind:i.SpanKind.SERVER,attributes:{"http.method":J,"http.target":a.url}},g))}catch(b){if(b instanceof s.NoFallbackError||await F.onRequestError(a,b,{routerKind:"App Router",routePath:D,routeType:"route",revalidateReason:(0,n.c)({isRevalidate:I,isOnDemandRevalidate:A})}),E)throw b;return await (0,o.I)(N,O,new Response(null,{status:500})),null}}},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},44870:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-route.runtime.prod.js")},49701:(a,b,c)=>{"use strict";c.d(b,{HW:()=>k,L3:()=>j,tf:()=>h});var d=c(39266),e=c(61645),f=c(72325);function g(a){let b=process.env[a];if(!b)throw Error(`Missing ${a}`);return b}async function h(){let a=g("NEXT_PUBLIC_SUPABASE_URL"),b=g("NEXT_PUBLIC_SUPABASE_PUBLISHABLE_KEY"),c=await (0,d.UL)();return(0,e.createServerClient)(a,b,{cookies:{getAll:()=>c.getAll(),setAll(a){try{for(let{name:b,value:d,options:e}of a)c.set(b,d,e)}catch{}}}})}let i=null;function j(){if(i)return i;let a=g("NEXT_PUBLIC_SUPABASE_URL"),b=process.env.SUPABASE_SECRET_KEY??process.env.SUPABASE_SERVICE_ROLE_KEY;if(!b)throw Error("Missing SUPABASE_SECRET_KEY (or legacy SUPABASE_SERVICE_ROLE_KEY)");return i=(0,f.UU)(a,b,{auth:{persistSession:!1,autoRefreshToken:!1}})}async function k(){try{let a=await h(),{data:b,error:c}=await a.auth.getUser();if(c)return null;return b.user??null}catch{return null}}},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},67955:()=>{},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,1924,1134],()=>b(b.s=24704));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/compiled/next-server/app-route.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/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/1134.js","../../../../chunks/1924.js","../../../../chunks/2678.js","../../../../chunks/3256.js","../../../../chunks/549.js","../../../../webpack-runtime.js","route_client-reference-manifest.js"]}
@@ -0,0 +1 @@
1
+ globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/api/ai/context/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/ai/context/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}}}}