fleetlens 1.0.0 → 1.0.2
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/app/apps/web/.next/BUILD_ID +1 -1
- package/app/apps/web/.next/app-path-routes-manifest.json +1 -0
- package/app/apps/web/.next/build-manifest.json +3 -3
- package/app/apps/web/.next/prerender-manifest.json +3 -3
- package/app/apps/web/.next/routes-manifest.json +6 -0
- package/app/apps/web/.next/server/app/_global-error.html +1 -1
- package/app/apps/web/.next/server/app/_global-error.rsc +1 -1
- package/app/apps/web/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/app/apps/web/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/app/apps/web/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/app/apps/web/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/app/apps/web/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/app/apps/web/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/agent/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/agent/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/api/agent/chats/[id]/messages/route.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/api/agent/index/route.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/api/agent/mcp/route.js +3 -3
- package/app/apps/web/.next/server/app/api/agent/mcp/route.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/api/agent/suggestions/route.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/api/ask/route.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/api/digest/day/[date]/route.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/api/digest/month/[yearMonth]/route.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/api/digest/month-index/route.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/api/digest/week/[startDate]/route.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/api/digest/week-index/route.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/api/health/route/app-paths-manifest.json +3 -0
- package/app/apps/web/.next/server/app/api/health/route/build-manifest.json +9 -0
- package/app/apps/web/.next/server/app/api/health/route/server-reference-manifest.json +4 -0
- package/app/apps/web/.next/server/app/api/health/route.js +7 -0
- package/app/apps/web/.next/server/app/api/health/route.js.map +5 -0
- package/app/apps/web/.next/server/app/api/health/route.js.nft.json +1 -0
- package/app/apps/web/.next/server/app/api/health/route_client-reference-manifest.js +3 -0
- package/app/apps/web/.next/server/app/api/pdf/[key]/route.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/api/projects/open-folder/route.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/api/runs/[runId]/route.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/api/runs/[runId]/stream/route.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/api/settings/credentials/route.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/api/settings/route.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/changelog/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/changelog/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/day/[date]/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/day/[date]/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/day/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/day/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/digest/[date]/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/digest/[date]/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/digest/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/digest/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/insights/[key]/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/insights/[key]/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/insights/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/insights/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/parallelism/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/parallelism/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/print/[key]/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/print/[key]/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/projects/[slug]/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/projects/[slug]/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/projects/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/projects/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/runs/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/runs/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/sessions/[id]/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/sessions/[id]/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/sessions/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/sessions/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/settings/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/team/onboarding/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/team/onboarding/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/team/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/team/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app/usage/page.js.nft.json +1 -1
- package/app/apps/web/.next/server/app/usage/page_client-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/app-paths-manifest.json +1 -0
- package/app/apps/web/.next/server/chunks/[root-of-the-server]__02.51sr._.js +3 -0
- package/app/apps/web/.next/server/chunks/[root-of-the-server]__06irs4z._.js +3 -0
- package/app/apps/web/.next/server/chunks/apps_web__next-internal_server_app_api_health_route_actions_08i7v0h.js +3 -0
- package/app/apps/web/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0sr4wr_.js +3 -3
- package/app/apps/web/.next/server/chunks/ssr/_0k8yioi._.js +1 -1
- package/app/apps/web/.next/server/chunks/ssr/apps_web_lib_changelog_ts_0n7_p1d._.js +1 -1
- package/app/apps/web/.next/server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js +1 -1
- package/app/apps/web/.next/server/functions-config-manifest.json +1 -0
- package/app/apps/web/.next/server/middleware-build-manifest.js +3 -3
- package/app/apps/web/.next/server/middleware-manifest.json +5 -5
- package/app/apps/web/.next/server/pages/500.html +1 -1
- package/app/apps/web/.next/server/server-reference-manifest.js +1 -1
- package/app/apps/web/.next/server/server-reference-manifest.json +1 -1
- package/app/apps/web/.next/static/chunks/0dqhn7-3.038l.js +14 -0
- package/app/apps/web/app/api/health/route.ts +12 -0
- package/app/apps/web/lib/changelog-data.generated.ts +1 -1
- package/app/apps/web/package.json +1 -1
- package/app/apps/web/tsconfig.tsbuildinfo +1 -1
- package/dist/daemon-worker.js +296 -18
- package/dist/index.js +46 -15
- package/menubar/Fleetlens.app/Contents/Info.plist +2 -2
- package/menubar/Fleetlens.app/Contents/MacOS/FleetlensMenubar +0 -0
- package/package.json +1 -1
- package/app/apps/web/.next/server/chunks/[root-of-the-server]__0sbhe0s._.js +0 -3
- package/app/apps/web/.next/static/chunks/18c7gd5.b8gfc.js +0 -14
- /package/app/apps/web/.next/static/{mSM83A_ktoKiZ6y_p7wNk → zyhoVMC9iNC5vofPFRY6z}/_buildManifest.js +0 -0
- /package/app/apps/web/.next/static/{mSM83A_ktoKiZ6y_p7wNk → zyhoVMC9iNC5vofPFRY6z}/_clientMiddlewareManifest.js +0 -0
- /package/app/apps/web/.next/static/{mSM83A_ktoKiZ6y_p7wNk → zyhoVMC9iNC5vofPFRY6z}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":1,"files":["../../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../../node_modules/@swc/helpers/package.json","../../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../../node_modules/next/dist/client/lib/console.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../../node_modules/next/dist/server/node-environment.js","../../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../../node_modules/next/dist/server/require-hook.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../node_modules/react/cjs/react.development.js","../../../../../../node_modules/react/cjs/react.production.js","../../../../../../node_modules/react/index.js","../../../../../../node_modules/react/package.json","../../../../app/agent/page.tsx","../../../../app/api/agent/chats/[id]/events/route.ts","../../../../app/api/agent/chats/[id]/messages/route.ts","../../../../app/api/agent/chats/[id]/route.ts","../../../../app/api/agent/chats/[id]/stop/route.ts","../../../../app/api/agent/chats/route.ts","../../../../app/api/agent/index/route.ts","../../../../app/api/agent/mcp/route.ts","../../../../app/api/agent/suggestions/route.ts","../../../../app/api/ask/route.ts","../../../../app/api/digest/_shared/digest-route-helpers.ts","../../../../app/api/digest/day/[date]/route.ts","../../../../app/api/digest/month-index/route.ts","../../../../app/api/digest/month/[yearMonth]/route.ts","../../../../app/api/digest/week-index/route.ts","../../../../app/api/digest/week/[startDate]/route.ts","../../../../app/api/events/route.ts","../../../../app/api/jobs/route.ts","../../../../app/api/menubar/route.ts","../../../../app/api/pdf/[key]/route.ts","../../../../app/api/projects/open-folder/route.ts","../../../../app/api/runs/[runId]/route.ts","../../../../app/api/runs/[runId]/stream/route.ts","../../../../app/api/runs/route.ts","../../../../app/api/settings/credentials/route.ts","../../../../app/api/settings/route.ts","../../../../app/api/team/autostart/route.ts","../../../../app/api/team/onboarding/start/route.ts","../../../../app/api/team/sync-projects/route.ts","../../../../app/api/team/sync/route.ts","../../../../app/api/workflow-agent/route.ts","../../../../app/changelog/page.tsx","../../../../app/day/[date]/day-view.tsx","../../../../app/day/[date]/page.tsx","../../../../app/day/page.tsx","../../../../app/digest/[date]/page.tsx","../../../../app/digest/page.tsx","../../../../app/globals.css","../../../../app/icon.svg","../../../../app/insights/[key]/page.tsx","../../../../app/insights/page.tsx","../../../../app/layout.tsx","../../../../app/page.tsx","../../../../app/parallelism/burst-detail-modal.tsx","../../../../app/parallelism/concurrency-info-modal.tsx","../../../../app/parallelism/date-nav.tsx","../../../../app/parallelism/gantt-chart-utils.ts","../../../../app/parallelism/gantt-chart.tsx","../../../../app/parallelism/page.tsx","../../../../app/print/[key]/page.tsx","../../../../app/projects/[slug]/local-folders-button.tsx","../../../../app/projects/[slug]/page.tsx","../../../../app/projects/page.tsx","../../../../app/projects/projects-view.tsx","../../../../app/runs/page.tsx","../../../../app/sessions/[id]/page.tsx","../../../../app/sessions/[id]/session-view.tsx","../../../../app/sessions/[id]/session-view/colors.ts","../../../../app/sessions/[id]/session-view/debug-list.tsx","../../../../app/sessions/[id]/session-view/drawer.tsx","../../../../app/sessions/[id]/session-view/entry-day-strip.tsx","../../../../app/sessions/[id]/session-view/header-stats.tsx","../../../../app/sessions/[id]/session-view/helpers.ts","../../../../app/sessions/[id]/session-view/minimap.tsx","../../../../app/sessions/[id]/session-view/subagent-drawer.tsx","../../../../app/sessions/[id]/session-view/token-stats.tsx","../../../../app/sessions/[id]/session-view/tooltip.tsx","../../../../app/sessions/[id]/session-view/types.ts","../../../../app/sessions/[id]/session-view/workflows-panel.tsx","../../../../app/sessions/[id]/session-view/workflows-shared.tsx","../../../../app/sessions/[id]/team-tab/adapter.ts","../../../../app/sessions/[id]/team-tab/format.ts","../../../../app/sessions/[id]/team-tab/minimap-hover-card.tsx","../../../../app/sessions/[id]/team-tab/minimap-idle-band.tsx","../../../../app/sessions/[id]/team-tab/minimap-shared.ts","../../../../app/sessions/[id]/team-tab/team-minimap.tsx","../../../../app/sessions/[id]/team-tab/team-tab-client.tsx","../../../../app/sessions/[id]/team-tab/team-table.tsx","../../../../app/sessions/[id]/team-tab/turn-drawer.tsx","../../../../app/sessions/[id]/tool-cards.tsx","../../../../app/sessions/[id]/turn-steps.tsx","../../../../app/sessions/page.tsx","../../../../app/sessions/sessions-grid.tsx","../../../../app/settings/ai-features-form.tsx","../../../../app/settings/page.tsx","../../../../app/team/force-sync-button.tsx","../../../../app/team/onboarding/onboarding-wizard.tsx","../../../../app/team/onboarding/page.tsx","../../../../app/team/page.tsx","../../../../app/team/sync-activity-section.tsx","../../../../app/team/synced-projects-form.tsx","../../../../app/team/synced-projects-section.tsx","../../../../app/usage/page.tsx","../../../../components/activity-chart.tsx","../../../../components/agent-badge.tsx","../../../../components/agent-chat.tsx","../../../../components/agent-icon.tsx","../../../../components/agent-mix-chip.tsx","../../../../components/ask.tsx","../../../../components/auto-generate-yesterday.tsx","../../../../components/autostart-toggle.tsx","../../../../components/backfill-drawer.tsx","../../../../components/changelog-icon.tsx","../../../../components/changelog-mark-read.tsx","../../../../components/dashboard-view.tsx","../../../../components/data-table.tsx","../../../../components/date-nav.tsx","../../../../components/date-range-filter.tsx","../../../../components/date-range-picker.tsx","../../../../components/day-digest-view.tsx","../../../../components/day-digest.tsx","../../../../components/digest-actions.tsx","../../../../components/export-pdf-button.tsx","../../../../components/flag-chip.tsx","../../../../components/goal-bar.tsx","../../../../components/heatmap.tsx","../../../../components/helpfulness-sparkline.tsx","../../../../components/insights-history.tsx","../../../../components/insights-top-bar.tsx","../../../../components/job-queue-widget.tsx","../../../../components/live-badge.tsx","../../../../components/live-refresher.tsx","../../../../components/live-sessions-widget.tsx","../../../../components/menubar-install-banner.tsx","../../../../components/menubar-install.tsx","../../../../components/metric-card.tsx","../../../../components/month-digest-view.tsx","../../../../components/month-digest.tsx","../../../../components/optional-chart.tsx","../../../../components/outcome-mix-row.tsx","../../../../components/outcome-pill.tsx","../../../../components/parallel-runs-strip.tsx","../../../../components/previous-cycles-trend.tsx","../../../../components/project-sync-picker.tsx","../../../../components/recent-days-panel.tsx","../../../../components/runs-live-board.tsx","../../../../components/searchable-select.tsx","../../../../components/sidebar.tsx","../../../../components/tail-mode.tsx","../../../../components/team-badge.tsx","../../../../components/team-chip.tsx","../../../../components/team-welcome-banner.tsx","../../../../components/theme-toggle.tsx","../../../../components/usage-chart-range.tsx","../../../../components/usage-chart.tsx","../../../../components/usage-charts-dashboard.tsx","../../../../components/usage-gauges.tsx","../../../../components/usage-sidebar.tsx","../../../../components/view-toggle.tsx","../../../../components/week-digest-view.tsx","../../../../components/week-digest.tsx","../../../../components/yesterday-hero.tsx","../../../../components/zai-credentials-form.tsx","../../../../eslint.config.mjs","../../../../lib/agent/chat-model.ts","../../../../lib/agent/chat-store.test.ts","../../../../lib/agent/chat-store.ts","../../../../lib/agent/extract.test.ts","../../../../lib/agent/extract.ts","../../../../lib/agent/index-store.ts","../../../../lib/agent/links.test.ts","../../../../lib/agent/links.ts","../../../../lib/agent/mcp.test.ts","../../../../lib/agent/mcp.ts","../../../../lib/agent/prompt.test.ts","../../../../lib/agent/prompt.ts","../../../../lib/agent/run.ts","../../../../lib/agent/search.test.ts","../../../../lib/agent/search.ts","../../../../lib/agent/suggestions.test.ts","../../../../lib/agent/suggestions.ts","../../../../lib/agent/tools.test.ts","../../../../lib/agent/tools.ts","../../../../lib/agent/types.ts","../../../../lib/ai/chrome-pdf.ts","../../../../lib/ai/session-summary.ts","../../../../lib/autostart-data.ts","../../../../lib/calibration-data.ts","../../../../lib/changelog-data.generated.ts","../../../../lib/changelog.ts","../../../../lib/cycle-peaks.test.ts","../../../../lib/cycle-peaks.ts","../../../../lib/daemon-lifecycle.test.ts","../../../../lib/daemon-lifecycle.ts","../../../../lib/data.ts","../../../../lib/date-range.ts","../../../../lib/entries-index.ts","../../../../lib/entries.ts","../../../../lib/find-chrome.ts","../../../../lib/format.test.ts","../../../../lib/format.ts","../../../../lib/inflight-coalesce.test.ts","../../../../lib/inflight-coalesce.ts","../../../../lib/jobs.ts","../../../../lib/menubar-data.ts","../../../../lib/sync-projects-data.ts","../../../../lib/team-config.ts","../../../../lib/team-data.test.ts","../../../../lib/team-data.ts","../../../../lib/team-health.test.ts","../../../../lib/team-health.ts","../../../../lib/usage-data.ts","../../../../lib/usage-display.test.ts","../../../../lib/usage-display.ts","../../../../lib/use-live-events.ts","../../../../lib/use-persistent-boolean.ts","../../../../lib/utilization-tone.test.ts","../../../../lib/utilization-tone.ts","../../../../lib/validate-settings.test.ts","../../../../lib/validate-settings.ts","../../../../middleware.ts","../../../../next.config.ts","../../../../package.json","../../../../postcss.config.mjs","../../../../public/agent-icons/grok.svg","../../../../tsconfig.json","../../../../tsconfig.tsbuildinfo","../../../../vitest.config.ts","../../chunks/ssr/[root-of-the-server]__07e35nb._.js","../../chunks/ssr/[root-of-the-server]__0a-_-_a._.js","../../chunks/ssr/[root-of-the-server]__0f3q8gt._.js","../../chunks/ssr/[root-of-the-server]__0tz4w46._.js","../../chunks/ssr/[root-of-the-server]__0~.gwld._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_0k8yioi._.js","../../chunks/ssr/_0sz8~hl._.js","../../chunks/ssr/apps_web_0epqfet._.js","../../chunks/ssr/apps_web__next-internal_server_app_usage_page_actions_0sn.ly1.js","../../chunks/ssr/apps_web_components_0x014hn._.js","../../chunks/ssr/apps_web_components_usage-charts-dashboard_tsx_0bgr_uv._.js","../../chunks/ssr/apps_web_lib_changelog_ts_0n7_p1d._.js","../../chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","../../chunks/ssr/node_modules_09w7yel._.js","../../chunks/ssr/node_modules_lucide-react_dist_esm_icons_12vc-v-._.js","../../chunks/ssr/node_modules_next_0w2y7fz._.js","../../chunks/ssr/node_modules_next_dist_06u0kr8._.js","../../chunks/ssr/node_modules_next_dist_0e1izl_._.js","../../chunks/ssr/node_modules_next_dist_0t-hj0x._.js","../../chunks/ssr/node_modules_next_dist_0ve2ws3._.js","../../chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0lgvd_..js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js","../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0i1kx1j.js","../../chunks/ssr/packages_parser_dist_0mx_509._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
|
|
1
|
+
{"version":1,"files":["../../../../../../node_modules/@swc/helpers/cjs/_interop_require_default.cjs","../../../../../../node_modules/@swc/helpers/package.json","../../../../../../node_modules/next/dist/build/adapter/setup-node-env.external.js","../../../../../../node_modules/next/dist/client/components/app-router-headers.js","../../../../../../node_modules/next/dist/client/components/hooks-server-context.js","../../../../../../node_modules/next/dist/client/components/static-generation-bailout.js","../../../../../../node_modules/next/dist/client/lib/console.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/index.js","../../../../../../node_modules/next/dist/compiled/@opentelemetry/api/package.json","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/index.js","../../../../../../node_modules/next/dist/compiled/jsonwebtoken/package.json","../../../../../../node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js","../../../../../../node_modules/next/dist/compiled/source-map/package.json","../../../../../../node_modules/next/dist/compiled/source-map/source-map.js","../../../../../../node_modules/next/dist/compiled/stacktrace-parser/package.json","../../../../../../node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","../../../../../../node_modules/next/dist/compiled/ws/index.js","../../../../../../node_modules/next/dist/compiled/ws/package.json","../../../../../../node_modules/next/dist/lib/client-and-server-references.js","../../../../../../node_modules/next/dist/lib/constants.js","../../../../../../node_modules/next/dist/lib/framework/boundary-constants.js","../../../../../../node_modules/next/dist/lib/interop-default.js","../../../../../../node_modules/next/dist/lib/is-error.js","../../../../../../node_modules/next/dist/lib/picocolors.js","../../../../../../node_modules/next/dist/lib/scheduler.js","../../../../../../node_modules/next/dist/lib/semver-noop.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/action-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/after-task-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/async-local-storage.js","../../../../../../node_modules/next/dist/server/app-render/cache-signal.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/console-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-access-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/dynamic-rendering.js","../../../../../../node_modules/next/dist/server/app-render/instant-validation/boundary-constants.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.external.js","../../../../../../node_modules/next/dist/server/app-render/module-loading/track-module-loading.instance.js","../../../../../../node_modules/next/dist/server/app-render/staged-rendering.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-async-storage.external.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage-instance.js","../../../../../../node_modules/next/dist/server/app-render/work-unit-async-storage.external.js","../../../../../../node_modules/next/dist/server/dev/browser-logs/file-logger.js","../../../../../../node_modules/next/dist/server/dynamic-rendering-utils.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/memory-cache.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/shared-cache-controls.external.js","../../../../../../node_modules/next/dist/server/lib/incremental-cache/tags-manifest.external.js","../../../../../../node_modules/next/dist/server/lib/lru-cache.js","../../../../../../node_modules/next/dist/server/lib/parse-stack.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-globals.external.js","../../../../../../node_modules/next/dist/server/lib/router-utils/instrumentation-node-extensions.js","../../../../../../node_modules/next/dist/server/lib/source-maps.js","../../../../../../node_modules/next/dist/server/lib/trace/constants.js","../../../../../../node_modules/next/dist/server/lib/trace/tracer.js","../../../../../../node_modules/next/dist/server/load-manifest.external.js","../../../../../../node_modules/next/dist/server/node-environment-baseline.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-dim.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-exit.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/console-file.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/date.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/error-inspect.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/fast-set-immediate.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/io-utils.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/node-crypto.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/random.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/unhandled-rejection.external.js","../../../../../../node_modules/next/dist/server/node-environment-extensions/web-crypto.js","../../../../../../node_modules/next/dist/server/node-environment.js","../../../../../../node_modules/next/dist/server/node-polyfill-crypto.js","../../../../../../node_modules/next/dist/server/patch-error-inspect.js","../../../../../../node_modules/next/dist/server/require-hook.js","../../../../../../node_modules/next/dist/server/response-cache/types.js","../../../../../../node_modules/next/dist/server/runtime-reacts.external.js","../../../../../../node_modules/next/dist/shared/lib/deep-freeze.js","../../../../../../node_modules/next/dist/shared/lib/invariant-error.js","../../../../../../node_modules/next/dist/shared/lib/is-plain-object.js","../../../../../../node_modules/next/dist/shared/lib/is-thenable.js","../../../../../../node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","../../../../../../node_modules/next/dist/shared/lib/no-fallback-error.external.js","../../../../../../node_modules/next/dist/shared/lib/promise-with-resolvers.js","../../../../../../node_modules/next/dist/shared/lib/server-reference-info.js","../../../../../../node_modules/next/package.json","../../../../../../node_modules/react/cjs/react.development.js","../../../../../../node_modules/react/cjs/react.production.js","../../../../../../node_modules/react/index.js","../../../../../../node_modules/react/package.json","../../../../app/agent/page.tsx","../../../../app/api/agent/chats/[id]/events/route.ts","../../../../app/api/agent/chats/[id]/messages/route.ts","../../../../app/api/agent/chats/[id]/route.ts","../../../../app/api/agent/chats/[id]/stop/route.ts","../../../../app/api/agent/chats/route.ts","../../../../app/api/agent/index/route.ts","../../../../app/api/agent/mcp/route.ts","../../../../app/api/agent/suggestions/route.ts","../../../../app/api/ask/route.ts","../../../../app/api/digest/_shared/digest-route-helpers.ts","../../../../app/api/digest/day/[date]/route.ts","../../../../app/api/digest/month-index/route.ts","../../../../app/api/digest/month/[yearMonth]/route.ts","../../../../app/api/digest/week-index/route.ts","../../../../app/api/digest/week/[startDate]/route.ts","../../../../app/api/events/route.ts","../../../../app/api/health/route.ts","../../../../app/api/jobs/route.ts","../../../../app/api/menubar/route.ts","../../../../app/api/pdf/[key]/route.ts","../../../../app/api/projects/open-folder/route.ts","../../../../app/api/runs/[runId]/route.ts","../../../../app/api/runs/[runId]/stream/route.ts","../../../../app/api/runs/route.ts","../../../../app/api/settings/credentials/route.ts","../../../../app/api/settings/route.ts","../../../../app/api/team/autostart/route.ts","../../../../app/api/team/onboarding/start/route.ts","../../../../app/api/team/sync-projects/route.ts","../../../../app/api/team/sync/route.ts","../../../../app/api/workflow-agent/route.ts","../../../../app/changelog/page.tsx","../../../../app/day/[date]/day-view.tsx","../../../../app/day/[date]/page.tsx","../../../../app/day/page.tsx","../../../../app/digest/[date]/page.tsx","../../../../app/digest/page.tsx","../../../../app/globals.css","../../../../app/icon.svg","../../../../app/insights/[key]/page.tsx","../../../../app/insights/page.tsx","../../../../app/layout.tsx","../../../../app/page.tsx","../../../../app/parallelism/burst-detail-modal.tsx","../../../../app/parallelism/concurrency-info-modal.tsx","../../../../app/parallelism/date-nav.tsx","../../../../app/parallelism/gantt-chart-utils.ts","../../../../app/parallelism/gantt-chart.tsx","../../../../app/parallelism/page.tsx","../../../../app/print/[key]/page.tsx","../../../../app/projects/[slug]/local-folders-button.tsx","../../../../app/projects/[slug]/page.tsx","../../../../app/projects/page.tsx","../../../../app/projects/projects-view.tsx","../../../../app/runs/page.tsx","../../../../app/sessions/[id]/page.tsx","../../../../app/sessions/[id]/session-view.tsx","../../../../app/sessions/[id]/session-view/colors.ts","../../../../app/sessions/[id]/session-view/debug-list.tsx","../../../../app/sessions/[id]/session-view/drawer.tsx","../../../../app/sessions/[id]/session-view/entry-day-strip.tsx","../../../../app/sessions/[id]/session-view/header-stats.tsx","../../../../app/sessions/[id]/session-view/helpers.ts","../../../../app/sessions/[id]/session-view/minimap.tsx","../../../../app/sessions/[id]/session-view/subagent-drawer.tsx","../../../../app/sessions/[id]/session-view/token-stats.tsx","../../../../app/sessions/[id]/session-view/tooltip.tsx","../../../../app/sessions/[id]/session-view/types.ts","../../../../app/sessions/[id]/session-view/workflows-panel.tsx","../../../../app/sessions/[id]/session-view/workflows-shared.tsx","../../../../app/sessions/[id]/team-tab/adapter.ts","../../../../app/sessions/[id]/team-tab/format.ts","../../../../app/sessions/[id]/team-tab/minimap-hover-card.tsx","../../../../app/sessions/[id]/team-tab/minimap-idle-band.tsx","../../../../app/sessions/[id]/team-tab/minimap-shared.ts","../../../../app/sessions/[id]/team-tab/team-minimap.tsx","../../../../app/sessions/[id]/team-tab/team-tab-client.tsx","../../../../app/sessions/[id]/team-tab/team-table.tsx","../../../../app/sessions/[id]/team-tab/turn-drawer.tsx","../../../../app/sessions/[id]/tool-cards.tsx","../../../../app/sessions/[id]/turn-steps.tsx","../../../../app/sessions/page.tsx","../../../../app/sessions/sessions-grid.tsx","../../../../app/settings/ai-features-form.tsx","../../../../app/settings/page.tsx","../../../../app/team/force-sync-button.tsx","../../../../app/team/onboarding/onboarding-wizard.tsx","../../../../app/team/onboarding/page.tsx","../../../../app/team/page.tsx","../../../../app/team/sync-activity-section.tsx","../../../../app/team/synced-projects-form.tsx","../../../../app/team/synced-projects-section.tsx","../../../../app/usage/page.tsx","../../../../components/activity-chart.tsx","../../../../components/agent-badge.tsx","../../../../components/agent-chat.tsx","../../../../components/agent-icon.tsx","../../../../components/agent-mix-chip.tsx","../../../../components/ask.tsx","../../../../components/auto-generate-yesterday.tsx","../../../../components/autostart-toggle.tsx","../../../../components/backfill-drawer.tsx","../../../../components/changelog-icon.tsx","../../../../components/changelog-mark-read.tsx","../../../../components/dashboard-view.tsx","../../../../components/data-table.tsx","../../../../components/date-nav.tsx","../../../../components/date-range-filter.tsx","../../../../components/date-range-picker.tsx","../../../../components/day-digest-view.tsx","../../../../components/day-digest.tsx","../../../../components/digest-actions.tsx","../../../../components/export-pdf-button.tsx","../../../../components/flag-chip.tsx","../../../../components/goal-bar.tsx","../../../../components/heatmap.tsx","../../../../components/helpfulness-sparkline.tsx","../../../../components/insights-history.tsx","../../../../components/insights-top-bar.tsx","../../../../components/job-queue-widget.tsx","../../../../components/live-badge.tsx","../../../../components/live-refresher.tsx","../../../../components/live-sessions-widget.tsx","../../../../components/menubar-install-banner.tsx","../../../../components/menubar-install.tsx","../../../../components/metric-card.tsx","../../../../components/month-digest-view.tsx","../../../../components/month-digest.tsx","../../../../components/optional-chart.tsx","../../../../components/outcome-mix-row.tsx","../../../../components/outcome-pill.tsx","../../../../components/parallel-runs-strip.tsx","../../../../components/previous-cycles-trend.tsx","../../../../components/project-sync-picker.tsx","../../../../components/recent-days-panel.tsx","../../../../components/runs-live-board.tsx","../../../../components/searchable-select.tsx","../../../../components/sidebar.tsx","../../../../components/tail-mode.tsx","../../../../components/team-badge.tsx","../../../../components/team-chip.tsx","../../../../components/team-welcome-banner.tsx","../../../../components/theme-toggle.tsx","../../../../components/usage-chart-range.tsx","../../../../components/usage-chart.tsx","../../../../components/usage-charts-dashboard.tsx","../../../../components/usage-gauges.tsx","../../../../components/usage-sidebar.tsx","../../../../components/view-toggle.tsx","../../../../components/week-digest-view.tsx","../../../../components/week-digest.tsx","../../../../components/yesterday-hero.tsx","../../../../components/zai-credentials-form.tsx","../../../../eslint.config.mjs","../../../../lib/agent/chat-model.ts","../../../../lib/agent/chat-store.test.ts","../../../../lib/agent/chat-store.ts","../../../../lib/agent/extract.test.ts","../../../../lib/agent/extract.ts","../../../../lib/agent/index-store.ts","../../../../lib/agent/links.test.ts","../../../../lib/agent/links.ts","../../../../lib/agent/mcp.test.ts","../../../../lib/agent/mcp.ts","../../../../lib/agent/prompt.test.ts","../../../../lib/agent/prompt.ts","../../../../lib/agent/run.ts","../../../../lib/agent/search.test.ts","../../../../lib/agent/search.ts","../../../../lib/agent/suggestions.test.ts","../../../../lib/agent/suggestions.ts","../../../../lib/agent/tools.test.ts","../../../../lib/agent/tools.ts","../../../../lib/agent/types.ts","../../../../lib/ai/chrome-pdf.ts","../../../../lib/ai/session-summary.ts","../../../../lib/autostart-data.ts","../../../../lib/calibration-data.ts","../../../../lib/changelog-data.generated.ts","../../../../lib/changelog.ts","../../../../lib/cycle-peaks.test.ts","../../../../lib/cycle-peaks.ts","../../../../lib/daemon-lifecycle.test.ts","../../../../lib/daemon-lifecycle.ts","../../../../lib/data.ts","../../../../lib/date-range.ts","../../../../lib/entries-index.ts","../../../../lib/entries.ts","../../../../lib/find-chrome.ts","../../../../lib/format.test.ts","../../../../lib/format.ts","../../../../lib/inflight-coalesce.test.ts","../../../../lib/inflight-coalesce.ts","../../../../lib/jobs.ts","../../../../lib/menubar-data.ts","../../../../lib/sync-projects-data.ts","../../../../lib/team-config.ts","../../../../lib/team-data.test.ts","../../../../lib/team-data.ts","../../../../lib/team-health.test.ts","../../../../lib/team-health.ts","../../../../lib/usage-data.ts","../../../../lib/usage-display.test.ts","../../../../lib/usage-display.ts","../../../../lib/use-live-events.ts","../../../../lib/use-persistent-boolean.ts","../../../../lib/utilization-tone.test.ts","../../../../lib/utilization-tone.ts","../../../../lib/validate-settings.test.ts","../../../../lib/validate-settings.ts","../../../../middleware.ts","../../../../next.config.ts","../../../../package.json","../../../../postcss.config.mjs","../../../../public/agent-icons/grok.svg","../../../../tsconfig.json","../../../../tsconfig.tsbuildinfo","../../../../vitest.config.ts","../../chunks/ssr/[root-of-the-server]__07e35nb._.js","../../chunks/ssr/[root-of-the-server]__0a-_-_a._.js","../../chunks/ssr/[root-of-the-server]__0f3q8gt._.js","../../chunks/ssr/[root-of-the-server]__0tz4w46._.js","../../chunks/ssr/[root-of-the-server]__0~.gwld._.js","../../chunks/ssr/[turbopack]_runtime.js","../../chunks/ssr/_0k8yioi._.js","../../chunks/ssr/_0sz8~hl._.js","../../chunks/ssr/apps_web_0epqfet._.js","../../chunks/ssr/apps_web__next-internal_server_app_usage_page_actions_0sn.ly1.js","../../chunks/ssr/apps_web_components_0x014hn._.js","../../chunks/ssr/apps_web_components_usage-charts-dashboard_tsx_0bgr_uv._.js","../../chunks/ssr/apps_web_lib_changelog_ts_0n7_p1d._.js","../../chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","../../chunks/ssr/node_modules_09w7yel._.js","../../chunks/ssr/node_modules_lucide-react_dist_esm_icons_12vc-v-._.js","../../chunks/ssr/node_modules_next_0w2y7fz._.js","../../chunks/ssr/node_modules_next_dist_06u0kr8._.js","../../chunks/ssr/node_modules_next_dist_0e1izl_._.js","../../chunks/ssr/node_modules_next_dist_0t-hj0x._.js","../../chunks/ssr/node_modules_next_dist_0ve2ws3._.js","../../chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0lgvd_..js","../../chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js","../../chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0i1kx1j.js","../../chunks/ssr/packages_parser_dist_0mx_509._.js","./page/react-loadable-manifest.json","./page_client-reference-manifest.js"]}
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
globalThis.__RSC_MANIFEST = globalThis.__RSC_MANIFEST || {};
|
|
2
|
-
globalThis.__RSC_MANIFEST["/usage/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/apps/web/components/sidebar.tsx <module evaluation>":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/apps/web/components/sidebar.tsx":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx <module evaluation>":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx <module evaluation>":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx <module evaluation>":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx <module evaluation>":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js"],"async":false},"[project]/apps/web/components/usage-charts-dashboard.tsx <module evaluation>":{"id":36373,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/apps/web/components/usage-charts-dashboard.tsx":{"id":36373,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/18c7gd5.b8gfc.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"86566":{"*":{"id":44422,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"51878":{"*":{"id":46069,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"23884":{"*":{"id":1568,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"62887":{"*":{"id":22309,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"7879":{"*":{"id":10605,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_12vc-v-._.js","server/chunks/ssr/apps_web_components_usage-charts-dashboard_tsx_0bgr_uv._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_09w7yel._.js"],"async":false}},"36373":{"*":{"id":64405,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_12vc-v-._.js","server/chunks/ssr/apps_web_components_usage-charts-dashboard_tsx_0bgr_uv._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"86566":{"*":{"id":10398,"name":"*","chunks":[],"async":false}},"51878":{"*":{"id":11272,"name":"*","chunks":[],"async":false}},"23884":{"*":{"id":62615,"name":"*","chunks":[],"async":false}},"62887":{"*":{"id":5900,"name":"*","chunks":[],"async":false}},"7879":{"*":{"id":46147,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"36373":{"*":{"id":51071,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/apps/web/app/layout":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/apps/web/app/usage/page":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}]},"entryJSFiles":{"[project]/apps/web/app/layout":["static/chunks/0n1d620va1z.z.js","static/chunks/18c7gd5.b8gfc.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0n1d620va1z.z.js","static/chunks/18c7gd5.b8gfc.js"],"[project]/apps/web/app/usage/page":["static/chunks/0n1d620va1z.z.js","static/chunks/18c7gd5.b8gfc.js","static/chunks/0d~6j~aj2vr1t.js"]}};
|
|
2
|
+
globalThis.__RSC_MANIFEST["/usage/page"] = {"moduleLoading":{"prefix":"","crossOrigin":null},"clientModules":{"[project]/node_modules/next/dist/esm/client/components/layout-router.js <module evaluation>":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/layout-router.js":{"id":39756,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js <module evaluation>":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":37457,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js <module evaluation>":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-page.js":{"id":47257,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js <module evaluation>":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/client-segment.js":{"id":92825,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js <module evaluation>":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":68017,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js <module evaluation>":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":97367,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js <module evaluation>":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":27201,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/sidebar.tsx <module evaluation>":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/sidebar.tsx":{"id":86566,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx <module evaluation>":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-refresher.tsx":{"id":51878,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx <module evaluation>":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/live-sessions-widget.tsx":{"id":23884,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx <module evaluation>":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/job-queue-widget.tsx":{"id":62887,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx <module evaluation>":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/menubar-install-banner.tsx":{"id":7879,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js <module evaluation>":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/node_modules/next/dist/client/app-dir/link.js":{"id":22016,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js <module evaluation>":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/node_modules/next/dist/client/components/builtin/global-error.js":{"id":68027,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js"],"async":false},"[project]/apps/web/components/usage-charts-dashboard.tsx <module evaluation>":{"id":36373,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false},"[project]/apps/web/components/usage-charts-dashboard.tsx":{"id":36373,"name":"*","chunks":["/_next/static/chunks/0n1d620va1z.z.js","/_next/static/chunks/0dqhn7-3.038l.js","/_next/static/chunks/0d~6j~aj2vr1t.js"],"async":false}},"ssrModuleMapping":{"39756":{"*":{"id":2420,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"37457":{"*":{"id":24017,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"47257":{"*":{"id":77682,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"92825":{"*":{"id":97296,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"68017":{"*":{"id":61660,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"97367":{"*":{"id":90574,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"27201":{"*":{"id":60704,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"86566":{"*":{"id":44422,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"51878":{"*":{"id":46069,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"23884":{"*":{"id":1568,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"62887":{"*":{"id":22309,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"7879":{"*":{"id":10605,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js"],"async":false}},"22016":{"*":{"id":38246,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_12vc-v-._.js","server/chunks/ssr/apps_web_components_usage-charts-dashboard_tsx_0bgr_uv._.js"],"async":false}},"68027":{"*":{"id":40622,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_09w7yel._.js"],"async":false}},"36373":{"*":{"id":64405,"name":"*","chunks":["server/chunks/ssr/[root-of-the-server]__0f3q8gt._.js","server/chunks/ssr/node_modules_next_0w2y7fz._.js","server/chunks/ssr/apps_web_components_0x014hn._.js","server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js","server/chunks/ssr/node_modules_next_dist_0e1izl_._.js","server/chunks/ssr/apps_web_lib_changelog_ts_0nb5_-s._.js","server/chunks/ssr/node_modules_lucide-react_dist_esm_icons_12vc-v-._.js","server/chunks/ssr/apps_web_components_usage-charts-dashboard_tsx_0bgr_uv._.js"],"async":false}}},"edgeSSRModuleMapping":{},"rscModuleMapping":{"39756":{"*":{"id":26768,"name":"*","chunks":[],"async":false}},"37457":{"*":{"id":17910,"name":"*","chunks":[],"async":false}},"47257":{"*":{"id":92977,"name":"*","chunks":[],"async":false}},"92825":{"*":{"id":48552,"name":"*","chunks":[],"async":false}},"68017":{"*":{"id":83919,"name":"*","chunks":[],"async":false}},"97367":{"*":{"id":24150,"name":"*","chunks":[],"async":false}},"27201":{"*":{"id":40771,"name":"*","chunks":[],"async":false}},"86566":{"*":{"id":10398,"name":"*","chunks":[],"async":false}},"51878":{"*":{"id":11272,"name":"*","chunks":[],"async":false}},"23884":{"*":{"id":62615,"name":"*","chunks":[],"async":false}},"62887":{"*":{"id":5900,"name":"*","chunks":[],"async":false}},"7879":{"*":{"id":46147,"name":"*","chunks":[],"async":false}},"22016":{"*":{"id":84707,"name":"*","chunks":[],"async":false}},"68027":{"*":{"id":82509,"name":"*","chunks":[],"async":false}},"36373":{"*":{"id":51071,"name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{},"entryCSSFiles":{"[project]/apps/web/app/layout":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/node_modules/next/dist/client/components/builtin/global-error":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}],"[project]/apps/web/app/usage/page":[{"path":"static/chunks/16gca31.pi4.o.css","inlined":false}]},"entryJSFiles":{"[project]/apps/web/app/layout":["static/chunks/0n1d620va1z.z.js","static/chunks/0dqhn7-3.038l.js"],"[project]/node_modules/next/dist/client/components/builtin/global-error":["static/chunks/0n1d620va1z.z.js","static/chunks/0dqhn7-3.038l.js"],"[project]/apps/web/app/usage/page":["static/chunks/0n1d620va1z.z.js","static/chunks/0dqhn7-3.038l.js","static/chunks/0d~6j~aj2vr1t.js"]}};
|
|
3
3
|
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
"/api/digest/week-index/route": "app/api/digest/week-index/route.js",
|
|
18
18
|
"/api/digest/week/[startDate]/route": "app/api/digest/week/[startDate]/route.js",
|
|
19
19
|
"/api/events/route": "app/api/events/route.js",
|
|
20
|
+
"/api/health/route": "app/api/health/route.js",
|
|
20
21
|
"/api/jobs/route": "app/api/jobs/route.js",
|
|
21
22
|
"/api/menubar/route": "app/api/menubar/route.js",
|
|
22
23
|
"/api/pdf/[key]/route": "app/api/pdf/[key]/route.js",
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
module.exports=[93695,(e,t,r)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},18622,(e,t,r)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},70406,(e,t,r)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},24725,(e,t,r)=>{t.exports=e.x("next/dist/server/app-render/after-task-async-storage.external.js",()=>require("next/dist/server/app-render/after-task-async-storage.external.js"))},26996,e=>{"use strict";e.s(["default",0,{name:"@claude-lens/web",version:"1.0.2",private:!0,description:"Local-only dashboard for Claude Code sessions. Reads ~/.claude/projects/*.jsonl and visualizes agent activity.",license:"MIT",scripts:{dev:"next dev -p 3321",build:"next build",start:"next start -p 3321",lint:"eslint",typecheck:"tsc --noEmit",test:"vitest run --passWithNoTests",clean:"rm -rf .next .turbo dist *.tsbuildinfo","test:coverage":"vitest run --passWithNoTests --coverage"},dependencies:{"@claude-lens/entries":"workspace:^","@claude-lens/parser":"workspace:*","@tanstack/react-virtual":"^3.13.23",clsx:"^2.1.1","lucide-react":"^0.468.0",next:"16.2.2",react:"19.2.4","react-dom":"19.2.4","react-markdown":"^10.1.0",recharts:"^2.15.0","remark-gfm":"^4.0.1",zod:"^4.3.6"},devDependencies:{"@tailwindcss/postcss":"^4.1.0","@types/node":"^20.11.0","@types/react":"^19.0.0","@types/react-dom":"^19.0.0",eslint:"^9.0.0","eslint-config-next":"16.2.2",tailwindcss:"^4.1.0",typescript:"^5.5.0",vitest:"^2.0.0"}}])},17488,e=>{"use strict";var t=e.i(47909),r=e.i(74017),a=e.i(96250),n=e.i(59756),s=e.i(61916),i=e.i(74677),o=e.i(69741),l=e.i(16795),d=e.i(87718),u=e.i(95169),p=e.i(47587),c=e.i(66012),h=e.i(70101),v=e.i(74838),x=e.i(10372),R=e.i(93695);e.i(52474);var m=e.i(220),f=e.i(89171),g=e.i(26996);async function w(){return f.NextResponse.json({ok:!0,version:g.default.version})}e.s(["GET",0,w,"dynamic",0,"force-dynamic","runtime",0,"nodejs"],9135);var y=e.i(9135);let E=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/health/route",pathname:"/api/health",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/apps/web/app/api/health/route.ts",nextConfigOutput:"standalone",userland:y,...{}}),{workAsyncStorage:C,workUnitAsyncStorage:b,serverHooks:A}=E;async function T(e,t,a){a.requestMeta&&(0,n.setRequestMeta)(e,a.requestMeta),E.isDev&&(0,n.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let f="/api/health/route";f=f.replace(/\/index$/,"")||"/";let g=await E.prepare(e,t,{srcPage:f,multiZoneDraftMode:!1});if(!g)return t.statusCode=400,t.end("Bad Request"),null==a.waitUntil||a.waitUntil.call(a,Promise.resolve()),null;let{buildId:w,params:y,nextConfig:C,parsedUrl:b,isDraftMode:A,prerenderManifest:T,routerServerContext:k,isOnDemandRevalidate:N,revalidateOnlyGenerated:q,resolvedPathname:P,clientReferenceManifest:S,serverActionsManifest:_}=g,j=(0,o.normalizeAppPath)(f),O=!!(T.dynamicRoutes[j]||T.routes[P]),H=async()=>((null==k?void 0:k.render404)?await k.render404(e,t,b,!1):t.end("This page could not be found"),null);if(O&&!A){let e=!!T.routes[P],t=T.dynamicRoutes[j];if(t&&!1===t.fallback&&!e){if(C.adapterPath)return await H();throw new R.NoFallbackError}}let I=null;!O||E.isDev||A||(I="/index"===(I=P)?"/":I);let M=!0===E.isDev||!O,U=O&&!M;_&&S&&(0,i.setManifestsSingleton)({page:f,clientReferenceManifest:S,serverActionsManifest:_});let D=e.method||"GET",$=(0,s.getTracer)(),F=$.getActiveScopeSpan(),K=!!(null==k?void 0:k.isWrappedByNextServer),B=!!(0,n.getRequestMeta)(e,"minimalMode"),L=(0,n.getRequestMeta)(e,"incrementalCache")||await E.getIncrementalCache(e,C,T,B);null==L||L.resetRequestCache(),globalThis.__incrementalCache=L;let W={params:y,previewProps:T.preview,renderOpts:{experimental:{authInterrupts:!!C.experimental.authInterrupts},cacheComponents:!!C.cacheComponents,supportsDynamicResponse:M,incrementalCache:L,cacheLifeProfiles:C.cacheLife,waitUntil:a.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,a,n)=>E.onRequestError(e,t,a,n,k)},sharedContext:{buildId:w}},G=new l.NodeNextRequest(e),z=new l.NodeNextResponse(t),V=d.NextRequestAdapter.fromNodeNextRequest(G,(0,d.signalFromNodeResponse)(t));try{let n,i=async e=>E.handle(V,W).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=$.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==u.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let a=r.get("next.route");if(a){let t=`${D} ${a}`;e.setAttributes({"next.route":a,"http.route":a,"next.span_name":t}),e.updateName(t),n&&n!==e&&(n.setAttribute("http.route",a),n.updateName(t))}else e.updateName(`${D} ${f}`)}),o=async n=>{var s,o;let l=async({previousCacheEntry:r})=>{try{if(!B&&N&&q&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let s=await i(n);e.fetchMetrics=W.renderOpts.fetchMetrics;let o=W.renderOpts.pendingWaitUntil;o&&a.waitUntil&&(a.waitUntil(o),o=void 0);let l=W.renderOpts.collectedTags;if(!O)return await (0,c.sendResponse)(G,z,s,W.renderOpts.pendingWaitUntil),null;{let e=await s.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(s.headers);l&&(t[x.NEXT_CACHE_TAGS_HEADER]=l),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==W.renderOpts.collectedRevalidate&&!(W.renderOpts.collectedRevalidate>=x.INFINITE_CACHE)&&W.renderOpts.collectedRevalidate,a=void 0===W.renderOpts.collectedExpire||W.renderOpts.collectedExpire>=x.INFINITE_CACHE?void 0:W.renderOpts.collectedExpire;return{value:{kind:m.CachedRouteKind.APP_ROUTE,status:s.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:a}}}}catch(t){throw(null==r?void 0:r.isStale)&&await E.onRequestError(e,t,{routerKind:"App Router",routePath:f,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:U,isOnDemandRevalidate:N})},!1,k),t}},d=await E.handleResponse({req:e,nextConfig:C,cacheKey:I,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:T,isRoutePPREnabled:!1,isOnDemandRevalidate:N,revalidateOnlyGenerated:q,responseGenerator:l,waitUntil:a.waitUntil,isMinimalMode:B});if(!O)return null;if((null==d||null==(s=d.value)?void 0:s.kind)!==m.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==d||null==(o=d.value)?void 0:o.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});B||t.setHeader("x-nextjs-cache",N?"REVALIDATED":d.isMiss?"MISS":d.isStale?"STALE":"HIT"),A&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let u=(0,h.fromNodeOutgoingHttpHeaders)(d.value.headers);return B&&O||u.delete(x.NEXT_CACHE_TAGS_HEADER),!d.cacheControl||t.getHeader("Cache-Control")||u.get("Cache-Control")||u.set("Cache-Control",(0,v.getCacheControlHeader)(d.cacheControl)),await (0,c.sendResponse)(G,z,new Response(d.value.body,{headers:u,status:d.value.status||200})),null};K&&F?await o(F):(n=$.getActiveScopeSpan(),await $.withPropagatedContext(e.headers,()=>$.trace(u.BaseServerSpan.handleRequest,{spanName:`${D} ${f}`,kind:s.SpanKind.SERVER,attributes:{"http.method":D,"http.target":e.url}},o),void 0,!K))}catch(t){if(t instanceof R.NoFallbackError||await E.onRequestError(e,t,{routerKind:"App Router",routePath:j,routeType:"route",revalidateReason:(0,p.getRevalidateReason)({isStaticGeneration:U,isOnDemandRevalidate:N})},!1,k),O)throw t;return await (0,c.sendResponse)(G,z,new Response(null,{status:500})),null}}e.s(["handler",0,T,"patchFetch",0,function(){return(0,a.patchFetch)({workAsyncStorage:C,workUnitAsyncStorage:b})},"routeModule",0,E,"serverHooks",0,A,"workAsyncStorage",0,C,"workUnitAsyncStorage",0,b],17488)}];
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=%5Broot-of-the-server%5D__02.51sr._.js.map
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
module.exports=[93695,(e,t,s)=>{t.exports=e.x("next/dist/shared/lib/no-fallback-error.external.js",()=>require("next/dist/shared/lib/no-fallback-error.external.js"))},18622,(e,t,s)=>{t.exports=e.x("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js",()=>require("next/dist/compiled/next-server/app-page-turbo.runtime.prod.js"))},56704,(e,t,s)=>{t.exports=e.x("next/dist/server/app-render/work-async-storage.external.js",()=>require("next/dist/server/app-render/work-async-storage.external.js"))},32319,(e,t,s)=>{t.exports=e.x("next/dist/server/app-render/work-unit-async-storage.external.js",()=>require("next/dist/server/app-render/work-unit-async-storage.external.js"))},70406,(e,t,s)=>{t.exports=e.x("next/dist/compiled/@opentelemetry/api",()=>require("next/dist/compiled/@opentelemetry/api"))},50227,(e,t,s)=>{t.exports=e.x("node:path",()=>require("node:path"))},2157,(e,t,s)=>{t.exports=e.x("node:fs",()=>require("node:fs"))},60526,(e,t,s)=>{t.exports=e.x("node:os",()=>require("node:os"))},66680,(e,t,s)=>{t.exports=e.x("node:crypto",()=>require("node:crypto"))},27174,e=>{"use strict";e.i(39587),e.s([])},26996,e=>{"use strict";e.s(["default",0,{name:"@claude-lens/web",version:"1.0.2",private:!0,description:"Local-only dashboard for Claude Code sessions. Reads ~/.claude/projects/*.jsonl and visualizes agent activity.",license:"MIT",scripts:{dev:"next dev -p 3321",build:"next build",start:"next start -p 3321",lint:"eslint",typecheck:"tsc --noEmit",test:"vitest run --passWithNoTests",clean:"rm -rf .next .turbo dist *.tsbuildinfo","test:coverage":"vitest run --passWithNoTests --coverage"},dependencies:{"@claude-lens/entries":"workspace:^","@claude-lens/parser":"workspace:*","@tanstack/react-virtual":"^3.13.23",clsx:"^2.1.1","lucide-react":"^0.468.0",next:"16.2.2",react:"19.2.4","react-dom":"19.2.4","react-markdown":"^10.1.0",recharts:"^2.15.0","remark-gfm":"^4.0.1",zod:"^4.3.6"},devDependencies:{"@tailwindcss/postcss":"^4.1.0","@types/node":"^20.11.0","@types/react":"^19.0.0","@types/react-dom":"^19.0.0",eslint:"^9.0.0","eslint-config-next":"16.2.2",tailwindcss:"^4.1.0",typescript:"^5.5.0",vitest:"^2.0.0"}}])},86040,e=>{"use strict";e.i(27174);var t=e.i(36521);let s=/\[request interrupted|interrupted by user/i,r=/rate.?limit|overloaded_error|api error|Error sending message/i,n=/<command-name>(\/[^<\s]+)<\/command-name>(?:[\s\S]*?<command-args>([\s\S]*?)<\/command-args>)?/,o=/<task-notification>/;function i(e){for(let t of e)if(t?.type==="text")return t.text}function a(e){return e<1e3?String(e):e<1e4?(e/1e3).toFixed(1)+"k":e<1e6?Math.round(e/1e3)+"k":e<1e7?(e/1e6).toFixed(2)+"M":(e/1e6).toFixed(1)+"M"}function l(e){if(void 0===e||e<0)return"—";let t=Math.floor(e/1e3),s=Math.floor(t/3600),r=String(Math.floor(t%3600/60)).padStart(2,"0"),n=String(t%60).padStart(2,"0");return`${s}:${r}:${n}`}function u(e){if(void 0===e)return"—";if(e<1e3)return`${e}ms`;let t=Math.round(e/1e3);if(t<60)return`${t}s`;let s=Math.floor(t/60),r=t%60;if(s<60)return r?`${s}m ${r}s`:`${s}m`;let n=Math.floor(s/60),o=s%60;return o?`${n}h ${o}m`:`${n}h`}function p(e,t){if(!e)return"";let s=e.replace(/\s+/g," ").trim();return s.length>t?s.slice(0,t-1)+"…":s}e.s(["summarizeSessionForAI",0,function(e){let d,f=function(e){let a=new Map;for(let t of e){if(!t.messageId)continue;let e=a.get(t.messageId)??[];e.push(t),a.set(t.messageId,e)}let l=e.filter(e=>{if("system"===e.role||"meta"===e.role||"tool-result"===e.role||"agent-thinking"===e.role)return!1;if("user"===e.role){let s=i(e.blocks)??"";if(0===e.blocks.length||!s.trim())return!1;if(n.test(s)||o.test(s))return!0;if((0,t.isFrameworkInjectedUserInput)(s))return!1}return!0}),u=[];for(let e=0;e<l.length;e++){let t=l[e];if("tool-call"===t.role){let t=e;for(;e+1<l.length&&"tool-call"===l[e+1].role;)e++;let s=l.slice(t,e+1),r=[],n=new Map;for(let e of s){let t=e.toolName??"tool";n.has(t)||r.push(t),n.set(t,(n.get(t)??0)+1)}let o=r.map(e=>({name:e,count:n.get(e)??1}));u.push({kind:"tool-group",toolNames:o,count:s.length,events:s,tOffsetMs:s[0].tOffsetMs,gapMs:s[0].gapMs});continue}if("user"===t.role){let e=i(t.blocks)??"",r=function(e){if(!o.test(e))return null;let t=t=>{let s=e.match(RegExp(`<${t}>([\\s\\S]*?)<\\/${t}>`));return s?s[1].trim():void 0},s=(t("status")??"").toLowerCase(),r="unknown";return"success"===s||"ok"===s||"done"===s||"completed"===s?r="success":"failed"===s||"error"===s||"fail"===s?r="failed":("running"===s||"in_progress"===s)&&(r="running"),{status:r,summary:t("summary")??"Background task notification",taskId:t("task-id"),toolUseId:t("tool-use-id"),outputFile:t("output-file")}}(e);if(r){u.push({kind:"task-notification",event:t,status:r.status,summary:r.summary,taskId:r.taskId,toolUseId:r.toolUseId,outputFile:r.outputFile,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}if(s.test(e)){u.push({kind:"interrupt",event:t,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}let a=e.match(n);if(a){let e=a[1],s=(a[2]??"").trim(),r=s?`${e} ${s}`:e;u.push({kind:"user",event:t,displayPreview:r,displayBlocks:[{type:"text",text:r}],tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}u.push({kind:"user",event:t,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}if("agent"===t.role){let e=i(t.blocks)??"";if(function(e){if(!e.usage)return!1;let t=e.usage;return 0===t.input&&0===t.output&&0===t.cacheRead&&0===t.cacheWrite}(t)){u.push({kind:"model",event:t,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs}),r.test(e)&&e.length<500&&u.push({kind:"error",event:t,message:e,tOffsetMs:t.tOffsetMs,gapMs:0});continue}if(r.test(e)&&e.length<500){u.push({kind:"error",event:t,message:e,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}let s=t.messageId?a.get(t.messageId)??[t]:[t];u.push({kind:"agent",event:t,groupedEvents:s,tOffsetMs:t.tOffsetMs,gapMs:t.gapMs});continue}}return u}(e.events),c=function(e){let t=[],s=[],r=null,n=()=>{let e,n;if(0===s.length)return;let o=0,i=0,a=0,l=new Map,u=new Set,p={input:0,output:0,cacheRead:0,cacheWrite:0};for(let t=0;t<s.length;t++){let r=s[t];if("agent"===r.kind){o++,void 0===e&&(e=t);let s=r.event.messageId,n=r.event.usage;s&&!u.has(s)&&n&&(u.add(s),p.input+=n.input,p.output+=n.output,p.cacheRead+=n.cacheRead,p.cacheWrite+=n.cacheWrite)}else if("tool-group"===r.kind)for(let e of(i+=r.count,r.toolNames))l.set(e.name,(l.get(e.name)??0)+e.count);else"error"===r.kind&&a++}for(let e=s.length-1;e>=0;e--){if("agent"!==s[e].kind)continue;let t=s[e-1];if(t?.kind!=="task-notification"){n=e;break}}if(void 0===n){for(let e=s.length-1;e>=0;e--)if("agent"===s[e].kind){n=e;break}}let d=void 0!==e&&"agent"===s[e].kind?s[e].event.preview:void 0,f=void 0!==n&&"agent"===s[n].kind?s[n].event.preview:void 0,c=Array.from(l.entries()).sort((e,t)=>t[1]-e[1]).map(([e,t])=>({name:e,count:t})),m=s[0],g=s[s.length-1],h=r?.tOffsetMs??m.tOffsetMs,v=g.tOffsetMs;t.push({kind:"turn",rows:s,firstPrimaryIndex:"tool-group"===m.kind?m.events[0].index:m.event.index,tOffsetMs:h,durationMs:void 0!==h&&void 0!==v&&v>=h?v-h:void 0,summary:{agentMessages:o,toolCalls:i,errors:a,firstAgentPreview:d,finalAgentPreview:f,firstAgentIndex:e,finalAgentIndex:n,toolNames:c,totalTokens:p}}),s=[]};for(let o of e)"user"===o.kind||"interrupt"===o.kind?(n(),t.push(o),r=o):s.push(o);return n(),t}(f),m=e.totalUsage.input+e.totalUsage.cacheRead+e.totalUsage.cacheWrite,g=e.totalUsage.cacheRead+e.totalUsage.cacheWrite,h=new Map;for(let e of f)if("tool-group"===e.kind)for(let t of e.toolNames)h.set(t.name,(h.get(t.name)??0)+t.count);let v=Array.from(h.entries()).sort((e,t)=>t[1]-e[1]).slice(0,8).map(([e,t])=>`${e}\xd7${t}`).join(", "),k=f.find(e=>"user"===e.kind&&!e.event.preview.startsWith("<command-name>")&&!e.event.preview.startsWith("Base directory for this skill:")),x=k?.kind==="user"?k.displayBlocks?.[0]?.type==="text"?k.displayBlocks[0].text:(d=k.event.blocks.find(e=>e?.type==="text"),d?.text??k.event.preview):"",M=f.filter(e=>"error"===e.kind),$=M.length>0?`${M.length} errors, first: "${p(M[0].message,160)}"`:"none",y=[],w=e.durationMs??0;for(let t of e.events){if("tool-call"!==t.role||"Bash"!==t.toolName)continue;let e=t.blocks.find(e=>e&&"tool_use"===e.type),s="string"==typeof e?.input?.command?e.input.command:"";if(!/gh\s+pr\s+create\b/i.test(s))continue;let r=s.match(/--title\s+["']([^"']+)["']/),n=r?.[1]??s.replace(/^gh pr create /,"").slice(0,120),o=w>0&&void 0!==t.tOffsetMs?Math.round(t.tOffsetMs/w*100):0;y.push({offsetPct:o,titleOrCmd:n})}let O="";for(let e=c.length-1;e>=0;e--){let t=c[e];if("turn"!==t.kind)continue;let s=t.summary.finalAgentIndex;if(void 0!==s){let e=t.rows[s];if(e?.kind==="agent"){let t=e.event.blocks.find(e=>e&&"text"===e.type);O=t?.text??e.event.preview;break}}}let b=[];for(let e of c){if(b.length>=40){b.push({offset:"...",line:`(+${c.length-b.length} more rows)`});break}if("user"===e.kind){let t=p(function(e){switch(e.kind){case"user":return e.displayPreview??e.event.preview;case"agent":return e.event.preview;case"tool-group":return e.toolNames.slice(0,4).map(e=>e.count>1?`${e.name} \xd7${e.count}`:e.name).join(", ");case"interrupt":return"[interrupted]";case"model":return"[zero-usage response]";case"error":return`ERROR: ${e.message}`;case"task-notification":return`BG task ${e.status}: ${e.summary}`;default:return""}}(e),180);t.startsWith("<command-name>")||b.push({offset:l(e.tOffsetMs),line:`USER: ${t}`})}else if("turn"===e.kind){let t=e.summary,s=t.firstAgentPreview?p(t.firstAgentPreview,180):"",r=t.finalAgentPreview?p(t.finalAgentPreview,180):"",n=s&&r&&s===r,o=t.toolNames.slice(0,3).map(e=>e.count>1?`${e.name}\xd7${e.count}`:e.name).join(", "),i=`${t.agentMessages} msg, ${t.toolCalls} tools${t.errors>0?`, ${t.errors} err`:""}`,a=n||!r?s:`${s} → ${r}`;b.push({offset:l(e.tOffsetMs),line:`TURN (${i}${o?`, ${o}`:""}): ${a}`})}else"interrupt"===e.kind&&b.push({offset:l(e.tOffsetMs),line:"INTERRUPT"})}let I=[];for(let t of(I.push(`# Session ${e.id}`),I.push(`project: ${e.projectName}`),e.model&&I.push(`model: ${e.model}`),I.push(`duration: ${u(e.durationMs)} | active: ${u(e.airTimeMs??e.durationMs)}`),I.push(`events: ${e.eventCount} | tokens: ${a(m)} in / ${a(e.totalUsage.output)} out${g>0?` (+${a(g)} cached)`:""}`),I.push(`tool calls: ${e.toolCallCount??0}${v?` (${v})`:""}`),I.push(`turns: ${e.turnCount??0}`),e.firstTimestamp&&I.push(`started: ${e.firstTimestamp}`),I.push(""),x&&(I.push("## First user message"),I.push(p(x,1200)),I.push("")),I.push("## Timeline"),b))I.push(`[${t.offset}] ${t.line}`);if(I.push(""),y.length>0){for(let e of(I.push("## PRs shipped"),y))I.push(`- at ${e.offsetPct}% into session: ${p(e.titleOrCmd,160)}`);I.push("")}return I.push("## Errors encountered"),I.push($),I.push(""),O&&(I.push("## Final agent message"),I.push(p(O,800))),I.join("\n")}],86040)}];
|
|
2
|
+
|
|
3
|
+
//# sourceMappingURL=%5Broot-of-the-server%5D__06irs4z._.js.map
|
|
@@ -1,13 +1,13 @@
|
|
|
1
|
-
module.exports=[19173,e=>{"use strict";var t=e.i(47909),r=e.i(74017),s=e.i(96250),n=e.i(59756),a=e.i(61916),i=e.i(74677),o=e.i(69741),l=e.i(16795),c=e.i(87718),u=e.i(95169),d=e.i(47587),p=e.i(66012),h=e.i(70101),f=e.i(74838),m=e.i(10372),g=e.i(93695);e.i(52474);var y=e.i(220);function
|
|
1
|
+
module.exports=[19173,e=>{"use strict";var t=e.i(47909),r=e.i(74017),s=e.i(96250),n=e.i(59756),a=e.i(61916),i=e.i(74677),o=e.i(69741),l=e.i(16795),c=e.i(87718),u=e.i(95169),d=e.i(47587),p=e.i(66012),h=e.i(70101),f=e.i(74838),m=e.i(10372),g=e.i(93695);e.i(52474);var y=e.i(220),w=e.i(26996);function x(e,t){return{jsonrpc:"2.0",id:e,result:t}}function R(e,t,r){return{jsonrpc:"2.0",id:e,error:{code:t,message:r}}}async function v(e,t){if("object"!=typeof e||null===e||Array.isArray(e))return R(null,-32600,"invalid request");if("string"!=typeof e.method)return R(e.id??null,-32600,"invalid request");if(void 0===e.id)return null;let r=e.id??null;switch(e.method){case"initialize":{let t=e.params?.protocolVersion;return x(r,{protocolVersion:"string"==typeof t?t:"2025-06-18",capabilities:{tools:{}},serverInfo:{name:"fleetlens",version:w.default.version}})}case"ping":return x(r,{});case"tools/list":return x(r,{tools:t.defs});case"tools/call":{let s=e.params?.name,n=e.params?.arguments??{};if("string"!=typeof s)return R(r,-32602,"tools/call requires params.name");try{let e=await t.call(s,n);return x(r,{content:[{type:"text",text:e}]})}catch(e){return x(r,{content:[{type:"text",text:e.message}],isError:!0})}}default:return R(r,-32601,`method not found: ${e.method}`)}}var b=e.i(43427),j=e.i(86040),C=e.i(75550);let E={user:2,summary:3,agent:1};function _(e,t,r){let s=Math.max(0,t-120),n=Math.min(e.length,t+r+120),a=e.slice(s,n).replace(/\s+/g," ").trim();return`${s>0?"…":""}${a}${n<e.length?"…":""}`}async function A(e){let t=await (0,C.ensureIndex)(),r=Math.min(Math.max(1,e.limit??10),25),{hits:s,total:n}=function(e,t,r={}){let s,{terms:n,phrases:a}=(s=[],{terms:Array.from(new Set(t.replace(/"([^"]+)"/g,(e,t)=>(s.push(t.toLowerCase())," ")).toLowerCase().split(/[^\p{L}\p{N}_./-]+/u).filter(e=>e.length>=2))),phrases:s});if(0===n.length&&0===a.length)return{hits:[],total:0};let i=Date.now(),o=[];for(let t of e){var l;if((l=r.filters)&&(l.project&&t.project!==l.project||l.agent&&t.agent!==l.agent||l.after&&t.day<l.after||l.before&&t.day>l.before))continue;let e=t.title.toLowerCase(),s=new Set,c=0,u=[],d=!0;for(let r of a){let n=!1;for(let s of(e.includes(r)&&(n=!0,c+=8),t.chunks)){let e=s.text.toLowerCase().indexOf(r);-1!==e&&(n=!0,c+=(E[s.role]??1)*2,u.length<3&&u.push({role:s.role,text:_(s.text,e,r.length)}))}if(!n){d=!1;break}s.add(`"${r}"`)}if(!d)continue;for(let r of n){let n=0;for(let s of(e.includes(r)&&(n+=4),t.chunks)){let e=s.text.toLowerCase(),t=function(e,t){let r=0,s=e.indexOf(t);for(;-1!==s;)r++,s=e.indexOf(t,s+t.length);return r}(e,r);if(0!==t&&(n+=(E[s.role]??1)*(1+Math.log2(t)))>0&&u.length<3){let t=e.indexOf(r);u.push({role:s.role,text:_(s.text,t,r.length)})}}n>0&&(s.add(r),c+=n)}if(0===s.size)continue;let p=t.startIso?Date.parse(t.startIso):NaN,h=Math.pow(.5,(Number.isNaN(p)?5184e6:Math.max(0,i-p))/5184e6),f=+(s.size===n.length+a.length);o.push({sessionId:t.sessionId,agent:t.agent,project:t.project,day:t.day,title:t.title,score:1e6*f+c*(.25+.75*h),matchedTerms:Array.from(s),snippets:u.slice(0,3)})}o.sort((e,t)=>t.score-e.score||t.day.localeCompare(e.day));let c=r.limit??10;return{hits:o.slice(0,c),total:o.length}}(t,e.query,{limit:r,filters:{project:e.project,agent:e.agent,after:e.after,before:e.before}});return JSON.stringify({indexed_sessions:(0,C.indexStats)().sessions,total_matches:n,hits:s.map(e=>({session_id:e.sessionId,url:`/sessions/${e.sessionId}`,agent:e.agent,project:e.project,day:e.day,title:e.title,matched_terms:e.matchedTerms,snippets:e.snippets}))})}async function S(e){let t=(await (0,C.ensureIndex)()).find(t=>t.sessionId===e.session_id);if("full_text"===e.mode){if(!t)throw Error(`session not found in index: ${e.session_id}`);let r=`# Session ${t.sessionId}
|
|
2
2
|
project: ${t.project}
|
|
3
3
|
day: ${t.day}
|
|
4
4
|
agent: ${t.agent}
|
|
5
5
|
|
|
6
6
|
`;for(let e of t.chunks){let t=`[${e.role}] ${e.text}
|
|
7
7
|
|
|
8
|
-
`;if(r.length+t.length>48e3){r+="…(truncated)";break}r+=t}return r}let r=await (0,
|
|
8
|
+
`;if(r.length+t.length>48e3){r+="…(truncated)";break}r+=t}return r}let r=await (0,b.getAnySession)(e.session_id);if(!r)throw Error(`session not found: ${e.session_id}`);let s=t?.chunks.filter(e=>"summary"===e.role).map(e=>e.text)??[];return(s.length?`## AI summary
|
|
9
9
|
${s.join("\n")}
|
|
10
10
|
|
|
11
|
-
`:"")+(0,
|
|
11
|
+
`:"")+(0,j.summarizeSessionForAI)(r)}async function I(e){let t=await (0,C.ensureIndex)(),r=Math.min(Math.max(1,e.limit??20),100),s=t.filter(t=>(!e.project||t.project===e.project)&&(!e.agent||t.agent===e.agent)&&(!e.after||t.day>=e.after)&&(!e.before||t.day<=e.before)).sort((e,t)=>(t.startIso??"").localeCompare(e.startIso??""));return JSON.stringify({total:s.length,sessions:s.slice(0,r).map(e=>({session_id:e.sessionId,url:`/sessions/${e.sessionId}`,agent:e.agent,project:e.project,day:e.day,title:e.title}))})}async function M(){let e=await (0,C.ensureIndex)(),t=new Map;for(let r of e){let e=t.get(r.project)??{sessions:0,lastDay:""};e.sessions++,r.day>e.lastDay&&(e.lastDay=r.day),t.set(r.project,e)}return JSON.stringify({projects:Array.from(t.entries()).map(([e,t])=>({project:e,...t})).sort((e,t)=>t.lastDay.localeCompare(e.lastDay))})}let N={defs:[{name:"search_sessions",description:"Full-text search across every locally recorded coding-agent session (Claude Code, Codex, Gemini, …). Searches what the user and the agent actually said, plus AI-written session summaries. Multi-word queries are ranked-OR (sessions matching all words rank first); wrap a phrase in double quotes for exact match. Returns ranked hits with snippets and a dashboard url per session. Run several differently-worded searches when the first one isn't conclusive.",inputSchema:{type:"object",properties:{query:{type:"string",description:"Search terms. Quote phrases for exact match."},project:{type:"string",description:"Exact canonical project path filter, e.g. /Users/me/Repo/foo"},agent:{type:"string",description:"Agent source filter: claude-code | codex | gemini-cli | …"},after:{type:"string",description:"Only sessions starting on/after this local day (YYYY-MM-DD)"},before:{type:"string",description:"Only sessions starting on/before this local day (YYYY-MM-DD)"},limit:{type:"number",description:"Max hits to return (default 10, max 25)"}},required:["query"]}},{name:"get_session",description:"Fetch one session by id. mode=summary (default) returns a compact structured digest: metadata, first user message, turn-by-turn timeline, PRs shipped, errors, final message. mode=full_text returns the raw conversational text (user + agent messages, capped). Use summary first; full_text only when you need exact wording.",inputSchema:{type:"object",properties:{session_id:{type:"string"},mode:{type:"string",enum:["summary","full_text"]}},required:["session_id"]}},{name:"list_sessions",description:"List recent sessions (newest first) with title, project, day, and agent. Use for time- or project-scoped questions like 'what did I work on last Tuesday' — filter with after/before/project.",inputSchema:{type:"object",properties:{project:{type:"string",description:"Exact canonical project path filter"},agent:{type:"string"},after:{type:"string",description:"YYYY-MM-DD inclusive"},before:{type:"string",description:"YYYY-MM-DD inclusive"},limit:{type:"number",description:"Default 20, max 100"}}}},{name:"list_projects",description:"List every project that has recorded sessions, with session counts and the most recent activity day.",inputSchema:{type:"object",properties:{}}}],call:async(e,t)=>{switch(e){case"search_sessions":return A(t);case"get_session":return S(t);case"list_sessions":return I(t);case"list_projects":return M();default:throw Error(`unknown tool: ${e}`)}}};async function O(e){let t;try{t=await e.json()}catch{return Response.json({jsonrpc:"2.0",id:null,error:{code:-32700,message:"parse error"}},{status:400})}let r=await v(t,N);return null===r?new Response(null,{status:202}):Response.json(r)}e.s(["GET",0,function(){return new Response(null,{status:405})},"POST",0,O,"dynamic",0,"force-dynamic","runtime",0,"nodejs"],68780);var T=e.i(68780);let q=new t.AppRouteRouteModule({definition:{kind:r.RouteKind.APP_ROUTE,page:"/api/agent/mcp/route",pathname:"/api/agent/mcp",filename:"route",bundlePath:""},distDir:".next",relativeProjectDir:"",resolvedPagePath:"[project]/apps/web/app/api/agent/mcp/route.ts",nextConfigOutput:"standalone",userland:T,...{}}),{workAsyncStorage:D,workUnitAsyncStorage:P,serverHooks:$}=q;async function k(e,t,s){s.requestMeta&&(0,n.setRequestMeta)(e,s.requestMeta),q.isDev&&(0,n.addRequestMeta)(e,"devRequestTimingInternalsEnd",process.hrtime.bigint());let w="/api/agent/mcp/route";w=w.replace(/\/index$/,"")||"/";let x=await q.prepare(e,t,{srcPage:w,multiZoneDraftMode:!1});if(!x)return t.statusCode=400,t.end("Bad Request"),null==s.waitUntil||s.waitUntil.call(s,Promise.resolve()),null;let{buildId:R,params:v,nextConfig:b,parsedUrl:j,isDraftMode:C,prerenderManifest:E,routerServerContext:_,isOnDemandRevalidate:A,revalidateOnlyGenerated:S,resolvedPathname:I,clientReferenceManifest:M,serverActionsManifest:N}=x,O=(0,o.normalizeAppPath)(w),T=!!(E.dynamicRoutes[O]||E.routes[I]),D=async()=>((null==_?void 0:_.render404)?await _.render404(e,t,j,!1):t.end("This page could not be found"),null);if(T&&!C){let e=!!E.routes[I],t=E.dynamicRoutes[O];if(t&&!1===t.fallback&&!e){if(b.adapterPath)return await D();throw new g.NoFallbackError}}let P=null;!T||q.isDev||C||(P="/index"===(P=I)?"/":P);let $=!0===q.isDev||!T,k=T&&!$;N&&M&&(0,i.setManifestsSingleton)({page:w,clientReferenceManifest:M,serverActionsManifest:N});let U=e.method||"GET",H=(0,a.getTracer)(),Y=H.getActiveScopeSpan(),L=!!(null==_?void 0:_.isWrappedByNextServer),F=!!(0,n.getRequestMeta)(e,"minimalMode"),K=(0,n.getRequestMeta)(e,"incrementalCache")||await q.getIncrementalCache(e,b,E,F);null==K||K.resetRequestCache(),globalThis.__incrementalCache=K;let B={params:v,previewProps:E.preview,renderOpts:{experimental:{authInterrupts:!!b.experimental.authInterrupts},cacheComponents:!!b.cacheComponents,supportsDynamicResponse:$,incrementalCache:K,cacheLifeProfiles:b.cacheLife,waitUntil:s.waitUntil,onClose:e=>{t.on("close",e)},onAfterTaskError:void 0,onInstrumentationRequestError:(t,r,s,n)=>q.onRequestError(e,t,s,n,_)},sharedContext:{buildId:R}},z=new l.NodeNextRequest(e),G=new l.NodeNextResponse(t),V=c.NextRequestAdapter.fromNodeNextRequest(z,(0,c.signalFromNodeResponse)(t));try{let n,i=async e=>q.handle(V,B).finally(()=>{if(!e)return;e.setAttributes({"http.status_code":t.statusCode,"next.rsc":!1});let r=H.getRootSpanAttributes();if(!r)return;if(r.get("next.span_type")!==u.BaseServerSpan.handleRequest)return void console.warn(`Unexpected root span type '${r.get("next.span_type")}'. Please report this Next.js issue https://github.com/vercel/next.js`);let s=r.get("next.route");if(s){let t=`${U} ${s}`;e.setAttributes({"next.route":s,"http.route":s,"next.span_name":t}),e.updateName(t),n&&n!==e&&(n.setAttribute("http.route",s),n.updateName(t))}else e.updateName(`${U} ${w}`)}),o=async n=>{var a,o;let l=async({previousCacheEntry:r})=>{try{if(!F&&A&&S&&!r)return t.statusCode=404,t.setHeader("x-nextjs-cache","REVALIDATED"),t.end("This page could not be found"),null;let a=await i(n);e.fetchMetrics=B.renderOpts.fetchMetrics;let o=B.renderOpts.pendingWaitUntil;o&&s.waitUntil&&(s.waitUntil(o),o=void 0);let l=B.renderOpts.collectedTags;if(!T)return await (0,p.sendResponse)(z,G,a,B.renderOpts.pendingWaitUntil),null;{let e=await a.blob(),t=(0,h.toNodeOutgoingHttpHeaders)(a.headers);l&&(t[m.NEXT_CACHE_TAGS_HEADER]=l),!t["content-type"]&&e.type&&(t["content-type"]=e.type);let r=void 0!==B.renderOpts.collectedRevalidate&&!(B.renderOpts.collectedRevalidate>=m.INFINITE_CACHE)&&B.renderOpts.collectedRevalidate,s=void 0===B.renderOpts.collectedExpire||B.renderOpts.collectedExpire>=m.INFINITE_CACHE?void 0:B.renderOpts.collectedExpire;return{value:{kind:y.CachedRouteKind.APP_ROUTE,status:a.status,body:Buffer.from(await e.arrayBuffer()),headers:t},cacheControl:{revalidate:r,expire:s}}}}catch(t){throw(null==r?void 0:r.isStale)&&await q.onRequestError(e,t,{routerKind:"App Router",routePath:w,routeType:"route",revalidateReason:(0,d.getRevalidateReason)({isStaticGeneration:k,isOnDemandRevalidate:A})},!1,_),t}},c=await q.handleResponse({req:e,nextConfig:b,cacheKey:P,routeKind:r.RouteKind.APP_ROUTE,isFallback:!1,prerenderManifest:E,isRoutePPREnabled:!1,isOnDemandRevalidate:A,revalidateOnlyGenerated:S,responseGenerator:l,waitUntil:s.waitUntil,isMinimalMode:F});if(!T)return null;if((null==c||null==(a=c.value)?void 0:a.kind)!==y.CachedRouteKind.APP_ROUTE)throw Object.defineProperty(Error(`Invariant: app-route received invalid cache entry ${null==c||null==(o=c.value)?void 0:o.kind}`),"__NEXT_ERROR_CODE",{value:"E701",enumerable:!1,configurable:!0});F||t.setHeader("x-nextjs-cache",A?"REVALIDATED":c.isMiss?"MISS":c.isStale?"STALE":"HIT"),C&&t.setHeader("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");let u=(0,h.fromNodeOutgoingHttpHeaders)(c.value.headers);return F&&T||u.delete(m.NEXT_CACHE_TAGS_HEADER),!c.cacheControl||t.getHeader("Cache-Control")||u.get("Cache-Control")||u.set("Cache-Control",(0,f.getCacheControlHeader)(c.cacheControl)),await (0,p.sendResponse)(z,G,new Response(c.value.body,{headers:u,status:c.value.status||200})),null};L&&Y?await o(Y):(n=H.getActiveScopeSpan(),await H.withPropagatedContext(e.headers,()=>H.trace(u.BaseServerSpan.handleRequest,{spanName:`${U} ${w}`,kind:a.SpanKind.SERVER,attributes:{"http.method":U,"http.target":e.url}},o),void 0,!L))}catch(t){if(t instanceof g.NoFallbackError||await q.onRequestError(e,t,{routerKind:"App Router",routePath:O,routeType:"route",revalidateReason:(0,d.getRevalidateReason)({isStaticGeneration:k,isOnDemandRevalidate:A})},!1,_),T)throw t;return await (0,p.sendResponse)(z,G,new Response(null,{status:500})),null}}e.s(["handler",0,k,"patchFetch",0,function(){return(0,s.patchFetch)({workAsyncStorage:D,workUnitAsyncStorage:P})},"routeModule",0,q,"serverHooks",0,$,"workAsyncStorage",0,D,"workUnitAsyncStorage",0,P],19173)}];
|
|
12
12
|
|
|
13
13
|
//# sourceMappingURL=node_modules_next_dist_esm_build_templates_app-route_0sr4wr_.js.map
|