@shawnstack/quickforge 1.2.10 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +168 -168
- package/bin/quickforge.mjs +1 -1
- package/dist/assets/{anthropic-Djv-yfjG.js → anthropic-BatEyK8y.js} +1 -1
- package/dist/assets/{azure-openai-responses-CPKUoCEU.js → azure-openai-responses-x2zt1vQ5.js} +1 -1
- package/dist/assets/{google-C-R-u2qc.js → google-Bu82Bpnf.js} +1 -1
- package/dist/assets/{google-gemini-cli-dDAuABJc.js → google-gemini-cli-DS9GBhgL.js} +1 -1
- package/dist/assets/{google-vertex-_Wbk8kup.js → google-vertex-BSYJREKA.js} +1 -1
- package/dist/assets/{index-BX7ubNTi.js → index-BcdhSSEb.js} +720 -651
- package/dist/assets/index-CeD3UXoG.css +3 -0
- package/dist/assets/lit-vendor-Dr3cpBGF.js +2 -0
- package/dist/assets/{mistral-BRgU1d4N.js → mistral-HBkLbNNt.js} +1 -1
- package/dist/assets/{openai-codex-responses-vU6EYFL-.js → openai-codex-responses-Cl5j_Ziv.js} +1 -1
- package/dist/assets/{openai-completions-Ihn7oMVQ.js → openai-completions-ualO3AwD.js} +1 -1
- package/dist/assets/{openai-responses-C9WUeUKV.js → openai-responses-Bgz1mp5h.js} +1 -1
- package/dist/assets/{openai-responses-shared-Cv0LKYNf.js → openai-responses-shared-D_-OXsDz.js} +1 -1
- package/dist/index.html +3 -3
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/endpoint/endpointResolver.js +2 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/index.js +9 -13
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.browser.js +5 -5
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-cjs/runtimeConfig.js +2 -3
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/BedrockRuntimeClient.js +1 -4
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-es/runtimeExtensions.js +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/BedrockRuntimeClient.d.ts +1 -2
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/BedrockRuntimeClient.d.ts +5 -7
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/client-bedrock-runtime/package.json +11 -19
- package/node_modules/@aws-sdk/core/dist-cjs/index.js +14 -16
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +595 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.js +715 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +588 -0
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/protocols/index.js +10 -10
- package/node_modules/@aws-sdk/core/dist-es/index.js +3 -3
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.browser.js +36 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.js +26 -4
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/index.native.js +37 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.js +3 -0
- package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/check-features.js +1 -1
- package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/user-agent-middleware.js +1 -1
- package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/partition.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-endpoints/lib/aws/partitions.js +1 -0
- package/node_modules/@aws-sdk/core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.browser.js +1 -0
- package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/nodeAppIdConfigOptions.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/AwsJsonRpcProtocol.js +1 -1
- package/node_modules/@aws-sdk/core/dist-es/submodules/protocols/json/parseJsonBody.js +9 -9
- package/node_modules/@aws-sdk/core/dist-types/api-extractor-type-index.d.ts +3 -2
- package/node_modules/@aws-sdk/core/dist-types/index.d.ts +12 -14
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.browser.d.ts +47 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.d.ts +38 -4
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/index.native.d.ts +48 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +5 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-endpoints/lib/aws/partitions.d.ts +638 -0
- package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types → core/dist-types/submodules/client/util-user-agent-browser}/createUserAgentStringParsingProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/submodules/protocols/json/parseJsonBody.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/api-extractor-type-index.d.ts +0 -2
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/index.d.ts +65 -3
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.browser.d.ts +116 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.d.ts +123 -4
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/index.native.d.ts +116 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.d.ts +4 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-endpoints/lib/aws/partitions.d.ts +647 -0
- package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-browser}/createUserAgentStringParsingProvider.d.ts +1 -1
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.browser.d.ts +1 -0
- package/node_modules/@aws-sdk/core/dist-types/ts3.4/submodules/protocols/json/parseJsonBody.d.ts +0 -1
- package/node_modules/@aws-sdk/core/package.json +27 -8
- package/node_modules/@aws-sdk/credential-provider-env/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-login/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +9 -9
- package/node_modules/@aws-sdk/credential-provider-process/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +4 -4
- package/node_modules/@aws-sdk/eventstream-handler-node/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-eventstream/package.json +2 -2
- package/node_modules/@aws-sdk/middleware-websocket/package.json +5 -5
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +13 -20
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +13 -20
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +13 -20
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +13 -20
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +14 -21
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/CognitoIdentityClient.js +1 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeExtensions.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/SigninClient.js +1 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeExtensions.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/SSOClient.js +1 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeExtensions.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/SSOOIDCClient.js +1 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeExtensions.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/STSClient.js +1 -4
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/defaultStsRoleAssumers.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/endpoint/endpointResolver.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.js +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeExtensions.js +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/CognitoIdentityClient.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/SigninClient.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/SSOClient.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/STSClient.d.ts +1 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/CognitoIdentityClient.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/SigninClient.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/SSOClient.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/SSOOIDCClient.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/STSClient.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +1 -1
- package/node_modules/@aws-sdk/nested-clients/package.json +6 -14
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +3 -3
- package/node_modules/@aws-sdk/token-providers/package.json +4 -4
- package/node_modules/@aws-sdk/xml-builder/package.json +2 -2
- package/node_modules/@protobufjs/fetch/CHANGELOG.md +8 -0
- package/node_modules/@protobufjs/fetch/index.d.ts +7 -7
- package/node_modules/@protobufjs/fetch/index.js +4 -7
- package/node_modules/@protobufjs/fetch/package.json +7 -5
- package/node_modules/@protobufjs/fetch/tests/data/file.txt +1 -0
- package/node_modules/@protobufjs/fetch/tests/index.js +150 -8
- package/node_modules/@protobufjs/fetch/util/fs.js +11 -0
- package/node_modules/@protobufjs/inquire/CHANGELOG.md +8 -0
- package/node_modules/@protobufjs/inquire/index.d.ts +1 -0
- package/node_modules/@protobufjs/inquire/index.js +1 -0
- package/node_modules/@protobufjs/inquire/package.json +1 -1
- package/node_modules/@smithy/core/package.json +2 -2
- package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
- package/node_modules/@smithy/node-http-handler/package.json +4 -4
- package/node_modules/@smithy/signature-v4/package.json +3 -3
- package/node_modules/@smithy/types/README.md +3 -3
- package/node_modules/@smithy/types/dist-types/abort.d.ts +4 -6
- package/node_modules/@smithy/types/dist-types/auth/auth.d.ts +6 -4
- package/node_modules/@smithy/types/dist-types/blob/blob-payload-input-types.d.ts +7 -10
- package/node_modules/@smithy/types/dist-types/checksum.d.ts +4 -6
- package/node_modules/@smithy/types/dist-types/client.d.ts +8 -8
- package/node_modules/@smithy/types/dist-types/command.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/crypto.d.ts +6 -8
- package/node_modules/@smithy/types/dist-types/downlevel-ts3.4/transform/type-transform.d.ts +6 -7
- package/node_modules/@smithy/types/dist-types/eventStream.d.ts +10 -10
- package/node_modules/@smithy/types/dist-types/extensions/defaultClientConfiguration.d.ts +9 -10
- package/node_modules/@smithy/types/dist-types/extensions/defaultExtensionConfiguration.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/externals-check/browser-externals-check.d.ts +10 -10
- package/node_modules/@smithy/types/dist-types/http/httpHandlerInitialization.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/http.d.ts +18 -21
- package/node_modules/@smithy/types/dist-types/logger.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/middleware.d.ts +28 -27
- package/node_modules/@smithy/types/dist-types/pagination.d.ts +4 -4
- package/node_modules/@smithy/types/dist-types/serde.d.ts +10 -10
- package/node_modules/@smithy/types/dist-types/shapes.d.ts +9 -12
- package/node_modules/@smithy/types/dist-types/signature.d.ts +4 -4
- package/node_modules/@smithy/types/dist-types/stream.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-common-types.d.ts +7 -11
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-input-types.d.ts +23 -29
- package/node_modules/@smithy/types/dist-types/streaming-payload/streaming-blob-payload-output-types.d.ts +9 -19
- package/node_modules/@smithy/types/dist-types/transfer.d.ts +2 -1
- package/node_modules/@smithy/types/dist-types/transform/client-method-transforms.d.ts +4 -4
- package/node_modules/@smithy/types/dist-types/transform/client-payload-blob-type-narrow.d.ts +14 -18
- package/node_modules/@smithy/types/dist-types/transform/exact.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/transform/no-undefined.d.ts +12 -12
- package/node_modules/@smithy/types/dist-types/transform/type-transform.d.ts +14 -9
- package/node_modules/@smithy/types/dist-types/uri.d.ts +2 -2
- package/node_modules/@smithy/types/dist-types/util.d.ts +28 -28
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/async_hooks.d.ts +108 -0
- package/node_modules/@types/node/crypto.d.ts +14 -3
- package/node_modules/@types/node/fs/promises.d.ts +126 -0
- package/node_modules/@types/node/fs.d.ts +4 -2
- package/node_modules/@types/node/index.d.ts +2 -0
- package/node_modules/@types/node/inspector.generated.d.ts +5 -0
- package/node_modules/@types/node/module.d.ts +1 -0
- package/node_modules/@types/node/package.json +3 -3
- package/node_modules/@types/node/process.d.ts +25 -1
- package/node_modules/@types/node/quic.d.ts +2 -2
- package/node_modules/@types/node/repl.d.ts +15 -0
- package/node_modules/@types/node/sqlite.d.ts +54 -7
- package/node_modules/@types/node/stream/iter.d.ts +298 -0
- package/node_modules/@types/node/test.d.ts +84 -16
- package/node_modules/@types/node/ts5.6/index.d.ts +2 -0
- package/node_modules/@types/node/ts5.7/index.d.ts +2 -0
- package/node_modules/@types/node/url.d.ts +4 -2
- package/node_modules/@types/node/vm.d.ts +5 -4
- package/node_modules/@types/node/zlib/iter.d.ts +131 -0
- package/node_modules/@vscode/ripgrep/LICENSE +13 -0
- package/node_modules/@vscode/ripgrep/README.md +33 -0
- package/node_modules/@vscode/ripgrep/lib/index.d.ts +1 -0
- package/node_modules/@vscode/ripgrep/lib/index.js +19 -0
- package/node_modules/@vscode/ripgrep/package.json +39 -0
- package/node_modules/@vscode/ripgrep-win32-x64/LICENSE +13 -0
- package/node_modules/@vscode/ripgrep-win32-x64/README.md +5 -0
- package/node_modules/@vscode/ripgrep-win32-x64/bin/rg.exe +0 -0
- package/node_modules/@vscode/ripgrep-win32-x64/package.json +19 -0
- package/node_modules/fast-xml-parser/CHANGELOG.md +7 -0
- package/node_modules/fast-xml-parser/README.md +0 -3
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxbuilder.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.cjs +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.d.cts +1 -0
- package/node_modules/fast-xml-parser/lib/fxp.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxp.min.js.map +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js +1 -1
- package/node_modules/fast-xml-parser/lib/fxparser.min.js.map +1 -1
- package/node_modules/fast-xml-parser/package.json +2 -4
- package/node_modules/fast-xml-parser/src/fxp.d.ts +1 -0
- package/node_modules/fast-xml-parser/src/xmlparser/OrderedObjParser.js +1 -1
- package/node_modules/fast-xml-parser/src/xmlparser/node2json.js +4 -0
- package/node_modules/protobufjs/README.md +1 -1
- package/node_modules/protobufjs/dist/light/protobuf.js +193 -157
- package/node_modules/protobufjs/dist/light/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/light/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/light/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.js +14 -5
- package/node_modules/protobufjs/dist/minimal/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/dist/protobuf.js +213 -177
- package/node_modules/protobufjs/dist/protobuf.js.map +1 -1
- package/node_modules/protobufjs/dist/protobuf.min.js +3 -3
- package/node_modules/protobufjs/dist/protobuf.min.js.map +1 -1
- package/node_modules/protobufjs/index.d.ts +2 -1
- package/node_modules/protobufjs/package.json +7 -4
- package/node_modules/protobufjs/src/converter.js +5 -3
- package/node_modules/protobufjs/src/type.js +1 -1
- package/node_modules/protobufjs/src/util/fs.js +11 -0
- package/node_modules/protobufjs/src/util/minimal.js +10 -2
- package/node_modules/protobufjs/src/util.js +1 -1
- package/node_modules/undici-types/connector.d.ts +2 -0
- package/node_modules/undici-types/dispatcher.d.ts +7 -5
- package/node_modules/undici-types/errors.d.ts +17 -1
- package/node_modules/undici-types/index.d.ts +4 -1
- package/node_modules/undici-types/interceptors.d.ts +7 -0
- package/node_modules/undici-types/package.json +1 -1
- package/node_modules/undici-types/socks5-proxy-agent.d.ts +25 -0
- package/package.json +5 -3
- package/server/agent-manager.mjs +8 -2
- package/server/custom-commands.mjs +42 -14
- package/server/project-config.mjs +8 -0
- package/server/routes/project.mjs +26 -1
- package/server/system-prompt.mjs +22 -0
- package/server/tools/definitions.mjs +7 -15
- package/server/tools/index.mjs +748 -485
- package/dist/assets/index-B094j8RZ.css +0 -3
- package/dist/assets/lit-vendor-1dsGB-Iy.js +0 -2
- package/node_modules/@aws-sdk/middleware-host-header/LICENSE +0 -201
- package/node_modules/@aws-sdk/middleware-host-header/README.md +0 -4
- package/node_modules/@aws-sdk/middleware-host-header/dist-cjs/index.js +0 -41
- package/node_modules/@aws-sdk/middleware-host-header/package.json +0 -59
- package/node_modules/@aws-sdk/middleware-logger/LICENSE +0 -201
- package/node_modules/@aws-sdk/middleware-logger/README.md +0 -4
- package/node_modules/@aws-sdk/middleware-logger/dist-cjs/index.js +0 -48
- package/node_modules/@aws-sdk/middleware-logger/dist-es/index.js +0 -1
- package/node_modules/@aws-sdk/middleware-logger/dist-types/index.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-logger/dist-types/ts3.4/index.d.ts +0 -1
- package/node_modules/@aws-sdk/middleware-logger/package.json +0 -59
- package/node_modules/@aws-sdk/middleware-recursion-detection/LICENSE +0 -201
- package/node_modules/@aws-sdk/middleware-recursion-detection/README.md +0 -17
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/index.js +0 -29
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.browser.js +0 -5
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.js +0 -33
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-cjs/recursionDetectionMiddleware.native.js +0 -5
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-recursion-detection/package.json +0 -66
- package/node_modules/@aws-sdk/middleware-user-agent/LICENSE +0 -201
- package/node_modules/@aws-sdk/middleware-user-agent/README.md +0 -4
- package/node_modules/@aws-sdk/middleware-user-agent/dist-cjs/index.js +0 -194
- package/node_modules/@aws-sdk/middleware-user-agent/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/middleware-user-agent/package.json +0 -61
- package/node_modules/@aws-sdk/region-config-resolver/LICENSE +0 -201
- package/node_modules/@aws-sdk/region-config-resolver/README.md +0 -19
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/index.js +0 -38
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.browser.js +0 -6
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.js +0 -19
- package/node_modules/@aws-sdk/region-config-resolver/dist-cjs/regionConfig/stsRegionDefaultResolver.native.js +0 -6
- package/node_modules/@aws-sdk/region-config-resolver/dist-es/index.js +0 -3
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/index.d.ts +0 -3
- package/node_modules/@aws-sdk/region-config-resolver/dist-types/ts3.4/index.d.ts +0 -3
- package/node_modules/@aws-sdk/region-config-resolver/package.json +0 -64
- package/node_modules/@aws-sdk/util-endpoints/LICENSE +0 -201
- package/node_modules/@aws-sdk/util-endpoints/README.md +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/index.js +0 -406
- package/node_modules/@aws-sdk/util-endpoints/dist-cjs/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/util-endpoints/dist-es/index.js +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/index.js +0 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-es/lib/aws/partitions.json +0 -267
- package/node_modules/@aws-sdk/util-endpoints/dist-es/types/index.js +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/index.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/lib/aws/index.d.ts +0 -3
- package/node_modules/@aws-sdk/util-endpoints/dist-types/ts3.4/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/dist-types/types/index.d.ts +0 -6
- package/node_modules/@aws-sdk/util-endpoints/package.json +0 -59
- package/node_modules/@aws-sdk/util-user-agent-browser/LICENSE +0 -201
- package/node_modules/@aws-sdk/util-user-agent-browser/README.md +0 -29
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/createUserAgentStringParsingProvider.js +0 -24
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.browser.js +0 -4
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.js +0 -61
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-cjs/index.native.js +0 -22
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-es/index.browser.js +0 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/index.browser.d.ts +0 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/dist-types/ts3.4/index.browser.d.ts +0 -1
- package/node_modules/@aws-sdk/util-user-agent-browser/package.json +0 -60
- package/node_modules/@aws-sdk/util-user-agent-node/LICENSE +0 -201
- package/node_modules/@aws-sdk/util-user-agent-node/README.md +0 -17
- package/node_modules/@aws-sdk/util-user-agent-node/dist-cjs/index.js +0 -185
- package/node_modules/@aws-sdk/util-user-agent-node/dist-es/index.js +0 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/index.d.ts +0 -2
- package/node_modules/@aws-sdk/util-user-agent-node/dist-types/ts3.4/index.d.ts +0 -2
- package/node_modules/@aws-sdk/util-user-agent-node/package.json +0 -68
- package/skills/ai-context-package/SKILL.md +0 -104
- package/skills/ai-context-package/skill.json +0 -9
- package/skills/code-review/SKILL.md +0 -23
- package/skills/code-review/skill.json +0 -9
- package/skills/frontend-react/SKILL.md +0 -22
- package/skills/frontend-react/skill.json +0 -9
- package/skills/quickforge-project/SKILL.md +0 -22
- package/skills/quickforge-project/skill.json +0 -9
- /package/node_modules/@aws-sdk/{middleware-host-header/dist-es/index.js → core/dist-es/submodules/client/middleware-host-header/hostHeaderMiddleware.js} +0 -0
- /package/node_modules/@aws-sdk/{middleware-logger/dist-es → core/dist-es/submodules/client/middleware-logger}/loggerMiddleware.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/configuration.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/getRecursionDetectionPlugin.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-es → core/dist-es/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/configurations.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/constants.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-es → core/dist-es/submodules/client/middleware-user-agent}/encode-features.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/awsRegionConfig.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/extensions/index.js → core/dist-es/submodules/client/region-config-resolver/extensions.js} +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.js +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-es/regionConfig → core/dist-es/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/aws.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/aws/parseArn.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/lib/isIpAddress.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/resolveEndpoint.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/EndpointError.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/EndpointRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/ErrorRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/RuleSetObject.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/TreeRuleObject.js +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-es → core/dist-es/submodules/client/util-endpoints}/types/shared.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/configurations.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es → core/dist-es/submodules/client/util-user-agent-browser}/createUserAgentStringParsingProvider.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es/index.js → core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.js} +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-es/index.native.js → core/dist-es/submodules/client/util-user-agent-browser/defaultUserAgent.native.js} +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/crt-availability.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/defaultUserAgent.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.js +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-es → core/dist-es/submodules/client/util-user-agent-node}/is-crt-available.js +0 -0
- /package/node_modules/@aws-sdk/{middleware-host-header/dist-types/index.d.ts → core/dist-types/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{middleware-logger/dist-types → core/dist-types/submodules/client/middleware-logger}/loggerMiddleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/configuration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/getRecursionDetectionPlugin.d.ts → core/dist-types/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types → core/dist-types/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/check-features.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/configurations.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/constants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/encode-features.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types → core/dist-types/submodules/client/middleware-user-agent}/user-agent-middleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/awsRegionConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/extensions/index.d.ts → core/dist-types/submodules/client/region-config-resolver/extensions.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/stsRegionDefaultResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/regionConfig → core/dist-types/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/aws.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/parseArn.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/aws/partition.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/lib/isIpAddress.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/resolveEndpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/submodules/client/util-endpoints}/types/EndpointError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/types/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/submodules/client/util-endpoints}/types/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/types/RuleSetObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/submodules/client/util-endpoints}/types/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/submodules/client/util-endpoints}/types/shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types → core/dist-types/submodules/client/util-user-agent-browser}/configurations.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/index.d.ts → core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/index.native.d.ts → core/dist-types/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/crt-availability.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/defaultUserAgent.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/is-crt-available.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types → core/dist-types/submodules/client/util-user-agent-node}/nodeAppIdConfigOptions.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-host-header/dist-types/ts3.4/index.d.ts → core/dist-types/ts3.4/submodules/client/middleware-host-header/hostHeaderMiddleware.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{middleware-logger/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-logger}/loggerMiddleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/configuration.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4/getRecursionDetectionPlugin.d.ts → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection/getRecursionDetectionPlugin.browser.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-recursion-detection/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-recursion-detection}/recursionDetectionMiddleware.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/check-features.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/configurations.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/constants.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/encode-features.d.ts +0 -0
- /package/node_modules/@aws-sdk/{middleware-user-agent/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/middleware-user-agent}/user-agent-middleware.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/awsRegionConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/extensions/index.d.ts → core/dist-types/ts3.4/submodules/client/region-config-resolver/extensions.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/stsRegionDefaultResolver.browser.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/stsRegionDefaultResolver.d.ts +0 -0
- /package/node_modules/@aws-sdk/{region-config-resolver/dist-types/ts3.4/regionConfig → core/dist-types/ts3.4/submodules/client/region-config-resolver}/stsRegionDefaultResolver.native.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/aws.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/aws/isVirtualHostableS3Bucket.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/aws/parseArn.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/aws/partition.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/lib/isIpAddress.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/resolveDefaultAwsRegionalEndpointsConfig.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/resolveEndpoint.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/EndpointError.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/EndpointRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/ErrorRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/RuleSetObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/TreeRuleObject.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-endpoints/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-endpoints}/types/shared.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-browser}/configurations.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4/index.d.ts → core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-browser/dist-types/ts3.4/index.native.d.ts → core/dist-types/ts3.4/submodules/client/util-user-agent-browser/defaultUserAgent.native.d.ts} +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/crt-availability.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/defaultUserAgent.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getNodeModulesParentDirs.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getRuntimeUserAgentPair.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getSanitizedDevTypeScriptVersion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getSanitizedTypeScriptVersion.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/getTypeScriptUserAgentPair.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/is-crt-available.d.ts +0 -0
- /package/node_modules/@aws-sdk/{util-user-agent-node/dist-types/ts3.4 → core/dist-types/ts3.4/submodules/client/util-user-agent-node}/nodeAppIdConfigOptions.d.ts +0 -0
|
@@ -1779,7 +1779,7 @@ export interface IConversionOptions {
|
|
|
1779
1779
|
|
|
1780
1780
|
/**
|
|
1781
1781
|
* Long conversion type.
|
|
1782
|
-
* Valid values are `String` and `Number` (the global types).
|
|
1782
|
+
* Valid values are `BigInt`, `String` and `Number` (the global types).
|
|
1783
1783
|
* Defaults to copy the present value, which is a possibly unsafe number without and a {@link Long} with a long library.
|
|
1784
1784
|
*/
|
|
1785
1785
|
longs?: Function;
|
|
@@ -2484,6 +2484,7 @@ export namespace util {
|
|
|
2484
2484
|
* Requires a module only if available.
|
|
2485
2485
|
* @param moduleName Module to require
|
|
2486
2486
|
* @returns Required module if available and not empty, otherwise `null`
|
|
2487
|
+
* @deprecated Legacy optional require helper. Will be removed in a future release.
|
|
2487
2488
|
*/
|
|
2488
2489
|
function inquire(moduleName: string): object;
|
|
2489
2490
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "protobufjs",
|
|
3
|
-
"version": "7.
|
|
3
|
+
"version": "7.6.0",
|
|
4
4
|
"versionScheme": "~",
|
|
5
5
|
"description": "Protocol Buffers for JavaScript (& TypeScript).",
|
|
6
6
|
"author": "Daniel Wirtz <dcode+protobufjs@dcode.io>",
|
|
@@ -27,6 +27,9 @@
|
|
|
27
27
|
],
|
|
28
28
|
"main": "index.js",
|
|
29
29
|
"types": "index.d.ts",
|
|
30
|
+
"browser": {
|
|
31
|
+
"fs": false
|
|
32
|
+
},
|
|
30
33
|
"publishConfig": {
|
|
31
34
|
"tag": "latest-7"
|
|
32
35
|
},
|
|
@@ -58,14 +61,14 @@
|
|
|
58
61
|
"@protobufjs/base64": "^1.1.2",
|
|
59
62
|
"@protobufjs/codegen": "^2.0.5",
|
|
60
63
|
"@protobufjs/eventemitter": "^1.1.0",
|
|
61
|
-
"@protobufjs/fetch": "^1.1.
|
|
64
|
+
"@protobufjs/fetch": "^1.1.1",
|
|
62
65
|
"@protobufjs/float": "^1.0.2",
|
|
63
|
-
"@protobufjs/inquire": "^1.1.
|
|
66
|
+
"@protobufjs/inquire": "^1.1.2",
|
|
64
67
|
"@protobufjs/path": "^1.1.2",
|
|
65
68
|
"@protobufjs/pool": "^1.1.0",
|
|
66
69
|
"@protobufjs/utf8": "^1.1.1",
|
|
67
70
|
"@types/node": ">=13.7.0",
|
|
68
|
-
"long": "^5.
|
|
71
|
+
"long": "^5.3.2"
|
|
69
72
|
},
|
|
70
73
|
"devDependencies": {
|
|
71
74
|
"benchmark": "^2.1.4",
|
|
@@ -187,7 +187,9 @@ function genValuePartial_toObject(gen, field, fieldIndex, prop) {
|
|
|
187
187
|
case "sint64":
|
|
188
188
|
case "fixed64":
|
|
189
189
|
case "sfixed64": gen
|
|
190
|
-
("if(typeof
|
|
190
|
+
("if(typeof BigInt!==\"undefined\"&&o.longs===BigInt)")
|
|
191
|
+
("d%s=typeof m%s===\"number\"?BigInt(m%s):util.Long.fromBits(m%s.low>>>0,m%s.high>>>0,%j).toBigInt()", prop, prop, prop, prop, prop, isUnsigned)
|
|
192
|
+
("else if(typeof m%s===\"number\")", prop)
|
|
191
193
|
("d%s=o.longs===String?String(m%s):m%s", prop, prop, prop)
|
|
192
194
|
("else") // Long-like
|
|
193
195
|
("d%s=o.longs===String?util.Long.prototype.toString.call(m%s):o.longs===Number?new util.LongBits(m%s.low>>>0,m%s.high>>>0).toNumber(%s):m%s", prop, prop, prop, prop, isUnsigned ? "true": "", prop);
|
|
@@ -255,9 +257,9 @@ converter.toObject = function toObject(mtype) {
|
|
|
255
257
|
else if (field.long) gen
|
|
256
258
|
("if(util.Long){")
|
|
257
259
|
("var n=new util.Long(%i,%i,%j)", field.typeDefault.low, field.typeDefault.high, field.typeDefault.unsigned)
|
|
258
|
-
("d%s=o.longs===String?n.toString():o.longs===Number?n.toNumber():n", prop)
|
|
260
|
+
("d%s=o.longs===String?n.toString():o.longs===Number?n.toNumber():typeof BigInt!==\"undefined\"&&o.longs===BigInt?n.toBigInt():n", prop)
|
|
259
261
|
("}else")
|
|
260
|
-
("d%s=o.longs===String?%j:%i", prop, field.typeDefault.toString(), field.typeDefault.toNumber());
|
|
262
|
+
("d%s=o.longs===String?%j:typeof BigInt!==\"undefined\"&&o.longs===BigInt?BigInt(%j):%i", prop, field.typeDefault.toString(), field.typeDefault.toString(), field.typeDefault.toNumber());
|
|
261
263
|
else if (field.bytes) {
|
|
262
264
|
var arrayDefault = Array.prototype.slice.call(field.typeDefault);
|
|
263
265
|
gen
|
|
@@ -580,7 +580,7 @@ Type.prototype.fromObject = function fromObject(object, depth) {
|
|
|
580
580
|
* Conversion options as used by {@link Type#toObject} and {@link Message.toObject}.
|
|
581
581
|
* @interface IConversionOptions
|
|
582
582
|
* @property {Function} [longs] Long conversion type.
|
|
583
|
-
* Valid values are `String` and `Number` (the global types).
|
|
583
|
+
* Valid values are `BigInt`, `String` and `Number` (the global types).
|
|
584
584
|
* Defaults to copy the present value, which is a possibly unsafe number without and a {@link Long} with a long library.
|
|
585
585
|
* @property {Function} [enums] Enum value conversion type.
|
|
586
586
|
* Only valid value is `String` (the global type).
|
|
@@ -125,7 +125,7 @@ util.isSet = function isSet(obj, prop) {
|
|
|
125
125
|
*/
|
|
126
126
|
util.Buffer = (function() {
|
|
127
127
|
try {
|
|
128
|
-
var Buffer = util.
|
|
128
|
+
var Buffer = util.global.Buffer;
|
|
129
129
|
// refuse to use non-node buffers if not explicitly assigned (perf reasons):
|
|
130
130
|
return Buffer.prototype.utf8Write ? Buffer : /* istanbul ignore next */ null;
|
|
131
131
|
} catch (e) {
|
|
@@ -179,7 +179,15 @@ util.Array = typeof Uint8Array !== "undefined" ? Uint8Array /* istanbul ignore n
|
|
|
179
179
|
*/
|
|
180
180
|
util.Long = /* istanbul ignore next */ util.global.dcodeIO && /* istanbul ignore next */ util.global.dcodeIO.Long
|
|
181
181
|
|| /* istanbul ignore next */ util.global.Long
|
|
182
|
-
||
|
|
182
|
+
|| (function() {
|
|
183
|
+
try {
|
|
184
|
+
var Long = require("long");
|
|
185
|
+
return Long && Long.isLong ? Long : null;
|
|
186
|
+
} catch (e) {
|
|
187
|
+
/* istanbul ignore next */
|
|
188
|
+
return null;
|
|
189
|
+
}
|
|
190
|
+
})();
|
|
183
191
|
|
|
184
192
|
/**
|
|
185
193
|
* Regular expression used to verify 2 bit (`bool`) map keys.
|
|
@@ -13,6 +13,7 @@ declare namespace buildConnector {
|
|
|
13
13
|
port?: number;
|
|
14
14
|
keepAlive?: boolean | null;
|
|
15
15
|
keepAliveInitialDelay?: number | null;
|
|
16
|
+
typeOfService?: number | null;
|
|
16
17
|
}
|
|
17
18
|
|
|
18
19
|
export interface Options {
|
|
@@ -22,6 +23,7 @@ declare namespace buildConnector {
|
|
|
22
23
|
port: string
|
|
23
24
|
servername?: string
|
|
24
25
|
localAddress?: string | null
|
|
26
|
+
socketPath?: string | null
|
|
25
27
|
httpSocket?: Socket
|
|
26
28
|
}
|
|
27
29
|
|
|
@@ -96,7 +96,7 @@ declare class Dispatcher extends EventEmitter {
|
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
declare namespace Dispatcher {
|
|
99
|
-
export interface ComposedDispatcher extends Dispatcher {}
|
|
99
|
+
export interface ComposedDispatcher extends Dispatcher { }
|
|
100
100
|
export type Dispatch = Dispatcher['dispatch']
|
|
101
101
|
export type DispatcherComposeInterceptor = (dispatch: Dispatch) => Dispatch
|
|
102
102
|
export interface DispatchOptions {
|
|
@@ -113,6 +113,8 @@ declare namespace Dispatcher {
|
|
|
113
113
|
idempotent?: boolean;
|
|
114
114
|
/** Whether the response is expected to take a long time and would end up blocking the pipeline. When this is set to `true` further pipelining will be avoided on the same connection until headers have been received. Defaults to `method !== 'HEAD'`. */
|
|
115
115
|
blocking?: boolean;
|
|
116
|
+
/** The IP Type of Service (ToS) value for the request socket. Must be an integer between 0 and 255. Default: `0` */
|
|
117
|
+
typeOfService?: number | null;
|
|
116
118
|
/** Upgrade the request. Should be used to specify the kind of upgrade i.e. `'Websocket'`. Default: `method === 'CONNECT' || null`. */
|
|
117
119
|
upgrade?: boolean | string | null;
|
|
118
120
|
/** The amount of time, in milliseconds, the parser will wait to receive the complete HTTP headers. Defaults to 300 seconds. */
|
|
@@ -213,10 +215,10 @@ declare namespace Dispatcher {
|
|
|
213
215
|
export type StreamFactory<TOpaque = null> = (data: StreamFactoryData<TOpaque>) => Writable
|
|
214
216
|
|
|
215
217
|
export interface DispatchController {
|
|
216
|
-
get aborted
|
|
217
|
-
get paused
|
|
218
|
-
get reason
|
|
219
|
-
abort
|
|
218
|
+
get aborted(): boolean
|
|
219
|
+
get paused(): boolean
|
|
220
|
+
get reason(): Error | null
|
|
221
|
+
abort(reason: Error): void
|
|
220
222
|
pause(): void
|
|
221
223
|
resume(): void
|
|
222
224
|
}
|
|
@@ -154,8 +154,24 @@ declare namespace Errors {
|
|
|
154
154
|
code: 'UND_ERR_PRX_TLS'
|
|
155
155
|
}
|
|
156
156
|
|
|
157
|
-
class MaxOriginsReachedError extends UndiciError {
|
|
157
|
+
export class MaxOriginsReachedError extends UndiciError {
|
|
158
158
|
name: 'MaxOriginsReachedError'
|
|
159
159
|
code: 'UND_ERR_MAX_ORIGINS_REACHED'
|
|
160
160
|
}
|
|
161
|
+
|
|
162
|
+
/** SOCKS5 proxy related error. */
|
|
163
|
+
export class Socks5ProxyError extends UndiciError {
|
|
164
|
+
constructor (
|
|
165
|
+
message?: string,
|
|
166
|
+
code?: string
|
|
167
|
+
)
|
|
168
|
+
name: 'Socks5ProxyError'
|
|
169
|
+
code: string
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
/** WebSocket decompressed message exceeded maximum size. */
|
|
173
|
+
export class MessageSizeExceededError extends UndiciError {
|
|
174
|
+
name: 'MessageSizeExceededError'
|
|
175
|
+
code: 'UND_ERR_WS_MESSAGE_SIZE_EXCEEDED'
|
|
176
|
+
}
|
|
161
177
|
}
|
|
@@ -18,6 +18,7 @@ import { SnapshotAgent } from './snapshot-agent'
|
|
|
18
18
|
import { MockCallHistory, MockCallHistoryLog } from './mock-call-history'
|
|
19
19
|
import mockErrors from './mock-errors'
|
|
20
20
|
import ProxyAgent from './proxy-agent'
|
|
21
|
+
import Socks5ProxyAgent from './socks5-proxy-agent'
|
|
21
22
|
import EnvHttpProxyAgent from './env-http-proxy-agent'
|
|
22
23
|
import RetryHandler from './retry-handler'
|
|
23
24
|
import RetryAgent from './retry-agent'
|
|
@@ -43,7 +44,7 @@ export { Interceptable } from './mock-interceptor'
|
|
|
43
44
|
|
|
44
45
|
declare function globalThisInstall (): void
|
|
45
46
|
|
|
46
|
-
export { Dispatcher, BalancedPool, RoundRobinPool, Pool, Client, buildConnector, errors, Agent, request, stream, pipeline, connect, upgrade, setGlobalDispatcher, getGlobalDispatcher, setGlobalOrigin, getGlobalOrigin, interceptors, cacheStores, MockClient, MockPool, MockAgent, SnapshotAgent, MockCallHistory, MockCallHistoryLog, mockErrors, ProxyAgent, EnvHttpProxyAgent, RedirectHandler, DecoratorHandler, RetryHandler, RetryAgent, H2CClient, globalThisInstall as install }
|
|
47
|
+
export { Dispatcher, BalancedPool, RoundRobinPool, Pool, Client, buildConnector, errors, Agent, request, stream, pipeline, connect, upgrade, setGlobalDispatcher, getGlobalDispatcher, setGlobalOrigin, getGlobalOrigin, interceptors, cacheStores, MockClient, MockPool, MockAgent, SnapshotAgent, MockCallHistory, MockCallHistoryLog, mockErrors, ProxyAgent, Socks5ProxyAgent, EnvHttpProxyAgent, RedirectHandler, DecoratorHandler, RetryHandler, RetryAgent, H2CClient, globalThisInstall as install }
|
|
47
48
|
export default Undici
|
|
48
49
|
|
|
49
50
|
declare namespace Undici {
|
|
@@ -73,6 +74,8 @@ declare namespace Undici {
|
|
|
73
74
|
const MockCallHistory: typeof import('./mock-call-history').MockCallHistory
|
|
74
75
|
const MockCallHistoryLog: typeof import('./mock-call-history').MockCallHistoryLog
|
|
75
76
|
const mockErrors: typeof import('./mock-errors').default
|
|
77
|
+
const ProxyAgent: typeof import('./proxy-agent').default
|
|
78
|
+
const Socks5ProxyAgent: typeof import('./socks5-proxy-agent').default
|
|
76
79
|
const fetch: typeof import('./fetch').fetch
|
|
77
80
|
const Headers: typeof import('./fetch').Headers
|
|
78
81
|
const Response: typeof import('./fetch').Response
|
|
@@ -60,6 +60,13 @@ declare namespace Interceptors {
|
|
|
60
60
|
* @default []
|
|
61
61
|
*/
|
|
62
62
|
excludeHeaderNames?: string[]
|
|
63
|
+
/**
|
|
64
|
+
* Maximum bytes buffered per paused waiting deduplicated handler.
|
|
65
|
+
* If a waiting handler remains paused and exceeds this threshold,
|
|
66
|
+
* it is failed with an abort error to prevent unbounded memory growth.
|
|
67
|
+
* @default 5 * 1024 * 1024
|
|
68
|
+
*/
|
|
69
|
+
maxBufferSize?: number
|
|
63
70
|
}
|
|
64
71
|
|
|
65
72
|
export function dump (opts?: DumpInterceptorOpts): Dispatcher.DispatcherComposeInterceptor
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import Dispatcher from './dispatcher'
|
|
2
|
+
import buildConnector from './connector'
|
|
3
|
+
import { IncomingHttpHeaders } from './header'
|
|
4
|
+
import Pool from './pool'
|
|
5
|
+
|
|
6
|
+
export default Socks5ProxyAgent
|
|
7
|
+
|
|
8
|
+
declare class Socks5ProxyAgent extends Dispatcher {
|
|
9
|
+
constructor (proxyUrl: string | URL, options?: Socks5ProxyAgent.Options)
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
declare namespace Socks5ProxyAgent {
|
|
13
|
+
export interface Options extends Pool.Options {
|
|
14
|
+
/** Additional headers to send with the proxy connection */
|
|
15
|
+
headers?: IncomingHttpHeaders;
|
|
16
|
+
/** SOCKS5 proxy username for authentication */
|
|
17
|
+
username?: string;
|
|
18
|
+
/** SOCKS5 proxy password for authentication */
|
|
19
|
+
password?: string;
|
|
20
|
+
/** Custom connector function for proxy connection */
|
|
21
|
+
connect?: buildConnector.connector;
|
|
22
|
+
/** TLS options for the proxy connection (for SOCKS5 over TLS) */
|
|
23
|
+
proxyTls?: buildConnector.BuildOptions;
|
|
24
|
+
}
|
|
25
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@shawnstack/quickforge",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.3.1",
|
|
4
4
|
"description": "AI chat application with YOLO-mode local workspace tools. React + Vite + Tailwind CSS frontend, local Node.js storage server.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ai",
|
|
@@ -43,10 +43,12 @@
|
|
|
43
43
|
],
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@mariozechner/pi-agent-core": "^0.70.5",
|
|
46
|
-
"@mariozechner/pi-ai": "^0.70.5"
|
|
46
|
+
"@mariozechner/pi-ai": "^0.70.5",
|
|
47
|
+
"@vscode/ripgrep": "^1.18.0"
|
|
47
48
|
},
|
|
48
49
|
"bundledDependencies": [
|
|
49
50
|
"@mariozechner/pi-agent-core",
|
|
50
|
-
"@mariozechner/pi-ai"
|
|
51
|
+
"@mariozechner/pi-ai",
|
|
52
|
+
"@vscode/ripgrep"
|
|
51
53
|
]
|
|
52
54
|
}
|
package/server/agent-manager.mjs
CHANGED
|
@@ -106,7 +106,7 @@ const agentSessions = new Map()
|
|
|
106
106
|
const IDLE_TIMEOUT_MS = 30 * 60 * 1000 // 30 minutes
|
|
107
107
|
const APPROVAL_TIMEOUT_MS = 5 * 60 * 1000 // 5 minutes for tool approval
|
|
108
108
|
const commandRestrictedTools = new Set(['write_file', 'edit_file', 'run_command'])
|
|
109
|
-
const safeReadTools = new Set(['
|
|
109
|
+
const safeReadTools = new Set(['read_file', 'grep_files'])
|
|
110
110
|
const pendingApprovals = new Map() // toolCallId → { resolve, reject, sessionId, toolName, args, timeout }
|
|
111
111
|
|
|
112
112
|
function createCommandToolPermissions(session) {
|
|
@@ -455,6 +455,7 @@ async function resolveCommandState(session, userMessage) {
|
|
|
455
455
|
const internalResponse = await handleInternalCommand(
|
|
456
456
|
parseInternalCommandInvocation(userMessage),
|
|
457
457
|
session.projectContext?.workspaceRoot,
|
|
458
|
+
session.projectContext?.project?.commandDir,
|
|
458
459
|
)
|
|
459
460
|
if (typeof internalResponse === 'string') return { textResponse: internalResponse }
|
|
460
461
|
if (internalResponse?.clear) return { clear: internalResponse }
|
|
@@ -462,7 +463,11 @@ async function resolveCommandState(session, userMessage) {
|
|
|
462
463
|
|
|
463
464
|
if (!session.projectContext?.workspaceRoot) return { userMessage }
|
|
464
465
|
|
|
465
|
-
const invocation = await resolveCustomCommandInvocation(
|
|
466
|
+
const invocation = await resolveCustomCommandInvocation(
|
|
467
|
+
userMessage,
|
|
468
|
+
session.projectContext.workspaceRoot,
|
|
469
|
+
session.projectContext.project?.commandDir,
|
|
470
|
+
)
|
|
466
471
|
if (!invocation) return { userMessage }
|
|
467
472
|
|
|
468
473
|
return {
|
|
@@ -848,6 +853,7 @@ async function persistSession(session) {
|
|
|
848
853
|
messageCount: messages.length,
|
|
849
854
|
usage,
|
|
850
855
|
thinkingLevel,
|
|
856
|
+
yoloMode,
|
|
851
857
|
preview,
|
|
852
858
|
scope,
|
|
853
859
|
projectId: scope === 'project' ? projectId : undefined,
|
|
@@ -13,6 +13,28 @@ function commandDirectory(workspaceRoot) {
|
|
|
13
13
|
return workspaceRoot ? path.join(path.resolve(workspaceRoot), commandsRelativeDir) : null
|
|
14
14
|
}
|
|
15
15
|
|
|
16
|
+
function configuredCommandDirectories(workspaceRoot, commandDir) {
|
|
17
|
+
if (!workspaceRoot) return []
|
|
18
|
+
return String(commandDir || '')
|
|
19
|
+
.split(/\r?\n/)
|
|
20
|
+
.map((item) => item.trim())
|
|
21
|
+
.filter((item) => item && !item.includes('\0'))
|
|
22
|
+
.map((item) => path.isAbsolute(item) ? path.resolve(item) : path.resolve(workspaceRoot, item))
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
function commandDirectories(workspaceRoot, commandDir) {
|
|
26
|
+
const defaultDir = commandDirectory(workspaceRoot)
|
|
27
|
+
if (!defaultDir) return []
|
|
28
|
+
|
|
29
|
+
const dirs = [defaultDir]
|
|
30
|
+
for (const configuredDir of configuredCommandDirectories(workspaceRoot, commandDir)) {
|
|
31
|
+
if (!dirs.some((dir) => path.resolve(dir) === path.resolve(configuredDir))) {
|
|
32
|
+
dirs.push(configuredDir)
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
return dirs
|
|
36
|
+
}
|
|
37
|
+
|
|
16
38
|
function parseFrontmatter(text) {
|
|
17
39
|
const normalized = String(text || '').replace(/^\uFEFF/, '')
|
|
18
40
|
const match = normalized.match(/^---[ \t]*\r?\n([\s\S]*?)\r?\n---[ \t]*(?:\r?\n|$)([\s\S]*)$/)
|
|
@@ -137,15 +159,12 @@ export function textFromUserMessage(message) {
|
|
|
137
159
|
.join('\n')
|
|
138
160
|
}
|
|
139
161
|
|
|
140
|
-
|
|
141
|
-
const dir = commandDirectory(workspaceRoot)
|
|
142
|
-
if (!dir) return []
|
|
143
|
-
|
|
162
|
+
async function listCommandsFromDirectory(dir) {
|
|
144
163
|
let entries
|
|
145
164
|
try {
|
|
146
165
|
entries = await fs.readdir(dir, { withFileTypes: true })
|
|
147
166
|
} catch (error) {
|
|
148
|
-
if (error?.code === 'ENOENT') return []
|
|
167
|
+
if (error?.code === 'ENOENT' || error?.code === 'ENOTDIR' || error?.code === 'EACCES' || error?.code === 'EPERM') return []
|
|
149
168
|
throw error
|
|
150
169
|
}
|
|
151
170
|
|
|
@@ -161,25 +180,34 @@ export async function listProjectCommands(workspaceRoot) {
|
|
|
161
180
|
}
|
|
162
181
|
}
|
|
163
182
|
|
|
183
|
+
return commands
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
export async function listProjectCommands(workspaceRoot, commandDir) {
|
|
164
187
|
const byName = new Map()
|
|
165
|
-
|
|
166
|
-
|
|
188
|
+
|
|
189
|
+
for (const dir of commandDirectories(workspaceRoot, commandDir)) {
|
|
190
|
+
const commands = await listCommandsFromDirectory(dir)
|
|
191
|
+
for (const command of commands.sort((a, b) => a.name.localeCompare(b.name))) {
|
|
192
|
+
byName.set(command.name, command)
|
|
193
|
+
}
|
|
167
194
|
}
|
|
168
|
-
|
|
195
|
+
|
|
196
|
+
return [...byName.values()].sort((a, b) => a.name.localeCompare(b.name))
|
|
169
197
|
}
|
|
170
198
|
|
|
171
|
-
export async function findProjectCommand(workspaceRoot, commandName) {
|
|
199
|
+
export async function findProjectCommand(workspaceRoot, commandName, commandDir) {
|
|
172
200
|
const name = normalizeCommandName(commandName)
|
|
173
201
|
if (!name) return null
|
|
174
|
-
const commands = await listProjectCommands(workspaceRoot)
|
|
202
|
+
const commands = await listProjectCommands(workspaceRoot, commandDir)
|
|
175
203
|
return commands.find((command) => command.name === name) || null
|
|
176
204
|
}
|
|
177
205
|
|
|
178
|
-
export async function resolveCustomCommandInvocation(message, workspaceRoot) {
|
|
206
|
+
export async function resolveCustomCommandInvocation(message, workspaceRoot, commandDir) {
|
|
179
207
|
const invocation = parseSlashInvocationText(textFromUserMessage(message))
|
|
180
208
|
if (!invocation) return null
|
|
181
209
|
|
|
182
|
-
const command = await findProjectCommand(workspaceRoot, invocation.name)
|
|
210
|
+
const command = await findProjectCommand(workspaceRoot, invocation.name, commandDir)
|
|
183
211
|
if (!command) return null
|
|
184
212
|
|
|
185
213
|
const expandedBody = command.body.replace(/\$ARGUMENTS/g, invocation.arguments)
|
|
@@ -235,7 +263,7 @@ export function parseInternalCommandInvocation(message) {
|
|
|
235
263
|
return null
|
|
236
264
|
}
|
|
237
265
|
|
|
238
|
-
export async function handleInternalCommand(invocation, workspaceRoot) {
|
|
266
|
+
export async function handleInternalCommand(invocation, workspaceRoot, commandDir) {
|
|
239
267
|
if (!invocation) return null
|
|
240
268
|
|
|
241
269
|
if (invocation.type === 'compact') {
|
|
@@ -255,7 +283,7 @@ export async function handleInternalCommand(invocation, workspaceRoot) {
|
|
|
255
283
|
}
|
|
256
284
|
|
|
257
285
|
if (invocation.type === 'list') {
|
|
258
|
-
return formatCommandList(await listProjectCommands(workspaceRoot))
|
|
286
|
+
return formatCommandList(await listProjectCommands(workspaceRoot, commandDir))
|
|
259
287
|
}
|
|
260
288
|
|
|
261
289
|
if (invocation.type === 'new') {
|
|
@@ -56,6 +56,7 @@ export async function setActiveProjectPath(inputPath) {
|
|
|
56
56
|
path: resolved,
|
|
57
57
|
lastOpenedAt: now,
|
|
58
58
|
skills: [],
|
|
59
|
+
commandDir: '',
|
|
59
60
|
}
|
|
60
61
|
config.projects.unshift(project)
|
|
61
62
|
} else {
|
|
@@ -146,6 +147,13 @@ export async function buildInstructionsPayload(projectId) {
|
|
|
146
147
|
const stripRuntimeFields = ({ rootDir: _rootDir, instructions: _instructions, location: _location, ...skill }) => skill
|
|
147
148
|
|
|
148
149
|
return {
|
|
150
|
+
workspace: project
|
|
151
|
+
? {
|
|
152
|
+
id: project.id,
|
|
153
|
+
name: project.name,
|
|
154
|
+
root: project.path,
|
|
155
|
+
}
|
|
156
|
+
: null,
|
|
149
157
|
global: globalInstructions,
|
|
150
158
|
project: projectInstructions,
|
|
151
159
|
globalSkills: globalSkills.map(stripRuntimeFields),
|
|
@@ -19,7 +19,7 @@ export async function handleProjectApi(req, res, url) {
|
|
|
19
19
|
const project = projectId
|
|
20
20
|
? config.projects.find((item) => item.id === projectId)
|
|
21
21
|
: getActiveProject(config)
|
|
22
|
-
const commands = project?.path ? await listProjectCommands(project.path) : []
|
|
22
|
+
const commands = project?.path ? await listProjectCommands(project.path, project.commandDir) : []
|
|
23
23
|
sendJson(res, 200, {
|
|
24
24
|
commands: commands.map((command) => ({
|
|
25
25
|
name: command.name,
|
|
@@ -66,6 +66,31 @@ export async function handleProjectApi(req, res, url) {
|
|
|
66
66
|
return
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
+
if (req.method === 'PUT' && url.pathname.startsWith('/api/project/') && url.pathname.endsWith('/command-dir')) {
|
|
70
|
+
const id = decodeSegment(url.pathname.split('/').filter(Boolean)[2])
|
|
71
|
+
const body = await readJsonBody(req)
|
|
72
|
+
const commandDir = typeof body?.commandDir === 'string' ? body.commandDir.trim() : ''
|
|
73
|
+
if (commandDir.includes('\0')) {
|
|
74
|
+
const error = new Error('Command directory contains invalid characters')
|
|
75
|
+
error.statusCode = 400
|
|
76
|
+
throw error
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
const updated = await atomicProjectConfigUpdate((cfg) => {
|
|
80
|
+
const project = cfg.projects.find((item) => item.id === id)
|
|
81
|
+
if (!project) {
|
|
82
|
+
const error = new Error('Unknown project')
|
|
83
|
+
error.statusCode = 404
|
|
84
|
+
throw error
|
|
85
|
+
}
|
|
86
|
+
project.commandDir = commandDir
|
|
87
|
+
return cfg
|
|
88
|
+
})
|
|
89
|
+
const project = updated.projects.find((item) => item.id === id)
|
|
90
|
+
sendJson(res, 200, { ok: true, project, projects: updated.projects, workspaceRoot: getWorkspaceRoot() })
|
|
91
|
+
return
|
|
92
|
+
}
|
|
93
|
+
|
|
69
94
|
if (req.method === 'POST' && url.pathname.startsWith('/api/project/') && url.pathname.endsWith('/open-in-explorer')) {
|
|
70
95
|
const id = decodeSegment(url.pathname.split('/').filter(Boolean)[2])
|
|
71
96
|
const selected = config.projects.find((project) => project.id === id)
|
package/server/system-prompt.mjs
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
export const BASE_SYSTEM_PROMPT = `You are a pragmatic coding assistant.
|
|
2
2
|
|
|
3
3
|
For project tasks:
|
|
4
|
+
- Do not assume requirements. If ambiguous, state assumptions or ask.
|
|
5
|
+
- Prefer the simplest solution that satisfies the request.
|
|
6
|
+
- Make surgical changes only. Do not refactor unrelated code.
|
|
7
|
+
- Match existing style.
|
|
8
|
+
- For multi-step work, use a brief plan.
|
|
4
9
|
- Inspect the workspace before changing files.
|
|
5
10
|
- Make minimal, focused changes.
|
|
6
11
|
- Prefer dedicated workspace tools for reading, editing, and searching files.
|
|
@@ -48,6 +53,23 @@ ${skillParts.join('\n')}
|
|
|
48
53
|
export function composeSystemPrompt(instructions = {}) {
|
|
49
54
|
const parts = [BASE_SYSTEM_PROMPT]
|
|
50
55
|
|
|
56
|
+
if (instructions.workspace) {
|
|
57
|
+
const lines = []
|
|
58
|
+
if (instructions.workspace.name) lines.push(`- Project name: ${escapeXml(instructions.workspace.name)}`)
|
|
59
|
+
if (instructions.workspace.root) lines.push(`- Workspace root: ${escapeXml(instructions.workspace.root)}`)
|
|
60
|
+
if (instructions.workspace.id) lines.push(`- Project ID: ${escapeXml(instructions.workspace.id)}`)
|
|
61
|
+
if (lines.length) {
|
|
62
|
+
parts.push(`
|
|
63
|
+
<workspace_context>
|
|
64
|
+
Current workspace:
|
|
65
|
+
${lines.join('\n')}
|
|
66
|
+
- Tool file paths are relative to this workspace root unless explicitly stated.
|
|
67
|
+
- There is no dedicated directory-listing tool. When you need to inspect directory contents, use run_command with a simple read-only shell command from the workspace root.
|
|
68
|
+
- Do not inspect sensitive files such as .env files, private keys, credentials, tokens, or secrets.
|
|
69
|
+
</workspace_context>`)
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
|
|
51
73
|
if (instructions.global) {
|
|
52
74
|
parts.push(`\n<user_instructions>\n${instructions.global}\n</user_instructions>`)
|
|
53
75
|
}
|
|
@@ -13,20 +13,6 @@ import { loadSelectedGlobalSkills, loadSelectedProjectSkills, mergeSkills } from
|
|
|
13
13
|
// ---------------------------------------------------------------------------
|
|
14
14
|
|
|
15
15
|
export const workspaceTools = [
|
|
16
|
-
{
|
|
17
|
-
name: 'get_project_info',
|
|
18
|
-
label: 'Project info',
|
|
19
|
-
description: 'Get the project directory bound to this chat.',
|
|
20
|
-
parameters: Type.Object({}),
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
name: 'list_dir',
|
|
24
|
-
label: 'List directory',
|
|
25
|
-
description: 'List files and folders inside the project bound to this chat. Paths are relative to that project root.',
|
|
26
|
-
parameters: Type.Object({
|
|
27
|
-
path: Type.Optional(Type.String({ description: 'Directory path relative to the workspace root. Defaults to .', default: '.' })),
|
|
28
|
-
}),
|
|
29
|
-
},
|
|
30
16
|
{
|
|
31
17
|
name: 'read_file',
|
|
32
18
|
label: 'Read file',
|
|
@@ -40,13 +26,19 @@ export const workspaceTools = [
|
|
|
40
26
|
{
|
|
41
27
|
name: 'grep_files',
|
|
42
28
|
label: 'Search files',
|
|
43
|
-
description: 'Search text
|
|
29
|
+
description: 'Search project files using bundled ripgrep when available. Supports plain text, regex, glob filters, context lines, and file-only match output. Returns matching file paths and line numbers.',
|
|
44
30
|
parameters: Type.Object({
|
|
45
31
|
query: Type.String({ description: 'Plain text or regular expression to search for.' }),
|
|
46
32
|
path: Type.Optional(Type.String({ description: 'Directory path relative to the workspace root. Defaults to .', default: '.' })),
|
|
47
33
|
regex: Type.Optional(Type.Boolean({ description: 'Treat query as a regular expression.', default: false })),
|
|
48
34
|
caseSensitive: Type.Optional(Type.Boolean({ description: 'Use case-sensitive matching.', default: false })),
|
|
49
35
|
limit: Type.Optional(Type.Number({ description: 'Maximum matches to return.', default: 200 })),
|
|
36
|
+
glob: Type.Optional(Type.Array(Type.String({ description: 'Ripgrep glob patterns, for example ["*.ts", "*.tsx", "!docs/**"].' }))),
|
|
37
|
+
context: Type.Optional(Type.Number({ description: 'Number of context lines before and after each match. Uses ripgrep when available.', default: 0 })),
|
|
38
|
+
beforeContext: Type.Optional(Type.Number({ description: 'Number of context lines before each match. Uses ripgrep when available.', default: 0 })),
|
|
39
|
+
afterContext: Type.Optional(Type.Number({ description: 'Number of context lines after each match. Uses ripgrep when available.', default: 0 })),
|
|
40
|
+
filesWithMatches: Type.Optional(Type.Boolean({ description: 'Only return file paths that contain matches.', default: false })),
|
|
41
|
+
respectGitIgnore: Type.Optional(Type.Boolean({ description: 'Respect .gitignore and ripgrep ignore rules. Defaults to false to preserve QuickForge legacy search behavior.', default: false })),
|
|
50
42
|
}),
|
|
51
43
|
},
|
|
52
44
|
{
|