promptarc 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +33 -25
- package/dist/bin.js +886 -4
- package/dist/share-direct.js +360 -0
- package/dist/web/.next/BUILD_ID +1 -1
- package/dist/web/.next/app-build-manifest.json +318 -226
- package/dist/web/.next/app-path-routes-manifest.json +24 -13
- package/dist/web/.next/build-manifest.json +14 -14
- package/dist/web/.next/prerender-manifest.json +89 -1
- package/dist/web/.next/routes-manifest.json +36 -0
- package/dist/web/.next/server/app/_not-found/page.js +1 -1
- package/dist/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/admin/backfill-ai/route.js +8 -0
- package/dist/web/.next/server/app/api/admin/backfill-ai/route.js.nft.json +1 -0
- package/dist/web/.next/server/app/api/admin/backfill-ai/route_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app/api/admin/backfill-search/route.js +1 -1
- package/dist/web/.next/server/app/api/admin/backfill-search/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/admin/backfill-search/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/ai/context/route.js +31 -0
- package/dist/web/.next/server/app/api/ai/context/route.js.nft.json +1 -0
- package/dist/web/.next/server/app/api/ai/context/route_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app/api/ai/pr-summary/route.js +28 -0
- package/dist/web/.next/server/app/api/ai/pr-summary/route.js.nft.json +1 -0
- package/dist/web/.next/server/app/api/ai/pr-summary/route_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app/api/ai/pr-summary-local/route.js +28 -0
- package/dist/web/.next/server/app/api/ai/pr-summary-local/route.js.nft.json +1 -0
- package/dist/web/.next/server/app/api/ai/pr-summary-local/route_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app/api/ai/process/route.js +8 -0
- package/dist/web/.next/server/app/api/ai/process/route.js.nft.json +1 -0
- package/dist/web/.next/server/app/api/ai/process/route_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app/api/cli/download/route.js +1 -1
- package/dist/web/.next/server/app/api/cli/download/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/cli/download/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/cli/feedback/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/cli/init/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/cli/my-shares/route.js +1 -1
- package/dist/web/.next/server/app/api/cli/my-shares/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/cli/poll/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/cli/project-settings/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/cli/share-mutate/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/cli/sync-list/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/local/project-sessions/route.js +1 -1
- package/dist/web/.next/server/app/api/local/project-sessions/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/local/project-sessions/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/local/watch/route.js +2 -2
- package/dist/web/.next/server/app/api/local/watch/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/local/watch/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/search/route.js +1 -1
- package/dist/web/.next/server/app/api/search/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/search-index/route.js +1 -1
- package/dist/web/.next/server/app/api/search-index/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/search-index/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/share/download/[slug]/route.js +1 -1
- package/dist/web/.next/server/app/api/share/download/[slug]/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/share/download/[slug]/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/share/route.js +1 -1
- package/dist/web/.next/server/app/api/share/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/share/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/api/upload/route.js +2 -2
- package/dist/web/.next/server/app/api/upload/route.js.nft.json +1 -1
- package/dist/web/.next/server/app/api/upload/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/auth/callback/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/auth/signout/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/blog/ai-coding-agents-2026/page.js +2 -0
- package/dist/web/.next/server/app/blog/ai-coding-agents-2026/page.js.nft.json +1 -0
- package/dist/web/.next/server/app/blog/ai-coding-agents-2026/page_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app/blog/page.js +2 -0
- package/dist/web/.next/server/app/blog/page.js.nft.json +1 -0
- package/dist/web/.next/server/app/blog/page_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app/cli/login/page.js +1 -1
- package/dist/web/.next/server/app/cli/login/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/digest/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/feedback/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/my-projects/[projectKey]/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/my-projects/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/my-shares/page.js +1 -1
- package/dist/web/.next/server/app/my-shares/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/opengraph-image/route.js +1 -71
- package/dist/web/.next/server/app/opengraph-image/route.js.nft.json +1 -0
- package/dist/web/.next/server/app/opengraph-image/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/opengraph-image.body +0 -0
- package/dist/web/.next/server/app/opengraph-image.meta +1 -0
- package/dist/web/.next/server/app/page.js +2 -2
- package/dist/web/.next/server/app/page.js.nft.json +1 -1
- package/dist/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/privacy/page.js +2 -0
- package/dist/web/.next/server/app/privacy/page.js.nft.json +1 -0
- package/dist/web/.next/server/app/privacy/page_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app/projects/[id]/page.js +1 -1
- package/dist/web/.next/server/app/projects/[id]/page.js.nft.json +1 -1
- package/dist/web/.next/server/app/projects/[id]/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/r/[slug]/opengraph-image/route.js +1 -1
- package/dist/web/.next/server/app/r/[slug]/opengraph-image/route_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/r/[slug]/page.js +2 -2
- package/dist/web/.next/server/app/r/[slug]/page.js.nft.json +1 -1
- package/dist/web/.next/server/app/r/[slug]/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/robots.txt/route.js +16 -0
- package/dist/web/.next/server/app/robots.txt/route.js.nft.json +1 -0
- package/dist/web/.next/server/app/robots.txt/route_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app/robots.txt.body +9 -0
- package/dist/web/.next/server/app/robots.txt.meta +1 -0
- package/dist/web/.next/server/app/search/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/sessions/[projectId]/[sessionId]/page.js +1 -1
- package/dist/web/.next/server/app/sessions/[projectId]/[sessionId]/page.js.nft.json +1 -1
- package/dist/web/.next/server/app/sessions/[projectId]/[sessionId]/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/sign-in/page.js +1 -1
- package/dist/web/.next/server/app/sign-in/page_client-reference-manifest.js +1 -1
- package/dist/web/.next/server/app/sitemap.xml/route.js +16 -0
- package/dist/web/.next/server/app/sitemap.xml/route.js.nft.json +1 -0
- package/dist/web/.next/server/app/sitemap.xml/route_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app/sitemap.xml.body +51 -0
- package/dist/web/.next/server/app/sitemap.xml.meta +1 -0
- package/dist/web/.next/server/app/terms/page.js +2 -0
- package/dist/web/.next/server/app/terms/page.js.nft.json +1 -0
- package/dist/web/.next/server/app/terms/page_client-reference-manifest.js +1 -0
- package/dist/web/.next/server/app-paths-manifest.json +24 -13
- package/dist/web/.next/server/chunks/1017.js +2 -0
- package/dist/web/.next/server/chunks/1134.js +8 -0
- package/dist/web/.next/server/chunks/1825.js +1 -1
- package/dist/web/.next/server/chunks/8334.js +1 -1
- package/dist/web/.next/server/functions-config-manifest.json +17 -2
- package/dist/web/.next/server/middleware-build-manifest.js +1 -1
- package/dist/web/.next/server/middleware-manifest.json +1 -43
- package/dist/web/.next/server/pages/500.html +1 -1
- package/dist/web/.next/server/server-reference-manifest.js +1 -1
- package/dist/web/.next/server/server-reference-manifest.json +1 -1
- package/dist/web/.next/static/LF69v3WA6LbEAkvRHNqfG/_buildManifest.js +1 -0
- package/dist/web/.next/static/chunks/1029-12dc6d00537d43fd.js +1 -0
- package/dist/web/.next/static/chunks/4695-b52fc3d81451c3c3.js +1 -0
- package/dist/web/.next/static/chunks/552926ff-c5d04ae0c2d9f826.js +1 -0
- package/dist/web/.next/static/chunks/7200-4560b15b9cad37b3.js +1 -0
- package/dist/web/.next/static/chunks/app/_not-found/page-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/admin/backfill-ai/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/admin/backfill-search/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/ai/context/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/ai/pr-summary/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/ai/pr-summary-local/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/ai/process/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/cli/download/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/cli/feedback/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/cli/init/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/cli/my-shares/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/cli/poll/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/cli/project-settings/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/cli/share-mutate/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/cli/sync-list/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/local/project-sessions/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/local/watch/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/search/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/search-index/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/share/download/[slug]/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/share/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/api/upload/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/auth/callback/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/auth/signout/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/blog/ai-coding-agents-2026/page-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/blog/layout-9b51270472318488.js +1 -0
- package/dist/web/.next/static/chunks/app/blog/page-8400ea4ac5a7eb44.js +1 -0
- package/dist/web/.next/static/chunks/app/cli/login/page-26287cfd64c0fb49.js +1 -0
- package/dist/web/.next/static/chunks/app/digest/page-8400ea4ac5a7eb44.js +1 -0
- package/dist/web/.next/static/chunks/app/feedback/page-55ef0005807f1cef.js +1 -0
- package/dist/web/.next/static/chunks/app/layout-aa56caf2bf5af86f.js +1 -0
- package/dist/web/.next/static/chunks/app/my-projects/[projectKey]/page-7c5f2badf689d2e8.js +1 -0
- package/dist/web/.next/static/chunks/app/my-projects/page-c0390151fd6332a0.js +1 -0
- package/dist/web/.next/static/chunks/app/my-shares/{page-697d61e07a7546b2.js → page-49c0112973401c14.js} +1 -1
- package/dist/web/.next/static/chunks/app/not-found-8400ea4ac5a7eb44.js +1 -0
- package/dist/web/.next/static/chunks/app/opengraph-image/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/page-95394e3c6370084f.js +1 -0
- package/dist/web/.next/static/chunks/app/privacy/page-9b51270472318488.js +1 -0
- package/dist/web/.next/static/chunks/app/projects/[id]/page-7dd46a825d03a7d9.js +1 -0
- package/dist/web/.next/static/chunks/app/r/[slug]/opengraph-image/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/r/[slug]/page-6a0983805e048ac3.js +1 -0
- package/dist/web/.next/static/chunks/app/robots.txt/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/search/page-c29f37dc2462b676.js +1 -0
- package/dist/web/.next/static/chunks/app/sessions/[projectId]/[sessionId]/page-87b4505dd32edb9d.js +1 -0
- package/dist/web/.next/static/chunks/app/sign-in/page-fea3971ff9237b72.js +1 -0
- package/dist/web/.next/static/chunks/app/sitemap.xml/route-0f1123e35eb8f046.js +1 -0
- package/dist/web/.next/static/chunks/app/terms/page-9b51270472318488.js +1 -0
- package/dist/web/.next/static/chunks/d99d8e6a-55da88efbe15e3e1.js +1 -0
- package/dist/web/.next/static/chunks/framework-c1efa271b5a96d9d.js +1 -0
- package/dist/web/.next/static/chunks/main-app-70de904c7caade50.js +1 -0
- package/dist/web/.next/static/chunks/main-d211cddc79aac1cb.js +1 -0
- package/dist/web/.next/static/chunks/pages/{_app-42b849402a54b9e6.js → _app-701b0752a0d4c3a9.js} +1 -1
- package/dist/web/.next/static/chunks/pages/_error-327385abc873a736.js +1 -0
- package/dist/web/.next/static/chunks/{webpack-3a8b65d12c8eb987.js → webpack-3a446128dfa39f85.js} +1 -1
- package/dist/web/.next/static/css/c76bb7513858c50c.css +3 -0
- package/dist/web/package.json +1 -0
- package/dist/web/public/apple-touch-icon.png +0 -0
- package/dist/web/public/favicon-16.png +0 -0
- package/dist/web/public/favicon-32.png +0 -0
- package/dist/web/public/icon-192.png +0 -0
- package/dist/web/public/icon-512.png +0 -0
- package/dist/web/public/logo.png +0 -0
- package/package.json +1 -1
- package/dist/web/.next/server/app/opengraph-image/route.js.map +0 -1
- package/dist/web/.next/server/chunks/6019.js +0 -2
- package/dist/web/.next/server/edge-chunks/asset_noto-sans-v27-latin-regular.5dda3fca77107598.ttf +0 -0
- package/dist/web/.next/server/edge-chunks/wasm_77d9faebf7af9e421806970ce10a58e9d83116d7.wasm +0 -0
- package/dist/web/.next/server/edge-chunks/wasm_ef4866ecae192fd87727067cf2c0c0cf9fb8b020.wasm +0 -0
- package/dist/web/.next/server/edge-runtime-webpack.js +0 -2
- package/dist/web/.next/server/interception-route-rewrite-manifest.js +0 -1
- package/dist/web/.next/static/ZxFskpyUoxefJOzSxSb6s/_buildManifest.js +0 -1
- package/dist/web/.next/static/chunks/200-619918ea0fdbd6ff.js +0 -1
- package/dist/web/.next/static/chunks/29-7904810aeffd75a0.js +0 -1
- package/dist/web/.next/static/chunks/552926ff-e8a371ec0133d0dc.js +0 -1
- package/dist/web/.next/static/chunks/695-00bca043953d4170.js +0 -1
- package/dist/web/.next/static/chunks/app/_not-found/page-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/api/admin/backfill-search/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/api/cli/download/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/api/cli/feedback/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/api/cli/init/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/api/cli/my-shares/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/api/cli/poll/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/api/cli/project-settings/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/api/cli/share-mutate/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/api/cli/sync-list/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/api/local/project-sessions/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/api/local/watch/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/api/search/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/api/search-index/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/api/share/download/[slug]/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/api/share/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/api/upload/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/auth/callback/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/auth/signout/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/cli/login/page-647fd605d0fe2472.js +0 -1
- package/dist/web/.next/static/chunks/app/digest/page-41ec674edc998616.js +0 -1
- package/dist/web/.next/static/chunks/app/feedback/page-60f4d489fd598c9c.js +0 -1
- package/dist/web/.next/static/chunks/app/layout-f5666b9135264807.js +0 -1
- package/dist/web/.next/static/chunks/app/my-projects/[projectKey]/page-3a816489e5e8534b.js +0 -1
- package/dist/web/.next/static/chunks/app/my-projects/page-c88eba56cb5d0b8d.js +0 -1
- package/dist/web/.next/static/chunks/app/not-found-41ec674edc998616.js +0 -1
- package/dist/web/.next/static/chunks/app/opengraph-image/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/page-e6e80157848514e3.js +0 -1
- package/dist/web/.next/static/chunks/app/projects/[id]/page-faec0dc5b09bd35f.js +0 -1
- package/dist/web/.next/static/chunks/app/r/[slug]/opengraph-image/route-bd7ebde8ab75cb95.js +0 -1
- package/dist/web/.next/static/chunks/app/r/[slug]/page-65707eb198f673a1.js +0 -1
- package/dist/web/.next/static/chunks/app/search/page-fc0b629efa815c64.js +0 -1
- package/dist/web/.next/static/chunks/app/sessions/[projectId]/[sessionId]/page-5e70eaa0a429d94a.js +0 -1
- package/dist/web/.next/static/chunks/app/sign-in/page-792d0d79889186cf.js +0 -1
- package/dist/web/.next/static/chunks/d99d8e6a-80443bd3c9d31f50.js +0 -1
- package/dist/web/.next/static/chunks/framework-39000e34f38d10f6.js +0 -1
- package/dist/web/.next/static/chunks/main-app-21e9441fa7ac15ef.js +0 -1
- package/dist/web/.next/static/chunks/main-f824d48fd7ff2e3b.js +0 -1
- package/dist/web/.next/static/chunks/pages/_error-412ff705bc5b0636.js +0 -1
- package/dist/web/.next/static/css/3c4744a7426424ee.css +0 -3
- /package/dist/web/.next/static/{ZxFskpyUoxefJOzSxSb6s → LF69v3WA6LbEAkvRHNqfG}/_ssgManifest.js +0 -0
package/dist/web/.next/server/app/my-projects/[projectKey]/page_client-reference-manifest.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/my-projects/[projectKey]/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}},"9686":{"*":{"id":"54174","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","203","static/chunks/app/my-projects/%5BprojectKey%5D/page-3a816489e5e8534b.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","203","static/chunks/app/my-projects/%5BprojectKey%5D/page-3a816489e5e8534b.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/CommandPalette.tsx":{"id":1123,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","203","static/chunks/app/my-projects/%5BprojectKey%5D/page-3a816489e5e8534b.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/SearchTrigger.tsx":{"id":6597,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","203","static/chunks/app/my-projects/%5BprojectKey%5D/page-3a816489e5e8534b.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/UserMenu.tsx":{"id":4059,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","203","static/chunks/app/my-projects/%5BprojectKey%5D/page-3a816489e5e8534b.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/@vercel+analytics@1.6.1_next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5__react@19.2.5/node_modules/@vercel/analytics/dist/next/index.mjs":{"id":340,"name":"*","chunks":["177","static/chunks/app/layout-f5666b9135264807.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/globals.css":{"id":3070,"name":"*","chunks":["177","static/chunks/app/layout-f5666b9135264807.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareList.tsx":{"id":6130,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareRowActions.tsx":{"id":9464,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","203","static/chunks/app/my-projects/%5BprojectKey%5D/page-3a816489e5e8534b.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-projects/ProjectList.tsx":{"id":5830,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","806","static/chunks/app/my-projects/page-c88eba56cb5d0b8d.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/sign-in/SignInCard.tsx":{"id":6503,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/cli/login/CliLogin.tsx":{"id":7961,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/feedback/FeedbackForm.tsx":{"id":2786,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/projects/ProjectSettingsButton.tsx":{"id":3692,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/dashboard/DashboardContent.tsx":{"id":982,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/landing/InstallCTA.tsx":{"id":5995,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ThinkingBlock.tsx":{"id":4785,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ToolCall.tsx":{"id":4485,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/search/CloudSearchBox.tsx":{"id":224,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/LiveRefresh.tsx":{"id":1768,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/ResumeCommand.tsx":{"id":8999,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/share/ShareButton.tsx":{"id":6351,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/suresh/New-Projects/agentreplay/packages/web/":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/not-found":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/layout":[{"inlined":false,"path":"static/css/3c4744a7426424ee.css"}],"/Users/suresh/New-Projects/agentreplay/packages/web/app/page":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-projects/page":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-projects/[projectKey]/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}},"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["/my-projects/[projectKey]/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","8203","static/chunks/app/my-projects/%5BprojectKey%5D/page-7c5f2badf689d2e8.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","8203","static/chunks/app/my-projects/%5BprojectKey%5D/page-7c5f2badf689d2e8.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","8203","static/chunks/app/my-projects/%5BprojectKey%5D/page-7c5f2badf689d2e8.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","8203","static/chunks/app/my-projects/%5BprojectKey%5D/page-7c5f2badf689d2e8.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","8203","static/chunks/app/my-projects/%5BprojectKey%5D/page-7c5f2badf689d2e8.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":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","8203","static/chunks/app/my-projects/%5BprojectKey%5D/page-7c5f2badf689d2e8.js"],"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":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","7806","static/chunks/app/my-projects/page-c0390151fd6332a0.js"],"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/my-projects/page":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-projects/[projectKey]/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["/my-projects/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}},"9686":{"*":{"id":"54174","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","806","static/chunks/app/my-projects/page-c88eba56cb5d0b8d.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","806","static/chunks/app/my-projects/page-c88eba56cb5d0b8d.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/CommandPalette.tsx":{"id":1123,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","806","static/chunks/app/my-projects/page-c88eba56cb5d0b8d.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/SearchTrigger.tsx":{"id":6597,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","806","static/chunks/app/my-projects/page-c88eba56cb5d0b8d.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/UserMenu.tsx":{"id":4059,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","806","static/chunks/app/my-projects/page-c88eba56cb5d0b8d.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/@vercel+analytics@1.6.1_next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5__react@19.2.5/node_modules/@vercel/analytics/dist/next/index.mjs":{"id":340,"name":"*","chunks":["177","static/chunks/app/layout-f5666b9135264807.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/globals.css":{"id":3070,"name":"*","chunks":["177","static/chunks/app/layout-f5666b9135264807.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareList.tsx":{"id":6130,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareRowActions.tsx":{"id":9464,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-projects/ProjectList.tsx":{"id":5830,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","806","static/chunks/app/my-projects/page-c88eba56cb5d0b8d.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/sign-in/SignInCard.tsx":{"id":6503,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/cli/login/CliLogin.tsx":{"id":7961,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/feedback/FeedbackForm.tsx":{"id":2786,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/projects/ProjectSettingsButton.tsx":{"id":3692,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/dashboard/DashboardContent.tsx":{"id":982,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/landing/InstallCTA.tsx":{"id":5995,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ThinkingBlock.tsx":{"id":4785,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ToolCall.tsx":{"id":4485,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/search/CloudSearchBox.tsx":{"id":224,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/LiveRefresh.tsx":{"id":1768,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/ResumeCommand.tsx":{"id":8999,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/share/ShareButton.tsx":{"id":6351,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/suresh/New-Projects/agentreplay/packages/web/":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/not-found":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/layout":[{"inlined":false,"path":"static/css/3c4744a7426424ee.css"}],"/Users/suresh/New-Projects/agentreplay/packages/web/app/page":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-projects/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}},"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["/my-projects/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","7806","static/chunks/app/my-projects/page-c0390151fd6332a0.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","7806","static/chunks/app/my-projects/page-c0390151fd6332a0.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","7806","static/chunks/app/my-projects/page-c0390151fd6332a0.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","7806","static/chunks/app/my-projects/page-c0390151fd6332a0.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","7806","static/chunks/app/my-projects/page-c0390151fd6332a0.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":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","7806","static/chunks/app/my-projects/page-c0390151fd6332a0.js"],"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/my-projects/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,2 +1,2 @@
|
|
|
1
1
|
(()=>{var a={};a.id=492,a.ids=[492],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")},4354:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>D.a,__next_app__:()=>J,handler:()=>L,pages:()=>I,routeModule:()=>K,tree:()=>H});var d=c(47658),e=c(94221),f=c(62035),g=c(79316),h=c(36238),i=c(39136),j=c(42943),k=c(46236),l=c(48258),m=c(96104),n=c(33954),o=c(31565),p=c(62397),q=c(36454),r=c(261),s=c(46117),t=c(99338),u=c(26713),v=c(23308),w=c(10477),x=c(34193),y=c(7174),z=c(47866),A=c(13214),B=c(86439),C=c(28706),D=c.n(C),E=c(28954),F=c(37107),G={};for(let a in E)0>["default","tree","pages","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(G[a]=()=>E[a]);c.d(b,G);let H={children:["",{children:["my-shares",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,92764)),"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/page.tsx"]}]},{metadata:{icon:[],apple:[],openGraph:[async a=>(await Promise.resolve().then(c.bind(c,39252))).default(a)],twitter:[],manifest:void 0}}]},{layout:[()=>Promise.resolve().then(c.bind(c,55729)),"/Users/suresh/New-Projects/agentreplay/packages/web/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,28706,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.bind(c,49243)),"/Users/suresh/New-Projects/agentreplay/packages/web/app/not-found.tsx"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,25325,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,6960,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[],apple:[],openGraph:[async a=>(await Promise.resolve().then(c.bind(c,39252))).default(a)],twitter:[],manifest:void 0}}]}.children,I=["/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/page.tsx"],J={require:c,loadChunk:()=>Promise.resolve()},K=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/my-shares/page",pathname:"/my-shares",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:H},distDir:".next",relativeProjectDir:""});async function L(a,b,d){var C;let G="/my-shares/page";"/index"===G&&(G="/");let M=(0,h.getRequestMeta)(a,"postponed"),N=(0,h.getRequestMeta)(a,"minimalMode"),O=await K.prepare(a,b,{srcPage:G,multiZoneDraftMode:!1});if(!O)return b.statusCode=400,b.end("Bad Request"),null==d.waitUntil||d.waitUntil.call(d,Promise.resolve()),null;let{buildId:P,query:Q,params:R,parsedUrl:S,pageIsDynamic:T,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,serverActionsManifest:X,clientReferenceManifest:Y,subresourceIntegrityManifest:Z,prerenderManifest:$,isDraftMode:_,resolvedPathname:aa,revalidateOnlyGenerated:ab,routerServerContext:ac,nextConfig:ad,interceptionRoutePatterns:ae}=O,af=S.pathname||"/",ag=(0,r.normalizeAppPath)(G),{isOnDemandRevalidate:ah}=O,ai=K.match(af,$),aj=!!$.routes[aa],ak=!!(ai||aj||$.routes[ag]),al=a.headers["user-agent"]||"",am=(0,u.getBotType)(al),an=(0,p.isHtmlBotRequest)(a),ao=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[t.NEXT_ROUTER_PREFETCH_HEADER],ap=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[t.RSC_HEADER],aq=(0,s.getIsPossibleServerAction)(a),ar=(0,m.checkIsAppPPREnabled)(ad.experimental.ppr)&&(null==(C=$.routes[ag]??$.dynamicRoutes[ag])?void 0:C.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?M:void 0,av=ar&&ap&&!ao,aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=!al||(0,p.shouldServeStreamingMetadata)(al,ad.htmlLimitedBots);an&&ar&&(ak=!1,ax=!1);let ay=!0===K.isDev||!ak||"string"==typeof M||av,az=an&&ar,aA=null;_||!ak||ay||aq||au||av||(aA=aa);let aB=aA;!aB&&K.isDev&&(aB=aa),K.isDev||_||!ak||!ap||av||(0,k.d)(a.headers);let aC={...E,tree:H,pages:I,GlobalError:D(),handler:L,routeModule:K,__next_app__:J};X&&Y&&(0,o.setReferenceManifestsSingleton)({page:G,clientReferenceManifest:Y,serverActionsManifest:X,serverModuleMap:(0,q.createServerModuleMap)({serverActionsManifest:X})});let aD=a.method||"GET",aE=(0,g.getTracer)(),aF=aE.getActiveScopeSpan();try{let f=K.getVaryHeader(aa,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return K.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let d=aE.getRootSpanAttributes();if(!d)return;if(d.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${d.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let e=d.get("next.route");if(e){let a=`${aD} ${e}`;c.setAttributes({"next.route":e,"http.route":e,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aD} ${a.url}`)})},m=async({span:e,postponed:f,fallbackRouteParams:g})=>{let i={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aC,Component:(0,j.T)(aC),params:R,routeModule:K,page:G,postponed:f,shouldWaitOnAllReady:az,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||ay,buildManifest:U,nextFontManifest:V,reactLoadableManifest:W,subresourceIntegrityManifest:Z,serverActionsManifest:X,clientReferenceManifest:Y,setIsrStatus:null==ac?void 0:ac.setIsrStatus,dir:c(33873).join(process.cwd(),K.relativeProjectDir),isDraftMode:_,isRevalidate:ak&&!f&&!av,botType:am,isOnDemandRevalidate:ah,isPossibleServerAction:aq,assetPrefix:ad.assetPrefix,nextConfigOutput:ad.output,crossOrigin:ad.crossOrigin,trailingSlash:ad.trailingSlash,previewProps:$.preview,deploymentId:ad.deploymentId,enableTainting:ad.experimental.taint,htmlLimitedBots:ad.htmlLimitedBots,devtoolSegmentExplorer:ad.experimental.devtoolSegmentExplorer,reactMaxHeadersLength:ad.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:(0,h.getRequestMeta)(a,"incrementalCache"),cacheLifeProfiles:ad.experimental.cacheLife,basePath:ad.basePath,serverActions:ad.experimental.serverActions,...as?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isRevalidate:!0,isDebugDynamicAccesses:as}:{},experimental:{isRoutePPREnabled:ar,expireTime:ad.expireTime,staleTimes:ad.experimental.staleTimes,cacheComponents:!!ad.experimental.cacheComponents,clientSegmentCache:!!ad.experimental.clientSegmentCache,clientParamParsing:!!ad.experimental.clientParamParsing,dynamicOnHover:!!ad.experimental.dynamicOnHover,inlineCss:!!ad.experimental.inlineCss,authInterrupts:!!ad.experimental.authInterrupts,clientTraceMetadata:ad.experimental.clientTraceMetadata||[]},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d)=>K.onRequestError(a,b,d,ac),err:(0,h.getRequestMeta)(a,"invokeError"),dev:K.isDev}},l=await k(e,i),{metadata:m}=l,{cacheControl:n,headers:o={},fetchTags:p}=m;if(p&&(o[y.NEXT_CACHE_TAGS_HEADER]=p),a.fetchMetrics=m.fetchMetrics,ak&&(null==n?void 0:n.revalidate)===0&&!K.isDev&&!ar){let a=m.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${aa}${(null==a?void 0:a.description)?`, reason: ${a.description}`:""}
|
|
2
|
-
see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},4811:(a,b,c)=>{"use strict";c.d(b,{Z:()=>e});var d=c(45548);function e({children:a,className:b="",hoverable:c=!1}){return(0,d.jsx)("div",{className:`card ${c?"card-hover":""} ${b}`,children:a})}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},13347:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,54463,23)),Promise.resolve().then(c.bind(c,31986)),Promise.resolve().then(c.bind(c,88423)),Promise.resolve().then(c.bind(c,84915)),Promise.resolve().then(c.bind(c,72375))},13544:(a,b,c)=>{"use strict";c.d(b,{ShareList:()=>d});let d=(0,c(75410).registerClientReference)(function(){throw Error("Attempted to call ShareList() from the server but ShareList is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareList.tsx","ShareList")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31986:(a,b,c)=>{"use strict";c.d(b,{ShareList:()=>o});var d=c(45548),e=c(31893),f=c(54463),g=c.n(f),h=c(4811),i=c(67268),j=c(99156),k=c(14428);let l=[{kind:"all",label:"All"},{kind:"claude-code",label:"Claude Code"},{kind:"codex",label:"Codex"},{kind:"cursor",label:"Cursor"}];function m(a){return a.agent_source??"claude-code"}function n(a){return"codex"===a?"Codex":"cursor"===a?"Cursor":null}function o({rows:a}){let[b,c]=(0,e.useState)(""),[f,o]=(0,e.useState)("all"),p=(0,e.useMemo)(()=>{let b=new Set;for(let c of a)b.add(m(c));return b},[a]),q=p.size>1,r=(0,e.useMemo)(()=>{let c=a;if("all"!==f&&(c=c.filter(a=>m(a)===f)),b.trim()){let a=b.toLowerCase().split(/\s+/).filter(Boolean);c=c.filter(b=>{let c=`${b.title} ${b.project_name??""} ${b.project_key??""}`.toLowerCase();return a.every(a=>c.includes(a))})}return c},[a,b,f]),s=(0,e.useMemo)(()=>(function(a){let b=new Map;for(let c of a){let a=c.project_key??c.project_name??"unknown",d=b.get(a);d||(d={key:a,name:c.project_name??c.project_key??"Other",projectKey:c.project_key,rows:[]},b.set(a,d)),d.rows.push(c)}return Array.from(b.values()).sort((a,b)=>{let c=new Date(a.rows[0]?.created_at??0).getTime();return new Date(b.rows[0]?.created_at??0).getTime()-c})})(r),[r]);return(0,d.jsxs)(d.Fragment,{children:[q?(0,d.jsx)("div",{className:"mb-4 flex gap-1 rounded-md border border-surface-border bg-surface-0 p-0.5 w-fit",children:l.filter(a=>"all"===a.kind||p.has(a.kind)).map(b=>{let c="all"===b.kind?a.length:a.filter(a=>m(a)===b.kind).length;return(0,d.jsxs)("button",{type:"button",onClick:()=>o(b.kind),className:`rounded-md px-3 py-1.5 text-xs font-medium transition-colors ${f===b.kind?"bg-surface-2 text-ink-1":"text-ink-3 hover:text-ink-1"}`,children:[b.label,(0,d.jsx)("span",{className:"ml-1.5 tabular-nums text-ink-4",children:c})]},b.kind)})}):null,(0,d.jsxs)("div",{className:"mb-4",children:[(0,d.jsx)("input",{type:"text",value:b,onChange:a=>c(a.target.value),placeholder:"Search shares...",className:"w-full rounded-md border border-surface-border bg-surface-0 px-3 py-2 text-sm text-ink-1 placeholder:text-ink-4 focus:border-accent focus:outline-none focus:ring-1 focus:ring-accent"}),b.trim()&&(0,d.jsxs)("div",{className:"mt-1.5 text-2xs text-ink-3",children:[r.length," of ",a.length," result",1===a.length?"":"s"]})]}),(0,d.jsx)("div",{className:"flex flex-col gap-6",children:s.map(a=>(0,d.jsxs)("section",{children:[(0,d.jsxs)("header",{className:"mb-2 flex items-baseline justify-between gap-3",children:[(0,d.jsxs)("h2",{className:"truncate text-sm font-semibold text-ink-1",children:[a.name,(0,d.jsxs)("span",{className:"ml-2 text-2xs font-normal text-ink-3",children:[(0,j.FQ)(a.rows.length)," share",1===a.rows.length?"":"s"]})]}),a.projectKey?(0,d.jsx)(g(),{href:`/my-projects/${encodeURIComponent(a.projectKey)}`,className:"text-2xs text-ink-3 hover:text-ink-1",children:"open project →"}):null]}),(0,d.jsx)("div",{className:"flex flex-col gap-2",children:a.rows.map(a=>(0,d.jsx)(h.Z,{className:"px-5 py-4",children:(0,d.jsxs)("div",{className:"flex items-start justify-between gap-4",children:[(0,d.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,d.jsx)(g(),{href:`/r/${a.slug}`,className:"line-clamp-2 text-sm font-semibold text-ink-1 hover:text-accent",children:a.title}),(0,d.jsxs)("div",{className:"mt-1 flex flex-wrap items-center gap-2 text-2xs text-ink-3",children:[n(m(a))?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(i.E,{variant:"accent",children:n(m(a))}),(0,d.jsx)("span",{children:"\xb7"})]}):null,(0,d.jsxs)("span",{children:[(0,j.FQ)(a.message_count)," msgs"]}),(0,d.jsx)("span",{children:"\xb7"}),(0,d.jsxs)("span",{children:[(0,j.FQ)(a.tool_call_count)," tools"]}),a.file_change_count>0?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("span",{children:"\xb7"}),(0,d.jsxs)("span",{children:[(0,j.FQ)(a.file_change_count)," edits"]})]}):null,(0,d.jsx)("span",{children:"\xb7"}),(0,d.jsxs)("span",{children:[(a.bytes/1024).toFixed(0)," KB"]}),a.view_count>0?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("span",{children:"\xb7"}),(0,d.jsxs)(i.E,{variant:"accent",children:[(0,j.FQ)(a.view_count)," views"]})]}):null]}),(0,d.jsxs)("div",{className:"mt-1 truncate text-2xs text-ink-4",title:(0,j.v7)(new Date(a.created_at)),children:["shared ",(0,j.Kc)(new Date(a.created_at))," \xb7 /r/",a.slug]})]}),(0,d.jsx)(k.ShareRowActions,{slug:a.slug,visibility:a.visibility??"unlisted",autoSync:!0===a.auto_sync})]})},a.slug))})]},a.key))})]})}},33873:a=>{"use strict";a.exports=require("path")},37323:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,46241,23)),Promise.resolve().then(c.bind(c,13544)),Promise.resolve().then(c.bind(c,85693)),Promise.resolve().then(c.bind(c,68109)),Promise.resolve().then(c.bind(c,22381))},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},48161:a=>{"use strict";a.exports=require("node:os")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},67268:(a,b,c)=>{"use strict";c.d(b,{E:()=>f});var d=c(45548);let e={default:"badge",accent:"badge badge-accent",success:"badge badge-success",warning:"badge badge-warning",danger:"badge badge-danger"};function f({children:a,variant:b="default"}){return(0,d.jsx)("span",{className:e[b],children:a})}},73024:a=>{"use strict";a.exports=require("node:fs")},76760:a=>{"use strict";a.exports=require("node:path")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},92764:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>n,dynamic:()=>l,metadata:()=>m});var d=c(96186),e=c(2529),f=c(43816),g=c(98525),h=c(16174),i=c(49701),j=c(19015),k=c(13544);let l="force-dynamic",m={title:"My shares",description:"Every replay you have shared from promptarc.",robots:{index:!1,follow:!1}};async function n(){let a=await (0,i.HW)(),b=(0,j.vG)();a||b||(0,e.redirect)("/sign-in?next=/my-shares");let c=[],l=null;if((0,j.Fc)()&&a){let b=await (0,i.tf)(),{data:d,error:e}=await b.from("shares").select("slug, title, project_name, project_key, agent_source, message_count, tool_call_count, file_change_count, bytes, view_count, created_at, visibility, auto_sync").eq("owner_id",a.id).order("created_at",{ascending:!1});e?l=e.message:Array.isArray(d)&&(c=d)}else{let a=await (0,j.SM)("/api/cli/my-shares",{});a?a.error?l=a.error:Array.isArray(a.rows)&&(c=a.rows):l="failed to reach promptarc.dev"}let m=l?{message:l}:null,n=c.length,o=c.reduce((a,b)=>a+(b.bytes??0),0),p=c.reduce((a,b)=>a+(b.view_count??0),0);return(0,d.jsx)(f.GV,{children:(0,d.jsxs)(f.LN,{children:[(0,d.jsx)(f.zY,{eyebrow:"Account",title:"My shares",description:"Replays you have created from any machine. Public to anyone with the link until you delete them."}),m?(0,d.jsxs)(g.Z,{className:"mb-6 px-5 py-4 text-sm text-danger",children:["Failed to load shares: ",m.message]}):null,n>0?(0,d.jsxs)("div",{className:"mb-6 grid grid-cols-3 gap-3",children:[(0,d.jsxs)(g.Z,{className:"px-5 py-4",children:[(0,d.jsx)("div",{className:"text-2xs font-medium uppercase tracking-wider text-ink-3",children:"Shares"}),(0,d.jsx)("div",{className:"mt-1 text-2xl font-semibold tabular-nums text-ink-1",children:(0,h.FQ)(n)})]}),(0,d.jsxs)(g.Z,{className:"px-5 py-4",children:[(0,d.jsx)("div",{className:"text-2xs font-medium uppercase tracking-wider text-ink-3",children:"Total size"}),(0,d.jsxs)("div",{className:"mt-1 text-2xl font-semibold tabular-nums text-ink-1",children:[(o/1048576).toFixed(1)," MB"]})]}),(0,d.jsxs)(g.Z,{className:"px-5 py-4",children:[(0,d.jsx)("div",{className:"text-2xs font-medium uppercase tracking-wider text-ink-3",children:"Views"}),(0,d.jsx)("div",{className:"mt-1 text-2xl font-semibold tabular-nums text-ink-1",children:(0,h.FQ)(p)})]})]}):null,0===c.length?(0,d.jsxs)(g.Z,{className:"px-6 py-10 text-center",children:[(0,d.jsx)("h2",{className:"text-base font-semibold text-ink-1",children:"No shares yet"}),(0,d.jsxs)("p",{className:"mt-2 max-w-md mx-auto text-sm text-ink-2",children:["Run ",(0,d.jsx)("code",{className:"kbd",children:"npx promptarc"})," on your machine, click the ",(0,d.jsx)("strong",{children:"Share session"})," button on any session, and the new shares will appear here."]})]}):(0,d.jsx)(k.ShareList,{rows:c})]})})}},99156:(a,b,c)=>{"use strict";c.d(b,{FQ:()=>g,Kc:()=>k,v7:()=>h});let d=new Intl.NumberFormat("en-US"),e=new Intl.DateTimeFormat("en-US",{month:"short",day:"numeric",year:"numeric"}),f=new Intl.DateTimeFormat("en-US",{hour:"numeric",minute:"2-digit"});function g(a){return d.format(a)}function h(a){return a?`${!a?"—":e.format(a)} \xb7 ${!a?"":f.format(a)}`:"—"}let i=[["year",31536e3],["month",2592e3],["week",604800],["day",86400],["hour",3600],["minute",60],["second",1]],j=new Intl.RelativeTimeFormat("en-US",{numeric:"auto"});function k(a,b=new Date){if(!a)return"—";let c=Math.round((a.getTime()-b.getTime())/1e3);for(let[a,b]of i)if(Math.abs(c)>=b||"second"===a)return j.format(Math.round(c/b),a);return j.format(c,"second")}}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[549,3256,2678,4985,2901,8334,6227],()=>b(b.s=4354));module.exports=c})();
|
|
2
|
+
see more here https://nextjs.org/docs/messages/app-static-to-dynamic-error`),"__NEXT_ERROR_CODE",{value:"E132",enumerable:!1,configurable:!0});if(null==a?void 0:a.stack){let c=a.stack;b.stack=b.message+c.substring(c.indexOf("\n"))}throw b}return{value:{kind:v.CachedRouteKind.APP_PAGE,html:l,headers:o,rscData:m.flightData,postponed:m.postponed,status:m.statusCode,segmentData:m.segmentData},cacheControl:n}},o=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i})=>{let j,k=!1===K.isDev,l=c||b.writableEnded;if(ah&&ab&&!f&&!N)return(null==ac?void 0:ac.render404)?await ac.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(j=(0,w.parseFallbackField)(ai.fallback)),j===w.FallbackMode.PRERENDER&&(0,u.isBot)(al)&&(!ar||an)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(j!==w.FallbackMode.NOT_FOUND||f)&&(j=w.FallbackMode.BLOCKING_STATIC_RENDER),!N&&j!==w.FallbackMode.BLOCKING_STATIC_RENDER&&aB&&!l&&!_&&T&&(k||!aj)){let b;if((k||ai)&&j===w.FallbackMode.NOT_FOUND)throw new B.NoFallbackError;if(ar&&!ap){let c="string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:k?ag:null;if(b=await K.handleResponse({cacheKey:c,req:a,nextConfig:ad,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:$,isRoutePPREnabled:ar,responseGenerator:async()=>m({span:i,postponed:void 0,fallbackRouteParams:k||at?(0,n.u)(ag):null}),waitUntil:d.waitUntil}),null===b)return null;if(b)return delete b.cacheControl,b}}let o=ah||g||!au?void 0:au;if(as&&void 0!==o)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:v.CachedRouteKind.PAGES,html:x.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let p=T&&ar&&((0,h.getRequestMeta)(a,"renderFallbackShell")||at)?(0,n.u)(af):null;return m({span:i,postponed:o,fallbackRouteParams:p})},p=async c=>{var f,g,i,j,k;let l,n=await K.handleResponse({cacheKey:aA,responseGenerator:a=>o({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ad,prerenderManifest:$,waitUntil:d.waitUntil});if(_&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),K.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!n){if(aA)throw Object.defineProperty(Error("invariant: cache entry required but not generated"),"__NEXT_ERROR_CODE",{value:"E62",enumerable:!1,configurable:!0});return null}if((null==(f=n.value)?void 0:f.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=n.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let p="string"==typeof n.value.postponed;ak&&!av&&(!p||ao)&&(N||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":n.isMiss?"MISS":n.isStale?"STALE":"HIT"),b.setHeader(t.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=n;if(au)l={revalidate:0,expire:void 0};else if(N&&ap&&!ao&&ar)l={revalidate:0,expire:void 0};else if(!K.isDev)if(_)l={revalidate:0,expire:void 0};else if(ak){if(n.cacheControl)if("number"==typeof n.cacheControl.revalidate){if(n.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${n.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:n.cacheControl.revalidate,expire:(null==(j=n.cacheControl)?void 0:j.expire)??ad.expireTime}}else l={revalidate:y.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(n.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===v.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[y.NEXT_CACHE_TAGS_HEADER];N&&ak&&c&&"string"==typeof c&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(d,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl}):(b.statusCode=204,(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.EMPTY,cacheControl:n.cacheControl}))}let r=(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r({...n,value:{...n.value,kind:"PAGE"}},{url:(0,h.getRequestMeta)(a,"initURL")}))return null;if(p&&au)throw Object.defineProperty(Error("Invariant: postponed state should not be present on a resume request"),"__NEXT_ERROR_CODE",{value:"E396",enumerable:!1,configurable:!0});if(q.headers){let a={...q.headers};for(let[c,d]of(N&&ak||delete a[y.NEXT_CACHE_TAGS_HEADER],Object.entries(a)))if(void 0!==d)if(Array.isArray(d))for(let a of d)b.appendHeader(c,a);else"number"==typeof d&&(d=d.toString()),b.appendHeader(c,d)}let s=null==(g=q.headers)?void 0:g[y.NEXT_CACHE_TAGS_HEADER];if(N&&ak&&s&&"string"==typeof s&&b.setHeader(y.NEXT_CACHE_TAGS_HEADER,s),!q.status||ap&&ar||(b.statusCode=q.status),!N&&q.status&&F.RedirectStatusCode[q.status]&&ap&&(b.statusCode=200),p&&b.setHeader(t.NEXT_DID_POSTPONE_HEADER,"1"),ap&&!_){if(void 0===q.rscData){if(q.postponed)throw Object.defineProperty(Error("Invariant: Expected postponed to be undefined"),"__NEXT_ERROR_CODE",{value:"E372",enumerable:!1,configurable:!0});return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:q.html,cacheControl:av?{revalidate:0,expire:void 0}:n.cacheControl})}return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:x.default.fromStatic(q.rscData,t.RSC_CONTENT_TYPE_HEADER),cacheControl:n.cacheControl})}let u=q.html;if(!p||N||ap)return(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:n.cacheControl});if(as)return u.push(new ReadableStream({start(a){a.enqueue(z.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}});let w=new TransformStream;return u.push(w.readable),m({span:c,postponed:q.postponed,fallbackRouteParams:null}).then(async a=>{var b,c;if(!a)throw Object.defineProperty(Error("Invariant: expected a result to be returned"),"__NEXT_ERROR_CODE",{value:"E463",enumerable:!1,configurable:!0});if((null==(b=a.value)?void 0:b.kind)!==v.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant: expected a page response, got ${null==(c=a.value)?void 0:c.kind}`),"__NEXT_ERROR_CODE",{value:"E305",enumerable:!1,configurable:!0});await a.value.html.pipeTo(w.writable)}).catch(a=>{w.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,A.sendRenderResult)({req:a,res:b,generateEtags:ad.generateEtags,poweredByHeader:ad.poweredByHeader,result:u,cacheControl:{revalidate:0,expire:void 0}})};if(!aF)return await aE.withPropagatedContext(a.headers,()=>aE.trace(i.BaseServerSpan.handleRequest,{spanName:`${aD} ${a.url}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aD,"http.target":a.url}},p));await p(aF)}catch(b){throw b instanceof B.NoFallbackError||await K.onRequestError(a,b,{routerKind:"App Router",routePath:G,routeType:"render",revalidateReason:(0,f.c)({isRevalidate:ak,isOnDemandRevalidate:ah})},ac),b}}},4811:(a,b,c)=>{"use strict";c.d(b,{Z:()=>e});var d=c(45548);function e({children:a,className:b="",hoverable:c=!1}){return(0,d.jsx)("div",{className:`card ${c?"card-hover":""} ${b}`,children:a})}},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},13347:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,54463,23)),Promise.resolve().then(c.bind(c,31986)),Promise.resolve().then(c.bind(c,88423)),Promise.resolve().then(c.bind(c,84915)),Promise.resolve().then(c.bind(c,72375))},13544:(a,b,c)=>{"use strict";c.d(b,{ShareList:()=>d});let d=(0,c(75410).registerClientReference)(function(){throw Error("Attempted to call ShareList() from the server but ShareList is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareList.tsx","ShareList")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31986:(a,b,c)=>{"use strict";c.d(b,{ShareList:()=>o});var d=c(45548),e=c(31893),f=c(54463),g=c.n(f),h=c(4811),i=c(67268),j=c(99156),k=c(14428);let l=[{kind:"all",label:"All"},{kind:"claude-code",label:"Claude Code"},{kind:"codex",label:"Codex"},{kind:"cursor",label:"Cursor"}];function m(a){return a.agent_source??"claude-code"}function n(a){return"codex"===a?"Codex":"cursor"===a?"Cursor":null}function o({rows:a}){let[b,c]=(0,e.useState)(""),[f,o]=(0,e.useState)("all"),p=(0,e.useMemo)(()=>{let b=new Set;for(let c of a)b.add(m(c));return b},[a]),q=p.size>1,r=(0,e.useMemo)(()=>{let c=a;if("all"!==f&&(c=c.filter(a=>m(a)===f)),b.trim()){let a=b.toLowerCase().split(/\s+/).filter(Boolean);c=c.filter(b=>{let c=`${b.title} ${b.project_name??""} ${b.project_key??""}`.toLowerCase();return a.every(a=>c.includes(a))})}return c},[a,b,f]),s=(0,e.useMemo)(()=>(function(a){let b=new Map;for(let c of a){let a=c.project_key??c.project_name??"unknown",d=b.get(a);d||(d={key:a,name:c.project_name??c.project_key??"Other",projectKey:c.project_key,rows:[]},b.set(a,d)),d.rows.push(c)}return Array.from(b.values()).sort((a,b)=>{let c=new Date(a.rows[0]?.created_at??0).getTime();return new Date(b.rows[0]?.created_at??0).getTime()-c})})(r),[r]);return(0,d.jsxs)(d.Fragment,{children:[q?(0,d.jsx)("div",{className:"mb-4 flex gap-1 rounded-md border border-surface-border bg-surface-0 p-0.5 w-fit",children:l.filter(a=>"all"===a.kind||p.has(a.kind)).map(b=>{let c="all"===b.kind?a.length:a.filter(a=>m(a)===b.kind).length;return(0,d.jsxs)("button",{type:"button",onClick:()=>o(b.kind),className:`rounded-md px-3 py-1.5 text-xs font-medium transition-colors ${f===b.kind?"bg-surface-2 text-ink-1":"text-ink-3 hover:text-ink-1"}`,children:[b.label,(0,d.jsx)("span",{className:"ml-1.5 tabular-nums text-ink-4",children:c})]},b.kind)})}):null,(0,d.jsxs)("div",{className:"mb-4",children:[(0,d.jsx)("input",{type:"text",value:b,onChange:a=>c(a.target.value),placeholder:"Search shares...",className:"w-full rounded-md border border-surface-border bg-surface-0 px-3 py-2 text-sm text-ink-1 placeholder:text-ink-4 focus:border-accent focus:outline-none focus:ring-1 focus:ring-accent"}),b.trim()&&(0,d.jsxs)("div",{className:"mt-1.5 text-2xs text-ink-3",children:[r.length," of ",a.length," result",1===a.length?"":"s"]})]}),(0,d.jsx)("div",{className:"flex flex-col gap-6",children:s.map(a=>(0,d.jsxs)("section",{children:[(0,d.jsxs)("header",{className:"mb-2 flex items-baseline justify-between gap-3",children:[(0,d.jsxs)("h2",{className:"truncate text-sm font-semibold text-ink-1",children:[a.name,(0,d.jsxs)("span",{className:"ml-2 text-2xs font-normal text-ink-3",children:[(0,j.FQ)(a.rows.length)," share",1===a.rows.length?"":"s"]})]}),a.projectKey?(0,d.jsx)(g(),{href:`/my-projects/${encodeURIComponent(a.projectKey)}`,className:"text-2xs text-ink-3 hover:text-ink-1",children:"open project →"}):null]}),(0,d.jsx)("div",{className:"flex flex-col gap-2",children:a.rows.map(a=>(0,d.jsx)(h.Z,{className:"px-5 py-4",children:(0,d.jsxs)("div",{className:"flex items-start justify-between gap-4",children:[(0,d.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,d.jsx)(g(),{href:`/r/${a.slug}`,className:"line-clamp-2 text-sm font-semibold text-ink-1 hover:text-accent",children:a.title}),a.ai_summary?(0,d.jsx)("p",{className:"mt-1 line-clamp-2 text-2xs leading-relaxed text-ink-2",children:a.ai_summary}):null,(0,d.jsxs)("div",{className:"mt-1 flex flex-wrap items-center gap-2 text-2xs text-ink-3",children:[n(m(a))?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(i.E,{variant:"accent",children:n(m(a))}),(0,d.jsx)("span",{children:"\xb7"})]}):null,(0,d.jsxs)("span",{children:[(0,j.FQ)(a.message_count)," msgs"]}),(0,d.jsx)("span",{children:"\xb7"}),(0,d.jsxs)("span",{children:[(0,j.FQ)(a.tool_call_count)," tools"]}),a.file_change_count>0?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("span",{children:"\xb7"}),(0,d.jsxs)("span",{children:[(0,j.FQ)(a.file_change_count)," edits"]})]}):null,(0,d.jsx)("span",{children:"\xb7"}),(0,d.jsxs)("span",{children:[(a.bytes/1024).toFixed(0)," KB"]}),a.view_count>0?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("span",{children:"\xb7"}),(0,d.jsxs)(i.E,{variant:"accent",children:[(0,j.FQ)(a.view_count)," views"]})]}):null]}),(0,d.jsxs)("div",{className:"mt-1 truncate text-2xs text-ink-4",title:(0,j.v7)(new Date(a.created_at)),children:["shared ",(0,j.Kc)(new Date(a.created_at))," \xb7 /r/",a.slug]})]}),(0,d.jsx)(k.ShareRowActions,{slug:a.slug,visibility:a.visibility??"unlisted",autoSync:!0===a.auto_sync})]})},a.slug))})]},a.key))})]})}},33873:a=>{"use strict";a.exports=require("path")},37323:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,46241,23)),Promise.resolve().then(c.bind(c,13544)),Promise.resolve().then(c.bind(c,85693)),Promise.resolve().then(c.bind(c,68109)),Promise.resolve().then(c.bind(c,22381))},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},48161:a=>{"use strict";a.exports=require("node:os")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},67268:(a,b,c)=>{"use strict";c.d(b,{E:()=>f});var d=c(45548);let e={default:"badge",accent:"badge badge-accent",success:"badge badge-success",warning:"badge badge-warning",danger:"badge badge-danger"};function f({children:a,variant:b="default"}){return(0,d.jsx)("span",{className:e[b],children:a})}},73024:a=>{"use strict";a.exports=require("node:fs")},76760:a=>{"use strict";a.exports=require("node:path")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},92764:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>n,dynamic:()=>l,metadata:()=>m});var d=c(96186),e=c(2529),f=c(43816),g=c(98525),h=c(16174),i=c(49701),j=c(19015),k=c(13544);let l="force-dynamic",m={title:"My shares",description:"Every replay you have shared from promptarc.",robots:{index:!1,follow:!1}};async function n(){let a=await (0,i.HW)(),b=(0,j.vG)();a||b||(0,e.redirect)("/sign-in?next=/my-shares");let c=[],l=null;if((0,j.Fc)()&&a){let b=await (0,i.tf)(),{data:d,error:e}=await b.from("shares").select("slug, title, project_name, project_key, agent_source, message_count, tool_call_count, file_change_count, bytes, view_count, created_at, visibility, auto_sync, ai_summary").eq("owner_id",a.id).order("created_at",{ascending:!1});e?l=e.message:Array.isArray(d)&&(c=d)}else{let a=await (0,j.SM)("/api/cli/my-shares",{});a?a.error?l=a.error:Array.isArray(a.rows)&&(c=a.rows):l="failed to reach promptarc.dev"}let m=l?{message:l}:null,n=c.length,o=c.reduce((a,b)=>a+(b.bytes??0),0),p=c.reduce((a,b)=>a+(b.view_count??0),0);return(0,d.jsx)(f.GV,{children:(0,d.jsxs)(f.LN,{children:[(0,d.jsx)(f.zY,{eyebrow:"Account",title:"My shares",description:"Replays you have created from any machine. Public to anyone with the link until you delete them."}),m?(0,d.jsxs)(g.Z,{className:"mb-6 px-5 py-4 text-sm text-danger",children:["Failed to load shares: ",m.message]}):null,n>0?(0,d.jsxs)("div",{className:"mb-6 grid grid-cols-3 gap-3",children:[(0,d.jsxs)(g.Z,{className:"px-5 py-4",children:[(0,d.jsx)("div",{className:"text-2xs font-medium uppercase tracking-wider text-ink-3",children:"Shares"}),(0,d.jsx)("div",{className:"mt-1 text-2xl font-semibold tabular-nums text-ink-1",children:(0,h.FQ)(n)})]}),(0,d.jsxs)(g.Z,{className:"px-5 py-4",children:[(0,d.jsx)("div",{className:"text-2xs font-medium uppercase tracking-wider text-ink-3",children:"Total size"}),(0,d.jsxs)("div",{className:"mt-1 text-2xl font-semibold tabular-nums text-ink-1",children:[(o/1048576).toFixed(1)," MB"]})]}),(0,d.jsxs)(g.Z,{className:"px-5 py-4",children:[(0,d.jsx)("div",{className:"text-2xs font-medium uppercase tracking-wider text-ink-3",children:"Views"}),(0,d.jsx)("div",{className:"mt-1 text-2xl font-semibold tabular-nums text-ink-1",children:(0,h.FQ)(p)})]})]}):null,0===c.length?(0,d.jsxs)(g.Z,{className:"px-6 py-10 text-center",children:[(0,d.jsx)("h2",{className:"text-base font-semibold text-ink-1",children:"No shares yet"}),(0,d.jsxs)("p",{className:"mt-2 max-w-md mx-auto text-sm text-ink-2",children:["Run ",(0,d.jsx)("code",{className:"kbd",children:"npx promptarc"})," on your machine, click the ",(0,d.jsx)("strong",{children:"Share session"})," button on any session, and the new shares will appear here."]})]}):(0,d.jsx)(k.ShareList,{rows:c})]})})}},99156:(a,b,c)=>{"use strict";c.d(b,{FQ:()=>g,Kc:()=>k,v7:()=>h});let d=new Intl.NumberFormat("en-US"),e=new Intl.DateTimeFormat("en-US",{month:"short",day:"numeric",year:"numeric"}),f=new Intl.DateTimeFormat("en-US",{hour:"numeric",minute:"2-digit"});function g(a){return d.format(a)}function h(a){return a?`${!a?"—":e.format(a)} \xb7 ${!a?"":f.format(a)}`:"—"}let i=[["year",31536e3],["month",2592e3],["week",604800],["day",86400],["hour",3600],["minute",60],["second",1]],j=new Intl.RelativeTimeFormat("en-US",{numeric:"auto"});function k(a,b=new Date){if(!a)return"—";let c=Math.round((a.getTime()-b.getTime())/1e3);for(let[a,b]of i)if(Math.abs(c)>=b||"second"===a)return j.format(Math.round(c/b),a);return j.format(c,"second")}}};var b=require("../../webpack-runtime.js");b.C(a);var c=b.X(0,[549,3256,2678,4985,2901,8334,6227],()=>b(b.s=4354));module.exports=c})();
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/my-shares/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}},"9686":{"*":{"id":"54174","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":6638,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-page.js":{"id":4919,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/client-segment.js":{"id":7685,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":1694,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/layout-router.js":{"id":9686,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":9265,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":2156,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":15,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":1422,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","111","static/chunks/app/my-shares/page-697d61e07a7546b2.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5/node_modules/next/dist/esm/client/app-dir/link.js":{"id":3483,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","111","static/chunks/app/my-shares/page-697d61e07a7546b2.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/CommandPalette.tsx":{"id":1123,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","111","static/chunks/app/my-shares/page-697d61e07a7546b2.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/SearchTrigger.tsx":{"id":6597,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","111","static/chunks/app/my-shares/page-697d61e07a7546b2.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/shell/UserMenu.tsx":{"id":4059,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","111","static/chunks/app/my-shares/page-697d61e07a7546b2.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/node_modules/.pnpm/@vercel+analytics@1.6.1_next@15.5.15_react-dom@19.2.5_react@19.2.5__react@19.2.5__react@19.2.5/node_modules/@vercel/analytics/dist/next/index.mjs":{"id":340,"name":"*","chunks":["177","static/chunks/app/layout-f5666b9135264807.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/globals.css":{"id":3070,"name":"*","chunks":["177","static/chunks/app/layout-f5666b9135264807.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareList.tsx":{"id":6130,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","111","static/chunks/app/my-shares/page-697d61e07a7546b2.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/ShareRowActions.tsx":{"id":9464,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-projects/ProjectList.tsx":{"id":5830,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/sign-in/SignInCard.tsx":{"id":6503,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/cli/login/CliLogin.tsx":{"id":7961,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/feedback/FeedbackForm.tsx":{"id":2786,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/projects/ProjectSettingsButton.tsx":{"id":3692,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/dashboard/DashboardContent.tsx":{"id":982,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/landing/InstallCTA.tsx":{"id":5995,"name":"*","chunks":["200","static/chunks/200-619918ea0fdbd6ff.js","29","static/chunks/29-7904810aeffd75a0.js","974","static/chunks/app/page-e6e80157848514e3.js"],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ThinkingBlock.tsx":{"id":4785,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/timeline/ToolCall.tsx":{"id":4485,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/app/search/CloudSearchBox.tsx":{"id":224,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/LiveRefresh.tsx":{"id":1768,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/session/ResumeCommand.tsx":{"id":8999,"name":"*","chunks":[],"async":false},"/Users/suresh/New-Projects/agentreplay/packages/web/components/share/ShareButton.tsx":{"id":6351,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/suresh/New-Projects/agentreplay/packages/web/":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/not-found":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/layout":[{"inlined":false,"path":"static/css/3c4744a7426424ee.css"}],"/Users/suresh/New-Projects/agentreplay/packages/web/app/page":[],"/Users/suresh/New-Projects/agentreplay/packages/web/app/my-shares/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}},"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["/my-shares/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","492","static/chunks/app/my-shares/page-49c0112973401c14.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","492","static/chunks/app/my-shares/page-49c0112973401c14.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","492","static/chunks/app/my-shares/page-49c0112973401c14.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","492","static/chunks/app/my-shares/page-49c0112973401c14.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","492","static/chunks/app/my-shares/page-49c0112973401c14.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":["7200","static/chunks/7200-4560b15b9cad37b3.js","1029","static/chunks/1029-12dc6d00537d43fd.js","492","static/chunks/app/my-shares/page-49c0112973401c14.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/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/my-shares/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}}}}
|