@savecontext/dashboard 0.1.23 → 0.1.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/standalone/dashboard/.next/BUILD_ID +1 -1
- package/.next/standalone/dashboard/.next/app-path-routes-manifest.json +30 -23
- package/.next/standalone/dashboard/.next/build-manifest.json +2 -2
- package/.next/standalone/dashboard/.next/routes-manifest.json +46 -0
- package/.next/standalone/dashboard/.next/server/app/_global-error/page.js +2 -2
- package/.next/standalone/dashboard/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/_global-error.html +2 -2
- package/.next/standalone/dashboard/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/dashboard/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/dashboard/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/dashboard/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/.next/standalone/dashboard/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/dashboard/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/dashboard/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/dashboard/.next/server/app/_not-found/page.js +2 -2
- package/.next/standalone/dashboard/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/_not-found.html +2 -2
- package/.next/standalone/dashboard/.next/server/app/_not-found.rsc +2 -2
- package/.next/standalone/dashboard/.next/server/app/_not-found.segments/_full.segment.rsc +2 -2
- package/.next/standalone/dashboard/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/.next/standalone/dashboard/.next/server/app/_not-found.segments/_index.segment.rsc +2 -2
- package/.next/standalone/dashboard/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/dashboard/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/.next/standalone/dashboard/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/dashboard/.next/server/app/api/checkpoints/[id]/items/route.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/checkpoints/[id]/items/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/checkpoints/[id]/items/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/context/delete/route.js +8 -1
- package/.next/standalone/dashboard/.next/server/app/api/context/delete/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/context/delete/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/context/update/route.js +8 -1
- package/.next/standalone/dashboard/.next/server/app/api/context/update/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/context/update/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/events/route.js +14 -0
- package/.next/standalone/dashboard/.next/server/app/api/events/route.js.nft.json +1 -0
- package/.next/standalone/dashboard/.next/server/app/api/events/route_client-reference-manifest.js +1 -0
- package/.next/standalone/dashboard/.next/server/app/api/issues/[id]/route.js +1 -0
- package/.next/standalone/dashboard/.next/server/app/api/issues/[id]/route.js.nft.json +1 -0
- package/.next/standalone/dashboard/.next/server/app/api/issues/[id]/route_client-reference-manifest.js +1 -0
- package/.next/standalone/dashboard/.next/server/app/api/issues/clone/route.js +30 -0
- package/.next/standalone/dashboard/.next/server/app/api/issues/clone/route.js.nft.json +1 -0
- package/.next/standalone/dashboard/.next/server/app/api/issues/clone/route_client-reference-manifest.js +1 -0
- package/.next/standalone/dashboard/.next/server/app/api/issues/create/route.js +14 -7
- package/.next/standalone/dashboard/.next/server/app/api/issues/create/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/issues/create/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/issues/delete/route.js +9 -2
- package/.next/standalone/dashboard/.next/server/app/api/issues/delete/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/issues/delete/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/issues/labels/route.js +16 -0
- package/.next/standalone/dashboard/.next/server/app/api/issues/labels/route.js.nft.json +1 -0
- package/.next/standalone/dashboard/.next/server/app/api/issues/labels/route_client-reference-manifest.js +1 -0
- package/.next/standalone/dashboard/.next/server/app/api/issues/list/route.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/issues/list/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/issues/list/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/issues/mark-duplicate/route.js +18 -0
- package/.next/standalone/dashboard/.next/server/app/api/issues/mark-duplicate/route.js.nft.json +1 -0
- package/.next/standalone/dashboard/.next/server/app/api/issues/mark-duplicate/route_client-reference-manifest.js +1 -0
- package/.next/standalone/dashboard/.next/server/app/api/issues/subtasks/route.js +9 -10
- package/.next/standalone/dashboard/.next/server/app/api/issues/subtasks/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/issues/subtasks/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/issues/update/route.js +10 -3
- package/.next/standalone/dashboard/.next/server/app/api/issues/update/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/issues/update/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/labels/list/route.js +1 -0
- package/.next/standalone/dashboard/.next/server/app/api/labels/list/route.js.nft.json +1 -0
- package/.next/standalone/dashboard/.next/server/app/api/labels/list/route_client-reference-manifest.js +1 -0
- package/.next/standalone/dashboard/.next/server/app/api/memory/delete/route.js +8 -1
- package/.next/standalone/dashboard/.next/server/app/api/memory/delete/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/memory/delete/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/memory/list/route.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/memory/list/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/memory/list/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/memory/save/route.js +8 -1
- package/.next/standalone/dashboard/.next/server/app/api/memory/save/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/memory/save/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/plans/[id]/route.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/plans/[id]/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/plans/[id]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/plans/create/route.js +9 -2
- package/.next/standalone/dashboard/.next/server/app/api/plans/create/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/plans/create/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/plans/delete/route.js +8 -1
- package/.next/standalone/dashboard/.next/server/app/api/plans/delete/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/plans/delete/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/plans/list/route.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/plans/list/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/plans/list/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/plans/update/route.js +9 -2
- package/.next/standalone/dashboard/.next/server/app/api/plans/update/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/plans/update/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/projects/[id]/route.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/projects/[id]/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/projects/[id]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/projects/route.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/projects/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/projects/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/sessions/[id]/projects/route.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/sessions/[id]/projects/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/sessions/[id]/projects/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/sessions/[id]/route.js +8 -1
- package/.next/standalone/dashboard/.next/server/app/api/sessions/[id]/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/sessions/[id]/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/sessions/[id]/stats/route.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/sessions/[id]/stats/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/sessions/[id]/stats/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/sessions/[id]/status/route.js +8 -1
- package/.next/standalone/dashboard/.next/server/app/api/sessions/[id]/status/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/api/sessions/[id]/status/route_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/apple-icon.png/route.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/apple-icon.png/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/dashboard/checkpoints/[id]/page.js +2 -2
- package/.next/standalone/dashboard/.next/server/app/dashboard/checkpoints/[id]/page.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/dashboard/checkpoints/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/dashboard/checkpoints/page.js +2 -2
- package/.next/standalone/dashboard/.next/server/app/dashboard/checkpoints/page.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/dashboard/checkpoints/page_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/dashboard/issues/[issueId]/page.js +2 -0
- package/.next/standalone/dashboard/.next/server/app/dashboard/issues/[issueId]/page.js.nft.json +1 -0
- package/.next/standalone/dashboard/.next/server/app/dashboard/issues/[issueId]/page_client-reference-manifest.js +1 -0
- package/.next/standalone/dashboard/.next/server/app/dashboard/issues/page.js +2 -2
- package/.next/standalone/dashboard/.next/server/app/dashboard/issues/page.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/dashboard/issues/page_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/dashboard/memory/page.js +2 -2
- package/.next/standalone/dashboard/.next/server/app/dashboard/memory/page.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/dashboard/memory/page_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/dashboard/page.js +2 -6
- package/.next/standalone/dashboard/.next/server/app/dashboard/page.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/dashboard/page_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/dashboard/plans/page.js +4 -4
- package/.next/standalone/dashboard/.next/server/app/dashboard/plans/page.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/dashboard/plans/page_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/dashboard/sessions/[id]/page.js +2 -2
- package/.next/standalone/dashboard/.next/server/app/dashboard/sessions/[id]/page.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/dashboard/sessions/[id]/page_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/dashboard/sessions/page.js +2 -2
- package/.next/standalone/dashboard/.next/server/app/dashboard/sessions/page.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/dashboard/sessions/page_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/favicon.ico/route.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/favicon.ico/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/icon.svg/route.js +1 -1
- package/.next/standalone/dashboard/.next/server/app/icon.svg/route.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/index.html +1 -1
- package/.next/standalone/dashboard/.next/server/app/index.rsc +2 -2
- package/.next/standalone/dashboard/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/dashboard/.next/server/app/index.segments/_full.segment.rsc +2 -2
- package/.next/standalone/dashboard/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/.next/standalone/dashboard/.next/server/app/index.segments/_index.segment.rsc +2 -2
- package/.next/standalone/dashboard/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- package/.next/standalone/dashboard/.next/server/app/page.js +2 -2
- package/.next/standalone/dashboard/.next/server/app/page.js.nft.json +1 -1
- package/.next/standalone/dashboard/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/dashboard/.next/server/app-paths-manifest.json +30 -23
- package/.next/standalone/dashboard/.next/server/chunks/1285.js +1 -0
- package/.next/standalone/dashboard/.next/server/chunks/2165.js +1 -0
- package/.next/standalone/dashboard/.next/server/chunks/2484.js +22 -0
- package/.next/standalone/dashboard/.next/server/chunks/305.js +1 -0
- package/.next/standalone/dashboard/.next/server/chunks/3280.js +1 -0
- package/.next/standalone/dashboard/.next/server/chunks/3282.js +37 -0
- package/.next/standalone/dashboard/.next/server/chunks/3699.js +5 -0
- package/.next/standalone/dashboard/.next/server/chunks/4255.js +1 -0
- package/.next/standalone/dashboard/.next/server/chunks/4727.js +1 -0
- package/.next/standalone/dashboard/.next/server/chunks/5501.js +1 -0
- package/.next/standalone/dashboard/.next/server/chunks/5938.js +13 -0
- package/.next/standalone/dashboard/.next/server/chunks/6848.js +141 -0
- package/.next/standalone/dashboard/.next/server/chunks/7562.js +1 -0
- package/.next/standalone/dashboard/.next/server/chunks/8550.js +1 -0
- package/.next/standalone/dashboard/.next/server/chunks/9453.js +1 -0
- package/.next/standalone/dashboard/.next/server/functions-config-manifest.json +3 -1
- package/.next/standalone/dashboard/.next/server/pages/404.html +2 -2
- package/.next/standalone/dashboard/.next/server/pages/500.html +2 -2
- package/.next/standalone/dashboard/.next/server/webpack-runtime.js +1 -1
- package/.next/standalone/dashboard/.next/static/Ji7NntaiYfJDIM9iITzb0/_buildManifest.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/2317-3a29f083f6539f97.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/3655-b3e054bce344cb01.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/4539-8713cc345130961a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/6253-3a87f096650ed888.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/6871-39fae3b2d325cb39.js +5 -0
- package/.next/standalone/dashboard/.next/static/chunks/690-195148c04e2ceb01.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/{7306-029b4a3ee81879be.js → 7231-2858745006ed7941.js} +1 -1
- package/.next/standalone/dashboard/.next/static/chunks/7419-fc863e98024c0abb.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/7931-5db2f8149e1c85c9.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/916-292904d9b2e9aedb.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/_global-error/page-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/checkpoints/[id]/items/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/context/delete/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/context/update/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/events/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/issues/[id]/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/issues/clone/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/issues/create/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/issues/delete/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/issues/labels/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/issues/list/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/issues/mark-duplicate/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/issues/subtasks/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/issues/update/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/labels/list/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/memory/delete/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/memory/list/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/memory/save/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/plans/[id]/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/plans/create/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/plans/delete/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/plans/list/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/plans/update/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/projects/[id]/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/projects/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/sessions/[id]/projects/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/sessions/[id]/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/sessions/[id]/stats/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/api/sessions/[id]/status/route-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/checkpoints/[id]/page-a710c6edb58707e4.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/checkpoints/page-e2adf73da0191e98.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/issues/[issueId]/page-07ec187fbc04a05d.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/issues/page-c28ffaaa8705451b.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/layout-04fbd7bd3d3dc9e7.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/memory/page-3a7f94bf76e62942.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/page-e8a01bea3ff5fec3.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/plans/page-05e4ebf282f4de06.js +5 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/sessions/[id]/page-e896f797e955bab3.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/sessions/page-063c02fe0a0ee366.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/app/page-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/next/dist/client/components/builtin/app-error-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/next/dist/client/components/builtin/forbidden-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/next/dist/client/components/builtin/not-found-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/chunks/next/dist/client/components/builtin/unauthorized-e016c612a8d3880a.js +1 -0
- package/.next/standalone/dashboard/.next/static/css/a436f2864c069668.css +1 -0
- package/.next/standalone/dashboard/package.json +5 -3
- package/.next/standalone/package.json +1 -1
- package/package.json +5 -3
- package/.next/standalone/dashboard/.next/server/chunks/213.js +0 -1
- package/.next/standalone/dashboard/.next/server/chunks/322.js +0 -1
- package/.next/standalone/dashboard/.next/server/chunks/453.js +0 -1
- package/.next/standalone/dashboard/.next/server/chunks/463.js +0 -1
- package/.next/standalone/dashboard/.next/server/chunks/550.js +0 -1
- package/.next/standalone/dashboard/.next/server/chunks/562.js +0 -1
- package/.next/standalone/dashboard/.next/server/chunks/687.js +0 -1
- package/.next/standalone/dashboard/.next/server/chunks/727.js +0 -22
- package/.next/standalone/dashboard/.next/server/chunks/848.js +0 -114
- package/.next/standalone/dashboard/.next/server/chunks/919.js +0 -1
- package/.next/standalone/dashboard/.next/server/chunks/938.js +0 -13
- package/.next/standalone/dashboard/.next/static/chunks/3358-be1dcb412e5a5840.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/5602-de6be5d495e39d30.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/6736-2e5d92a3f8a9a938.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/9353-01195b7436d6dd5e.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/_global-error/page-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/checkpoints/[id]/items/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/context/delete/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/context/update/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/issues/create/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/issues/delete/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/issues/list/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/issues/subtasks/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/issues/update/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/memory/delete/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/memory/list/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/memory/save/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/plans/[id]/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/plans/create/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/plans/delete/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/plans/list/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/plans/update/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/projects/[id]/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/projects/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/sessions/[id]/projects/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/sessions/[id]/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/sessions/[id]/stats/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/api/sessions/[id]/status/route-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/checkpoints/[id]/page-317c5240c6b745fc.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/checkpoints/page-69c93b249f9f09f9.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/issues/page-b176cdca78e8145d.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/layout-9595c9185ebc25d2.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/memory/page-ffbe55f2b5b3a1a4.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/page-e7dfa69451ac3cf4.js +0 -5
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/plans/page-aa014387d68c52ed.js +0 -5
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/sessions/[id]/page-1acf5db28461761f.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/dashboard/sessions/page-bce106da597ef37a.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/app/page-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/next/dist/client/components/builtin/app-error-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/next/dist/client/components/builtin/forbidden-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/next/dist/client/components/builtin/not-found-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/chunks/next/dist/client/components/builtin/unauthorized-356f14dcea06e3de.js +0 -1
- package/.next/standalone/dashboard/.next/static/css/c16512ce6b93e2df.css +0 -1
- package/.next/standalone/dashboard/.next/static/fvTz_10g1TFWYx7umMYkL/_buildManifest.js +0 -1
- package/.next/standalone/node_modules/.pnpm/better-sqlite3@12.5.0/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
- package/.next/standalone/node_modules/.pnpm/better-sqlite3@12.5.0/node_modules/better-sqlite3/lib/database.js +0 -90
- package/.next/standalone/node_modules/.pnpm/better-sqlite3@12.5.0/node_modules/better-sqlite3/lib/index.js +0 -3
- package/.next/standalone/node_modules/.pnpm/better-sqlite3@12.5.0/node_modules/better-sqlite3/lib/methods/aggregate.js +0 -43
- package/.next/standalone/node_modules/.pnpm/better-sqlite3@12.5.0/node_modules/better-sqlite3/lib/methods/backup.js +0 -67
- package/.next/standalone/node_modules/.pnpm/better-sqlite3@12.5.0/node_modules/better-sqlite3/lib/methods/function.js +0 -31
- package/.next/standalone/node_modules/.pnpm/better-sqlite3@12.5.0/node_modules/better-sqlite3/lib/methods/inspect.js +0 -7
- package/.next/standalone/node_modules/.pnpm/better-sqlite3@12.5.0/node_modules/better-sqlite3/lib/methods/pragma.js +0 -12
- package/.next/standalone/node_modules/.pnpm/better-sqlite3@12.5.0/node_modules/better-sqlite3/lib/methods/serialize.js +0 -16
- package/.next/standalone/node_modules/.pnpm/better-sqlite3@12.5.0/node_modules/better-sqlite3/lib/methods/table.js +0 -189
- package/.next/standalone/node_modules/.pnpm/better-sqlite3@12.5.0/node_modules/better-sqlite3/lib/methods/transaction.js +0 -78
- package/.next/standalone/node_modules/.pnpm/better-sqlite3@12.5.0/node_modules/better-sqlite3/lib/methods/wrappers.js +0 -54
- package/.next/standalone/node_modules/.pnpm/better-sqlite3@12.5.0/node_modules/better-sqlite3/lib/sqlite-error.js +0 -20
- package/.next/standalone/node_modules/.pnpm/better-sqlite3@12.5.0/node_modules/better-sqlite3/lib/util.js +0 -12
- package/.next/standalone/node_modules/.pnpm/better-sqlite3@12.5.0/node_modules/better-sqlite3/package.json +0 -59
- package/.next/standalone/node_modules/.pnpm/bindings@1.5.0/node_modules/bindings/bindings.js +0 -221
- package/.next/standalone/node_modules/.pnpm/bindings@1.5.0/node_modules/bindings/package.json +0 -28
- package/.next/standalone/node_modules/.pnpm/file-uri-to-path@1.0.0/node_modules/file-uri-to-path/index.js +0 -66
- package/.next/standalone/node_modules/.pnpm/file-uri-to-path@1.0.0/node_modules/file-uri-to-path/package.json +0 -32
- package/.next/standalone/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
- package/.next/standalone/node_modules/better-sqlite3/lib/database.js +0 -90
- package/.next/standalone/node_modules/better-sqlite3/lib/index.js +0 -3
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/aggregate.js +0 -43
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/backup.js +0 -67
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/function.js +0 -31
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/inspect.js +0 -7
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/pragma.js +0 -12
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/serialize.js +0 -16
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/table.js +0 -189
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/transaction.js +0 -78
- package/.next/standalone/node_modules/better-sqlite3/lib/methods/wrappers.js +0 -54
- package/.next/standalone/node_modules/better-sqlite3/lib/sqlite-error.js +0 -20
- package/.next/standalone/node_modules/better-sqlite3/lib/util.js +0 -12
- package/.next/standalone/node_modules/better-sqlite3/package.json +0 -59
- package/.next/standalone/node_modules/bindings/bindings.js +0 -221
- package/.next/standalone/node_modules/bindings/package.json +0 -28
- package/.next/standalone/node_modules/file-uri-to-path/index.js +0 -66
- package/.next/standalone/node_modules/file-uri-to-path/package.json +0 -32
- /package/.next/standalone/dashboard/.next/static/{fvTz_10g1TFWYx7umMYkL → Ji7NntaiYfJDIM9iITzb0}/_ssgManifest.js +0 -0
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(()=>{var a={};a.id=399,a.ids=[399],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},288:(a,b,c)=>{"use strict";function d({date:a,format:b="datetime"}){return function(a,b){let c=new Date,d=new Date(c.getFullYear(),c.getMonth(),c.getDate()),e=new Date(d);e.setDate(e.getDate()-1);let f=new Date(a.getFullYear(),a.getMonth(),a.getDate()),g=a.toLocaleTimeString(void 0,{hour:"numeric",minute:"2-digit",hour12:!0}),h=f.getTime()===d.getTime(),i=f.getTime()===e.getTime(),j=a.getFullYear()===c.getFullYear();if("date"===b)return h?"Today":i?"Yesterday":j?a.toLocaleDateString(void 0,{month:"short",day:"numeric"}):a.toLocaleDateString(void 0,{month:"short",day:"numeric",year:"numeric"});if(h)return`Today at ${g}`;if(i)return`Yesterday at ${g}`;if(j){let b=a.toLocaleDateString(void 0,{month:"short",day:"numeric"});return`${b} at ${g}`}let k=a.toLocaleDateString(void 0,{month:"short",day:"numeric",year:"numeric"});return`${k} at ${g}`}(new Date(a),b)}c.d(b,{LocalDate:()=>d})},1708:a=>{"use strict";a.exports=require("node:process")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},7940:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>q,dynamic:()=>p});var d=c(67340),e=c(52948),f=c(99535),g=c(71655),h=c(13423),i=c(42404),j=c.n(i),k=c(28828),l=c(43316),m=c(64199),n=c(14171),o=c(10318);let p="force-dynamic";async function q(a){let b=await a.params;await a.searchParams;let c=await (0,e.$d)(b.id);c||(0,f.notFound)();let i=await (0,e.h4)(c.id),p=await (0,e.FW)(c.id),q=await (0,e.qA)(c.id),r=c.project_path?.split("/").pop()||"Unknown",s=`/dashboard/sessions?project=${encodeURIComponent(c.project_path||"")}`;return(0,d.jsxs)("div",{className:"space-y-8",children:[(0,d.jsxs)("nav",{className:"flex items-center gap-1.5 sm:gap-2 text-sm sm:text-base text-zinc-600 dark:text-zinc-400 overflow-x-auto",children:[(0,d.jsx)(j(),{href:"/dashboard",className:"hover:text-foreground transition-colors shrink-0",children:"Projects"}),(0,d.jsx)(g.A,{className:"h-4 w-4 sm:h-5 sm:w-5 shrink-0"}),(0,d.jsx)(j(),{href:s,className:"hover:text-foreground transition-colors truncate max-w-[120px] sm:max-w-none",children:r}),(0,d.jsx)(g.A,{className:"h-4 w-4 sm:h-5 sm:w-5 shrink-0"}),(0,d.jsx)("span",{className:"font-medium text-zinc-900 dark:text-zinc-50 truncate",children:c.name})]}),(0,d.jsxs)("div",{className:"space-y-4",children:[(0,d.jsx)(k.SessionDetailHeader,{sessionId:c.id,sessionName:c.name,sessionDescription:c.description,sessionStatus:c.status}),(0,d.jsxs)("div",{className:"flex flex-wrap gap-x-4 gap-y-1 text-xs sm:text-sm text-zinc-600 dark:text-zinc-400",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)("span",{className:"font-medium",children:"Created:"})," ",(0,d.jsx)(o.LocalDate,{date:c.created_at})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)("span",{className:"font-medium",children:"Updated:"})," ",(0,d.jsx)(o.LocalDate,{date:c.updated_at})]}),c.channel&&(0,d.jsxs)("div",{children:[(0,d.jsx)("span",{className:"font-medium",children:"Channel:"})," ",c.channel]})]}),q.length>0&&(0,d.jsxs)("div",{className:"flex flex-wrap items-center gap-2",children:[(0,d.jsx)("span",{className:"text-sm font-medium text-zinc-700 dark:text-zinc-300",children:"Agents:"}),q.map(a=>(0,d.jsxs)("span",{className:"inline-flex items-center gap-1.5 rounded-md bg-secondary px-2.5 py-1 text-xs font-medium text-secondary-foreground",children:[(0,d.jsx)("span",{children:a.provider}),a.git_branch&&(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("span",{className:"text-muted-foreground",children:"•"}),(0,d.jsx)("span",{children:a.git_branch})]})]},a.agent_id))]})]}),(0,d.jsx)(n.ActiveAgentsSection,{agents:q}),(0,d.jsxs)("div",{className:"grid gap-8 lg:grid-cols-3",children:[(0,d.jsxs)("div",{className:"lg:col-span-2 space-y-4",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between",children:[(0,d.jsx)("h2",{className:"text-xl font-semibold text-zinc-900 dark:text-zinc-50",children:"Context Items"}),(0,d.jsxs)("span",{className:"text-sm text-zinc-500 dark:text-zinc-500",children:[i.length," items"]})]}),(0,d.jsx)(l.ContextItemsSection,{items:i,sessionId:c.id})]}),(0,d.jsxs)("div",{className:"space-y-4",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between",children:[(0,d.jsx)("h2",{className:"text-xl font-semibold text-zinc-900 dark:text-zinc-50",children:"Checkpoints"}),(0,d.jsx)("span",{className:"text-sm text-zinc-500 dark:text-zinc-500",children:p.length})]}),0===p.length?(0,d.jsxs)("div",{className:"rounded-xl border border-dashed border-zinc-300 bg-zinc-50 p-8 text-center dark:border-zinc-700 dark:bg-zinc-900/50",children:[(0,d.jsx)(h.A,{className:"mx-auto h-10 w-10 text-zinc-400 dark:text-zinc-600"}),(0,d.jsx)("p",{className:"mt-3 text-sm text-zinc-600 dark:text-zinc-400",children:"No checkpoints saved for this session"})]}):(0,d.jsx)(m.CheckpointList,{checkpoints:p})]})]})]})}},10318:(a,b,c)=>{"use strict";c.d(b,{LocalDate:()=>d});let d=(0,c(15984).registerClientReference)(function(){throw Error("Attempted to call LocalDate() from the server but LocalDate 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/shane/code/dev/savecontext-mono/savecontext/dashboard/components/ui/local-date.tsx","LocalDate")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},13863:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>C.a,__next_app__:()=>K,handler:()=>M,routeModule:()=>L});var d=c(28748),e=c(30291),f=c(36573),g=c(78954),h=c(92772),i=c(15742),j=c(7925),k=c(27782),l=c(8748),m=c(94638),n=c(10960),o=c(94486),p=c(56291),q=c(261),r=c(25479),s=c(87500),t=c(26713),u=c(3438),v=c(52243),w=c(20823),x=c(23056),y=c(12904),z=c(75008),A=c(86439),B=c(71488),C=c.n(B),D=c(96868),E=c(72461),F=c(70722),G=c(30044),H=c(43954),I={};for(let a in D)0>["default","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(I[a]=()=>D[a]);c.d(b,I);let J={children:["",{children:["dashboard",{children:["sessions",{children:["[id]",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,7940)),"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/dashboard/sessions/[id]/page.tsx"]}]},{}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,44293)),"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/dashboard/layout.tsx"],metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,98838))).default(a),async a=>(await Promise.resolve().then(c.bind(c,64633))).default(a)],apple:[async a=>(await Promise.resolve().then(c.bind(c,62272))).default(a)],openGraph:[],twitter:[],manifest:void 0}}]},{layout:[()=>Promise.resolve().then(c.bind(c,53522)),"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,71488,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,7702,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,51919,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,54706,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,98838))).default(a),async a=>(await Promise.resolve().then(c.bind(c,64633))).default(a)],apple:[async a=>(await Promise.resolve().then(c.bind(c,62272))).default(a)],openGraph:[],twitter:[],manifest:void 0}}]}.children,K={require:c,loadChunk:()=>Promise.resolve()},L=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/dashboard/sessions/[id]/page",pathname:"/dashboard/sessions/[id]",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:J},distDir:".next",relativeProjectDir:""});async function M(a,b,d){var B;L.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let I=!!(0,h.getRequestMeta)(a,"minimalMode"),N="/dashboard/sessions/[id]/page";"/index"===N&&(N="/");let O=await L.prepare(a,b,{srcPage:N,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,pageIsDynamic:S,buildManifest:T,nextFontManifest:U,reactLoadableManifest:V,serverActionsManifest:W,clientReferenceManifest:X,subresourceIntegrityManifest:Y,prerenderManifest:Z,isDraftMode:$,resolvedPathname:_,revalidateOnlyGenerated:aa,routerServerContext:ab,nextConfig:ac,parsedUrl:ad,interceptionRoutePatterns:ae,deploymentId:af}=O,ag=(0,q.normalizeAppPath)(N),{isOnDemandRevalidate:ah}=O,ai=ac.experimental.ppr&&!ac.cacheComponents&&(0,H.isInterceptionRouteAppPath)(_)?null:L.match(_,Z),aj=!!Z.routes[_],ak=a.headers["user-agent"]||"",al=(0,t.getBotType)(ak),am=(0,p.isHtmlBotRequest)(a),an=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[s.NEXT_ROUTER_PREFETCH_HEADER],ao=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[s.RSC_HEADER],ap=(0,r.getIsPossibleServerAction)(a),aq=(0,m.checkIsAppPPREnabled)(ac.experimental.ppr);if(!(0,h.getRequestMeta)(a,"postponed")&&aq&&"1"===a.headers[x.NEXT_RESUME_HEADER]&&"POST"===a.method){let b=[];for await(let c of a)b.push(c);let c=Buffer.concat(b).toString("utf8");(0,h.addRequestMeta)(a,"postponed",c)}let ar=aq&&(null==(B=Z.routes[ag]??Z.dynamicRoutes[ag])?void 0:B.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?(0,h.getRequestMeta)(a,"postponed"):void 0,av=ar&&ao&&!an;I&&(av=av&&!!au);let aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=(!am||!ar)&&(!ak||(0,p.shouldServeStreamingMetadata)(ak,ac.htmlLimitedBots)),ay=!!((ai||aj||Z.routes[ag])&&!(am&&ar)),az=ar&&!0===ac.cacheComponents,aA=!0===L.isDev||!ay||"string"==typeof au||(az&&(0,h.getRequestMeta)(a,"onCacheEntryV2")?av&&!I:av),aB=am&&ar,aC=null;$||!ay||aA||ap||au||av||(aC=_);let aD=aC;!aD&&L.isDev&&(aD=_),L.isDev||$||!ay||!ao||av||(0,k.d)(a.headers);let aE={...D,tree:J,GlobalError:C(),handler:M,routeModule:L,__next_app__:K};W&&X&&(0,o.setManifestsSingleton)({page:N,clientReferenceManifest:X,serverActionsManifest:W});let aF=a.method||"GET",aG=(0,g.getTracer)(),aH=aG.getActiveScopeSpan(),aI=async()=>((null==ab?void 0:ab.render404)?await ab.render404(a,b,ad,!1):b.end("This page could not be found"),null);try{let f=L.getVaryHeader(_,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return L.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let a=aG.getRootSpanAttributes();if(!a)return;if(a.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${a.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let d=a.get("next.route");if(d){let a=`${aF} ${d}`;c.setAttributes({"next.route":d,"http.route":d,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aF} ${N}`)})},m=(0,h.getRequestMeta)(a,"incrementalCache"),o=async({span:e,postponed:f,fallbackRouteParams:g,forceStaticRender:i})=>{let l={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aE,Component:(0,j.T)(aE),params:R,routeModule:L,page:N,postponed:f,shouldWaitOnAllReady:aB,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||aA,buildManifest:T,nextFontManifest:U,reactLoadableManifest:V,subresourceIntegrityManifest:Y,setCacheStatus:null==ab?void 0:ab.setCacheStatus,setIsrStatus:null==ab?void 0:ab.setIsrStatus,setReactDebugChannel:null==ab?void 0:ab.setReactDebugChannel,sendErrorsToBrowser:null==ab?void 0:ab.sendErrorsToBrowser,dir:c(33873).join(process.cwd(),L.relativeProjectDir),isDraftMode:$,botType:al,isOnDemandRevalidate:ah,isPossibleServerAction:ap,assetPrefix:ac.assetPrefix,nextConfigOutput:ac.output,crossOrigin:ac.crossOrigin,trailingSlash:ac.trailingSlash,images:ac.images,previewProps:Z.preview,deploymentId:af,enableTainting:ac.experimental.taint,htmlLimitedBots:ac.htmlLimitedBots,reactMaxHeadersLength:ac.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:m,cacheLifeProfiles:ac.cacheLife,basePath:ac.basePath,serverActions:ac.experimental.serverActions,...as||at?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isDebugDynamicAccesses:as}:{},cacheComponents:!!ac.cacheComponents,experimental:{isRoutePPREnabled:ar,expireTime:ac.expireTime,staleTimes:ac.experimental.staleTimes,dynamicOnHover:!!ac.experimental.dynamicOnHover,inlineCss:!!ac.experimental.inlineCss,authInterrupts:!!ac.experimental.authInterrupts,clientTraceMetadata:ac.experimental.clientTraceMetadata||[],clientParamParsingOrigins:ac.experimental.clientParamParsingOrigins},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d,e)=>L.onRequestError(a,b,d,e,ab),err:(0,h.getRequestMeta)(a,"invokeError"),dev:L.isDev}};as&&(l.renderOpts.nextExport=!0,l.renderOpts.supportsDynamicResponse=!1,l.renderOpts.isDebugDynamicAccesses=as),i&&(l.renderOpts.supportsDynamicResponse=!1);let n=await k(e,l),{metadata:o}=n,{cacheControl:p,headers:q={},fetchTags:r,fetchMetrics:s}=o;if(r&&(q[x.NEXT_CACHE_TAGS_HEADER]=r),a.fetchMetrics=s,ay&&(null==p?void 0:p.revalidate)===0&&!L.isDev&&!ar){let a=o.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${_}${(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:u.CachedRouteKind.APP_PAGE,html:n,headers:q,rscData:o.flightData,postponed:o.postponed,status:o.statusCode,segmentData:o.segmentData},cacheControl:p}},p=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i,forceStaticRender:j=!1})=>{let k,l=!1===L.isDev,q=c||b.writableEnded;if(ah&&aa&&!f&&!I)return(null==ab?void 0:ab.render404)?await ab.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(k=(0,v.parseFallbackField)(ai.fallback)),k===v.FallbackMode.PRERENDER&&(0,t.isBot)(ak)&&(!ar||am)&&(k=v.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(k!==v.FallbackMode.NOT_FOUND||f)&&(k=v.FallbackMode.BLOCKING_STATIC_RENDER),!I&&k!==v.FallbackMode.BLOCKING_STATIC_RENDER&&aD&&!q&&!$&&S&&(l||!aj)){if((l||ai)&&k===v.FallbackMode.NOT_FOUND){if(ac.experimental.adapterPath)return await aI();throw new A.NoFallbackError}if(ar&&(ac.cacheComponents?!av:!ao)){let b=l&&"string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:ag,c=l&&(null==ai?void 0:ai.fallbackRouteParams)?(0,n.createOpaqueFallbackRouteParams)(ai.fallbackRouteParams):at?(0,n.getFallbackRouteParams)(ag,L):null,f=await L.handleResponse({cacheKey:b,req:a,nextConfig:ac,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:Z,isRoutePPREnabled:ar,responseGenerator:async()=>o({span:i,postponed:void 0,fallbackRouteParams:c,forceStaticRender:!1}),waitUntil:d.waitUntil,isMinimalMode:I});if(null===f)return null;if(f)return delete f.cacheControl,f}}let r=ah||g||!au?void 0:au;if(az&&!I&&m&&av&&!j){let b=await m.get(_,{kind:u.IncrementalCacheKind.APP_PAGE,isRoutePPREnabled:!0,isFallback:!1});b&&b.value&&b.value.kind===u.CachedRouteKind.APP_PAGE&&(r=b.value.postponed,b&&(-1===b.isStale||!0===b.isStale)&&(0,G.scheduleOnNextTick)(async()=>{let b=L.getResponseCache(a);try{await b.revalidate(_,m,ar,!1,a=>p({...a,forceStaticRender:!0}),null,c,d.waitUntil)}catch(a){console.error("Error revalidating the page in the background",a)}}))}if(as&&void 0!==r)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:u.CachedRouteKind.PAGES,html:w.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let s=l&&(null==ai?void 0:ai.fallbackRouteParams)&&(0,h.getRequestMeta)(a,"renderFallbackShell")?(0,n.createOpaqueFallbackRouteParams)(ai.fallbackRouteParams):at?(0,n.getFallbackRouteParams)(ag,L):null;return o({span:i,postponed:r,fallbackRouteParams:s,forceStaticRender:j})},q=async c=>{var f,g,i,j,k;let l,m=await L.handleResponse({cacheKey:aC,responseGenerator:a=>p({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ac,prerenderManifest:Z,waitUntil:d.waitUntil,isMinimalMode:I});if($&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),L.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!m){if(aC)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=m.value)?void 0:f.kind)!==u.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=m.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let n="string"==typeof m.value.postponed;ay&&!av&&(!n||an)&&(I||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":m.isMiss?"MISS":m.isStale?"STALE":"HIT"),b.setHeader(s.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=m;if(au)l={revalidate:0,expire:void 0};else if(av)l={revalidate:0,expire:void 0};else if(!L.isDev)if($)l={revalidate:0,expire:void 0};else if(ay){if(m.cacheControl)if("number"==typeof m.cacheControl.revalidate){if(m.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${m.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:m.cacheControl.revalidate,expire:(null==(j=m.cacheControl)?void 0:j.expire)??ac.expireTime}}else l={revalidate:x.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(m.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===u.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(s.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[x.NEXT_CACHE_TAGS_HEADER];I&&ay&&c&&"string"==typeof c&&b.setHeader(x.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,z.sendRenderResult)({req:a,res:b,generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:w.default.fromStatic(d,s.RSC_CONTENT_TYPE_HEADER),cacheControl:m.cacheControl}):(b.statusCode=204,(0,z.sendRenderResult)({req:a,res:b,generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:w.default.EMPTY,cacheControl:m.cacheControl}))}let r=az?(0,h.getRequestMeta)(a,"onCacheEntryV2")??(0,h.getRequestMeta)(a,"onCacheEntry"):(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r(m,{url:(0,h.getRequestMeta)(a,"initURL")??a.url}))return null;if(q.headers){let a={...q.headers};for(let[c,d]of(I&&ay||delete a[x.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 t=null==(g=q.headers)?void 0:g[x.NEXT_CACHE_TAGS_HEADER];if(I&&ay&&t&&"string"==typeof t&&b.setHeader(x.NEXT_CACHE_TAGS_HEADER,t),!q.status||ao&&ar||(b.statusCode=q.status),!I&&q.status&&E.RedirectStatusCode[q.status]&&ao&&(b.statusCode=200),n&&!av&&b.setHeader(s.NEXT_DID_POSTPONE_HEADER,"1"),ao&&!$){if(void 0===q.rscData){if(q.html.contentType!==s.RSC_CONTENT_TYPE_HEADER)if(ac.cacheComponents)return b.statusCode=404,(0,z.sendRenderResult)({req:a,res:b,generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:w.default.EMPTY,cacheControl:m.cacheControl});else throw Object.defineProperty(new F.InvariantError(`Expected RSC response, got ${q.html.contentType}`),"__NEXT_ERROR_CODE",{value:"E789",enumerable:!1,configurable:!0});return(0,z.sendRenderResult)({req:a,res:b,generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:q.html,cacheControl:m.cacheControl})}return(0,z.sendRenderResult)({req:a,res:b,generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:w.default.fromStatic(q.rscData,s.RSC_CONTENT_TYPE_HEADER),cacheControl:m.cacheControl})}let v=q.html;if(!n||I||ao)return(0,z.sendRenderResult)({req:a,res:b,generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:v,cacheControl:m.cacheControl});if(as)return v.push(new ReadableStream({start(a){a.enqueue(y.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,z.sendRenderResult)({req:a,res:b,generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:v,cacheControl:{revalidate:0,expire:void 0}});let A=new TransformStream;return v.push(A.readable),o({span:c,postponed:q.postponed,fallbackRouteParams:null,forceStaticRender:!1}).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)!==u.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(A.writable)}).catch(a=>{A.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,z.sendRenderResult)({req:a,res:b,generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:v,cacheControl:{revalidate:0,expire:void 0}})};if(!aH)return await aG.withPropagatedContext(a.headers,()=>aG.trace(i.BaseServerSpan.handleRequest,{spanName:`${aF} ${N}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aF,"http.target":a.url}},q));await q(aH)}catch(b){throw b instanceof A.NoFallbackError||await L.onRequestError(a,b,{routerKind:"App Router",routePath:N,routeType:"render",revalidateReason:(0,f.c)({isStaticGeneration:ay,isOnDemandRevalidate:ah})},!1,ab),b}}},14171:(a,b,c)=>{"use strict";c.d(b,{ActiveAgentsSection:()=>d});let d=(0,c(15984).registerClientReference)(function(){throw Error("Attempted to call ActiveAgentsSection() from the server but ActiveAgentsSection 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/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/active-agents-section.tsx","ActiveAgentsSection")},14268:(a,b,c)=>{"use strict";c.d(b,{ContextItemCard:()=>n});var d=c(370),e=c(11499),f=c(43145),g=c(94310),h=c(53388),i=c(37068),j=c(56202),k=c(78615);let l={reminder:{bg:"bg-blue-500/10 dark:bg-blue-500/10",text:"text-blue-600 dark:text-blue-400",label:"Reminder"},decision:{bg:"bg-purple-500/10 dark:bg-purple-500/10",text:"text-purple-600 dark:text-purple-400",label:"Decision"},progress:{bg:"bg-teal-500/10 dark:bg-teal-500/10",text:"text-teal-600 dark:text-teal-400",label:"Progress"},note:{bg:"bg-zinc-500/10 dark:bg-zinc-500/10",text:"text-zinc-600 dark:text-zinc-400",label:"Note"}},m={high:{bg:"bg-red-500/10 dark:bg-red-500/10",text:"text-red-600 dark:text-red-400",label:"High"},normal:{bg:"bg-yellow-500/10 dark:bg-yellow-500/10",text:"text-yellow-600 dark:text-yellow-400",label:"Normal"},low:{bg:"bg-gray-500/10 dark:bg-gray-500/10",text:"text-gray-600 dark:text-gray-400",label:"Low"}};function n({item:a,onDelete:b,onEdit:c}){let[n,o]=(0,e.useState)(!1),p=l[a.category]||l.note,q=m[a.priority]||m.normal,r=a.value.length>200,s=!r||n?a.value:a.value.slice(0,200)+"...";return(0,d.jsxs)("div",{className:"group rounded-xl border border-zinc-200 bg-white p-5 shadow-sm dark:border-zinc-800 dark:bg-zinc-900",children:[(0,d.jsxs)("div",{className:"mb-3 flex flex-wrap items-center gap-2",children:[(0,d.jsx)("span",{className:`inline-flex items-center gap-1.5 rounded-md px-2 py-1 text-xs font-medium ${p.bg} ${p.text}`,children:p.label}),(0,d.jsx)("span",{className:`inline-flex items-center gap-1.5 rounded-md px-2 py-1 text-xs font-medium ${q.bg} ${q.text}`,children:q.label}),(0,d.jsx)("span",{className:"ml-auto text-xs text-zinc-500 dark:text-zinc-500",children:new Date(a.created_at).toLocaleString()}),(0,d.jsxs)("div",{className:"flex items-center gap-1 opacity-0 transition-opacity group-hover:opacity-100",children:[c&&(0,d.jsx)("button",{onClick:()=>c(a),className:"rounded p-1.5 text-zinc-500 hover:bg-zinc-100 hover:text-zinc-700 dark:text-zinc-400 dark:hover:bg-zinc-800 dark:hover:text-zinc-300",title:"Edit context item",children:(0,d.jsx)(h.A,{className:"h-3.5 w-3.5"})}),b&&(0,d.jsx)("button",{onClick:()=>b(a),className:"rounded p-1.5 text-zinc-500 hover:bg-red-50 hover:text-red-600 dark:text-zinc-400 dark:hover:bg-red-900/20 dark:hover:text-red-400",title:"Delete context item",children:(0,d.jsx)(i.A,{className:"h-3.5 w-3.5"})})]})]}),a.key&&(0,d.jsx)("div",{className:"mb-2 text-sm font-medium text-zinc-900 dark:text-zinc-50",children:a.key}),(0,d.jsx)("div",{className:"prose prose-sm prose-zinc dark:prose-invert max-w-none text-sm text-zinc-700 dark:text-zinc-300 break-words [&_pre]:overflow-x-auto [&_pre]:bg-zinc-100 [&_pre]:dark:bg-zinc-800 [&_pre]:text-zinc-800 [&_pre]:dark:text-zinc-200 [&_pre]:p-3 [&_pre]:rounded-lg [&_code]:bg-zinc-100 [&_code]:dark:bg-zinc-800 [&_code]:text-zinc-800 [&_code]:dark:text-zinc-200 [&_code]:px-1 [&_code]:py-0.5 [&_code]:rounded [&_code]:text-xs [&_table]:w-full [&_th]:bg-zinc-100 [&_th]:dark:bg-zinc-800 [&_th]:px-3 [&_th]:py-2 [&_td]:px-3 [&_td]:py-2 [&_td]:border-t [&_td]:border-zinc-200 [&_td]:dark:border-zinc-700",children:(0,d.jsx)(f.oz,{remarkPlugins:[g.A],children:s})}),r&&(0,d.jsx)("button",{onClick:()=>o(!n),className:"mt-3 flex items-center gap-1 text-xs font-medium text-teal-600 hover:text-teal-700 dark:text-teal-400 dark:hover:text-teal-300",children:n?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(j.A,{className:"h-3.5 w-3.5"}),"Show less"]}):(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(k.A,{className:"h-3.5 w-3.5"}),"Show more"]})}),a.updated_at!==a.created_at&&(0,d.jsxs)("div",{className:"mt-2 text-xs text-zinc-500 dark:text-zinc-500",children:["Updated: ",new Date(a.updated_at).toLocaleString()]})]})}},14289:(a,b,c)=>{"use strict";c.d(b,{ActiveAgentsSection:()=>g});var d=c(370),e=c(35898),f=c(24183);function g({agents:a}){return 0===a.length?null:(0,d.jsxs)("div",{className:"space-y-4",children:[(0,d.jsx)("h2",{className:"text-xl font-semibold text-zinc-900 dark:text-zinc-50",children:"Active Agents"}),(0,d.jsx)("div",{className:"space-y-3",children:a.map(a=>{var b;let c,g,h;return(0,d.jsx)("div",{className:"rounded-xl border border-zinc-200 bg-white p-4 shadow-sm dark:border-zinc-800 dark:bg-zinc-900",children:(0,d.jsxs)("div",{className:"space-y-2",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between",children:[(0,d.jsx)("h3",{className:"font-medium text-zinc-900 dark:text-zinc-50",children:a.provider}),(0,d.jsx)("span",{className:"text-xs text-zinc-500 dark:text-zinc-500",children:new Date(a.last_active_at).toLocaleString()})]}),(0,d.jsxs)("div",{className:"flex flex-wrap items-center gap-3 text-sm text-zinc-600 dark:text-zinc-400",children:[a.git_branch&&(0,d.jsxs)("div",{className:"flex items-center gap-1.5",children:[(0,d.jsx)(e.A,{className:"h-3.5 w-3.5"}),(0,d.jsx)("span",{children:a.git_branch})]}),(0,d.jsxs)("div",{className:"flex items-center gap-1.5",children:[(0,d.jsx)(f.A,{className:"h-3.5 w-3.5"}),(0,d.jsxs)("span",{children:["Last active ",(b=a.last_active_at,(h=Math.floor((g=Math.floor((c=Math.floor(Math.floor((Date.now()-b)/1e3)/60))/60))/24))>0?`${h}d ago`:g>0?`${g}h ago`:c>0?`${c}m ago`:"just now")]})]})]}),(0,d.jsx)("div",{className:"text-xs text-zinc-500 dark:text-zinc-500 font-mono",children:a.agent_id})]})},a.agent_id)})})]})}},18510:(a,b,c)=>{"use strict";c.d(b,{SessionDetailHeader:()=>k});var d=c(370),e=c(11499),f=c(63188),g=c(86887),h=c(53388),i=c(75335),j=c(44817);function k({sessionId:a,sessionName:b,sessionDescription:c,sessionStatus:e}){let h=(0,f.useRouter)(),k=async(b,c)=>{await fetch(`/api/sessions/${a}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({[b]:c})}),h.refresh()};return(0,d.jsxs)("div",{className:"flex flex-col gap-3 sm:flex-row sm:items-start sm:justify-between",children:[(0,d.jsxs)("div",{className:"flex gap-3 sm:gap-4 flex-1 min-w-0",children:[(0,d.jsx)("div",{className:"flex h-10 w-10 sm:h-12 sm:w-12 shrink-0 items-center justify-center rounded-lg bg-accent",children:(0,d.jsx)(g.A,{className:"h-5 w-5 sm:h-6 sm:w-6 text-accent-foreground"})}),(0,d.jsxs)("div",{className:"space-y-1 min-w-0 flex-1",children:[(0,d.jsx)(l,{value:b,onSave:a=>k("name",a),className:"text-2xl sm:text-3xl font-bold tracking-tight text-zinc-900 dark:text-zinc-50"}),c?(0,d.jsx)(l,{value:c,onSave:a=>k("description",a),className:"text-sm sm:text-base text-zinc-600 dark:text-zinc-400",multiline:!0}):(0,d.jsx)(l,{value:"",placeholder:"Add description...",onSave:a=>k("description",a),className:"text-sm sm:text-base text-zinc-400 dark:text-zinc-500"})]})]}),(0,d.jsxs)("div",{className:"flex items-center gap-2 self-start",children:[(0,d.jsx)(i.e,{sessionId:a,currentStatus:e}),(0,d.jsx)(j.A,{sessionId:a,sessionName:b,currentStatus:e,redirectOnDelete:"/dashboard/sessions"})]})]})}function l({value:a,placeholder:b,onSave:c,className:f,multiline:g}){let[i,j]=(0,e.useState)(!1),[k,l]=(0,e.useState)(a),[m,n]=(0,e.useState)(!1),o=(0,e.useRef)(null),p=()=>{j(!1);let b=k.trim();b&&b!==a?c(b):l(a)},q=b=>{"Enter"!==b.key||g?"Escape"===b.key&&(l(a),j(!1)):o.current?.blur()};if(i){let a=`bg-zinc-100 dark:bg-zinc-800 rounded px-2 -mx-2 outline-none focus:ring-2 focus:ring-zinc-400 w-full ${f}`;return g?(0,d.jsx)("textarea",{ref:o,value:k,onChange:a=>l(a.target.value),onBlur:p,onKeyDown:q,rows:2,className:a}):(0,d.jsx)("input",{ref:o,type:"text",value:k,onChange:a=>l(a.target.value),onBlur:p,onKeyDown:q,className:a})}return(0,d.jsxs)("div",{className:"group flex items-center gap-2",onMouseEnter:()=>n(!0),onMouseLeave:()=>n(!1),children:[(0,d.jsx)("span",{className:f,children:a||b}),(0,d.jsx)("button",{onClick:()=>{l(a),j(!0),setTimeout(()=>o.current?.focus(),0)},className:`shrink-0 p-1 rounded text-zinc-400 hover:text-zinc-600 dark:hover:text-zinc-300 transition-opacity ${m?"opacity-100":"opacity-0"}`,children:(0,d.jsx)(h.A,{className:"h-4 w-4"})})]})}},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},24183:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(27975).A)("clock",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]])},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},28828:(a,b,c)=>{"use strict";c.d(b,{SessionDetailHeader:()=>d});let d=(0,c(15984).registerClientReference)(function(){throw Error("Attempted to call SessionDetailHeader() from the server but SessionDetailHeader 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/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/session-detail-header.tsx","SessionDetailHeader")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},41780:(a,b,c)=>{Promise.resolve().then(c.bind(c,14171)),Promise.resolve().then(c.bind(c,64199)),Promise.resolve().then(c.bind(c,43316)),Promise.resolve().then(c.bind(c,28828)),Promise.resolve().then(c.bind(c,10318)),Promise.resolve().then(c.t.bind(c,38895,23))},43316:(a,b,c)=>{"use strict";c.d(b,{ContextItemsSection:()=>d});let d=(0,c(15984).registerClientReference)(function(){throw Error("Attempted to call ContextItemsSection() from the server but ContextItemsSection 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/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/context-items-section.tsx","ContextItemsSection")},43954:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/interception-routes")},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},63955:(a,b,c)=>{"use strict";c.d(b,{CheckpointList:()=>n});var d=c(370),e=c(11499),f=c(87605),g=c(27975);let h=(0,g.A)("calendar",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]]);var i=c(43145),j=c(94310);let k=(0,g.A)("package",[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",key:"1a0edw"}],["path",{d:"M12 22V12",key:"d0xqtd"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]]);var l=c(85665);function m({checkpoint:a,onClose:b}){let[c,g]=(0,e.useState)([]),[m,n]=(0,e.useState)(!0),o={reminder:{bg:"bg-blue-500/10",text:"text-blue-600 dark:text-blue-400",label:"Reminder"},decision:{bg:"bg-purple-500/10",text:"text-purple-600 dark:text-purple-400",label:"Decision"},progress:{bg:"bg-teal-500/10",text:"text-teal-600 dark:text-teal-400",label:"Progress"},note:{bg:"bg-zinc-500/10",text:"text-zinc-600 dark:text-zinc-400",label:"Note"}};return(0,d.jsxs)("div",{className:"fixed inset-0 z-50 flex items-center justify-center",children:[(0,d.jsx)("div",{className:"absolute inset-0 bg-black/50 backdrop-blur-sm",onClick:b}),(0,d.jsxs)("div",{className:"relative z-10 mx-4 w-full max-w-3xl max-h-[90vh] overflow-hidden rounded-2xl border border-zinc-200 bg-white shadow-2xl dark:border-zinc-800 dark:bg-zinc-900",children:[(0,d.jsxs)("div",{className:"flex items-start justify-between border-b border-zinc-200 p-6 dark:border-zinc-800",children:[(0,d.jsxs)("div",{className:"flex gap-4",children:[(0,d.jsx)("div",{className:"flex h-12 w-12 shrink-0 items-center justify-center rounded-lg bg-[rgb(var(--checkpoint-bg))]",children:(0,d.jsx)(f.A,{className:"h-6 w-6 text-[rgb(var(--checkpoint-foreground))]"})}),(0,d.jsxs)("div",{className:"space-y-1",children:[(0,d.jsx)("h2",{className:"text-2xl font-bold text-zinc-900 dark:text-zinc-50",children:a.name}),a.description&&(0,d.jsx)("p",{className:"text-sm text-zinc-600 dark:text-zinc-400",children:a.description}),(0,d.jsxs)("div",{className:"flex items-center gap-4 text-xs text-zinc-500 dark:text-zinc-500",children:[(0,d.jsxs)("div",{className:"flex items-center gap-1.5",children:[(0,d.jsx)(h,{className:"h-3.5 w-3.5"}),new Date(a.created_at).toLocaleString()]}),a.git_branch&&(0,d.jsxs)("div",{className:"flex items-center gap-1.5",children:[(0,d.jsx)(k,{className:"h-3.5 w-3.5"}),a.git_branch]})]})]})]}),(0,d.jsx)("button",{onClick:b,className:"rounded-lg p-2 text-zinc-500 hover:bg-zinc-100 dark:text-zinc-400 dark:hover:bg-zinc-800",children:(0,d.jsx)(l.A,{className:"h-5 w-5"})})]}),(0,d.jsx)("div",{className:"max-h-[calc(90vh-12rem)] overflow-y-auto p-6",children:m?(0,d.jsx)("div",{className:"flex items-center justify-center py-12",children:(0,d.jsx)("div",{className:"h-8 w-8 animate-spin rounded-full border-4 border-zinc-400 border-t-transparent dark:border-zinc-500"})}):0===c.length?(0,d.jsx)("div",{className:"py-12 text-center",children:(0,d.jsx)("p",{className:"text-sm text-zinc-600 dark:text-zinc-400",children:"No context items in this checkpoint"})}):(0,d.jsxs)("div",{className:"space-y-3",children:[(0,d.jsx)("div",{className:"flex items-center justify-between",children:(0,d.jsxs)("h3",{className:"text-sm font-semibold text-zinc-900 dark:text-zinc-50",children:["Snapshot (",c.length," items)"]})}),c.map(a=>{let b=o[a.category]||o.note;return(0,d.jsxs)("div",{className:"rounded-lg border border-zinc-200 bg-zinc-50 p-4 dark:border-zinc-800 dark:bg-zinc-900/50",children:[(0,d.jsxs)("div",{className:"mb-2 flex items-center gap-2",children:[(0,d.jsx)("span",{className:`inline-flex items-center gap-1.5 rounded-md px-2 py-0.5 text-xs font-medium ${b.bg} ${b.text}`,children:b.label}),(0,d.jsx)("span",{className:"text-xs text-zinc-500 dark:text-zinc-500",children:new Date(a.created_at).toLocaleDateString()})]}),a.key&&(0,d.jsx)("div",{className:"mb-1 text-sm font-medium text-zinc-900 dark:text-zinc-50",children:a.key}),(0,d.jsx)("div",{className:"prose prose-sm prose-zinc dark:prose-invert max-w-none text-sm text-zinc-700 dark:text-zinc-300 break-words [&_pre]:overflow-x-auto [&_pre]:bg-zinc-100 [&_pre]:dark:bg-zinc-800 [&_pre]:text-zinc-800 [&_pre]:dark:text-zinc-200 [&_pre]:p-3 [&_pre]:rounded-lg [&_code]:bg-zinc-100 [&_code]:dark:bg-zinc-800 [&_code]:text-zinc-800 [&_code]:dark:text-zinc-200 [&_code]:px-1 [&_code]:py-0.5 [&_code]:rounded [&_code]:text-xs",children:(0,d.jsx)(i.oz,{remarkPlugins:[j.A],children:a.value})})]},a.id)})]})})]})]})}function n({checkpoints:a}){let[b,c]=(0,e.useState)(null);return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("div",{className:"space-y-2",children:a.map(a=>(0,d.jsx)("button",{onClick:()=>c(a),className:"w-full rounded-lg border border-zinc-200 bg-white p-4 text-left shadow-sm transition-all hover:border-zinc-400 hover:shadow-md dark:border-zinc-800 dark:bg-zinc-900 dark:hover:border-zinc-600",children:(0,d.jsxs)("div",{className:"flex items-start gap-3",children:[(0,d.jsx)("div",{className:"flex h-8 w-8 shrink-0 items-center justify-center rounded-md bg-[rgb(var(--checkpoint-bg))]",children:(0,d.jsx)(f.A,{className:"h-4 w-4 text-[rgb(var(--checkpoint-foreground))]"})}),(0,d.jsxs)("div",{className:"min-w-0 flex-1 space-y-1",children:[(0,d.jsx)("h3",{className:"font-semibold text-zinc-900 dark:text-zinc-50 truncate",children:a.name}),a.description&&(0,d.jsx)("p",{className:"text-xs text-zinc-600 dark:text-zinc-400 line-clamp-2",children:a.description}),(0,d.jsxs)("div",{className:"flex items-center gap-2 text-xs text-zinc-500 dark:text-zinc-500",children:[(0,d.jsx)(h,{className:"h-3 w-3"}),new Date(a.created_at).toLocaleDateString()]})]})]})},a.id))}),b&&(0,d.jsx)(m,{checkpoint:b,onClose:()=>c(null)})]})}},64199:(a,b,c)=>{"use strict";c.d(b,{CheckpointList:()=>d});let d=(0,c(15984).registerClientReference)(function(){throw Error("Attempted to call CheckpointList() from the server but CheckpointList 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/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/checkpoint-list.tsx","CheckpointList")},70722:a=>{"use strict";a.exports=require("next/dist/shared/lib/invariant-error")},71815:(a,b,c)=>{"use strict";c.d(b,{ContextItemsSection:()=>o});var d=c(370),e=c(11499),f=c(63188),g=c(14268),h=c(55790),i=c(85665);function j({item:a,onConfirm:b,onCancel:c}){let[f,g]=(0,e.useState)(!1),j=async()=>{g(!0);try{await b(a)}catch(a){console.error("Failed to delete context item:",a),g(!1)}};return(0,d.jsxs)("div",{className:"fixed inset-0 z-50 flex items-center justify-center",children:[(0,d.jsx)("div",{className:"absolute inset-0 bg-black/50 backdrop-blur-sm",onClick:c}),(0,d.jsxs)("div",{className:"relative z-10 mx-4 w-full max-w-md rounded-2xl border border-zinc-200 bg-white p-6 shadow-2xl dark:border-zinc-800 dark:bg-zinc-900",children:[(0,d.jsxs)("div",{className:"mb-4 flex items-start justify-between",children:[(0,d.jsxs)("div",{className:"flex gap-3",children:[(0,d.jsx)("div",{className:"flex h-10 w-10 shrink-0 items-center justify-center rounded-full bg-red-500/10",children:(0,d.jsx)(h.A,{className:"h-5 w-5 text-red-600 dark:text-red-400"})}),(0,d.jsxs)("div",{children:[(0,d.jsx)("h2",{className:"text-lg font-semibold text-zinc-900 dark:text-zinc-50",children:"Delete Context Item"}),(0,d.jsx)("p",{className:"mt-1 text-sm text-zinc-600 dark:text-zinc-400",children:"This action cannot be undone."})]})]}),(0,d.jsx)("button",{onClick:c,className:"rounded-lg p-2 text-zinc-500 hover:bg-zinc-100 dark:text-zinc-400 dark:hover:bg-zinc-800",children:(0,d.jsx)(i.A,{className:"h-4 w-4"})})]}),(0,d.jsxs)("div",{className:"mb-6 rounded-lg border border-zinc-200 bg-zinc-50 p-3 dark:border-zinc-800 dark:bg-zinc-900/50",children:[a.key&&(0,d.jsx)("div",{className:"mb-1 text-sm font-medium text-zinc-900 dark:text-zinc-50",children:a.key}),(0,d.jsx)("div",{className:"line-clamp-3 text-sm text-zinc-600 dark:text-zinc-400",children:a.value})]}),(0,d.jsxs)("div",{className:"flex gap-3",children:[(0,d.jsx)("button",{onClick:c,disabled:f,className:"flex-1 rounded-lg border border-zinc-200 px-4 py-2 text-sm font-medium text-zinc-700 hover:bg-zinc-50 disabled:opacity-50 dark:border-zinc-700 dark:text-zinc-300 dark:hover:bg-zinc-800",children:"Cancel"}),(0,d.jsx)("button",{onClick:j,disabled:f,className:"flex-1 rounded-lg bg-red-600 px-4 py-2 text-sm font-medium text-white hover:bg-red-700 disabled:opacity-50 dark:bg-red-600 dark:hover:bg-red-700",children:f?"Deleting...":"Delete"})]})]})]})}var k=c(27975);let l=(0,k.A)("save",[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]]);function m({item:a,onSave:b,onCancel:c}){let[f,g]=(0,e.useState)(!1),[h,j]=(0,e.useState)({value:a.value,category:a.category,priority:a.priority,channel:a.channel||""}),k=async()=>{g(!0);try{await b(a,h)}catch(a){console.error("Failed to save context item:",a),g(!1)}};return(0,d.jsxs)("div",{className:"fixed inset-0 z-50 flex items-center justify-center",children:[(0,d.jsx)("div",{className:"absolute inset-0 bg-black/50 backdrop-blur-sm",onClick:c}),(0,d.jsxs)("div",{className:"relative z-10 mx-4 w-full max-w-2xl max-h-[90vh] overflow-hidden rounded-2xl border border-zinc-200 bg-white shadow-2xl dark:border-zinc-800 dark:bg-zinc-900",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between border-b border-zinc-200 p-6 dark:border-zinc-800",children:[(0,d.jsxs)("div",{className:"flex items-center gap-3",children:[(0,d.jsx)("div",{className:"flex h-10 w-10 shrink-0 items-center justify-center rounded-lg bg-teal-500/10",children:(0,d.jsx)(l,{className:"h-5 w-5 text-teal-600 dark:text-teal-400"})}),(0,d.jsxs)("div",{children:[(0,d.jsx)("h2",{className:"text-lg font-semibold text-zinc-900 dark:text-zinc-50",children:"Edit Context Item"}),a.key&&(0,d.jsx)("p",{className:"text-sm text-zinc-600 dark:text-zinc-400",children:a.key})]})]}),(0,d.jsx)("button",{onClick:c,className:"rounded-lg p-2 text-zinc-500 hover:bg-zinc-100 dark:text-zinc-400 dark:hover:bg-zinc-800",children:(0,d.jsx)(i.A,{className:"h-4 w-4"})})]}),(0,d.jsx)("div",{className:"max-h-[calc(90vh-12rem)] overflow-y-auto p-6",children:(0,d.jsxs)("div",{className:"space-y-4",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"mb-2 block text-sm font-medium text-zinc-700 dark:text-zinc-300",children:"Value"}),(0,d.jsx)("textarea",{value:h.value,onChange:a=>j({...h,value:a.target.value}),rows:8,className:"w-full rounded-lg border border-zinc-200 bg-white px-3 py-2 text-sm text-zinc-900 focus:border-teal-500 focus:outline-none focus:ring-2 focus:ring-teal-500/20 dark:border-zinc-700 dark:bg-zinc-800 dark:text-zinc-50",placeholder:"Enter context value..."})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"mb-2 block text-sm font-medium text-zinc-700 dark:text-zinc-300",children:"Category"}),(0,d.jsxs)("select",{value:h.category,onChange:a=>j({...h,category:a.target.value}),className:"w-full rounded-lg border border-zinc-200 bg-white px-3 py-2 text-sm text-zinc-900 focus:border-teal-500 focus:outline-none focus:ring-2 focus:ring-teal-500/20 dark:border-zinc-700 dark:bg-zinc-800 dark:text-zinc-50",children:[(0,d.jsx)("option",{value:"task",children:"Task"}),(0,d.jsx)("option",{value:"decision",children:"Decision"}),(0,d.jsx)("option",{value:"progress",children:"Progress"}),(0,d.jsx)("option",{value:"note",children:"Note"})]})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"mb-2 block text-sm font-medium text-zinc-700 dark:text-zinc-300",children:"Priority"}),(0,d.jsxs)("select",{value:h.priority,onChange:a=>j({...h,priority:a.target.value}),className:"w-full rounded-lg border border-zinc-200 bg-white px-3 py-2 text-sm text-zinc-900 focus:border-teal-500 focus:outline-none focus:ring-2 focus:ring-teal-500/20 dark:border-zinc-700 dark:bg-zinc-800 dark:text-zinc-50",children:[(0,d.jsx)("option",{value:"high",children:"High"}),(0,d.jsx)("option",{value:"normal",children:"Normal"}),(0,d.jsx)("option",{value:"low",children:"Low"})]})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"mb-2 block text-sm font-medium text-zinc-700 dark:text-zinc-300",children:"Channel"}),(0,d.jsx)("input",{type:"text",value:h.channel,onChange:a=>j({...h,channel:a.target.value}),className:"w-full rounded-lg border border-zinc-200 bg-white px-3 py-2 text-sm text-zinc-900 focus:border-teal-500 focus:outline-none focus:ring-2 focus:ring-teal-500/20 dark:border-zinc-700 dark:bg-zinc-800 dark:text-zinc-50",placeholder:"Enter channel name..."})]})]})}),(0,d.jsxs)("div",{className:"flex gap-3 border-t border-zinc-200 p-6 dark:border-zinc-800",children:[(0,d.jsx)("button",{onClick:c,disabled:f,className:"flex-1 rounded-lg border border-zinc-200 px-4 py-2 text-sm font-medium text-zinc-700 hover:bg-zinc-50 disabled:opacity-50 dark:border-zinc-700 dark:text-zinc-300 dark:hover:bg-zinc-800",children:"Cancel"}),(0,d.jsx)("button",{onClick:k,disabled:f,className:"flex-1 rounded-lg bg-teal-600 px-4 py-2 text-sm font-medium text-white hover:bg-teal-700 disabled:opacity-50 dark:bg-teal-600 dark:hover:bg-teal-700",children:f?"Saving...":"Save Changes"})]})]})]})}let n=(0,k.A)("circle-alert",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]);function o({items:a,sessionId:b}){let c=(0,f.useRouter)(),[h,i]=(0,e.useState)(null),[k,l]=(0,e.useState)(null),o=async a=>{try{let d=await fetch("/api/context/delete",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({key:a.key,sessionId:b})}),e=await d.json();if(!d.ok)throw Error(e.error||"Failed to delete");i(null),c.refresh()}catch(a){throw console.error("Delete error:",a),a}},p=async(a,d)=>{try{let e=await fetch("/api/context/update",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({key:a.key,sessionId:b,...d})}),f=await e.json();if(!e.ok)throw Error(f.error||"Failed to update");l(null),c.refresh()}catch(a){throw console.error("Update error:",a),a}};return 0===a.length?(0,d.jsxs)("div",{className:"rounded-xl border border-dashed border-zinc-300 bg-zinc-50 p-12 text-center dark:border-zinc-700 dark:bg-zinc-900/50",children:[(0,d.jsx)(n,{className:"mx-auto h-12 w-12 text-zinc-400 dark:text-zinc-600"}),(0,d.jsx)("h3",{className:"mt-4 font-semibold text-zinc-900 dark:text-zinc-50",children:"No context items yet"}),(0,d.jsx)("p",{className:"mt-2 text-sm text-zinc-600 dark:text-zinc-400",children:"Context items will appear here as you work with SaveContext"})]}):(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("div",{className:"space-y-3",children:a.map(a=>(0,d.jsx)(g.ContextItemCard,{item:a,onDelete:i,onEdit:l},a.id))}),h&&(0,d.jsx)(j,{item:h,onConfirm:o,onCancel:()=>i(null)}),k&&(0,d.jsx)(m,{item:k,onSave:p,onCancel:()=>l(null)})]})}},73136:a=>{"use strict";a.exports=require("node:url")},76760:a=>{"use strict";a.exports=require("node:path")},81787:a=>{"use strict";a.exports=require("bun:sqlite")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},94516:(a,b,c)=>{Promise.resolve().then(c.bind(c,14289)),Promise.resolve().then(c.bind(c,63955)),Promise.resolve().then(c.bind(c,71815)),Promise.resolve().then(c.bind(c,18510)),Promise.resolve().then(c.bind(c,288)),Promise.resolve().then(c.t.bind(c,8241,23))}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[727,938,562,687,919,322,453,848,463,213],()=>b(b.s=13863));module.exports=c})();
|
|
1
|
+
(()=>{var a={};a.id=399,a.ids=[399],a.modules={261:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/app-paths")},288:(a,b,c)=>{"use strict";function d({date:a,format:b="datetime"}){return function(a,b){let c=new Date,d=new Date(c.getFullYear(),c.getMonth(),c.getDate()),e=new Date(d);e.setDate(e.getDate()-1);let f=new Date(a.getFullYear(),a.getMonth(),a.getDate()),g=a.toLocaleTimeString(void 0,{hour:"numeric",minute:"2-digit",hour12:!0}),h=f.getTime()===d.getTime(),i=f.getTime()===e.getTime(),j=a.getFullYear()===c.getFullYear();if("date"===b)return h?"Today":i?"Yesterday":j?a.toLocaleDateString(void 0,{month:"short",day:"numeric"}):a.toLocaleDateString(void 0,{month:"short",day:"numeric",year:"numeric"});if(h)return`Today at ${g}`;if(i)return`Yesterday at ${g}`;if(j){let b=a.toLocaleDateString(void 0,{month:"short",day:"numeric"});return`${b} at ${g}`}let k=a.toLocaleDateString(void 0,{month:"short",day:"numeric",year:"numeric"});return`${k} at ${g}`}(new Date(a),b)}c.d(b,{LocalDate:()=>d})},1708:a=>{"use strict";a.exports=require("node:process")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},7940:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>r,dynamic:()=>q});var d=c(67340),e=c(52948),f=c(99535),g=c(71655),h=c(13423),i=c(42404),j=c.n(i),k=c(79828),l=c(74459),m=c(23252),n=c(53367),o=c(4520),p=c(10318);let q="force-dynamic";async function r(a){let b=await a.params;await a.searchParams;let c=await (0,e.$d)(b.id);c||(0,f.notFound)();let i=await (0,e.h4)(c.id),q=await (0,e.FW)(c.id),r=await (0,e.qA)(c.id),s=c.project_path?.split("/").pop()||"Unknown",t=`/dashboard/sessions?project=${encodeURIComponent(c.project_path||"")}`;return(0,d.jsxs)("div",{className:"space-y-8",children:[(0,d.jsx)(o.SessionEvents,{}),(0,d.jsxs)("nav",{className:"flex items-center gap-1.5 sm:gap-2 text-sm sm:text-base text-zinc-600 dark:text-zinc-400 overflow-x-auto",children:[(0,d.jsx)(j(),{href:"/dashboard",className:"hover:text-foreground transition-colors shrink-0",children:"Projects"}),(0,d.jsx)(g.A,{className:"h-4 w-4 sm:h-5 sm:w-5 shrink-0"}),(0,d.jsx)(j(),{href:t,className:"hover:text-foreground transition-colors truncate max-w-[120px] sm:max-w-none",children:s}),(0,d.jsx)(g.A,{className:"h-4 w-4 sm:h-5 sm:w-5 shrink-0"}),(0,d.jsx)("span",{className:"font-medium text-zinc-900 dark:text-zinc-50 truncate",children:c.name})]}),(0,d.jsxs)("div",{className:"space-y-4",children:[(0,d.jsx)(k.SessionDetailHeader,{sessionId:c.id,sessionName:c.name,sessionDescription:c.description,sessionStatus:c.status}),(0,d.jsxs)("div",{className:"flex flex-wrap gap-x-4 gap-y-1 text-xs sm:text-sm text-zinc-600 dark:text-zinc-400",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)("span",{className:"font-medium",children:"Created:"})," ",(0,d.jsx)(p.LocalDate,{date:c.created_at})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)("span",{className:"font-medium",children:"Updated:"})," ",(0,d.jsx)(p.LocalDate,{date:c.updated_at})]}),c.channel&&(0,d.jsxs)("div",{children:[(0,d.jsx)("span",{className:"font-medium",children:"Channel:"})," ",c.channel]})]}),r.length>0&&(0,d.jsxs)("div",{className:"flex flex-wrap items-center gap-2",children:[(0,d.jsx)("span",{className:"text-sm font-medium text-zinc-700 dark:text-zinc-300",children:"Agents:"}),r.map(a=>(0,d.jsxs)("span",{className:"inline-flex items-center gap-1.5 rounded-md bg-secondary px-2.5 py-1 text-xs font-medium text-secondary-foreground",children:[(0,d.jsx)("span",{children:a.provider}),a.git_branch&&(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("span",{className:"text-muted-foreground",children:"•"}),(0,d.jsx)("span",{children:a.git_branch})]})]},a.agent_id))]})]}),(0,d.jsx)(n.ActiveAgentsSection,{agents:r}),(0,d.jsxs)("div",{className:"grid gap-8 lg:grid-cols-3",children:[(0,d.jsxs)("div",{className:"lg:col-span-2 space-y-4",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between",children:[(0,d.jsx)("h2",{className:"text-xl font-semibold text-zinc-900 dark:text-zinc-50",children:"Context Items"}),(0,d.jsxs)("span",{className:"text-sm text-zinc-500 dark:text-zinc-500",children:[i.length," items"]})]}),(0,d.jsx)(l.ContextItemsSection,{items:i,sessionId:c.id})]}),(0,d.jsxs)("div",{className:"space-y-4",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between",children:[(0,d.jsx)("h2",{className:"text-xl font-semibold text-zinc-900 dark:text-zinc-50",children:"Checkpoints"}),(0,d.jsx)("span",{className:"text-sm text-zinc-500 dark:text-zinc-500",children:q.length})]}),0===q.length?(0,d.jsxs)("div",{className:"rounded-xl border border-dashed border-zinc-300 bg-zinc-50 p-8 text-center dark:border-zinc-700 dark:bg-zinc-900/50",children:[(0,d.jsx)(h.A,{className:"mx-auto h-10 w-10 text-zinc-400 dark:text-zinc-600"}),(0,d.jsx)("p",{className:"mt-3 text-sm text-zinc-600 dark:text-zinc-400",children:"No checkpoints saved for this session"})]}):(0,d.jsx)(m.CheckpointList,{checkpoints:q})]})]})]})}},10318:(a,b,c)=>{"use strict";c.d(b,{LocalDate:()=>d});let d=(0,c(15984).registerClientReference)(function(){throw Error("Attempted to call LocalDate() from the server but LocalDate 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/shane/code/dev/savecontext-mono/savecontext/dashboard/components/ui/local-date.tsx","LocalDate")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},13863:(a,b,c)=>{"use strict";c.r(b),c.d(b,{GlobalError:()=>C.a,__next_app__:()=>K,handler:()=>M,routeModule:()=>L});var d=c(28748),e=c(30291),f=c(36573),g=c(78954),h=c(92772),i=c(15742),j=c(7925),k=c(27782),l=c(8748),m=c(94638),n=c(10960),o=c(94486),p=c(56291),q=c(261),r=c(25479),s=c(87500),t=c(26713),u=c(3438),v=c(52243),w=c(20823),x=c(23056),y=c(12904),z=c(75008),A=c(86439),B=c(71488),C=c.n(B),D=c(96868),E=c(72461),F=c(70722),G=c(30044),H=c(43954),I={};for(let a in D)0>["default","GlobalError","__next_app__","routeModule","handler"].indexOf(a)&&(I[a]=()=>D[a]);c.d(b,I);let J={children:["",{children:["dashboard",{children:["sessions",{children:["[id]",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(c.bind(c,7940)),"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/dashboard/sessions/[id]/page.tsx"]}]},{}]},{}]},{layout:[()=>Promise.resolve().then(c.bind(c,44293)),"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/dashboard/layout.tsx"],metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,98838))).default(a),async a=>(await Promise.resolve().then(c.bind(c,64633))).default(a)],apple:[async a=>(await Promise.resolve().then(c.bind(c,62272))).default(a)],openGraph:[],twitter:[],manifest:void 0}}]},{layout:[()=>Promise.resolve().then(c.bind(c,53522)),"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/layout.tsx"],"global-error":[()=>Promise.resolve().then(c.t.bind(c,71488,23)),"next/dist/client/components/builtin/global-error.js"],"not-found":[()=>Promise.resolve().then(c.t.bind(c,7702,23)),"next/dist/client/components/builtin/not-found.js"],forbidden:[()=>Promise.resolve().then(c.t.bind(c,51919,23)),"next/dist/client/components/builtin/forbidden.js"],unauthorized:[()=>Promise.resolve().then(c.t.bind(c,54706,23)),"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await Promise.resolve().then(c.bind(c,98838))).default(a),async a=>(await Promise.resolve().then(c.bind(c,64633))).default(a)],apple:[async a=>(await Promise.resolve().then(c.bind(c,62272))).default(a)],openGraph:[],twitter:[],manifest:void 0}}]}.children,K={require:c,loadChunk:()=>Promise.resolve()},L=new d.AppPageRouteModule({definition:{kind:e.RouteKind.APP_PAGE,page:"/dashboard/sessions/[id]/page",pathname:"/dashboard/sessions/[id]",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:J},distDir:".next",relativeProjectDir:""});async function M(a,b,d){var B;L.isDev&&(0,h.addRequestMeta)(a,"devRequestTimingInternalsEnd",process.hrtime.bigint());let I=!!(0,h.getRequestMeta)(a,"minimalMode"),N="/dashboard/sessions/[id]/page";"/index"===N&&(N="/");let O=await L.prepare(a,b,{srcPage:N,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,pageIsDynamic:S,buildManifest:T,nextFontManifest:U,reactLoadableManifest:V,serverActionsManifest:W,clientReferenceManifest:X,subresourceIntegrityManifest:Y,prerenderManifest:Z,isDraftMode:$,resolvedPathname:_,revalidateOnlyGenerated:aa,routerServerContext:ab,nextConfig:ac,parsedUrl:ad,interceptionRoutePatterns:ae,deploymentId:af}=O,ag=(0,q.normalizeAppPath)(N),{isOnDemandRevalidate:ah}=O,ai=ac.experimental.ppr&&!ac.cacheComponents&&(0,H.isInterceptionRouteAppPath)(_)?null:L.match(_,Z),aj=!!Z.routes[_],ak=a.headers["user-agent"]||"",al=(0,t.getBotType)(ak),am=(0,p.isHtmlBotRequest)(a),an=(0,h.getRequestMeta)(a,"isPrefetchRSCRequest")??"1"===a.headers[s.NEXT_ROUTER_PREFETCH_HEADER],ao=(0,h.getRequestMeta)(a,"isRSCRequest")??!!a.headers[s.RSC_HEADER],ap=(0,r.getIsPossibleServerAction)(a),aq=(0,m.checkIsAppPPREnabled)(ac.experimental.ppr);if(!(0,h.getRequestMeta)(a,"postponed")&&aq&&"1"===a.headers[x.NEXT_RESUME_HEADER]&&"POST"===a.method){let b=[];for await(let c of a)b.push(c);let c=Buffer.concat(b).toString("utf8");(0,h.addRequestMeta)(a,"postponed",c)}let ar=aq&&(null==(B=Z.routes[ag]??Z.dynamicRoutes[ag])?void 0:B.renderingMode)==="PARTIALLY_STATIC",as=!1,at=!1,au=ar?(0,h.getRequestMeta)(a,"postponed"):void 0,av=ar&&ao&&!an;I&&(av=av&&!!au);let aw=(0,h.getRequestMeta)(a,"segmentPrefetchRSCRequest"),ax=(!am||!ar)&&(!ak||(0,p.shouldServeStreamingMetadata)(ak,ac.htmlLimitedBots)),ay=!!((ai||aj||Z.routes[ag])&&!(am&&ar)),az=ar&&!0===ac.cacheComponents,aA=!0===L.isDev||!ay||"string"==typeof au||(az&&(0,h.getRequestMeta)(a,"onCacheEntryV2")?av&&!I:av),aB=am&&ar,aC=null;$||!ay||aA||ap||au||av||(aC=_);let aD=aC;!aD&&L.isDev&&(aD=_),L.isDev||$||!ay||!ao||av||(0,k.d)(a.headers);let aE={...D,tree:J,GlobalError:C(),handler:M,routeModule:L,__next_app__:K};W&&X&&(0,o.setManifestsSingleton)({page:N,clientReferenceManifest:X,serverActionsManifest:W});let aF=a.method||"GET",aG=(0,g.getTracer)(),aH=aG.getActiveScopeSpan(),aI=async()=>((null==ab?void 0:ab.render404)?await ab.render404(a,b,ad,!1):b.end("This page could not be found"),null);try{let f=L.getVaryHeader(_,ae);b.setHeader("Vary",f);let k=async(c,d)=>{let e=new l.NodeNextRequest(a),f=new l.NodeNextResponse(b);return L.render(e,f,d).finally(()=>{if(!c)return;c.setAttributes({"http.status_code":b.statusCode,"next.rsc":!1});let a=aG.getRootSpanAttributes();if(!a)return;if(a.get("next.span_type")!==i.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${a.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let d=a.get("next.route");if(d){let a=`${aF} ${d}`;c.setAttributes({"next.route":d,"http.route":d,"next.span_name":a}),c.updateName(a)}else c.updateName(`${aF} ${N}`)})},m=(0,h.getRequestMeta)(a,"incrementalCache"),o=async({span:e,postponed:f,fallbackRouteParams:g,forceStaticRender:i})=>{let l={query:Q,params:R,page:ag,sharedContext:{buildId:P},serverComponentsHmrCache:(0,h.getRequestMeta)(a,"serverComponentsHmrCache"),fallbackRouteParams:g,renderOpts:{App:()=>null,Document:()=>null,pageConfig:{},ComponentMod:aE,Component:(0,j.T)(aE),params:R,routeModule:L,page:N,postponed:f,shouldWaitOnAllReady:aB,serveStreamingMetadata:ax,supportsDynamicResponse:"string"==typeof f||aA,buildManifest:T,nextFontManifest:U,reactLoadableManifest:V,subresourceIntegrityManifest:Y,setCacheStatus:null==ab?void 0:ab.setCacheStatus,setIsrStatus:null==ab?void 0:ab.setIsrStatus,setReactDebugChannel:null==ab?void 0:ab.setReactDebugChannel,sendErrorsToBrowser:null==ab?void 0:ab.sendErrorsToBrowser,dir:c(33873).join(process.cwd(),L.relativeProjectDir),isDraftMode:$,botType:al,isOnDemandRevalidate:ah,isPossibleServerAction:ap,assetPrefix:ac.assetPrefix,nextConfigOutput:ac.output,crossOrigin:ac.crossOrigin,trailingSlash:ac.trailingSlash,images:ac.images,previewProps:Z.preview,deploymentId:af,enableTainting:ac.experimental.taint,htmlLimitedBots:ac.htmlLimitedBots,reactMaxHeadersLength:ac.reactMaxHeadersLength,multiZoneDraftMode:!1,incrementalCache:m,cacheLifeProfiles:ac.cacheLife,basePath:ac.basePath,serverActions:ac.experimental.serverActions,...as||at?{nextExport:!0,supportsDynamicResponse:!1,isStaticGeneration:!0,isDebugDynamicAccesses:as}:{},cacheComponents:!!ac.cacheComponents,experimental:{isRoutePPREnabled:ar,expireTime:ac.expireTime,staleTimes:ac.experimental.staleTimes,dynamicOnHover:!!ac.experimental.dynamicOnHover,inlineCss:!!ac.experimental.inlineCss,authInterrupts:!!ac.experimental.authInterrupts,clientTraceMetadata:ac.experimental.clientTraceMetadata||[],clientParamParsingOrigins:ac.experimental.clientParamParsingOrigins},waitUntil:d.waitUntil,onClose:a=>{b.on("close",a)},onAfterTaskError:()=>{},onInstrumentationRequestError:(b,c,d,e)=>L.onRequestError(a,b,d,e,ab),err:(0,h.getRequestMeta)(a,"invokeError"),dev:L.isDev}};as&&(l.renderOpts.nextExport=!0,l.renderOpts.supportsDynamicResponse=!1,l.renderOpts.isDebugDynamicAccesses=as),i&&(l.renderOpts.supportsDynamicResponse=!1);let n=await k(e,l),{metadata:o}=n,{cacheControl:p,headers:q={},fetchTags:r,fetchMetrics:s}=o;if(r&&(q[x.NEXT_CACHE_TAGS_HEADER]=r),a.fetchMetrics=s,ay&&(null==p?void 0:p.revalidate)===0&&!L.isDev&&!ar){let a=o.staticBailoutInfo,b=Object.defineProperty(Error(`Page changed from static to dynamic at runtime ${_}${(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:u.CachedRouteKind.APP_PAGE,html:n,headers:q,rscData:o.flightData,postponed:o.postponed,status:o.statusCode,segmentData:o.segmentData},cacheControl:p}},p=async({hasResolved:c,previousCacheEntry:f,isRevalidating:g,span:i,forceStaticRender:j=!1})=>{let k,l=!1===L.isDev,q=c||b.writableEnded;if(ah&&aa&&!f&&!I)return(null==ab?void 0:ab.render404)?await ab.render404(a,b):(b.statusCode=404,b.end("This page could not be found")),null;if(ai&&(k=(0,v.parseFallbackField)(ai.fallback)),k===v.FallbackMode.PRERENDER&&(0,t.isBot)(ak)&&(!ar||am)&&(k=v.FallbackMode.BLOCKING_STATIC_RENDER),(null==f?void 0:f.isStale)===-1&&(ah=!0),ah&&(k!==v.FallbackMode.NOT_FOUND||f)&&(k=v.FallbackMode.BLOCKING_STATIC_RENDER),!I&&k!==v.FallbackMode.BLOCKING_STATIC_RENDER&&aD&&!q&&!$&&S&&(l||!aj)){if((l||ai)&&k===v.FallbackMode.NOT_FOUND){if(ac.experimental.adapterPath)return await aI();throw new A.NoFallbackError}if(ar&&(ac.cacheComponents?!av:!ao)){let b=l&&"string"==typeof(null==ai?void 0:ai.fallback)?ai.fallback:ag,c=l&&(null==ai?void 0:ai.fallbackRouteParams)?(0,n.createOpaqueFallbackRouteParams)(ai.fallbackRouteParams):at?(0,n.getFallbackRouteParams)(ag,L):null,f=await L.handleResponse({cacheKey:b,req:a,nextConfig:ac,routeKind:e.RouteKind.APP_PAGE,isFallback:!0,prerenderManifest:Z,isRoutePPREnabled:ar,responseGenerator:async()=>o({span:i,postponed:void 0,fallbackRouteParams:c,forceStaticRender:!1}),waitUntil:d.waitUntil,isMinimalMode:I});if(null===f)return null;if(f)return delete f.cacheControl,f}}let r=ah||g||!au?void 0:au;if(az&&!I&&m&&av&&!j){let b=await m.get(_,{kind:u.IncrementalCacheKind.APP_PAGE,isRoutePPREnabled:!0,isFallback:!1});b&&b.value&&b.value.kind===u.CachedRouteKind.APP_PAGE&&(r=b.value.postponed,b&&(-1===b.isStale||!0===b.isStale)&&(0,G.scheduleOnNextTick)(async()=>{let b=L.getResponseCache(a);try{await b.revalidate(_,m,ar,!1,a=>p({...a,forceStaticRender:!0}),null,c,d.waitUntil)}catch(a){console.error("Error revalidating the page in the background",a)}}))}if(as&&void 0!==r)return{cacheControl:{revalidate:1,expire:void 0},value:{kind:u.CachedRouteKind.PAGES,html:w.default.EMPTY,pageData:{},headers:void 0,status:void 0}};let s=l&&(null==ai?void 0:ai.fallbackRouteParams)&&(0,h.getRequestMeta)(a,"renderFallbackShell")?(0,n.createOpaqueFallbackRouteParams)(ai.fallbackRouteParams):at?(0,n.getFallbackRouteParams)(ag,L):null;return o({span:i,postponed:r,fallbackRouteParams:s,forceStaticRender:j})},q=async c=>{var f,g,i,j,k;let l,m=await L.handleResponse({cacheKey:aC,responseGenerator:a=>p({span:c,...a}),routeKind:e.RouteKind.APP_PAGE,isOnDemandRevalidate:ah,isRoutePPREnabled:ar,req:a,nextConfig:ac,prerenderManifest:Z,waitUntil:d.waitUntil,isMinimalMode:I});if($&&b.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate"),L.isDev&&b.setHeader("Cache-Control","no-store, must-revalidate"),!m){if(aC)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=m.value)?void 0:f.kind)!==u.CachedRouteKind.APP_PAGE)throw Object.defineProperty(Error(`Invariant app-page handler received invalid cache entry ${null==(i=m.value)?void 0:i.kind}`),"__NEXT_ERROR_CODE",{value:"E707",enumerable:!1,configurable:!0});let n="string"==typeof m.value.postponed;ay&&!av&&(!n||an)&&(I||b.setHeader("x-nextjs-cache",ah?"REVALIDATED":m.isMiss?"MISS":m.isStale?"STALE":"HIT"),b.setHeader(s.NEXT_IS_PRERENDER_HEADER,"1"));let{value:q}=m;if(au)l={revalidate:0,expire:void 0};else if(av)l={revalidate:0,expire:void 0};else if(!L.isDev)if($)l={revalidate:0,expire:void 0};else if(ay){if(m.cacheControl)if("number"==typeof m.cacheControl.revalidate){if(m.cacheControl.revalidate<1)throw Object.defineProperty(Error(`Invalid revalidate configuration provided: ${m.cacheControl.revalidate} < 1`),"__NEXT_ERROR_CODE",{value:"E22",enumerable:!1,configurable:!0});l={revalidate:m.cacheControl.revalidate,expire:(null==(j=m.cacheControl)?void 0:j.expire)??ac.expireTime}}else l={revalidate:x.CACHE_ONE_YEAR,expire:void 0}}else b.getHeader("Cache-Control")||(l={revalidate:0,expire:void 0});if(m.cacheControl=l,"string"==typeof aw&&(null==q?void 0:q.kind)===u.CachedRouteKind.APP_PAGE&&q.segmentData){b.setHeader(s.NEXT_DID_POSTPONE_HEADER,"2");let c=null==(k=q.headers)?void 0:k[x.NEXT_CACHE_TAGS_HEADER];I&&ay&&c&&"string"==typeof c&&b.setHeader(x.NEXT_CACHE_TAGS_HEADER,c);let d=q.segmentData.get(aw);return void 0!==d?(0,z.sendRenderResult)({req:a,res:b,generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:w.default.fromStatic(d,s.RSC_CONTENT_TYPE_HEADER),cacheControl:m.cacheControl}):(b.statusCode=204,(0,z.sendRenderResult)({req:a,res:b,generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:w.default.EMPTY,cacheControl:m.cacheControl}))}let r=az?(0,h.getRequestMeta)(a,"onCacheEntryV2")??(0,h.getRequestMeta)(a,"onCacheEntry"):(0,h.getRequestMeta)(a,"onCacheEntry");if(r&&await r(m,{url:(0,h.getRequestMeta)(a,"initURL")??a.url}))return null;if(q.headers){let a={...q.headers};for(let[c,d]of(I&&ay||delete a[x.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 t=null==(g=q.headers)?void 0:g[x.NEXT_CACHE_TAGS_HEADER];if(I&&ay&&t&&"string"==typeof t&&b.setHeader(x.NEXT_CACHE_TAGS_HEADER,t),!q.status||ao&&ar||(b.statusCode=q.status),!I&&q.status&&E.RedirectStatusCode[q.status]&&ao&&(b.statusCode=200),n&&!av&&b.setHeader(s.NEXT_DID_POSTPONE_HEADER,"1"),ao&&!$){if(void 0===q.rscData){if(q.html.contentType!==s.RSC_CONTENT_TYPE_HEADER)if(ac.cacheComponents)return b.statusCode=404,(0,z.sendRenderResult)({req:a,res:b,generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:w.default.EMPTY,cacheControl:m.cacheControl});else throw Object.defineProperty(new F.InvariantError(`Expected RSC response, got ${q.html.contentType}`),"__NEXT_ERROR_CODE",{value:"E789",enumerable:!1,configurable:!0});return(0,z.sendRenderResult)({req:a,res:b,generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:q.html,cacheControl:m.cacheControl})}return(0,z.sendRenderResult)({req:a,res:b,generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:w.default.fromStatic(q.rscData,s.RSC_CONTENT_TYPE_HEADER),cacheControl:m.cacheControl})}let v=q.html;if(!n||I||ao)return(0,z.sendRenderResult)({req:a,res:b,generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:v,cacheControl:m.cacheControl});if(as)return v.push(new ReadableStream({start(a){a.enqueue(y.ENCODED_TAGS.CLOSED.BODY_AND_HTML),a.close()}})),(0,z.sendRenderResult)({req:a,res:b,generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:v,cacheControl:{revalidate:0,expire:void 0}});let A=new TransformStream;return v.push(A.readable),o({span:c,postponed:q.postponed,fallbackRouteParams:null,forceStaticRender:!1}).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)!==u.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(A.writable)}).catch(a=>{A.writable.abort(a).catch(a=>{console.error("couldn't abort transformer",a)})}),(0,z.sendRenderResult)({req:a,res:b,generateEtags:ac.generateEtags,poweredByHeader:ac.poweredByHeader,result:v,cacheControl:{revalidate:0,expire:void 0}})};if(!aH)return await aG.withPropagatedContext(a.headers,()=>aG.trace(i.BaseServerSpan.handleRequest,{spanName:`${aF} ${N}`,kind:g.SpanKind.SERVER,attributes:{"http.method":aF,"http.target":a.url}},q));await q(aH)}catch(b){throw b instanceof A.NoFallbackError||await L.onRequestError(a,b,{routerKind:"App Router",routePath:N,routeType:"render",revalidateReason:(0,f.c)({isStaticGeneration:ay,isOnDemandRevalidate:ah})},!1,ab),b}}},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},23252:(a,b,c)=>{"use strict";c.d(b,{CheckpointList:()=>d});let d=(0,c(15984).registerClientReference)(function(){throw Error("Attempted to call CheckpointList() from the server but CheckpointList 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/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/checkpoints/list/checkpoint-list.tsx","CheckpointList")},24183:(a,b,c)=>{"use strict";c.d(b,{A:()=>d});let d=(0,c(27975).A)("clock",[["path",{d:"M12 6v6l4 2",key:"mmk7yg"}],["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}]])},26713:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/is-bot")},28354:a=>{"use strict";a.exports=require("util")},28494:(a,b,c)=>{Promise.resolve().then(c.bind(c,23252)),Promise.resolve().then(c.bind(c,74459)),Promise.resolve().then(c.bind(c,79828)),Promise.resolve().then(c.bind(c,4520)),Promise.resolve().then(c.bind(c,53367)),Promise.resolve().then(c.bind(c,10318)),Promise.resolve().then(c.t.bind(c,38895,23))},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},33873:a=>{"use strict";a.exports=require("path")},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},43954:a=>{"use strict";a.exports=require("next/dist/shared/lib/router/utils/interception-routes")},53367:(a,b,c)=>{"use strict";c.d(b,{ActiveAgentsSection:()=>d});let d=(0,c(15984).registerClientReference)(function(){throw Error("Attempted to call ActiveAgentsSection() from the server but ActiveAgentsSection 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/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/shared/active-agents-section.tsx","ActiveAgentsSection")},54116:(a,b,c)=>{"use strict";c.d(b,{PZ:()=>f,zf:()=>g});let d={reminder:{bg:"bg-blue-500/10 dark:bg-blue-500/10",text:"text-blue-600 dark:text-blue-400",label:"Reminder"},decision:{bg:"bg-purple-500/10 dark:bg-purple-500/10",text:"text-purple-600 dark:text-purple-400",label:"Decision"},progress:{bg:"bg-teal-500/10 dark:bg-teal-500/10",text:"text-teal-600 dark:text-teal-400",label:"Progress"},note:{bg:"bg-zinc-500/10 dark:bg-zinc-500/10",text:"text-zinc-600 dark:text-zinc-400",label:"Note"}},e={high:{bg:"bg-red-500/10 dark:bg-red-500/10",text:"text-red-600 dark:text-red-400",label:"High"},normal:{bg:"bg-yellow-500/10 dark:bg-yellow-500/10",text:"text-yellow-600 dark:text-yellow-400",label:"Normal"},low:{bg:"bg-gray-500/10 dark:bg-gray-500/10",text:"text-gray-600 dark:text-gray-400",label:"Low"}};function f(a){return d[a]||d.note}function g(a){return e[a]||e.normal}},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},65277:(a,b,c)=>{"use strict";c.d(b,{ActiveAgentsSection:()=>g});var d=c(370),e=c(35898),f=c(24183);function g({agents:a}){return 0===a.length?null:(0,d.jsxs)("div",{className:"space-y-4",children:[(0,d.jsx)("h2",{className:"text-xl font-semibold text-zinc-900 dark:text-zinc-50",children:"Active Agents"}),(0,d.jsx)("div",{className:"space-y-3",children:a.map(a=>{var b;let c,g,h;return(0,d.jsx)("div",{className:"rounded-xl border border-zinc-200 bg-white p-4 shadow-sm dark:border-zinc-800 dark:bg-zinc-900",children:(0,d.jsxs)("div",{className:"space-y-2",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between",children:[(0,d.jsx)("h3",{className:"font-medium text-zinc-900 dark:text-zinc-50",children:a.provider}),(0,d.jsx)("span",{className:"text-xs text-zinc-500 dark:text-zinc-500",children:new Date(a.last_active_at).toLocaleString()})]}),(0,d.jsxs)("div",{className:"flex flex-wrap items-center gap-3 text-sm text-zinc-600 dark:text-zinc-400",children:[a.git_branch&&(0,d.jsxs)("div",{className:"flex items-center gap-1.5",children:[(0,d.jsx)(e.A,{className:"h-3.5 w-3.5"}),(0,d.jsx)("span",{children:a.git_branch})]}),(0,d.jsxs)("div",{className:"flex items-center gap-1.5",children:[(0,d.jsx)(f.A,{className:"h-3.5 w-3.5"}),(0,d.jsxs)("span",{children:["Last active ",(b=a.last_active_at,(h=Math.floor((g=Math.floor((c=Math.floor(Math.floor((Date.now()-b)/1e3)/60))/60))/24))>0?`${h}d ago`:g>0?`${g}h ago`:c>0?`${c}m ago`:"just now")]})]})]}),(0,d.jsx)("div",{className:"text-xs text-zinc-500 dark:text-zinc-500 font-mono",children:a.agent_id})]})},a.agent_id)})})]})}},68246:(a,b,c)=>{Promise.resolve().then(c.bind(c,87904)),Promise.resolve().then(c.bind(c,80781)),Promise.resolve().then(c.bind(c,98446)),Promise.resolve().then(c.bind(c,88830)),Promise.resolve().then(c.bind(c,65277)),Promise.resolve().then(c.bind(c,288)),Promise.resolve().then(c.t.bind(c,8241,23))},70722:a=>{"use strict";a.exports=require("next/dist/shared/lib/invariant-error")},73136:a=>{"use strict";a.exports=require("node:url")},74459:(a,b,c)=>{"use strict";c.d(b,{ContextItemsSection:()=>d});let d=(0,c(15984).registerClientReference)(function(){throw Error("Attempted to call ContextItemsSection() from the server but ContextItemsSection 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/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/context/list/context-items-section.tsx","ContextItemsSection")},76760:a=>{"use strict";a.exports=require("node:path")},79828:(a,b,c)=>{"use strict";c.d(b,{SessionDetailHeader:()=>d});let d=(0,c(15984).registerClientReference)(function(){throw Error("Attempted to call SessionDetailHeader() from the server but SessionDetailHeader 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/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/sessions/detail/session-detail-header.tsx","SessionDetailHeader")},80781:(a,b,c)=>{"use strict";c.d(b,{ContextItemsSection:()=>p});var d=c(370),e=c(11499),f=c(63188),g=c(98060),h=c(55790),i=c(14559),j=c(26630);function k({item:a,onConfirm:b,onCancel:c}){let[f,g]=(0,e.useState)(!1),k=async()=>{g(!0);try{await b(a)}catch(a){console.error("Failed to delete context item:",a),i.o.error("Failed to delete context item"),g(!1)}};return(0,d.jsx)(j.lG,{open:!0,onOpenChange:a=>!a&&c(),children:(0,d.jsxs)(j.Cf,{className:"max-w-md bg-white dark:bg-zinc-900",children:[(0,d.jsx)(j.c7,{children:(0,d.jsxs)("div",{className:"flex items-start gap-3",children:[(0,d.jsx)("div",{className:"flex h-10 w-10 shrink-0 items-center justify-center rounded-full bg-red-500/10",children:(0,d.jsx)(h.A,{className:"h-5 w-5 text-red-600 dark:text-red-400"})}),(0,d.jsxs)("div",{children:[(0,d.jsx)(j.L3,{className:"text-lg font-semibold text-zinc-900 dark:text-zinc-50",children:"Delete Context Item"}),(0,d.jsx)(j.rr,{className:"mt-1 text-sm text-zinc-600 dark:text-zinc-400",children:"This action cannot be undone."})]})]})}),(0,d.jsxs)("div",{className:"mb-2 rounded-lg border border-zinc-200 bg-zinc-50 p-3 dark:border-zinc-800 dark:bg-zinc-900/50",children:[a.key&&(0,d.jsx)("div",{className:"mb-1 text-sm font-medium text-zinc-900 dark:text-zinc-50",children:a.key}),(0,d.jsx)("div",{className:"line-clamp-3 text-sm text-zinc-600 dark:text-zinc-400",children:a.value})]}),(0,d.jsxs)(j.Es,{children:[(0,d.jsx)("button",{onClick:c,disabled:f,className:"flex-1 rounded-lg border border-zinc-200 px-4 py-2 text-sm font-medium text-zinc-700 hover:bg-zinc-50 disabled:opacity-50 dark:border-zinc-700 dark:text-zinc-300 dark:hover:bg-zinc-800",children:"Cancel"}),(0,d.jsx)("button",{onClick:k,disabled:f,className:"flex-1 rounded-lg bg-red-600 px-4 py-2 text-sm font-medium text-white hover:bg-red-700 disabled:opacity-50 dark:bg-red-600 dark:hover:bg-red-700",children:f?"Deleting...":"Delete"})]})]})})}var l=c(27975);let m=(0,l.A)("save",[["path",{d:"M15.2 3a2 2 0 0 1 1.4.6l3.8 3.8a2 2 0 0 1 .6 1.4V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2z",key:"1c8476"}],["path",{d:"M17 21v-7a1 1 0 0 0-1-1H8a1 1 0 0 0-1 1v7",key:"1ydtos"}],["path",{d:"M7 3v4a1 1 0 0 0 1 1h7",key:"t51u73"}]]);function n({item:a,onSave:b,onCancel:c}){let[f,g]=(0,e.useState)(!1),[h,k]=(0,e.useState)({value:a.value,category:a.category,priority:a.priority,channel:a.channel||""}),l=async()=>{g(!0);try{await b(a,h)}catch(a){console.error("Failed to save context item:",a),i.o.error("Failed to save context item")}finally{g(!1)}};return(0,d.jsx)(j.lG,{open:!0,onOpenChange:a=>!a&&c(),children:(0,d.jsxs)(j.Cf,{className:"max-w-2xl max-h-[90vh] overflow-hidden bg-white dark:bg-zinc-900",children:[(0,d.jsx)(j.c7,{children:(0,d.jsxs)("div",{className:"flex items-center gap-3",children:[(0,d.jsx)("div",{className:"flex h-10 w-10 shrink-0 items-center justify-center rounded-lg bg-teal-500/10",children:(0,d.jsx)(m,{className:"h-5 w-5 text-teal-600 dark:text-teal-400"})}),(0,d.jsxs)("div",{children:[(0,d.jsx)(j.L3,{className:"text-lg font-semibold text-zinc-900 dark:text-zinc-50",children:"Edit Context Item"}),(0,d.jsx)(j.rr,{className:"text-sm text-zinc-600 dark:text-zinc-400",children:a.key||"Modify context item properties"})]})]})}),(0,d.jsx)("div",{className:"max-h-[calc(90vh-16rem)] overflow-y-auto",children:(0,d.jsxs)("div",{className:"space-y-4",children:[(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"mb-2 block text-sm font-medium text-zinc-700 dark:text-zinc-300",children:"Value"}),(0,d.jsx)("textarea",{value:h.value,onChange:a=>k({...h,value:a.target.value}),rows:8,className:"w-full rounded-lg border border-zinc-200 bg-white px-3 py-2 text-sm text-zinc-900 focus:border-teal-500 focus:outline-none focus:ring-2 focus:ring-teal-500/20 dark:border-zinc-700 dark:bg-zinc-800 dark:text-zinc-50",placeholder:"Enter context value..."})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"mb-2 block text-sm font-medium text-zinc-700 dark:text-zinc-300",children:"Category"}),(0,d.jsxs)("select",{value:h.category,onChange:a=>k({...h,category:a.target.value}),className:"w-full rounded-lg border border-zinc-200 bg-white px-3 py-2 text-sm text-zinc-900 focus:border-teal-500 focus:outline-none focus:ring-2 focus:ring-teal-500/20 dark:border-zinc-700 dark:bg-zinc-800 dark:text-zinc-50",children:[(0,d.jsx)("option",{value:"task",children:"Task"}),(0,d.jsx)("option",{value:"decision",children:"Decision"}),(0,d.jsx)("option",{value:"progress",children:"Progress"}),(0,d.jsx)("option",{value:"note",children:"Note"})]})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"mb-2 block text-sm font-medium text-zinc-700 dark:text-zinc-300",children:"Priority"}),(0,d.jsxs)("select",{value:h.priority,onChange:a=>k({...h,priority:a.target.value}),className:"w-full rounded-lg border border-zinc-200 bg-white px-3 py-2 text-sm text-zinc-900 focus:border-teal-500 focus:outline-none focus:ring-2 focus:ring-teal-500/20 dark:border-zinc-700 dark:bg-zinc-800 dark:text-zinc-50",children:[(0,d.jsx)("option",{value:"high",children:"High"}),(0,d.jsx)("option",{value:"normal",children:"Normal"}),(0,d.jsx)("option",{value:"low",children:"Low"})]})]}),(0,d.jsxs)("div",{children:[(0,d.jsx)("label",{className:"mb-2 block text-sm font-medium text-zinc-700 dark:text-zinc-300",children:"Channel"}),(0,d.jsx)("input",{type:"text",value:h.channel,onChange:a=>k({...h,channel:a.target.value}),className:"w-full rounded-lg border border-zinc-200 bg-white px-3 py-2 text-sm text-zinc-900 focus:border-teal-500 focus:outline-none focus:ring-2 focus:ring-teal-500/20 dark:border-zinc-700 dark:bg-zinc-800 dark:text-zinc-50",placeholder:"Enter channel name..."})]})]})}),(0,d.jsxs)(j.Es,{children:[(0,d.jsx)("button",{onClick:c,disabled:f,className:"flex-1 rounded-lg border border-zinc-200 px-4 py-2 text-sm font-medium text-zinc-700 hover:bg-zinc-50 disabled:opacity-50 dark:border-zinc-700 dark:text-zinc-300 dark:hover:bg-zinc-800",children:"Cancel"}),(0,d.jsx)("button",{onClick:l,disabled:f,className:"flex-1 rounded-lg bg-teal-600 px-4 py-2 text-sm font-medium text-white hover:bg-teal-700 disabled:opacity-50 dark:bg-teal-600 dark:hover:bg-teal-700",children:f?"Saving...":"Save Changes"})]})]})})}let o=(0,l.A)("circle-alert",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]);function p({items:a,sessionId:b}){let c=(0,f.useRouter)(),[h,i]=(0,e.useState)(null),[j,l]=(0,e.useState)(null),m=async a=>{try{let d=await fetch("/api/context/delete",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({key:a.key,sessionId:b})}),e=await d.json();if(!d.ok)throw Error(e.error||"Failed to delete");i(null),c.refresh()}catch(a){throw console.error("Delete error:",a),a}},p=async(a,d)=>{try{let e=await fetch("/api/context/update",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({key:a.key,sessionId:b,...d})}),f=await e.json();if(!e.ok)throw Error(f.error||"Failed to update");l(null),c.refresh()}catch(a){throw console.error("Update error:",a),a}};return 0===a.length?(0,d.jsxs)("div",{className:"rounded-xl border border-dashed border-zinc-300 bg-zinc-50 p-12 text-center dark:border-zinc-700 dark:bg-zinc-900/50",children:[(0,d.jsx)(o,{className:"mx-auto h-12 w-12 text-zinc-400 dark:text-zinc-600"}),(0,d.jsx)("h3",{className:"mt-4 font-semibold text-zinc-900 dark:text-zinc-50",children:"No context items yet"}),(0,d.jsx)("p",{className:"mt-2 text-sm text-zinc-600 dark:text-zinc-400",children:"Context items will appear here as you work with SaveContext"})]}):(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("div",{className:"space-y-3",children:a.map(a=>(0,d.jsx)(g.ContextItemCard,{item:a,onDelete:i,onEdit:l},a.id))}),h&&(0,d.jsx)(k,{item:h,onConfirm:m,onCancel:()=>i(null)}),j&&(0,d.jsx)(n,{item:j,onSave:p,onCancel:()=>l(null)})]})}},81787:a=>{"use strict";a.exports=require("bun:sqlite")},86439:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external")},87904:(a,b,c)=>{"use strict";c.d(b,{CheckpointList:()=>o});var d=c(370),e=c(11499),f=c(87605),g=c(27975);let h=(0,g.A)("calendar",[["path",{d:"M8 2v4",key:"1cmpym"}],["path",{d:"M16 2v4",key:"4m81vk"}],["rect",{width:"18",height:"18",x:"3",y:"4",rx:"2",key:"1hopcy"}],["path",{d:"M3 10h18",key:"8toen8"}]]);var i=c(43145),j=c(94310);let k=(0,g.A)("package",[["path",{d:"M11 21.73a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73z",key:"1a0edw"}],["path",{d:"M12 22V12",key:"d0xqtd"}],["polyline",{points:"3.29 7 12 12 20.71 7",key:"ousv84"}],["path",{d:"m7.5 4.27 9 5.15",key:"1c824w"}]]);var l=c(54116);c(14559);var m=c(26630);function n({checkpoint:a,onClose:b}){let[c,g]=(0,e.useState)([]),[n,o]=(0,e.useState)(!0);return(0,d.jsx)(m.lG,{open:!0,onOpenChange:a=>!a&&b(),children:(0,d.jsxs)(m.Cf,{className:"max-w-3xl max-h-[90vh] overflow-hidden bg-white dark:bg-zinc-900",children:[(0,d.jsx)(m.c7,{children:(0,d.jsxs)("div",{className:"flex gap-4",children:[(0,d.jsx)("div",{className:"flex h-12 w-12 shrink-0 items-center justify-center rounded-lg bg-[rgb(var(--checkpoint-bg))]",children:(0,d.jsx)(f.A,{className:"h-6 w-6 text-[rgb(var(--checkpoint-foreground))]"})}),(0,d.jsxs)("div",{className:"space-y-1",children:[(0,d.jsx)(m.L3,{className:"text-2xl font-bold text-zinc-900 dark:text-zinc-50",children:a.name}),a.description&&(0,d.jsx)(m.rr,{className:"text-sm text-zinc-600 dark:text-zinc-400",children:a.description}),(0,d.jsxs)("div",{className:"flex items-center gap-4 text-xs text-zinc-500 dark:text-zinc-500",children:[(0,d.jsxs)("div",{className:"flex items-center gap-1.5",children:[(0,d.jsx)(h,{className:"h-3.5 w-3.5"}),new Date(a.created_at).toLocaleString()]}),a.git_branch&&(0,d.jsxs)("div",{className:"flex items-center gap-1.5",children:[(0,d.jsx)(k,{className:"h-3.5 w-3.5"}),a.git_branch]})]})]})]})}),(0,d.jsx)("div",{className:"max-h-[calc(90vh-12rem)] overflow-y-auto",children:n?(0,d.jsx)("div",{className:"flex items-center justify-center py-12",children:(0,d.jsx)("div",{className:"h-8 w-8 animate-spin rounded-full border-4 border-zinc-400 border-t-transparent dark:border-zinc-500"})}):0===c.length?(0,d.jsx)("div",{className:"py-12 text-center",children:(0,d.jsx)("p",{className:"text-sm text-zinc-600 dark:text-zinc-400",children:"No context items in this checkpoint"})}):(0,d.jsxs)("div",{className:"space-y-3",children:[(0,d.jsx)("div",{className:"flex items-center justify-between",children:(0,d.jsxs)("h3",{className:"text-sm font-semibold text-zinc-900 dark:text-zinc-50",children:["Snapshot (",c.length," items)"]})}),c.map(a=>{let b=(0,l.PZ)(a.category);return(0,d.jsxs)("div",{className:"rounded-lg border border-zinc-200 bg-zinc-50 p-4 dark:border-zinc-800 dark:bg-zinc-900/50",children:[(0,d.jsxs)("div",{className:"mb-2 flex items-center gap-2",children:[(0,d.jsx)("span",{className:`inline-flex items-center gap-1.5 rounded-md px-2 py-0.5 text-xs font-medium ${b.bg} ${b.text}`,children:b.label}),(0,d.jsx)("span",{className:"text-xs text-zinc-500 dark:text-zinc-500",children:new Date(a.created_at).toLocaleDateString()})]}),a.key&&(0,d.jsx)("div",{className:"mb-1 text-sm font-medium text-zinc-900 dark:text-zinc-50",children:a.key}),(0,d.jsx)("div",{className:"prose prose-sm prose-zinc dark:prose-invert max-w-none text-sm text-zinc-700 dark:text-zinc-300 break-words [&_pre]:overflow-x-auto [&_pre]:bg-zinc-100 [&_pre]:dark:bg-zinc-800 [&_pre]:text-zinc-800 [&_pre]:dark:text-zinc-200 [&_pre]:p-3 [&_pre]:rounded-lg [&_code]:bg-zinc-100 [&_code]:dark:bg-zinc-800 [&_code]:text-zinc-800 [&_code]:dark:text-zinc-200 [&_code]:px-1 [&_code]:py-0.5 [&_code]:rounded [&_code]:text-xs",children:(0,d.jsx)(i.oz,{remarkPlugins:[j.A],children:a.value})})]},a.id)})]})})]})})}function o({checkpoints:a}){let[b,c]=(0,e.useState)(null);return(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)("div",{className:"space-y-2",children:a.map(a=>(0,d.jsx)("button",{onClick:()=>c(a),className:"w-full rounded-lg border border-zinc-200 bg-white p-4 text-left shadow-sm transition-all hover:border-zinc-400 hover:shadow-md dark:border-zinc-800 dark:bg-zinc-900 dark:hover:border-zinc-600",children:(0,d.jsxs)("div",{className:"flex items-start gap-3",children:[(0,d.jsx)("div",{className:"flex h-8 w-8 shrink-0 items-center justify-center rounded-md bg-[rgb(var(--checkpoint-bg))]",children:(0,d.jsx)(f.A,{className:"h-4 w-4 text-[rgb(var(--checkpoint-foreground))]"})}),(0,d.jsxs)("div",{className:"min-w-0 flex-1 space-y-1",children:[(0,d.jsx)("h3",{className:"font-semibold text-zinc-900 dark:text-zinc-50 truncate",children:a.name}),a.description&&(0,d.jsx)("p",{className:"text-xs text-zinc-600 dark:text-zinc-400 line-clamp-2",children:a.description}),(0,d.jsxs)("div",{className:"flex items-center gap-2 text-xs text-zinc-500 dark:text-zinc-500",children:[(0,d.jsx)(h,{className:"h-3 w-3"}),new Date(a.created_at).toLocaleDateString()]})]})]})},a.id))}),b&&(0,d.jsx)(n,{checkpoint:b,onClose:()=>c(null)})]})}},98060:(a,b,c)=>{"use strict";c.d(b,{ContextItemCard:()=>m});var d=c(370),e=c(11499),f=c(43145),g=c(94310),h=c(53388),i=c(37068),j=c(56202),k=c(78615),l=c(54116);function m({item:a,onDelete:b,onEdit:c}){let[m,n]=(0,e.useState)(!1),o=(0,l.PZ)(a.category),p=(0,l.zf)(a.priority),q=a.value.length>200,r=!q||m?a.value:a.value.slice(0,200)+"...";return(0,d.jsxs)("div",{className:"group rounded-xl border border-zinc-200 bg-white p-5 shadow-sm dark:border-zinc-800 dark:bg-zinc-900",children:[(0,d.jsxs)("div",{className:"mb-3 flex flex-wrap items-center gap-2",children:[(0,d.jsx)("span",{className:`inline-flex items-center gap-1.5 rounded-md px-2 py-1 text-xs font-medium ${o.bg} ${o.text}`,children:o.label}),(0,d.jsx)("span",{className:`inline-flex items-center gap-1.5 rounded-md px-2 py-1 text-xs font-medium ${p.bg} ${p.text}`,children:p.label}),(0,d.jsx)("span",{className:"ml-auto text-xs text-zinc-500 dark:text-zinc-500",children:new Date(a.created_at).toLocaleString()}),(0,d.jsxs)("div",{className:"flex items-center gap-1 opacity-0 transition-opacity group-hover:opacity-100",children:[c&&(0,d.jsx)("button",{onClick:()=>c(a),className:"rounded p-1.5 text-zinc-500 hover:bg-zinc-100 hover:text-zinc-700 dark:text-zinc-400 dark:hover:bg-zinc-800 dark:hover:text-zinc-300",title:"Edit context item",children:(0,d.jsx)(h.A,{className:"h-3.5 w-3.5"})}),b&&(0,d.jsx)("button",{onClick:()=>b(a),className:"rounded p-1.5 text-zinc-500 hover:bg-red-50 hover:text-red-600 dark:text-zinc-400 dark:hover:bg-red-900/20 dark:hover:text-red-400",title:"Delete context item",children:(0,d.jsx)(i.A,{className:"h-3.5 w-3.5"})})]})]}),a.key&&(0,d.jsx)("div",{className:"mb-2 text-sm font-medium text-zinc-900 dark:text-zinc-50",children:a.key}),(0,d.jsx)("div",{className:"prose prose-sm prose-zinc dark:prose-invert max-w-none text-sm text-zinc-700 dark:text-zinc-300 break-words [&_pre]:overflow-x-auto [&_pre]:bg-zinc-100 [&_pre]:dark:bg-zinc-800 [&_pre]:text-zinc-800 [&_pre]:dark:text-zinc-200 [&_pre]:p-3 [&_pre]:rounded-lg [&_code]:bg-zinc-100 [&_code]:dark:bg-zinc-800 [&_code]:text-zinc-800 [&_code]:dark:text-zinc-200 [&_code]:px-1 [&_code]:py-0.5 [&_code]:rounded [&_code]:text-xs [&_table]:w-full [&_th]:bg-zinc-100 [&_th]:dark:bg-zinc-800 [&_th]:px-3 [&_th]:py-2 [&_td]:px-3 [&_td]:py-2 [&_td]:border-t [&_td]:border-zinc-200 [&_td]:dark:border-zinc-700",children:(0,d.jsx)(f.oz,{remarkPlugins:[g.A],children:r})}),q&&(0,d.jsx)("button",{onClick:()=>n(!m),className:"mt-3 flex items-center gap-1 text-xs font-medium text-teal-600 hover:text-teal-700 dark:text-teal-400 dark:hover:text-teal-300",children:m?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(j.A,{className:"h-3.5 w-3.5"}),"Show less"]}):(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(k.A,{className:"h-3.5 w-3.5"}),"Show more"]})}),a.updated_at!==a.created_at&&(0,d.jsxs)("div",{className:"mt-2 text-xs text-zinc-500 dark:text-zinc-500",children:["Updated: ",new Date(a.updated_at).toLocaleString()]})]})}},98446:(a,b,c)=>{"use strict";c.d(b,{SessionDetailHeader:()=>j});var d=c(370),e=c(63188),f=c(86887),g=c(50891),h=c(37074),i=c(78826);function j({sessionId:a,sessionName:b,sessionDescription:c,sessionStatus:j}){let k=(0,e.useRouter)(),l=async(b,c)=>{await fetch(`/api/sessions/${a}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({[b]:c})}),k.refresh()};return(0,d.jsxs)("div",{className:"flex flex-col gap-3 sm:flex-row sm:items-start sm:justify-between",children:[(0,d.jsxs)("div",{className:"flex gap-3 sm:gap-4 flex-1 min-w-0",children:[(0,d.jsx)("div",{className:"flex h-10 w-10 sm:h-12 sm:w-12 shrink-0 items-center justify-center rounded-lg bg-accent",children:(0,d.jsx)(f.A,{className:"h-5 w-5 sm:h-6 sm:w-6 text-accent-foreground"})}),(0,d.jsxs)("div",{className:"space-y-1 min-w-0 flex-1",children:[(0,d.jsx)(h.S,{value:b,onSave:a=>l("name",a),className:"text-2xl sm:text-3xl font-bold tracking-tight text-zinc-900 dark:text-zinc-50"}),c?(0,d.jsx)(h.S,{value:c,onSave:a=>l("description",a),className:"text-sm sm:text-base text-zinc-600 dark:text-zinc-400",multiline:!0}):(0,d.jsx)(h.S,{value:"",placeholder:"Add description...",onSave:a=>l("description",a),className:"text-sm sm:text-base text-zinc-400 dark:text-zinc-500"})]})]}),(0,d.jsxs)("div",{className:"flex items-center gap-2 self-start",children:[(0,d.jsx)(g.e,{sessionId:a,currentStatus:j}),(0,d.jsx)(i.A,{sessionId:a,sessionName:b,currentStatus:j,redirectOnDelete:"/dashboard/sessions"})]})]})}}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[2484,5938,7562,1285,3699,3280,5501,9453,6848,305,2165],()=>b(b.s=13863));module.exports=c})();
|
package/.next/standalone/dashboard/.next/server/app/dashboard/sessions/[id]/page.js.nft.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/segment.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/package.json","../../../../../../../package.json","../../../../../../node_modules/next","../../../../../../package.json","../../../../../package.json","../../../../chunks/
|
|
1
|
+
{"version":1,"files":["../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/client/components/app-router-headers.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/lib/client-and-server-references.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/lib/constants.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/lib/interop-default.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/lib/is-error.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/lib/semver-noop.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/lib/lru-cache.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/lib/trace/constants.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/load-manifest.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/response-cache/types.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/router/utils/app-paths.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/router/utils/html-bots.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/router/utils/interception-routes.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/router/utils/is-bot.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/segment.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../../node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/package.json","../../../../../../../package.json","../../../../../../node_modules/next","../../../../../../package.json","../../../../../package.json","../../../../chunks/1285.js","../../../../chunks/2165.js","../../../../chunks/2484.js","../../../../chunks/305.js","../../../../chunks/3280.js","../../../../chunks/3699.js","../../../../chunks/5501.js","../../../../chunks/5938.js","../../../../chunks/6848.js","../../../../chunks/7562.js","../../../../chunks/9453.js","../../../../webpack-runtime.js","page_client-reference-manifest.js"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/dashboard/sessions/[id]/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"607":{"*":{"id":"14289","name":"*","chunks":[],"async":false}},"632":{"*":{"id":"86730","name":"*","chunks":[],"async":false}},"808":{"*":{"id":"46850","name":"*","chunks":[],"async":false}},"1599":{"*":{"id":"63955","name":"*","chunks":[],"async":false}},"1770":{"*":{"id":"34344","name":"*","chunks":[],"async":false}},"1987":{"*":{"id":"56925","name":"*","chunks":[],"async":false}},"2054":{"*":{"id":"288","name":"*","chunks":[],"async":false}},"2532":{"*":{"id":"1360","name":"*","chunks":[],"async":false}},"3304":{"*":{"id":"14268","name":"*","chunks":[],"async":false}},"3628":{"*":{"id":"18510","name":"*","chunks":[],"async":false}},"3961":{"*":{"id":"44177","name":"*","chunks":[],"async":false}},"4456":{"*":{"id":"62036","name":"*","chunks":[],"async":false}},"5807":{"*":{"id":"71235","name":"*","chunks":[],"async":false}},"6045":{"*":{"id":"16953","name":"*","chunks":[],"async":false}},"6253":{"*":{"id":"8241","name":"*","chunks":[],"async":false}},"6281":{"*":{"id":"16429","name":"*","chunks":[],"async":false}},"6654":{"*":{"id":"11976","name":"*","chunks":[],"async":false}},"7545":{"*":{"id":"44619","name":"*","chunks":[],"async":false}},"8361":{"*":{"id":"83334","name":"*","chunks":[],"async":false}},"8572":{"*":{"id":"44428","name":"*","chunks":[],"async":false}},"8602":{"*":{"id":"71815","name":"*","chunks":[],"async":false}},"9100":{"*":{"id":"16472","name":"*","chunks":[],"async":false}},"9160":{"*":{"id":"36506","name":"*","chunks":[],"async":false}},"9997":{"*":{"id":"17816","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/client/components/builtin/global-error.js":{"id":9160,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":9160,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/client/components/client-page.js":{"id":6281,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/client/components/client-page.js":{"id":6281,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/client/components/client-segment.js":{"id":1987,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/client/components/client-segment.js":{"id":1987,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4456,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4456,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/client/components/layout-router.js":{"id":8572,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/client/components/layout-router.js":{"id":8572,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1770,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1770,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/lib/framework/boundary-components.js":{"id":3961,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":3961,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":9100,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":9100,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/providers/theme-provider.tsx":{"id":6045,"name":"*","chunks":["7177","static/chunks/app/layout-42e7e1064f322650.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":8313,"name":"*","chunks":["7177","static/chunks/app/layout-42e7e1064f322650.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/globals.css":{"id":7232,"name":"*","chunks":["7177","static/chunks/app/layout-42e7e1064f322650.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/dashboard-shell.tsx":{"id":6654,"name":"*","chunks":["3358","static/chunks/3358-be1dcb412e5a5840.js","7306","static/chunks/7306-029b4a3ee81879be.js","1954","static/chunks/app/dashboard/layout-9595c9185ebc25d2.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/session-filters.tsx":{"id":2532,"name":"*","chunks":["3358","static/chunks/3358-be1dcb412e5a5840.js","7306","static/chunks/7306-029b4a3ee81879be.js","6736","static/chunks/6736-2e5d92a3f8a9a938.js","5602","static/chunks/5602-de6be5d495e39d30.js","1719","static/chunks/app/dashboard/sessions/page-bce106da597ef37a.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/ui/local-date.tsx":{"id":2054,"name":"*","chunks":["3358","static/chunks/3358-be1dcb412e5a5840.js","9353","static/chunks/9353-01195b7436d6dd5e.js","7306","static/chunks/7306-029b4a3ee81879be.js","6736","static/chunks/6736-2e5d92a3f8a9a938.js","5602","static/chunks/5602-de6be5d495e39d30.js","399","static/chunks/app/dashboard/sessions/%5Bid%5D/page-1acf5db28461761f.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/client/app-dir/link.js":{"id":6253,"name":"*","chunks":["3358","static/chunks/3358-be1dcb412e5a5840.js","9353","static/chunks/9353-01195b7436d6dd5e.js","7306","static/chunks/7306-029b4a3ee81879be.js","6736","static/chunks/6736-2e5d92a3f8a9a938.js","5602","static/chunks/5602-de6be5d495e39d30.js","399","static/chunks/app/dashboard/sessions/%5Bid%5D/page-1acf5db28461761f.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/client/app-dir/link.js":{"id":6253,"name":"*","chunks":["3358","static/chunks/3358-be1dcb412e5a5840.js","9353","static/chunks/9353-01195b7436d6dd5e.js","7306","static/chunks/7306-029b4a3ee81879be.js","6736","static/chunks/6736-2e5d92a3f8a9a938.js","5602","static/chunks/5602-de6be5d495e39d30.js","399","static/chunks/app/dashboard/sessions/%5Bid%5D/page-1acf5db28461761f.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/projects/project-card.tsx":{"id":8361,"name":"*","chunks":["3358","static/chunks/3358-be1dcb412e5a5840.js","7306","static/chunks/7306-029b4a3ee81879be.js","6736","static/chunks/6736-2e5d92a3f8a9a938.js","5105","static/chunks/app/dashboard/page-e7dfa69451ac3cf4.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/projects/projects-header.tsx":{"id":808,"name":"*","chunks":["3358","static/chunks/3358-be1dcb412e5a5840.js","7306","static/chunks/7306-029b4a3ee81879be.js","6736","static/chunks/6736-2e5d92a3f8a9a938.js","5105","static/chunks/app/dashboard/page-e7dfa69451ac3cf4.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/memory-client.tsx":{"id":9997,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/context-item-card.tsx":{"id":3304,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/session-card-content.tsx":{"id":5807,"name":"*","chunks":["3358","static/chunks/3358-be1dcb412e5a5840.js","7306","static/chunks/7306-029b4a3ee81879be.js","6736","static/chunks/6736-2e5d92a3f8a9a938.js","5602","static/chunks/5602-de6be5d495e39d30.js","1719","static/chunks/app/dashboard/sessions/page-bce106da597ef37a.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/active-agents-section.tsx":{"id":607,"name":"*","chunks":["3358","static/chunks/3358-be1dcb412e5a5840.js","9353","static/chunks/9353-01195b7436d6dd5e.js","7306","static/chunks/7306-029b4a3ee81879be.js","6736","static/chunks/6736-2e5d92a3f8a9a938.js","5602","static/chunks/5602-de6be5d495e39d30.js","399","static/chunks/app/dashboard/sessions/%5Bid%5D/page-1acf5db28461761f.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/checkpoint-list.tsx":{"id":1599,"name":"*","chunks":["3358","static/chunks/3358-be1dcb412e5a5840.js","9353","static/chunks/9353-01195b7436d6dd5e.js","7306","static/chunks/7306-029b4a3ee81879be.js","6736","static/chunks/6736-2e5d92a3f8a9a938.js","5602","static/chunks/5602-de6be5d495e39d30.js","399","static/chunks/app/dashboard/sessions/%5Bid%5D/page-1acf5db28461761f.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/context-items-section.tsx":{"id":8602,"name":"*","chunks":["3358","static/chunks/3358-be1dcb412e5a5840.js","9353","static/chunks/9353-01195b7436d6dd5e.js","7306","static/chunks/7306-029b4a3ee81879be.js","6736","static/chunks/6736-2e5d92a3f8a9a938.js","5602","static/chunks/5602-de6be5d495e39d30.js","399","static/chunks/app/dashboard/sessions/%5Bid%5D/page-1acf5db28461761f.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/session-detail-header.tsx":{"id":3628,"name":"*","chunks":["3358","static/chunks/3358-be1dcb412e5a5840.js","9353","static/chunks/9353-01195b7436d6dd5e.js","7306","static/chunks/7306-029b4a3ee81879be.js","6736","static/chunks/6736-2e5d92a3f8a9a938.js","5602","static/chunks/5602-de6be5d495e39d30.js","399","static/chunks/app/dashboard/sessions/%5Bid%5D/page-1acf5db28461761f.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/issues-client.tsx":{"id":7545,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/plans-client.tsx":{"id":632,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/":[],"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/layout":[{"inlined":false,"path":"static/css/081a0afca5a9bd20.css"},{"inlined":false,"path":"static/css/c16512ce6b93e2df.css"}],"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/page":[],"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/dashboard/layout":[],"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/dashboard/page":[],"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/dashboard/sessions/page":[],"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/dashboard/sessions/[id]/page":[]},"rscModuleMapping":{"607":{"*":{"id":"14171","name":"*","chunks":[],"async":false}},"632":{"*":{"id":"82506","name":"*","chunks":[],"async":false}},"808":{"*":{"id":"8758","name":"*","chunks":[],"async":false}},"1599":{"*":{"id":"64199","name":"*","chunks":[],"async":false}},"1770":{"*":{"id":"16826","name":"*","chunks":[],"async":false}},"1987":{"*":{"id":"12583","name":"*","chunks":[],"async":false}},"2054":{"*":{"id":"10318","name":"*","chunks":[],"async":false}},"2532":{"*":{"id":"26686","name":"*","chunks":[],"async":false}},"3304":{"*":{"id":"84358","name":"*","chunks":[],"async":false}},"3628":{"*":{"id":"28828","name":"*","chunks":[],"async":false}},"3961":{"*":{"id":"39647","name":"*","chunks":[],"async":false}},"4456":{"*":{"id":"41770","name":"*","chunks":[],"async":false}},"5807":{"*":{"id":"9953","name":"*","chunks":[],"async":false}},"6045":{"*":{"id":"17823","name":"*","chunks":[],"async":false}},"6253":{"*":{"id":"38895","name":"*","chunks":[],"async":false}},"6281":{"*":{"id":"52043","name":"*","chunks":[],"async":false}},"6654":{"*":{"id":"91013","name":"*","chunks":[],"async":false}},"7232":{"*":{"id":"94677","name":"*","chunks":[],"async":false}},"7545":{"*":{"id":"45540","name":"*","chunks":[],"async":false}},"8361":{"*":{"id":"18114","name":"*","chunks":[],"async":false}},"8572":{"*":{"id":"6686","name":"*","chunks":[],"async":false}},"8602":{"*":{"id":"43316","name":"*","chunks":[],"async":false}},"9100":{"*":{"id":"68842","name":"*","chunks":[],"async":false}},"9160":{"*":{"id":"71488","name":"*","chunks":[],"async":false}},"9997":{"*":{"id":"32031","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"1770":{"*":{"id":"34344","name":"*","chunks":[],"async":false}},"1987":{"*":{"id":"56925","name":"*","chunks":[],"async":false}},"3961":{"*":{"id":"44177","name":"*","chunks":[],"async":false}},"4456":{"*":{"id":"62036","name":"*","chunks":[],"async":false}},"6253":{"*":{"id":"8241","name":"*","chunks":[],"async":false}},"6281":{"*":{"id":"16429","name":"*","chunks":[],"async":false}},"8572":{"*":{"id":"44428","name":"*","chunks":[],"async":false}},"9100":{"*":{"id":"16472","name":"*","chunks":[],"async":false}},"9160":{"*":{"id":"36506","name":"*","chunks":[],"async":false}}}}
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/dashboard/sessions/[id]/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"148":{"*":{"id":"87312","name":"*","chunks":[],"async":false}},"400":{"*":{"id":"94000","name":"*","chunks":[],"async":false}},"625":{"*":{"id":"30839","name":"*","chunks":[],"async":false}},"904":{"*":{"id":"98060","name":"*","chunks":[],"async":false}},"1770":{"*":{"id":"34344","name":"*","chunks":[],"async":false}},"1987":{"*":{"id":"56925","name":"*","chunks":[],"async":false}},"2054":{"*":{"id":"288","name":"*","chunks":[],"async":false}},"2613":{"*":{"id":"80781","name":"*","chunks":[],"async":false}},"2633":{"*":{"id":"73639","name":"*","chunks":[],"async":false}},"2879":{"*":{"id":"85763","name":"*","chunks":[],"async":false}},"3045":{"*":{"id":"95813","name":"*","chunks":[],"async":false}},"3116":{"*":{"id":"98446","name":"*","chunks":[],"async":false}},"3655":{"*":{"id":"4255","name":"*","chunks":[],"async":false}},"3921":{"*":{"id":"49409","name":"*","chunks":[],"async":false}},"3961":{"*":{"id":"44177","name":"*","chunks":[],"async":false}},"4456":{"*":{"id":"62036","name":"*","chunks":[],"async":false}},"4620":{"*":{"id":"88830","name":"*","chunks":[],"async":false}},"4682":{"*":{"id":"87904","name":"*","chunks":[],"async":false}},"4838":{"*":{"id":"42915","name":"*","chunks":[],"async":false}},"6045":{"*":{"id":"16953","name":"*","chunks":[],"async":false}},"6253":{"*":{"id":"8241","name":"*","chunks":[],"async":false}},"6281":{"*":{"id":"16429","name":"*","chunks":[],"async":false}},"7931":{"*":{"id":"14559","name":"*","chunks":[],"async":false}},"8572":{"*":{"id":"44428","name":"*","chunks":[],"async":false}},"8810":{"*":{"id":"81161","name":"*","chunks":[],"async":false}},"9100":{"*":{"id":"16472","name":"*","chunks":[],"async":false}},"9160":{"*":{"id":"36506","name":"*","chunks":[],"async":false}},"9257":{"*":{"id":"65277","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/client/components/builtin/global-error.js":{"id":9160,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":9160,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/client/components/client-page.js":{"id":6281,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/client/components/client-page.js":{"id":6281,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/client/components/client-segment.js":{"id":1987,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/client/components/client-segment.js":{"id":1987,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":4456,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":4456,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/client/components/layout-router.js":{"id":8572,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/client/components/layout-router.js":{"id":8572,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/client/components/render-from-template-context.js":{"id":1770,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":1770,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/lib/framework/boundary-components.js":{"id":3961,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":3961,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":9100,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":9100,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/providers/theme-provider.tsx":{"id":6045,"name":"*","chunks":["7177","static/chunks/app/layout-42e7e1064f322650.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/font/google/target.css?{\"path\":\"app/layout.tsx\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":8313,"name":"*","chunks":["7177","static/chunks/app/layout-42e7e1064f322650.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/globals.css":{"id":7232,"name":"*","chunks":["7177","static/chunks/app/layout-42e7e1064f322650.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/layout/dashboard-shell.tsx":{"id":3921,"name":"*","chunks":["7231","static/chunks/7231-2858745006ed7941.js","6253","static/chunks/6253-3a87f096650ed888.js","7931","static/chunks/7931-5db2f8149e1c85c9.js","1954","static/chunks/app/dashboard/layout-04fbd7bd3d3dc9e7.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/ui/error-boundary.tsx":{"id":2633,"name":"*","chunks":["7231","static/chunks/7231-2858745006ed7941.js","6253","static/chunks/6253-3a87f096650ed888.js","7931","static/chunks/7931-5db2f8149e1c85c9.js","1954","static/chunks/app/dashboard/layout-04fbd7bd3d3dc9e7.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/sonner/dist/index.mjs":{"id":7931,"name":"*","chunks":["7231","static/chunks/7231-2858745006ed7941.js","6253","static/chunks/6253-3a87f096650ed888.js","7931","static/chunks/7931-5db2f8149e1c85c9.js","1954","static/chunks/app/dashboard/layout-04fbd7bd3d3dc9e7.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/projects/project-card.tsx":{"id":3045,"name":"*","chunks":["7231","static/chunks/7231-2858745006ed7941.js","6253","static/chunks/6253-3a87f096650ed888.js","6871","static/chunks/6871-39fae3b2d325cb39.js","2317","static/chunks/2317-3a29f083f6539f97.js","5105","static/chunks/app/dashboard/page-e8a01bea3ff5fec3.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/projects/projects-header.tsx":{"id":8810,"name":"*","chunks":["7231","static/chunks/7231-2858745006ed7941.js","6253","static/chunks/6253-3a87f096650ed888.js","6871","static/chunks/6871-39fae3b2d325cb39.js","2317","static/chunks/2317-3a29f083f6539f97.js","5105","static/chunks/app/dashboard/page-e8a01bea3ff5fec3.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/checkpoints/list/checkpoint-list.tsx":{"id":4682,"name":"*","chunks":["7231","static/chunks/7231-2858745006ed7941.js","6253","static/chunks/6253-3a87f096650ed888.js","6871","static/chunks/6871-39fae3b2d325cb39.js","7931","static/chunks/7931-5db2f8149e1c85c9.js","690","static/chunks/690-195148c04e2ceb01.js","2317","static/chunks/2317-3a29f083f6539f97.js","7419","static/chunks/7419-fc863e98024c0abb.js","399","static/chunks/app/dashboard/sessions/%5Bid%5D/page-e896f797e955bab3.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/context/list/context-items-section.tsx":{"id":2613,"name":"*","chunks":["7231","static/chunks/7231-2858745006ed7941.js","6253","static/chunks/6253-3a87f096650ed888.js","6871","static/chunks/6871-39fae3b2d325cb39.js","7931","static/chunks/7931-5db2f8149e1c85c9.js","690","static/chunks/690-195148c04e2ceb01.js","2317","static/chunks/2317-3a29f083f6539f97.js","7419","static/chunks/7419-fc863e98024c0abb.js","399","static/chunks/app/dashboard/sessions/%5Bid%5D/page-e896f797e955bab3.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/sessions/detail/session-detail-header.tsx":{"id":3116,"name":"*","chunks":["7231","static/chunks/7231-2858745006ed7941.js","6253","static/chunks/6253-3a87f096650ed888.js","6871","static/chunks/6871-39fae3b2d325cb39.js","7931","static/chunks/7931-5db2f8149e1c85c9.js","690","static/chunks/690-195148c04e2ceb01.js","2317","static/chunks/2317-3a29f083f6539f97.js","7419","static/chunks/7419-fc863e98024c0abb.js","399","static/chunks/app/dashboard/sessions/%5Bid%5D/page-e896f797e955bab3.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/sessions/session-events.tsx":{"id":4620,"name":"*","chunks":["7231","static/chunks/7231-2858745006ed7941.js","6253","static/chunks/6253-3a87f096650ed888.js","6871","static/chunks/6871-39fae3b2d325cb39.js","7931","static/chunks/7931-5db2f8149e1c85c9.js","690","static/chunks/690-195148c04e2ceb01.js","2317","static/chunks/2317-3a29f083f6539f97.js","7419","static/chunks/7419-fc863e98024c0abb.js","399","static/chunks/app/dashboard/sessions/%5Bid%5D/page-e896f797e955bab3.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/shared/active-agents-section.tsx":{"id":9257,"name":"*","chunks":["7231","static/chunks/7231-2858745006ed7941.js","6253","static/chunks/6253-3a87f096650ed888.js","6871","static/chunks/6871-39fae3b2d325cb39.js","7931","static/chunks/7931-5db2f8149e1c85c9.js","690","static/chunks/690-195148c04e2ceb01.js","2317","static/chunks/2317-3a29f083f6539f97.js","7419","static/chunks/7419-fc863e98024c0abb.js","399","static/chunks/app/dashboard/sessions/%5Bid%5D/page-e896f797e955bab3.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/ui/local-date.tsx":{"id":2054,"name":"*","chunks":["7231","static/chunks/7231-2858745006ed7941.js","6253","static/chunks/6253-3a87f096650ed888.js","6871","static/chunks/6871-39fae3b2d325cb39.js","7931","static/chunks/7931-5db2f8149e1c85c9.js","690","static/chunks/690-195148c04e2ceb01.js","2317","static/chunks/2317-3a29f083f6539f97.js","7419","static/chunks/7419-fc863e98024c0abb.js","399","static/chunks/app/dashboard/sessions/%5Bid%5D/page-e896f797e955bab3.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/client/app-dir/link.js":{"id":6253,"name":"*","chunks":["7231","static/chunks/7231-2858745006ed7941.js","6253","static/chunks/6253-3a87f096650ed888.js","6871","static/chunks/6871-39fae3b2d325cb39.js","7931","static/chunks/7931-5db2f8149e1c85c9.js","690","static/chunks/690-195148c04e2ceb01.js","2317","static/chunks/2317-3a29f083f6539f97.js","7419","static/chunks/7419-fc863e98024c0abb.js","399","static/chunks/app/dashboard/sessions/%5Bid%5D/page-e896f797e955bab3.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/node_modules/.pnpm/next@16.1.1_react-dom@19.2.1_react@19.2.1__react@19.2.1/node_modules/next/dist/esm/client/app-dir/link.js":{"id":6253,"name":"*","chunks":["7231","static/chunks/7231-2858745006ed7941.js","6253","static/chunks/6253-3a87f096650ed888.js","6871","static/chunks/6871-39fae3b2d325cb39.js","7931","static/chunks/7931-5db2f8149e1c85c9.js","690","static/chunks/690-195148c04e2ceb01.js","2317","static/chunks/2317-3a29f083f6539f97.js","7419","static/chunks/7419-fc863e98024c0abb.js","399","static/chunks/app/dashboard/sessions/%5Bid%5D/page-e896f797e955bab3.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/memory/list/memory-client.tsx":{"id":625,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/plans/list/plans-client.tsx":{"id":400,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/context/shared/context-item-card.tsx":{"id":904,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/sessions/detail/session-card-content.tsx":{"id":2879,"name":"*","chunks":["7231","static/chunks/7231-2858745006ed7941.js","6253","static/chunks/6253-3a87f096650ed888.js","6871","static/chunks/6871-39fae3b2d325cb39.js","7931","static/chunks/7931-5db2f8149e1c85c9.js","2317","static/chunks/2317-3a29f083f6539f97.js","7419","static/chunks/7419-fc863e98024c0abb.js","1719","static/chunks/app/dashboard/sessions/page-063c02fe0a0ee366.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/sessions/list/session-filters.tsx":{"id":4838,"name":"*","chunks":["7231","static/chunks/7231-2858745006ed7941.js","6253","static/chunks/6253-3a87f096650ed888.js","6871","static/chunks/6871-39fae3b2d325cb39.js","7931","static/chunks/7931-5db2f8149e1c85c9.js","2317","static/chunks/2317-3a29f083f6539f97.js","7419","static/chunks/7419-fc863e98024c0abb.js","1719","static/chunks/app/dashboard/sessions/page-063c02fe0a0ee366.js"],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/dashboard/issues/[issueId]/client.tsx":{"id":148,"name":"*","chunks":[],"async":false},"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/components/dashboard/issues/list/issues-list.tsx":{"id":3655,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/":[],"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/layout":[{"inlined":false,"path":"static/css/081a0afca5a9bd20.css"},{"inlined":false,"path":"static/css/a436f2864c069668.css"}],"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/page":[],"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/dashboard/layout":[],"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/dashboard/page":[],"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/dashboard/sessions/page":[],"/Users/shane/code/dev/savecontext-mono/savecontext/dashboard/app/dashboard/sessions/[id]/page":[]},"rscModuleMapping":{"148":{"*":{"id":"25906","name":"*","chunks":[],"async":false}},"400":{"*":{"id":"1518","name":"*","chunks":[],"async":false}},"625":{"*":{"id":"49518","name":"*","chunks":[],"async":false}},"904":{"*":{"id":"98910","name":"*","chunks":[],"async":false}},"1770":{"*":{"id":"16826","name":"*","chunks":[],"async":false}},"1987":{"*":{"id":"12583","name":"*","chunks":[],"async":false}},"2054":{"*":{"id":"10318","name":"*","chunks":[],"async":false}},"2613":{"*":{"id":"74459","name":"*","chunks":[],"async":false}},"2633":{"*":{"id":"14557","name":"*","chunks":[],"async":false}},"2879":{"*":{"id":"78921","name":"*","chunks":[],"async":false}},"3045":{"*":{"id":"18114","name":"*","chunks":[],"async":false}},"3116":{"*":{"id":"79828","name":"*","chunks":[],"async":false}},"3655":{"*":{"id":"94091","name":"*","chunks":[],"async":false}},"3921":{"*":{"id":"33404","name":"*","chunks":[],"async":false}},"3961":{"*":{"id":"39647","name":"*","chunks":[],"async":false}},"4456":{"*":{"id":"41770","name":"*","chunks":[],"async":false}},"4620":{"*":{"id":"4520","name":"*","chunks":[],"async":false}},"4682":{"*":{"id":"23252","name":"*","chunks":[],"async":false}},"4838":{"*":{"id":"26181","name":"*","chunks":[],"async":false}},"6045":{"*":{"id":"17823","name":"*","chunks":[],"async":false}},"6253":{"*":{"id":"38895","name":"*","chunks":[],"async":false}},"6281":{"*":{"id":"52043","name":"*","chunks":[],"async":false}},"7232":{"*":{"id":"94677","name":"*","chunks":[],"async":false}},"7931":{"*":{"id":"53341","name":"*","chunks":[],"async":false}},"8572":{"*":{"id":"6686","name":"*","chunks":[],"async":false}},"8810":{"*":{"id":"8758","name":"*","chunks":[],"async":false}},"9100":{"*":{"id":"68842","name":"*","chunks":[],"async":false}},"9160":{"*":{"id":"71488","name":"*","chunks":[],"async":false}},"9257":{"*":{"id":"53367","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"1770":{"*":{"id":"34344","name":"*","chunks":[],"async":false}},"1987":{"*":{"id":"56925","name":"*","chunks":[],"async":false}},"3961":{"*":{"id":"44177","name":"*","chunks":[],"async":false}},"4456":{"*":{"id":"62036","name":"*","chunks":[],"async":false}},"6253":{"*":{"id":"8241","name":"*","chunks":[],"async":false}},"6281":{"*":{"id":"16429","name":"*","chunks":[],"async":false}},"7931":{"*":{"id":"14559","name":"*","chunks":[],"async":false}},"8572":{"*":{"id":"44428","name":"*","chunks":[],"async":false}},"9100":{"*":{"id":"16472","name":"*","chunks":[],"async":false}},"9160":{"*":{"id":"36506","name":"*","chunks":[],"async":false}}}}
|