@axhub/acp 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.next/BUILD_ID +1 -0
- package/.next/app-path-routes-manifest.json +21 -0
- package/.next/build-manifest.json +22 -0
- package/.next/export-marker.json +6 -0
- package/.next/fallback-build-manifest.json +13 -0
- package/.next/images-manifest.json +68 -0
- package/.next/next-minimal-server.js.nft.json +1 -0
- package/.next/next-server.js.nft.json +1 -0
- package/.next/package.json +1 -0
- package/.next/prerender-manifest.json +90 -0
- package/.next/required-server-files.js +336 -0
- package/.next/required-server-files.json +336 -0
- package/.next/routes-manifest.json +171 -0
- package/.next/server/app/_global-error/page/app-paths-manifest.json +3 -0
- package/.next/server/app/_global-error/page/build-manifest.json +18 -0
- package/.next/server/app/_global-error/page/next-font-manifest.json +6 -0
- package/.next/server/app/_global-error/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/_global-error/page/server-reference-manifest.json +4 -0
- package/.next/server/app/_global-error/page.js +10 -0
- package/.next/server/app/_global-error/page.js.nft.json +1 -0
- package/.next/server/app/_global-error/page_client-reference-manifest.js +3 -0
- package/.next/server/app/_global-error.html +1 -0
- package/.next/server/app/_global-error.meta +15 -0
- package/.next/server/app/_global-error.rsc +15 -0
- package/.next/server/app/_global-error.segments/__PAGE__.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_full.segment.rsc +15 -0
- package/.next/server/app/_global-error.segments/_head.segment.rsc +6 -0
- package/.next/server/app/_global-error.segments/_index.segment.rsc +5 -0
- package/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/.next/server/app/_not-found/page/app-paths-manifest.json +3 -0
- package/.next/server/app/_not-found/page/build-manifest.json +18 -0
- package/.next/server/app/_not-found/page/next-font-manifest.json +6 -0
- package/.next/server/app/_not-found/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/_not-found/page/server-reference-manifest.json +4 -0
- package/.next/server/app/_not-found/page.js +13 -0
- package/.next/server/app/_not-found/page.js.nft.json +1 -0
- package/.next/server/app/_not-found/page_client-reference-manifest.js +3 -0
- package/.next/server/app/_not-found.html +1 -0
- package/.next/server/app/_not-found.meta +16 -0
- package/.next/server/app/_not-found.rsc +17 -0
- package/.next/server/app/_not-found.segments/_full.segment.rsc +17 -0
- package/.next/server/app/_not-found.segments/_head.segment.rsc +6 -0
- package/.next/server/app/_not-found.segments/_index.segment.rsc +6 -0
- package/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/.next/server/app/_not-found.segments/_not-found.segment.rsc +5 -0
- package/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -0
- package/.next/server/app/api/acp/capabilities/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/acp/capabilities/route/build-manifest.json +9 -0
- package/.next/server/app/api/acp/capabilities/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/acp/capabilities/route.js +9 -0
- package/.next/server/app/api/acp/capabilities/route.js.nft.json +1 -0
- package/.next/server/app/api/acp/capabilities/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/acp/commands/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/acp/commands/route/build-manifest.json +9 -0
- package/.next/server/app/api/acp/commands/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/acp/commands/route.js +6 -0
- package/.next/server/app/api/acp/commands/route.js.nft.json +1 -0
- package/.next/server/app/api/acp/commands/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/acp/runtime/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/acp/runtime/route/build-manifest.json +9 -0
- package/.next/server/app/api/acp/runtime/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/acp/runtime/route.js +6 -0
- package/.next/server/app/api/acp/runtime/route.js.nft.json +1 -0
- package/.next/server/app/api/acp/runtime/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/chat/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/chat/route/build-manifest.json +9 -0
- package/.next/server/app/api/chat/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/chat/route.js +9 -0
- package/.next/server/app/api/chat/route.js.nft.json +1 -0
- package/.next/server/app/api/chat/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/conversations/[threadId]/messages/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/conversations/[threadId]/messages/route/build-manifest.json +9 -0
- package/.next/server/app/api/conversations/[threadId]/messages/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/conversations/[threadId]/messages/route.js +8 -0
- package/.next/server/app/api/conversations/[threadId]/messages/route.js.nft.json +1 -0
- package/.next/server/app/api/conversations/[threadId]/messages/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/conversations/[threadId]/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/conversations/[threadId]/route/build-manifest.json +9 -0
- package/.next/server/app/api/conversations/[threadId]/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/conversations/[threadId]/route.js +8 -0
- package/.next/server/app/api/conversations/[threadId]/route.js.nft.json +1 -0
- package/.next/server/app/api/conversations/[threadId]/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/conversations/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/conversations/route/build-manifest.json +9 -0
- package/.next/server/app/api/conversations/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/conversations/route.js +8 -0
- package/.next/server/app/api/conversations/route.js.nft.json +1 -0
- package/.next/server/app/api/conversations/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/local-files/image/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/local-files/image/route/build-manifest.json +9 -0
- package/.next/server/app/api/local-files/image/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/local-files/image/route.js +6 -0
- package/.next/server/app/api/local-files/image/route.js.nft.json +1 -0
- package/.next/server/app/api/local-files/image/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/local-files/open/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/local-files/open/route/build-manifest.json +9 -0
- package/.next/server/app/api/local-files/open/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/local-files/open/route.js +6 -0
- package/.next/server/app/api/local-files/open/route.js.nft.json +1 -0
- package/.next/server/app/api/local-files/open/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/output-artifacts/workspace/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/output-artifacts/workspace/route/build-manifest.json +9 -0
- package/.next/server/app/api/output-artifacts/workspace/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/output-artifacts/workspace/route.js +6 -0
- package/.next/server/app/api/output-artifacts/workspace/route.js.nft.json +1 -0
- package/.next/server/app/api/output-artifacts/workspace/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/tools/image-generation/files/[id]/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/tools/image-generation/files/[id]/route/build-manifest.json +9 -0
- package/.next/server/app/api/tools/image-generation/files/[id]/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/tools/image-generation/files/[id]/route.js +7 -0
- package/.next/server/app/api/tools/image-generation/files/[id]/route.js.nft.json +1 -0
- package/.next/server/app/api/tools/image-generation/files/[id]/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/tools/image-generation/records/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/tools/image-generation/records/route/build-manifest.json +9 -0
- package/.next/server/app/api/tools/image-generation/records/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/tools/image-generation/records/route.js +7 -0
- package/.next/server/app/api/tools/image-generation/records/route.js.nft.json +1 -0
- package/.next/server/app/api/tools/image-generation/records/route_client-reference-manifest.js +3 -0
- package/.next/server/app/api/tools/user-choice/route/app-paths-manifest.json +3 -0
- package/.next/server/app/api/tools/user-choice/route/build-manifest.json +9 -0
- package/.next/server/app/api/tools/user-choice/route/server-reference-manifest.json +4 -0
- package/.next/server/app/api/tools/user-choice/route.js +6 -0
- package/.next/server/app/api/tools/user-choice/route.js.nft.json +1 -0
- package/.next/server/app/api/tools/user-choice/route_client-reference-manifest.js +3 -0
- package/.next/server/app/favicon.ico/route/app-paths-manifest.json +3 -0
- package/.next/server/app/favicon.ico/route/build-manifest.json +9 -0
- package/.next/server/app/favicon.ico/route.js +7 -0
- package/.next/server/app/favicon.ico/route.js.nft.json +1 -0
- package/.next/server/app/favicon.ico.body +0 -0
- package/.next/server/app/favicon.ico.meta +1 -0
- package/.next/server/app/page/app-paths-manifest.json +3 -0
- package/.next/server/app/page/build-manifest.json +18 -0
- package/.next/server/app/page/next-font-manifest.json +6 -0
- package/.next/server/app/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/page/server-reference-manifest.json +4 -0
- package/.next/server/app/page.js +14 -0
- package/.next/server/app/page.js.nft.json +1 -0
- package/.next/server/app/page_client-reference-manifest.js +3 -0
- package/.next/server/app/session/[provider]/[sessionId]/page/app-paths-manifest.json +3 -0
- package/.next/server/app/session/[provider]/[sessionId]/page/build-manifest.json +18 -0
- package/.next/server/app/session/[provider]/[sessionId]/page/next-font-manifest.json +6 -0
- package/.next/server/app/session/[provider]/[sessionId]/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/session/[provider]/[sessionId]/page/server-reference-manifest.json +4 -0
- package/.next/server/app/session/[provider]/[sessionId]/page.js +16 -0
- package/.next/server/app/session/[provider]/[sessionId]/page.js.nft.json +1 -0
- package/.next/server/app/session/[provider]/[sessionId]/page_client-reference-manifest.js +3 -0
- package/.next/server/app/thread/[threadId]/page/app-paths-manifest.json +3 -0
- package/.next/server/app/thread/[threadId]/page/build-manifest.json +18 -0
- package/.next/server/app/thread/[threadId]/page/next-font-manifest.json +6 -0
- package/.next/server/app/thread/[threadId]/page/react-loadable-manifest.json +1 -0
- package/.next/server/app/thread/[threadId]/page/server-reference-manifest.json +4 -0
- package/.next/server/app/thread/[threadId]/page.js +15 -0
- package/.next/server/app/thread/[threadId]/page.js.nft.json +1 -0
- package/.next/server/app/thread/[threadId]/page_client-reference-manifest.js +3 -0
- package/.next/server/app-paths-manifest.json +21 -0
- package/.next/server/chunks/0zjb_server_app_api_conversations_[threadId]_messages_route_actions_0poed25.js +3 -0
- package/.next/server/chunks/0zjb_server_app_api_tools_image-generation_files_[id]_route_actions_0-tbvpw.js +3 -0
- package/.next/server/chunks/0zjb_server_app_api_tools_image-generation_records_route_actions_0vu38s2.js +3 -0
- package/.next/server/chunks/[externals]_next_dist_0.m~pv6._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__04xq..~._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__07sxz4_._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0dwg3fr._.js +178 -0
- package/.next/server/chunks/[root-of-the-server]__0eanzwb._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0gqx~5k._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0iokgmz._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0j-lxr4._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0ly6hop._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0nil~wi._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0tmhg7j._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0txmfnw._.js +4 -0
- package/.next/server/chunks/[root-of-the-server]__0wo0b8z._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__0~mtsby._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__10-n4io._.js +3 -0
- package/.next/server/chunks/[root-of-the-server]__10g507v._.js +3 -0
- package/.next/server/chunks/[turbopack]_runtime.js +903 -0
- package/.next/server/chunks/_next-internal_server_app_api_acp_capabilities_route_actions_08lck.p.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_acp_commands_route_actions_0as.2z6.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_acp_runtime_route_actions_0o1ybkn.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_chat_route_actions_0tmcf6..js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_conversations_[threadId]_route_actions_12yq8z_.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_conversations_route_actions_131xv69.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_local-files_image_route_actions_0f~10mn.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_local-files_open_route_actions_026mg-2.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_output-artifacts_workspace_route_actions_1239-n7.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_api_tools_user-choice_route_actions_09xqbn_.js +3 -0
- package/.next/server/chunks/_next-internal_server_app_favicon_ico_route_actions_095lj93.js +3 -0
- package/.next/server/chunks/instrumentation_ts_0zq9-xz._.js +3 -0
- package/.next/server/chunks/lib_conversations_store_ts_0gzcj38._.js +7 -0
- package/.next/server/chunks/node_modules_@vercel_oidc_dist_token_0zdeuds.js +3 -0
- package/.next/server/chunks/node_modules_next_00hve1e._.js +13 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__02qo-zr._.js +19 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0488vn3._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__08e5v4-._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__08iwq-u._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0a1m1mq._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0i9qg2.._.js +33 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0icm-_h._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0piffp7._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0xn-a8p._.js +3 -0
- package/.next/server/chunks/ssr/[root-of-the-server]__0~c929r._.js +33 -0
- package/.next/server/chunks/ssr/[turbopack]_runtime.js +903 -0
- package/.next/server/chunks/ssr/_0-oaqqe._.js +6 -0
- package/.next/server/chunks/ssr/_006q235._.js +3 -0
- package/.next/server/chunks/ssr/_03.pm1z._.js +108 -0
- package/.next/server/chunks/ssr/_0txwi90._.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app__global-error_page_actions_0k77kol.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app__not-found_page_actions_0eq97pa.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_page_actions_09-gtaw.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_session_[provider]_[sessionId]_page_actions_0_67qh_.js +3 -0
- package/.next/server/chunks/ssr/_next-internal_server_app_thread_[threadId]_page_actions_11mcypo.js +3 -0
- package/.next/server/chunks/ssr/lib_conversations_store_ts_0-pd6d3._.js +4 -0
- package/.next/server/chunks/ssr/node_modules_09w7yel._.js +33 -0
- package/.next/server/chunks/ssr/node_modules_0tev5qq._.js +3 -0
- package/.next/server/chunks/ssr/node_modules_@vercel_oidc_dist_token_0yj7kvj.js +3 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_09jzzl8._.js +3 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_0h9llsw._.js +6 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_0t-hj0x._.js +3 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_0inhx6q._.js +3 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_forbidden_0ghu-f7.js +3 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_global-error_0lgvd_..js +3 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_client_components_builtin_unauthorized_0cjv-23.js +3 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_00297nb.js +4 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_002l7yi.js +4 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_02suzhc.js +4 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_04x9gct.js +4 -0
- package/.next/server/chunks/ssr/node_modules_next_dist_esm_build_templates_app-page_0nsg22r.js +4 -0
- package/.next/server/chunks/tools_image-generation_service_mjs_0k_th7-._.js +3 -0
- package/.next/server/edge/chunks/_0e82_ds._.js +3 -0
- package/.next/server/edge/chunks/turbopack-node_modules_next_dist_esm_build_templates_edge-wrapper_00ue99t.js +3 -0
- package/.next/server/functions-config-manifest.json +11 -0
- package/.next/server/instrumentation/middleware-manifest.json +12 -0
- package/.next/server/instrumentation.js +4 -0
- package/.next/server/instrumentation.js.nft.json +1 -0
- package/.next/server/interception-route-rewrite-manifest.js +1 -0
- package/.next/server/middleware-build-manifest.js +22 -0
- package/.next/server/middleware-manifest.json +6 -0
- package/.next/server/next-font-manifest.js +1 -0
- package/.next/server/next-font-manifest.json +6 -0
- package/.next/server/pages/404.html +1 -0
- package/.next/server/pages/500.html +1 -0
- package/.next/server/pages-manifest.json +4 -0
- package/.next/server/prefetch-hints.json +1 -0
- package/.next/server/server-reference-manifest.js +1 -0
- package/.next/server/server-reference-manifest.json +5 -0
- package/.next/static/chunks/01xlw8hd842-c.js +1 -0
- package/.next/static/chunks/03edqrb4zdj~g.js +31 -0
- package/.next/static/chunks/03qq5fxc~pg00.js +1 -0
- package/.next/static/chunks/03~yq9q893hmn.js +1 -0
- package/.next/static/chunks/0l-_vd.~~z2bw.js +2 -0
- package/.next/static/chunks/0qid5lwcbx9s0.js +1 -0
- package/.next/static/chunks/0t.k8~x~sghva.js +4 -0
- package/.next/static/chunks/0tmpufzgpw2-w.js +1 -0
- package/.next/static/chunks/0v_ue~msygctw.js +1 -0
- package/.next/static/chunks/0y2l0xgouorae.css +1 -0
- package/.next/static/chunks/0zftsky7gte_9.js +102 -0
- package/.next/static/chunks/13nvdsh0e09d0.js +1 -0
- package/.next/static/chunks/1610ha42i.fl~.css +1 -0
- package/.next/static/chunks/turbopack-0mxz-ap91rcoe.js +1 -0
- package/.next/static/mbk_N5Gs4ZJg3lciRL6ya/_buildManifest.js +11 -0
- package/.next/static/mbk_N5Gs4ZJg3lciRL6ya/_clientMiddlewareManifest.js +1 -0
- package/.next/static/mbk_N5Gs4ZJg3lciRL6ya/_ssgManifest.js +1 -0
- package/.next/static/media/favicon.0x3dzn~oxb6tn.ico +0 -0
- package/README.md +113 -0
- package/THIRD_PARTY_NOTICES.md +34 -0
- package/bin/acp.mjs +224 -0
- package/dist/app/globals.css +146 -0
- package/dist/components/assistant-ui/acp-command-menu.d.ts +2 -0
- package/dist/components/assistant-ui/acp-command-menu.mjs +176 -0
- package/dist/components/assistant-ui/acp-elicitation-option-list.d.ts +3 -0
- package/dist/components/assistant-ui/acp-elicitation-option-list.mjs +157 -0
- package/dist/components/assistant-ui/acp-selectors.d.ts +2 -0
- package/dist/components/assistant-ui/acp-selectors.mjs +301 -0
- package/dist/components/assistant-ui/acp-tool-content.d.ts +4 -0
- package/dist/components/assistant-ui/acp-tool-content.mjs +127 -0
- package/dist/components/assistant-ui/addons/host.d.ts +4 -0
- package/dist/components/assistant-ui/addons/host.mjs +85 -0
- package/dist/components/assistant-ui/addons/image-generation-records-section.d.ts +14 -0
- package/dist/components/assistant-ui/addons/image-generation-records-section.mjs +116 -0
- package/dist/components/assistant-ui/addons/output-artifacts-section.d.ts +9 -0
- package/dist/components/assistant-ui/addons/output-artifacts-section.mjs +24 -0
- package/dist/components/assistant-ui/addons/output-artifacts.d.ts +14 -0
- package/dist/components/assistant-ui/addons/output-artifacts.mjs +87 -0
- package/dist/components/assistant-ui/addons/plan-addon.d.ts +2 -0
- package/dist/components/assistant-ui/addons/plan-addon.mjs +39 -0
- package/dist/components/assistant-ui/addons/plan-data.d.ts +5 -0
- package/dist/components/assistant-ui/addons/plan-data.mjs +97 -0
- package/dist/components/assistant-ui/addons/registry.d.ts +2 -0
- package/dist/components/assistant-ui/addons/registry.mjs +8 -0
- package/dist/components/assistant-ui/addons/types.d.ts +13 -0
- package/dist/components/assistant-ui/addons/types.mjs +1 -0
- package/dist/components/assistant-ui/attachment.d.ts +7 -0
- package/dist/components/assistant-ui/attachment.mjs +88 -0
- package/dist/components/assistant-ui/file.d.ts +37 -0
- package/dist/components/assistant-ui/file.mjs +107 -0
- package/dist/components/assistant-ui/image-generation-settings-dialog.d.ts +4 -0
- package/dist/components/assistant-ui/image-generation-settings-dialog.mjs +28 -0
- package/dist/components/assistant-ui/image.d.ts +51 -0
- package/dist/components/assistant-ui/image.mjs +215 -0
- package/dist/components/assistant-ui/markdown-text.d.ts +2 -0
- package/dist/components/assistant-ui/markdown-text.mjs +208 -0
- package/dist/components/assistant-ui/thread/composer.d.ts +27 -0
- package/dist/components/assistant-ui/thread/composer.mjs +15 -0
- package/dist/components/assistant-ui/thread/context-chips.d.ts +2 -0
- package/dist/components/assistant-ui/thread/context-chips.mjs +123 -0
- package/dist/components/assistant-ui/thread/empty-state.d.ts +9 -0
- package/dist/components/assistant-ui/thread/empty-state.mjs +24 -0
- package/dist/components/assistant-ui/thread/index.d.ts +11 -0
- package/dist/components/assistant-ui/thread/index.mjs +43 -0
- package/dist/components/assistant-ui/thread/message-list.d.ts +3 -0
- package/dist/components/assistant-ui/thread/message-list.mjs +16 -0
- package/dist/components/assistant-ui/thread/messages.d.ts +9 -0
- package/dist/components/assistant-ui/thread/messages.mjs +71 -0
- package/dist/components/assistant-ui/thread/scroll-to-bottom.d.ts +2 -0
- package/dist/components/assistant-ui/thread/scroll-to-bottom.mjs +8 -0
- package/dist/components/assistant-ui/thread-list.d.ts +2 -0
- package/dist/components/assistant-ui/thread-list.mjs +31 -0
- package/dist/components/assistant-ui/thread.d.ts +1 -0
- package/dist/components/assistant-ui/thread.mjs +2 -0
- package/dist/components/assistant-ui/threadlist-sidebar.d.ts +6 -0
- package/dist/components/assistant-ui/threadlist-sidebar.mjs +32 -0
- package/dist/components/assistant-ui/tool-fallback.d.ts +31 -0
- package/dist/components/assistant-ui/tool-fallback.mjs +114 -0
- package/dist/components/assistant-ui/tooltip-icon-button.d.ts +7 -0
- package/dist/components/assistant-ui/tooltip-icon-button.mjs +23 -0
- package/dist/components/icons/github.d.ts +3 -0
- package/dist/components/icons/github.mjs +4 -0
- package/dist/components/theme-toggle.d.ts +1 -0
- package/dist/components/theme-toggle.mjs +26 -0
- package/dist/components/tool-ui/option-list.d.ts +34 -0
- package/dist/components/tool-ui/option-list.mjs +163 -0
- package/dist/components/ui/avatar.d.ts +11 -0
- package/dist/components/ui/avatar.mjs +40 -0
- package/dist/components/ui/button.d.ts +10 -0
- package/dist/components/ui/button.mjs +47 -0
- package/dist/components/ui/collapsible.d.ts +5 -0
- package/dist/components/ui/collapsible.mjs +27 -0
- package/dist/components/ui/dialog.d.ts +17 -0
- package/dist/components/ui/dialog.mjs +58 -0
- package/dist/components/ui/input.d.ts +3 -0
- package/dist/components/ui/input.mjs +18 -0
- package/dist/components/ui/label.d.ts +4 -0
- package/dist/components/ui/label.mjs +20 -0
- package/dist/components/ui/scroll-area.d.ts +5 -0
- package/dist/components/ui/scroll-area.mjs +26 -0
- package/dist/components/ui/select.d.ts +13 -0
- package/dist/components/ui/select.mjs +59 -0
- package/dist/components/ui/separator.d.ts +4 -0
- package/dist/components/ui/separator.mjs +20 -0
- package/dist/components/ui/sheet.d.ts +14 -0
- package/dist/components/ui/sheet.mjs +61 -0
- package/dist/components/ui/sidebar.d.ts +69 -0
- package/dist/components/ui/sidebar.mjs +245 -0
- package/dist/components/ui/skeleton.d.ts +2 -0
- package/dist/components/ui/skeleton.mjs +18 -0
- package/dist/components/ui/switch.d.ts +4 -0
- package/dist/components/ui/switch.mjs +20 -0
- package/dist/components/ui/tabs.d.ts +7 -0
- package/dist/components/ui/tabs.mjs +32 -0
- package/dist/components/ui/tooltip.d.ts +7 -0
- package/dist/components/ui/tooltip.mjs +32 -0
- package/dist/hooks/use-mobile.d.ts +1 -0
- package/dist/hooks/use-mobile.mjs +15 -0
- package/dist/lib/acp2aisdk/capabilities.d.ts +6 -0
- package/dist/lib/acp2aisdk/capabilities.mjs +210 -0
- package/dist/lib/acp2aisdk/capability-cache.d.ts +17 -0
- package/dist/lib/acp2aisdk/capability-cache.mjs +259 -0
- package/dist/lib/acp2aisdk/client-context.d.ts +38 -0
- package/dist/lib/acp2aisdk/client-context.mjs +247 -0
- package/dist/lib/acp2aisdk/commands.d.ts +11 -0
- package/dist/lib/acp2aisdk/commands.mjs +121 -0
- package/dist/lib/acp2aisdk/config-options.d.ts +3 -0
- package/dist/lib/acp2aisdk/config-options.mjs +86 -0
- package/dist/lib/acp2aisdk/context.d.ts +88 -0
- package/dist/lib/acp2aisdk/context.mjs +33 -0
- package/dist/lib/acp2aisdk/default-capabilities.d.ts +275 -0
- package/dist/lib/acp2aisdk/default-capabilities.mjs +421 -0
- package/dist/lib/acp2aisdk/elicitation.d.ts +37 -0
- package/dist/lib/acp2aisdk/elicitation.mjs +193 -0
- package/dist/lib/acp2aisdk/hitl.d.ts +25 -0
- package/dist/lib/acp2aisdk/hitl.mjs +134 -0
- package/dist/lib/acp2aisdk/index.d.ts +12 -0
- package/dist/lib/acp2aisdk/index.mjs +182 -0
- package/dist/lib/acp2aisdk/mcp-servers.d.ts +17 -0
- package/dist/lib/acp2aisdk/mcp-servers.mjs +153 -0
- package/dist/lib/acp2aisdk/model-selection.d.ts +16 -0
- package/dist/lib/acp2aisdk/model-selection.mjs +65 -0
- package/dist/lib/acp2aisdk/prompt-history.d.ts +9 -0
- package/dist/lib/acp2aisdk/prompt-history.mjs +168 -0
- package/dist/lib/acp2aisdk/provider-compat.d.ts +85 -0
- package/dist/lib/acp2aisdk/provider-compat.mjs +501 -0
- package/dist/lib/acp2aisdk/provider-registry.d.ts +15 -0
- package/dist/lib/acp2aisdk/provider-registry.mjs +196 -0
- package/dist/lib/acp2aisdk/response.d.ts +3 -0
- package/dist/lib/acp2aisdk/response.mjs +33 -0
- package/dist/lib/acp2aisdk/runtime-options.d.ts +2 -0
- package/dist/lib/acp2aisdk/runtime-options.mjs +10 -0
- package/dist/lib/acp2aisdk/session-runtime.d.ts +5 -0
- package/dist/lib/acp2aisdk/session-runtime.mjs +186 -0
- package/dist/lib/acp2aisdk/session-store.d.ts +31 -0
- package/dist/lib/acp2aisdk/session-store.mjs +169 -0
- package/dist/lib/acp2aisdk/skill-command-cache.d.ts +20 -0
- package/dist/lib/acp2aisdk/skill-command-cache.mjs +122 -0
- package/dist/lib/acp2aisdk/stream-metadata.d.ts +10 -0
- package/dist/lib/acp2aisdk/stream-metadata.mjs +251 -0
- package/dist/lib/acp2aisdk/types.d.ts +129 -0
- package/dist/lib/acp2aisdk/types.mjs +0 -0
- package/dist/lib/acp2aisdk/vendor/acp-ai-provider/index.d.ts +10 -0
- package/dist/lib/acp2aisdk/vendor/acp-ai-provider/index.mjs +10 -0
- package/dist/lib/acp2aisdk/vendor/acp-ai-provider/package/index.mjs +1945 -0
- package/dist/lib/api/client.d.ts +93 -0
- package/dist/lib/api/client.mjs +199 -0
- package/dist/lib/api/cors.d.ts +2 -0
- package/dist/lib/api/cors.mjs +47 -0
- package/dist/lib/conversations/client-adapter.d.ts +21 -0
- package/dist/lib/conversations/client-adapter.mjs +329 -0
- package/dist/lib/conversations/message-repository.d.ts +8 -0
- package/dist/lib/conversations/message-repository.mjs +87 -0
- package/dist/lib/conversations/store.d.ts +17 -0
- package/dist/lib/conversations/store.mjs +678 -0
- package/dist/lib/conversations/types.d.ts +92 -0
- package/dist/lib/conversations/types.mjs +0 -0
- package/dist/lib/local-image-files.d.ts +5 -0
- package/dist/lib/local-image-files.mjs +76 -0
- package/dist/lib/local-image-paths.d.ts +7 -0
- package/dist/lib/local-image-paths.mjs +106 -0
- package/dist/lib/output-artifacts/workspace.d.ts +8 -0
- package/dist/lib/output-artifacts/workspace.mjs +174 -0
- package/dist/lib/provider-history/codex.d.ts +4 -0
- package/dist/lib/provider-history/codex.mjs +272 -0
- package/dist/lib/provider-history/index.d.ts +7 -0
- package/dist/lib/provider-history/index.mjs +88 -0
- package/dist/lib/provider-history/types.d.ts +31 -0
- package/dist/lib/provider-history/types.mjs +0 -0
- package/dist/lib/server-runtime.d.ts +22 -0
- package/dist/lib/server-runtime.mjs +78 -0
- package/dist/lib/url-routing.d.ts +18 -0
- package/dist/lib/url-routing.mjs +59 -0
- package/dist/lib/utils.d.ts +2 -0
- package/dist/lib/utils.mjs +5 -0
- package/dist/lib/workspace-metadata.d.ts +2 -0
- package/dist/lib/workspace-metadata.mjs +20 -0
- package/dist/public-api/react.d.ts +14 -0
- package/dist/public-api/react.mjs +16 -0
- package/dist/public-api/runtime.d.ts +8 -0
- package/dist/public-api/runtime.mjs +7 -0
- package/dist/public-api/server.d.ts +5 -0
- package/dist/public-api/server.mjs +4 -0
- package/dist/public-api/styles.css +1 -0
- package/dist/public-api/ui.d.ts +13 -0
- package/dist/public-api/ui.mjs +13 -0
- package/dist/tools/client-registry.d.ts +9 -0
- package/dist/tools/client-registry.mjs +70 -0
- package/dist/tools/image-generation/client.d.ts +18 -0
- package/dist/tools/image-generation/client.mjs +31 -0
- package/dist/tools/image-generation/config.d.ts +9 -0
- package/dist/tools/image-generation/config.example.json +14 -0
- package/dist/tools/image-generation/config.mjs +11 -0
- package/dist/tools/image-generation/mcp-server.mjs +87 -0
- package/dist/tools/image-generation/registry.d.ts +13 -0
- package/dist/tools/image-generation/registry.mjs +30 -0
- package/dist/tools/image-generation/server.d.ts +6 -0
- package/dist/tools/image-generation/server.mjs +58 -0
- package/dist/tools/image-generation/service.mjs +978 -0
- package/dist/tools/image-generation/shared.d.ts +103 -0
- package/dist/tools/image-generation/shared.mjs +80 -0
- package/dist/tools/image-generation/storage.d.ts +22 -0
- package/dist/tools/image-generation/storage.mjs +8 -0
- package/dist/tools/image-generation/ui-detail.d.ts +26 -0
- package/dist/tools/image-generation/ui-detail.mjs +109 -0
- package/dist/tools/image-generation/ui.d.ts +8 -0
- package/dist/tools/image-generation/ui.mjs +121 -0
- package/dist/tools/registry.d.ts +32 -0
- package/dist/tools/registry.mjs +142 -0
- package/dist/tools/ui-registry.d.ts +3 -0
- package/dist/tools/ui-registry.mjs +20 -0
- package/dist/tools/user-choice/client.d.ts +10 -0
- package/dist/tools/user-choice/client.mjs +18 -0
- package/dist/tools/user-choice/registry.d.ts +12 -0
- package/dist/tools/user-choice/registry.mjs +21 -0
- package/dist/tools/user-choice/server.d.ts +6 -0
- package/dist/tools/user-choice/server.mjs +42 -0
- package/dist/tools/user-choice/shared.d.ts +79 -0
- package/dist/tools/user-choice/shared.mjs +56 -0
- package/dist/tools/user-choice/store.d.ts +19 -0
- package/dist/tools/user-choice/store.mjs +95 -0
- package/dist/tools/user-choice/ui.d.ts +3 -0
- package/dist/tools/user-choice/ui.mjs +396 -0
- package/package.json +118 -0
|
@@ -0,0 +1,336 @@
|
|
|
1
|
+
self.__SERVER_FILES_MANIFEST={
|
|
2
|
+
"version": 1,
|
|
3
|
+
"config": {
|
|
4
|
+
"env": {},
|
|
5
|
+
"webpack": null,
|
|
6
|
+
"typescript": {
|
|
7
|
+
"ignoreBuildErrors": false
|
|
8
|
+
},
|
|
9
|
+
"typedRoutes": false,
|
|
10
|
+
"distDir": ".next",
|
|
11
|
+
"cleanDistDir": true,
|
|
12
|
+
"assetPrefix": "",
|
|
13
|
+
"cacheMaxMemorySize": 52428800,
|
|
14
|
+
"configOrigin": "next.config.ts",
|
|
15
|
+
"useFileSystemPublicRoutes": true,
|
|
16
|
+
"generateEtags": true,
|
|
17
|
+
"pageExtensions": [
|
|
18
|
+
"tsx",
|
|
19
|
+
"ts",
|
|
20
|
+
"jsx",
|
|
21
|
+
"js"
|
|
22
|
+
],
|
|
23
|
+
"poweredByHeader": true,
|
|
24
|
+
"compress": true,
|
|
25
|
+
"images": {
|
|
26
|
+
"deviceSizes": [
|
|
27
|
+
640,
|
|
28
|
+
750,
|
|
29
|
+
828,
|
|
30
|
+
1080,
|
|
31
|
+
1200,
|
|
32
|
+
1920,
|
|
33
|
+
2048,
|
|
34
|
+
3840
|
|
35
|
+
],
|
|
36
|
+
"imageSizes": [
|
|
37
|
+
32,
|
|
38
|
+
48,
|
|
39
|
+
64,
|
|
40
|
+
96,
|
|
41
|
+
128,
|
|
42
|
+
256,
|
|
43
|
+
384
|
|
44
|
+
],
|
|
45
|
+
"path": "/_next/image",
|
|
46
|
+
"loader": "default",
|
|
47
|
+
"loaderFile": "",
|
|
48
|
+
"domains": [],
|
|
49
|
+
"disableStaticImages": false,
|
|
50
|
+
"minimumCacheTTL": 14400,
|
|
51
|
+
"formats": [
|
|
52
|
+
"image/webp"
|
|
53
|
+
],
|
|
54
|
+
"maximumRedirects": 3,
|
|
55
|
+
"maximumResponseBody": 50000000,
|
|
56
|
+
"dangerouslyAllowLocalIP": false,
|
|
57
|
+
"dangerouslyAllowSVG": false,
|
|
58
|
+
"contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
|
|
59
|
+
"contentDispositionType": "attachment",
|
|
60
|
+
"localPatterns": [
|
|
61
|
+
{
|
|
62
|
+
"pathname": "**",
|
|
63
|
+
"search": ""
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"remotePatterns": [],
|
|
67
|
+
"qualities": [
|
|
68
|
+
75
|
|
69
|
+
],
|
|
70
|
+
"unoptimized": false,
|
|
71
|
+
"customCacheHandler": false
|
|
72
|
+
},
|
|
73
|
+
"devIndicators": {
|
|
74
|
+
"position": "bottom-left"
|
|
75
|
+
},
|
|
76
|
+
"onDemandEntries": {
|
|
77
|
+
"maxInactiveAge": 60000,
|
|
78
|
+
"pagesBufferLength": 5
|
|
79
|
+
},
|
|
80
|
+
"basePath": "",
|
|
81
|
+
"sassOptions": {},
|
|
82
|
+
"trailingSlash": false,
|
|
83
|
+
"i18n": null,
|
|
84
|
+
"productionBrowserSourceMaps": false,
|
|
85
|
+
"excludeDefaultMomentLocales": true,
|
|
86
|
+
"reactProductionProfiling": false,
|
|
87
|
+
"reactStrictMode": null,
|
|
88
|
+
"reactMaxHeadersLength": 6000,
|
|
89
|
+
"httpAgentOptions": {
|
|
90
|
+
"keepAlive": true
|
|
91
|
+
},
|
|
92
|
+
"logging": {
|
|
93
|
+
"serverFunctions": true,
|
|
94
|
+
"browserToTerminal": "warn"
|
|
95
|
+
},
|
|
96
|
+
"compiler": {},
|
|
97
|
+
"expireTime": 31536000,
|
|
98
|
+
"staticPageGenerationTimeout": 60,
|
|
99
|
+
"modularizeImports": {
|
|
100
|
+
"@mui/icons-material": {
|
|
101
|
+
"transform": "@mui/icons-material/{{member}}"
|
|
102
|
+
},
|
|
103
|
+
"lodash": {
|
|
104
|
+
"transform": "lodash/{{member}}"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"outputFileTracingRoot": ".",
|
|
108
|
+
"allowedDevOrigins": [
|
|
109
|
+
"127.0.0.1"
|
|
110
|
+
],
|
|
111
|
+
"cacheComponents": false,
|
|
112
|
+
"cacheLife": {
|
|
113
|
+
"default": {
|
|
114
|
+
"stale": 300,
|
|
115
|
+
"revalidate": 900,
|
|
116
|
+
"expire": 4294967294
|
|
117
|
+
},
|
|
118
|
+
"seconds": {
|
|
119
|
+
"stale": 30,
|
|
120
|
+
"revalidate": 1,
|
|
121
|
+
"expire": 60
|
|
122
|
+
},
|
|
123
|
+
"minutes": {
|
|
124
|
+
"stale": 300,
|
|
125
|
+
"revalidate": 60,
|
|
126
|
+
"expire": 3600
|
|
127
|
+
},
|
|
128
|
+
"hours": {
|
|
129
|
+
"stale": 300,
|
|
130
|
+
"revalidate": 3600,
|
|
131
|
+
"expire": 86400
|
|
132
|
+
},
|
|
133
|
+
"days": {
|
|
134
|
+
"stale": 300,
|
|
135
|
+
"revalidate": 86400,
|
|
136
|
+
"expire": 604800
|
|
137
|
+
},
|
|
138
|
+
"weeks": {
|
|
139
|
+
"stale": 300,
|
|
140
|
+
"revalidate": 604800,
|
|
141
|
+
"expire": 2592000
|
|
142
|
+
},
|
|
143
|
+
"max": {
|
|
144
|
+
"stale": 300,
|
|
145
|
+
"revalidate": 2592000,
|
|
146
|
+
"expire": 31536000
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"cacheHandlers": {},
|
|
150
|
+
"experimental": {
|
|
151
|
+
"appNewScrollHandler": false,
|
|
152
|
+
"useSkewCookie": false,
|
|
153
|
+
"cssChunking": true,
|
|
154
|
+
"multiZoneDraftMode": false,
|
|
155
|
+
"appNavFailHandling": false,
|
|
156
|
+
"prerenderEarlyExit": true,
|
|
157
|
+
"serverMinification": true,
|
|
158
|
+
"linkNoTouchStart": false,
|
|
159
|
+
"caseSensitiveRoutes": false,
|
|
160
|
+
"cachedNavigations": false,
|
|
161
|
+
"partialFallbacks": false,
|
|
162
|
+
"dynamicOnHover": false,
|
|
163
|
+
"varyParams": false,
|
|
164
|
+
"prefetchInlining": false,
|
|
165
|
+
"preloadEntriesOnStart": true,
|
|
166
|
+
"clientRouterFilter": true,
|
|
167
|
+
"clientRouterFilterRedirects": false,
|
|
168
|
+
"fetchCacheKeyPrefix": "",
|
|
169
|
+
"proxyPrefetch": "flexible",
|
|
170
|
+
"optimisticClientCache": true,
|
|
171
|
+
"manualClientBasePath": false,
|
|
172
|
+
"cpus": 9,
|
|
173
|
+
"memoryBasedWorkersCount": false,
|
|
174
|
+
"imgOptConcurrency": null,
|
|
175
|
+
"imgOptTimeoutInSeconds": 7,
|
|
176
|
+
"imgOptMaxInputPixels": 268402689,
|
|
177
|
+
"imgOptSequentialRead": null,
|
|
178
|
+
"imgOptSkipMetadata": null,
|
|
179
|
+
"isrFlushToDisk": true,
|
|
180
|
+
"workerThreads": false,
|
|
181
|
+
"optimizeCss": false,
|
|
182
|
+
"nextScriptWorkers": false,
|
|
183
|
+
"scrollRestoration": false,
|
|
184
|
+
"externalDir": false,
|
|
185
|
+
"disableOptimizedLoading": false,
|
|
186
|
+
"gzipSize": true,
|
|
187
|
+
"craCompat": false,
|
|
188
|
+
"esmExternals": true,
|
|
189
|
+
"fullySpecified": false,
|
|
190
|
+
"swcTraceProfiling": false,
|
|
191
|
+
"forceSwcTransforms": false,
|
|
192
|
+
"largePageDataBytes": 128000,
|
|
193
|
+
"typedEnv": false,
|
|
194
|
+
"parallelServerCompiles": false,
|
|
195
|
+
"parallelServerBuildTraces": false,
|
|
196
|
+
"ppr": false,
|
|
197
|
+
"authInterrupts": false,
|
|
198
|
+
"webpackMemoryOptimizations": false,
|
|
199
|
+
"optimizeServerReact": true,
|
|
200
|
+
"strictRouteTypes": false,
|
|
201
|
+
"viewTransition": false,
|
|
202
|
+
"removeUncaughtErrorAndRejectionListeners": false,
|
|
203
|
+
"validateRSCRequestHeaders": false,
|
|
204
|
+
"staleTimes": {
|
|
205
|
+
"dynamic": 0,
|
|
206
|
+
"static": 300
|
|
207
|
+
},
|
|
208
|
+
"reactDebugChannel": true,
|
|
209
|
+
"serverComponentsHmrCache": true,
|
|
210
|
+
"staticGenerationMaxConcurrency": 8,
|
|
211
|
+
"staticGenerationMinPagesPerWorker": 25,
|
|
212
|
+
"transitionIndicator": false,
|
|
213
|
+
"gestureTransition": false,
|
|
214
|
+
"inlineCss": false,
|
|
215
|
+
"useCache": false,
|
|
216
|
+
"globalNotFound": false,
|
|
217
|
+
"browserDebugInfoInTerminal": "warn",
|
|
218
|
+
"lockDistDir": true,
|
|
219
|
+
"proxyClientMaxBodySize": 10485760,
|
|
220
|
+
"hideLogsAfterAbort": false,
|
|
221
|
+
"mcpServer": true,
|
|
222
|
+
"turbopackFileSystemCacheForDev": true,
|
|
223
|
+
"turbopackFileSystemCacheForBuild": false,
|
|
224
|
+
"turbopackInferModuleSideEffects": true,
|
|
225
|
+
"turbopackPluginRuntimeStrategy": "childProcesses",
|
|
226
|
+
"optimizePackageImports": [
|
|
227
|
+
"lucide-react",
|
|
228
|
+
"date-fns",
|
|
229
|
+
"lodash-es",
|
|
230
|
+
"ramda",
|
|
231
|
+
"antd",
|
|
232
|
+
"react-bootstrap",
|
|
233
|
+
"ahooks",
|
|
234
|
+
"@ant-design/icons",
|
|
235
|
+
"@headlessui/react",
|
|
236
|
+
"@headlessui-float/react",
|
|
237
|
+
"@heroicons/react/20/solid",
|
|
238
|
+
"@heroicons/react/24/solid",
|
|
239
|
+
"@heroicons/react/24/outline",
|
|
240
|
+
"@visx/visx",
|
|
241
|
+
"@tremor/react",
|
|
242
|
+
"rxjs",
|
|
243
|
+
"@mui/material",
|
|
244
|
+
"@mui/icons-material",
|
|
245
|
+
"recharts",
|
|
246
|
+
"react-use",
|
|
247
|
+
"effect",
|
|
248
|
+
"@effect/schema",
|
|
249
|
+
"@effect/platform",
|
|
250
|
+
"@effect/platform-node",
|
|
251
|
+
"@effect/platform-browser",
|
|
252
|
+
"@effect/platform-bun",
|
|
253
|
+
"@effect/sql",
|
|
254
|
+
"@effect/sql-mssql",
|
|
255
|
+
"@effect/sql-mysql2",
|
|
256
|
+
"@effect/sql-pg",
|
|
257
|
+
"@effect/sql-sqlite-node",
|
|
258
|
+
"@effect/sql-sqlite-bun",
|
|
259
|
+
"@effect/sql-sqlite-wasm",
|
|
260
|
+
"@effect/sql-sqlite-react-native",
|
|
261
|
+
"@effect/rpc",
|
|
262
|
+
"@effect/rpc-http",
|
|
263
|
+
"@effect/typeclass",
|
|
264
|
+
"@effect/experimental",
|
|
265
|
+
"@effect/opentelemetry",
|
|
266
|
+
"@material-ui/core",
|
|
267
|
+
"@material-ui/icons",
|
|
268
|
+
"@tabler/icons-react",
|
|
269
|
+
"mui-core",
|
|
270
|
+
"react-icons/ai",
|
|
271
|
+
"react-icons/bi",
|
|
272
|
+
"react-icons/bs",
|
|
273
|
+
"react-icons/cg",
|
|
274
|
+
"react-icons/ci",
|
|
275
|
+
"react-icons/di",
|
|
276
|
+
"react-icons/fa",
|
|
277
|
+
"react-icons/fa6",
|
|
278
|
+
"react-icons/fc",
|
|
279
|
+
"react-icons/fi",
|
|
280
|
+
"react-icons/gi",
|
|
281
|
+
"react-icons/go",
|
|
282
|
+
"react-icons/gr",
|
|
283
|
+
"react-icons/hi",
|
|
284
|
+
"react-icons/hi2",
|
|
285
|
+
"react-icons/im",
|
|
286
|
+
"react-icons/io",
|
|
287
|
+
"react-icons/io5",
|
|
288
|
+
"react-icons/lia",
|
|
289
|
+
"react-icons/lib",
|
|
290
|
+
"react-icons/lu",
|
|
291
|
+
"react-icons/md",
|
|
292
|
+
"react-icons/pi",
|
|
293
|
+
"react-icons/ri",
|
|
294
|
+
"react-icons/rx",
|
|
295
|
+
"react-icons/si",
|
|
296
|
+
"react-icons/sl",
|
|
297
|
+
"react-icons/tb",
|
|
298
|
+
"react-icons/tfi",
|
|
299
|
+
"react-icons/ti",
|
|
300
|
+
"react-icons/vsc",
|
|
301
|
+
"react-icons/wi"
|
|
302
|
+
],
|
|
303
|
+
"trustHostHeader": false,
|
|
304
|
+
"isExperimentalCompile": false
|
|
305
|
+
},
|
|
306
|
+
"htmlLimitedBots": "[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight",
|
|
307
|
+
"bundlePagesRouterDependencies": false,
|
|
308
|
+
"configFileName": "next.config.ts",
|
|
309
|
+
"turbopack": {
|
|
310
|
+
"root": "."
|
|
311
|
+
},
|
|
312
|
+
"distDirRoot": ".next"
|
|
313
|
+
},
|
|
314
|
+
"appDir": ".",
|
|
315
|
+
"relativeAppDir": "",
|
|
316
|
+
"files": [
|
|
317
|
+
".next/routes-manifest.json",
|
|
318
|
+
".next/server/pages-manifest.json",
|
|
319
|
+
".next/build-manifest.json",
|
|
320
|
+
".next/prerender-manifest.json",
|
|
321
|
+
".next/server/functions-config-manifest.json",
|
|
322
|
+
".next/server/middleware-manifest.json",
|
|
323
|
+
".next/server/middleware-build-manifest.js",
|
|
324
|
+
".next/server/app-paths-manifest.json",
|
|
325
|
+
".next/app-path-routes-manifest.json",
|
|
326
|
+
".next/server/server-reference-manifest.js",
|
|
327
|
+
".next/server/server-reference-manifest.json",
|
|
328
|
+
".next/server/prefetch-hints.json",
|
|
329
|
+
".next/BUILD_ID",
|
|
330
|
+
".next/server/next-font-manifest.js",
|
|
331
|
+
".next/server/next-font-manifest.json",
|
|
332
|
+
".next/required-server-files.json",
|
|
333
|
+
".next/server/instrumentation.js"
|
|
334
|
+
],
|
|
335
|
+
"ignore": []
|
|
336
|
+
}
|
|
@@ -0,0 +1,336 @@
|
|
|
1
|
+
{
|
|
2
|
+
"version": 1,
|
|
3
|
+
"config": {
|
|
4
|
+
"env": {},
|
|
5
|
+
"webpack": null,
|
|
6
|
+
"typescript": {
|
|
7
|
+
"ignoreBuildErrors": false
|
|
8
|
+
},
|
|
9
|
+
"typedRoutes": false,
|
|
10
|
+
"distDir": ".next",
|
|
11
|
+
"cleanDistDir": true,
|
|
12
|
+
"assetPrefix": "",
|
|
13
|
+
"cacheMaxMemorySize": 52428800,
|
|
14
|
+
"configOrigin": "next.config.ts",
|
|
15
|
+
"useFileSystemPublicRoutes": true,
|
|
16
|
+
"generateEtags": true,
|
|
17
|
+
"pageExtensions": [
|
|
18
|
+
"tsx",
|
|
19
|
+
"ts",
|
|
20
|
+
"jsx",
|
|
21
|
+
"js"
|
|
22
|
+
],
|
|
23
|
+
"poweredByHeader": true,
|
|
24
|
+
"compress": true,
|
|
25
|
+
"images": {
|
|
26
|
+
"deviceSizes": [
|
|
27
|
+
640,
|
|
28
|
+
750,
|
|
29
|
+
828,
|
|
30
|
+
1080,
|
|
31
|
+
1200,
|
|
32
|
+
1920,
|
|
33
|
+
2048,
|
|
34
|
+
3840
|
|
35
|
+
],
|
|
36
|
+
"imageSizes": [
|
|
37
|
+
32,
|
|
38
|
+
48,
|
|
39
|
+
64,
|
|
40
|
+
96,
|
|
41
|
+
128,
|
|
42
|
+
256,
|
|
43
|
+
384
|
|
44
|
+
],
|
|
45
|
+
"path": "/_next/image",
|
|
46
|
+
"loader": "default",
|
|
47
|
+
"loaderFile": "",
|
|
48
|
+
"domains": [],
|
|
49
|
+
"disableStaticImages": false,
|
|
50
|
+
"minimumCacheTTL": 14400,
|
|
51
|
+
"formats": [
|
|
52
|
+
"image/webp"
|
|
53
|
+
],
|
|
54
|
+
"maximumRedirects": 3,
|
|
55
|
+
"maximumResponseBody": 50000000,
|
|
56
|
+
"dangerouslyAllowLocalIP": false,
|
|
57
|
+
"dangerouslyAllowSVG": false,
|
|
58
|
+
"contentSecurityPolicy": "script-src 'none'; frame-src 'none'; sandbox;",
|
|
59
|
+
"contentDispositionType": "attachment",
|
|
60
|
+
"localPatterns": [
|
|
61
|
+
{
|
|
62
|
+
"pathname": "**",
|
|
63
|
+
"search": ""
|
|
64
|
+
}
|
|
65
|
+
],
|
|
66
|
+
"remotePatterns": [],
|
|
67
|
+
"qualities": [
|
|
68
|
+
75
|
|
69
|
+
],
|
|
70
|
+
"unoptimized": false,
|
|
71
|
+
"customCacheHandler": false
|
|
72
|
+
},
|
|
73
|
+
"devIndicators": {
|
|
74
|
+
"position": "bottom-left"
|
|
75
|
+
},
|
|
76
|
+
"onDemandEntries": {
|
|
77
|
+
"maxInactiveAge": 60000,
|
|
78
|
+
"pagesBufferLength": 5
|
|
79
|
+
},
|
|
80
|
+
"basePath": "",
|
|
81
|
+
"sassOptions": {},
|
|
82
|
+
"trailingSlash": false,
|
|
83
|
+
"i18n": null,
|
|
84
|
+
"productionBrowserSourceMaps": false,
|
|
85
|
+
"excludeDefaultMomentLocales": true,
|
|
86
|
+
"reactProductionProfiling": false,
|
|
87
|
+
"reactStrictMode": null,
|
|
88
|
+
"reactMaxHeadersLength": 6000,
|
|
89
|
+
"httpAgentOptions": {
|
|
90
|
+
"keepAlive": true
|
|
91
|
+
},
|
|
92
|
+
"logging": {
|
|
93
|
+
"serverFunctions": true,
|
|
94
|
+
"browserToTerminal": "warn"
|
|
95
|
+
},
|
|
96
|
+
"compiler": {},
|
|
97
|
+
"expireTime": 31536000,
|
|
98
|
+
"staticPageGenerationTimeout": 60,
|
|
99
|
+
"modularizeImports": {
|
|
100
|
+
"@mui/icons-material": {
|
|
101
|
+
"transform": "@mui/icons-material/{{member}}"
|
|
102
|
+
},
|
|
103
|
+
"lodash": {
|
|
104
|
+
"transform": "lodash/{{member}}"
|
|
105
|
+
}
|
|
106
|
+
},
|
|
107
|
+
"outputFileTracingRoot": ".",
|
|
108
|
+
"allowedDevOrigins": [
|
|
109
|
+
"127.0.0.1"
|
|
110
|
+
],
|
|
111
|
+
"cacheComponents": false,
|
|
112
|
+
"cacheLife": {
|
|
113
|
+
"default": {
|
|
114
|
+
"stale": 300,
|
|
115
|
+
"revalidate": 900,
|
|
116
|
+
"expire": 4294967294
|
|
117
|
+
},
|
|
118
|
+
"seconds": {
|
|
119
|
+
"stale": 30,
|
|
120
|
+
"revalidate": 1,
|
|
121
|
+
"expire": 60
|
|
122
|
+
},
|
|
123
|
+
"minutes": {
|
|
124
|
+
"stale": 300,
|
|
125
|
+
"revalidate": 60,
|
|
126
|
+
"expire": 3600
|
|
127
|
+
},
|
|
128
|
+
"hours": {
|
|
129
|
+
"stale": 300,
|
|
130
|
+
"revalidate": 3600,
|
|
131
|
+
"expire": 86400
|
|
132
|
+
},
|
|
133
|
+
"days": {
|
|
134
|
+
"stale": 300,
|
|
135
|
+
"revalidate": 86400,
|
|
136
|
+
"expire": 604800
|
|
137
|
+
},
|
|
138
|
+
"weeks": {
|
|
139
|
+
"stale": 300,
|
|
140
|
+
"revalidate": 604800,
|
|
141
|
+
"expire": 2592000
|
|
142
|
+
},
|
|
143
|
+
"max": {
|
|
144
|
+
"stale": 300,
|
|
145
|
+
"revalidate": 2592000,
|
|
146
|
+
"expire": 31536000
|
|
147
|
+
}
|
|
148
|
+
},
|
|
149
|
+
"cacheHandlers": {},
|
|
150
|
+
"experimental": {
|
|
151
|
+
"appNewScrollHandler": false,
|
|
152
|
+
"useSkewCookie": false,
|
|
153
|
+
"cssChunking": true,
|
|
154
|
+
"multiZoneDraftMode": false,
|
|
155
|
+
"appNavFailHandling": false,
|
|
156
|
+
"prerenderEarlyExit": true,
|
|
157
|
+
"serverMinification": true,
|
|
158
|
+
"linkNoTouchStart": false,
|
|
159
|
+
"caseSensitiveRoutes": false,
|
|
160
|
+
"cachedNavigations": false,
|
|
161
|
+
"partialFallbacks": false,
|
|
162
|
+
"dynamicOnHover": false,
|
|
163
|
+
"varyParams": false,
|
|
164
|
+
"prefetchInlining": false,
|
|
165
|
+
"preloadEntriesOnStart": true,
|
|
166
|
+
"clientRouterFilter": true,
|
|
167
|
+
"clientRouterFilterRedirects": false,
|
|
168
|
+
"fetchCacheKeyPrefix": "",
|
|
169
|
+
"proxyPrefetch": "flexible",
|
|
170
|
+
"optimisticClientCache": true,
|
|
171
|
+
"manualClientBasePath": false,
|
|
172
|
+
"cpus": 9,
|
|
173
|
+
"memoryBasedWorkersCount": false,
|
|
174
|
+
"imgOptConcurrency": null,
|
|
175
|
+
"imgOptTimeoutInSeconds": 7,
|
|
176
|
+
"imgOptMaxInputPixels": 268402689,
|
|
177
|
+
"imgOptSequentialRead": null,
|
|
178
|
+
"imgOptSkipMetadata": null,
|
|
179
|
+
"isrFlushToDisk": true,
|
|
180
|
+
"workerThreads": false,
|
|
181
|
+
"optimizeCss": false,
|
|
182
|
+
"nextScriptWorkers": false,
|
|
183
|
+
"scrollRestoration": false,
|
|
184
|
+
"externalDir": false,
|
|
185
|
+
"disableOptimizedLoading": false,
|
|
186
|
+
"gzipSize": true,
|
|
187
|
+
"craCompat": false,
|
|
188
|
+
"esmExternals": true,
|
|
189
|
+
"fullySpecified": false,
|
|
190
|
+
"swcTraceProfiling": false,
|
|
191
|
+
"forceSwcTransforms": false,
|
|
192
|
+
"largePageDataBytes": 128000,
|
|
193
|
+
"typedEnv": false,
|
|
194
|
+
"parallelServerCompiles": false,
|
|
195
|
+
"parallelServerBuildTraces": false,
|
|
196
|
+
"ppr": false,
|
|
197
|
+
"authInterrupts": false,
|
|
198
|
+
"webpackMemoryOptimizations": false,
|
|
199
|
+
"optimizeServerReact": true,
|
|
200
|
+
"strictRouteTypes": false,
|
|
201
|
+
"viewTransition": false,
|
|
202
|
+
"removeUncaughtErrorAndRejectionListeners": false,
|
|
203
|
+
"validateRSCRequestHeaders": false,
|
|
204
|
+
"staleTimes": {
|
|
205
|
+
"dynamic": 0,
|
|
206
|
+
"static": 300
|
|
207
|
+
},
|
|
208
|
+
"reactDebugChannel": true,
|
|
209
|
+
"serverComponentsHmrCache": true,
|
|
210
|
+
"staticGenerationMaxConcurrency": 8,
|
|
211
|
+
"staticGenerationMinPagesPerWorker": 25,
|
|
212
|
+
"transitionIndicator": false,
|
|
213
|
+
"gestureTransition": false,
|
|
214
|
+
"inlineCss": false,
|
|
215
|
+
"useCache": false,
|
|
216
|
+
"globalNotFound": false,
|
|
217
|
+
"browserDebugInfoInTerminal": "warn",
|
|
218
|
+
"lockDistDir": true,
|
|
219
|
+
"proxyClientMaxBodySize": 10485760,
|
|
220
|
+
"hideLogsAfterAbort": false,
|
|
221
|
+
"mcpServer": true,
|
|
222
|
+
"turbopackFileSystemCacheForDev": true,
|
|
223
|
+
"turbopackFileSystemCacheForBuild": false,
|
|
224
|
+
"turbopackInferModuleSideEffects": true,
|
|
225
|
+
"turbopackPluginRuntimeStrategy": "childProcesses",
|
|
226
|
+
"optimizePackageImports": [
|
|
227
|
+
"lucide-react",
|
|
228
|
+
"date-fns",
|
|
229
|
+
"lodash-es",
|
|
230
|
+
"ramda",
|
|
231
|
+
"antd",
|
|
232
|
+
"react-bootstrap",
|
|
233
|
+
"ahooks",
|
|
234
|
+
"@ant-design/icons",
|
|
235
|
+
"@headlessui/react",
|
|
236
|
+
"@headlessui-float/react",
|
|
237
|
+
"@heroicons/react/20/solid",
|
|
238
|
+
"@heroicons/react/24/solid",
|
|
239
|
+
"@heroicons/react/24/outline",
|
|
240
|
+
"@visx/visx",
|
|
241
|
+
"@tremor/react",
|
|
242
|
+
"rxjs",
|
|
243
|
+
"@mui/material",
|
|
244
|
+
"@mui/icons-material",
|
|
245
|
+
"recharts",
|
|
246
|
+
"react-use",
|
|
247
|
+
"effect",
|
|
248
|
+
"@effect/schema",
|
|
249
|
+
"@effect/platform",
|
|
250
|
+
"@effect/platform-node",
|
|
251
|
+
"@effect/platform-browser",
|
|
252
|
+
"@effect/platform-bun",
|
|
253
|
+
"@effect/sql",
|
|
254
|
+
"@effect/sql-mssql",
|
|
255
|
+
"@effect/sql-mysql2",
|
|
256
|
+
"@effect/sql-pg",
|
|
257
|
+
"@effect/sql-sqlite-node",
|
|
258
|
+
"@effect/sql-sqlite-bun",
|
|
259
|
+
"@effect/sql-sqlite-wasm",
|
|
260
|
+
"@effect/sql-sqlite-react-native",
|
|
261
|
+
"@effect/rpc",
|
|
262
|
+
"@effect/rpc-http",
|
|
263
|
+
"@effect/typeclass",
|
|
264
|
+
"@effect/experimental",
|
|
265
|
+
"@effect/opentelemetry",
|
|
266
|
+
"@material-ui/core",
|
|
267
|
+
"@material-ui/icons",
|
|
268
|
+
"@tabler/icons-react",
|
|
269
|
+
"mui-core",
|
|
270
|
+
"react-icons/ai",
|
|
271
|
+
"react-icons/bi",
|
|
272
|
+
"react-icons/bs",
|
|
273
|
+
"react-icons/cg",
|
|
274
|
+
"react-icons/ci",
|
|
275
|
+
"react-icons/di",
|
|
276
|
+
"react-icons/fa",
|
|
277
|
+
"react-icons/fa6",
|
|
278
|
+
"react-icons/fc",
|
|
279
|
+
"react-icons/fi",
|
|
280
|
+
"react-icons/gi",
|
|
281
|
+
"react-icons/go",
|
|
282
|
+
"react-icons/gr",
|
|
283
|
+
"react-icons/hi",
|
|
284
|
+
"react-icons/hi2",
|
|
285
|
+
"react-icons/im",
|
|
286
|
+
"react-icons/io",
|
|
287
|
+
"react-icons/io5",
|
|
288
|
+
"react-icons/lia",
|
|
289
|
+
"react-icons/lib",
|
|
290
|
+
"react-icons/lu",
|
|
291
|
+
"react-icons/md",
|
|
292
|
+
"react-icons/pi",
|
|
293
|
+
"react-icons/ri",
|
|
294
|
+
"react-icons/rx",
|
|
295
|
+
"react-icons/si",
|
|
296
|
+
"react-icons/sl",
|
|
297
|
+
"react-icons/tb",
|
|
298
|
+
"react-icons/tfi",
|
|
299
|
+
"react-icons/ti",
|
|
300
|
+
"react-icons/vsc",
|
|
301
|
+
"react-icons/wi"
|
|
302
|
+
],
|
|
303
|
+
"trustHostHeader": false,
|
|
304
|
+
"isExperimentalCompile": false
|
|
305
|
+
},
|
|
306
|
+
"htmlLimitedBots": "[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight",
|
|
307
|
+
"bundlePagesRouterDependencies": false,
|
|
308
|
+
"configFileName": "next.config.ts",
|
|
309
|
+
"turbopack": {
|
|
310
|
+
"root": "."
|
|
311
|
+
},
|
|
312
|
+
"distDirRoot": ".next"
|
|
313
|
+
},
|
|
314
|
+
"appDir": ".",
|
|
315
|
+
"relativeAppDir": "",
|
|
316
|
+
"files": [
|
|
317
|
+
".next/routes-manifest.json",
|
|
318
|
+
".next/server/pages-manifest.json",
|
|
319
|
+
".next/build-manifest.json",
|
|
320
|
+
".next/prerender-manifest.json",
|
|
321
|
+
".next/server/functions-config-manifest.json",
|
|
322
|
+
".next/server/middleware-manifest.json",
|
|
323
|
+
".next/server/middleware-build-manifest.js",
|
|
324
|
+
".next/server/app-paths-manifest.json",
|
|
325
|
+
".next/app-path-routes-manifest.json",
|
|
326
|
+
".next/server/server-reference-manifest.js",
|
|
327
|
+
".next/server/server-reference-manifest.json",
|
|
328
|
+
".next/server/prefetch-hints.json",
|
|
329
|
+
".next/BUILD_ID",
|
|
330
|
+
".next/server/next-font-manifest.js",
|
|
331
|
+
".next/server/next-font-manifest.json",
|
|
332
|
+
".next/required-server-files.json",
|
|
333
|
+
".next/server/instrumentation.js"
|
|
334
|
+
],
|
|
335
|
+
"ignore": []
|
|
336
|
+
}
|