denchclaw 2.3.6 → 2.3.7
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/apps/web/.next/standalone/apps/web/.next/BUILD_ID +1 -1
- package/apps/web/.next/standalone/apps/web/.next/app-build-manifest.json +140 -105
- package/apps/web/.next/standalone/apps/web/.next/app-path-routes-manifest.json +34 -29
- package/apps/web/.next/standalone/apps/web/.next/build-manifest.json +2 -2
- package/apps/web/.next/standalone/apps/web/.next/required-server-files.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/routes-manifest.json +8 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/_not-found/page.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/cron/route.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/cron/route.js.nft.json +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/cron/route_client-reference-manifest.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/proxy/route.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/proxy/route.js.nft.json +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/proxy/route_client-reference-manifest.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/route.js +197 -9
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/serve/[...path]/route.js +197 -9
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/serve/[...path]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/store/route.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/store/route.js.nft.json +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/store/route_client-reference-manifest.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/webhooks/[...path]/route.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/webhooks/[...path]/route.js.nft.json +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/apps/webhooks/[...path]/route_client-reference-manifest.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/active/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/active/route.js.nft.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/active/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/route.js.nft.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/runs/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/runs/route.js.nft.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/runs/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/stop/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/stop/route.js.nft.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/stop/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/stream/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/stream/route.js.nft.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/stream/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/subagents/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/subagents/route.js.nft.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/chat/subagents/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/cron/jobs/[jobId]/runs/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/cron/jobs/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/cron/runs/[sessionId]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/cron/runs/search-transcript/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/feedback/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/feedback/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/memories/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/profiles/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/profiles/switch/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/sessions/[sessionId]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/skills/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/terminal/port/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/[id]/messages/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/[id]/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/[id]/route.js.nft.json +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/[id]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/web-sessions/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/assets/[...path]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/browse/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/browse-file/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/context/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/copy/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/db/introspect/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/db/query/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/delete/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/delete/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/execute/route.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/execute/route.js.nft.json +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/execute/route_client-reference-manifest.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/file/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/init/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/init/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/list/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/mkdir/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/move/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/display-field/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/[id]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/bulk-delete/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/options/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/entries/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/fields/[fieldId]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/fields/reorder/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/objects/[name]/views/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/open-file/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/path-info/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/query/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/raw-file/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/rename/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/reports/execute/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/reports/execute/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/search-index/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/suggest-files/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/switch/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/switch/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/thumbnail/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/tree/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/tree/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/upload/route.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/upload/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/virtual-file/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/watch/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/api/workspace/write-binary/route_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/page.js +5 -5
- package/apps/web/.next/standalone/apps/web/.next/server/app/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app/workspace/page_client-reference-manifest.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/app-paths-manifest.json +34 -29
- package/apps/web/.next/standalone/apps/web/.next/server/chunks/6426.js +1 -7
- package/apps/web/.next/standalone/apps/web/.next/server/chunks/687.js +7 -0
- package/apps/web/.next/standalone/apps/web/.next/server/chunks/7173.js +1 -1
- package/apps/web/.next/standalone/apps/web/.next/server/functions-config-manifest.json +26 -21
- package/apps/web/.next/standalone/apps/web/.next/server/pages/500.html +1 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/cron/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/proxy/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/serve/[...path]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/store/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/webhooks/[...path]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/active/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/runs/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/stop/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/stream/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/subagents/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/jobs/[jobId]/runs/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/jobs/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/runs/[sessionId]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/runs/search-transcript/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/feedback/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/memories/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/profiles/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/profiles/switch/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sessions/[sessionId]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sessions/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/skills/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/terminal/port/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/[id]/messages/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/[id]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/assets/[...path]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/browse/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/browse-file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/context/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/copy/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/db/introspect/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/db/query/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/delete/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/execute/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/init/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/list/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/mkdir/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/move/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/display-field/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/bulk-delete/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/options/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/reorder/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/views/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/open-file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/path-info/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/query/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/raw-file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/rename/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/reports/execute/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/search-index/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/suggest-files/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/switch/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/thumbnail/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/tree/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/upload/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/virtual-file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/watch/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/write-binary/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/{layout-27bf5ccd9324b2af.js → layout-a0f54c498e78b06e.js} +1 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/page-441fc26d2fd5ddf4.js +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/css/eb7b54c9778eb5c7.css +1 -0
- package/apps/web/.next/standalone/apps/web/.next/static/mOcRFLcuuyC7J3QuiCUwf/_buildManifest.js +1 -0
- package/apps/web/.next/standalone/apps/web/server.js +1 -1
- package/apps/web/.next/standalone/package.json +1 -1
- package/apps/web/.next/static/chunks/app/api/apps/cron/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/apps/proxy/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/apps/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/apps/serve/[...path]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/apps/store/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/apps/webhooks/[...path]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/active/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/runs/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/stop/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/stream/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/chat/subagents/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/cron/jobs/[jobId]/runs/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/cron/jobs/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/cron/runs/[sessionId]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/cron/runs/search-transcript/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/feedback/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/memories/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/profiles/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/profiles/switch/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/sessions/[sessionId]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/sessions/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/skills/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/terminal/port/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/web-sessions/[id]/messages/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/web-sessions/[id]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/web-sessions/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/assets/[...path]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/browse/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/browse-file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/context/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/copy/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/db/introspect/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/db/query/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/delete/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/execute/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/init/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/list/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/mkdir/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/move/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/display-field/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/bulk-delete/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/options/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/reorder/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/views/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/open-file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/path-info/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/query/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/raw-file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/rename/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/reports/execute/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/search-index/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/suggest-files/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/switch/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/thumbnail/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/tree/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/upload/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/virtual-file/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/watch/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/api/workspace/write-binary/route-5f5d429b1700dd0e.js +1 -0
- package/apps/web/.next/static/chunks/app/{layout-27bf5ccd9324b2af.js → layout-a0f54c498e78b06e.js} +1 -1
- package/apps/web/.next/static/chunks/app/page-441fc26d2fd5ddf4.js +1 -0
- package/apps/web/.next/static/css/eb7b54c9778eb5c7.css +1 -0
- package/apps/web/.next/static/mOcRFLcuuyC7J3QuiCUwf/_buildManifest.js +1 -0
- package/dist/entry.js +1 -1
- package/dist/{program-C_fKvUXP.js → program-BDssgdL4.js} +95 -10
- package/dist/{run-main-B9xMLY9j.js → run-main-CiJ0dwZR.js} +1 -1
- package/extensions/posthog-analytics/lib/build-env.js +1 -1
- package/package.json +1 -1
- package/skills/app-builder/SKILL.md +122 -1789
- package/skills/app-builder/agent-builder/SKILL.md +277 -0
- package/skills/app-builder/data-builder/SKILL.md +993 -0
- package/skills/app-builder/game-builder/SKILL.md +1379 -0
- package/skills/app-builder/platform-api/SKILL.md +338 -0
- package/apps/web/.next/standalone/apps/web/.next/static/8JJPnGXX0UABv387IrLpB/_buildManifest.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/apps/serve/[...path]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/active/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/runs/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/stop/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/stream/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/chat/subagents/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/jobs/[jobId]/runs/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/jobs/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/runs/[sessionId]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/cron/runs/search-transcript/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/feedback/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/memories/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/profiles/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/profiles/switch/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sessions/[sessionId]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/sessions/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/skills/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/terminal/port/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/[id]/messages/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/[id]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/web-sessions/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/assets/[...path]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/browse/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/browse-file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/context/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/copy/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/db/introspect/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/db/query/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/delete/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/init/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/list/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/mkdir/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/move/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/display-field/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/bulk-delete/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/options/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/reorder/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/views/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/open-file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/path-info/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/query/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/raw-file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/rename/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/reports/execute/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/search-index/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/suggest-files/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/switch/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/thumbnail/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/tree/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/upload/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/virtual-file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/watch/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/api/workspace/write-binary/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/chunks/app/page-a42d210666478706.js +0 -1
- package/apps/web/.next/standalone/apps/web/.next/static/css/877366416eab5665.css +0 -1
- package/apps/web/.next/static/8JJPnGXX0UABv387IrLpB/_buildManifest.js +0 -1
- package/apps/web/.next/static/chunks/app/api/apps/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/apps/serve/[...path]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/active/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/runs/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/stop/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/stream/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/chat/subagents/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/cron/jobs/[jobId]/runs/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/cron/jobs/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/cron/runs/[sessionId]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/cron/runs/search-transcript/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/feedback/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/memories/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/profiles/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/profiles/switch/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/sessions/[sessionId]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/sessions/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/skills/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/terminal/port/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/web-sessions/[id]/messages/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/web-sessions/[id]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/web-sessions/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/assets/[...path]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/browse/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/browse-file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/context/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/copy/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/db/introspect/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/db/query/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/delete/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/init/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/list/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/mkdir/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/move/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/display-field/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/[id]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/bulk-delete/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/options/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/entries/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/[fieldId]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/fields/reorder/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/objects/[name]/views/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/open-file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/path-info/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/query/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/raw-file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/rename/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/reports/execute/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/search-index/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/suggest-files/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/switch/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/thumbnail/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/tree/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/upload/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/virtual-file/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/watch/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/api/workspace/write-binary/route-0a8ccfe24ebd650b.js +0 -1
- package/apps/web/.next/static/chunks/app/page-a42d210666478706.js +0 -1
- package/apps/web/.next/static/css/877366416eab5665.css +0 -1
- /package/apps/web/.next/standalone/apps/web/.next/static/{8JJPnGXX0UABv387IrLpB → mOcRFLcuuyC7J3QuiCUwf}/_ssgManifest.js +0 -0
- /package/apps/web/.next/static/{8JJPnGXX0UABv387IrLpB → mOcRFLcuuyC7J3QuiCUwf}/_ssgManifest.js +0 -0
package/apps/web/.next/standalone/apps/web/.next/server/app/page_client-reference-manifest.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"5742":{"*":{"id":"26948","name":"*","chunks":[],"async":false}},"6820":{"*":{"id":"18372","name":"*","chunks":[],"async":false}},"7975":{"*":{"id":"48752","name":"*","chunks":[],"async":false}},"9296":{"*":{"id":"81138","name":"*","chunks":[],"async":false}},"17902":{"*":{"id":"89540","name":"*","chunks":[],"async":true}},"22229":{"*":{"id":"61971","name":"*","chunks":[],"async":false}},"24636":{"*":{"id":"4762","name":"*","chunks":[],"async":false}},"41457":{"*":{"id":"83173","name":"*","chunks":[],"async":false}},"55095":{"*":{"id":"69307","name":"*","chunks":[],"async":false}},"56673":{"*":{"id":"76459","name":"*","chunks":[],"async":false}},"85681":{"*":{"id":"77667","name":"*","chunks":[],"async":false}},"91464":{"*":{"id":"11362","name":"*","chunks":[],"async":false}},"95797":{"*":{"id":"71091","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":55095,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":55095,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":24636,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":24636,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":6820,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":6820,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":95797,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":95797,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":22229,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":22229,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":56673,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":56673,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":41457,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":41457,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":91464,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":91464,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":85681,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":85681,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/apps/web/app/components/posthog-provider.tsx":{"id":7975,"name":"*","chunks":["5700","static/chunks/df90ee31-b8ee23eaa0135739.js","7177","static/chunks/app/layout-a0f54c498e78b06e.js"],"async":false},"/Users/kumareth/Documents/projects/denchclaw/apps/web/app/globals.css":{"id":89480,"name":"*","chunks":["5700","static/chunks/df90ee31-b8ee23eaa0135739.js","7177","static/chunks/app/layout-a0f54c498e78b06e.js"],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next-themes@0.4.6_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next-themes/dist/index.mjs":{"id":5742,"name":"*","chunks":["5700","static/chunks/df90ee31-b8ee23eaa0135739.js","7177","static/chunks/app/layout-a0f54c498e78b06e.js"],"async":false},"/Users/kumareth/Documents/projects/denchclaw/apps/web/app/page.tsx":{"id":17902,"name":"*","chunks":["5700","static/chunks/df90ee31-b8ee23eaa0135739.js","6237","static/chunks/db534642-50243f054f94495f.js","2763","static/chunks/13959dde-c903075a69fab592.js","7073","static/chunks/1fceb049-f902400d9bbacdab.js","1377","static/chunks/c2d15609-28842465e7275227.js","6861","static/chunks/6861-58d368bcf4e23b55.js","8974","static/chunks/app/page-441fc26d2fd5ddf4.js"],"async":true},"/Users/kumareth/Documents/projects/denchclaw/apps/web/app/workspace/page.tsx":{"id":9296,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/kumareth/Documents/projects/denchclaw/apps/web/":[],"/Users/kumareth/Documents/projects/denchclaw/apps/web/app/layout":[{"inlined":false,"path":"static/css/eb7b54c9778eb5c7.css"}],"/Users/kumareth/Documents/projects/denchclaw/apps/web/app/page":[]},"rscModuleMapping":{"5742":{"*":{"id":"31906","name":"*","chunks":[],"async":false}},"6820":{"*":{"id":"65194","name":"*","chunks":[],"async":false}},"7975":{"*":{"id":"79554","name":"*","chunks":[],"async":false}},"9296":{"*":{"id":"51604","name":"*","chunks":[],"async":false}},"17902":{"*":{"id":"6546","name":"*","chunks":[],"async":false}},"22229":{"*":{"id":"63521","name":"*","chunks":[],"async":false}},"24636":{"*":{"id":"53948","name":"*","chunks":[],"async":false}},"41457":{"*":{"id":"32459","name":"*","chunks":[],"async":false}},"55095":{"*":{"id":"23045","name":"*","chunks":[],"async":false}},"56673":{"*":{"id":"12409","name":"*","chunks":[],"async":false}},"85681":{"*":{"id":"62049","name":"*","chunks":[],"async":false}},"89480":{"*":{"id":"79341","name":"*","chunks":[],"async":false}},"91464":{"*":{"id":"6604","name":"*","chunks":[],"async":false}},"95797":{"*":{"id":"48389","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"5742":{"*":{"id":"26948","name":"*","chunks":[],"async":false}},"6820":{"*":{"id":"18372","name":"*","chunks":[],"async":false}},"22229":{"*":{"id":"61971","name":"*","chunks":[],"async":false}},"24636":{"*":{"id":"4762","name":"*","chunks":[],"async":false}},"41457":{"*":{"id":"83173","name":"*","chunks":[],"async":false}},"55095":{"*":{"id":"69307","name":"*","chunks":[],"async":false}},"56673":{"*":{"id":"76459","name":"*","chunks":[],"async":false}},"85681":{"*":{"id":"77667","name":"*","chunks":[],"async":false}},"91464":{"*":{"id":"11362","name":"*","chunks":[],"async":false}},"95797":{"*":{"id":"71091","name":"*","chunks":[],"async":false}}}}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/workspace/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/workspace/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"5742":{"*":{"id":"26948","name":"*","chunks":[],"async":false}},"6820":{"*":{"id":"18372","name":"*","chunks":[],"async":false}},"7975":{"*":{"id":"48752","name":"*","chunks":[],"async":false}},"9296":{"*":{"id":"81138","name":"*","chunks":[],"async":false}},"17902":{"*":{"id":"89540","name":"*","chunks":[],"async":true}},"22229":{"*":{"id":"61971","name":"*","chunks":[],"async":false}},"24636":{"*":{"id":"4762","name":"*","chunks":[],"async":false}},"41457":{"*":{"id":"83173","name":"*","chunks":[],"async":false}},"55095":{"*":{"id":"69307","name":"*","chunks":[],"async":false}},"56673":{"*":{"id":"76459","name":"*","chunks":[],"async":false}},"85681":{"*":{"id":"77667","name":"*","chunks":[],"async":false}},"91464":{"*":{"id":"11362","name":"*","chunks":[],"async":false}},"95797":{"*":{"id":"71091","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/builtin/global-error.js":{"id":55095,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/builtin/global-error.js":{"id":55095,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-page.js":{"id":24636,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-page.js":{"id":24636,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/client-segment.js":{"id":6820,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/client-segment.js":{"id":6820,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/http-access-fallback/error-boundary.js":{"id":95797,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/http-access-fallback/error-boundary.js":{"id":95797,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/layout-router.js":{"id":22229,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/layout-router.js":{"id":22229,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/metadata/async-metadata.js":{"id":56673,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/metadata/async-metadata.js":{"id":56673,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/client/components/render-from-template-context.js":{"id":41457,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":41457,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/framework/boundary-components.js":{"id":91464,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/framework/boundary-components.js":{"id":91464,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/lib/metadata/generate/icon-mark.js":{"id":85681,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next@15.5.12_@opentelemetry+api@1.9.0_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next/dist/esm/lib/metadata/generate/icon-mark.js":{"id":85681,"name":"*","chunks":[],"async":false},"/Users/kumareth/Documents/projects/denchclaw/apps/web/app/components/posthog-provider.tsx":{"id":7975,"name":"*","chunks":["5700","static/chunks/df90ee31-b8ee23eaa0135739.js","7177","static/chunks/app/layout-a0f54c498e78b06e.js"],"async":false},"/Users/kumareth/Documents/projects/denchclaw/apps/web/app/globals.css":{"id":89480,"name":"*","chunks":["5700","static/chunks/df90ee31-b8ee23eaa0135739.js","7177","static/chunks/app/layout-a0f54c498e78b06e.js"],"async":false},"/Users/kumareth/Documents/projects/denchclaw/node_modules/.pnpm/next-themes@0.4.6_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/next-themes/dist/index.mjs":{"id":5742,"name":"*","chunks":["5700","static/chunks/df90ee31-b8ee23eaa0135739.js","7177","static/chunks/app/layout-a0f54c498e78b06e.js"],"async":false},"/Users/kumareth/Documents/projects/denchclaw/apps/web/app/page.tsx":{"id":17902,"name":"*","chunks":["5700","static/chunks/df90ee31-b8ee23eaa0135739.js","6237","static/chunks/db534642-50243f054f94495f.js","2763","static/chunks/13959dde-c903075a69fab592.js","7073","static/chunks/1fceb049-f902400d9bbacdab.js","1377","static/chunks/c2d15609-28842465e7275227.js","6861","static/chunks/6861-58d368bcf4e23b55.js","8974","static/chunks/app/page-441fc26d2fd5ddf4.js"],"async":true},"/Users/kumareth/Documents/projects/denchclaw/apps/web/app/workspace/page.tsx":{"id":9296,"name":"*","chunks":["6364","static/chunks/app/workspace/page-af2f54a846963ed0.js"],"async":false}},"entryCSSFiles":{"/Users/kumareth/Documents/projects/denchclaw/apps/web/":[],"/Users/kumareth/Documents/projects/denchclaw/apps/web/app/layout":[{"inlined":false,"path":"static/css/eb7b54c9778eb5c7.css"}],"/Users/kumareth/Documents/projects/denchclaw/apps/web/app/page":[],"/Users/kumareth/Documents/projects/denchclaw/apps/web/app/workspace/page":[]},"rscModuleMapping":{"5742":{"*":{"id":"31906","name":"*","chunks":[],"async":false}},"6820":{"*":{"id":"65194","name":"*","chunks":[],"async":false}},"7975":{"*":{"id":"79554","name":"*","chunks":[],"async":false}},"9296":{"*":{"id":"51604","name":"*","chunks":[],"async":false}},"17902":{"*":{"id":"6546","name":"*","chunks":[],"async":false}},"22229":{"*":{"id":"63521","name":"*","chunks":[],"async":false}},"24636":{"*":{"id":"53948","name":"*","chunks":[],"async":false}},"41457":{"*":{"id":"32459","name":"*","chunks":[],"async":false}},"55095":{"*":{"id":"23045","name":"*","chunks":[],"async":false}},"56673":{"*":{"id":"12409","name":"*","chunks":[],"async":false}},"85681":{"*":{"id":"62049","name":"*","chunks":[],"async":false}},"89480":{"*":{"id":"79341","name":"*","chunks":[],"async":false}},"91464":{"*":{"id":"6604","name":"*","chunks":[],"async":false}},"95797":{"*":{"id":"48389","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{"5742":{"*":{"id":"26948","name":"*","chunks":[],"async":false}},"6820":{"*":{"id":"18372","name":"*","chunks":[],"async":false}},"22229":{"*":{"id":"61971","name":"*","chunks":[],"async":false}},"24636":{"*":{"id":"4762","name":"*","chunks":[],"async":false}},"41457":{"*":{"id":"83173","name":"*","chunks":[],"async":false}},"55095":{"*":{"id":"69307","name":"*","chunks":[],"async":false}},"56673":{"*":{"id":"76459","name":"*","chunks":[],"async":false}},"85681":{"*":{"id":"77667","name":"*","chunks":[],"async":false}},"91464":{"*":{"id":"11362","name":"*","chunks":[],"async":false}},"95797":{"*":{"id":"71091","name":"*","chunks":[],"async":false}}}}
|
|
@@ -1,66 +1,71 @@
|
|
|
1
1
|
{
|
|
2
2
|
"/_not-found/page": "app/_not-found/page.js",
|
|
3
3
|
"/api/workspace/objects/[name]/views/route": "app/api/workspace/objects/[name]/views/route.js",
|
|
4
|
+
"/api/apps/proxy/route": "app/api/apps/proxy/route.js",
|
|
5
|
+
"/api/apps/cron/route": "app/api/apps/cron/route.js",
|
|
4
6
|
"/api/chat/active/route": "app/api/chat/active/route.js",
|
|
5
|
-
"/api/
|
|
7
|
+
"/api/apps/serve/[...path]/route": "app/api/apps/serve/[...path]/route.js",
|
|
6
8
|
"/api/chat/runs/route": "app/api/chat/runs/route.js",
|
|
9
|
+
"/api/apps/store/route": "app/api/apps/store/route.js",
|
|
10
|
+
"/api/apps/webhooks/[...path]/route": "app/api/apps/webhooks/[...path]/route.js",
|
|
7
11
|
"/api/apps/route": "app/api/apps/route.js",
|
|
8
|
-
"/api/chat/stop/route": "app/api/chat/stop/route.js",
|
|
9
12
|
"/api/chat/subagents/route": "app/api/chat/subagents/route.js",
|
|
13
|
+
"/api/chat/stream/route": "app/api/chat/stream/route.js",
|
|
10
14
|
"/api/cron/jobs/[jobId]/runs/route": "app/api/cron/jobs/[jobId]/runs/route.js",
|
|
15
|
+
"/api/chat/stop/route": "app/api/chat/stop/route.js",
|
|
11
16
|
"/api/cron/jobs/route": "app/api/cron/jobs/route.js",
|
|
12
|
-
"/api/chat/route": "app/api/chat/route.js",
|
|
13
|
-
"/api/apps/serve/[...path]/route": "app/api/apps/serve/[...path]/route.js",
|
|
14
17
|
"/api/feedback/route": "app/api/feedback/route.js",
|
|
18
|
+
"/api/chat/route": "app/api/chat/route.js",
|
|
15
19
|
"/api/cron/runs/[sessionId]/route": "app/api/cron/runs/[sessionId]/route.js",
|
|
16
|
-
"/api/sessions/[sessionId]/route": "app/api/sessions/[sessionId]/route.js",
|
|
17
20
|
"/api/memories/route": "app/api/memories/route.js",
|
|
18
|
-
"/api/profiles/switch/route": "app/api/profiles/switch/route.js",
|
|
19
|
-
"/api/terminal/port/route": "app/api/terminal/port/route.js",
|
|
20
21
|
"/api/profiles/route": "app/api/profiles/route.js",
|
|
22
|
+
"/api/sessions/[sessionId]/route": "app/api/sessions/[sessionId]/route.js",
|
|
21
23
|
"/api/sessions/route": "app/api/sessions/route.js",
|
|
22
|
-
"/api/
|
|
23
|
-
"/api/
|
|
24
|
+
"/api/profiles/switch/route": "app/api/profiles/switch/route.js",
|
|
25
|
+
"/api/terminal/port/route": "app/api/terminal/port/route.js",
|
|
26
|
+
"/api/skills/route": "app/api/skills/route.js",
|
|
24
27
|
"/api/workspace/assets/[...path]/route": "app/api/workspace/assets/[...path]/route.js",
|
|
28
|
+
"/api/web-sessions/[id]/messages/route": "app/api/web-sessions/[id]/messages/route.js",
|
|
29
|
+
"/api/cron/runs/search-transcript/route": "app/api/cron/runs/search-transcript/route.js",
|
|
25
30
|
"/api/web-sessions/route": "app/api/web-sessions/route.js",
|
|
26
|
-
"/api/skills/route": "app/api/skills/route.js",
|
|
27
|
-
"/api/workspace/browse-file/route": "app/api/workspace/browse-file/route.js",
|
|
28
|
-
"/api/workspace/copy/route": "app/api/workspace/copy/route.js",
|
|
29
31
|
"/api/workspace/browse/route": "app/api/workspace/browse/route.js",
|
|
32
|
+
"/api/workspace/browse-file/route": "app/api/workspace/browse-file/route.js",
|
|
30
33
|
"/api/workspace/db/introspect/route": "app/api/workspace/db/introspect/route.js",
|
|
34
|
+
"/api/workspace/copy/route": "app/api/workspace/copy/route.js",
|
|
31
35
|
"/api/workspace/db/query/route": "app/api/workspace/db/query/route.js",
|
|
32
|
-
"/api/workspace/
|
|
33
|
-
"/api/workspace/context/route": "app/api/workspace/context/route.js",
|
|
36
|
+
"/api/workspace/execute/route": "app/api/workspace/execute/route.js",
|
|
34
37
|
"/api/workspace/mkdir/route": "app/api/workspace/mkdir/route.js",
|
|
35
|
-
"/api/
|
|
36
|
-
"/api/workspace/
|
|
37
|
-
"/api/workspace/move/route": "app/api/workspace/move/route.js",
|
|
38
|
+
"/api/web-sessions/[id]/route": "app/api/web-sessions/[id]/route.js",
|
|
39
|
+
"/api/workspace/delete/route": "app/api/workspace/delete/route.js",
|
|
38
40
|
"/api/workspace/objects/[name]/display-field/route": "app/api/workspace/objects/[name]/display-field/route.js",
|
|
41
|
+
"/api/workspace/move/route": "app/api/workspace/move/route.js",
|
|
42
|
+
"/api/workspace/context/route": "app/api/workspace/context/route.js",
|
|
39
43
|
"/api/workspace/objects/[name]/entries/bulk-delete/route": "app/api/workspace/objects/[name]/entries/bulk-delete/route.js",
|
|
40
44
|
"/api/workspace/init/route": "app/api/workspace/init/route.js",
|
|
41
|
-
"/api/
|
|
42
|
-
"/api/workspace/
|
|
45
|
+
"/api/workspace/file/route": "app/api/workspace/file/route.js",
|
|
46
|
+
"/api/workspace/list/route": "app/api/workspace/list/route.js",
|
|
43
47
|
"/api/workspace/objects/[name]/entries/route": "app/api/workspace/objects/[name]/entries/route.js",
|
|
44
|
-
"/api/workspace/objects/[name]/entries/options/route": "app/api/workspace/objects/[name]/entries/options/route.js",
|
|
45
|
-
"/api/workspace/objects/[name]/fields/reorder/route": "app/api/workspace/objects/[name]/fields/reorder/route.js",
|
|
46
48
|
"/api/workspace/objects/[name]/fields/[fieldId]/route": "app/api/workspace/objects/[name]/fields/[fieldId]/route.js",
|
|
49
|
+
"/api/workspace/objects/[name]/fields/reorder/route": "app/api/workspace/objects/[name]/fields/reorder/route.js",
|
|
50
|
+
"/api/workspace/objects/[name]/entries/options/route": "app/api/workspace/objects/[name]/entries/options/route.js",
|
|
47
51
|
"/api/workspace/open-file/route": "app/api/workspace/open-file/route.js",
|
|
48
52
|
"/api/workspace/path-info/route": "app/api/workspace/path-info/route.js",
|
|
49
53
|
"/api/workspace/query/route": "app/api/workspace/query/route.js",
|
|
54
|
+
"/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route": "app/api/workspace/objects/[name]/fields/[fieldId]/enum-rename/route.js",
|
|
50
55
|
"/api/workspace/rename/route": "app/api/workspace/rename/route.js",
|
|
56
|
+
"/api/workspace/objects/[name]/entries/[id]/route": "app/api/workspace/objects/[name]/entries/[id]/route.js",
|
|
51
57
|
"/api/workspace/reports/execute/route": "app/api/workspace/reports/execute/route.js",
|
|
52
|
-
"/api/workspace/thumbnail/route": "app/api/workspace/thumbnail/route.js",
|
|
53
|
-
"/api/workspace/raw-file/route": "app/api/workspace/raw-file/route.js",
|
|
54
58
|
"/api/workspace/upload/route": "app/api/workspace/upload/route.js",
|
|
55
|
-
"/api/workspace/
|
|
56
|
-
"/api/workspace/write-binary/route": "app/api/workspace/write-binary/route.js",
|
|
57
|
-
"/api/workspace/virtual-file/route": "app/api/workspace/virtual-file/route.js",
|
|
58
|
-
"/api/workspace/objects/[name]/route": "app/api/workspace/objects/[name]/route.js",
|
|
59
|
+
"/api/workspace/raw-file/route": "app/api/workspace/raw-file/route.js",
|
|
59
60
|
"/api/workspace/search-index/route": "app/api/workspace/search-index/route.js",
|
|
60
|
-
"/api/workspace/watch/route": "app/api/workspace/watch/route.js",
|
|
61
|
-
"/api/workspace/suggest-files/route": "app/api/workspace/suggest-files/route.js",
|
|
62
61
|
"/api/workspace/switch/route": "app/api/workspace/switch/route.js",
|
|
62
|
+
"/api/workspace/thumbnail/route": "app/api/workspace/thumbnail/route.js",
|
|
63
|
+
"/api/workspace/objects/[name]/route": "app/api/workspace/objects/[name]/route.js",
|
|
64
|
+
"/api/workspace/write-binary/route": "app/api/workspace/write-binary/route.js",
|
|
65
|
+
"/api/workspace/watch/route": "app/api/workspace/watch/route.js",
|
|
66
|
+
"/api/workspace/virtual-file/route": "app/api/workspace/virtual-file/route.js",
|
|
63
67
|
"/api/workspace/tree/route": "app/api/workspace/tree/route.js",
|
|
68
|
+
"/api/workspace/suggest-files/route": "app/api/workspace/suggest-files/route.js",
|
|
64
69
|
"/page": "app/page.js",
|
|
65
70
|
"/workspace/page": "app/workspace/page.js"
|
|
66
71
|
}
|
|
@@ -2,10 +2,4 @@
|
|
|
2
2
|
})
|
|
3
3
|
`;D({type:"text-delta",id:f,delta:b}),B(b)}}if("string"==typeof b.data?.stopReason&&"error"===b.data.stopReason&&!t){t=!0;let a="string"==typeof b.data?.errorMessage?(0,j.kW)(b.data.errorMessage):(0,j.uE)(b.data)??"Agent stopped with an error";H(a)}}if("agent"===b.event&&"tool"===b.stream){let c="string"==typeof b.data?.phase?b.data.phase:void 0,d="string"==typeof b.data?.toolCallId?b.data.toolCallId:"",e="string"==typeof b.data?.name?b.data.name:"";if("start"===c){E(),F();let c=b.data?.args&&"object"==typeof b.data.args?b.data.args:{};D({type:"tool-input-start",toolCallId:d,toolName:e}),D({type:"tool-input-available",toolCallId:d,toolName:e,input:c}),a.accumulated.parts.push({type:"tool-invocation",toolCallId:d,toolName:e,args:c}),z.set(d,a.accumulated.parts.length-1)}else if("update"===c){let a=(0,j.Px)(b.data?.partialResult);if(a){let b=(0,j.m0)(a);D({type:"tool-output-partial",toolCallId:d,output:b})}}else if("result"===c){let c=b.data?.isError===!0,f=(0,j.Px)(b.data?.result);if(c){let b=f?.text||f?.details?.error||"Tool execution failed";D({type:"tool-output-error",toolCallId:d,errorText:b});let c=z.get(d);if(void 0!==c){let d=a.accumulated.parts[c];"tool-invocation"===d.type&&(d.errorText=b)}}else{let b=(0,j.m0)(f);D({type:"tool-output-available",toolCallId:d,output:b});let c=z.get(d);if(void 0!==c){let d=a.accumulated.parts[c];"tool-invocation"===d.type&&(d.result=b)}}if("sessions_spawn"===e&&!c){let b=f?.details?.childSessionKey;if(b){let c=z.has(d)?a.accumulated.parts[z.get(d)]?.args:void 0;C({sessionKey:b,parentSessionId:a.sessionId,task:c?.task??"Subagent task",label:c?.label})}}}}if("agent"===b.event&&"lifecycle"===b.stream&&(b.data?.phase==="fallback"||b.data?.phase==="fallback_cleared")){let a=b.data,c=n(a?.selectedProvider,a?.selectedModel)??n(a?.fromProvider,a?.fromModel),d=n(a?.activeProvider,a?.activeModel)??n(a?.toProvider,a?.toModel);if(c&&d){let b=a?.phase==="fallback_cleared",e="string"==typeof a?.reasonSummary?a.reasonSummary:"string"==typeof a?.reason?a.reason:void 0,f=b?`Restored to ${c}`:`Switched to ${d}${e?` (${e})`:""}`;G(f)}}if("chat"===b.event){let a=o(b.data);a&&a&&(E(),k||(f=d("text"),D({type:"text-start",id:f}),k=!0),q=!0,D({type:"text-delta",id:f,delta:a}),B(a),F())}if("agent"===b.event&&"compaction"===b.stream){let a="string"==typeof b.data?.phase?b.data.phase:void 0;if("start"===a)G("Optimizing session context...");else if("end"===a&&r)if(b.data?.willRetry===!0){let a="\nRetrying with compacted context...";D({type:"reasoning-delta",id:g,delta:a}),A(a)}else E()}"agent"===b.event&&"lifecycle"===b.stream&&b.data?.phase==="end"&&(E(),F()),"agent"!==b.event||"lifecycle"!==b.stream||b.data?.phase!=="error"||t||(t=!0,H((0,j.uE)(b.data)??"Agent encountered an error")),"error"!==b.event||t||(t=!0,H((0,j.uE)(b.data??b)??"An unknown error occurred"))},U=b=>{let c="number"==typeof b.globalSeq?b.globalSeq:void 0;if(void 0!==c){if(c<=a.lastGlobalSeq)return;a.lastGlobalSeq=c}let d=()=>{s||(G("Waiting for subagent results..."),s=!0),R(a).catch(()=>{})},e=()=>{if("waiting-for-subagents"===a.status||"running"===a.status){if(v(a.sessionId)){M(a),d();return}M(a),a._waitingFinalizeTimer=setTimeout(async()=>{if(a._waitingFinalizeTimer=null,"waiting-for-subagents"===a.status){if(await w(a.sessionId))return void d();L(a)}},5e3)}};if(M(a),S(b),"lifecycle"===b.stream&&b.data?.phase==="end"&&e(),"chat"===b.event){let a=b.data,c="string"==typeof a?.state?a.state:"",d=m(a?.message),f="string"==typeof d?.role?d.role:"";"final"===c&&"assistant"===f&&e()}};I.on("line",b=>{let c;if(!b.trim())return;try{c=JSON.parse(b)}catch{return}if(c.sessionKey&&c.sessionKey!==N)return;let d="number"==typeof c.globalSeq?c.globalSeq:void 0;void 0!==d&&d>a.lastGlobalSeq&&(a.lastGlobalSeq=d),S(c)}),b.on("close",b=>{if("running"!==a.status){a.exitCode=b;return}if(!t&&u.length>0){let a=u.join("").trim(),b=(0,j.e$)(a);b&&(t=!0,H(b))}E();let c=0===b||null===b;if(q||c)!q&&c?H("No response from agent."):F();else{let a=d("text");D({type:"text-start",id:a});let c=`[error] Agent exited with code ${b}. Check server logs for details.`;D({type:"text-delta",id:a,delta:c}),D({type:"text-end",id:a}),B(c)}a.exitCode=b;let f=v(a.sessionId);if(c&&f){a.status="waiting-for-subagents",s||(G("Waiting for subagent results..."),s=!0),R(a).catch(()=>{}),function a(b,c,d){K(b);let f=(0,j.k$)(c,b.lastGlobalSeq);b._subscribeProcess=f,(0,e.createInterface)({input:f.stdout}).on("line",a=>{let e;if(a.trim()){try{e=JSON.parse(a)}catch{return}e.sessionKey&&e.sessionKey!==c||((b._subscribeRetryAttempt??0)>0&&O(b),d(e))}}),f.on("close",()=>{b._subscribeProcess===f&&(b._subscribeProcess=null,"waiting-for-subagents"===b.status&&P(b,()=>{"waiting-for-subagents"!==b.status||b._subscribeProcess||a(b,c,d)}))}),f.on("error",a=>{console.error("[active-runs] Parent subscribe child error:",a)}),f.stderr?.on("data",a=>{console.error("[active-runs subscribe stderr]",a.toString())})}(a,N,U),setTimeout(()=>{"waiting-for-subagents"===a.status&&L(a)},6e5);return}for(let b of(a.status=c?"completed":"error",R(a).catch(()=>{}),a.subscribers))try{b(null)}catch{}a.subscribers.clear(),setTimeout(()=>{W.get(a.sessionId)===a&&T(a.sessionId)},3e4)}),b.on("error",b=>{if("running"!==a.status)return;console.error("[active-runs] Child process error:",b);let c=b instanceof Error?b.message:String(b);for(let b of(H(`Failed to start agent: ${c}`),a.status="error",R(a).catch(()=>{}),a.subscribers))try{b(null)}catch{}a.subscribers.clear(),setTimeout(()=>{W.get(a.sessionId)===a&&T(a.sessionId)},3e4)}),b.stderr?.on("data",a=>{let b=a.toString();u.push(b),console.error("[active-runs stderr]",b)})}(r),r}function C(a){let{sessionKey:b,parentSessionId:c,task:d,label:e}=a;if(W.has(b))return W.get(b);(0,j.Gk)("sessions.patch",{key:b,thinkingLevel:"xhigh",verboseLevel:"full",reasoningLevel:"on"},{timeoutMs:4e3}).catch(()=>{});let f=new AbortController,g=(0,j.k$)(b,0),h={sessionId:b,childProcess:g,eventBuffer:[],subscribers:new Set,accumulated:{id:`assistant-${b}-${Date.now()}`,role:"assistant",parts:[]},status:"running",startedAt:Date.now(),exitCode:null,abortController:f,_persistTimer:null,_lastPersistedAt:0,lastGlobalSeq:0,sessionKey:b,parentSessionId:c,task:d,label:e,isSubscribeOnly:!0,_lifecycleEnded:!1,_finalizeTimer:null,_subscribeRetryTimer:null,_subscribeRetryAttempt:0,_waitingFinalizeTimer:null};return W.set(b,h),D(h,g,b),h}function D(a,b,c){let d=0,h=a=>`${a}-${Date.now()}-${++d}`,k="",m="",p=null,q=!1,r=!1,s=!1,t=!1,u={assistantChunks:0,toolStartCount:0},v=-1,w=-1,x=new Map,y=b=>{w<0?(a.accumulated.parts.push({type:"reasoning",text:b}),w=a.accumulated.parts.length-1):a.accumulated.parts[w].text+=b},z=b=>{v<0?(a.accumulated.parts.push({type:"text",text:b}),v=a.accumulated.parts.length-1):a.accumulated.parts[v].text+=b},A=b=>{for(let c of(a.eventBuffer.push(b),a.subscribers))try{c(b)}catch{}Q(a)},B=a=>{C(),F();let b=h("text");A({type:"text-start",id:b}),A({type:"text-delta",id:b,delta:`[error] ${a}`}),A({type:"text-end",id:b}),z(`[error] ${a}`)},C=()=>{r&&(A({type:"reasoning-end",id:m}),r=!1,s=!1),p=null,w=-1},F=()=>{if(q){let b=a.accumulated.parts[v];b?.type==="text"&&l(b.text)&&a.accumulated.parts.splice(v,1),A({type:"text-end",id:k}),q=!1}v=-1},G=a=>{s&&p===a||(C(),F(),m=h("status"),A({type:"reasoning-start",id:m}),A({type:"reasoning-delta",id:m,delta:a}),r=!0,s=!0,p=a)},H=b=>{if(u.toolStartCount>0)return;let d=function(a,b){let c=(0,i.We)(),d=b??(0,i.TY)(),e=(0,f.join)(c,"agents",d,"sessions","sessions.json");if(!(0,g.existsSync)(e))return null;let h=JSON.parse((0,g.readFileSync)(e,"utf-8"))[a],j="string"==typeof h?.sessionId?h.sessionId:null;if(!j)return null;let k=(0,f.join)(c,"agents",d,"sessions",`${j}.jsonl`);if(!(0,g.existsSync)(k))return null;let l=(0,g.readFileSync)(k,"utf-8").split("\n").filter(a=>a.trim()).map(a=>{try{return JSON.parse(a)}catch{return null}}).filter(Boolean),m=new Map,n=[];for(let a of l){if("message"!==a.type)continue;let b=a.message;if(!b)continue;let c="string"==typeof b.role?b.role:"",d=b.content;if("toolResult"===c&&"string"==typeof b.toolCallId){let a=Array.isArray(d)?d.filter(a=>"text"===a.type&&"string"==typeof a.text).map(a=>a.text).join("\n"):"string"==typeof d?d:"";m.set(b.toolCallId,{text:a.slice(0,500)});continue}if("assistant"!==c||!Array.isArray(d))continue;let e=[];for(let a of d)"toolCall"===a.type&&"string"==typeof a.id&&"string"==typeof a.name&&e.push({type:"tool-invocation",toolCallId:a.id,toolName:a.name,args:a.arguments??{}});e.length>0&&(n=e)}if(0===n.length)return null;let o=n.map(a=>{let b=m.get(a.toolCallId);return b?{...a,result:b}:a});return{sessionId:j,tools:o}}(c,a.pinnedAgentId);if(d)for(let b of d.tools){let c=x.get(b.toolCallId);if(void 0===c&&(C(),F(),A({type:"tool-input-start",toolCallId:b.toolCallId,toolName:b.toolName}),A({type:"tool-input-available",toolCallId:b.toolCallId,toolName:b.toolName,input:b.args??{}}),a.accumulated.parts.push({type:"tool-invocation",toolCallId:b.toolCallId,toolName:b.toolName,args:b.args??{}}),x.set(b.toolCallId,a.accumulated.parts.length-1)),!b.result)continue;let d=x.get(b.toolCallId);if(void 0===d)continue;let e=a.accumulated.parts[d];"tool-invocation"!==e.type||e.result||(e.result=b.result,A({type:"tool-output-available",toolCallId:b.toolCallId,output:b.result}))}};(0,e.createInterface)({input:b.stdout}).on("line",b=>{let d;if(!b.trim())return;try{d=JSON.parse(b)}catch{return}if(d.sessionKey&&d.sessionKey!==c)return;let e="number"==typeof d.globalSeq?d.globalSeq:void 0;if(void 0!==e){if(e<=a.lastGlobalSeq)return;a.lastGlobalSeq=e}(a._subscribeRetryAttempt??0)>0&&O(a),(b=>{if(("agent"!==b.event||"lifecycle"!==b.stream||b.data?.phase!=="end")&&(a._finalizeTimer&&(clearTimeout(a._finalizeTimer),a._finalizeTimer=null),a._lifecycleEnded=!1),"agent"===b.event&&"lifecycle"===b.stream&&b.data?.phase==="start"&&G("Preparing response..."),"agent"===b.event&&"thinking"===b.stream){let a="string"==typeof b.data?.delta?b.data.delta:void 0;a&&(s&&C(),r||(m=h("reasoning"),A({type:"reasoning-start",id:m}),r=!0),A({type:"reasoning-delta",id:m,delta:a}),y(a))}if("agent"===b.event&&"assistant"===b.stream){let a="string"==typeof b.data?.delta?b.data.delta:void 0,c=a||"string"!=typeof b.data?.text?void 0:b.data.text,d=a??c;d&&(u.assistantChunks+=1,0===u.toolStartCount&&(1===u.assistantChunks||u.assistantChunks%40==0)&&H("assistant-chunk"),C(),q||(k=h("text"),A({type:"text-start",id:k}),q=!0),A({type:"text-delta",id:k,delta:d}),z(d));let e=b.data?.mediaUrls;if(Array.isArray(e)){for(let a of e)if("string"==typeof a&&a.trim()){C(),q||(k=h("text"),A({type:"text-start",id:k}),q=!0);let b=`
|
|
4
4
|
})
|
|
5
|
-
`;A({type:"text-delta",id:k,delta:b}),z(b)}}if("string"==typeof b.data?.stopReason&&"error"===b.data.stopReason&&!t){t=!0;let a="string"==typeof b.data?.errorMessage?(0,j.kW)(b.data.errorMessage):(0,j.uE)(b.data)??"Agent stopped with an error";B(a)}}if("agent"===b.event&&"tool"===b.stream){let c="string"==typeof b.data?.phase?b.data.phase:void 0,d="string"==typeof b.data?.toolCallId?b.data.toolCallId:"",e="string"==typeof b.data?.name?b.data.name:"";if("start"===c){u.toolStartCount+=1,C(),F();let c=b.data?.args&&"object"==typeof b.data.args?b.data.args:{};A({type:"tool-input-start",toolCallId:d,toolName:e}),A({type:"tool-input-available",toolCallId:d,toolName:e,input:c}),a.accumulated.parts.push({type:"tool-invocation",toolCallId:d,toolName:e,args:c}),x.set(d,a.accumulated.parts.length-1)}else if("update"===c){let a=(0,j.Px)(b.data?.partialResult);if(a){let b=(0,j.m0)(a);A({type:"tool-output-partial",toolCallId:d,output:b})}}else if("result"===c){let c=b.data?.isError===!0,e=(0,j.Px)(b.data?.result);if(c){let b=e?.text||e?.details?.error||"Tool execution failed";A({type:"tool-output-error",toolCallId:d,errorText:b});let c=x.get(d);if(void 0!==c){let d=a.accumulated.parts[c];"tool-invocation"===d.type&&(d.errorText=b)}}else{let b=(0,j.m0)(e);A({type:"tool-output-available",toolCallId:d,output:b});let c=x.get(d);if(void 0!==c){let d=a.accumulated.parts[c];"tool-invocation"===d.type&&(d.result=b)}}}}if("agent"===b.event&&"lifecycle"===b.stream&&(b.data?.phase==="fallback"||b.data?.phase==="fallback_cleared")){let a=b.data,c=n(a?.selectedProvider,a?.selectedModel)??n(a?.fromProvider,a?.fromModel),d=n(a?.activeProvider,a?.activeModel)??n(a?.toProvider,a?.toModel);if(c&&d){let b=a?.phase==="fallback_cleared",e="string"==typeof a?.reasonSummary?a.reasonSummary:"string"==typeof a?.reason?a.reason:void 0,f=b?`Restored to ${c}`:`Switched to ${d}${e?` (${e})`:""}`;G(f)}}if("agent"===b.event&&"compaction"===b.stream){let a="string"==typeof b.data?.phase?b.data.phase:void 0;if("start"===a)G("Optimizing session context...");else if("end"===a&&s)if(b.data?.willRetry===!0){let a="\nRetrying with compacted context...";A({type:"reasoning-delta",id:m,delta:a}),y(a)}else C()}if("chat"===b.event){let a=o(b.data);a&&(C(),q||(k=h("text"),A({type:"text-start",id:k}),q=!0),A({type:"text-delta",id:k,delta:a}),z(a),F())}"agent"===b.event&&"lifecycle"===b.stream&&b.data?.phase==="end"&&(H("lifecycle-end"),C(),F(),a._lifecycleEnded=!0,a._finalizeTimer&&clearTimeout(a._finalizeTimer),a._finalizeTimer=setTimeout(()=>{a._finalizeTimer=null,"running"===a.status&&E(a)},750)),"agent"!==b.event||"lifecycle"!==b.stream||b.data?.phase!=="error"||t||(t=!0,B((0,j.uE)(b.data)??"Agent encountered an error"),E(a,"error")),"error"!==b.event||t||(t=!0,B((0,j.uE)(b.data??b)??"An unknown error occurred"))})(d)}),b.on("close",()=>{if(a._subscribeProcess===b&&(a._subscribeProcess=null,"running"===a.status)){if(a._lifecycleEnded){a._finalizeTimer&&(clearTimeout(a._finalizeTimer),a._finalizeTimer=null),E(a);return}P(a,()=>{if("running"===a.status&&!a._subscribeProcess){let b=(0,j.k$)(c,a.lastGlobalSeq);a._subscribeProcess=b,a.childProcess=b,D(a,b,c)}})}}),b.on("error",a=>{console.error("[active-runs] Subscribe child error:",a)}),b.stderr?.on("data",a=>{console.error("[active-runs subscribe stderr]",a.toString())}),a._subscribeProcess=b}function E(a,b="completed"){if("running"!==a.status)return;for(let c of(a._finalizeTimer&&(clearTimeout(a._finalizeTimer),a._finalizeTimer=null),M(a),O(a),a.status=b,R(a).catch(()=>{}),a.subscribers))try{c(null)}catch{}a.subscribers.clear(),K(a);let c=a.accumulated.parts.some(a=>"tool-invocation"===a.type);if(a.isSubscribeOnly&&a.sessionKey&&!c){let b=a.sessionKey,c=a.pinnedAgentId;setTimeout(()=>{F(b,c)},2e3)}let d=a.isSubscribeOnly?864e5:3e4;setTimeout(()=>{W.get(a.sessionId)===a&&T(a.sessionId)},d)}function F(a,b){try{let c=(0,i.We)(),d=b??(0,i.TY)(),e=(0,f.join)(c,"agents",d,"sessions","sessions.json");if(!(0,g.existsSync)(e))return;let h=JSON.parse((0,g.readFileSync)(e,"utf-8"))[a],j="string"==typeof h?.sessionId?h.sessionId:null;if(!j)return;let k=(0,f.join)(c,"agents",d,"sessions",`${j}.jsonl`);if(!(0,g.existsSync)(k))return;let l=(0,g.readFileSync)(k,"utf-8").split("\n").filter(a=>a.trim()).map(a=>{try{return JSON.parse(a)}catch{return null}}).filter(Boolean),m=new Map,n=[],o=new Map;for(let a of l){if("message"!==a.type)continue;let b=a.message;if(!b)continue;let c=b.content;if("user"===b.role&&(n=[]),"toolResult"===b.role&&"string"==typeof b.toolCallId){let a=Array.isArray(c)?c.filter(a=>"text"===a.type&&"string"==typeof a.text).map(a=>a.text).join("\n"):"string"==typeof c?c:"";m.set(b.toolCallId,{text:a.slice(0,500)})}if("assistant"!==b.role||!Array.isArray(c))continue;for(let a of c)"toolCall"===a.type&&"string"==typeof a.id&&"string"==typeof a.name&&n.push({type:"tool-invocation",toolCallId:a.id,toolName:a.name,args:a.arguments??{}});let d=c.filter(a=>"text"===a.type&&"string"==typeof a.text).map(a=>a.text.trim()).filter(Boolean);if(d.length>0&&n.length>0){let a=d.join("\n").slice(0,200);if(a.length>=10){let b=n.map(a=>{let b=m.get(a.toolCallId);return b?{...a,result:b}:a});o.set(a,b),n=[]}}}if(0===o.size)return;let q=(0,f.join)(p(),`${a}.jsonl`);if(!(0,g.existsSync)(q))return;let r=(0,g.readFileSync)(q,"utf-8").split("\n").filter(a=>a.trim()).map(a=>{try{return JSON.parse(a)}catch{return null}}).filter(Boolean),s=!1,t=r.map(a=>{if("assistant"!==a.role)return a;let b=a.parts??[{type:"text",text:a.content}];if(b.some(a=>"tool-invocation"===a.type))return a;let c=b.filter(a=>"text"===a.type&&"string"==typeof a.text).map(a=>a.text.trim()).filter(Boolean).join("\n").slice(0,200);if(c.length<10)return a;let d=o.get(c);if(!d||0===d.length)return a;let e=b.filter(a=>"text"===a.type),f=b.filter(a=>"text"!==a.type);return s=!0,{...a,parts:[...f,...d,...e]}});s&&(0,g.writeFileSync)(q,t.map(a=>JSON.stringify(a)).join("\n")+"\n")}catch{}}function G(a){a.includes(":subagent:")&&F(a)}async function H(a,b){await I();let c=(0,f.join)(p(),`${a}.jsonl`),d=JSON.stringify({id:b.id,role:"user",content:b.content,...b.parts?{parts:b.parts}:{},...b.html?{html:b.html}:{},timestamp:new Date().toISOString()}),e=!1;await r(c,async()=>{await q(c)||await (0,h.writeFile)(c,"");let a=(await (0,h.readFile)(c,"utf-8")).split("\n").filter(a=>a.trim());(e=a.some(a=>{try{return JSON.parse(a).id===b.id}catch{return!1}}))||await (0,h.writeFile)(c,[...a,d].join("\n")+"\n")}),e||await J(a,{incrementCount:1})}async function I(){await (0,h.mkdir)(p(),{recursive:!0})}async function J(a,b){try{let c=(0,f.join)(p(),"index.json");await I(),await r(c,async()=>{let d;if(!await q(c)){d=[{id:a,title:b.title||"New Chat",createdAt:Date.now(),updatedAt:Date.now(),messageCount:b.incrementCount||0}],await (0,h.writeFile)(c,JSON.stringify(d,null,2));return}let e=(d=JSON.parse(await (0,h.readFile)(c,"utf-8"))).find(b=>b.id===a);e||(e={id:a,title:b.title||"New Chat",createdAt:Date.now(),updatedAt:Date.now(),messageCount:0},d.unshift(e)),e.updatedAt=Date.now(),b.incrementCount&&(e.messageCount=(e.messageCount||0)+b.incrementCount),b.title&&(e.title=b.title),await (0,h.writeFile)(c,JSON.stringify(d,null,2))})}catch{}}function K(a){if(N(a),M(a),a._subscribeProcess){try{a._subscribeProcess.kill("SIGTERM")}catch{}a._subscribeProcess=null}}function L(a){if("waiting-for-subagents"===a.status){for(let b of(a.status="completed",M(a),O(a),K(a),R(a).catch(()=>{}),a.subscribers))try{b(null)}catch{}a.subscribers.clear(),setTimeout(()=>{W.get(a.sessionId)===a&&T(a.sessionId)},3e4)}}function M(a){a._waitingFinalizeTimer&&(clearTimeout(a._waitingFinalizeTimer),a._waitingFinalizeTimer=null)}function N(a){a._subscribeRetryTimer&&(clearTimeout(a._subscribeRetryTimer),a._subscribeRetryTimer=null)}function O(a){a._subscribeRetryAttempt=0,N(a)}function P(a,b){if(a._subscribeRetryTimer)return;let c=a._subscribeRetryAttempt??0,d=Math.min(5e3,300*2**c);a._subscribeRetryAttempt=c+1,a._subscribeRetryTimer=setTimeout(()=>{a._subscribeRetryTimer=null,b()},d)}function Q(a){if(a._persistTimer)return;let b=Date.now()-a._lastPersistedAt,c=Math.max(0,2e3-b);a._persistTimer=setTimeout(()=>{a._persistTimer=null,R(a).catch(()=>{})},c)}async function R(a){a._persistTimer&&(clearTimeout(a._persistTimer),a._persistTimer=null),a._lastPersistedAt=Date.now();let b=a.accumulated.parts;if(0===b.length)return;let c=b.filter(a=>"text"!==a.type||!l(a.text)),d=c.filter(a=>"text"===a.type).map(a=>a.text).join(""),e="running"===a.status||"waiting-for-subagents"===a.status,f={id:a.accumulated.id,role:"assistant",content:d,parts:c,timestamp:new Date().toISOString()};e&&(f._streaming=!0);try{await S(a.sessionId,f)}catch(a){console.error("[active-runs] Persistence error:",a)}}async function S(a,b){await I();let c=(0,f.join)(p(),`${a}.jsonl`),d=b.id,e=!1;await r(c,async()=>{await q(c)||await (0,h.writeFile)(c,"");let a=(await (0,h.readFile)(c,"utf-8")).split("\n").filter(a=>a.trim()).map(a=>{try{if(JSON.parse(a).id===d)return e=!0,JSON.stringify(b)}catch{}return a});e||a.push(JSON.stringify(b)),await (0,h.writeFile)(c,a.join("\n")+"\n")}),a.includes(":subagent:")||(e?await J(a,{}):await J(a,{incrementCount:1}))}function T(a){let b=W.get(a);b&&(b._persistTimer&&clearTimeout(b._persistTimer),M(b),K(b),W.delete(a))}d()}catch(a){d(a)}})},80687:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.d(b,{Gk:()=>w,KJ:()=>z,Px:()=>m,_v:()=>x,e$:()=>D,k$:()=>y,kW:()=>C,m0:()=>A,uE:()=>B});var e=c(77598),f=c(56093),g=c(73024),h=c(76760),i=c(57075),j=c(56220),k=c(93349),l=a([j]);function m(a){if(!a)return;if("string"==typeof a)return{text:a,details:void 0};if("object"!=typeof a)return;let b=Array.isArray(a.content)?a.content:[],c=[];for(let a of b)a&&"object"==typeof a&&"text"===a.type&&"string"==typeof a.text&&c.push(a.text);let d=c.length>0?c.join("\n"):void 0,e=a.details&&"object"==typeof a.details?a.details:void 0;return d||e||Array.isArray(a.content)?{text:d,details:e}:{text:void 0,details:a}}j=(l.then?(await l)():l)[0];let E=["tool-events"],F=Buffer.from("302a300506032b6570032100","hex"),G="unknown";function n(a){return a.toString("base64").replaceAll("+","-").replaceAll("/","_").replace(/=+$/g,"")}function o(a){return!a||"object"!=typeof a||Array.isArray(a)?null:a}function p(a){try{let b=JSON.parse(a);return o(b)}catch{return null}}function q(a){if("number"==typeof a&&Number.isFinite(a)&&a>0)return Math.floor(a);if("string"==typeof a){let b=Number.parseInt(a,10);if(Number.isFinite(b)&&b>0)return b}}function r(a,b){let c=a.includes("://")?a:`ws://${a}`,d=new URL(c);return"http:"===d.protocol?d.protocol="ws:":"https:"===d.protocol&&(d.protocol="wss:"),d.port||(d.port="wss:"===d.protocol?"443":String(b)),d.toString()}function s(a,b){let c,d=b?.caps,f=Array.isArray(d)?d.filter(a=>"string"==typeof a&&a.trim().length>0):E,g=b?.clientMode??"backend",h="gateway-client",i="operator",j=["operator.read","operator.write","operator.admin"],k=!!(a.token||a.password),l=b?.deviceToken,m=k||l?{...a.token?{token:a.token}:{},...a.password?{password:a.password}:{},...l?{deviceToken:l}:{}}:void 0,o=b?.nonce,p=b?.deviceIdentity;if(p&&o){let b=Date.now(),d=process.platform,f=["v3",p.deviceId,h,g,i,j.join(","),String(b),a.token??"",o,d,""].join("|"),k=function(a,b){let c=(0,e.createPrivateKey)(a);return n((0,e.sign)(null,Buffer.from(b,"utf8"),c))}(p.privateKeyPem,f);c={id:p.deviceId,publicKey:n(function(a){let b=(0,e.createPublicKey)(a).export({type:"spki",format:"der"});return b.length===F.length+32&&b.subarray(0,F.length).equals(F)?b.subarray(F.length):b}(p.publicKeyPem)),signature:k,signedAt:b,nonce:o}}return{minProtocol:3,maxProtocol:3,client:{id:h,version:"dev",platform:process.platform,mode:g,instanceId:"denchclaw-web-server"},locale:"en-US",userAgent:"denchclaw-web",role:i,scopes:j,caps:f,...m?{auth:m}:{},...c?{device:c}:{}}}function t(a){let b=o(a.error);return"string"==typeof b?.message&&b.message.trim()?b.message:"string"==typeof a.error&&a.error.trim()?a.error:"Gateway request failed"}function u(a){let b=a.trim().toLowerCase();return!!b&&(b.includes("timeout")||b.includes("timed out")||b.includes("temporar")||b.includes("unavailable")||b.includes("try again")||b.includes("connection closed")||b.includes("connection reset"))}let H=/missing scope:\s*(\S+)/i;class I{constructor(a,b,c){this.settings=a,this.onEvent=b,this.onClose=c,this.ws=null,this.pending=new Map,this.closed=!1,this.challengeNonce=null,this.challengeResolve=null}waitForChallenge(a=5e3){return this.challengeNonce?Promise.resolve(this.challengeNonce):new Promise((b,c)=>{let d=setTimeout(()=>{this.challengeResolve=null,c(Error("Gateway challenge timeout"))},a);this.challengeResolve=a=>{clearTimeout(d),b(a)}})}async open(a=8e3){if(this.ws)return;let b=new j.default(this.settings.url);this.ws=b,await new Promise((c,d)=>{let e=!1,f=setTimeout(()=>{e||(e=!0,d(Error("Gateway WebSocket open timeout")))},a);b.once("open",()=>{e||(e=!0,clearTimeout(f),c())}),b.once("error",()=>{e||(e=!0,clearTimeout(f),d(Error("Gateway WebSocket connection failed")))})}),b.on("message",a=>{let b="string"==typeof a?a:a instanceof ArrayBuffer?Buffer.from(a).toString("utf-8"):ArrayBuffer.isView(a)?Buffer.from(a.buffer,a.byteOffset,a.byteLength).toString("utf-8"):null;null!=b&&this.handleMessageText(b)}),b.on("close",(a,b)=>{this.closed||(this.closed=!0,this.flushPending(Error("Gateway connection closed")),this.onClose(a,b.toString("utf-8")))})}request(a,b,c=12e3){let d=this.ws;return d&&d.readyState===j.default.OPEN?new Promise((f,g)=>{let h=(0,e.randomUUID)(),i=setTimeout(()=>{this.pending.delete(h),g(Error(`Gateway request timed out (${a})`))},c);this.pending.set(h,{resolve:f,reject:g,timeout:i}),d.send(JSON.stringify({type:"req",id:h,method:a,params:b}))}):Promise.reject(Error("Gateway WebSocket is not connected"))}close(a,b){if(!this.closed){this.closed=!0,this.flushPending(Error("Gateway connection closed"));try{this.ws?.close(a,b)}catch{}}}flushPending(a){for(let b of this.pending.values())clearTimeout(b.timeout),b.reject(a);this.pending.clear()}handleMessageText(a){let b=null;try{b=JSON.parse(a)}catch{return}if(b&&"object"==typeof b&&"type"in b){if("res"===b.type){let a=b,c=this.pending.get(a.id);if(!c)return;this.pending.delete(a.id),clearTimeout(c.timeout),c.resolve(a);return}if("event"===b.type){let a=b;if("connect.challenge"===a.event){let b=o(a.payload),c="string"==typeof b?.nonce?b.nonce.trim():null;c&&(this.challengeNonce=c,this.challengeResolve?.(c),this.challengeResolve=null);return}this.onEvent(a)}}}}async function v(a,b){let c=function(){let a=process.env.OPENCLAW_GATEWAY_URL?.trim(),b=process.env.OPENCLAW_GATEWAY_TOKEN?.trim(),c=process.env.OPENCLAW_GATEWAY_PASSWORD?.trim(),d=q(process.env.OPENCLAW_GATEWAY_PORT),e=(0,k.We)(),f=function(a){for(let b of[(0,h.join)(a,"openclaw.json"),(0,h.join)(a,"config.json")])if((0,g.existsSync)(b))try{let a=p((0,g.readFileSync)(b,"utf-8"));if(a)return a}catch{}return null}(e),i=o(f?.gateway),j=o(i?.remote),l=o(i?.auth),m=q(i?.port)??18789,n=d??m,s="string"==typeof i?.mode?i.mode.trim().toLowerCase():"",t="string"==typeof j?.url?j.url.trim():void 0,u=!a&&"remote"===s&&!!t,v=(u&&"string"==typeof j?.token?j.token.trim():void 0)||("string"==typeof l?.token?l.token.trim():void 0),w=(u&&"string"==typeof j?.password?j.password.trim():void 0)||("string"==typeof l?.password?l.password.trim():void 0),x=a||(u?t:`ws://127.0.0.1:${n}`),y={url:r(x,n),token:b||v,password:c||w},z=u?t:`ws://127.0.0.1:${m}`,A={url:r(z,m),token:v,password:w},B=[y];A.url!==y.url&&B.push(A);let C=[],D=new Set;for(let a of B){let b=`${a.url}|${a.token??""}|${a.password??""}`;D.has(b)||(D.add(b),C.push(a))}return C}(),d=null;for(let e of c){let c=new I(e,a,b);try{return await c.open(),{client:c,settings:e}}catch(a){d=a instanceof Error?a:Error(String(a)),c.close()}}throw d??Error("Gateway WebSocket connection failed")}class J extends f.EventEmitter{constructor(a){super(),this.params=a,this.stdout=new i.PassThrough,this.stderr=new i.PassThrough,this.client=null,this.finished=!1,this.closeScheduled=!1,this.requestedClose=!1,this.runId=null,this.lifecycleErrorCloseTimer=null,this.lifecycleErrorRecoveryUntil=0,this.useChatSend=!1,this.receivedAgentEvent=!1,this.start()}kill(a){return!this.finished&&(this.requestedClose=!0,this.clearLifecycleErrorCloseTimer(),this.client?.close(),this.finish(0,"string"==typeof a?a:null),!0)}async start(){try{let a,{client:b,settings:c}=await v(a=>this.handleGatewayEvent(a),(a,b)=>this.handleSocketClose(a,b));this.client=b;let d=(0,k.We)(),f=function(a){let b=(0,h.join)(a,"identity","device.json");if(!(0,g.existsSync)(b))return null;try{let a=p((0,g.readFileSync)(b,"utf-8"));if(a&&"string"==typeof a.deviceId&&"string"==typeof a.publicKeyPem&&"string"==typeof a.privateKeyPem)return{deviceId:a.deviceId,publicKeyPem:a.publicKeyPem,privateKeyPem:a.privateKeyPem}}catch{}return null}(d),i=function(a){let b=(0,h.join)(a,"identity","device-auth.json");if(!(0,g.existsSync)(b))return null;try{let a=p((0,g.readFileSync)(b,"utf-8"));if(!a||"string"!=typeof a.deviceId)return null;let c=o(a.tokens),d=o(c?.operator);if(d&&"string"==typeof d.token)return{deviceId:a.deviceId,token:d.token,scopes:Array.isArray(d.scopes)?d.scopes:[]}}catch{}return null}(d);if(f)try{a=await b.waitForChallenge()}catch{a=void 0}let j=s(c,{nonce:a,deviceIdentity:f,deviceToken:i?.token}),l=await this.client.request("connect",j);if(!l.ok)throw Error(t(l));if("start"===this.params.mode){let a;this.params.sessionKey&&await this.ensureFullToolVerbose(this.params.sessionKey);let b=this.params.sessionKey,c=this.params.message??"";if(this.useChatSend=c.startsWith("/"),!(a=this.useChatSend?await this.client.request("chat.send",{message:c,...b?{sessionKey:b}:{},idempotencyKey:(0,e.randomUUID)(),deliver:!1}):await this.client.request("agent",{message:c,idempotencyKey:(0,e.randomUUID)(),...b?{sessionKey:b}:{},deliver:!1,channel:"webchat",lane:this.params.lane??"web",timeout:0})).ok)throw Error(t(a));let d=o(a.payload),f=d&&"string"==typeof d.runId?d.runId:null;this.runId=f,b&&await this.ensureFullToolVerbose(b)}else{let a=this.params.sessionKey;if(!a)throw Error("Missing session key for subscribe mode");if(await this.ensureFullToolVerbose(a),"unsupported"!==G){let b=await this.client.request("agent.subscribe",{sessionKey:a,afterSeq:Math.max(0,Number.isFinite(this.params.afterSeq)?this.params.afterSeq:0)});if(b.ok)G="supported";else if(function(a,b){let c=t(a).trim().toLowerCase();return!!c.includes("unknown method")&&c.includes(b.toLowerCase())}(b,"agent.subscribe"))G="unsupported",this.stderr.write("[gateway] agent.subscribe unavailable; using passive session filter mode\n");else throw Error(t(b))}}}catch(d){let a=d instanceof Error?d.message:String(d),b=function(a){let b=H.exec(a);if(!b)return null;let c=b[1];return`missing scope: ${c}. The Gateway did not grant operator scopes — device identity may be missing or invalid. Fix: run \`npx denchclaw bootstrap\` to re-pair the device.`}(a),c=Error(b??a);this.stderr.write(`${c.message}
|
|
6
|
-
`),this.emit("error",c),this.finish(1,null)}}async ensureFullToolVerbose(a){if(!this.client||!a.trim())return;let b={key:a,thinkingLevel:"xhigh",verboseLevel:"full",reasoningLevel:"on"},c=0,d="";for(;c<2;){c+=1;try{let a=await this.client.request("sessions.patch",b);if(a.ok)return;if((d=t(a)).includes("thinkingLevel")&&b.thinkingLevel){delete b.thinkingLevel,c=0;continue}if(c>=2||!u(d))break}catch(a){if((d=a instanceof Error?a.message:String(a)).includes("thinkingLevel")&&b.thinkingLevel){delete b.thinkingLevel,c=0;continue}if(c>=2||!u(d))break}await new Promise(a=>setTimeout(a,150))}d.trim()&&this.stderr.write(`[gateway] sessions.patch verboseLevel=full failed: ${d}
|
|
7
|
-
`)}shouldAcceptSessionEvent(a){let b=this.params.sessionKey;return!b||("subscribe"===this.params.mode?a===b:!a||a===b)}handleGatewayEvent(a){if(!this.finished&&"connect.challenge"!==a.event){if("agent"===a.event){this.receivedAgentEvent=!0;let b=o(a.payload);if(!b)return;let c="string"==typeof b.sessionKey?b.sessionKey:void 0;if(!this.shouldAcceptSessionEvent(c))return;let d="string"==typeof b.runId?b.runId:void 0;if(this.runId&&d&&d!==this.runId)if(!(Date.now()<=this.lifecycleErrorRecoveryUntil))return;else this.runId=d,this.clearLifecycleErrorCloseTimer();let e=("number"==typeof b.globalSeq?b.globalSeq:void 0)??("number"==typeof a.seq?a.seq:void 0);if("number"==typeof e&&e<=this.params.afterSeq)return;let f={event:"agent",...d?{runId:d}:{},..."string"==typeof b.stream?{stream:b.stream}:{},...o(b.data)?{data:b.data}:{},..."number"==typeof b.seq?{seq:b.seq}:{},..."number"==typeof e?{globalSeq:e}:{},..."number"==typeof b.ts?{ts:b.ts}:{},...c?{sessionKey:c}:{}};this.stdout.write(`${JSON.stringify(f)}
|
|
8
|
-
`);let g="string"==typeof b.stream?b.stream:"",h=o(b.data),i=h&&"string"==typeof h.phase?h.phase:"";("lifecycle"!==g||"error"!==i)&&this.clearLifecycleErrorCloseTimer(),"start"===this.params.mode&&"lifecycle"===g&&"end"===i&&this.scheduleClose(),"start"===this.params.mode&&"lifecycle"===g&&"error"===i&&this.armLifecycleErrorCloseTimer();return}if("chat"===a.event){if(!("subscribe"===this.params.mode||this.useChatSend&&!this.receivedAgentEvent))return;let b=o(a.payload)??{},c="string"==typeof b.sessionKey?b.sessionKey:void 0;if(!this.shouldAcceptSessionEvent(c))return;let d=("number"==typeof b.globalSeq?b.globalSeq:void 0)??("number"==typeof a.seq?a.seq:void 0),e={event:"chat",data:b,..."number"==typeof d?{globalSeq:d}:{},...c?{sessionKey:c}:{}};this.stdout.write(`${JSON.stringify(e)}
|
|
9
|
-
`),this.useChatSend&&"start"===this.params.mode&&"string"==typeof b.state&&"final"===b.state&&this.scheduleClose();return}if("error"===a.event){let b=o(a.payload)??{},c="string"==typeof b.sessionKey?b.sessionKey:void 0;if(!this.shouldAcceptSessionEvent(c))return;let d=("number"==typeof b.globalSeq?b.globalSeq:void 0)??("number"==typeof a.seq?a.seq:void 0),e={event:"error",data:b,..."number"==typeof d?{globalSeq:d}:{},...c?{sessionKey:c}:{}};this.stdout.write(`${JSON.stringify(e)}
|
|
10
|
-
`),"start"===this.params.mode&&this.armLifecycleErrorCloseTimer()}}}armLifecycleErrorCloseTimer(){this.lifecycleErrorRecoveryUntil=Date.now()+15e3,this.clearLifecycleErrorCloseTimer(),this.lifecycleErrorCloseTimer=setTimeout(()=>{this.lifecycleErrorCloseTimer=null,this.finished||this.scheduleClose()},15e3)}clearLifecycleErrorCloseTimer(){this.lifecycleErrorRecoveryUntil=0,this.lifecycleErrorCloseTimer&&(clearTimeout(this.lifecycleErrorCloseTimer),this.lifecycleErrorCloseTimer=null)}scheduleClose(){this.closeScheduled||this.finished||(this.closeScheduled=!0,setTimeout(()=>{this.finished||(this.requestedClose=!0,this.client?.close(),this.finish(0,null))},25))}handleSocketClose(a,b){if(this.finished)return;if(!this.requestedClose){let c=b.trim()||`code ${a}`;this.stderr.write(`Gateway connection closed: ${c}
|
|
11
|
-
`)}let c=this.requestedClose||1e3===a||1005===a?0:1;this.finish(c,null)}finish(a,b){if(!this.finished){this.finished=!0,this.clearLifecycleErrorCloseTimer();try{this.stdout.end(),this.stderr.end()}catch{}this.emit("close",a,b)}}}async function w(a,b,c){let d=!1,{client:e,settings:f}=await v(()=>{},()=>{d=!0});try{let d=await e.request("connect",s(f),c?.timeoutMs??12e3);if(!d.ok)throw Error(t(d));return await e.request(a,b,c?.timeoutMs??12e3)}finally{d||e.close()}}function x(a,b,c){let d=c??(0,k.TY)(),e=b?`agent:${d}:web:${b}`:void 0;return new J({mode:"start",message:a,sessionKey:e,afterSeq:0,lane:b?`web:${b}`:"web"})}function y(a,b=0){return new J({mode:"subscribe",sessionKey:a,afterSeq:Math.max(0,Number.isFinite(b)?b:0)})}function z(a,b){return new J({mode:"start",message:a,sessionKey:b,afterSeq:0,lane:"subagent"})}function A(a){if(!a)return{};let b={};if(a.text&&(b.text=a.text),a.details)for(let[c,d]of Object.entries(a.details))void 0!==d&&(b[c]=d);if(!b.text&&a.details)try{let c=JSON.stringify(a.details);c.length<=5e4&&(b.text=c)}catch{}return b}function B(a){if(a){if("string"==typeof a.error)return C(a.error);if("object"==typeof a.error&&null!==a.error){let b=a.error;if("string"==typeof b.message)return C(b.message)}if("string"==typeof a.message)return C(a.message);if("string"==typeof a.errorMessage)return C(a.errorMessage);if("string"==typeof a.detail)return C(a.detail);if("string"==typeof a.reason)return C(a.reason);if("string"==typeof a.description)return C(a.description);if("string"==typeof a.code&&a.code.trim())return a.code;try{let b=JSON.stringify(a);if("{}"!==b&&b.length<=500)return b;if(b.length>500)return`${b.slice(0,497)}...`}catch{}}}function C(a){let b=a.indexOf("{");if(b>=0)try{let c=JSON.parse(a.slice(b)),d=c?.error?.message??c?.message??c?.error;if("string"==typeof d)return d}catch{}return a}function D(a){if(!a)return;let b=a.replace(/\x1B\[[0-9;]*[A-Za-z]/g,""),c=b.match(/\{"error":\{[^}]*"message":"([^"]+)"[^}]*\}/);if(c?.[1])return c[1];let d=b.split("\n").filter(Boolean);for(let a of d){let b=a.trim();if(/\b(error|failed|fatal)\b/i.test(b)){let a=b.replace(/^\[.*?\]\s*/,"").replace(/^Error:\s*/i,"");if(a.length>5)return a}}let e=d[d.length-1]?.trim();if(e&&e.length<=300)return e}d()}catch(a){d(a)}})}};
|
|
5
|
+
`;A({type:"text-delta",id:k,delta:b}),z(b)}}if("string"==typeof b.data?.stopReason&&"error"===b.data.stopReason&&!t){t=!0;let a="string"==typeof b.data?.errorMessage?(0,j.kW)(b.data.errorMessage):(0,j.uE)(b.data)??"Agent stopped with an error";B(a)}}if("agent"===b.event&&"tool"===b.stream){let c="string"==typeof b.data?.phase?b.data.phase:void 0,d="string"==typeof b.data?.toolCallId?b.data.toolCallId:"",e="string"==typeof b.data?.name?b.data.name:"";if("start"===c){u.toolStartCount+=1,C(),F();let c=b.data?.args&&"object"==typeof b.data.args?b.data.args:{};A({type:"tool-input-start",toolCallId:d,toolName:e}),A({type:"tool-input-available",toolCallId:d,toolName:e,input:c}),a.accumulated.parts.push({type:"tool-invocation",toolCallId:d,toolName:e,args:c}),x.set(d,a.accumulated.parts.length-1)}else if("update"===c){let a=(0,j.Px)(b.data?.partialResult);if(a){let b=(0,j.m0)(a);A({type:"tool-output-partial",toolCallId:d,output:b})}}else if("result"===c){let c=b.data?.isError===!0,e=(0,j.Px)(b.data?.result);if(c){let b=e?.text||e?.details?.error||"Tool execution failed";A({type:"tool-output-error",toolCallId:d,errorText:b});let c=x.get(d);if(void 0!==c){let d=a.accumulated.parts[c];"tool-invocation"===d.type&&(d.errorText=b)}}else{let b=(0,j.m0)(e);A({type:"tool-output-available",toolCallId:d,output:b});let c=x.get(d);if(void 0!==c){let d=a.accumulated.parts[c];"tool-invocation"===d.type&&(d.result=b)}}}}if("agent"===b.event&&"lifecycle"===b.stream&&(b.data?.phase==="fallback"||b.data?.phase==="fallback_cleared")){let a=b.data,c=n(a?.selectedProvider,a?.selectedModel)??n(a?.fromProvider,a?.fromModel),d=n(a?.activeProvider,a?.activeModel)??n(a?.toProvider,a?.toModel);if(c&&d){let b=a?.phase==="fallback_cleared",e="string"==typeof a?.reasonSummary?a.reasonSummary:"string"==typeof a?.reason?a.reason:void 0,f=b?`Restored to ${c}`:`Switched to ${d}${e?` (${e})`:""}`;G(f)}}if("agent"===b.event&&"compaction"===b.stream){let a="string"==typeof b.data?.phase?b.data.phase:void 0;if("start"===a)G("Optimizing session context...");else if("end"===a&&s)if(b.data?.willRetry===!0){let a="\nRetrying with compacted context...";A({type:"reasoning-delta",id:m,delta:a}),y(a)}else C()}if("chat"===b.event){let a=o(b.data);a&&(C(),q||(k=h("text"),A({type:"text-start",id:k}),q=!0),A({type:"text-delta",id:k,delta:a}),z(a),F())}"agent"===b.event&&"lifecycle"===b.stream&&b.data?.phase==="end"&&(H("lifecycle-end"),C(),F(),a._lifecycleEnded=!0,a._finalizeTimer&&clearTimeout(a._finalizeTimer),a._finalizeTimer=setTimeout(()=>{a._finalizeTimer=null,"running"===a.status&&E(a)},750)),"agent"!==b.event||"lifecycle"!==b.stream||b.data?.phase!=="error"||t||(t=!0,B((0,j.uE)(b.data)??"Agent encountered an error"),E(a,"error")),"error"!==b.event||t||(t=!0,B((0,j.uE)(b.data??b)??"An unknown error occurred"))})(d)}),b.on("close",()=>{if(a._subscribeProcess===b&&(a._subscribeProcess=null,"running"===a.status)){if(a._lifecycleEnded){a._finalizeTimer&&(clearTimeout(a._finalizeTimer),a._finalizeTimer=null),E(a);return}P(a,()=>{if("running"===a.status&&!a._subscribeProcess){let b=(0,j.k$)(c,a.lastGlobalSeq);a._subscribeProcess=b,a.childProcess=b,D(a,b,c)}})}}),b.on("error",a=>{console.error("[active-runs] Subscribe child error:",a)}),b.stderr?.on("data",a=>{console.error("[active-runs subscribe stderr]",a.toString())}),a._subscribeProcess=b}function E(a,b="completed"){if("running"!==a.status)return;for(let c of(a._finalizeTimer&&(clearTimeout(a._finalizeTimer),a._finalizeTimer=null),M(a),O(a),a.status=b,R(a).catch(()=>{}),a.subscribers))try{c(null)}catch{}a.subscribers.clear(),K(a);let c=a.accumulated.parts.some(a=>"tool-invocation"===a.type);if(a.isSubscribeOnly&&a.sessionKey&&!c){let b=a.sessionKey,c=a.pinnedAgentId;setTimeout(()=>{F(b,c)},2e3)}let d=a.isSubscribeOnly?864e5:3e4;setTimeout(()=>{W.get(a.sessionId)===a&&T(a.sessionId)},d)}function F(a,b){try{let c=(0,i.We)(),d=b??(0,i.TY)(),e=(0,f.join)(c,"agents",d,"sessions","sessions.json");if(!(0,g.existsSync)(e))return;let h=JSON.parse((0,g.readFileSync)(e,"utf-8"))[a],j="string"==typeof h?.sessionId?h.sessionId:null;if(!j)return;let k=(0,f.join)(c,"agents",d,"sessions",`${j}.jsonl`);if(!(0,g.existsSync)(k))return;let l=(0,g.readFileSync)(k,"utf-8").split("\n").filter(a=>a.trim()).map(a=>{try{return JSON.parse(a)}catch{return null}}).filter(Boolean),m=new Map,n=[],o=new Map;for(let a of l){if("message"!==a.type)continue;let b=a.message;if(!b)continue;let c=b.content;if("user"===b.role&&(n=[]),"toolResult"===b.role&&"string"==typeof b.toolCallId){let a=Array.isArray(c)?c.filter(a=>"text"===a.type&&"string"==typeof a.text).map(a=>a.text).join("\n"):"string"==typeof c?c:"";m.set(b.toolCallId,{text:a.slice(0,500)})}if("assistant"!==b.role||!Array.isArray(c))continue;for(let a of c)"toolCall"===a.type&&"string"==typeof a.id&&"string"==typeof a.name&&n.push({type:"tool-invocation",toolCallId:a.id,toolName:a.name,args:a.arguments??{}});let d=c.filter(a=>"text"===a.type&&"string"==typeof a.text).map(a=>a.text.trim()).filter(Boolean);if(d.length>0&&n.length>0){let a=d.join("\n").slice(0,200);if(a.length>=10){let b=n.map(a=>{let b=m.get(a.toolCallId);return b?{...a,result:b}:a});o.set(a,b),n=[]}}}if(0===o.size)return;let q=(0,f.join)(p(),`${a}.jsonl`);if(!(0,g.existsSync)(q))return;let r=(0,g.readFileSync)(q,"utf-8").split("\n").filter(a=>a.trim()).map(a=>{try{return JSON.parse(a)}catch{return null}}).filter(Boolean),s=!1,t=r.map(a=>{if("assistant"!==a.role)return a;let b=a.parts??[{type:"text",text:a.content}];if(b.some(a=>"tool-invocation"===a.type))return a;let c=b.filter(a=>"text"===a.type&&"string"==typeof a.text).map(a=>a.text.trim()).filter(Boolean).join("\n").slice(0,200);if(c.length<10)return a;let d=o.get(c);if(!d||0===d.length)return a;let e=b.filter(a=>"text"===a.type),f=b.filter(a=>"text"!==a.type);return s=!0,{...a,parts:[...f,...d,...e]}});s&&(0,g.writeFileSync)(q,t.map(a=>JSON.stringify(a)).join("\n")+"\n")}catch{}}function G(a){a.includes(":subagent:")&&F(a)}async function H(a,b){await I();let c=(0,f.join)(p(),`${a}.jsonl`),d=JSON.stringify({id:b.id,role:"user",content:b.content,...b.parts?{parts:b.parts}:{},...b.html?{html:b.html}:{},timestamp:new Date().toISOString()}),e=!1;await r(c,async()=>{await q(c)||await (0,h.writeFile)(c,"");let a=(await (0,h.readFile)(c,"utf-8")).split("\n").filter(a=>a.trim());(e=a.some(a=>{try{return JSON.parse(a).id===b.id}catch{return!1}}))||await (0,h.writeFile)(c,[...a,d].join("\n")+"\n")}),e||await J(a,{incrementCount:1})}async function I(){await (0,h.mkdir)(p(),{recursive:!0})}async function J(a,b){try{let c=(0,f.join)(p(),"index.json");await I(),await r(c,async()=>{let d;if(!await q(c)){d=[{id:a,title:b.title||"New Chat",createdAt:Date.now(),updatedAt:Date.now(),messageCount:b.incrementCount||0}],await (0,h.writeFile)(c,JSON.stringify(d,null,2));return}let e=(d=JSON.parse(await (0,h.readFile)(c,"utf-8"))).find(b=>b.id===a);e||(e={id:a,title:b.title||"New Chat",createdAt:Date.now(),updatedAt:Date.now(),messageCount:0},d.unshift(e)),e.updatedAt=Date.now(),b.incrementCount&&(e.messageCount=(e.messageCount||0)+b.incrementCount),b.title&&(e.title=b.title),await (0,h.writeFile)(c,JSON.stringify(d,null,2))})}catch{}}function K(a){if(N(a),M(a),a._subscribeProcess){try{a._subscribeProcess.kill("SIGTERM")}catch{}a._subscribeProcess=null}}function L(a){if("waiting-for-subagents"===a.status){for(let b of(a.status="completed",M(a),O(a),K(a),R(a).catch(()=>{}),a.subscribers))try{b(null)}catch{}a.subscribers.clear(),setTimeout(()=>{W.get(a.sessionId)===a&&T(a.sessionId)},3e4)}}function M(a){a._waitingFinalizeTimer&&(clearTimeout(a._waitingFinalizeTimer),a._waitingFinalizeTimer=null)}function N(a){a._subscribeRetryTimer&&(clearTimeout(a._subscribeRetryTimer),a._subscribeRetryTimer=null)}function O(a){a._subscribeRetryAttempt=0,N(a)}function P(a,b){if(a._subscribeRetryTimer)return;let c=a._subscribeRetryAttempt??0,d=Math.min(5e3,300*2**c);a._subscribeRetryAttempt=c+1,a._subscribeRetryTimer=setTimeout(()=>{a._subscribeRetryTimer=null,b()},d)}function Q(a){if(a._persistTimer)return;let b=Date.now()-a._lastPersistedAt,c=Math.max(0,2e3-b);a._persistTimer=setTimeout(()=>{a._persistTimer=null,R(a).catch(()=>{})},c)}async function R(a){a._persistTimer&&(clearTimeout(a._persistTimer),a._persistTimer=null),a._lastPersistedAt=Date.now();let b=a.accumulated.parts;if(0===b.length)return;let c=b.filter(a=>"text"!==a.type||!l(a.text)),d=c.filter(a=>"text"===a.type).map(a=>a.text).join(""),e="running"===a.status||"waiting-for-subagents"===a.status,f={id:a.accumulated.id,role:"assistant",content:d,parts:c,timestamp:new Date().toISOString()};e&&(f._streaming=!0);try{await S(a.sessionId,f)}catch(a){console.error("[active-runs] Persistence error:",a)}}async function S(a,b){await I();let c=(0,f.join)(p(),`${a}.jsonl`),d=b.id,e=!1;await r(c,async()=>{await q(c)||await (0,h.writeFile)(c,"");let a=(await (0,h.readFile)(c,"utf-8")).split("\n").filter(a=>a.trim()).map(a=>{try{if(JSON.parse(a).id===d)return e=!0,JSON.stringify(b)}catch{}return a});e||a.push(JSON.stringify(b)),await (0,h.writeFile)(c,a.join("\n")+"\n")}),a.includes(":subagent:")||(e?await J(a,{}):await J(a,{incrementCount:1}))}function T(a){let b=W.get(a);b&&(b._persistTimer&&clearTimeout(b._persistTimer),M(b),K(b),W.delete(a))}d()}catch(a){d(a)}})}};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";exports.id=687,exports.ids=[687],exports.modules={80687:(a,b,c)=>{c.a(a,async(a,d)=>{try{c.d(b,{Gk:()=>y,KJ:()=>B,Px:()=>m,_v:()=>z,e$:()=>F,k$:()=>A,kW:()=>E,m0:()=>C,uE:()=>D});var e=c(77598),f=c(56093),g=c(73024),h=c(76760),i=c(57075),j=c(56220),k=c(93349),l=a([j]);function m(a){if(!a)return;if("string"==typeof a)return{text:a,details:void 0};if("object"!=typeof a)return;let b=Array.isArray(a.content)?a.content:[],c=[];for(let a of b)a&&"object"==typeof a&&"text"===a.type&&"string"==typeof a.text&&c.push(a.text);let d=c.length>0?c.join("\n"):void 0,e=a.details&&"object"==typeof a.details?a.details:void 0;return d||e||Array.isArray(a.content)?{text:d,details:e}:{text:void 0,details:a}}j=(l.then?(await l)():l)[0];let G=["tool-events"],H=Buffer.from("302a300506032b6570032100","hex"),I="unknown";function n(a){return a.toString("base64").replaceAll("+","-").replaceAll("/","_").replace(/=+$/g,"")}function o(a){let b=(0,h.join)(a,"identity","device.json");if(!(0,g.existsSync)(b))return null;try{let a=r((0,g.readFileSync)(b,"utf-8"));if(a&&"string"==typeof a.deviceId&&"string"==typeof a.publicKeyPem&&"string"==typeof a.privateKeyPem)return{deviceId:a.deviceId,publicKeyPem:a.publicKeyPem,privateKeyPem:a.privateKeyPem}}catch{}return null}function p(a){let b=(0,h.join)(a,"identity","device-auth.json");if(!(0,g.existsSync)(b))return null;try{let a=r((0,g.readFileSync)(b,"utf-8"));if(!a||"string"!=typeof a.deviceId)return null;let c=q(a.tokens),d=q(c?.operator);if(d&&"string"==typeof d.token)return{deviceId:a.deviceId,token:d.token,scopes:Array.isArray(d.scopes)?d.scopes:[]}}catch{}return null}function q(a){return!a||"object"!=typeof a||Array.isArray(a)?null:a}function r(a){try{let b=JSON.parse(a);return q(b)}catch{return null}}function s(a){if("number"==typeof a&&Number.isFinite(a)&&a>0)return Math.floor(a);if("string"==typeof a){let b=Number.parseInt(a,10);if(Number.isFinite(b)&&b>0)return b}}function t(a,b){let c=a.includes("://")?a:`ws://${a}`,d=new URL(c);return"http:"===d.protocol?d.protocol="ws:":"https:"===d.protocol&&(d.protocol="wss:"),d.port||(d.port="wss:"===d.protocol?"443":String(b)),d.toString()}function u(a,b){let c,d=b?.caps,f=Array.isArray(d)?d.filter(a=>"string"==typeof a&&a.trim().length>0):G,g=b?.clientMode??"backend",h="gateway-client",i="operator",j=["operator.read","operator.write","operator.admin"],k=!!(a.token||a.password),l=b?.deviceToken,m=k||l?{...a.token?{token:a.token}:{},...a.password?{password:a.password}:{},...l?{deviceToken:l}:{}}:void 0,o=b?.nonce,p=b?.deviceIdentity;if(p&&o){let b=Date.now(),d=process.platform,f=["v3",p.deviceId,h,g,i,j.join(","),String(b),a.token??"",o,d,""].join("|"),k=function(a,b){let c=(0,e.createPrivateKey)(a);return n((0,e.sign)(null,Buffer.from(b,"utf8"),c))}(p.privateKeyPem,f);c={id:p.deviceId,publicKey:n(function(a){let b=(0,e.createPublicKey)(a).export({type:"spki",format:"der"});return b.length===H.length+32&&b.subarray(0,H.length).equals(H)?b.subarray(H.length):b}(p.publicKeyPem)),signature:k,signedAt:b,nonce:o}}return{minProtocol:3,maxProtocol:3,client:{id:h,version:"dev",platform:process.platform,mode:g,instanceId:"denchclaw-web-server"},locale:"en-US",userAgent:"denchclaw-web",role:i,scopes:j,caps:f,...m?{auth:m}:{},...c?{device:c}:{}}}function v(a){let b=q(a.error);return"string"==typeof b?.message&&b.message.trim()?b.message:"string"==typeof a.error&&a.error.trim()?a.error:"Gateway request failed"}function w(a){let b=a.trim().toLowerCase();return!!b&&(b.includes("timeout")||b.includes("timed out")||b.includes("temporar")||b.includes("unavailable")||b.includes("try again")||b.includes("connection closed")||b.includes("connection reset"))}let J=/missing scope:\s*(\S+)/i;class K{constructor(a,b,c){this.settings=a,this.onEvent=b,this.onClose=c,this.ws=null,this.pending=new Map,this.closed=!1,this.challengeNonce=null,this.challengeResolve=null}waitForChallenge(a=5e3){return this.challengeNonce?Promise.resolve(this.challengeNonce):new Promise((b,c)=>{let d=setTimeout(()=>{this.challengeResolve=null,c(Error("Gateway challenge timeout"))},a);this.challengeResolve=a=>{clearTimeout(d),b(a)}})}async open(a=8e3){if(this.ws)return;let b=new j.default(this.settings.url);this.ws=b,b.on("message",a=>{let b="string"==typeof a?a:a instanceof ArrayBuffer?Buffer.from(a).toString("utf-8"):ArrayBuffer.isView(a)?Buffer.from(a.buffer,a.byteOffset,a.byteLength).toString("utf-8"):null;null!=b&&this.handleMessageText(b)}),b.on("close",(a,b)=>{this.closed||(this.closed=!0,this.flushPending(Error("Gateway connection closed")),this.onClose(a,b.toString("utf-8")))}),await new Promise((c,d)=>{let e=!1,f=setTimeout(()=>{e||(e=!0,d(Error("Gateway WebSocket open timeout")))},a);b.once("open",()=>{e||(e=!0,clearTimeout(f),c())}),b.once("error",()=>{e||(e=!0,clearTimeout(f),d(Error("Gateway WebSocket connection failed")))})})}request(a,b,c=12e3){let d=this.ws;return d&&d.readyState===j.default.OPEN?new Promise((f,g)=>{let h=(0,e.randomUUID)(),i=setTimeout(()=>{this.pending.delete(h),g(Error(`Gateway request timed out (${a})`))},c);this.pending.set(h,{resolve:f,reject:g,timeout:i}),d.send(JSON.stringify({type:"req",id:h,method:a,params:b}))}):Promise.reject(Error("Gateway WebSocket is not connected"))}close(a,b){if(!this.closed){this.closed=!0,this.flushPending(Error("Gateway connection closed"));try{this.ws?.close(a,b)}catch{}}}flushPending(a){for(let b of this.pending.values())clearTimeout(b.timeout),b.reject(a);this.pending.clear()}handleMessageText(a){let b=null;try{b=JSON.parse(a)}catch{return}if(b&&"object"==typeof b&&"type"in b){if("res"===b.type){let a=b,c=this.pending.get(a.id);if(!c)return;this.pending.delete(a.id),clearTimeout(c.timeout),c.resolve(a);return}if("event"===b.type){let a=b;if("connect.challenge"===a.event){let b=q(a.payload),c="string"==typeof b?.nonce?b.nonce.trim():null;c&&(this.challengeNonce=c,this.challengeResolve?.(c),this.challengeResolve=null);return}this.onEvent(a)}}}}async function x(a,b){let c=function(){let a=process.env.OPENCLAW_GATEWAY_URL?.trim(),b=process.env.OPENCLAW_GATEWAY_TOKEN?.trim(),c=process.env.OPENCLAW_GATEWAY_PASSWORD?.trim(),d=s(process.env.OPENCLAW_GATEWAY_PORT),e=(0,k.We)(),f=function(a){for(let b of[(0,h.join)(a,"openclaw.json"),(0,h.join)(a,"config.json")])if((0,g.existsSync)(b))try{let a=r((0,g.readFileSync)(b,"utf-8"));if(a)return a}catch{}return null}(e),i=q(f?.gateway),j=q(i?.remote),l=q(i?.auth),m=s(i?.port)??18789,n=d??m,o="string"==typeof i?.mode?i.mode.trim().toLowerCase():"",p="string"==typeof j?.url?j.url.trim():void 0,u=!a&&"remote"===o&&!!p,v=(u&&"string"==typeof j?.token?j.token.trim():void 0)||("string"==typeof l?.token?l.token.trim():void 0),w=(u&&"string"==typeof j?.password?j.password.trim():void 0)||("string"==typeof l?.password?l.password.trim():void 0),x=a||(u?p:`ws://127.0.0.1:${n}`),y={url:t(x,n),token:b||v,password:c||w},z=u?p:`ws://127.0.0.1:${m}`,A={url:t(z,m),token:v,password:w},B=[y];A.url!==y.url&&B.push(A);let C=[],D=new Set;for(let a of B){let b=`${a.url}|${a.token??""}|${a.password??""}`;D.has(b)||(D.add(b),C.push(a))}return C}(),d=null;for(let e of c){let c=new K(e,a,b);try{return await c.open(),{client:c,settings:e}}catch(a){d=a instanceof Error?a:Error(String(a)),c.close()}}throw d??Error("Gateway WebSocket connection failed")}class L extends f.EventEmitter{constructor(a){super(),this.params=a,this.stdout=new i.PassThrough,this.stderr=new i.PassThrough,this.client=null,this.finished=!1,this.closeScheduled=!1,this.requestedClose=!1,this.runId=null,this.lifecycleErrorCloseTimer=null,this.lifecycleErrorRecoveryUntil=0,this.useChatSend=!1,this.receivedAgentEvent=!1,this.start()}kill(a){return!this.finished&&(this.requestedClose=!0,this.clearLifecycleErrorCloseTimer(),this.client?.close(),this.finish(0,"string"==typeof a?a:null),!0)}async start(){try{let a,{client:b,settings:c}=await x(a=>this.handleGatewayEvent(a),(a,b)=>this.handleSocketClose(a,b));this.client=b;let d=(0,k.We)(),f=o(d),g=p(d);if(f)try{a=await b.waitForChallenge()}catch{a=void 0}let h=u(c,{nonce:a,deviceIdentity:f,deviceToken:g?.token}),i=await this.client.request("connect",h);if(!i.ok)throw Error(v(i));if("start"===this.params.mode){let a;this.params.sessionKey&&await this.ensureFullToolVerbose(this.params.sessionKey);let b=this.params.sessionKey,c=this.params.message??"";if(this.useChatSend=!0,!(a=this.useChatSend?await this.client.request("chat.send",{message:c,...b?{sessionKey:b}:{},idempotencyKey:(0,e.randomUUID)(),deliver:!1}):await this.client.request("agent",{message:c,idempotencyKey:(0,e.randomUUID)(),...b?{sessionKey:b}:{},deliver:!1,channel:"webchat",lane:this.params.lane??"web",timeout:0})).ok)throw Error(v(a));let d=q(a.payload),f=d&&"string"==typeof d.runId?d.runId:null;this.runId=f,b&&await this.ensureFullToolVerbose(b)}else{let a=this.params.sessionKey;if(!a)throw Error("Missing session key for subscribe mode");if(await this.ensureFullToolVerbose(a),"unsupported"!==I){let b=await this.client.request("agent.subscribe",{sessionKey:a,afterSeq:Math.max(0,Number.isFinite(this.params.afterSeq)?this.params.afterSeq:0)});if(b.ok)I="supported";else if(function(a,b){let c=v(a).trim().toLowerCase();return!!c.includes("unknown method")&&c.includes(b.toLowerCase())}(b,"agent.subscribe"))I="unsupported",this.stderr.write("[gateway] agent.subscribe unavailable; using passive session filter mode\n");else throw Error(v(b))}}}catch(d){let a=d instanceof Error?d.message:String(d),b=function(a){let b=J.exec(a);if(!b)return null;let c=b[1];return`missing scope: ${c}. The Gateway did not grant operator scopes — device identity may be missing or invalid. Fix: run \`npx denchclaw bootstrap\` to re-pair the device.`}(a),c=Error(b??a);this.stderr.write(`${c.message}
|
|
2
|
+
`),this.emit("error",c),this.finish(1,null)}}async ensureFullToolVerbose(a){if(!this.client||!a.trim())return;let b={key:a,thinkingLevel:"xhigh",verboseLevel:"full",reasoningLevel:"on"},c=0,d="";for(;c<2;){c+=1;try{let a=await this.client.request("sessions.patch",b);if(a.ok)return;if((d=v(a)).includes("thinkingLevel")&&b.thinkingLevel){delete b.thinkingLevel,c=0;continue}if(c>=2||!w(d))break}catch(a){if((d=a instanceof Error?a.message:String(a)).includes("thinkingLevel")&&b.thinkingLevel){delete b.thinkingLevel,c=0;continue}if(c>=2||!w(d))break}await new Promise(a=>setTimeout(a,150))}d.trim()&&this.stderr.write(`[gateway] sessions.patch verboseLevel=full failed: ${d}
|
|
3
|
+
`)}shouldAcceptSessionEvent(a){let b=this.params.sessionKey;return!b||("subscribe"===this.params.mode?a===b:!a||a===b)}handleGatewayEvent(a){if(!this.finished&&"connect.challenge"!==a.event){if("agent"===a.event){this.receivedAgentEvent=!0;let b=q(a.payload);if(!b)return;let c="string"==typeof b.sessionKey?b.sessionKey:void 0;if(!this.shouldAcceptSessionEvent(c))return;let d="string"==typeof b.runId?b.runId:void 0;if(this.runId&&d&&d!==this.runId)if(!(Date.now()<=this.lifecycleErrorRecoveryUntil))return;else this.runId=d,this.clearLifecycleErrorCloseTimer();let e=("number"==typeof b.globalSeq?b.globalSeq:void 0)??("number"==typeof a.seq?a.seq:void 0);if("number"==typeof e&&e<=this.params.afterSeq)return;let f={event:"agent",...d?{runId:d}:{},..."string"==typeof b.stream?{stream:b.stream}:{},...q(b.data)?{data:b.data}:{},..."number"==typeof b.seq?{seq:b.seq}:{},..."number"==typeof e?{globalSeq:e}:{},..."number"==typeof b.ts?{ts:b.ts}:{},...c?{sessionKey:c}:{}};this.stdout.write(`${JSON.stringify(f)}
|
|
4
|
+
`);let g="string"==typeof b.stream?b.stream:"",h=q(b.data),i=h&&"string"==typeof h.phase?h.phase:"";("lifecycle"!==g||"error"!==i)&&this.clearLifecycleErrorCloseTimer(),"start"===this.params.mode&&"lifecycle"===g&&"end"===i&&this.scheduleClose(),"start"===this.params.mode&&"lifecycle"===g&&"error"===i&&this.armLifecycleErrorCloseTimer();return}if("chat"===a.event){if(!("subscribe"===this.params.mode||this.useChatSend&&!this.receivedAgentEvent))return;let b=q(a.payload)??{},c="string"==typeof b.sessionKey?b.sessionKey:void 0;if(!this.shouldAcceptSessionEvent(c))return;let d=("number"==typeof b.globalSeq?b.globalSeq:void 0)??("number"==typeof a.seq?a.seq:void 0),e={event:"chat",data:b,..."number"==typeof d?{globalSeq:d}:{},...c?{sessionKey:c}:{}};this.stdout.write(`${JSON.stringify(e)}
|
|
5
|
+
`),this.useChatSend&&"start"===this.params.mode&&"string"==typeof b.state&&"final"===b.state&&this.scheduleClose();return}if("error"===a.event){let b=q(a.payload)??{},c="string"==typeof b.sessionKey?b.sessionKey:void 0;if(!this.shouldAcceptSessionEvent(c))return;let d=("number"==typeof b.globalSeq?b.globalSeq:void 0)??("number"==typeof a.seq?a.seq:void 0),e={event:"error",data:b,..."number"==typeof d?{globalSeq:d}:{},...c?{sessionKey:c}:{}};this.stdout.write(`${JSON.stringify(e)}
|
|
6
|
+
`),"start"===this.params.mode&&this.armLifecycleErrorCloseTimer()}}}armLifecycleErrorCloseTimer(){this.lifecycleErrorRecoveryUntil=Date.now()+15e3,this.clearLifecycleErrorCloseTimer(),this.lifecycleErrorCloseTimer=setTimeout(()=>{this.lifecycleErrorCloseTimer=null,this.finished||this.scheduleClose()},15e3)}clearLifecycleErrorCloseTimer(){this.lifecycleErrorRecoveryUntil=0,this.lifecycleErrorCloseTimer&&(clearTimeout(this.lifecycleErrorCloseTimer),this.lifecycleErrorCloseTimer=null)}scheduleClose(){this.closeScheduled||this.finished||(this.closeScheduled=!0,setTimeout(()=>{this.finished||(this.requestedClose=!0,this.client?.close(),this.finish(0,null))},25))}handleSocketClose(a,b){if(this.finished)return;if(!this.requestedClose){let c=b.trim()||`code ${a}`;this.stderr.write(`Gateway connection closed: ${c}
|
|
7
|
+
`)}let c=this.requestedClose||1e3===a||1005===a?0:1;this.finish(c,null)}finish(a,b){if(!this.finished){this.finished=!0,this.clearLifecycleErrorCloseTimer();try{this.stdout.end(),this.stderr.end()}catch{}this.emit("close",a,b)}}}async function y(a,b,c){let d=!1,{client:e,settings:f}=await x(()=>{},()=>{d=!0});try{let d,g=(0,k.We)(),h=o(g),i=p(g);if(h)try{d=await e.waitForChallenge()}catch{d=void 0}let j=await e.request("connect",u(f,{nonce:d,deviceIdentity:h,deviceToken:i?.token}),c?.timeoutMs??12e3);if(!j.ok)throw Error(v(j));return await e.request(a,b,c?.timeoutMs??12e3)}finally{d||e.close()}}function z(a,b,c){let d=c??(0,k.TY)(),e=b?`agent:${d}:web:${b}`:void 0;return new L({mode:"start",message:a,sessionKey:e,afterSeq:0,lane:b?`web:${b}`:"web"})}function A(a,b=0){return new L({mode:"subscribe",sessionKey:a,afterSeq:Math.max(0,Number.isFinite(b)?b:0)})}function B(a,b){return new L({mode:"start",message:a,sessionKey:b,afterSeq:0,lane:"subagent"})}function C(a){if(!a)return{};let b={};if(a.text&&(b.text=a.text),a.details)for(let[c,d]of Object.entries(a.details))void 0!==d&&(b[c]=d);if(!b.text&&a.details)try{let c=JSON.stringify(a.details);c.length<=5e4&&(b.text=c)}catch{}return b}function D(a){if(a){if("string"==typeof a.error)return E(a.error);if("object"==typeof a.error&&null!==a.error){let b=a.error;if("string"==typeof b.message)return E(b.message)}if("string"==typeof a.message)return E(a.message);if("string"==typeof a.errorMessage)return E(a.errorMessage);if("string"==typeof a.detail)return E(a.detail);if("string"==typeof a.reason)return E(a.reason);if("string"==typeof a.description)return E(a.description);if("string"==typeof a.code&&a.code.trim())return a.code;try{let b=JSON.stringify(a);if("{}"!==b&&b.length<=500)return b;if(b.length>500)return`${b.slice(0,497)}...`}catch{}}}function E(a){let b=a.indexOf("{");if(b>=0)try{let c=JSON.parse(a.slice(b)),d=c?.error?.message??c?.message??c?.error;if("string"==typeof d)return d}catch{}return a}function F(a){if(!a)return;let b=a.replace(/\x1B\[[0-9;]*[A-Za-z]/g,""),c=b.match(/\{"error":\{[^}]*"message":"([^"]+)"[^}]*\}/);if(c?.[1])return c[1];let d=b.split("\n").filter(Boolean);for(let a of d){let b=a.trim();if(/\b(error|failed|fatal)\b/i.test(b)){let a=b.replace(/^\[.*?\]\s*/,"").replace(/^Error:\s*/i,"");if(a.length>5)return a}}let e=d[d.length-1]?.trim();if(e&&e.length<=300)return e}d()}catch(a){d(a)}})}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
exports.id=7173,exports.ids=[7173],exports.modules={9549:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>l,dynamic:()=>k,metadata:()=>i,viewport:()=>j});var d=c(22885),e=c(96736),f=c(31906),g=c(43182),h=c(79554);c(79341);let i={title:"DenchClaw",description:"AI Workspace with an agent that connects to your apps and does the work for you"},j={width:"device-width",initialScale:1,maximumScale:1},k="force-dynamic";function l({children:a}){let b=(0,g.C)();return(0,d.jsxs)("html",{lang:"en",suppressHydrationWarning:!0,children:[(0,d.jsxs)("head",{children:[(0,d.jsx)("link",{rel:"preconnect",href:"https://fonts.googleapis.com"}),(0,d.jsx)("link",{rel:"preconnect",href:"https://fonts.gstatic.com",crossOrigin:"anonymous"}),(0,d.jsx)("link",{href:"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@300;400;500;600;700&display=swap",rel:"stylesheet"})]}),(0,d.jsx)("body",{className:"antialiased",children:(0,d.jsx)(f.ThemeProvider,{attribute:"class",defaultTheme:"system",enableSystem:!0,disableTransitionOnChange:!0,children:(0,d.jsx)(e.Suspense,{fallback:null,children:(0,d.jsx)(h.PostHogProvider,{anonymousId:b,children:a})})})})]})}},10274:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,23045,23)),Promise.resolve().then(c.t.bind(c,53948,23)),Promise.resolve().then(c.t.bind(c,65194,23)),Promise.resolve().then(c.t.bind(c,48389,23)),Promise.resolve().then(c.t.bind(c,63521,23)),Promise.resolve().then(c.t.bind(c,12409,23)),Promise.resolve().then(c.t.bind(c,32459,23)),Promise.resolve().then(c.t.bind(c,6604,23)),Promise.resolve().then(c.t.bind(c,62049,23))},28426:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,69307,23)),Promise.resolve().then(c.t.bind(c,4762,23)),Promise.resolve().then(c.t.bind(c,18372,23)),Promise.resolve().then(c.t.bind(c,71091,23)),Promise.resolve().then(c.t.bind(c,61971,23)),Promise.resolve().then(c.t.bind(c,76459,23)),Promise.resolve().then(c.t.bind(c,83173,23)),Promise.resolve().then(c.t.bind(c,11362,23)),Promise.resolve().then(c.bind(c,77667))},41579:(a,b,c)=>{"use strict";c.d(b,{V:()=>j});var d=c(36927),e=c(15962),f=[[1,8],[2,16],[4,32],[64,128]];function g(a){let b=a.length,c=a[0]?a[0].length:0,d=Math.ceil(c/2),e="";for(let g=0;g<d;g++){let d=10240;for(let e=0;e<4&&e<b;e++)for(let b=0;b<2;b++){let h=2*g+b;h<c&&a[e]&&a[e][h]&&(d|=f[e][b])}e+=String.fromCodePoint(d)}return e}function h(a,b){return a<=0||b<=0?[]:Array.from({length:a},()=>Array(b).fill(!1))}var i={braille:{frames:["⠋","⠙","⠹","⠸","⠼","⠴","⠦","⠧","⠇","⠏"],interval:80},braillewave:{frames:["⠁⠂⠄⡀","⠂⠄⡀⢀","⠄⡀⢀⠠","⡀⢀⠠⠐","⢀⠠⠐⠈","⠠⠐⠈⠁","⠐⠈⠁⠂","⠈⠁⠂⠄"],interval:100},dna:{frames:["⠋⠉⠙⠚","⠉⠙⠚⠒","⠙⠚⠒⠂","⠚⠒⠂⠂","⠒⠂⠂⠒","⠂⠂⠒⠲","⠂⠒⠲⠴","⠒⠲⠴⠤","⠲⠴⠤⠄","⠴⠤⠄⠋","⠤⠄⠋⠉","⠄⠋⠉⠙"],interval:80},scan:{frames:function(){let a=[];for(let b=-1;b<9;b++){let c=h(4,8);for(let a=0;a<4;a++)for(let d=0;d<8;d++)(d===b||d===b-1)&&(c[a][d]=!0);a.push(g(c))}return a}(),interval:70},rain:{frames:function(){let a=[],b=[0,3,1,5,2,7,4,6];for(let c=0;c<12;c++){let d=h(4,8);for(let a=0;a<8;a++){let e=(c+b[a])%6;e<4&&(d[e][a]=!0)}a.push(g(d))}return a}(),interval:100},scanline:{frames:function(){let a=[];for(let b of[0,1,2,3,2,1]){let c=h(4,6);for(let a=0;a<6;a++)c[b][a]=!0,b>0&&(c[b-1][a]=a%2==0);a.push(g(c))}return a}(),interval:120},pulse:{frames:function(){let a=[];for(let b of[.5,1.2,2,3,3.5]){let c=h(4,6);for(let a=0;a<4;a++)for(let d=0;d<6;d++).9>Math.abs(Math.sqrt((d-2.5)**2+(a-1.5)**2)-b)&&(c[a][d]=!0);a.push(g(c))}return a}(),interval:180},snake:{frames:function(){let a=[];for(let b=0;b<4;b++)if(b%2==0)for(let c=0;c<4;c++)a.push([b,c]);else for(let c=3;c>=0;c--)a.push([b,c]);let b=[];for(let c=0;c<a.length;c++){let d=h(4,4);for(let b=0;b<4;b++){let e=(c-b+a.length)%a.length;d[a[e][0]][a[e][1]]=!0}b.push(g(d))}return b}(),interval:80},sparkle:{frames:function(){let a=[];for(let b of[[1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,1,0,0,0,0,1,0,0],[0,1,0,0,1,0,0,1,1,0,0,1,0,0,0,1,0,0,0,1,0,1,0,0,0,0,1,0,1,0,1,0],[0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,0,0,1],[1,0,0,0,0,0,1,1,0,0,1,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,1,0,0,1,0],[0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,1,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,1],[0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,0,0]]){let c=h(4,8);for(let a=0;a<4;a++)for(let d=0;d<8;d++)c[a][d]=!!b[8*a+d];a.push(g(c))}return a}(),interval:150},cascade:{frames:function(){let a=[];for(let b=-2;b<12;b++){let c=h(4,8);for(let a=0;a<4;a++)for(let d=0;d<8;d++){let e=d+a;(e===b||e===b-1)&&(c[a][d]=!0)}a.push(g(c))}return a}(),interval:60},columns:{frames:function(){let a=[];for(let b=0;b<6;b++)for(let c=3;c>=0;c--){let d=h(4,6);for(let a=0;a<b;a++)for(let b=0;b<4;b++)d[b][a]=!0;for(let a=c;a<4;a++)d[a][b]=!0;a.push(g(d))}let b=h(4,6);for(let a=0;a<4;a++)for(let c=0;c<6;c++)b[a][c]=!0;return a.push(g(b)),a.push(g(h(4,6))),a}(),interval:60},orbit:{frames:function(){let a=[[0,0],[0,1],[1,1],[2,1],[3,1],[3,0],[2,0],[1,0]],b=[];for(let c=0;c<a.length;c++){let d=h(4,2);d[a[c][0]][a[c][1]]=!0;let e=(c-1+a.length)%a.length;d[a[e][0]][a[e][1]]=!0,b.push(g(d))}return b}(),interval:100},breathe:{frames:function(){let a=[[],[[1,0]],[[0,1],[2,0]],[[0,0],[1,1],[3,0]],[[0,0],[1,1],[2,0],[3,1]],[[0,0],[0,1],[1,1],[2,0],[3,1]],[[0,0],[0,1],[1,0],[2,1],[3,0],[3,1]],[[0,0],[0,1],[1,0],[1,1],[2,0],[3,0],[3,1]],[[0,0],[0,1],[1,0],[1,1],[2,0],[2,1],[3,0],[3,1]]],b=[];for(let c of[...a,...a.slice().reverse().slice(1)]){let a=h(4,2);for(let[b,d]of c)a[b][d]=!0;b.push(g(a))}return b}(),interval:100},waverows:{frames:function(){let a=[];for(let b=0;b<16;b++){let c=h(4,8);for(let a=0;a<8;a++){let d=Math.round((Math.sin(.8*(b-.5*a))+1)/2*3);c[d][a]=!0,d>0&&(c[d-1][a]=(b+a)%3==0)}a.push(g(c))}return a}(),interval:90},checkerboard:{frames:function(){let a=[];for(let b=0;b<4;b++){let c=h(4,6);for(let a=0;a<4;a++)for(let d=0;d<6;d++)b<2?c[a][d]=(a+d+b)%2==0:c[a][d]=(a+d+b)%3==0;a.push(g(c))}return a}(),interval:250},helix:{frames:function(){let a=[];for(let b=0;b<16;b++){let c=h(4,8);for(let a=0;a<8;a++){let d=Math.PI/4*(b+a),e=Math.round((Math.sin(d)+1)/2*3),f=Math.round((Math.sin(d+Math.PI)+1)/2*3);c[e][a]=!0,c[f][a]=!0}a.push(g(c))}return a}(),interval:80},fillsweep:{frames:function(){let a=[];for(let b=3;b>=0;b--){let c=h(4,4);for(let a=b;a<4;a++)for(let b=0;b<4;b++)c[a][b]=!0;a.push(g(c))}let b=h(4,4);for(let a=0;a<4;a++)for(let c=0;c<4;c++)b[a][c]=!0;a.push(g(b)),a.push(g(b));for(let b=0;b<4;b++){let c=h(4,4);for(let a=b+1;a<4;a++)for(let b=0;b<4;b++)c[a][b]=!0;a.push(g(c))}return a.push(g(h(4,4))),a}(),interval:100},diagswipe:{frames:function(){let a=[];for(let b=0;b<=6;b++){let c=h(4,4);for(let a=0;a<4;a++)for(let d=0;d<4;d++)a+d<=b&&(c[a][d]=!0);a.push(g(c))}let b=h(4,4);for(let a=0;a<4;a++)for(let c=0;c<4;c++)b[a][c]=!0;a.push(g(b));for(let b=0;b<=6;b++){let c=h(4,4);for(let a=0;a<4;a++)for(let d=0;d<4;d++)a+d>b&&(c[a][d]=!0);a.push(g(c))}return a.push(g(h(4,4))),a}(),interval:60}};function j({name:a="braille",children:b,className:c,style:f}){let[g,h]=(0,e.useState)(0),j=i[a];return(0,d.jsxs)("span",{className:c,style:{fontFamily:"monospace",...f},children:[j.frames[g],null!=b&&(0,d.jsxs)(d.Fragment,{children:[" ",b]})]})}},43182:(a,b,c)=>{"use strict";c.d(b,{C:()=>l,H:()=>m});var d=c(77598),e=c(73024),f=c(48161),g=c(76760),h=c(53536);let i="phc_Nt8s1Ny8062TY9aKT8LWiB4nBuoHNYQXRU9MypWfQCW",j=null,k=null;function l(){if(k)return k;try{let a=(0,g.join)(process.env.HOME||(0,f.homedir)(),".openclaw-dench"),b=(0,g.join)(a,"telemetry.json"),c={};if((0,e.existsSync)(b)&&(c=JSON.parse((0,e.readFileSync)(b,"utf-8"))),"string"==typeof c.anonymousId&&c.anonymousId)return k=c.anonymousId,c.anonymousId;let h=(0,d.randomUUID)();return c.anonymousId=h,(0,e.mkdirSync)((0,g.dirname)(b),{recursive:!0}),(0,e.writeFileSync)(b,JSON.stringify(c,null,2)+"\n","utf-8"),k=h,h}catch{let a=(0,d.randomUUID)();return k=a,a}}function m(a,b,c){let d=i?(j||(j=new h.f2(i,{host:"https://us.i.posthog.com",flushAt:10,flushInterval:3e4})),j):null;d&&d.capture({distinctId:c||l(),event:a,properties:{...b,denchclaw_version:"2.3.
|
|
1
|
+
exports.id=7173,exports.ids=[7173],exports.modules={9549:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>l,dynamic:()=>k,metadata:()=>i,viewport:()=>j});var d=c(22885),e=c(96736),f=c(31906),g=c(43182),h=c(79554);c(79341);let i={title:"DenchClaw",description:"AI Workspace with an agent that connects to your apps and does the work for you"},j={width:"device-width",initialScale:1,maximumScale:1},k="force-dynamic";function l({children:a}){let b=(0,g.C)();return(0,d.jsxs)("html",{lang:"en",suppressHydrationWarning:!0,children:[(0,d.jsxs)("head",{children:[(0,d.jsx)("link",{rel:"preconnect",href:"https://fonts.googleapis.com"}),(0,d.jsx)("link",{rel:"preconnect",href:"https://fonts.gstatic.com",crossOrigin:"anonymous"}),(0,d.jsx)("link",{href:"https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@300;400;500;600;700&display=swap",rel:"stylesheet"})]}),(0,d.jsx)("body",{className:"antialiased",children:(0,d.jsx)(f.ThemeProvider,{attribute:"class",defaultTheme:"system",enableSystem:!0,disableTransitionOnChange:!0,children:(0,d.jsx)(e.Suspense,{fallback:null,children:(0,d.jsx)(h.PostHogProvider,{anonymousId:b,children:a})})})})]})}},10274:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,23045,23)),Promise.resolve().then(c.t.bind(c,53948,23)),Promise.resolve().then(c.t.bind(c,65194,23)),Promise.resolve().then(c.t.bind(c,48389,23)),Promise.resolve().then(c.t.bind(c,63521,23)),Promise.resolve().then(c.t.bind(c,12409,23)),Promise.resolve().then(c.t.bind(c,32459,23)),Promise.resolve().then(c.t.bind(c,6604,23)),Promise.resolve().then(c.t.bind(c,62049,23))},28426:(a,b,c)=>{Promise.resolve().then(c.t.bind(c,69307,23)),Promise.resolve().then(c.t.bind(c,4762,23)),Promise.resolve().then(c.t.bind(c,18372,23)),Promise.resolve().then(c.t.bind(c,71091,23)),Promise.resolve().then(c.t.bind(c,61971,23)),Promise.resolve().then(c.t.bind(c,76459,23)),Promise.resolve().then(c.t.bind(c,83173,23)),Promise.resolve().then(c.t.bind(c,11362,23)),Promise.resolve().then(c.bind(c,77667))},41579:(a,b,c)=>{"use strict";c.d(b,{V:()=>j});var d=c(36927),e=c(15962),f=[[1,8],[2,16],[4,32],[64,128]];function g(a){let b=a.length,c=a[0]?a[0].length:0,d=Math.ceil(c/2),e="";for(let g=0;g<d;g++){let d=10240;for(let e=0;e<4&&e<b;e++)for(let b=0;b<2;b++){let h=2*g+b;h<c&&a[e]&&a[e][h]&&(d|=f[e][b])}e+=String.fromCodePoint(d)}return e}function h(a,b){return a<=0||b<=0?[]:Array.from({length:a},()=>Array(b).fill(!1))}var i={braille:{frames:["⠋","⠙","⠹","⠸","⠼","⠴","⠦","⠧","⠇","⠏"],interval:80},braillewave:{frames:["⠁⠂⠄⡀","⠂⠄⡀⢀","⠄⡀⢀⠠","⡀⢀⠠⠐","⢀⠠⠐⠈","⠠⠐⠈⠁","⠐⠈⠁⠂","⠈⠁⠂⠄"],interval:100},dna:{frames:["⠋⠉⠙⠚","⠉⠙⠚⠒","⠙⠚⠒⠂","⠚⠒⠂⠂","⠒⠂⠂⠒","⠂⠂⠒⠲","⠂⠒⠲⠴","⠒⠲⠴⠤","⠲⠴⠤⠄","⠴⠤⠄⠋","⠤⠄⠋⠉","⠄⠋⠉⠙"],interval:80},scan:{frames:function(){let a=[];for(let b=-1;b<9;b++){let c=h(4,8);for(let a=0;a<4;a++)for(let d=0;d<8;d++)(d===b||d===b-1)&&(c[a][d]=!0);a.push(g(c))}return a}(),interval:70},rain:{frames:function(){let a=[],b=[0,3,1,5,2,7,4,6];for(let c=0;c<12;c++){let d=h(4,8);for(let a=0;a<8;a++){let e=(c+b[a])%6;e<4&&(d[e][a]=!0)}a.push(g(d))}return a}(),interval:100},scanline:{frames:function(){let a=[];for(let b of[0,1,2,3,2,1]){let c=h(4,6);for(let a=0;a<6;a++)c[b][a]=!0,b>0&&(c[b-1][a]=a%2==0);a.push(g(c))}return a}(),interval:120},pulse:{frames:function(){let a=[];for(let b of[.5,1.2,2,3,3.5]){let c=h(4,6);for(let a=0;a<4;a++)for(let d=0;d<6;d++).9>Math.abs(Math.sqrt((d-2.5)**2+(a-1.5)**2)-b)&&(c[a][d]=!0);a.push(g(c))}return a}(),interval:180},snake:{frames:function(){let a=[];for(let b=0;b<4;b++)if(b%2==0)for(let c=0;c<4;c++)a.push([b,c]);else for(let c=3;c>=0;c--)a.push([b,c]);let b=[];for(let c=0;c<a.length;c++){let d=h(4,4);for(let b=0;b<4;b++){let e=(c-b+a.length)%a.length;d[a[e][0]][a[e][1]]=!0}b.push(g(d))}return b}(),interval:80},sparkle:{frames:function(){let a=[];for(let b of[[1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,1,1,0,0,0,0,1,0,0],[0,1,0,0,1,0,0,1,1,0,0,1,0,0,0,1,0,0,0,1,0,1,0,0,0,0,1,0,1,0,1,0],[0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,1,0,0,0,0,1,0,1,0,1,0,0,0,1],[1,0,0,0,0,0,1,1,0,0,1,0,1,0,0,0,0,0,0,0,1,0,1,0,1,0,0,1,0,0,1,0],[0,0,0,1,1,0,0,0,0,1,0,0,0,1,0,1,1,0,0,1,0,0,0,0,0,1,0,0,0,1,0,1],[0,1,1,0,0,0,0,1,0,0,0,1,0,0,1,0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,0,0]]){let c=h(4,8);for(let a=0;a<4;a++)for(let d=0;d<8;d++)c[a][d]=!!b[8*a+d];a.push(g(c))}return a}(),interval:150},cascade:{frames:function(){let a=[];for(let b=-2;b<12;b++){let c=h(4,8);for(let a=0;a<4;a++)for(let d=0;d<8;d++){let e=d+a;(e===b||e===b-1)&&(c[a][d]=!0)}a.push(g(c))}return a}(),interval:60},columns:{frames:function(){let a=[];for(let b=0;b<6;b++)for(let c=3;c>=0;c--){let d=h(4,6);for(let a=0;a<b;a++)for(let b=0;b<4;b++)d[b][a]=!0;for(let a=c;a<4;a++)d[a][b]=!0;a.push(g(d))}let b=h(4,6);for(let a=0;a<4;a++)for(let c=0;c<6;c++)b[a][c]=!0;return a.push(g(b)),a.push(g(h(4,6))),a}(),interval:60},orbit:{frames:function(){let a=[[0,0],[0,1],[1,1],[2,1],[3,1],[3,0],[2,0],[1,0]],b=[];for(let c=0;c<a.length;c++){let d=h(4,2);d[a[c][0]][a[c][1]]=!0;let e=(c-1+a.length)%a.length;d[a[e][0]][a[e][1]]=!0,b.push(g(d))}return b}(),interval:100},breathe:{frames:function(){let a=[[],[[1,0]],[[0,1],[2,0]],[[0,0],[1,1],[3,0]],[[0,0],[1,1],[2,0],[3,1]],[[0,0],[0,1],[1,1],[2,0],[3,1]],[[0,0],[0,1],[1,0],[2,1],[3,0],[3,1]],[[0,0],[0,1],[1,0],[1,1],[2,0],[3,0],[3,1]],[[0,0],[0,1],[1,0],[1,1],[2,0],[2,1],[3,0],[3,1]]],b=[];for(let c of[...a,...a.slice().reverse().slice(1)]){let a=h(4,2);for(let[b,d]of c)a[b][d]=!0;b.push(g(a))}return b}(),interval:100},waverows:{frames:function(){let a=[];for(let b=0;b<16;b++){let c=h(4,8);for(let a=0;a<8;a++){let d=Math.round((Math.sin(.8*(b-.5*a))+1)/2*3);c[d][a]=!0,d>0&&(c[d-1][a]=(b+a)%3==0)}a.push(g(c))}return a}(),interval:90},checkerboard:{frames:function(){let a=[];for(let b=0;b<4;b++){let c=h(4,6);for(let a=0;a<4;a++)for(let d=0;d<6;d++)b<2?c[a][d]=(a+d+b)%2==0:c[a][d]=(a+d+b)%3==0;a.push(g(c))}return a}(),interval:250},helix:{frames:function(){let a=[];for(let b=0;b<16;b++){let c=h(4,8);for(let a=0;a<8;a++){let d=Math.PI/4*(b+a),e=Math.round((Math.sin(d)+1)/2*3),f=Math.round((Math.sin(d+Math.PI)+1)/2*3);c[e][a]=!0,c[f][a]=!0}a.push(g(c))}return a}(),interval:80},fillsweep:{frames:function(){let a=[];for(let b=3;b>=0;b--){let c=h(4,4);for(let a=b;a<4;a++)for(let b=0;b<4;b++)c[a][b]=!0;a.push(g(c))}let b=h(4,4);for(let a=0;a<4;a++)for(let c=0;c<4;c++)b[a][c]=!0;a.push(g(b)),a.push(g(b));for(let b=0;b<4;b++){let c=h(4,4);for(let a=b+1;a<4;a++)for(let b=0;b<4;b++)c[a][b]=!0;a.push(g(c))}return a.push(g(h(4,4))),a}(),interval:100},diagswipe:{frames:function(){let a=[];for(let b=0;b<=6;b++){let c=h(4,4);for(let a=0;a<4;a++)for(let d=0;d<4;d++)a+d<=b&&(c[a][d]=!0);a.push(g(c))}let b=h(4,4);for(let a=0;a<4;a++)for(let c=0;c<4;c++)b[a][c]=!0;a.push(g(b));for(let b=0;b<=6;b++){let c=h(4,4);for(let a=0;a<4;a++)for(let d=0;d<4;d++)a+d>b&&(c[a][d]=!0);a.push(g(c))}return a.push(g(h(4,4))),a}(),interval:60}};function j({name:a="braille",children:b,className:c,style:f}){let[g,h]=(0,e.useState)(0),j=i[a];return(0,d.jsxs)("span",{className:c,style:{fontFamily:"monospace",...f},children:[j.frames[g],null!=b&&(0,d.jsxs)(d.Fragment,{children:[" ",b]})]})}},43182:(a,b,c)=>{"use strict";c.d(b,{C:()=>l,H:()=>m});var d=c(77598),e=c(73024),f=c(48161),g=c(76760),h=c(53536);let i="phc_Nt8s1Ny8062TY9aKT8LWiB4nBuoHNYQXRU9MypWfQCW",j=null,k=null;function l(){if(k)return k;try{let a=(0,g.join)(process.env.HOME||(0,f.homedir)(),".openclaw-dench"),b=(0,g.join)(a,"telemetry.json"),c={};if((0,e.existsSync)(b)&&(c=JSON.parse((0,e.readFileSync)(b,"utf-8"))),"string"==typeof c.anonymousId&&c.anonymousId)return k=c.anonymousId,c.anonymousId;let h=(0,d.randomUUID)();return c.anonymousId=h,(0,e.mkdirSync)((0,g.dirname)(b),{recursive:!0}),(0,e.writeFileSync)(b,JSON.stringify(c,null,2)+"\n","utf-8"),k=h,h}catch{let a=(0,d.randomUUID)();return k=a,a}}function m(a,b,c){let d=i?(j||(j=new h.f2(i,{host:"https://us.i.posthog.com",flushAt:10,flushInterval:3e4})),j):null;d&&d.capture({distinctId:c||l(),event:a,properties:{...b,denchclaw_version:"2.3.7",openclaw_version:void 0,$process_person_profile:!1}})}},48752:(a,b,c)=>{"use strict";c.d(b,{PostHogProvider:()=>j});var d=c(36927),e=c(99967),f=c(14071),g=c(15962),h=c(38253);function i(){return(0,h.usePathname)(),(0,h.useSearchParams)(),null}function j({children:a,anonymousId:b}){return(0,g.useRef)(!1),(0,d.jsxs)(f.so,{client:e.Ay,children:[(0,d.jsx)(i,{}),a]})}},52812:(a,b,c)=>{Promise.resolve().then(c.bind(c,48752)),Promise.resolve().then(c.bind(c,26948))},79341:()=>{},79554:(a,b,c)=>{"use strict";c.d(b,{PostHogProvider:()=>d});let d=(0,c(72665).registerClientReference)(function(){throw Error("Attempted to call PostHogProvider() from the server but PostHogProvider is on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"/Users/kumareth/Documents/projects/denchclaw/apps/web/app/components/posthog-provider.tsx","PostHogProvider")},82316:(a,b,c)=>{Promise.resolve().then(c.bind(c,79554)),Promise.resolve().then(c.bind(c,31906))}};
|
|
@@ -1,53 +1,58 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 1,
|
|
3
3
|
"functions": {
|
|
4
|
-
"/api/apps/
|
|
4
|
+
"/api/apps/proxy": {},
|
|
5
5
|
"/api/apps": {},
|
|
6
|
-
"/api/
|
|
7
|
-
"/api/
|
|
6
|
+
"/api/apps/cron": {},
|
|
7
|
+
"/api/apps/serve/[...path]": {},
|
|
8
|
+
"/api/apps/webhooks/[...path]": {},
|
|
8
9
|
"/api/chat": {},
|
|
9
|
-
"/api/
|
|
10
|
+
"/api/apps/store": {},
|
|
11
|
+
"/api/chat/runs": {},
|
|
10
12
|
"/api/chat/active": {},
|
|
11
|
-
"/api/
|
|
13
|
+
"/api/chat/stream": {},
|
|
12
14
|
"/api/chat/subagents": {},
|
|
15
|
+
"/api/chat/stop": {},
|
|
16
|
+
"/api/feedback": {},
|
|
13
17
|
"/api/profiles": {},
|
|
14
18
|
"/api/profiles/switch": {},
|
|
15
19
|
"/api/workspace/assets/[...path]": {},
|
|
16
|
-
"/api/workspace/browse-file": {},
|
|
17
20
|
"/api/workspace/browse": {},
|
|
18
|
-
"/api/workspace/
|
|
21
|
+
"/api/workspace/browse-file": {},
|
|
19
22
|
"/api/workspace/context": {},
|
|
23
|
+
"/api/workspace/copy": {},
|
|
20
24
|
"/api/workspace/db/introspect": {},
|
|
21
|
-
"/api/workspace/db/query": {},
|
|
22
25
|
"/api/workspace/delete": {},
|
|
26
|
+
"/api/workspace/execute": {},
|
|
27
|
+
"/api/workspace/db/query": {},
|
|
23
28
|
"/api/workspace/file": {},
|
|
24
|
-
"/api/workspace/init": {},
|
|
25
|
-
"/api/workspace/list": {},
|
|
26
29
|
"/api/workspace/mkdir": {},
|
|
27
|
-
"/api/workspace/move": {},
|
|
28
30
|
"/api/workspace/objects/[name]/display-field": {},
|
|
31
|
+
"/api/workspace/move": {},
|
|
32
|
+
"/api/workspace/init": {},
|
|
33
|
+
"/api/workspace/list": {},
|
|
34
|
+
"/api/workspace/objects/[name]/entries/options": {},
|
|
29
35
|
"/api/workspace/objects/[name]/entries/bulk-delete": {},
|
|
36
|
+
"/api/workspace/objects/[name]/entries/[id]": {},
|
|
30
37
|
"/api/workspace/objects/[name]/fields/[fieldId]/enum-rename": {},
|
|
31
|
-
"/api/workspace/objects/[name]/entries
|
|
38
|
+
"/api/workspace/objects/[name]/entries": {},
|
|
39
|
+
"/api/workspace/objects/[name]": {},
|
|
32
40
|
"/api/workspace/objects/[name]/fields/[fieldId]": {},
|
|
33
|
-
"/api/workspace/objects/[name]/entries/[id]": {},
|
|
34
41
|
"/api/workspace/objects/[name]/fields/reorder": {},
|
|
35
42
|
"/api/workspace/open-file": {},
|
|
36
43
|
"/api/workspace/path-info": {},
|
|
37
|
-
"/api/workspace/objects/[name]": {},
|
|
38
44
|
"/api/workspace/query": {},
|
|
39
45
|
"/api/workspace/rename": {},
|
|
40
|
-
"/api/workspace/
|
|
41
|
-
"/api/workspace/reports/execute": {},
|
|
46
|
+
"/api/workspace/switch": {},
|
|
42
47
|
"/api/workspace/raw-file": {},
|
|
43
48
|
"/api/workspace/search-index": {},
|
|
44
|
-
"/api/workspace/suggest-files": {},
|
|
45
|
-
"/api/workspace/switch": {},
|
|
46
|
-
"/api/workspace/thumbnail": {},
|
|
47
49
|
"/api/workspace/upload": {},
|
|
50
|
+
"/api/workspace/reports/execute": {},
|
|
51
|
+
"/api/workspace/thumbnail": {},
|
|
52
|
+
"/api/workspace/tree": {},
|
|
48
53
|
"/api/workspace/write-binary": {},
|
|
49
54
|
"/api/workspace/watch": {},
|
|
50
|
-
"/api/workspace/
|
|
51
|
-
"/api/workspace/
|
|
55
|
+
"/api/workspace/virtual-file": {},
|
|
56
|
+
"/api/workspace/suggest-files": {}
|
|
52
57
|
}
|
|
53
58
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">500: Internal Server Error</title><noscript data-n-css=""></noscript><script defer="" noModule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-ac172bcdf8363778.js" defer=""></script><script src="/_next/static/chunks/framework-63182ecd18a3b3c9.js" defer=""></script><script src="/_next/static/chunks/main-35c7ea2227b70752.js" defer=""></script><script src="/_next/static/chunks/pages/_app-3501412d1f7ffe78.js" defer=""></script><script src="/_next/static/chunks/pages/_error-0217f5ed9b41c682.js" defer=""></script><script src="/_next/static/
|
|
1
|
+
<!DOCTYPE html><html><head><meta charSet="utf-8" data-next-head=""/><meta name="viewport" content="width=device-width" data-next-head=""/><title data-next-head="">500: Internal Server Error</title><noscript data-n-css=""></noscript><script defer="" noModule="" src="/_next/static/chunks/polyfills-42372ed130431b0a.js"></script><script src="/_next/static/chunks/webpack-ac172bcdf8363778.js" defer=""></script><script src="/_next/static/chunks/framework-63182ecd18a3b3c9.js" defer=""></script><script src="/_next/static/chunks/main-35c7ea2227b70752.js" defer=""></script><script src="/_next/static/chunks/pages/_app-3501412d1f7ffe78.js" defer=""></script><script src="/_next/static/chunks/pages/_error-0217f5ed9b41c682.js" defer=""></script><script src="/_next/static/mOcRFLcuuyC7J3QuiCUwf/_buildManifest.js" defer=""></script><script src="/_next/static/mOcRFLcuuyC7J3QuiCUwf/_ssgManifest.js" defer=""></script></head><body><div id="__next"><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div style="line-height:48px"><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding-right:23px;font-size:24px;font-weight:500;vertical-align:top">500</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:28px">Internal Server Error<!-- -->.</h2></div></div></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"statusCode":500}},"page":"/_error","query":{},"buildId":"mOcRFLcuuyC7J3QuiCUwf","nextExport":true,"isFallback":false,"gip":true,"scriptLoader":[]}</script></body></html>
|