antigravity-mobile-proxy 0.1.2 โ 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/standalone/.next/BUILD_ID +1 -1
- package/.next/standalone/.next/build-manifest.json +2 -2
- package/.next/standalone/.next/prerender-manifest.json +3 -3
- package/.next/standalone/.next/required-server-files.json +5 -2
- package/.next/standalone/.next/server/app/_global-error/page.js +1 -1
- package/.next/standalone/.next/server/app/_global-error/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/_global-error.html +2 -2
- package/.next/standalone/.next/server/app/_global-error.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/.next/standalone/.next/server/app/_not-found/page.js +1 -1
- package/.next/standalone/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/[convId]/[filename]/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/artifacts/[convId]/[filename]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/[convId]/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/artifacts/[convId]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/active/[filename]/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/artifacts/active/[filename]/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/active/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/artifacts/active/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/artifacts/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/artifacts/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/action/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/action/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/approve/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/approve/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/history/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/history/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/mode/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/mode/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/new/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/new/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/reject/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/reject/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/state/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/chat/state/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/chat/stream/route.js +7 -3
- package/.next/standalone/.next/server/app/api/v1/chat/stream/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/conversations/active/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/conversations/active/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/conversations/route.js +7 -3
- package/.next/standalone/.next/server/app/api/v1/conversations/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/conversations/select/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/conversations/select/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/debug/dom/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/debug/dom/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/debug/scrape/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/debug/scrape/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/health/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/health/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/cdp-start/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/windows/cdp-start/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/cdp-status/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/windows/cdp-status/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/close/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/windows/close/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/open/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/windows/open/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/recent/route.js +2 -2
- package/.next/standalone/.next/server/app/api/v1/windows/recent/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/windows/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/api/v1/windows/select/route.js +6 -2
- package/.next/standalone/.next/server/app/api/v1/windows/select/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/debug/page.js +1 -1
- package/.next/standalone/.next/server/app/debug/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/debug/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/app/favicon.ico/route.js +1 -1
- package/.next/standalone/.next/server/app/favicon.ico/route.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/page.js +1 -1
- package/.next/standalone/.next/server/app/page.js.nft.json +1 -1
- package/.next/standalone/.next/server/app/page_client-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__0d31b133._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__133ac672._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__151eca3a._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1535be2d._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__1ee7d416._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__25f5f8ec._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__26662154._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__2f4a0b79._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__2ec5ba30._.js โ [root-of-the-server]__3fe6d12c._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__4b17d628._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__4c540a38._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__8d2624da._.js โ [root-of-the-server]__4d161104._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__53c4f34d._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__68965284._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__8f5ebbc3._.js +7 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__8f8bd59f._.js +20 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__9166d84a._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__94275f7f._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__c34d50c8._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__8fdd2340._.js โ [root-of-the-server]__c696771d._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__0bd52b41._.js โ [root-of-the-server]__cd7ccfdd._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__d5818e20._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__360475ac._.js โ [root-of-the-server]__db7b3604._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__eeb89c13._.js โ [root-of-the-server]__dc1db6cb._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__4effd91a._.js โ [root-of-the-server]__e9181374._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__eb9ef4db._.js +3 -0
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__4448d3d4._.js โ [root-of-the-server]__ec32b318._.js} +2 -2
- package/.next/standalone/.next/server/chunks/{[root-of-the-server]__7f18ffd0._.js โ [root-of-the-server]__f54bea3d._.js} +2 -2
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__fabd57e0._.js +3 -0
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__fd0215df._.js +3 -0
- package/.next/standalone/.next/server/chunks/lib_cdp_connection_ts_075c799e._.js +41 -0
- package/.next/standalone/.next/server/chunks/node_modules_151ca6ae._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_1f8a2929._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_2d9a2f12._.js +4 -0
- package/.next/standalone/.next/server/chunks/node_modules_3b486fee._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_64199bef._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_@puppeteer_browsers_lib_esm_main_83020de3.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_f81d3958._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_next_1402a1da._.js +2 -2
- package/.next/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0272adf7.js +5 -0
- package/.next/standalone/.next/server/chunks/node_modules_next_dist_esm_build_templates_app-route_0b1e64d7.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_yargs_helpers_helpers_mjs_abe15519._.js +3 -0
- package/.next/standalone/.next/server/chunks/node_modules_yargs_index_mjs_c4f6f97b._.js +56 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__703e5e24._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__edab6069._.js +3 -0
- package/.next/standalone/.next/server/chunks/ssr/components_chat-container_tsx_fcbc457f._.js +1 -1
- package/.next/standalone/.next/server/chunks/ssr/node_modules_63dba3f8._.js +1 -1
- package/.next/standalone/.next/server/pages/500.html +2 -2
- package/.next/standalone/.next/server/server-reference-manifest.js +1 -1
- package/.next/standalone/.next/server/server-reference-manifest.json +1 -1
- package/.next/standalone/app/api/v1/chat/stream/route.ts +2 -2
- package/.next/standalone/app/api/v1/conversations/route.ts +6 -1
- package/.next/standalone/app/globals.css +6 -0
- package/.next/standalone/components/agent-message.tsx +4 -5
- package/.next/standalone/components/chat-container.tsx +0 -2
- package/.next/standalone/components/message-list.tsx +2 -6
- package/.next/standalone/diag.js +72 -0
- package/.next/standalone/hooks/use-chat.ts +18 -1
- package/.next/standalone/lib/scraper/agent-state.ts +43 -17
- package/.next/standalone/lib/scraper/chat-history.ts +4 -0
- package/.next/standalone/lib/scraper/workspace-filter.ts +209 -0
- package/.next/standalone/lib/sse/diff-states.ts +18 -3
- package/.next/standalone/next.config.js +19 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/README.md +46 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/glib-2.0/include/glibconfig.h +221 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/index.js +1 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/lib/libvips-cpp.so.8.17.3 +0 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/package.json +42 -0
- package/.next/standalone/node_modules/@img/sharp-libvips-linuxmusl-x64/versions.json +30 -0
- package/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/lib/sharp-linuxmusl-x64.node +0 -0
- package/.next/standalone/node_modules/@img/sharp-linuxmusl-x64/package.json +46 -0
- package/.next/standalone/node_modules/next/dist/build/generate-build-id.js +5 -1
- package/.next/standalone/package-lock.json +140 -129
- package/.next/standalone/package.json +4 -3
- package/.next/standalone/scripts/patch-next.js +69 -0
- package/.next/standalone/server.js +1 -1
- package/.next/standalone/tsconfig.json +14 -4
- package/.next/standalone/tsconfig.tsbuildinfo +1 -1
- package/.next/static/chunks/{54866979a976deea.css โ 073aeeb732614ba1.css} +1 -1
- package/.next/static/chunks/0b8f1079dec6b3ad.js +1 -0
- package/package.json +4 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__08f06ee9._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__15c96786._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__19ee93c1._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__324dc867._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__38025e07._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__4a837477._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__4f9fdc77._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__556e6cd5._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__6479a312._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__693625a1._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__6ec98c1f._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__7f696ede._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__8aa4aa02._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__9d217c47._.js +0 -7
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__9e54cdc1._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__a73e4e4f._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__cd1b9505._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__d850c12e._.js +0 -3
- package/.next/standalone/.next/server/chunks/[root-of-the-server]__ef121746._.js +0 -3
- package/.next/standalone/.next/server/chunks/_7273dcfc._.js +0 -3
- package/.next/standalone/.next/server/chunks/_8dd0f398._.js +0 -5
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__4fe85c38._.js +0 -3
- package/.next/standalone/.next/server/chunks/ssr/[root-of-the-server]__85930638._.js +0 -3
- package/.next/standalone/next.config.ts +0 -10
- package/.next/standalone/node_modules/@puppeteer/browsers/package.json +0 -125
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/asyncify-helpers.js +0 -53
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/context-asyncify.js +0 -58
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/context.js +0 -691
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/debug.js +0 -6
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/deferred-promise.js +0 -96
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/errors.js +0 -58
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/esmHelpers.js +0 -19
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/generated/emscripten-module.WASM_RELEASE_SYNC.js +0 -387
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/generated/ffi.WASM_RELEASE_SYNC.js +0 -71
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/index.js +0 -128
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/lifetime.js +0 -227
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/memory.js +0 -41
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/module-asyncify.js +0 -97
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/module-test.js +0 -77
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/module.js +0 -302
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/runtime-asyncify.js +0 -49
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/runtime.js +0 -300
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/types-ffi.js +0 -38
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/types.js +0 -58
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/variants.js +0 -169
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/dist/vm-interface.js +0 -12
- package/.next/standalone/node_modules/@tootallnate/quickjs-emscripten/package.json +0 -60
- package/.next/standalone/node_modules/agent-base/dist/helpers.js +0 -66
- package/.next/standalone/node_modules/agent-base/dist/index.js +0 -178
- package/.next/standalone/node_modules/agent-base/package.json +0 -46
- package/.next/standalone/node_modules/ast-types/def/babel-core.js +0 -256
- package/.next/standalone/node_modules/ast-types/def/babel.js +0 -11
- package/.next/standalone/node_modules/ast-types/def/core.js +0 -298
- package/.next/standalone/node_modules/ast-types/def/es-proposals.js +0 -33
- package/.next/standalone/node_modules/ast-types/def/es2020.js +0 -16
- package/.next/standalone/node_modules/ast-types/def/es6.js +0 -210
- package/.next/standalone/node_modules/ast-types/def/es7.js +0 -34
- package/.next/standalone/node_modules/ast-types/def/esprima.js +0 -49
- package/.next/standalone/node_modules/ast-types/def/flow.js +0 -292
- package/.next/standalone/node_modules/ast-types/def/jsx.js +0 -103
- package/.next/standalone/node_modules/ast-types/def/type-annotations.js +0 -40
- package/.next/standalone/node_modules/ast-types/def/typescript.js +0 -344
- package/.next/standalone/node_modules/ast-types/fork.js +0 -52
- package/.next/standalone/node_modules/ast-types/gen/namedTypes.js +0 -6
- package/.next/standalone/node_modules/ast-types/lib/equiv.js +0 -154
- package/.next/standalone/node_modules/ast-types/lib/node-path.js +0 -411
- package/.next/standalone/node_modules/ast-types/lib/path-visitor.js +0 -343
- package/.next/standalone/node_modules/ast-types/lib/path.js +0 -331
- package/.next/standalone/node_modules/ast-types/lib/scope.js +0 -318
- package/.next/standalone/node_modules/ast-types/lib/shared.js +0 -47
- package/.next/standalone/node_modules/ast-types/lib/types.js +0 -780
- package/.next/standalone/node_modules/ast-types/main.js +0 -53
- package/.next/standalone/node_modules/ast-types/package.json +0 -65
- package/.next/standalone/node_modules/b4a/index.js +0 -188
- package/.next/standalone/node_modules/b4a/package.json +0 -49
- package/.next/standalone/node_modules/basic-ftp/dist/Client.js +0 -782
- package/.next/standalone/node_modules/basic-ftp/dist/FileInfo.js +0 -92
- package/.next/standalone/node_modules/basic-ftp/dist/FtpContext.js +0 -365
- package/.next/standalone/node_modules/basic-ftp/dist/ProgressTracker.js +0 -72
- package/.next/standalone/node_modules/basic-ftp/dist/StringEncoding.js +0 -2
- package/.next/standalone/node_modules/basic-ftp/dist/StringWriter.js +0 -23
- package/.next/standalone/node_modules/basic-ftp/dist/index.js +0 -28
- package/.next/standalone/node_modules/basic-ftp/dist/netUtils.js +0 -66
- package/.next/standalone/node_modules/basic-ftp/dist/parseControlResponse.js +0 -66
- package/.next/standalone/node_modules/basic-ftp/dist/parseList.js +0 -79
- package/.next/standalone/node_modules/basic-ftp/dist/parseListDOS.js +0 -52
- package/.next/standalone/node_modules/basic-ftp/dist/parseListMLSD.js +0 -187
- package/.next/standalone/node_modules/basic-ftp/dist/parseListUnix.js +0 -155
- package/.next/standalone/node_modules/basic-ftp/dist/transfer.js +0 -318
- package/.next/standalone/node_modules/basic-ftp/package.json +0 -52
- package/.next/standalone/node_modules/buffer-crc32/index.js +0 -111
- package/.next/standalone/node_modules/buffer-crc32/package.json +0 -39
- package/.next/standalone/node_modules/cliui/build/lib/index.js +0 -287
- package/.next/standalone/node_modules/cliui/build/lib/string-utils.js +0 -27
- package/.next/standalone/node_modules/cliui/index.mjs +0 -13
- package/.next/standalone/node_modules/cliui/package.json +0 -83
- package/.next/standalone/node_modules/data-uri-to-buffer/dist/common.js +0 -54
- package/.next/standalone/node_modules/data-uri-to-buffer/dist/node.js +0 -26
- package/.next/standalone/node_modules/data-uri-to-buffer/package.json +0 -48
- package/.next/standalone/node_modules/debug/package.json +0 -64
- package/.next/standalone/node_modules/debug/src/browser.js +0 -272
- package/.next/standalone/node_modules/debug/src/common.js +0 -292
- package/.next/standalone/node_modules/debug/src/index.js +0 -10
- package/.next/standalone/node_modules/debug/src/node.js +0 -263
- package/.next/standalone/node_modules/degenerator/dist/compile.js +0 -107
- package/.next/standalone/node_modules/degenerator/dist/degenerator.js +0 -156
- package/.next/standalone/node_modules/degenerator/dist/index.js +0 -19
- package/.next/standalone/node_modules/degenerator/package.json +0 -42
- package/.next/standalone/node_modules/end-of-stream/index.js +0 -96
- package/.next/standalone/node_modules/end-of-stream/package.json +0 -37
- package/.next/standalone/node_modules/escalade/package.json +0 -74
- package/.next/standalone/node_modules/escodegen/escodegen.js +0 -2667
- package/.next/standalone/node_modules/escodegen/package.json +0 -63
- package/.next/standalone/node_modules/esprima/dist/esprima.js +0 -6709
- package/.next/standalone/node_modules/esprima/package.json +0 -112
- package/.next/standalone/node_modules/estraverse/estraverse.js +0 -805
- package/.next/standalone/node_modules/estraverse/package.json +0 -40
- package/.next/standalone/node_modules/esutils/lib/ast.js +0 -144
- package/.next/standalone/node_modules/esutils/lib/code.js +0 -135
- package/.next/standalone/node_modules/esutils/lib/keyword.js +0 -165
- package/.next/standalone/node_modules/esutils/lib/utils.js +0 -33
- package/.next/standalone/node_modules/esutils/package.json +0 -44
- package/.next/standalone/node_modules/events-universal/default.js +0 -1
- package/.next/standalone/node_modules/events-universal/package.json +0 -39
- package/.next/standalone/node_modules/extract-zip/LICENSE +0 -23
- package/.next/standalone/node_modules/extract-zip/cli.js +0 -19
- package/.next/standalone/node_modules/extract-zip/index.js +0 -173
- package/.next/standalone/node_modules/extract-zip/package.json +0 -80
- package/.next/standalone/node_modules/extract-zip/readme.md +0 -57
- package/.next/standalone/node_modules/fast-fifo/fixed-size.js +0 -39
- package/.next/standalone/node_modules/fast-fifo/index.js +0 -48
- package/.next/standalone/node_modules/fast-fifo/package.json +0 -28
- package/.next/standalone/node_modules/fd-slicer/index.js +0 -296
- package/.next/standalone/node_modules/fd-slicer/package.json +0 -36
- package/.next/standalone/node_modules/get-stream/buffer-stream.js +0 -52
- package/.next/standalone/node_modules/get-stream/index.js +0 -60
- package/.next/standalone/node_modules/get-stream/package.json +0 -50
- package/.next/standalone/node_modules/get-uri/dist/data.js +0 -43
- package/.next/standalone/node_modules/get-uri/dist/file.js +0 -57
- package/.next/standalone/node_modules/get-uri/dist/ftp.js +0 -93
- package/.next/standalone/node_modules/get-uri/dist/http-error.js +0 -15
- package/.next/standalone/node_modules/get-uri/dist/http.js +0 -191
- package/.next/standalone/node_modules/get-uri/dist/https.js +0 -16
- package/.next/standalone/node_modules/get-uri/dist/index.js +0 -57
- package/.next/standalone/node_modules/get-uri/dist/notfound.js +0 -16
- package/.next/standalone/node_modules/get-uri/dist/notmodified.js +0 -17
- package/.next/standalone/node_modules/get-uri/package.json +0 -58
- package/.next/standalone/node_modules/has-flag/index.js +0 -8
- package/.next/standalone/node_modules/has-flag/package.json +0 -46
- package/.next/standalone/node_modules/http-proxy-agent/dist/index.js +0 -148
- package/.next/standalone/node_modules/http-proxy-agent/package.json +0 -47
- package/.next/standalone/node_modules/https-proxy-agent/dist/index.js +0 -180
- package/.next/standalone/node_modules/https-proxy-agent/dist/parse-proxy-response.js +0 -101
- package/.next/standalone/node_modules/https-proxy-agent/package.json +0 -50
- package/.next/standalone/node_modules/ip-address/dist/address-error.js +0 -12
- package/.next/standalone/node_modules/ip-address/dist/common.js +0 -46
- package/.next/standalone/node_modules/ip-address/dist/ip-address.js +0 -35
- package/.next/standalone/node_modules/ip-address/dist/ipv4.js +0 -360
- package/.next/standalone/node_modules/ip-address/dist/ipv6.js +0 -1003
- package/.next/standalone/node_modules/ip-address/dist/v4/constants.js +0 -8
- package/.next/standalone/node_modules/ip-address/dist/v6/constants.js +0 -76
- package/.next/standalone/node_modules/ip-address/dist/v6/helpers.js +0 -45
- package/.next/standalone/node_modules/ip-address/dist/v6/regular-expressions.js +0 -95
- package/.next/standalone/node_modules/ip-address/package.json +0 -78
- package/.next/standalone/node_modules/lru-cache/index.js +0 -1227
- package/.next/standalone/node_modules/lru-cache/package.json +0 -96
- package/.next/standalone/node_modules/ms/index.js +0 -162
- package/.next/standalone/node_modules/ms/package.json +0 -38
- package/.next/standalone/node_modules/netmask/lib/netmask.js +0 -208
- package/.next/standalone/node_modules/netmask/package.json +0 -36
- package/.next/standalone/node_modules/once/once.js +0 -42
- package/.next/standalone/node_modules/once/package.json +0 -33
- package/.next/standalone/node_modules/pac-proxy-agent/dist/index.js +0 -238
- package/.next/standalone/node_modules/pac-proxy-agent/package.json +0 -58
- package/.next/standalone/node_modules/pac-resolver/dist/dateRange.js +0 -73
- package/.next/standalone/node_modules/pac-resolver/dist/dnsDomainIs.js +0 -30
- package/.next/standalone/node_modules/pac-resolver/dist/dnsDomainLevels.js +0 -28
- package/.next/standalone/node_modules/pac-resolver/dist/dnsResolve.js +0 -32
- package/.next/standalone/node_modules/pac-resolver/dist/index.js +0 -87
- package/.next/standalone/node_modules/pac-resolver/dist/ip.js +0 -50
- package/.next/standalone/node_modules/pac-resolver/dist/isInNet.js +0 -42
- package/.next/standalone/node_modules/pac-resolver/dist/isPlainHostName.js +0 -23
- package/.next/standalone/node_modules/pac-resolver/dist/isResolvable.js +0 -23
- package/.next/standalone/node_modules/pac-resolver/dist/localHostOrDomainIs.js +0 -40
- package/.next/standalone/node_modules/pac-resolver/dist/myIpAddress.js +0 -50
- package/.next/standalone/node_modules/pac-resolver/dist/shExpMatch.js +0 -41
- package/.next/standalone/node_modules/pac-resolver/dist/timeRange.js +0 -92
- package/.next/standalone/node_modules/pac-resolver/dist/util.js +0 -22
- package/.next/standalone/node_modules/pac-resolver/dist/weekdayRange.js +0 -91
- package/.next/standalone/node_modules/pac-resolver/package.json +0 -47
- package/.next/standalone/node_modules/pend/index.js +0 -55
- package/.next/standalone/node_modules/pend/package.json +0 -18
- package/.next/standalone/node_modules/progress/index.js +0 -1
- package/.next/standalone/node_modules/progress/lib/node-progress.js +0 -236
- package/.next/standalone/node_modules/progress/package.json +0 -26
- package/.next/standalone/node_modules/proxy-agent/dist/index.js +0 -138
- package/.next/standalone/node_modules/proxy-agent/package.json +0 -60
- package/.next/standalone/node_modules/proxy-from-env/index.js +0 -108
- package/.next/standalone/node_modules/proxy-from-env/package.json +0 -34
- package/.next/standalone/node_modules/pump/index.js +0 -86
- package/.next/standalone/node_modules/pump/package.json +0 -30
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/package.json +0 -1
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Browser.js +0 -204
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/BrowserContext.js +0 -182
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/CDPSession.js +0 -68
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/DeviceRequestPrompt.js +0 -34
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Dialog.js +0 -90
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/ElementHandle.js +0 -1406
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/ElementHandleSymbol.js +0 -10
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Frame.js +0 -904
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/HTTPRequest.js +0 -461
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/HTTPResponse.js +0 -56
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Input.js +0 -211
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/JSHandle.js +0 -227
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Page.js +0 -1511
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Realm.js +0 -44
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/Target.js +0 -49
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/WebWorker.js +0 -106
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/api.js +0 -22
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/api/locators/locators.js +0 -769
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/bidi/BrowserConnector.js +0 -83
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Accessibility.js +0 -591
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Binding.js +0 -162
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/BluetoothEmulation.js +0 -26
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Browser.js +0 -327
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/BrowserConnector.js +0 -26
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/BrowserContext.js +0 -192
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/CdpPreloadScript.js +0 -39
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/CdpSession.js +0 -129
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Connection.js +0 -244
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Coverage.js +0 -372
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/DeviceRequestPrompt.js +0 -151
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Dialog.js +0 -23
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/ElementHandle.js +0 -206
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/EmulationManager.js +0 -458
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/ExecutionContext.js +0 -457
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/ExtensionTransport.js +0 -175
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Frame.js +0 -358
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/FrameManager.js +0 -455
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/FrameManagerEvents.js +0 -24
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/FrameTree.js +0 -91
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/HTTPRequest.js +0 -195
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/HTTPResponse.js +0 -126
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Input.js +0 -499
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/IsolatedWorld.js +0 -157
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/IsolatedWorlds.js +0 -20
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/JSHandle.js +0 -101
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/LifecycleWatcher.js +0 -174
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/NetworkEventManager.js +0 -162
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/NetworkManager.js +0 -601
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Page.js +0 -1011
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/PredefinedNetworkConditions.js +0 -69
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Target.js +0 -243
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/TargetManageEvents.js +0 -7
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/TargetManager.js +0 -320
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/Tracing.js +0 -110
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/WebWorker.js +0 -73
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/cdp.js +0 -43
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/cdp/utils.js +0 -216
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/AriaQueryHandler.js +0 -54
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/BrowserConnector.js +0 -129
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/BrowserWebSocketTransport.js +0 -39
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/CSSQueryHandler.js +0 -18
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/CallbackRegistry.js +0 -133
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/ConsoleMessage.js +0 -78
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/CustomQueryHandler.js +0 -114
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/Debug.js +0 -109
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/Device.js +0 -1604
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/Errors.js +0 -94
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/EventEmitter.js +0 -128
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/FileChooser.js +0 -75
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/GetQueryHandler.js +0 -70
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/HandleIterator.js +0 -142
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/LazyArg.js +0 -23
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/NetworkManagerEvents.js +0 -21
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/PDFOptions.js +0 -58
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/PQueryHandler.js +0 -18
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/PSelectorParser.js +0 -100
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/PierceQueryHandler.js +0 -18
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/Puppeteer.js +0 -98
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/QueryHandler.js +0 -225
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/ScriptInjector.js +0 -51
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/SecurityDetails.js +0 -69
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/TaskQueue.js +0 -24
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/TextQueryHandler.js +0 -15
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/TimeoutSettings.js +0 -39
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/USKeyboardLayout.js +0 -394
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/WaitTask.js +0 -197
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/XPathQueryHandler.js +0 -21
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/common.js +0 -35
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/common/util.js +0 -375
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/environment.js +0 -24
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/generated/injected.js +0 -9
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/index-browser.js +0 -11
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/index.js +0 -8
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/puppeteer-core.js +0 -41
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/revisions.js +0 -14
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/AsyncIterableUtil.js +0 -29
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/Deferred.js +0 -105
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/ErrorLike.js +0 -41
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/Function.js +0 -70
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/Mutex.js +0 -46
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/assert.js +0 -18
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/decorators.js +0 -232
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/disposable.js +0 -342
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/encoding.js +0 -63
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/incremental-id-generator.js +0 -18
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/util.js +0 -13
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/puppeteer/util/version.js +0 -10
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/third_party/mitt/mitt.js +0 -44
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/third_party/parsel-js/parsel-js.js +0 -196
- package/.next/standalone/node_modules/puppeteer-core/lib/esm/third_party/rxjs/rxjs.js +0 -2887
- package/.next/standalone/node_modules/puppeteer-core/package.json +0 -169
- package/.next/standalone/node_modules/semver/functions/clean.js +0 -8
- package/.next/standalone/node_modules/semver/functions/compare-build.js +0 -9
- package/.next/standalone/node_modules/semver/functions/compare-loose.js +0 -5
- package/.next/standalone/node_modules/semver/functions/diff.js +0 -60
- package/.next/standalone/node_modules/semver/functions/inc.js +0 -21
- package/.next/standalone/node_modules/semver/functions/major.js +0 -5
- package/.next/standalone/node_modules/semver/functions/minor.js +0 -5
- package/.next/standalone/node_modules/semver/functions/patch.js +0 -5
- package/.next/standalone/node_modules/semver/functions/prerelease.js +0 -8
- package/.next/standalone/node_modules/semver/functions/rcompare.js +0 -5
- package/.next/standalone/node_modules/semver/functions/rsort.js +0 -5
- package/.next/standalone/node_modules/semver/functions/sort.js +0 -5
- package/.next/standalone/node_modules/semver/functions/valid.js +0 -8
- package/.next/standalone/node_modules/semver/index.js +0 -91
- package/.next/standalone/node_modules/semver/ranges/gtr.js +0 -6
- package/.next/standalone/node_modules/semver/ranges/intersects.js +0 -9
- package/.next/standalone/node_modules/semver/ranges/ltr.js +0 -6
- package/.next/standalone/node_modules/semver/ranges/max-satisfying.js +0 -27
- package/.next/standalone/node_modules/semver/ranges/min-satisfying.js +0 -26
- package/.next/standalone/node_modules/semver/ranges/min-version.js +0 -63
- package/.next/standalone/node_modules/semver/ranges/outside.js +0 -82
- package/.next/standalone/node_modules/semver/ranges/simplify.js +0 -49
- package/.next/standalone/node_modules/semver/ranges/subset.js +0 -249
- package/.next/standalone/node_modules/semver/ranges/to-comparators.js +0 -10
- package/.next/standalone/node_modules/semver/ranges/valid.js +0 -13
- package/.next/standalone/node_modules/smart-buffer/build/smartbuffer.js +0 -1233
- package/.next/standalone/node_modules/smart-buffer/build/utils.js +0 -108
- package/.next/standalone/node_modules/smart-buffer/package.json +0 -79
- package/.next/standalone/node_modules/socks/build/client/socksclient.js +0 -793
- package/.next/standalone/node_modules/socks/build/common/constants.js +0 -108
- package/.next/standalone/node_modules/socks/build/common/helpers.js +0 -167
- package/.next/standalone/node_modules/socks/build/common/receivebuffer.js +0 -43
- package/.next/standalone/node_modules/socks/build/common/util.js +0 -25
- package/.next/standalone/node_modules/socks/build/index.js +0 -18
- package/.next/standalone/node_modules/socks/package.json +0 -58
- package/.next/standalone/node_modules/socks-proxy-agent/dist/index.js +0 -195
- package/.next/standalone/node_modules/socks-proxy-agent/package.json +0 -142
- package/.next/standalone/node_modules/source-map/lib/array-set.js +0 -121
- package/.next/standalone/node_modules/source-map/lib/base64-vlq.js +0 -140
- package/.next/standalone/node_modules/source-map/lib/base64.js +0 -67
- package/.next/standalone/node_modules/source-map/lib/binary-search.js +0 -111
- package/.next/standalone/node_modules/source-map/lib/mapping-list.js +0 -79
- package/.next/standalone/node_modules/source-map/lib/quick-sort.js +0 -114
- package/.next/standalone/node_modules/source-map/lib/source-map-consumer.js +0 -1145
- package/.next/standalone/node_modules/source-map/lib/source-map-generator.js +0 -425
- package/.next/standalone/node_modules/source-map/lib/source-node.js +0 -413
- package/.next/standalone/node_modules/source-map/lib/util.js +0 -488
- package/.next/standalone/node_modules/source-map/package.json +0 -73
- package/.next/standalone/node_modules/source-map/source-map.js +0 -8
- package/.next/standalone/node_modules/streamx/index.js +0 -1184
- package/.next/standalone/node_modules/streamx/package.json +0 -34
- package/.next/standalone/node_modules/supports-color/index.js +0 -135
- package/.next/standalone/node_modules/supports-color/package.json +0 -53
- package/.next/standalone/node_modules/tar-stream/constants.js +0 -14
- package/.next/standalone/node_modules/tar-stream/extract.js +0 -406
- package/.next/standalone/node_modules/tar-stream/headers.js +0 -321
- package/.next/standalone/node_modules/tar-stream/index.js +0 -2
- package/.next/standalone/node_modules/tar-stream/pack.js +0 -287
- package/.next/standalone/node_modules/tar-stream/package.json +0 -42
- package/.next/standalone/node_modules/text-decoder/index.js +0 -64
- package/.next/standalone/node_modules/text-decoder/lib/pass-through-decoder.js +0 -19
- package/.next/standalone/node_modules/text-decoder/lib/utf8-decoder.js +0 -185
- package/.next/standalone/node_modules/text-decoder/package.json +0 -39
- package/.next/standalone/node_modules/tslib/package.json +0 -47
- package/.next/standalone/node_modules/tslib/tslib.js +0 -484
- package/.next/standalone/node_modules/wrappy/package.json +0 -29
- package/.next/standalone/node_modules/wrappy/wrappy.js +0 -33
- package/.next/standalone/node_modules/ws/lib/buffer-util.js +0 -131
- package/.next/standalone/node_modules/ws/lib/constants.js +0 -19
- package/.next/standalone/node_modules/ws/lib/event-target.js +0 -292
- package/.next/standalone/node_modules/ws/lib/extension.js +0 -203
- package/.next/standalone/node_modules/ws/lib/limiter.js +0 -55
- package/.next/standalone/node_modules/ws/lib/permessage-deflate.js +0 -528
- package/.next/standalone/node_modules/ws/lib/receiver.js +0 -706
- package/.next/standalone/node_modules/ws/lib/sender.js +0 -602
- package/.next/standalone/node_modules/ws/lib/stream.js +0 -161
- package/.next/standalone/node_modules/ws/lib/subprotocol.js +0 -62
- package/.next/standalone/node_modules/ws/lib/validation.js +0 -152
- package/.next/standalone/node_modules/ws/lib/websocket-server.js +0 -554
- package/.next/standalone/node_modules/ws/lib/websocket.js +0 -1393
- package/.next/standalone/node_modules/ws/package.json +0 -69
- package/.next/standalone/node_modules/ws/wrapper.mjs +0 -8
- package/.next/standalone/node_modules/y18n/build/lib/index.js +0 -174
- package/.next/standalone/node_modules/y18n/build/lib/platform-shims/node.js +0 -19
- package/.next/standalone/node_modules/y18n/index.mjs +0 -8
- package/.next/standalone/node_modules/y18n/package.json +0 -70
- package/.next/standalone/node_modules/yargs/build/lib/argsert.js +0 -62
- package/.next/standalone/node_modules/yargs/build/lib/command.js +0 -449
- package/.next/standalone/node_modules/yargs/build/lib/completion-templates.js +0 -48
- package/.next/standalone/node_modules/yargs/build/lib/completion.js +0 -243
- package/.next/standalone/node_modules/yargs/build/lib/middleware.js +0 -88
- package/.next/standalone/node_modules/yargs/build/lib/parse-command.js +0 -32
- package/.next/standalone/node_modules/yargs/build/lib/typings/common-types.js +0 -9
- package/.next/standalone/node_modules/yargs/build/lib/usage.js +0 -584
- package/.next/standalone/node_modules/yargs/build/lib/utils/apply-extends.js +0 -59
- package/.next/standalone/node_modules/yargs/build/lib/utils/is-promise.js +0 -5
- package/.next/standalone/node_modules/yargs/build/lib/utils/levenshtein.js +0 -34
- package/.next/standalone/node_modules/yargs/build/lib/utils/maybe-async-result.js +0 -17
- package/.next/standalone/node_modules/yargs/build/lib/utils/obj-filter.js +0 -10
- package/.next/standalone/node_modules/yargs/build/lib/utils/process-argv.js +0 -17
- package/.next/standalone/node_modules/yargs/build/lib/utils/set-blocking.js +0 -12
- package/.next/standalone/node_modules/yargs/build/lib/utils/which-module.js +0 -10
- package/.next/standalone/node_modules/yargs/build/lib/validation.js +0 -305
- package/.next/standalone/node_modules/yargs/build/lib/yargs-factory.js +0 -1512
- package/.next/standalone/node_modules/yargs/build/lib/yerror.js +0 -9
- package/.next/standalone/node_modules/yargs/helpers/helpers.mjs +0 -10
- package/.next/standalone/node_modules/yargs/index.mjs +0 -8
- package/.next/standalone/node_modules/yargs/lib/platform-shims/esm.mjs +0 -73
- package/.next/standalone/node_modules/yargs/package.json +0 -123
- package/.next/standalone/node_modules/yargs-parser/build/lib/index.js +0 -62
- package/.next/standalone/node_modules/yargs-parser/build/lib/string-utils.js +0 -65
- package/.next/standalone/node_modules/yargs-parser/build/lib/tokenize-arg-string.js +0 -40
- package/.next/standalone/node_modules/yargs-parser/build/lib/yargs-parser-types.js +0 -12
- package/.next/standalone/node_modules/yargs-parser/build/lib/yargs-parser.js +0 -1045
- package/.next/standalone/node_modules/yargs-parser/package.json +0 -92
- package/.next/standalone/node_modules/yauzl/LICENSE +0 -21
- package/.next/standalone/node_modules/yauzl/README.md +0 -658
- package/.next/standalone/node_modules/yauzl/index.js +0 -796
- package/.next/standalone/node_modules/yauzl/package.json +0 -40
- package/.next/static/chunks/75f35cd5abea89f2.js +0 -1
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/classes/comparator.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/classes/range.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/classes/semver.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/cmp.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/coerce.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/compare.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/eq.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/gt.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/gte.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/lt.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/lte.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/neq.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/parse.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/satisfies.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/internal/constants.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/internal/debug.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/internal/identifiers.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/internal/lrucache.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/internal/parse-options.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/internal/re.js +0 -0
- /package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/package.json +0 -0
- /package/.next/static/{dBszpiWXsbEAjYrgq1Nuz โ standalone-build}/_buildManifest.js +0 -0
- /package/.next/static/{dBszpiWXsbEAjYrgq1Nuz โ standalone-build}/_clientMiddlewareManifest.json +0 -0
- /package/.next/static/{dBszpiWXsbEAjYrgq1Nuz โ standalone-build}/_ssgManifest.js +0 -0
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "yauzl",
|
|
3
|
-
"version": "2.10.0",
|
|
4
|
-
"description": "yet another unzip library for node",
|
|
5
|
-
"main": "index.js",
|
|
6
|
-
"scripts": {
|
|
7
|
-
"test": "node test/test.js",
|
|
8
|
-
"test-cov": "istanbul cover test/test.js",
|
|
9
|
-
"test-travis": "istanbul cover --report lcovonly test/test.js"
|
|
10
|
-
},
|
|
11
|
-
"repository": {
|
|
12
|
-
"type": "git",
|
|
13
|
-
"url": "https://github.com/thejoshwolfe/yauzl.git"
|
|
14
|
-
},
|
|
15
|
-
"keywords": [
|
|
16
|
-
"unzip",
|
|
17
|
-
"zip",
|
|
18
|
-
"stream",
|
|
19
|
-
"archive",
|
|
20
|
-
"file"
|
|
21
|
-
],
|
|
22
|
-
"author": "Josh Wolfe <thejoshwolfe@gmail.com>",
|
|
23
|
-
"license": "MIT",
|
|
24
|
-
"bugs": {
|
|
25
|
-
"url": "https://github.com/thejoshwolfe/yauzl/issues"
|
|
26
|
-
},
|
|
27
|
-
"homepage": "https://github.com/thejoshwolfe/yauzl",
|
|
28
|
-
"dependencies": {
|
|
29
|
-
"fd-slicer": "~1.1.0",
|
|
30
|
-
"buffer-crc32": "~0.2.3"
|
|
31
|
-
},
|
|
32
|
-
"devDependencies": {
|
|
33
|
-
"bl": "~1.0.0",
|
|
34
|
-
"istanbul": "~0.3.4",
|
|
35
|
-
"pend": "~1.2.0"
|
|
36
|
-
},
|
|
37
|
-
"files": [
|
|
38
|
-
"index.js"
|
|
39
|
-
]
|
|
40
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,20552,e=>{"use strict";var t=e.i(43476),s=e.i(71645);let n="/api/v1",a="/api/v1";function i({conversations:e,activeConversation:n,onSelect:a}){let[i,r]=(0,s.useState)(!1),c=(0,s.useRef)(null);return(0,s.useEffect)(()=>{let e=e=>{c.current&&!c.current.contains(e.target)&&r(!1)};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[]),(0,t.jsxs)("div",{ref:c,className:`conv-selector-wrapper ${i?"open":""}`,children:[(0,t.jsxs)("button",{className:"conv-selector-btn",onClick:()=>r(!i),title:"Switch conversation",children:[(0,t.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:(0,t.jsx)("path",{d:"M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z"})}),(0,t.jsx)("span",{children:n?.title?.substring(0,22)||"No conversation"}),(0,t.jsx)("svg",{className:"chevron",width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",children:(0,t.jsx)("polyline",{points:"6 9 12 15 18 9"})})]}),(0,t.jsxs)("div",{className:`conv-dropdown ${i?"open":""}`,children:[(0,t.jsx)("div",{className:"conv-dropdown-header",children:"Conversations"}),(0,t.jsxs)("div",{className:"conv-dropdown-list",children:[e.map((e,s)=>{let i=e.title||e.id.substring(0,20)+"โฆ",c=e.id&&e.id.length>5?e.id.substring(0,8):"",l=e.files?.slice(0,3)||[],o=e.files?e.files.length-3:0;return(0,t.jsxs)("button",{className:`conv-item ${e.title===n?.title?"active":""}`,onClick:()=>{e.title!==n?.title&&a(e.title),r(!1)},children:[(0,t.jsxs)("div",{className:"conv-item-header",children:[(0,t.jsx)("span",{className:`conv-item-dot ${e.active?"active":""}`}),(0,t.jsx)("span",{className:"conv-item-title",children:i}),c&&(0,t.jsx)("span",{className:"conv-item-id",children:c})]}),e.mtime&&(0,t.jsx)("span",{className:"conv-item-time",children:function(e){if(!e)return"";let t=new Date(e),s=Math.floor((Date.now()-t.getTime())/6e4);if(s<1)return"Just now";if(s<60)return`${s}m ago`;let n=Math.floor(s/60);if(n<24)return`${n}h ago`;let a=Math.floor(n/24);return`${a}d ago`}(e.mtime)}),e.files&&e.files.length>0&&(0,t.jsxs)("div",{className:"conv-item-files",children:[l.map((e,s)=>(0,t.jsx)("span",{className:"conv-item-file-badge",children:e.name},s)),o>0&&(0,t.jsxs)("span",{className:"conv-item-file-badge",children:["+",o]})]})]},`conv-${s}`)}),0===e.length&&(0,t.jsx)("div",{className:"conv-dropdown-empty",children:"No conversations found"})]})]})]})}function r({statusState:e,statusText:n,windows:a,conversations:r,activeConversation:c,cdpStatus:l,recentProjects:o,onSelectWindow:d,onSelectConversation:h,onNewChat:u,onToggleArtifacts:m,onStartCdp:x,onOpenWindow:p,onCloseWindow:w}){let[v,g]=(0,s.useState)(!1),[f,j]=(0,s.useState)(""),[y,N]=(0,s.useState)(!1),[C,b]=(0,s.useState)(!1),[k,S]=(0,s.useState)(null),$=(0,s.useRef)(null),W=(0,s.useRef)(null);(0,s.useEffect)(()=>{let e=e=>{$.current&&!$.current.contains(e.target)&&g(!1)};return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[]),(0,s.useEffect)(()=>{if(k){let e=setTimeout(()=>S(null),4e3);return()=>clearTimeout(e)}},[k]);let T=async()=>{b(!0),S(null);try{let e=await x(".",!1);S({text:e.message||(e.success?"CDP started!":"Failed to start CDP"),type:e.success?"success":"error"})}catch{S({text:"Failed to start CDP server",type:"error"})}finally{b(!1)}},A=async e=>{e.preventDefault();let t=f.trim();if(t&&!y){N(!0),S(null);try{let e=await p(t);S({text:e.message||(e.success?"Window opened!":"Failed to open"),type:e.success?"success":"error"}),e.success&&j("")}catch{S({text:"Failed to open window",type:"error"})}finally{N(!1)}}},B=async(e,t)=>{if(t.stopPropagation(),!window.confirm(`Close window "${a[e]?.title||e}"?`))return;let s=await w(e);S({text:s.message||(s.success?"Closed!":"Failed to close"),type:s.success?"success":"error"})};return(0,t.jsxs)("header",{className:"header",children:[(0,t.jsx)("div",{className:"header-left",children:(0,t.jsx)("div",{className:"logo",children:(0,t.jsxs)("svg",{width:"28",height:"28",viewBox:"0 0 24 24",fill:"none",stroke:"url(#header-gradient)",strokeWidth:"1.5",children:[(0,t.jsx)("defs",{children:(0,t.jsxs)("linearGradient",{id:"header-gradient",x1:"0%",y1:"0%",x2:"100%",y2:"100%",children:[(0,t.jsx)("stop",{offset:"0%",style:{stopColor:"#6366f1"}}),(0,t.jsx)("stop",{offset:"100%",style:{stopColor:"#a855f7"}})]})}),(0,t.jsx)("circle",{cx:"12",cy:"12",r:"10"}),(0,t.jsx)("path",{d:"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"}),(0,t.jsx)("line",{x1:"2",y1:"12",x2:"22",y2:"12"})]})})}),(0,t.jsxs)("div",{className:"header-right",children:[(0,t.jsx)(i,{conversations:r,activeConversation:c,onSelect:h}),(0,t.jsxs)("div",{ref:$,className:`window-selector-wrapper ${v?"open":""}`,children:[(0,t.jsxs)("button",{className:"window-selector-btn",onClick:()=>g(!v),title:"Manage Antigravity windows",children:[(0,t.jsx)("span",{className:`cdp-indicator ${l.active?"active":"inactive"}`}),(0,t.jsxs)("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[(0,t.jsx)("rect",{x:"2",y:"3",width:"20",height:"14",rx:"2",ry:"2"}),(0,t.jsx)("line",{x1:"8",y1:"21",x2:"16",y2:"21"}),(0,t.jsx)("line",{x1:"12",y1:"17",x2:"12",y2:"21"})]}),(0,t.jsx)("span",{style:{maxWidth:"120px",whiteSpace:"nowrap",overflow:"hidden",textOverflow:"ellipsis",display:"inline-block",verticalAlign:"bottom"},children:a.find(e=>e.active)?.title||"Windows"}),(0,t.jsx)("svg",{className:"chevron",width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",children:(0,t.jsx)("polyline",{points:"6 9 12 15 18 9"})})]}),(0,t.jsxs)("div",{className:`window-dropdown ${v?"open":""}`,children:[(0,t.jsxs)("div",{className:"wm-cdp-status",children:[(0,t.jsxs)("div",{className:"wm-cdp-info",children:[(0,t.jsx)("span",{className:`wm-cdp-dot ${l.active?"active":"inactive"}`}),(0,t.jsx)("span",{children:l.active?`CDP Active \xb7 ${l.windowCount} window${1!==l.windowCount?"s":""}`:"CDP Inactive"})]}),!l.active&&(0,t.jsxs)("button",{className:"wm-cdp-start-btn",onClick:T,disabled:C,title:"Start Antigravity with CDP",children:[C?(0,t.jsx)("span",{className:"wm-spinner"}):(0,t.jsx)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",children:(0,t.jsx)("polygon",{points:"5 3 19 12 5 21 5 3"})}),C?"Starting...":"Start CDP"]})]}),(0,t.jsx)("div",{className:"window-dropdown-header",children:"Open Windows"}),a.map(e=>(0,t.jsxs)("div",{className:`window-item ${e.active?"active":""}`,children:[(0,t.jsxs)("button",{className:"window-item-select",onClick:()=>{d(e.index),g(!1)},children:[(0,t.jsx)("span",{className:"window-dot"}),(0,t.jsx)("span",{className:"window-item-title",children:e.title})]}),(0,t.jsx)("button",{className:"window-item-close",onClick:t=>B(e.index,t),title:`Close "${e.title}"`,children:(0,t.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",children:[(0,t.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,t.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})})]},e.index)),0===a.length&&(0,t.jsx)("div",{style:{padding:"12px",color:"var(--text-muted)",fontSize:"12px"},children:"No windows detected"}),o.length>0&&(0,t.jsxs)("div",{className:"wm-recent-section",children:[(0,t.jsx)("div",{className:"wm-recent-header",children:"Recent Projects"}),o.map(e=>(0,t.jsxs)("button",{className:"wm-recent-item",onClick:async()=>{N(!0),S(null);try{let t=await p(e.path);S({text:t.message||(t.success?"Opened!":"Failed"),type:t.success?"success":"error"})}catch{S({text:"Failed to open",type:"error"})}finally{N(!1)}},disabled:y,title:e.path,children:[(0,t.jsx)("svg",{className:"wm-recent-icon",width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:(0,t.jsx)("path",{d:"M22 19a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h5l2 3h9a2 2 0 0 1 2 2z"})}),(0,t.jsxs)("div",{className:"wm-recent-info",children:[(0,t.jsx)("span",{className:"wm-recent-name",children:e.name}),(0,t.jsx)("span",{className:"wm-recent-path",children:e.path})]})]},e.path))]}),(0,t.jsxs)("div",{className:"wm-open-section",children:[(0,t.jsx)("div",{className:"wm-open-label",children:"Open New Window"}),(0,t.jsxs)("form",{className:"wm-open-form",onSubmit:A,children:[(0,t.jsx)("input",{ref:W,type:"text",className:"wm-open-input",value:f,onChange:e=>j(e.target.value),placeholder:"/path/to/project",disabled:y}),(0,t.jsx)("button",{type:"submit",className:"wm-open-btn",disabled:y||!f.trim(),title:"Open directory in Antigravity",children:y?(0,t.jsx)("span",{className:"wm-spinner"}):(0,t.jsxs)("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",children:[(0,t.jsx)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,t.jsx)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]})})]})]}),k&&(0,t.jsx)("div",{className:`wm-action-message ${k.type}`,children:k.text})]})]}),(0,t.jsx)("button",{className:"icon-btn",onClick:m,title:"Artifacts","aria-label":"Artifacts",children:(0,t.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[(0,t.jsx)("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),(0,t.jsx)("polyline",{points:"14 2 14 8 20 8"}),(0,t.jsx)("line",{x1:"16",y1:"13",x2:"8",y2:"13"}),(0,t.jsx)("line",{x1:"16",y1:"17",x2:"8",y2:"17"}),(0,t.jsx)("polyline",{points:"10 9 9 9 8 9"})]})}),(0,t.jsx)("button",{className:"icon-btn",onClick:u,title:"New Chat","aria-label":"New Chat",children:(0,t.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[(0,t.jsx)("line",{x1:"12",y1:"5",x2:"12",y2:"19"}),(0,t.jsx)("line",{x1:"5",y1:"12",x2:"19",y2:"12"})]})})]})]})}function c({onQuickPrompt:e}){return(0,t.jsxs)("div",{className:"welcome-screen",children:[(0,t.jsx)("div",{className:"welcome-icon",children:(0,t.jsxs)("svg",{width:"64",height:"64",viewBox:"0 0 24 24",fill:"none",stroke:"url(#gradient)",strokeWidth:"1.5",children:[(0,t.jsx)("defs",{children:(0,t.jsxs)("linearGradient",{id:"gradient",x1:"0%",y1:"0%",x2:"100%",y2:"100%",children:[(0,t.jsx)("stop",{offset:"0%",style:{stopColor:"#6366f1"}}),(0,t.jsx)("stop",{offset:"100%",style:{stopColor:"#a855f7"}})]})}),(0,t.jsx)("circle",{cx:"12",cy:"12",r:"10"}),(0,t.jsx)("path",{d:"M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"}),(0,t.jsx)("line",{x1:"2",y1:"12",x2:"22",y2:"12"})]})}),(0,t.jsx)("h2",{children:"Antigravity Agent"}),(0,t.jsx)("p",{children:"Ask anything. The agent has access to your IDE โ files, terminal, search, and more."}),(0,t.jsxs)("div",{className:"quick-prompts",children:[(0,t.jsx)("button",{className:"quick-prompt",onClick:()=>e("What files are in the current workspace?"),children:"๐ List workspace files"}),(0,t.jsx)("button",{className:"quick-prompt",onClick:()=>e("Explain the architecture of this project"),children:"๐๏ธ Explain architecture"}),(0,t.jsx)("button",{className:"quick-prompt",onClick:()=>e("Help me debug the most recent error"),children:"๐ Debug last error"})]})]})}function l({content:e}){return(0,t.jsx)("div",{className:"user-message",children:(0,t.jsx)("div",{className:"message-content",children:e})})}let o={command:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><polyline points="4 17 10 11 4 5"/><line x1="12" y1="19" x2="20" y2="19"/></svg>',file:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"/><polyline points="14 2 14 8 20 8"/></svg>',search:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="11" cy="11" r="8"/><line x1="21" y1="21" x2="16.65" y2="16.65"/></svg>',read:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z"/><circle cx="12" cy="12" r="3"/></svg>',browser:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="10"/><line x1="2" y1="12" x2="22" y2="12"/><path d="M12 2a15.3 15.3 0 0 1 4 10 15.3 15.3 0 0 1-4 10 15.3 15.3 0 0 1-4-10 15.3 15.3 0 0 1 4-10z"/></svg>',mcp:'<svg width="14" height="14" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 2v6M12 22v-6M4.93 4.93l4.24 4.24M14.83 14.83l4.24 4.24M2 12h6M22 12h-6M4.93 19.07l4.24-4.24M14.83 9.17l4.24-4.24"/><circle cx="12" cy="12" r="4"/></svg>'};function d({data:e}){let s,n=(s=(e.status||"").toLowerCase()).startsWith("running")||s.startsWith("editing")||s.startsWith("creating")||s.startsWith("search")?"running":s.startsWith("ran")||s.startsWith("edited")||s.startsWith("created")||s.startsWith("read")||s.startsWith("viewed")||s.startsWith("analyzed")||s.startsWith("wrote")||s.startsWith("replaced")||s.startsWith("deleted")?"done":s.includes("error")||s.includes("fail")?"error":s.startsWith("mcp")?"mcp":"running",a=o[e.type]||o.file;return(0,t.jsxs)("div",{className:`tool-call-card ${n}`,"data-tool-index":e.index,children:[(0,t.jsxs)("div",{className:"tool-header",children:[(0,t.jsx)("span",{className:"tool-icon",dangerouslySetInnerHTML:{__html:a}}),(0,t.jsx)("span",{className:"tool-status-text",children:e.status}),e.path&&(0,t.jsx)("span",{className:"tool-path",title:e.path,children:e.path})]}),e.command&&(0,t.jsx)("div",{className:"tool-command",children:(0,t.jsx)("code",{children:e.command})}),(e.additions||e.deletions)&&(0,t.jsxs)("div",{className:"tool-file-changes",children:[e.additions&&(0,t.jsx)("span",{className:"tool-additions",children:e.additions}),e.deletions&&(0,t.jsx)("span",{className:"tool-deletions",children:e.deletions})]}),e.exitCode&&(0,t.jsx)("div",{className:"tool-exit-code",children:e.exitCode}),e.terminalOutput&&(0,t.jsx)("div",{className:"tool-terminal",children:e.terminalOutput}),e.footerButtons&&e.footerButtons.length>0&&(0,t.jsx)("div",{className:"tool-footer-actions",children:e.footerButtons.map((s,n)=>(0,t.jsx)("button",{className:"tool-footer-btn",onClick:async()=>{try{await fetch("/api/v1/chat/action",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({toolId:e.id,buttonText:s})})}catch{}},children:s},n))})]})}function h({time:e}){return(0,t.jsxs)("div",{className:"thinking-block",children:[(0,t.jsx)("span",{className:"thinking-icon",children:"๐ญ"}),(0,t.jsx)("span",{children:e})]})}function u({onApprove:e,onReject:s}){return(0,t.jsxs)("div",{className:"hitl-dialog",children:[(0,t.jsx)("div",{className:"hitl-label",children:"โ ๏ธ Needs Approval"}),(0,t.jsx)("div",{className:"hitl-context",children:"The agent needs your permission to proceed."}),(0,t.jsxs)("div",{className:"hitl-actions",children:[(0,t.jsx)("button",{className:"hitl-approve-btn",onClick:e,children:"โ Approve"}),(0,t.jsx)("button",{className:"hitl-reject-btn",onClick:s,children:"โ Reject"})]})]})}function m(){return(0,t.jsxs)("div",{className:"typing-indicator",children:[(0,t.jsx)("div",{className:"typing-dot"}),(0,t.jsx)("div",{className:"typing-dot"}),(0,t.jsx)("div",{className:"typing-dot"})]})}function x({content:e,steps:s,isStreaming:n,onApprove:a,onReject:i,onRetry:r}){return(0,t.jsxs)("div",{className:`agent-message ${n?"streaming":""}`,children:[(0,t.jsxs)("div",{className:"agent-steps",children:[s.map((e,s)=>{switch(e.type){case"thinking":return(0,t.jsx)(h,{time:e.data.time},`step-${s}`);case"tool_call":return(0,t.jsx)(d,{data:e.data},`step-${s}`);case"hitl":return(0,t.jsx)(u,{onApprove:a,onReject:i},`step-${s}`);case"file_change":return(0,t.jsxs)("div",{className:"file-change-indicator",children:[(0,t.jsxs)("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[(0,t.jsx)("path",{d:"M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8z"}),(0,t.jsx)("polyline",{points:"14 2 14 8 20 8"})]}),(0,t.jsx)("span",{className:"file-change-name",children:e.data.fileName})]},`step-${s}`);case"error":return(0,t.jsxs)("div",{className:"error-banner",children:[(0,t.jsxs)("div",{style:{marginBottom:!n&&r?"8px":"0"},children:["โ ๏ธ ",String(e.data.message)]}),!n&&r&&(0,t.jsx)("button",{className:"px-3 py-1 bg-red-100 text-red-800 rounded hover:bg-red-200 transition-colors text-sm font-medium",onClick:r,children:"Try Again"})]},`step-${s}`);default:return null}}),n&&(0,t.jsx)(m,{})]}),e&&(0,t.jsx)("div",{className:"agent-response",dangerouslySetInnerHTML:{__html:e}})]})}function p({messages:e,currentSteps:s,currentResponse:n,isStreaming:a,onApprove:i,onReject:r,onRetry:c}){return(0,t.jsxs)(t.Fragment,{children:[e.map((e,s)=>"user"===e.role?(0,t.jsx)(l,{content:e.content},`msg-${s}`):(0,t.jsx)(x,{content:e.content,steps:e.steps||[],isStreaming:!1,onApprove:i,onReject:r,onRetry:c},`msg-${s}`)),a&&(0,t.jsx)(x,{content:n,steps:s,isStreaming:!0,onApprove:i,onReject:r,onRetry:c})]})}function w({onSend:e,isStreaming:n,currentMode:a,onToggleMode:i}){let[r,c]=(0,s.useState)(""),l=(0,s.useRef)(null);return(0,s.useEffect)(()=>{l.current?.focus()},[]),(0,t.jsxs)("footer",{className:"input-area",children:[(0,t.jsxs)("div",{className:"input-wrapper",children:[(0,t.jsxs)("button",{className:`mode-toggle ${a}`,onClick:i,title:`Mode: ${"planning"===a?"Planning":"Fast"} โ Click to switch`,"aria-label":`Switch mode (currently ${a})`,type:"button",children:[(0,t.jsx)("span",{className:"mode-icon",children:"planning"===a?"๐":"โก"}),(0,t.jsx)("span",{className:"mode-label",children:"planning"===a?"Plan":"Fast"})]}),(0,t.jsx)("textarea",{ref:l,value:r,onChange:e=>{c(e.target.value);let t=e.target;t.style.height="auto",t.style.height=Math.min(t.scrollHeight,150)+"px"},onKeyDown:t=>{"Enter"===t.key&&(!t.shiftKey||t.ctrlKey||t.metaKey)&&(t.preventDefault(),!n&&r.trim()&&(e(r),c(""),l.current&&(l.current.style.height="auto")))},placeholder:"Ask the Antigravity agent...",rows:1,"aria-label":"Chat message input",enterKeyHint:"send",autoComplete:"off"}),(0,t.jsx)("button",{className:"send-btn",onClick:()=>{!n&&r.trim()&&(e(r),c(""),l.current&&(l.current.style.height="auto"))},disabled:n||!r.trim(),"aria-label":"Send message",children:(0,t.jsxs)("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[(0,t.jsx)("line",{x1:"22",y1:"2",x2:"11",y2:"13"}),(0,t.jsx)("polygon",{points:"22 2 15 22 11 13 2 9 22 2"})]})})]}),(0,t.jsxs)("div",{className:"input-hint",children:[(0,t.jsx)("span",{children:"Enter to send ยท Shift+Enter for new line ยท Ctrl+N for new chat"}),(0,t.jsx)("span",{id:"model-info"})]})]})}function v({open:e,onClose:n,activeConversation:a,files:i}){let[r,c]=(0,s.useState)(null),[l,o]=(0,s.useState)(""),[d,h]=(0,s.useState)(!1),u=async e=>{if(a){h(!0),c(e);try{let t=await fetch(`/api/v1/artifacts/active/${encodeURIComponent(e)}`),s=await t.text();o(s)}catch(e){o(`Error loading file: ${e.message}`)}finally{h(!1)}}};return(0,t.jsxs)("div",{className:`artifact-panel ${e?"open":""}`,children:[(0,t.jsxs)("div",{className:"artifact-panel-header",children:[(0,t.jsx)("button",{className:"icon-btn",onClick:n,title:"Close panel",children:(0,t.jsxs)("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[(0,t.jsx)("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),(0,t.jsx)("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})}),(0,t.jsx)("h3",{children:"Artifacts"})]}),a?(0,t.jsxs)("div",{style:{padding:"12px 16px",borderBottom:"1px solid var(--border-subtle)",background:"rgba(99,102,241,0.04)"},children:[(0,t.jsx)("div",{style:{fontSize:"13px",fontWeight:600,color:"var(--text-primary)",marginBottom:"2px",overflow:"hidden",textOverflow:"ellipsis",whiteSpace:"nowrap"},children:a.title||"Untitled"}),(0,t.jsxs)("div",{style:{fontSize:"10px",fontFamily:"'JetBrains Mono', monospace",color:"var(--text-muted)"},children:[i.length," file",1!==i.length?"s":""]})]}):(0,t.jsx)("div",{style:{padding:"24px 16px",textAlign:"center",color:"var(--text-muted)",fontSize:"13px"},children:"No active conversation"}),r?(0,t.jsxs)("div",{className:"artifact-viewer",children:[(0,t.jsxs)("div",{className:"artifact-viewer-header",children:[(0,t.jsx)("button",{className:"artifact-back-btn",onClick:()=>{c(null),o("")},children:"โ Back"}),(0,t.jsx)("span",{className:"artifact-viewer-title",children:r})]}),(0,t.jsx)("div",{className:"artifact-viewer-body",children:d?(0,t.jsx)("div",{style:{color:"var(--text-muted)",padding:"16px"},children:"Loading..."}):r.endsWith(".md")?(0,t.jsx)("div",{className:"agent-response",dangerouslySetInnerHTML:{__html:l.replace(/^### (.*$)/gim,"<h3>$1</h3>").replace(/^## (.*$)/gim,"<h2>$1</h2>").replace(/^# (.*$)/gim,"<h1>$1</h1>").replace(/\*\*(.*?)\*\*/g,"<strong>$1</strong>").replace(/`([^`]+)`/g,"<code>$1</code>").replace(/^- (.*$)/gim,"<li>$1</li>").replace(/\n\n/g,"</p><p>").replace(/\n/g,"<br/>")}}):(0,t.jsx)("pre",{style:{margin:0,fontSize:"12px",lineHeight:1.6,color:"var(--text-secondary)",fontFamily:"'JetBrains Mono', monospace",whiteSpace:"pre-wrap",wordBreak:"break-all"},children:l})})]}):(0,t.jsxs)("div",{className:"artifact-file-list",children:[i.map(e=>{var s,n;let a;return(0,t.jsxs)("button",{className:"artifact-file-item",onClick:()=>u(e.name),children:[(0,t.jsx)("span",{className:"artifact-file-icon",children:(s=e.name).endsWith(".md")?"๐":s.endsWith(".json")?"๐":s.endsWith(".ts")||s.endsWith(".tsx")?"๐":s.endsWith(".css")?"๐จ":"๐"}),(0,t.jsxs)("div",{style:{flex:1,overflow:"hidden"},children:[(0,t.jsx)("div",{className:"artifact-file-name",children:e.name}),(0,t.jsx)("div",{style:{fontSize:"10px",color:"var(--text-muted)"},children:(a=new Date(e.mtime)).toLocaleTimeString([],{hour:"2-digit",minute:"2-digit"})+" ยท "+a.toLocaleDateString()})]}),(0,t.jsx)("span",{className:"artifact-file-size",children:(n=e.size)<1024?`${n}B`:n<1048576?`${(n/1024).toFixed(1)}KB`:`${(n/1048576).toFixed(1)}MB`})]},e.name)}),0===i.length&&a&&(0,t.jsx)("div",{style:{textAlign:"center",padding:"24px",color:"var(--text-muted)",fontSize:"13px"},children:"No artifacts in this conversation"})]})]})}function g(){let e=function(){let[e,t]=(0,s.useState)([]),[i,r]=(0,s.useState)(!1),[c,l]=(0,s.useState)(!1),[o,d]=(0,s.useState)("Agent"),[h,u]=(0,s.useState)("connected"),[m,x]=(0,s.useState)(!0),[p,w]=(0,s.useState)([]),[v,g]=(0,s.useState)(""),[f,j]=(0,s.useState)("planning"),y=(0,s.useRef)(null),N=(0,s.useRef)(null),C=(0,s.useRef)(""),b=(0,s.useRef)([]),k=(0,s.useCallback)(()=>{requestAnimationFrame(()=>{N.current?.scrollIntoView({behavior:"smooth"})})},[]),S=(0,s.useCallback)((e,t)=>{u(e),d(t)},[]),$=(0,s.useCallback)(async()=>{try{let e=await fetch(`${a}/chat/history`),s=await e.json();s.turns&&s.turns.length>0&&(x(!1),t(s.turns.map(e=>({role:e.role,content:e.content}))))}catch{}},[]),{artifactFiles:W,artifactPanelOpen:T,toggleArtifactPanel:A,openArtifactPanel:B,loadArtifacts:M}=function(e){let[t,n]=(0,s.useState)([]),[a,i]=(0,s.useState)(!1),r=(0,s.useRef)(""),c=(0,s.useRef)(null),l=(0,s.useCallback)(async()=>{try{let e=await fetch("/api/v1/artifacts/active"),t=(await e.json()).files||[],s=JSON.stringify(t.map(e=>e.name+e.size+e.mtime));s!==r.current&&(r.current=s,n(t))}catch{}},[]),o=(0,s.useCallback)(()=>{i(e=>!e)},[]),d=(0,s.useCallback)(()=>{i(!0)},[]);return(0,s.useEffect)(()=>(a?(l(),c.current=setInterval(l,3e3)):c.current&&(clearInterval(c.current),c.current=null),()=>{c.current&&(clearInterval(c.current),c.current=null)}),[a,l]),(0,s.useEffect)(()=>{},[void 0,l]),{artifactFiles:t,artifactPanelOpen:a,toggleArtifactPanel:o,openArtifactPanel:d,loadArtifacts:l}}(),{windows:O,conversations:P,activeConversation:R,cdpStatus:E,recentProjects:D,loadWindows:z,selectWindow:F,loadConversations:I,selectConversation:L,checkCdpStatus:J,startCdpServer:H,openNewWindow:K,closeWindowByIndex:_,loadRecentProjects:V}=function(e,t,a){let[i,r]=(0,s.useState)([]),[c,l]=(0,s.useState)([]),[o,d]=(0,s.useState)(null),[h,u]=(0,s.useState)({active:!1,windowCount:0}),[m,x]=(0,s.useState)([]),p=(0,s.useCallback)(async()=>{try{let e=await fetch(`${n}/windows`),t=await e.json();r(t.windows||[])}catch{}},[]),w=(0,s.useCallback)(async()=>{try{let e=await fetch(`${n}/windows/cdp-status`),t=await e.json();return u({active:t.active,windowCount:t.windowCount,error:t.error}),t.active}catch{return u({active:!1,windowCount:0,error:"Failed to check"}),!1}},[]),v=(0,s.useCallback)(async(e,t)=>{try{let s=await fetch(`${n}/windows/cdp-start`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({projectDir:e||".",killExisting:t||!1})}),a=await s.json();return a.success&&(await w(),await p()),a}catch(e){return{success:!1,message:e.message||"Failed to start CDP server"}}},[w,p]),g=(0,s.useCallback)(async e=>{try{let t=await fetch(`${n}/windows/open`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({projectDir:e})}),s=await t.json();return s.success&&(await p(),await w()),s}catch(e){return{success:!1,message:e.message||"Failed to open window"}}},[p,w]),f=(0,s.useCallback)(async e=>{try{let t=await fetch(`${n}/windows/close`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({index:e})}),s=await t.json();return s.success&&(await p(),await w()),s}catch(e){return{success:!1,message:e.message||"Failed to close window"}}},[p,w]),j=(0,s.useCallback)(async e=>{try{await fetch(`${n}/windows/select`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({index:e})}),await p()}catch{}},[p]),y=(0,s.useCallback)(async()=>{try{let e=await fetch(`${n}/conversations`),t=(await e.json()).conversations||[];l(t);let s=t.find(e=>e.active);s&&d(s)}catch{}},[]);return{windows:i,conversations:c,activeConversation:o,cdpStatus:h,recentProjects:m,loadWindows:p,selectWindow:j,loadConversations:y,selectConversation:(0,s.useCallback)(async s=>{try{let i=await fetch(`${n}/conversations/select`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({title:s})});if((await i.json()).success){t(!1);let i=0,r=async()=>{i++;try{let t=await fetch(`${n}/conversations`),r=(await t.json()).conversations||[],c=r.find(e=>e.active);if(c&&c.title===s||i>10){l(r),c&&d(c),await e(),a?.();return}}catch{}setTimeout(r,500)};r()}}catch{}},[e,t,a]),checkCdpStatus:w,startCdpServer:v,openNewWindow:g,closeWindowByIndex:f,loadRecentProjects:(0,s.useCallback)(async()=>{try{let e=await fetch(`${n}/windows/recent`),t=await e.json();x(t.recentProjects||[])}catch{}},[])}}($,x,(0,s.useCallback)(()=>{B(),M()},[B,M])),q=(0,s.useCallback)(async()=>{try{let e=await fetch(`${a}/chat/mode`),t=await e.json();t.mode&&j(t.mode)}catch{}},[]),U=(0,s.useCallback)(async()=>{let e="planning"===f?"fast":"planning";j(e);try{let t=await fetch(`${a}/chat/mode`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({mode:e})}),s=await t.json();s.mode&&j(s.mode)}catch{j(f)}},[f]),G=(0,s.useCallback)(async()=>{try{let e=await fetch(`${a}/health`),t=await e.json();l(t.connected),S(t.connected?"connected":"disconnected",t.connected?"Agent":"Disconnected")}catch{l(!1),S("disconnected","Offline")}},[S]),Q=(0,s.useCallback)(e=>{let{type:t,...s}=e;switch(t){case"thinking":case"tool_call":case"hitl":case"file_change":case"error":case"notification":w(e=>{let n=[...e,{type:t,data:s}];return b.current=n,n});break;case"response":g(s.content||""),C.current=s.content||"";break;case"status":S(s.isRunning?"streaming":"connected",s.isRunning?"Agent working...":"Agent");break;case"done":s.finalResponse&&(g(s.finalResponse),C.current=s.finalResponse),S("connected","Agent"),r(!1)}k()},[S,k]),X=(0,s.useCallback)(async e=>{if(i||!e.trim())return;x(!1);let s=e.trim();t(e=>[...e,{role:"user",content:s}]),r(!0),w([]),g(""),C.current="",b.current=[],S("streaming","Agent typing...");let n=new AbortController;y.current=n;try{let e=(await fetch(`${a}/chat/stream`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({message:s}),signal:n.signal})).body.getReader(),t=new TextDecoder,i="";for(;;){let{done:s,value:n}=await e.read();if(s)break;let a=(i+=t.decode(n,{stream:!0})).split("\n");for(let e of(i=a.pop(),a))if(e.startsWith("data: "))try{let t=JSON.parse(e.slice(6));Q(t)}catch{}}}catch(e){"AbortError"!==e.name&&(w(t=>[...t,{type:"error",data:{message:e.message}}]),S("error","Error"))}finally{let e=C.current,s=[...b.current];r(!1),y.current=null,(e||s.length>0)&&t(t=>[...t,{role:"agent",content:e,steps:s}]),S("connected","Agent")}},[i,Q,S]),Y=(0,s.useCallback)(async()=>{y.current&&y.current.abort(),t([]),w([]),g(""),x(!0);try{let e=await fetch(`${a}/chat/new`,{method:"POST"});(await e.json()).success&&S("connected","New Chat")}catch{}},[S]),Z=(0,s.useCallback)(async()=>{try{await fetch(`${a}/chat/approve`,{method:"POST"}),S("streaming","Agent")}catch{}},[S]),ee=(0,s.useCallback)(async()=>{try{await fetch(`${a}/chat/reject`,{method:"POST"})}catch{}},[]);return(0,s.useEffect)(()=>{G(),z(),$(),I(),M(),q(),J(),V();let e=setInterval(G,3e4),t=setInterval(J,15e3);return()=>{clearInterval(e),clearInterval(t)}},[G,z,$,I,M,q,J,V]),(0,s.useEffect)(k,[e,p,v,k]),{messages:e,isStreaming:i,isConnected:c,statusText:o,statusState:h,showWelcome:m,currentSteps:p,currentResponse:v,windows:O,conversations:P,activeConversation:R,artifactFiles:W,artifactPanelOpen:T,currentMode:f,cdpStatus:E,recentProjects:D,sendMessage:X,startNewChat:Y,approve:Z,reject:ee,selectWindow:F,selectConversation:L,toggleArtifactPanel:A,openArtifactPanel:B,toggleMode:U,startCdpServer:H,openNewWindow:K,closeWindowByIndex:_,messagesEndRef:N,setShowWelcome:x}}();return(0,s.useEffect)(()=>{let t=t=>{"n"===t.key&&(t.ctrlKey||t.metaKey)&&(t.preventDefault(),e.startNewChat())};return window.addEventListener("keydown",t),()=>window.removeEventListener("keydown",t)},[e]),(0,t.jsxs)("div",{className:"app-container",children:[(0,t.jsx)(r,{statusState:e.statusState,statusText:e.statusText,windows:e.windows,conversations:e.conversations,activeConversation:e.activeConversation,cdpStatus:e.cdpStatus,recentProjects:e.recentProjects,onSelectWindow:e.selectWindow,onSelectConversation:e.selectConversation,onNewChat:e.startNewChat,onToggleArtifacts:e.toggleArtifactPanel,onStartCdp:e.startCdpServer,onOpenWindow:e.openNewWindow,onCloseWindow:e.closeWindowByIndex}),(0,t.jsxs)("main",{className:"messages-area",role:"log","aria-live":"polite",children:[e.showWelcome?(0,t.jsx)(c,{onQuickPrompt:e.sendMessage}):(0,t.jsx)(p,{messages:e.messages,currentSteps:e.currentSteps,currentResponse:e.currentResponse,isStreaming:e.isStreaming,onApprove:e.approve,onReject:e.reject,onRetry:async()=>{try{await fetch("/api/v1/health"),window.location.reload()}catch{}}}),(0,t.jsx)("div",{ref:e.messagesEndRef})]}),(0,t.jsx)(w,{onSend:e.sendMessage,isStreaming:e.isStreaming,currentMode:e.currentMode,onToggleMode:e.toggleMode}),(0,t.jsx)(v,{open:e.artifactPanelOpen,onClose:e.toggleArtifactPanel,activeConversation:e.activeConversation,files:e.artifactFiles})]})}e.s(["default",()=>g],20552)}]);
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/classes/comparator.js
RENAMED
|
File without changes
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/classes/range.js
RENAMED
|
File without changes
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/classes/semver.js
RENAMED
|
File without changes
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/cmp.js
RENAMED
|
File without changes
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/coerce.js
RENAMED
|
File without changes
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/compare.js
RENAMED
|
File without changes
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/eq.js
RENAMED
|
File without changes
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/gt.js
RENAMED
|
File without changes
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/gte.js
RENAMED
|
File without changes
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/lt.js
RENAMED
|
File without changes
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/lte.js
RENAMED
|
File without changes
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/neq.js
RENAMED
|
File without changes
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/parse.js
RENAMED
|
File without changes
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/functions/satisfies.js
RENAMED
|
File without changes
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/internal/constants.js
RENAMED
|
File without changes
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/internal/debug.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/internal/lrucache.js
RENAMED
|
File without changes
|
|
File without changes
|
/package/.next/standalone/node_modules/{semver โ sharp/node_modules/semver}/internal/re.js
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/.next/static/{dBszpiWXsbEAjYrgq1Nuz โ standalone-build}/_clientMiddlewareManifest.json
RENAMED
|
File without changes
|
|
File without changes
|