@mndrk/agx 1.4.64 → 2.0.0-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/BUILD_ID +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/app-build-manifest.json +391 -142
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/app-path-routes-manifest.json +43 -16
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/build-manifest.json +7 -7
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/dynamic-css-manifest.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/prerender-manifest.json +57 -9
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/required-server-files.json +2 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/routes-manifest.json +197 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found/page.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.html +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/_not-found.rsc +6 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/audit/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/audit/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/audit/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/auth/[...nextauth]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/auth/[...nextauth]/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/auth/daemon-secret/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/auth/daemon-secret/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/auth/daemon-secret/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/auth/device/code/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/auth/device/code/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/auth/device/token/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/auth/device/token/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/auth/refresh/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/auth/refresh/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/auth/status/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/auth/status/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/chat/history/route.js +28 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/chat/history/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/chat/history/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/chat/route.js +111 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/chat/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/chat/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/domains/[id]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/domains/[id]/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/domains/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/domains/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/health/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/health/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/learnings/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/learnings/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/learnings/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/logs/stream/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/logs/stream/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/cancel/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/cancel/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/signal/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/signal/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/start/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/start/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/start/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/status/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/status/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/orchestrator/tasks/[taskId]/status/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/migrate-v1/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/migrate-v1/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/migrate-v1/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/migrate-v2/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/migrate-v2/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/migrate-v2/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/[id]/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/projects/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/providers/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/providers/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/providers/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/queue/complete/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/queue/complete/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/queue/complete/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/queue/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/queue/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/queue/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/stage-prompts/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/stage-prompts/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/stage-prompts/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/comments/[commentId]/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/comments/[commentId]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/comments/[commentId]/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/comments/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/comments/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/comments/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/costs/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/costs/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/costs/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/dependencies/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/dependencies/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/dependencies/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/events/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/events/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/events/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/history/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/history/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/history/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/metrics/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/metrics/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/metrics/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/pause/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/pause/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/pause/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/replan/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/replan/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/replan/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/restart/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/restart/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/restart/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/resume/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/resume/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/resume/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/rollback/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/rollback/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/rollback/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/start/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/start/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/start/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/stop/route.js +74 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/stop/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/graph/stop/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/heartbeat/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/heartbeat/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/history/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/history/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/history/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/logs/route.js +74 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/logs/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/logs/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/logs/stream/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/logs/stream/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/comments/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/comments/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/comments/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/complete/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/complete/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/complete/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/fail/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/fail/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/fail/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/resume/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/resume/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/resume/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/start/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/start/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/start/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/stop/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/stop/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/stop/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/verify/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/verify/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/nodes/[nodeId]/verify/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/restart-stage/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/restart-stage/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/restart-stage/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/route.js +4 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/[id]/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/assign-orphans/route.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/assign-orphans/route.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/assign-orphans/route_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/stream/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/tasks/stream/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/user-settings/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/user-settings/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/user-settings/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/workflows/[id]/nodes/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/workflows/[id]/nodes/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/workflows/[id]/nodes/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/workflows/[id]/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/workflows/[id]/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/workflows/[id]/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/workflows/route.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/workflows/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/api/workflows/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/auth/callback/route.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/auth/callback/route_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/auth/device/page.js +5 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/auth/device/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/auth/device/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/auth/device.html +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/auth/device.rsc +7 -6
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/dashboard/page.js +5 -10
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/dashboard/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/dashboard/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/dashboard.html +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/dashboard.rsc +8 -6
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph/page.js +17 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph/page.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph/page_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.html +13 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.meta +7 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/execution-graph.rsc +23 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/index.html +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/index.rsc +6 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/login/page.js +4 -4
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/login/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/login.html +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/login.rsc +7 -6
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/page.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/graph/[taskId]/page.js +2 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/graph/[taskId]/page.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/graph/[taskId]/page_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/page.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/tasks/[taskId]/page.js +2 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/tasks/[taskId]/page.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/tasks/[taskId]/page_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/tasks/page.js +2 -7
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/tasks/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/tasks/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/workflow/page.js +2 -13
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/workflow/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/[slug]/workflow/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans/page.js +2 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans/page.js.nft.json +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans/page_client-reference-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.html +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.meta +7 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/orphans.rsc +24 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/page.js +3 -8
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.html +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/projects.rsc +7 -6
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings/page.js +2 -13
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings/page.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings/page_client-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.html +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app/settings.rsc +7 -6
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/app-paths-manifest.json +43 -16
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/1175.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/1891.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/{5611.js → 2341.js} +2 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/3009.js +9 -17
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/359.js +91 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/4183.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/4483.js +145 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/4684.js +53 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/5047.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/5336.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/5873.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/5998.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/6317.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/7143.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/7552.js +74 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/7625.js +12 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/8100.js +17 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/8521.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/8879.js +11 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/9218.js +74 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/9764.js +37 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/9933.js +2 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/dynamic-css-manifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/functions-config-manifest.json +4 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/instrumentation.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/middleware-build-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/middleware-manifest.json +5 -5
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/middleware.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/pages/404.html +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/pages/_app.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/pages/_app.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/pages/_document.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/pages/_document.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/pages/_error.js +3 -3
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/pages/_error.js.nft.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/pages-manifest.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/server-reference-manifest.js +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/server-reference-manifest.json +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/1560-c96304e8b5b09982.js +49 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/1a258343-bcfff2df53db439e.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/3634-903008664601478e.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/4380-34fd8d852553a877.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/5182-23ff4470a8cd697e.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/5962-e45590f9f1f0fb6a.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/6488-dc0cbab539e14b14.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/7329-81a6c7ab69ca4a52.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/9092-1eed225ca8c0f4b5.js +13 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/9337-41c7297232fc7095.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/968-bbc30100546b7647.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/9855-e3fbd51dd373e0c5.js +3 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/audit/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/auth/[...nextauth]/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/auth/daemon-secret/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/auth/device/code/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/auth/device/token/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/auth/refresh/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/auth/status/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/chat/history/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/chat/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/domains/[id]/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/domains/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/health/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/learnings/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/logs/stream/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/orchestrator/tasks/[taskId]/cancel/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/orchestrator/tasks/[taskId]/signal/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/orchestrator/tasks/[taskId]/start/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/orchestrator/tasks/[taskId]/status/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/projects/[id]/migrate-v1/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/projects/[id]/migrate-v2/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/projects/[id]/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/projects/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/providers/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/queue/complete/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/queue/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/stage-prompts/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/comments/[commentId]/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/comments/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/costs/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/dependencies/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/graph/events/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/graph/history/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/graph/metrics/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/graph/pause/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/graph/replan/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/graph/restart/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/graph/resume/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/graph/rollback/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/graph/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/graph/start/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/graph/stop/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/heartbeat/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/history/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/logs/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/logs/stream/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/nodes/[nodeId]/comments/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/nodes/[nodeId]/complete/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/nodes/[nodeId]/fail/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/nodes/[nodeId]/resume/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/nodes/[nodeId]/start/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/nodes/[nodeId]/stop/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/nodes/[nodeId]/verify/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/restart-stage/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/assign-orphans/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/stream/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/user-settings/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/workflows/[id]/nodes/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/workflows/[id]/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/workflows/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/auth/callback/route-4146f5e9f52467cf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/auth/device/page-360e0d9743267f83.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/dashboard/page-9fc2f72aa263afbf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/execution-graph/page-3d2f92c9f3a9c32b.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/layout-b1371d0718b61729.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/login/page-cc727e6121024adf.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/projects/[slug]/graph/[taskId]/page-35e701dd9d03607a.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/projects/[slug]/layout-3497c64539d1d0d6.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/projects/[slug]/page-7c440360390120d2.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/projects/[slug]/tasks/[taskId]/page-b5a1aca4ff048270.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/projects/[slug]/tasks/page-d324777fc0d2b28e.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/projects/[slug]/workflow/page-d944b3d435e6c096.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/projects/orphans/page-f2d9a658ebd59e25.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/projects/page-cfa09df7a60e3c9e.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/settings/page-5d8b5e8b4a41e553.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/ba12c10f-bf8f81460a1e4961.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/pages/_app-d4c3a651e078ce62.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/pages/_error-645f0cf542a3bcc5.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/{webpack-d282787ed3063711.js → webpack-ba6fd5b47c63daed.js} +1 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/css/599369d853c61df7.css +31 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/css/cecf148132e1eabb.css +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/css/fa5c997ce0e64112.css +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/ouqRjDQF23L-SLuiHJHB7/_buildManifest.js +1 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/api/context.js +81 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/api/diag.js +93 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/api/metrics.js +61 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/api/propagation.js +89 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/api/trace.js +79 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/baggage/context-helpers.js +63 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/baggage/internal/baggage-impl.js +55 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/baggage/internal/symbol.js +23 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/baggage/utils.js +51 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/context/NoopContextManager.js +38 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/context/context.js +55 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/context-api.js +24 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/diag/ComponentLogger.js +59 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/diag/consoleLogger.js +57 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/diag/internal/logLevelLogger.js +45 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/diag/types.js +44 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/diag-api.js +29 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/index.js +81 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/internal/global-utils.js +64 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/internal/semver.js +122 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/metrics/Metric.js +25 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/metrics/NoopMeter.js +127 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/metrics/NoopMeterProvider.js +31 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/metrics-api.js +24 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/platform/index.js +29 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/platform/node/globalThis.js +22 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/platform/node/index.js +29 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/propagation/NoopTextMapPropagator.js +34 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/propagation/TextMapPropagator.js +41 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/propagation-api.js +24 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/trace/NonRecordingSpan.js +69 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/trace/NoopTracer.js +75 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/trace/NoopTracerProvider.js +32 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/trace/ProxyTracer.js +55 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/trace/ProxyTracerProvider.js +54 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/trace/SamplingResult.js +42 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/trace/context-utils.js +82 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-impl.js +103 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/trace/internal/tracestate-validators.js +46 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/trace/internal/utils.js +24 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/trace/invalid-span-constants.js +27 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/trace/span_kind.js +46 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/trace/spancontext-utils.js +49 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/trace/status.js +23 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/trace/trace_flags.js +26 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/trace-api.js +24 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/build/src/version.js +21 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/@opentelemetry/api/package.json +113 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/package.json +17 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/pages/_app.tsx +5 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/pages/_document.tsx +13 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/scripts/migrate-v1-to-v2.ts +34 -0
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/worker/index.js +104 -20
- package/lib/cli/chat/index.js +203 -0
- package/lib/cli/cloud/aggregate.js +4 -0
- package/lib/cli/cloud/command.js +3 -0
- package/lib/cli/cloud/executeGraphV2.js +1791 -0
- package/lib/cli/cloud/executeVerifySingle.js +5 -1
- package/lib/cli/cloud/executeVerifySwarm.js +5 -1
- package/lib/cli/cloud/index.js +6 -0
- package/lib/cli/cloud/iterations.js +56 -1
- package/lib/cli/cloud/persist.js +1 -2
- package/lib/cli/cloud/prompts.js +9 -3
- package/lib/cli/cloud/taskLogger.js +37 -28
- package/lib/cli/cloudArtifacts.js +29 -12
- package/lib/cli/configStore.js +15 -4
- package/lib/cli/daemon.js +98 -25
- package/lib/cli/interactiveMenu.js +8 -15
- package/lib/cli/runCli.js +732 -71
- package/lib/cli/v2TaskRouting.js +82 -0
- package/lib/cloud/status.js +12 -6
- package/lib/cloud-sync.js +267 -0
- package/lib/commands/chat.js +95 -0
- package/lib/commands/daemonBoard.js +132 -0
- package/lib/executor.js +334 -9
- package/lib/graph/constants.js +25 -0
- package/lib/graph/scheduler.js +137 -0
- package/lib/graph/types.js +24 -0
- package/lib/prompts/cloudTask.js +12 -6
- package/lib/prompts/resume.js +353 -0
- package/lib/prompts/templates.js +27 -11
- package/lib/stage-requirements.js +2 -2
- package/lib/storage/checkpoints.js +222 -0
- package/lib/storage/git.js +147 -0
- package/lib/storage/graph.js +80 -0
- package/lib/storage/index.js +12 -0
- package/lib/storage/paths.js +11 -0
- package/lib/storage/state.js +2 -0
- package/lib/verify-gate.js +301 -0
- package/package.json +16 -2
- package/templates/stack/postgres/init/001_agx_board_schema.sql +122 -2
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/6158.js +0 -19
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/8666.js +0 -23
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/chunks/9159.js +0 -93
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/server/pages/500.html +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/FYPvFkL9PvoVJhHnr9Upx/_buildManifest.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/5608-674cd57e975c9b36.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/650-38439e55899ae2bf.js +0 -15
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/8960-720130c8c9bf5b1c.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/9337-f4cb4820efca03a1.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/audit/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/auth/[...nextauth]/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/auth/daemon-secret/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/auth/device/code/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/auth/device/token/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/auth/refresh/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/auth/status/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/domains/[id]/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/domains/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/health/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/learnings/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/logs/stream/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/orchestrator/tasks/[taskId]/cancel/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/orchestrator/tasks/[taskId]/signal/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/orchestrator/tasks/[taskId]/start/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/orchestrator/tasks/[taskId]/status/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/projects/[id]/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/projects/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/providers/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/queue/complete/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/queue/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/stage-prompts/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/comments/[commentId]/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/comments/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/costs/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/dependencies/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/heartbeat/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/history/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/logs/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/logs/stream/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/restart-stage/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/[id]/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/tasks/stream/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/user-settings/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/workflows/[id]/nodes/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/workflows/[id]/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/api/workflows/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/auth/callback/route-bee7977512f30f17.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/auth/device/page-bd5f443ef9da0c0a.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/dashboard/page-6140206ded1cc4ae.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/layout-6b46da9e6091abb3.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/login/page-8172fa023b259e7e.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/projects/[slug]/layout-11d4290500b37271.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/projects/[slug]/page-d097a2c0e0fc17cf.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/projects/[slug]/tasks/page-444e63f0464b1d40.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/projects/[slug]/workflow/page-9ccbd3d9db1bcef8.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/projects/page-6c545e9e5f5f66bc.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/app/settings/page-749ebaf650848f08.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/pages/_app-6c8c2371b16a04b8.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/chunks/pages/_error-94812ad32cad7365.js +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/css/ea93fda1b0bdd3b9.css +0 -1
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/next/dist/pages/_app.js +0 -42
- package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/next/dist/pages/_document.js +0 -834
- /package/cloud-runtime/standalone/Projects/Agents/agx-cloud/.next/static/{FYPvFkL9PvoVJhHnr9Upx → ouqRjDQF23L-SLuiHJHB7}/_ssgManifest.js +0 -0
package/cloud-runtime/standalone/Projects/Agents/agx-cloud/node_modules/next/dist/pages/_document.js
DELETED
|
@@ -1,834 +0,0 @@
|
|
|
1
|
-
/// <reference types="webpack/module.d.ts" />
|
|
2
|
-
"use strict";
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
0 && (module.exports = {
|
|
7
|
-
Head: null,
|
|
8
|
-
Html: null,
|
|
9
|
-
Main: null,
|
|
10
|
-
NextScript: null,
|
|
11
|
-
default: null
|
|
12
|
-
});
|
|
13
|
-
function _export(target, all) {
|
|
14
|
-
for(var name in all)Object.defineProperty(target, name, {
|
|
15
|
-
enumerable: true,
|
|
16
|
-
get: all[name]
|
|
17
|
-
});
|
|
18
|
-
}
|
|
19
|
-
_export(exports, {
|
|
20
|
-
Head: function() {
|
|
21
|
-
return Head;
|
|
22
|
-
},
|
|
23
|
-
Html: function() {
|
|
24
|
-
return Html;
|
|
25
|
-
},
|
|
26
|
-
Main: function() {
|
|
27
|
-
return Main;
|
|
28
|
-
},
|
|
29
|
-
NextScript: function() {
|
|
30
|
-
return NextScript;
|
|
31
|
-
},
|
|
32
|
-
/**
|
|
33
|
-
* `Document` component handles the initial `document` markup and renders only on the server side.
|
|
34
|
-
* Commonly used for implementing server side rendering for `css-in-js` libraries.
|
|
35
|
-
*/ default: function() {
|
|
36
|
-
return Document;
|
|
37
|
-
}
|
|
38
|
-
});
|
|
39
|
-
const _jsxruntime = require("react/jsx-runtime");
|
|
40
|
-
const _react = /*#__PURE__*/ _interop_require_wildcard(require("react"));
|
|
41
|
-
const _constants = require("../shared/lib/constants");
|
|
42
|
-
const _getpagefiles = require("../server/get-page-files");
|
|
43
|
-
const _htmlescape = require("../server/htmlescape");
|
|
44
|
-
const _iserror = /*#__PURE__*/ _interop_require_default(require("../lib/is-error"));
|
|
45
|
-
const _htmlcontextsharedruntime = require("../shared/lib/html-context.shared-runtime");
|
|
46
|
-
const _encodeuripath = require("../shared/lib/encode-uri-path");
|
|
47
|
-
const _tracer = require("../server/lib/trace/tracer");
|
|
48
|
-
const _utils = require("../server/lib/trace/utils");
|
|
49
|
-
function _interop_require_default(obj) {
|
|
50
|
-
return obj && obj.__esModule ? obj : {
|
|
51
|
-
default: obj
|
|
52
|
-
};
|
|
53
|
-
}
|
|
54
|
-
function _getRequireWildcardCache(nodeInterop) {
|
|
55
|
-
if (typeof WeakMap !== "function") return null;
|
|
56
|
-
var cacheBabelInterop = new WeakMap();
|
|
57
|
-
var cacheNodeInterop = new WeakMap();
|
|
58
|
-
return (_getRequireWildcardCache = function(nodeInterop) {
|
|
59
|
-
return nodeInterop ? cacheNodeInterop : cacheBabelInterop;
|
|
60
|
-
})(nodeInterop);
|
|
61
|
-
}
|
|
62
|
-
function _interop_require_wildcard(obj, nodeInterop) {
|
|
63
|
-
if (!nodeInterop && obj && obj.__esModule) {
|
|
64
|
-
return obj;
|
|
65
|
-
}
|
|
66
|
-
if (obj === null || typeof obj !== "object" && typeof obj !== "function") {
|
|
67
|
-
return {
|
|
68
|
-
default: obj
|
|
69
|
-
};
|
|
70
|
-
}
|
|
71
|
-
var cache = _getRequireWildcardCache(nodeInterop);
|
|
72
|
-
if (cache && cache.has(obj)) {
|
|
73
|
-
return cache.get(obj);
|
|
74
|
-
}
|
|
75
|
-
var newObj = {
|
|
76
|
-
__proto__: null
|
|
77
|
-
};
|
|
78
|
-
var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor;
|
|
79
|
-
for(var key in obj){
|
|
80
|
-
if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) {
|
|
81
|
-
var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null;
|
|
82
|
-
if (desc && (desc.get || desc.set)) {
|
|
83
|
-
Object.defineProperty(newObj, key, desc);
|
|
84
|
-
} else {
|
|
85
|
-
newObj[key] = obj[key];
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
}
|
|
89
|
-
newObj.default = obj;
|
|
90
|
-
if (cache) {
|
|
91
|
-
cache.set(obj, newObj);
|
|
92
|
-
}
|
|
93
|
-
return newObj;
|
|
94
|
-
}
|
|
95
|
-
/** Set of pages that have triggered a large data warning on production mode. */ const largePageDataWarnings = new Set();
|
|
96
|
-
function getDocumentFiles(buildManifest, pathname, inAmpMode) {
|
|
97
|
-
const sharedFiles = (0, _getpagefiles.getPageFiles)(buildManifest, '/_app');
|
|
98
|
-
const pageFiles = process.env.NEXT_RUNTIME !== 'edge' && inAmpMode ? [] : (0, _getpagefiles.getPageFiles)(buildManifest, pathname);
|
|
99
|
-
return {
|
|
100
|
-
sharedFiles,
|
|
101
|
-
pageFiles,
|
|
102
|
-
allFiles: [
|
|
103
|
-
...new Set([
|
|
104
|
-
...sharedFiles,
|
|
105
|
-
...pageFiles
|
|
106
|
-
])
|
|
107
|
-
]
|
|
108
|
-
};
|
|
109
|
-
}
|
|
110
|
-
function getPolyfillScripts(context, props) {
|
|
111
|
-
// polyfills.js has to be rendered as nomodule without async
|
|
112
|
-
// It also has to be the first script to load
|
|
113
|
-
const { assetPrefix, buildManifest, assetQueryString, disableOptimizedLoading, crossOrigin } = context;
|
|
114
|
-
return buildManifest.polyfillFiles.filter((polyfill)=>polyfill.endsWith('.js') && !polyfill.endsWith('.module.js')).map((polyfill)=>/*#__PURE__*/ (0, _jsxruntime.jsx)("script", {
|
|
115
|
-
defer: !disableOptimizedLoading,
|
|
116
|
-
nonce: props.nonce,
|
|
117
|
-
crossOrigin: props.crossOrigin || crossOrigin,
|
|
118
|
-
noModule: true,
|
|
119
|
-
src: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(polyfill)}${assetQueryString}`
|
|
120
|
-
}, polyfill));
|
|
121
|
-
}
|
|
122
|
-
function hasComponentProps(child) {
|
|
123
|
-
return !!child && !!child.props;
|
|
124
|
-
}
|
|
125
|
-
function AmpStyles({ styles }) {
|
|
126
|
-
if (!styles) return null;
|
|
127
|
-
// try to parse styles from fragment for backwards compat
|
|
128
|
-
const curStyles = Array.isArray(styles) ? styles : [];
|
|
129
|
-
if (// @ts-ignore Property 'props' does not exist on type ReactElement
|
|
130
|
-
styles.props && // @ts-ignore Property 'props' does not exist on type ReactElement
|
|
131
|
-
Array.isArray(styles.props.children)) {
|
|
132
|
-
const hasStyles = (el)=>{
|
|
133
|
-
var _el_props_dangerouslySetInnerHTML, _el_props;
|
|
134
|
-
return el == null ? void 0 : (_el_props = el.props) == null ? void 0 : (_el_props_dangerouslySetInnerHTML = _el_props.dangerouslySetInnerHTML) == null ? void 0 : _el_props_dangerouslySetInnerHTML.__html;
|
|
135
|
-
};
|
|
136
|
-
// @ts-ignore Property 'props' does not exist on type ReactElement
|
|
137
|
-
styles.props.children.forEach((child)=>{
|
|
138
|
-
if (Array.isArray(child)) {
|
|
139
|
-
child.forEach((el)=>hasStyles(el) && curStyles.push(el));
|
|
140
|
-
} else if (hasStyles(child)) {
|
|
141
|
-
curStyles.push(child);
|
|
142
|
-
}
|
|
143
|
-
});
|
|
144
|
-
}
|
|
145
|
-
/* Add custom styles before AMP styles to prevent accidental overrides */ return /*#__PURE__*/ (0, _jsxruntime.jsx)("style", {
|
|
146
|
-
"amp-custom": "",
|
|
147
|
-
dangerouslySetInnerHTML: {
|
|
148
|
-
__html: curStyles.map((style)=>style.props.dangerouslySetInnerHTML.__html).join('').replace(/\/\*# sourceMappingURL=.*\*\//g, '').replace(/\/\*@ sourceURL=.*?\*\//g, '')
|
|
149
|
-
}
|
|
150
|
-
});
|
|
151
|
-
}
|
|
152
|
-
function getDynamicChunks(context, props, files) {
|
|
153
|
-
const { dynamicImports, assetPrefix, isDevelopment, assetQueryString, disableOptimizedLoading, crossOrigin } = context;
|
|
154
|
-
return dynamicImports.map((file)=>{
|
|
155
|
-
if (!file.endsWith('.js') || files.allFiles.includes(file)) return null;
|
|
156
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsx)("script", {
|
|
157
|
-
async: !isDevelopment && disableOptimizedLoading,
|
|
158
|
-
defer: !disableOptimizedLoading,
|
|
159
|
-
src: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,
|
|
160
|
-
nonce: props.nonce,
|
|
161
|
-
crossOrigin: props.crossOrigin || crossOrigin
|
|
162
|
-
}, file);
|
|
163
|
-
});
|
|
164
|
-
}
|
|
165
|
-
function getScripts(context, props, files) {
|
|
166
|
-
var _buildManifest_lowPriorityFiles;
|
|
167
|
-
const { assetPrefix, buildManifest, isDevelopment, assetQueryString, disableOptimizedLoading, crossOrigin } = context;
|
|
168
|
-
const normalScripts = files.allFiles.filter((file)=>file.endsWith('.js'));
|
|
169
|
-
const lowPriorityScripts = (_buildManifest_lowPriorityFiles = buildManifest.lowPriorityFiles) == null ? void 0 : _buildManifest_lowPriorityFiles.filter((file)=>file.endsWith('.js'));
|
|
170
|
-
return [
|
|
171
|
-
...normalScripts,
|
|
172
|
-
...lowPriorityScripts
|
|
173
|
-
].map((file)=>{
|
|
174
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsx)("script", {
|
|
175
|
-
src: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,
|
|
176
|
-
nonce: props.nonce,
|
|
177
|
-
async: !isDevelopment && disableOptimizedLoading,
|
|
178
|
-
defer: !disableOptimizedLoading,
|
|
179
|
-
crossOrigin: props.crossOrigin || crossOrigin
|
|
180
|
-
}, file);
|
|
181
|
-
});
|
|
182
|
-
}
|
|
183
|
-
function getPreNextWorkerScripts(context, props) {
|
|
184
|
-
const { assetPrefix, scriptLoader, crossOrigin, nextScriptWorkers } = context;
|
|
185
|
-
// disable `nextScriptWorkers` in edge runtime
|
|
186
|
-
if (!nextScriptWorkers || process.env.NEXT_RUNTIME === 'edge') return null;
|
|
187
|
-
try {
|
|
188
|
-
// @ts-expect-error: Prevent webpack from processing this require
|
|
189
|
-
let { partytownSnippet } = __non_webpack_require__('@builder.io/partytown/integration');
|
|
190
|
-
const children = Array.isArray(props.children) ? props.children : [
|
|
191
|
-
props.children
|
|
192
|
-
];
|
|
193
|
-
// Check to see if the user has defined their own Partytown configuration
|
|
194
|
-
const userDefinedConfig = children.find((child)=>{
|
|
195
|
-
var _child_props_dangerouslySetInnerHTML, _child_props;
|
|
196
|
-
return hasComponentProps(child) && (child == null ? void 0 : (_child_props = child.props) == null ? void 0 : (_child_props_dangerouslySetInnerHTML = _child_props.dangerouslySetInnerHTML) == null ? void 0 : _child_props_dangerouslySetInnerHTML.__html.length) && 'data-partytown-config' in child.props;
|
|
197
|
-
});
|
|
198
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
|
|
199
|
-
children: [
|
|
200
|
-
!userDefinedConfig && /*#__PURE__*/ (0, _jsxruntime.jsx)("script", {
|
|
201
|
-
"data-partytown-config": "",
|
|
202
|
-
dangerouslySetInnerHTML: {
|
|
203
|
-
__html: `
|
|
204
|
-
partytown = {
|
|
205
|
-
lib: "${assetPrefix}/_next/static/~partytown/"
|
|
206
|
-
};
|
|
207
|
-
`
|
|
208
|
-
}
|
|
209
|
-
}),
|
|
210
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)("script", {
|
|
211
|
-
"data-partytown": "",
|
|
212
|
-
dangerouslySetInnerHTML: {
|
|
213
|
-
__html: partytownSnippet()
|
|
214
|
-
}
|
|
215
|
-
}),
|
|
216
|
-
(scriptLoader.worker || []).map((file, index)=>{
|
|
217
|
-
const { strategy, src, children: scriptChildren, dangerouslySetInnerHTML, ...scriptProps } = file;
|
|
218
|
-
let srcProps = {};
|
|
219
|
-
if (src) {
|
|
220
|
-
// Use external src if provided
|
|
221
|
-
srcProps.src = src;
|
|
222
|
-
} else if (dangerouslySetInnerHTML && dangerouslySetInnerHTML.__html) {
|
|
223
|
-
// Embed inline script if provided with dangerouslySetInnerHTML
|
|
224
|
-
srcProps.dangerouslySetInnerHTML = {
|
|
225
|
-
__html: dangerouslySetInnerHTML.__html
|
|
226
|
-
};
|
|
227
|
-
} else if (scriptChildren) {
|
|
228
|
-
// Embed inline script if provided with children
|
|
229
|
-
srcProps.dangerouslySetInnerHTML = {
|
|
230
|
-
__html: typeof scriptChildren === 'string' ? scriptChildren : Array.isArray(scriptChildren) ? scriptChildren.join('') : ''
|
|
231
|
-
};
|
|
232
|
-
} else {
|
|
233
|
-
throw Object.defineProperty(new Error('Invalid usage of next/script. Did you forget to include a src attribute or an inline script? https://nextjs.org/docs/messages/invalid-script'), "__NEXT_ERROR_CODE", {
|
|
234
|
-
value: "E82",
|
|
235
|
-
enumerable: false,
|
|
236
|
-
configurable: true
|
|
237
|
-
});
|
|
238
|
-
}
|
|
239
|
-
return /*#__PURE__*/ (0, _react.createElement)("script", {
|
|
240
|
-
...srcProps,
|
|
241
|
-
...scriptProps,
|
|
242
|
-
type: "text/partytown",
|
|
243
|
-
key: src || index,
|
|
244
|
-
nonce: props.nonce,
|
|
245
|
-
"data-nscript": "worker",
|
|
246
|
-
crossOrigin: props.crossOrigin || crossOrigin
|
|
247
|
-
});
|
|
248
|
-
})
|
|
249
|
-
]
|
|
250
|
-
});
|
|
251
|
-
} catch (err) {
|
|
252
|
-
if ((0, _iserror.default)(err) && err.code !== 'MODULE_NOT_FOUND') {
|
|
253
|
-
console.warn(`Warning: ${err.message}`);
|
|
254
|
-
}
|
|
255
|
-
return null;
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
function getPreNextScripts(context, props) {
|
|
259
|
-
const { scriptLoader, disableOptimizedLoading, crossOrigin } = context;
|
|
260
|
-
const webWorkerScripts = getPreNextWorkerScripts(context, props);
|
|
261
|
-
const beforeInteractiveScripts = (scriptLoader.beforeInteractive || []).filter((script)=>script.src).map((file, index)=>{
|
|
262
|
-
const { strategy, ...scriptProps } = file;
|
|
263
|
-
return /*#__PURE__*/ (0, _react.createElement)("script", {
|
|
264
|
-
...scriptProps,
|
|
265
|
-
key: scriptProps.src || index,
|
|
266
|
-
defer: scriptProps.defer ?? !disableOptimizedLoading,
|
|
267
|
-
nonce: scriptProps.nonce || props.nonce,
|
|
268
|
-
"data-nscript": "beforeInteractive",
|
|
269
|
-
crossOrigin: props.crossOrigin || crossOrigin
|
|
270
|
-
});
|
|
271
|
-
});
|
|
272
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
|
|
273
|
-
children: [
|
|
274
|
-
webWorkerScripts,
|
|
275
|
-
beforeInteractiveScripts
|
|
276
|
-
]
|
|
277
|
-
});
|
|
278
|
-
}
|
|
279
|
-
function getHeadHTMLProps(props) {
|
|
280
|
-
const { crossOrigin, nonce, ...restProps } = props;
|
|
281
|
-
// This assignment is necessary for additional type checking to avoid unsupported attributes in <head>
|
|
282
|
-
const headProps = restProps;
|
|
283
|
-
return headProps;
|
|
284
|
-
}
|
|
285
|
-
function getAmpPath(ampPath, asPath) {
|
|
286
|
-
return ampPath || `${asPath}${asPath.includes('?') ? '&' : '?'}amp=1`;
|
|
287
|
-
}
|
|
288
|
-
function getNextFontLinkTags(nextFontManifest, dangerousAsPath, assetPrefix = '') {
|
|
289
|
-
if (!nextFontManifest) {
|
|
290
|
-
return {
|
|
291
|
-
preconnect: null,
|
|
292
|
-
preload: null
|
|
293
|
-
};
|
|
294
|
-
}
|
|
295
|
-
const appFontsEntry = nextFontManifest.pages['/_app'];
|
|
296
|
-
const pageFontsEntry = nextFontManifest.pages[dangerousAsPath];
|
|
297
|
-
const preloadedFontFiles = Array.from(new Set([
|
|
298
|
-
...appFontsEntry ?? [],
|
|
299
|
-
...pageFontsEntry ?? []
|
|
300
|
-
]));
|
|
301
|
-
// If no font files should preload but there's an entry for the path, add a preconnect tag.
|
|
302
|
-
const preconnectToSelf = !!(preloadedFontFiles.length === 0 && (appFontsEntry || pageFontsEntry));
|
|
303
|
-
return {
|
|
304
|
-
preconnect: preconnectToSelf ? /*#__PURE__*/ (0, _jsxruntime.jsx)("link", {
|
|
305
|
-
"data-next-font": nextFontManifest.pagesUsingSizeAdjust ? 'size-adjust' : '',
|
|
306
|
-
rel: "preconnect",
|
|
307
|
-
href: "/",
|
|
308
|
-
crossOrigin: "anonymous"
|
|
309
|
-
}) : null,
|
|
310
|
-
preload: preloadedFontFiles ? preloadedFontFiles.map((fontFile)=>{
|
|
311
|
-
const ext = /\.(woff|woff2|eot|ttf|otf)$/.exec(fontFile)[1];
|
|
312
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsx)("link", {
|
|
313
|
-
rel: "preload",
|
|
314
|
-
href: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(fontFile)}`,
|
|
315
|
-
as: "font",
|
|
316
|
-
type: `font/${ext}`,
|
|
317
|
-
crossOrigin: "anonymous",
|
|
318
|
-
"data-next-font": fontFile.includes('-s') ? 'size-adjust' : ''
|
|
319
|
-
}, fontFile);
|
|
320
|
-
}) : null
|
|
321
|
-
};
|
|
322
|
-
}
|
|
323
|
-
class Head extends _react.default.Component {
|
|
324
|
-
static #_ = this.contextType = _htmlcontextsharedruntime.HtmlContext;
|
|
325
|
-
getCssLinks(files) {
|
|
326
|
-
const { assetPrefix, assetQueryString, dynamicImports, dynamicCssManifest, crossOrigin, optimizeCss } = this.context;
|
|
327
|
-
const cssFiles = files.allFiles.filter((f)=>f.endsWith('.css'));
|
|
328
|
-
const sharedFiles = new Set(files.sharedFiles);
|
|
329
|
-
// Unmanaged files are CSS files that will be handled directly by the
|
|
330
|
-
// webpack runtime (`mini-css-extract-plugin`).
|
|
331
|
-
let unmanagedFiles = new Set([]);
|
|
332
|
-
let localDynamicCssFiles = Array.from(new Set(dynamicImports.filter((file)=>file.endsWith('.css'))));
|
|
333
|
-
if (localDynamicCssFiles.length) {
|
|
334
|
-
const existing = new Set(cssFiles);
|
|
335
|
-
localDynamicCssFiles = localDynamicCssFiles.filter((f)=>!(existing.has(f) || sharedFiles.has(f)));
|
|
336
|
-
unmanagedFiles = new Set(localDynamicCssFiles);
|
|
337
|
-
cssFiles.push(...localDynamicCssFiles);
|
|
338
|
-
}
|
|
339
|
-
let cssLinkElements = [];
|
|
340
|
-
cssFiles.forEach((file)=>{
|
|
341
|
-
const isSharedFile = sharedFiles.has(file);
|
|
342
|
-
const isUnmanagedFile = unmanagedFiles.has(file);
|
|
343
|
-
const isFileInDynamicCssManifest = dynamicCssManifest.has(file);
|
|
344
|
-
if (!optimizeCss) {
|
|
345
|
-
cssLinkElements.push(/*#__PURE__*/ (0, _jsxruntime.jsx)("link", {
|
|
346
|
-
nonce: this.props.nonce,
|
|
347
|
-
rel: "preload",
|
|
348
|
-
href: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,
|
|
349
|
-
as: "style",
|
|
350
|
-
crossOrigin: this.props.crossOrigin || crossOrigin
|
|
351
|
-
}, `${file}-preload`));
|
|
352
|
-
}
|
|
353
|
-
cssLinkElements.push(/*#__PURE__*/ (0, _jsxruntime.jsx)("link", {
|
|
354
|
-
nonce: this.props.nonce,
|
|
355
|
-
rel: "stylesheet",
|
|
356
|
-
href: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,
|
|
357
|
-
crossOrigin: this.props.crossOrigin || crossOrigin,
|
|
358
|
-
"data-n-g": isUnmanagedFile ? undefined : isSharedFile ? '' : undefined,
|
|
359
|
-
"data-n-p": isSharedFile || isUnmanagedFile || isFileInDynamicCssManifest ? undefined : ''
|
|
360
|
-
}, file));
|
|
361
|
-
});
|
|
362
|
-
return cssLinkElements.length === 0 ? null : cssLinkElements;
|
|
363
|
-
}
|
|
364
|
-
getPreloadDynamicChunks() {
|
|
365
|
-
const { dynamicImports, assetPrefix, assetQueryString, crossOrigin } = this.context;
|
|
366
|
-
return dynamicImports.map((file)=>{
|
|
367
|
-
if (!file.endsWith('.js')) {
|
|
368
|
-
return null;
|
|
369
|
-
}
|
|
370
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsx)("link", {
|
|
371
|
-
rel: "preload",
|
|
372
|
-
href: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,
|
|
373
|
-
as: "script",
|
|
374
|
-
nonce: this.props.nonce,
|
|
375
|
-
crossOrigin: this.props.crossOrigin || crossOrigin
|
|
376
|
-
}, file);
|
|
377
|
-
})// Filter out nulled scripts
|
|
378
|
-
.filter(Boolean);
|
|
379
|
-
}
|
|
380
|
-
getPreloadMainLinks(files) {
|
|
381
|
-
const { assetPrefix, assetQueryString, scriptLoader, crossOrigin } = this.context;
|
|
382
|
-
const preloadFiles = files.allFiles.filter((file)=>{
|
|
383
|
-
return file.endsWith('.js');
|
|
384
|
-
});
|
|
385
|
-
return [
|
|
386
|
-
...(scriptLoader.beforeInteractive || []).map((file)=>/*#__PURE__*/ (0, _jsxruntime.jsx)("link", {
|
|
387
|
-
nonce: this.props.nonce,
|
|
388
|
-
rel: "preload",
|
|
389
|
-
href: file.src,
|
|
390
|
-
as: "script",
|
|
391
|
-
crossOrigin: this.props.crossOrigin || crossOrigin
|
|
392
|
-
}, file.src)),
|
|
393
|
-
...preloadFiles.map((file)=>/*#__PURE__*/ (0, _jsxruntime.jsx)("link", {
|
|
394
|
-
nonce: this.props.nonce,
|
|
395
|
-
rel: "preload",
|
|
396
|
-
href: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,
|
|
397
|
-
as: "script",
|
|
398
|
-
crossOrigin: this.props.crossOrigin || crossOrigin
|
|
399
|
-
}, file))
|
|
400
|
-
];
|
|
401
|
-
}
|
|
402
|
-
getBeforeInteractiveInlineScripts() {
|
|
403
|
-
const { scriptLoader } = this.context;
|
|
404
|
-
const { nonce, crossOrigin } = this.props;
|
|
405
|
-
return (scriptLoader.beforeInteractive || []).filter((script)=>!script.src && (script.dangerouslySetInnerHTML || script.children)).map((file, index)=>{
|
|
406
|
-
const { strategy, children, dangerouslySetInnerHTML, src, ...scriptProps } = file;
|
|
407
|
-
let html = '';
|
|
408
|
-
if (dangerouslySetInnerHTML && dangerouslySetInnerHTML.__html) {
|
|
409
|
-
html = dangerouslySetInnerHTML.__html;
|
|
410
|
-
} else if (children) {
|
|
411
|
-
html = typeof children === 'string' ? children : Array.isArray(children) ? children.join('') : '';
|
|
412
|
-
}
|
|
413
|
-
return /*#__PURE__*/ (0, _react.createElement)("script", {
|
|
414
|
-
...scriptProps,
|
|
415
|
-
dangerouslySetInnerHTML: {
|
|
416
|
-
__html: html
|
|
417
|
-
},
|
|
418
|
-
key: scriptProps.id || index,
|
|
419
|
-
nonce: nonce,
|
|
420
|
-
"data-nscript": "beforeInteractive",
|
|
421
|
-
crossOrigin: crossOrigin || process.env.__NEXT_CROSS_ORIGIN
|
|
422
|
-
});
|
|
423
|
-
});
|
|
424
|
-
}
|
|
425
|
-
getDynamicChunks(files) {
|
|
426
|
-
return getDynamicChunks(this.context, this.props, files);
|
|
427
|
-
}
|
|
428
|
-
getPreNextScripts() {
|
|
429
|
-
return getPreNextScripts(this.context, this.props);
|
|
430
|
-
}
|
|
431
|
-
getScripts(files) {
|
|
432
|
-
return getScripts(this.context, this.props, files);
|
|
433
|
-
}
|
|
434
|
-
getPolyfillScripts() {
|
|
435
|
-
return getPolyfillScripts(this.context, this.props);
|
|
436
|
-
}
|
|
437
|
-
render() {
|
|
438
|
-
const { styles, ampPath, inAmpMode, hybridAmp, canonicalBase, __NEXT_DATA__, dangerousAsPath, headTags, unstable_runtimeJS, unstable_JsPreload, disableOptimizedLoading, optimizeCss, assetPrefix, nextFontManifest } = this.context;
|
|
439
|
-
const disableRuntimeJS = unstable_runtimeJS === false;
|
|
440
|
-
const disableJsPreload = unstable_JsPreload === false || !disableOptimizedLoading;
|
|
441
|
-
this.context.docComponentsRendered.Head = true;
|
|
442
|
-
let { head } = this.context;
|
|
443
|
-
let cssPreloads = [];
|
|
444
|
-
let otherHeadElements = [];
|
|
445
|
-
if (head) {
|
|
446
|
-
head.forEach((child)=>{
|
|
447
|
-
if (child && child.type === 'link' && child.props['rel'] === 'preload' && child.props['as'] === 'style') {
|
|
448
|
-
cssPreloads.push(child);
|
|
449
|
-
} else {
|
|
450
|
-
if (child) {
|
|
451
|
-
otherHeadElements.push(/*#__PURE__*/ _react.default.cloneElement(child, {
|
|
452
|
-
'data-next-head': ''
|
|
453
|
-
}));
|
|
454
|
-
}
|
|
455
|
-
}
|
|
456
|
-
});
|
|
457
|
-
head = cssPreloads.concat(otherHeadElements);
|
|
458
|
-
}
|
|
459
|
-
let children = _react.default.Children.toArray(this.props.children).filter(Boolean);
|
|
460
|
-
// show a warning if Head contains <title> (only in development)
|
|
461
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
462
|
-
children = _react.default.Children.map(children, (child)=>{
|
|
463
|
-
var _child_props;
|
|
464
|
-
const isReactHelmet = child == null ? void 0 : (_child_props = child.props) == null ? void 0 : _child_props['data-react-helmet'];
|
|
465
|
-
if (!isReactHelmet) {
|
|
466
|
-
var _child_props1;
|
|
467
|
-
if ((child == null ? void 0 : child.type) === 'title') {
|
|
468
|
-
console.warn("Warning: <title> should not be used in _document.js's <Head>. https://nextjs.org/docs/messages/no-document-title");
|
|
469
|
-
} else if ((child == null ? void 0 : child.type) === 'meta' && (child == null ? void 0 : (_child_props1 = child.props) == null ? void 0 : _child_props1.name) === 'viewport') {
|
|
470
|
-
console.warn("Warning: viewport meta tags should not be used in _document.js's <Head>. https://nextjs.org/docs/messages/no-document-viewport-meta");
|
|
471
|
-
}
|
|
472
|
-
}
|
|
473
|
-
return child;
|
|
474
|
-
// @types/react bug. Returned value from .map will not be `null` if you pass in `[null]`
|
|
475
|
-
});
|
|
476
|
-
if (this.props.crossOrigin) console.warn('Warning: `Head` attribute `crossOrigin` is deprecated. https://nextjs.org/docs/messages/doc-crossorigin-deprecated');
|
|
477
|
-
}
|
|
478
|
-
let hasAmphtmlRel = false;
|
|
479
|
-
let hasCanonicalRel = false;
|
|
480
|
-
// show warning and remove conflicting amp head tags
|
|
481
|
-
head = _react.default.Children.map(head || [], (child)=>{
|
|
482
|
-
if (!child) return child;
|
|
483
|
-
const { type, props } = child;
|
|
484
|
-
if (process.env.NEXT_RUNTIME !== 'edge' && inAmpMode) {
|
|
485
|
-
let badProp = '';
|
|
486
|
-
if (type === 'meta' && props.name === 'viewport') {
|
|
487
|
-
badProp = 'name="viewport"';
|
|
488
|
-
} else if (type === 'link' && props.rel === 'canonical') {
|
|
489
|
-
hasCanonicalRel = true;
|
|
490
|
-
} else if (type === 'script') {
|
|
491
|
-
// only block if
|
|
492
|
-
// 1. it has a src and isn't pointing to ampproject's CDN
|
|
493
|
-
// 2. it is using dangerouslySetInnerHTML without a type or
|
|
494
|
-
// a type of text/javascript
|
|
495
|
-
if (props.src && props.src.indexOf('ampproject') < -1 || props.dangerouslySetInnerHTML && (!props.type || props.type === 'text/javascript')) {
|
|
496
|
-
badProp = '<script';
|
|
497
|
-
Object.keys(props).forEach((prop)=>{
|
|
498
|
-
badProp += ` ${prop}="${props[prop]}"`;
|
|
499
|
-
});
|
|
500
|
-
badProp += '/>';
|
|
501
|
-
}
|
|
502
|
-
}
|
|
503
|
-
if (badProp) {
|
|
504
|
-
console.warn(`Found conflicting amp tag "${child.type}" with conflicting prop ${badProp} in ${__NEXT_DATA__.page}. https://nextjs.org/docs/messages/conflicting-amp-tag`);
|
|
505
|
-
return null;
|
|
506
|
-
}
|
|
507
|
-
} else {
|
|
508
|
-
// non-amp mode
|
|
509
|
-
if (type === 'link' && props.rel === 'amphtml') {
|
|
510
|
-
hasAmphtmlRel = true;
|
|
511
|
-
}
|
|
512
|
-
}
|
|
513
|
-
return child;
|
|
514
|
-
// @types/react bug. Returned value from .map will not be `null` if you pass in `[null]`
|
|
515
|
-
});
|
|
516
|
-
const files = getDocumentFiles(this.context.buildManifest, this.context.__NEXT_DATA__.page, process.env.NEXT_RUNTIME !== 'edge' && inAmpMode);
|
|
517
|
-
const nextFontLinkTags = getNextFontLinkTags(nextFontManifest, dangerousAsPath, assetPrefix);
|
|
518
|
-
const tracingMetadata = (0, _utils.getTracedMetadata)((0, _tracer.getTracer)().getTracePropagationData(), this.context.experimentalClientTraceMetadata);
|
|
519
|
-
const traceMetaTags = (tracingMetadata || []).map(({ key, value }, index)=>/*#__PURE__*/ (0, _jsxruntime.jsx)("meta", {
|
|
520
|
-
name: key,
|
|
521
|
-
content: value
|
|
522
|
-
}, `next-trace-data-${index}`));
|
|
523
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsxs)("head", {
|
|
524
|
-
...getHeadHTMLProps(this.props),
|
|
525
|
-
children: [
|
|
526
|
-
this.context.isDevelopment && /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
|
|
527
|
-
children: [
|
|
528
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)("style", {
|
|
529
|
-
"data-next-hide-fouc": true,
|
|
530
|
-
"data-ampdevmode": process.env.NEXT_RUNTIME !== 'edge' && inAmpMode ? 'true' : undefined,
|
|
531
|
-
dangerouslySetInnerHTML: {
|
|
532
|
-
__html: `body{display:none}`
|
|
533
|
-
}
|
|
534
|
-
}),
|
|
535
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)("noscript", {
|
|
536
|
-
"data-next-hide-fouc": true,
|
|
537
|
-
"data-ampdevmode": process.env.NEXT_RUNTIME !== 'edge' && inAmpMode ? 'true' : undefined,
|
|
538
|
-
children: /*#__PURE__*/ (0, _jsxruntime.jsx)("style", {
|
|
539
|
-
dangerouslySetInnerHTML: {
|
|
540
|
-
__html: `body{display:block}`
|
|
541
|
-
}
|
|
542
|
-
})
|
|
543
|
-
})
|
|
544
|
-
]
|
|
545
|
-
}),
|
|
546
|
-
head,
|
|
547
|
-
children,
|
|
548
|
-
nextFontLinkTags.preconnect,
|
|
549
|
-
nextFontLinkTags.preload,
|
|
550
|
-
process.env.NEXT_RUNTIME !== 'edge' && inAmpMode && /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
|
|
551
|
-
children: [
|
|
552
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)("meta", {
|
|
553
|
-
name: "viewport",
|
|
554
|
-
content: "width=device-width,minimum-scale=1,initial-scale=1"
|
|
555
|
-
}),
|
|
556
|
-
!hasCanonicalRel && /*#__PURE__*/ (0, _jsxruntime.jsx)("link", {
|
|
557
|
-
rel: "canonical",
|
|
558
|
-
href: canonicalBase + require('../server/utils').cleanAmpPath(dangerousAsPath)
|
|
559
|
-
}),
|
|
560
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)("link", {
|
|
561
|
-
rel: "preload",
|
|
562
|
-
as: "script",
|
|
563
|
-
href: "https://cdn.ampproject.org/v0.js"
|
|
564
|
-
}),
|
|
565
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)(AmpStyles, {
|
|
566
|
-
styles: styles
|
|
567
|
-
}),
|
|
568
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)("style", {
|
|
569
|
-
"amp-boilerplate": "",
|
|
570
|
-
dangerouslySetInnerHTML: {
|
|
571
|
-
__html: `body{-webkit-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-moz-animation:-amp-start 8s steps(1,end) 0s 1 normal both;-ms-animation:-amp-start 8s steps(1,end) 0s 1 normal both;animation:-amp-start 8s steps(1,end) 0s 1 normal both}@-webkit-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-moz-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-ms-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@-o-keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}@keyframes -amp-start{from{visibility:hidden}to{visibility:visible}}`
|
|
572
|
-
}
|
|
573
|
-
}),
|
|
574
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)("noscript", {
|
|
575
|
-
children: /*#__PURE__*/ (0, _jsxruntime.jsx)("style", {
|
|
576
|
-
"amp-boilerplate": "",
|
|
577
|
-
dangerouslySetInnerHTML: {
|
|
578
|
-
__html: `body{-webkit-animation:none;-moz-animation:none;-ms-animation:none;animation:none}`
|
|
579
|
-
}
|
|
580
|
-
})
|
|
581
|
-
}),
|
|
582
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)("script", {
|
|
583
|
-
async: true,
|
|
584
|
-
src: "https://cdn.ampproject.org/v0.js"
|
|
585
|
-
})
|
|
586
|
-
]
|
|
587
|
-
}),
|
|
588
|
-
!(process.env.NEXT_RUNTIME !== 'edge' && inAmpMode) && /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
|
|
589
|
-
children: [
|
|
590
|
-
!hasAmphtmlRel && hybridAmp && /*#__PURE__*/ (0, _jsxruntime.jsx)("link", {
|
|
591
|
-
rel: "amphtml",
|
|
592
|
-
href: canonicalBase + getAmpPath(ampPath, dangerousAsPath)
|
|
593
|
-
}),
|
|
594
|
-
this.getBeforeInteractiveInlineScripts(),
|
|
595
|
-
!optimizeCss && this.getCssLinks(files),
|
|
596
|
-
!optimizeCss && /*#__PURE__*/ (0, _jsxruntime.jsx)("noscript", {
|
|
597
|
-
"data-n-css": this.props.nonce ?? ''
|
|
598
|
-
}),
|
|
599
|
-
!disableRuntimeJS && !disableJsPreload && this.getPreloadDynamicChunks(),
|
|
600
|
-
!disableRuntimeJS && !disableJsPreload && this.getPreloadMainLinks(files),
|
|
601
|
-
!disableOptimizedLoading && !disableRuntimeJS && this.getPolyfillScripts(),
|
|
602
|
-
!disableOptimizedLoading && !disableRuntimeJS && this.getPreNextScripts(),
|
|
603
|
-
!disableOptimizedLoading && !disableRuntimeJS && this.getDynamicChunks(files),
|
|
604
|
-
!disableOptimizedLoading && !disableRuntimeJS && this.getScripts(files),
|
|
605
|
-
optimizeCss && this.getCssLinks(files),
|
|
606
|
-
optimizeCss && /*#__PURE__*/ (0, _jsxruntime.jsx)("noscript", {
|
|
607
|
-
"data-n-css": this.props.nonce ?? ''
|
|
608
|
-
}),
|
|
609
|
-
this.context.isDevelopment && // this element is used to mount development styles so the
|
|
610
|
-
// ordering matches production
|
|
611
|
-
// (by default, style-loader injects at the bottom of <head />)
|
|
612
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)("noscript", {
|
|
613
|
-
id: "__next_css__DO_NOT_USE__"
|
|
614
|
-
}),
|
|
615
|
-
traceMetaTags,
|
|
616
|
-
styles || null
|
|
617
|
-
]
|
|
618
|
-
}),
|
|
619
|
-
/*#__PURE__*/ _react.default.createElement(_react.default.Fragment, {}, ...headTags || [])
|
|
620
|
-
]
|
|
621
|
-
});
|
|
622
|
-
}
|
|
623
|
-
}
|
|
624
|
-
function handleDocumentScriptLoaderItems(scriptLoader, __NEXT_DATA__, props) {
|
|
625
|
-
var _children_find_props, _children_find, _children_find_props1, _children_find1;
|
|
626
|
-
if (!props.children) return;
|
|
627
|
-
const scriptLoaderItems = [];
|
|
628
|
-
const children = Array.isArray(props.children) ? props.children : [
|
|
629
|
-
props.children
|
|
630
|
-
];
|
|
631
|
-
const headChildren = (_children_find = children.find((child)=>child.type === Head)) == null ? void 0 : (_children_find_props = _children_find.props) == null ? void 0 : _children_find_props.children;
|
|
632
|
-
const bodyChildren = (_children_find1 = children.find((child)=>child.type === 'body')) == null ? void 0 : (_children_find_props1 = _children_find1.props) == null ? void 0 : _children_find_props1.children;
|
|
633
|
-
// Scripts with beforeInteractive can be placed inside Head or <body> so children of both needs to be traversed
|
|
634
|
-
const combinedChildren = [
|
|
635
|
-
...Array.isArray(headChildren) ? headChildren : [
|
|
636
|
-
headChildren
|
|
637
|
-
],
|
|
638
|
-
...Array.isArray(bodyChildren) ? bodyChildren : [
|
|
639
|
-
bodyChildren
|
|
640
|
-
]
|
|
641
|
-
];
|
|
642
|
-
_react.default.Children.forEach(combinedChildren, (child)=>{
|
|
643
|
-
var _child_type;
|
|
644
|
-
if (!child) return;
|
|
645
|
-
// When using the `next/script` component, register it in script loader.
|
|
646
|
-
if ((_child_type = child.type) == null ? void 0 : _child_type.__nextScript) {
|
|
647
|
-
if (child.props.strategy === 'beforeInteractive') {
|
|
648
|
-
scriptLoader.beforeInteractive = (scriptLoader.beforeInteractive || []).concat([
|
|
649
|
-
{
|
|
650
|
-
...child.props
|
|
651
|
-
}
|
|
652
|
-
]);
|
|
653
|
-
return;
|
|
654
|
-
} else if ([
|
|
655
|
-
'lazyOnload',
|
|
656
|
-
'afterInteractive',
|
|
657
|
-
'worker'
|
|
658
|
-
].includes(child.props.strategy)) {
|
|
659
|
-
scriptLoaderItems.push(child.props);
|
|
660
|
-
return;
|
|
661
|
-
} else if (typeof child.props.strategy === 'undefined') {
|
|
662
|
-
scriptLoaderItems.push({
|
|
663
|
-
...child.props,
|
|
664
|
-
strategy: 'afterInteractive'
|
|
665
|
-
});
|
|
666
|
-
return;
|
|
667
|
-
}
|
|
668
|
-
}
|
|
669
|
-
});
|
|
670
|
-
__NEXT_DATA__.scriptLoader = scriptLoaderItems;
|
|
671
|
-
}
|
|
672
|
-
class NextScript extends _react.default.Component {
|
|
673
|
-
static #_ = this.contextType = _htmlcontextsharedruntime.HtmlContext;
|
|
674
|
-
getDynamicChunks(files) {
|
|
675
|
-
return getDynamicChunks(this.context, this.props, files);
|
|
676
|
-
}
|
|
677
|
-
getPreNextScripts() {
|
|
678
|
-
return getPreNextScripts(this.context, this.props);
|
|
679
|
-
}
|
|
680
|
-
getScripts(files) {
|
|
681
|
-
return getScripts(this.context, this.props, files);
|
|
682
|
-
}
|
|
683
|
-
getPolyfillScripts() {
|
|
684
|
-
return getPolyfillScripts(this.context, this.props);
|
|
685
|
-
}
|
|
686
|
-
static getInlineScriptSource(context) {
|
|
687
|
-
const { __NEXT_DATA__, largePageDataBytes } = context;
|
|
688
|
-
try {
|
|
689
|
-
const data = JSON.stringify(__NEXT_DATA__);
|
|
690
|
-
if (largePageDataWarnings.has(__NEXT_DATA__.page)) {
|
|
691
|
-
return (0, _htmlescape.htmlEscapeJsonString)(data);
|
|
692
|
-
}
|
|
693
|
-
const bytes = process.env.NEXT_RUNTIME === 'edge' ? new TextEncoder().encode(data).buffer.byteLength : Buffer.from(data).byteLength;
|
|
694
|
-
const prettyBytes = require('../lib/pretty-bytes').default;
|
|
695
|
-
if (largePageDataBytes && bytes > largePageDataBytes) {
|
|
696
|
-
if (process.env.NODE_ENV === 'production') {
|
|
697
|
-
largePageDataWarnings.add(__NEXT_DATA__.page);
|
|
698
|
-
}
|
|
699
|
-
console.warn(`Warning: data for page "${__NEXT_DATA__.page}"${__NEXT_DATA__.page === context.dangerousAsPath ? '' : ` (path "${context.dangerousAsPath}")`} is ${prettyBytes(bytes)} which exceeds the threshold of ${prettyBytes(largePageDataBytes)}, this amount of data can reduce performance.\nSee more info here: https://nextjs.org/docs/messages/large-page-data`);
|
|
700
|
-
}
|
|
701
|
-
return (0, _htmlescape.htmlEscapeJsonString)(data);
|
|
702
|
-
} catch (err) {
|
|
703
|
-
if ((0, _iserror.default)(err) && err.message.indexOf('circular structure') !== -1) {
|
|
704
|
-
throw Object.defineProperty(new Error(`Circular structure in "getInitialProps" result of page "${__NEXT_DATA__.page}". https://nextjs.org/docs/messages/circular-structure`), "__NEXT_ERROR_CODE", {
|
|
705
|
-
value: "E490",
|
|
706
|
-
enumerable: false,
|
|
707
|
-
configurable: true
|
|
708
|
-
});
|
|
709
|
-
}
|
|
710
|
-
throw err;
|
|
711
|
-
}
|
|
712
|
-
}
|
|
713
|
-
render() {
|
|
714
|
-
const { assetPrefix, inAmpMode, buildManifest, unstable_runtimeJS, docComponentsRendered, assetQueryString, disableOptimizedLoading, crossOrigin } = this.context;
|
|
715
|
-
const disableRuntimeJS = unstable_runtimeJS === false;
|
|
716
|
-
docComponentsRendered.NextScript = true;
|
|
717
|
-
if (process.env.NEXT_RUNTIME !== 'edge' && inAmpMode) {
|
|
718
|
-
if (process.env.NODE_ENV === 'production') {
|
|
719
|
-
return null;
|
|
720
|
-
}
|
|
721
|
-
const ampDevFiles = [
|
|
722
|
-
...buildManifest.devFiles,
|
|
723
|
-
...buildManifest.polyfillFiles,
|
|
724
|
-
...buildManifest.ampDevFiles
|
|
725
|
-
];
|
|
726
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
|
|
727
|
-
children: [
|
|
728
|
-
disableRuntimeJS ? null : /*#__PURE__*/ (0, _jsxruntime.jsx)("script", {
|
|
729
|
-
id: "__NEXT_DATA__",
|
|
730
|
-
type: "application/json",
|
|
731
|
-
nonce: this.props.nonce,
|
|
732
|
-
crossOrigin: this.props.crossOrigin || crossOrigin,
|
|
733
|
-
dangerouslySetInnerHTML: {
|
|
734
|
-
__html: NextScript.getInlineScriptSource(this.context)
|
|
735
|
-
},
|
|
736
|
-
"data-ampdevmode": true
|
|
737
|
-
}),
|
|
738
|
-
ampDevFiles.map((file)=>/*#__PURE__*/ (0, _jsxruntime.jsx)("script", {
|
|
739
|
-
src: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,
|
|
740
|
-
nonce: this.props.nonce,
|
|
741
|
-
crossOrigin: this.props.crossOrigin || crossOrigin,
|
|
742
|
-
"data-ampdevmode": true
|
|
743
|
-
}, file))
|
|
744
|
-
]
|
|
745
|
-
});
|
|
746
|
-
}
|
|
747
|
-
if (process.env.NODE_ENV !== 'production') {
|
|
748
|
-
if (this.props.crossOrigin) console.warn('Warning: `NextScript` attribute `crossOrigin` is deprecated. https://nextjs.org/docs/messages/doc-crossorigin-deprecated');
|
|
749
|
-
}
|
|
750
|
-
const files = getDocumentFiles(this.context.buildManifest, this.context.__NEXT_DATA__.page, process.env.NEXT_RUNTIME !== 'edge' && inAmpMode);
|
|
751
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsxs)(_jsxruntime.Fragment, {
|
|
752
|
-
children: [
|
|
753
|
-
!disableRuntimeJS && buildManifest.devFiles ? buildManifest.devFiles.map((file)=>/*#__PURE__*/ (0, _jsxruntime.jsx)("script", {
|
|
754
|
-
src: `${assetPrefix}/_next/${(0, _encodeuripath.encodeURIPath)(file)}${assetQueryString}`,
|
|
755
|
-
nonce: this.props.nonce,
|
|
756
|
-
crossOrigin: this.props.crossOrigin || crossOrigin
|
|
757
|
-
}, file)) : null,
|
|
758
|
-
disableRuntimeJS ? null : /*#__PURE__*/ (0, _jsxruntime.jsx)("script", {
|
|
759
|
-
id: "__NEXT_DATA__",
|
|
760
|
-
type: "application/json",
|
|
761
|
-
nonce: this.props.nonce,
|
|
762
|
-
crossOrigin: this.props.crossOrigin || crossOrigin,
|
|
763
|
-
dangerouslySetInnerHTML: {
|
|
764
|
-
__html: NextScript.getInlineScriptSource(this.context)
|
|
765
|
-
}
|
|
766
|
-
}),
|
|
767
|
-
disableOptimizedLoading && !disableRuntimeJS && this.getPolyfillScripts(),
|
|
768
|
-
disableOptimizedLoading && !disableRuntimeJS && this.getPreNextScripts(),
|
|
769
|
-
disableOptimizedLoading && !disableRuntimeJS && this.getDynamicChunks(files),
|
|
770
|
-
disableOptimizedLoading && !disableRuntimeJS && this.getScripts(files)
|
|
771
|
-
]
|
|
772
|
-
});
|
|
773
|
-
}
|
|
774
|
-
}
|
|
775
|
-
function Html(props) {
|
|
776
|
-
const { inAmpMode, docComponentsRendered, locale, scriptLoader, __NEXT_DATA__ } = (0, _htmlcontextsharedruntime.useHtmlContext)();
|
|
777
|
-
docComponentsRendered.Html = true;
|
|
778
|
-
handleDocumentScriptLoaderItems(scriptLoader, __NEXT_DATA__, props);
|
|
779
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsx)("html", {
|
|
780
|
-
...props,
|
|
781
|
-
lang: props.lang || locale || undefined,
|
|
782
|
-
amp: process.env.NEXT_RUNTIME !== 'edge' && inAmpMode ? '' : undefined,
|
|
783
|
-
"data-ampdevmode": process.env.NEXT_RUNTIME !== 'edge' && inAmpMode && process.env.NODE_ENV !== 'production' ? '' : undefined
|
|
784
|
-
});
|
|
785
|
-
}
|
|
786
|
-
function Main() {
|
|
787
|
-
const { docComponentsRendered } = (0, _htmlcontextsharedruntime.useHtmlContext)();
|
|
788
|
-
docComponentsRendered.Main = true;
|
|
789
|
-
// @ts-ignore
|
|
790
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsx)("next-js-internal-body-render-target", {});
|
|
791
|
-
}
|
|
792
|
-
class Document extends _react.default.Component {
|
|
793
|
-
/**
|
|
794
|
-
* `getInitialProps` hook returns the context object with the addition of `renderPage`.
|
|
795
|
-
* `renderPage` callback executes `React` rendering logic synchronously to support server-rendering wrappers
|
|
796
|
-
*/ static getInitialProps(ctx) {
|
|
797
|
-
return ctx.defaultGetInitialProps(ctx);
|
|
798
|
-
}
|
|
799
|
-
render() {
|
|
800
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsxs)(Html, {
|
|
801
|
-
children: [
|
|
802
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)(Head, {
|
|
803
|
-
nonce: this.props.nonce
|
|
804
|
-
}),
|
|
805
|
-
/*#__PURE__*/ (0, _jsxruntime.jsxs)("body", {
|
|
806
|
-
children: [
|
|
807
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)(Main, {}),
|
|
808
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)(NextScript, {
|
|
809
|
-
nonce: this.props.nonce
|
|
810
|
-
})
|
|
811
|
-
]
|
|
812
|
-
})
|
|
813
|
-
]
|
|
814
|
-
});
|
|
815
|
-
}
|
|
816
|
-
}
|
|
817
|
-
// Add a special property to the built-in `Document` component so later we can
|
|
818
|
-
// identify if a user customized `Document` is used or not.
|
|
819
|
-
const InternalFunctionDocument = function InternalFunctionDocument() {
|
|
820
|
-
return /*#__PURE__*/ (0, _jsxruntime.jsxs)(Html, {
|
|
821
|
-
children: [
|
|
822
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)(Head, {}),
|
|
823
|
-
/*#__PURE__*/ (0, _jsxruntime.jsxs)("body", {
|
|
824
|
-
children: [
|
|
825
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)(Main, {}),
|
|
826
|
-
/*#__PURE__*/ (0, _jsxruntime.jsx)(NextScript, {})
|
|
827
|
-
]
|
|
828
|
-
})
|
|
829
|
-
]
|
|
830
|
-
});
|
|
831
|
-
};
|
|
832
|
-
Document[_constants.NEXT_BUILTIN_DOCUMENT] = InternalFunctionDocument;
|
|
833
|
-
|
|
834
|
-
//# sourceMappingURL=_document.js.map
|