@psnext/slingcli 2.5.20260629-1 → 2.5.20260705-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/node_modules/@aws/lambda-invoke-store/README.md +25 -1
- package/node_modules/@aws/lambda-invoke-store/dist-cjs/invoke-store.js +12 -0
- package/node_modules/@aws/lambda-invoke-store/dist-es/invoke-store.js +12 -0
- package/node_modules/@aws/lambda-invoke-store/dist-types/invoke-store.d.ts +6 -0
- package/node_modules/@aws/lambda-invoke-store/package.json +1 -1
- package/node_modules/@aws-sdk/core/account-id-endpoint.d.ts +1 -3
- package/node_modules/@aws-sdk/core/client.d.ts +1 -3
- package/node_modules/@aws-sdk/core/httpAuthSchemes.d.ts +1 -3
- package/node_modules/@aws-sdk/core/package.json +10 -17
- package/node_modules/@aws-sdk/core/protocols.d.ts +1 -3
- package/node_modules/@aws-sdk/core/util.d.ts +1 -3
- package/node_modules/@aws-sdk/credential-provider-env/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.js +172 -1
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-cjs/index.js +3 -51
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -3
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-http/package.json +8 -10
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +13 -13
- package/node_modules/@aws-sdk/credential-provider-login/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-node/package.json +11 -11
- package/node_modules/@aws-sdk/credential-provider-process/package.json +5 -5
- package/node_modules/@aws-sdk/credential-provider-sso/node_modules/@aws-sdk/token-providers/package.json +6 -6
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +7 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/index.js +58 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +7 -8
- package/node_modules/@aws-sdk/eventstream-handler-node/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-eventstream/package.json +4 -4
- package/node_modules/@aws-sdk/middleware-websocket/package.json +7 -7
- package/node_modules/@aws-sdk/nested-clients/cognito-identity.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/cognito-identity/index.js +13 -25
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/signin/index.js +13 -17
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso/index.js +12 -15
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sso-oidc/index.js +12 -15
- package/node_modules/@aws-sdk/nested-clients/dist-cjs/submodules/sts/index.js +13 -25
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commandBuilder.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/commands/GetIdCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.browser.js +0 -2
- 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/runtimeConfig.native.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/cognito-identity/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commandBuilder.js +8 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/commands/CreateOAuth2TokenCommand.js +2 -17
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.browser.js +0 -2
- 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/runtimeConfig.native.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/signin/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commandBuilder.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/commands/GetRoleCredentialsCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.browser.js +0 -2
- 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/runtimeConfig.native.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commandBuilder.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/commands/CreateTokenCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.browser.js +0 -2
- 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/runtimeConfig.native.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sso-oidc/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commandBuilder.js +6 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.js +2 -14
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/index.js +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.browser.js +0 -2
- 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/runtimeConfig.native.js +0 -2
- package/node_modules/@aws-sdk/nested-clients/dist-es/submodules/sts/runtimeConfig.shared.js +2 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commandBuilder.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/commands/GetIdCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commandBuilder.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/signin/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commandBuilder.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commandBuilder.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commandBuilder.d.ts +18 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.browser.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.native.d.ts +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commandBuilder.d.ts +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetCredentialsForIdentityCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/commands/GetIdCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.browser.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.native.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/cognito-identity/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commandBuilder.d.ts +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/commands/CreateOAuth2TokenCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.browser.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.native.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/signin/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commandBuilder.d.ts +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/commands/GetRoleCredentialsCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.browser.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.native.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commandBuilder.d.ts +42 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +3 -8
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.browser.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.native.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sso-oidc/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commandBuilder.d.ts +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +7 -16
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/index.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.browser.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.native.d.ts +8 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/ts3.4/submodules/sts/runtimeConfig.shared.d.ts +1 -0
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-cjs/index.js +3 -51
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/index.js +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/index.d.ts +3 -3
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/package.json +4 -4
- package/node_modules/@aws-sdk/nested-clients/package.json +8 -10
- package/node_modules/@aws-sdk/nested-clients/signin.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/sso-oidc.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/sso.d.ts +1 -3
- package/node_modules/@aws-sdk/nested-clients/sts.d.ts +1 -3
- package/node_modules/@aws-sdk/signature-v4-multi-region/package.json +4 -4
- package/node_modules/@aws-sdk/types/package.json +2 -2
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/index.js +236 -3
- package/node_modules/@aws-sdk/xml-builder/package.json +3 -4
- package/node_modules/@earendil-works/pi-agent-core/dist/agent.js +10 -1
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +4 -6
- package/node_modules/@earendil-works/pi-agent-core/dist/harness/env/nodejs.js +20 -2
- package/node_modules/@earendil-works/pi-agent-core/package.json +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/api/azure-openai-responses.js +2 -14
- package/node_modules/@earendil-works/pi-ai/dist/api/bedrock-converse-stream.js +16 -5
- package/node_modules/@earendil-works/pi-ai/dist/api/google-generative-ai.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/google-vertex.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-codex-responses.js +54 -19
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-completions.js +8 -3
- package/node_modules/@earendil-works/pi-ai/dist/api/openai-responses.js +2 -14
- package/node_modules/@earendil-works/pi-ai/dist/api/openrouter-images.js +2 -1
- package/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +15 -45
- package/node_modules/@earendil-works/pi-ai/dist/providers/amazon-bedrock.models.js +124 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.models.js +18 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/cerebras.models.js +18 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare-ai-gateway.models.js +18 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/fireworks.models.js +4 -3
- package/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot.models.js +57 -0
- package/node_modules/@earendil-works/pi-ai/dist/providers/groq.models.js +1 -1
- package/node_modules/@earendil-works/pi-ai/dist/providers/mistral.models.js +4 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/nvidia.models.js +4 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode-go.models.js +5 -5
- package/node_modules/@earendil-works/pi-ai/dist/providers/opencode.models.js +75 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/openrouter.models.js +105 -88
- package/node_modules/@earendil-works/pi-ai/dist/providers/together.models.js +2 -2
- package/node_modules/@earendil-works/pi-ai/dist/providers/vercel-ai-gateway.models.js +41 -4
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-ams.models.js +12 -12
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-cn.models.js +12 -12
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi-token-plan-sgp.models.js +12 -12
- package/node_modules/@earendil-works/pi-ai/dist/providers/xiaomi.models.js +15 -15
- package/node_modules/@earendil-works/pi-ai/dist/utils/error-body.js +109 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/device-code.js +15 -2
- package/node_modules/@earendil-works/pi-ai/dist/utils/oauth/github-copilot.js +3 -2
- package/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js +3 -0
- package/node_modules/@earendil-works/pi-ai/dist/utils/retry.js +1 -0
- package/node_modules/@earendil-works/pi-ai/package.json +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +35 -4
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js +13 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js +5 -8
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.js +6 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.js +33 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/http-dispatcher.js +28 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js +14 -17
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/project-trust.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-attribution.js +0 -10
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.js +87 -68
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.js +8 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js +20 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit.js +2 -2
- package/node_modules/@earendil-works/pi-coding-agent/dist/index.js +2 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/main.js +1 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.js +15 -7
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-entry.js +52 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.js +13 -1
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/status-indicator.js +60 -0
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message.js +18 -5
- package/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js +143 -130
- package/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js +7 -0
- package/node_modules/@earendil-works/pi-coding-agent/npm-shrinkwrap.json +12 -12
- package/node_modules/@earendil-works/pi-coding-agent/package.json +4 -4
- package/node_modules/@earendil-works/pi-orchestrator/package.json +2 -2
- package/node_modules/@earendil-works/pi-tui/package.json +1 -1
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.browser.js +358 -145
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.js +462 -142
- package/node_modules/@smithy/core/dist-cjs/submodules/checksum/index.native.js +358 -145
- package/node_modules/@smithy/core/dist-cjs/submodules/client/index.js +18 -0
- package/node_modules/@smithy/core/dist-cjs/submodules/config/index.js +108 -63
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.browser.js +11 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/event-streams/index.js +11 -8
- package/node_modules/@smithy/core/dist-cjs/submodules/protocols/index.js +5 -2
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.browser.js +30 -36
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.js +85 -137
- package/node_modules/@smithy/core/dist-cjs/submodules/serde/index.native.js +30 -36
- package/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Js.js +30 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/crc32/Crc32Node.js +24 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/index.browser.js +7 -1
- package/node_modules/@smithy/core/dist-es/submodules/checksum/index.js +7 -1
- package/node_modules/@smithy/core/dist-es/submodules/checksum/index.native.js +7 -1
- package/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Js.js +92 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/md5/Md5Node.js +29 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Js.js +179 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256Node.js +59 -0
- package/node_modules/@smithy/core/dist-es/submodules/checksum/sha256/Sha256WebCrypto.js +71 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/index.js +1 -0
- package/node_modules/@smithy/core/dist-es/submodules/client/smithy-client/client-command-builder.js +17 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/config.js +6 -1
- package/node_modules/@smithy/core/dist-es/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.js +92 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/constants.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/config/defaults-mode/resolveDefaultsModeConfig.js +3 -56
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/EventStreamCodec.js +5 -3
- package/node_modules/@smithy/core/dist-es/submodules/event-streams/eventstream-codec/splitMessage.js +7 -6
- package/node_modules/@smithy/core/dist-es/submodules/protocols/HttpProtocol.js +4 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/concatBytes.js +15 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.browser.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/index.native.js +2 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/checksum/ChecksumStream.js +35 -27
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/headStream.js +2 -1
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.browser.js +12 -38
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-stream/stream-collector.js +18 -33
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.browser.js +3 -0
- package/node_modules/@smithy/core/dist-es/submodules/serde/util-utf8/toUint8Array.js +3 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/crc32/Crc32Js.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/crc32/Crc32Node.d.ts +18 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/index.browser.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/checksum/index.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/checksum/index.native.d.ts +7 -1
- package/node_modules/@smithy/core/dist-types/submodules/checksum/md5/Md5Js.d.ts +19 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/md5/Md5Node.d.ts +17 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256Js.d.ts +28 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256Node.d.ts +13 -0
- package/node_modules/@smithy/core/dist-types/submodules/checksum/sha256/Sha256WebCrypto.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/index.d.ts +1 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/client-command-builder.d.ts +22 -0
- package/node_modules/@smithy/core/dist-types/submodules/client/smithy-client/command.d.ts +5 -6
- package/node_modules/@smithy/core/dist-types/submodules/config/config-resolver/regionConfig/getInstanceMetadataRegion.d.ts +7 -0
- package/node_modules/@smithy/core/dist-types/submodules/config/defaults-mode/constants.d.ts +12 -0
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.browser.d.ts +4 -5
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/index.d.ts +4 -5
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/adaptors/getEndpointFromInstructions.d.ts +3 -4
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/endpointMiddleware.d.ts +1 -2
- package/node_modules/@smithy/core/dist-types/submodules/endpoints/middleware-endpoint/getEndpointPlugin.d.ts +1 -2
- package/node_modules/@smithy/core/dist-types/submodules/serde/concatBytes.d.ts +6 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.browser.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/index.native.d.ts +2 -0
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/checksum/ChecksumStream.d.ts +29 -12
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.browser.d.ts +8 -2
- package/node_modules/@smithy/core/dist-types/submodules/serde/util-stream/stream-collector.d.ts +4 -1
- package/node_modules/@smithy/core/package.json +5 -5
- package/node_modules/@smithy/credential-provider-imds/package.json +3 -3
- package/node_modules/@smithy/fetch-http-handler/dist-cjs/index.js +2 -55
- package/node_modules/@smithy/fetch-http-handler/dist-es/index.js +2 -2
- package/node_modules/@smithy/fetch-http-handler/dist-types/index.d.ts +2 -2
- package/node_modules/@smithy/fetch-http-handler/package.json +4 -4
- package/node_modules/@smithy/signature-v4/package.json +3 -4
- package/node_modules/@smithy/types/dist-types/index.d.ts +1 -0
- package/node_modules/@smithy/types/package.json +1 -1
- package/node_modules/@types/node/README.md +1 -1
- package/node_modules/@types/node/buffer.d.ts +64 -25
- package/node_modules/@types/node/crypto.d.ts +18 -5
- package/node_modules/@types/node/diagnostics_channel.d.ts +237 -3
- package/node_modules/@types/node/dns.d.ts +1 -1
- package/node_modules/@types/node/ffi.d.ts +486 -0
- package/node_modules/@types/node/fs/promises.d.ts +3 -0
- package/node_modules/@types/node/fs.d.ts +21 -6
- package/node_modules/@types/node/http.d.ts +25 -0
- package/node_modules/@types/node/index.d.ts +1 -0
- package/node_modules/@types/node/package.json +2 -2
- package/node_modules/@types/node/process.d.ts +14 -1
- package/node_modules/@types/node/quic.d.ts +92 -11
- package/node_modules/@types/node/sqlite.d.ts +55 -0
- package/node_modules/@types/node/stream/iter.d.ts +150 -0
- package/node_modules/@types/node/stream.d.ts +32 -0
- package/node_modules/@types/node/test.d.ts +112 -2
- package/node_modules/@types/node/ts5.6/index.d.ts +1 -0
- package/node_modules/@types/node/ts5.7/index.d.ts +1 -0
- package/node_modules/@types/node/util.d.ts +19 -2
- package/node_modules/@types/node/v8.d.ts +84 -2
- package/node_modules/@types/node/worker_threads.d.ts +8 -7
- package/node_modules/protobufjs/dist/light/protobuf.js +2 -2
- package/node_modules/protobufjs/dist/light/protobuf.min.js +2 -2
- package/node_modules/protobufjs/dist/minimal/protobuf.js +2 -2
- package/node_modules/protobufjs/dist/minimal/protobuf.min.js +2 -2
- package/node_modules/protobufjs/dist/protobuf.js +5 -2
- 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/package.json +1 -1
- package/node_modules/protobufjs/src/parse.js +3 -0
- package/package.json +7 -7
- package/slingshot/index.js +261 -261
- package/node_modules/@aws-crypto/crc32/CHANGELOG.md +0 -100
- package/node_modules/@aws-crypto/crc32/LICENSE +0 -201
- package/node_modules/@aws-crypto/crc32/README.md +0 -16
- package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.d.ts +0 -7
- package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js +0 -31
- package/node_modules/@aws-crypto/crc32/build/main/aws_crc32.js.map +0 -1
- package/node_modules/@aws-crypto/crc32/build/main/index.d.ts +0 -7
- package/node_modules/@aws-crypto/crc32/build/main/index.js +0 -108
- package/node_modules/@aws-crypto/crc32/build/main/index.js.map +0 -1
- package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.d.ts +0 -7
- package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js +0 -28
- package/node_modules/@aws-crypto/crc32/build/module/aws_crc32.js.map +0 -1
- package/node_modules/@aws-crypto/crc32/build/module/index.d.ts +0 -7
- package/node_modules/@aws-crypto/crc32/build/module/index.js +0 -103
- package/node_modules/@aws-crypto/crc32/build/module/index.js.map +0 -1
- package/node_modules/@aws-crypto/crc32/package.json +0 -32
- package/node_modules/@aws-crypto/crc32/src/aws_crc32.ts +0 -24
- package/node_modules/@aws-crypto/crc32/src/index.ts +0 -92
- package/node_modules/@aws-crypto/crc32/tsconfig.json +0 -9
- package/node_modules/@aws-crypto/crc32/tsconfig.module.json +0 -7
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.browser.js +0 -869
- package/node_modules/@aws-sdk/core/dist-cjs/submodules/client/index.native.js +0 -862
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/checkUrl.js +0 -42
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.browser.js +0 -27
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/fromHttp.js +0 -71
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/requestHelpers.js +0 -49
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/fromHttp/retry-wrapper.js +0 -13
- package/node_modules/@aws-sdk/credential-provider-http/dist-cjs/index.browser.js +0 -2
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +0 -8
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +0 -41
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -5
- package/node_modules/@aws-sdk/credential-provider-http/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +0 -7
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromTokenFile.js +0 -29
- package/node_modules/@aws-sdk/credential-provider-web-identity/dist-cjs/fromWebToken.js +0 -25
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/stream-collector/collector.js +0 -8
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-es/stream-collector/index.js +0 -41
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/stream-collector/collector.d.ts +0 -5
- package/node_modules/@aws-sdk/nested-clients/node_modules/@smithy/node-http-handler/dist-types/stream-collector/index.d.ts +0 -7
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.browser.js +0 -57
- package/node_modules/@aws-sdk/xml-builder/dist-cjs/xml-parser.js +0 -234
- package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/constants.js +0 -3
- package/node_modules/@smithy/core/dist-es/submodules/checksum/md5-js/md5.js +0 -168
- package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/constants.d.ts +0 -12
- package/node_modules/@smithy/core/dist-types/submodules/checksum/md5-js/md5.d.ts +0 -16
- package/node_modules/@smithy/fetch-http-handler/dist-es/stream-collector.js +0 -53
- package/node_modules/@smithy/fetch-http-handler/dist-types/stream-collector.d.ts +0 -2
- /package/node_modules/@smithy/{core/dist-es/submodules/endpoints/middleware-endpoint/types.js → types/dist-es/endpoints/EndpointParameterInstructions.js} +0 -0
- /package/node_modules/@smithy/{core/dist-types/submodules/endpoints/middleware-endpoint/types.d.ts → types/dist-types/endpoints/EndpointParameterInstructions.d.ts} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/signature-v4-multi-region",
|
|
3
|
-
"version": "3.996.
|
|
3
|
+
"version": "3.996.38",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
6
6
|
"build:browser": "node ./test-browser/browser-build/esbuild",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
},
|
|
27
27
|
"license": "Apache-2.0",
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@aws-sdk/types": "^3.973.
|
|
30
|
-
"@smithy/signature-v4": "^5.
|
|
31
|
-
"@smithy/types": "^4.
|
|
29
|
+
"@aws-sdk/types": "^3.973.15",
|
|
30
|
+
"@smithy/signature-v4": "^5.6.1",
|
|
31
|
+
"@smithy/types": "^4.15.1",
|
|
32
32
|
"tslib": "^2.6.2"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/types",
|
|
3
|
-
"version": "3.973.
|
|
3
|
+
"version": "3.973.15",
|
|
4
4
|
"main": "./dist-cjs/index.js",
|
|
5
5
|
"module": "./dist-es/index.js",
|
|
6
6
|
"types": "./dist-types/index.d.ts",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"directory": "packages-internal/types"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@smithy/types": "^4.
|
|
45
|
+
"@smithy/types": "^4.15.1",
|
|
46
46
|
"tslib": "^2.6.2"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
@@ -1,6 +1,3 @@
|
|
|
1
|
-
const { parseXML } = require("./xml-parser");
|
|
2
|
-
exports.parseXML = parseXML;
|
|
3
|
-
|
|
4
1
|
const ATTR_ESCAPE_RE = /[&<>"]/g;
|
|
5
2
|
const ATTR_ESCAPE_MAP = {
|
|
6
3
|
"&": "&",
|
|
@@ -125,5 +122,241 @@ class XmlNode {
|
|
|
125
122
|
}
|
|
126
123
|
}
|
|
127
124
|
|
|
125
|
+
function parseXML(xml) {
|
|
126
|
+
const state = new AwsXmlParser(xml);
|
|
127
|
+
return state.parse();
|
|
128
|
+
}
|
|
129
|
+
class AwsXmlParser {
|
|
130
|
+
x;
|
|
131
|
+
i = 0;
|
|
132
|
+
z;
|
|
133
|
+
constructor(x) {
|
|
134
|
+
this.x = x;
|
|
135
|
+
this.x = x.replace(/\r\n?/g, "\n");
|
|
136
|
+
this.z = this.x.length;
|
|
137
|
+
}
|
|
138
|
+
parse() {
|
|
139
|
+
const p = this;
|
|
140
|
+
const { z } = p;
|
|
141
|
+
while (p.i < z) {
|
|
142
|
+
p.trim();
|
|
143
|
+
if (p.i >= z) {
|
|
144
|
+
break;
|
|
145
|
+
}
|
|
146
|
+
if (p.isNext("<?")) {
|
|
147
|
+
p.readTo("?>");
|
|
148
|
+
p.trim();
|
|
149
|
+
}
|
|
150
|
+
else if (p.isNext("<!--")) {
|
|
151
|
+
p.readTo("-->");
|
|
152
|
+
p.trim();
|
|
153
|
+
}
|
|
154
|
+
else if (p.isNext("<!DOCTYPE", false)) {
|
|
155
|
+
p.skipDoctype();
|
|
156
|
+
p.trim();
|
|
157
|
+
}
|
|
158
|
+
else if (p.x[p.i] === "<") {
|
|
159
|
+
const root = p.parseTag();
|
|
160
|
+
return { [root.tag]: root.value };
|
|
161
|
+
}
|
|
162
|
+
else {
|
|
163
|
+
throw new Error("@aws-sdk XML parse error: unexpected content.");
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
throw new Error("@aws-sdk XML parse error: no root element.");
|
|
167
|
+
}
|
|
168
|
+
isNext(s, caseSensitive = true) {
|
|
169
|
+
const p = this;
|
|
170
|
+
if (caseSensitive) {
|
|
171
|
+
return p.x.startsWith(s, p.i);
|
|
172
|
+
}
|
|
173
|
+
return p.x.toLowerCase().startsWith(s.toLowerCase(), p.i);
|
|
174
|
+
}
|
|
175
|
+
readTo(stop) {
|
|
176
|
+
const p = this;
|
|
177
|
+
const _i = p.x.indexOf(stop, p.i);
|
|
178
|
+
if (_i === -1) {
|
|
179
|
+
throw new Error(`@aws-sdk XML parse error: expected "${stop}" not found.`);
|
|
180
|
+
}
|
|
181
|
+
const result = p.x.slice(p.i, _i);
|
|
182
|
+
p.i = _i + stop.length;
|
|
183
|
+
return result;
|
|
184
|
+
}
|
|
185
|
+
trim() {
|
|
186
|
+
const p = this;
|
|
187
|
+
while (p.i < p.z && " \t\r\n".includes(p.x[p.i])) {
|
|
188
|
+
++p.i;
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
readAttrValue() {
|
|
192
|
+
const p = this;
|
|
193
|
+
const quote = p.x[p.i];
|
|
194
|
+
++p.i;
|
|
195
|
+
let value = "";
|
|
196
|
+
while (p.i < p.z && p.x[p.i] !== quote) {
|
|
197
|
+
value += p.x[p.i++];
|
|
198
|
+
}
|
|
199
|
+
++p.i;
|
|
200
|
+
return p.decodeEntities(value);
|
|
201
|
+
}
|
|
202
|
+
parseTag() {
|
|
203
|
+
const p = this;
|
|
204
|
+
++p.i;
|
|
205
|
+
let tag = "";
|
|
206
|
+
while (p.i < p.z && !" \t\r\n>/".includes(p.x[p.i])) {
|
|
207
|
+
tag += p.x[p.i++];
|
|
208
|
+
}
|
|
209
|
+
let hasAttrs = false;
|
|
210
|
+
const attrs = Object.create(null);
|
|
211
|
+
while (p.i < p.z) {
|
|
212
|
+
p.trim();
|
|
213
|
+
if (">/".includes(p.x[p.i])) {
|
|
214
|
+
break;
|
|
215
|
+
}
|
|
216
|
+
let name = "";
|
|
217
|
+
while (p.i < p.z && !"= \t\r\n>/?".includes(p.x[p.i])) {
|
|
218
|
+
name += p.x[p.i++];
|
|
219
|
+
}
|
|
220
|
+
p.trim();
|
|
221
|
+
if (p.x[p.i] !== "=") {
|
|
222
|
+
break;
|
|
223
|
+
}
|
|
224
|
+
++p.i;
|
|
225
|
+
p.trim();
|
|
226
|
+
attrs[name] = p.readAttrValue();
|
|
227
|
+
hasAttrs = true;
|
|
228
|
+
}
|
|
229
|
+
if (p.i >= p.z) {
|
|
230
|
+
throw new Error("@aws-sdk XML parse error: unexpected end of input.");
|
|
231
|
+
}
|
|
232
|
+
if (p.x[p.i] === "/") {
|
|
233
|
+
++p.i;
|
|
234
|
+
if (p.i >= p.z || p.x[p.i] !== ">") {
|
|
235
|
+
throw new Error("@aws-sdk XML parse error: expected > at the end of self-closing tag.");
|
|
236
|
+
}
|
|
237
|
+
++p.i;
|
|
238
|
+
Object.setPrototypeOf(attrs, Object.prototype);
|
|
239
|
+
return { tag, value: hasAttrs ? attrs : "" };
|
|
240
|
+
}
|
|
241
|
+
if (p.x[p.i] !== ">") {
|
|
242
|
+
throw new Error("@aws-sdk XML parse error: expected > at the end of opening tag.");
|
|
243
|
+
}
|
|
244
|
+
++p.i;
|
|
245
|
+
const textParts = [];
|
|
246
|
+
const childTags = [];
|
|
247
|
+
let hasElementChild = false;
|
|
248
|
+
while (p.i < p.z) {
|
|
249
|
+
if (p.isNext("</")) {
|
|
250
|
+
break;
|
|
251
|
+
}
|
|
252
|
+
if (p.x[p.i] === "<") {
|
|
253
|
+
if (p.isNext("<!--")) {
|
|
254
|
+
p.readTo("-->");
|
|
255
|
+
}
|
|
256
|
+
else if (p.isNext("<![CDATA[")) {
|
|
257
|
+
p.i += 9;
|
|
258
|
+
textParts.push(p.readTo("]]>"));
|
|
259
|
+
}
|
|
260
|
+
else if (p.isNext("<?")) {
|
|
261
|
+
p.readTo("?>");
|
|
262
|
+
}
|
|
263
|
+
else {
|
|
264
|
+
hasElementChild = true;
|
|
265
|
+
childTags.push(p.parseTag());
|
|
266
|
+
}
|
|
267
|
+
}
|
|
268
|
+
else {
|
|
269
|
+
let text = "";
|
|
270
|
+
while (p.i < p.z && p.x[p.i] !== "<") {
|
|
271
|
+
text += p.x[p.i++];
|
|
272
|
+
}
|
|
273
|
+
textParts.push(p.decodeEntities(text));
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
if (!p.isNext("</")) {
|
|
277
|
+
throw new Error(`@aws-sdk XML parse error: missing closing tag </${tag}>.`);
|
|
278
|
+
}
|
|
279
|
+
p.i += 2;
|
|
280
|
+
const closeTag = p.readTo(">").trim();
|
|
281
|
+
if (closeTag !== tag) {
|
|
282
|
+
throw new Error(`@aws-sdk XML parse error: mismatched tags <${tag}> and </${closeTag}>.`);
|
|
283
|
+
}
|
|
284
|
+
if (!hasAttrs && textParts.length === 0 && !hasElementChild) {
|
|
285
|
+
return { tag, value: "" };
|
|
286
|
+
}
|
|
287
|
+
if (!hasAttrs && !hasElementChild) {
|
|
288
|
+
const text = textParts.length === 1 ? textParts[0] : textParts.join("");
|
|
289
|
+
if (text.trim() === "" && text.includes("\n")) {
|
|
290
|
+
return { tag, value: "" };
|
|
291
|
+
}
|
|
292
|
+
return { tag, value: text };
|
|
293
|
+
}
|
|
294
|
+
const obj = Object.create(null);
|
|
295
|
+
for (const text of textParts) {
|
|
296
|
+
if (text.trim() === "" && text.includes("\n")) {
|
|
297
|
+
continue;
|
|
298
|
+
}
|
|
299
|
+
obj["#text"] = "#text" in obj ? obj["#text"] + text : text;
|
|
300
|
+
}
|
|
301
|
+
for (const child of childTags) {
|
|
302
|
+
if (child.tag in obj) {
|
|
303
|
+
if (Array.isArray(obj[child.tag])) {
|
|
304
|
+
obj[child.tag].push(child.value);
|
|
305
|
+
}
|
|
306
|
+
else {
|
|
307
|
+
obj[child.tag] = [obj[child.tag], child.value];
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
|
+
else {
|
|
311
|
+
obj[child.tag] = child.value;
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
for (const [k, v] of Object.entries(attrs)) {
|
|
315
|
+
obj[k] = v;
|
|
316
|
+
}
|
|
317
|
+
Object.setPrototypeOf(obj, Object.prototype);
|
|
318
|
+
return { tag, value: obj };
|
|
319
|
+
}
|
|
320
|
+
static ENTITIES = {
|
|
321
|
+
amp: "&",
|
|
322
|
+
lt: "<",
|
|
323
|
+
gt: ">",
|
|
324
|
+
quot: '"',
|
|
325
|
+
apos: "'",
|
|
326
|
+
};
|
|
327
|
+
skipDoctype() {
|
|
328
|
+
const p = this;
|
|
329
|
+
p.i += 9;
|
|
330
|
+
let depth = 0;
|
|
331
|
+
while (p.i < p.z) {
|
|
332
|
+
const c = p.x[p.i];
|
|
333
|
+
if (c === "[") {
|
|
334
|
+
++depth;
|
|
335
|
+
}
|
|
336
|
+
else if (c === "]") {
|
|
337
|
+
--depth;
|
|
338
|
+
}
|
|
339
|
+
else if (c === ">" && depth === 0) {
|
|
340
|
+
++p.i;
|
|
341
|
+
return;
|
|
342
|
+
}
|
|
343
|
+
++p.i;
|
|
344
|
+
}
|
|
345
|
+
throw new Error("@aws-sdk XML parse error: unclosed DOCTYPE.");
|
|
346
|
+
}
|
|
347
|
+
decodeEntities(s) {
|
|
348
|
+
return s.replace(/&(?:#x([0-9a-fA-F]{1,6})|#(\d{1,7})|([a-zA-Z][a-zA-Z0-9]{0,30}));/g, (_, hex, dec, named) => {
|
|
349
|
+
if (hex) {
|
|
350
|
+
return String.fromCharCode(parseInt(hex, 16));
|
|
351
|
+
}
|
|
352
|
+
if (dec) {
|
|
353
|
+
return String.fromCharCode(parseInt(dec, 10));
|
|
354
|
+
}
|
|
355
|
+
return AwsXmlParser.ENTITIES[named] ?? "";
|
|
356
|
+
});
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
|
|
128
360
|
exports.XmlNode = XmlNode;
|
|
129
361
|
exports.XmlText = XmlText;
|
|
362
|
+
exports.parseXML = parseXML;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/xml-builder",
|
|
3
|
-
"version": "3.972.
|
|
3
|
+
"version": "3.972.33",
|
|
4
4
|
"description": "XML utilities for the AWS SDK",
|
|
5
5
|
"dependencies": {
|
|
6
|
-
"@smithy/types": "^4.
|
|
6
|
+
"@smithy/types": "^4.15.1",
|
|
7
7
|
"tslib": "^2.6.2"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
@@ -45,8 +45,7 @@
|
|
|
45
45
|
"./dist-es/xml-parser": "./dist-es/xml-parser.browser"
|
|
46
46
|
},
|
|
47
47
|
"react-native": {
|
|
48
|
-
"./dist-es/xml-parser": "./dist-es/xml-parser.browser"
|
|
49
|
-
"./dist-cjs/xml-parser": "./dist-cjs/xml-parser.browser"
|
|
48
|
+
"./dist-es/xml-parser": "./dist-es/xml-parser.browser"
|
|
50
49
|
},
|
|
51
50
|
"homepage": "https://github.com/aws/aws-sdk-js-v3/tree/main/packages-internal/xml-builder",
|
|
52
51
|
"repository": {
|
|
@@ -97,6 +97,7 @@ export class Agent {
|
|
|
97
97
|
beforeToolCall;
|
|
98
98
|
afterToolCall;
|
|
99
99
|
prepareNextTurn;
|
|
100
|
+
prepareNextTurnWithContext;
|
|
100
101
|
activeRun;
|
|
101
102
|
/** Session identifier forwarded to providers for cache-aware backends. */
|
|
102
103
|
sessionId;
|
|
@@ -119,6 +120,7 @@ export class Agent {
|
|
|
119
120
|
this.beforeToolCall = options.beforeToolCall;
|
|
120
121
|
this.afterToolCall = options.afterToolCall;
|
|
121
122
|
this.prepareNextTurn = options.prepareNextTurn;
|
|
123
|
+
this.prepareNextTurnWithContext = options.prepareNextTurnWithContext;
|
|
122
124
|
this.steeringQueue = new PendingMessageQueue(options.steeringMode ?? "one-at-a-time");
|
|
123
125
|
this.followUpQueue = new PendingMessageQueue(options.followUpMode ?? "one-at-a-time");
|
|
124
126
|
this.sessionId = options.sessionId;
|
|
@@ -289,7 +291,14 @@ export class Agent {
|
|
|
289
291
|
toolExecution: this.toolExecution,
|
|
290
292
|
beforeToolCall: this.beforeToolCall,
|
|
291
293
|
afterToolCall: this.afterToolCall,
|
|
292
|
-
prepareNextTurn: this.
|
|
294
|
+
prepareNextTurn: this.prepareNextTurnWithContext || this.prepareNextTurn
|
|
295
|
+
? async (context) => {
|
|
296
|
+
if (this.prepareNextTurnWithContext) {
|
|
297
|
+
return await this.prepareNextTurnWithContext(context, this.signal);
|
|
298
|
+
}
|
|
299
|
+
return await this.prepareNextTurn?.(this.signal);
|
|
300
|
+
}
|
|
301
|
+
: undefined,
|
|
293
302
|
convertToLlm: this.convertToLlm,
|
|
294
303
|
transformContext: this.transformContext,
|
|
295
304
|
getApiKey: this.getApiKey,
|
|
@@ -474,14 +474,12 @@ export async function compact(preparation, models, model, customInstructions, si
|
|
|
474
474
|
}
|
|
475
475
|
let summary;
|
|
476
476
|
if (isSplitTurn && turnPrefixMessages.length > 0) {
|
|
477
|
-
const
|
|
478
|
-
messagesToSummarize.
|
|
479
|
-
|
|
480
|
-
: Promise.resolve(ok("No prior history.")),
|
|
481
|
-
generateTurnPrefixSummary(turnPrefixMessages, models, model, settings.reserveTokens, signal, thinkingLevel),
|
|
482
|
-
]);
|
|
477
|
+
const historyResult = messagesToSummarize.length > 0
|
|
478
|
+
? await generateSummary(messagesToSummarize, models, model, settings.reserveTokens, signal, customInstructions, previousSummary, thinkingLevel)
|
|
479
|
+
: ok("No prior history.");
|
|
483
480
|
if (!historyResult.ok)
|
|
484
481
|
return err(historyResult.error);
|
|
482
|
+
const turnPrefixResult = await generateTurnPrefixSummary(turnPrefixMessages, models, model, settings.reserveTokens, signal, thinkingLevel);
|
|
485
483
|
if (!turnPrefixResult.ok)
|
|
486
484
|
return err(turnPrefixResult.error);
|
|
487
485
|
summary = `${historyResult.value}\n\n---\n\n**Turn Context (split turn):**\n\n${turnPrefixResult.value}`;
|
|
@@ -6,6 +6,20 @@ import { tmpdir } from "node:os";
|
|
|
6
6
|
import { isAbsolute, join, resolve } from "node:path";
|
|
7
7
|
import { createInterface } from "node:readline";
|
|
8
8
|
import { ExecutionError, err, FileError, ok, toError, } from "../types.js";
|
|
9
|
+
const MAX_TIMEOUT_MS = 2_147_483_647;
|
|
10
|
+
const MAX_TIMEOUT_SECONDS = MAX_TIMEOUT_MS / 1000;
|
|
11
|
+
function resolveTimeoutMs(timeout) {
|
|
12
|
+
if (timeout === undefined)
|
|
13
|
+
return ok(undefined);
|
|
14
|
+
if (!Number.isFinite(timeout) || timeout <= 0) {
|
|
15
|
+
return err(new ExecutionError("timeout", "Invalid timeout: must be a finite number of seconds"));
|
|
16
|
+
}
|
|
17
|
+
const timeoutMs = timeout * 1000;
|
|
18
|
+
if (timeoutMs > MAX_TIMEOUT_MS) {
|
|
19
|
+
return err(new ExecutionError("timeout", `Invalid timeout: maximum is ${MAX_TIMEOUT_SECONDS} seconds`));
|
|
20
|
+
}
|
|
21
|
+
return ok(timeoutMs);
|
|
22
|
+
}
|
|
9
23
|
function resolvePath(cwd, path) {
|
|
10
24
|
return isAbsolute(path) ? path : resolve(cwd, path);
|
|
11
25
|
}
|
|
@@ -203,6 +217,10 @@ export class NodeExecutionEnv {
|
|
|
203
217
|
async exec(command, options) {
|
|
204
218
|
if (options?.abortSignal?.aborted)
|
|
205
219
|
return err(new ExecutionError("aborted", "aborted"));
|
|
220
|
+
const timeoutMsResult = resolveTimeoutMs(options?.timeout);
|
|
221
|
+
if (!timeoutMsResult.ok)
|
|
222
|
+
return err(timeoutMsResult.error);
|
|
223
|
+
const timeoutMs = timeoutMsResult.value;
|
|
206
224
|
const cwd = options?.cwd ? resolvePath(this.cwd, options.cwd) : this.cwd;
|
|
207
225
|
const shellConfig = await getShellConfig(this.shellPath);
|
|
208
226
|
if (!shellConfig.ok)
|
|
@@ -250,13 +268,13 @@ export class NodeExecutionEnv {
|
|
|
250
268
|
return;
|
|
251
269
|
}
|
|
252
270
|
timeoutId =
|
|
253
|
-
|
|
271
|
+
timeoutMs !== undefined
|
|
254
272
|
? setTimeout(() => {
|
|
255
273
|
timedOut = true;
|
|
256
274
|
if (child?.pid) {
|
|
257
275
|
killProcessTree(child.pid);
|
|
258
276
|
}
|
|
259
|
-
},
|
|
277
|
+
}, timeoutMs)
|
|
260
278
|
: undefined;
|
|
261
279
|
if (options?.abortSignal) {
|
|
262
280
|
if (options.abortSignal.aborted) {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@earendil-works/pi-agent-core",
|
|
3
|
-
"version": "0.80.
|
|
3
|
+
"version": "0.80.3",
|
|
4
4
|
"description": "General-purpose agent with transport abstraction, state management, and attachment support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"prepublishOnly": "npm run clean && npm run build"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@earendil-works/pi-ai": "^0.80.
|
|
32
|
+
"@earendil-works/pi-ai": "^0.80.3",
|
|
33
33
|
"ignore": "7.0.5",
|
|
34
34
|
"typebox": "1.1.38",
|
|
35
35
|
"yaml": "2.9.0"
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { AzureOpenAI } from "openai";
|
|
2
2
|
import { clampThinkingLevel } from "../models.js";
|
|
3
|
+
import { formatProviderError, normalizeProviderError } from "../utils/error-body.js";
|
|
3
4
|
import { AssistantMessageEventStream } from "../utils/event-stream.js";
|
|
4
5
|
import { headersToRecord } from "../utils/headers.js";
|
|
5
6
|
import { getProviderEnvValue } from "../utils/provider-env.js";
|
|
@@ -31,20 +32,7 @@ function resolveDeploymentName(model, options) {
|
|
|
31
32
|
return mappedDeployment || model.id;
|
|
32
33
|
}
|
|
33
34
|
function formatAzureOpenAIError(error) {
|
|
34
|
-
|
|
35
|
-
const status = error.status;
|
|
36
|
-
const statusCode = typeof status === "number" ? status : undefined;
|
|
37
|
-
if (statusCode !== undefined) {
|
|
38
|
-
return `Azure OpenAI API error (${statusCode}): ${error.message}`;
|
|
39
|
-
}
|
|
40
|
-
return error.message;
|
|
41
|
-
}
|
|
42
|
-
try {
|
|
43
|
-
return JSON.stringify(error);
|
|
44
|
-
}
|
|
45
|
-
catch {
|
|
46
|
-
return String(error);
|
|
47
|
-
}
|
|
35
|
+
return formatProviderError(normalizeProviderError(error), "Azure OpenAI API error");
|
|
48
36
|
}
|
|
49
37
|
/**
|
|
50
38
|
* Generate function for Azure OpenAI Responses API
|
|
@@ -3,6 +3,7 @@ import { NodeHttpHandler } from "@smithy/node-http-handler";
|
|
|
3
3
|
import { HttpProxyAgent } from "http-proxy-agent";
|
|
4
4
|
import { HttpsProxyAgent } from "https-proxy-agent";
|
|
5
5
|
import { calculateCost } from "../models.js";
|
|
6
|
+
import { normalizeProviderError } from "../utils/error-body.js";
|
|
6
7
|
import { AssistantMessageEventStream } from "../utils/event-stream.js";
|
|
7
8
|
import { providerHeadersToRecord } from "../utils/headers.js";
|
|
8
9
|
import { parseStreamingJson } from "../utils/json-parse.js";
|
|
@@ -225,15 +226,21 @@ const BEDROCK_DATA_RETENTION_DOCS_URL = "https://docs.aws.amazon.com/bedrock/lat
|
|
|
225
226
|
* detection) can distinguish error categories via simple string matching.
|
|
226
227
|
*/
|
|
227
228
|
function formatBedrockError(error) {
|
|
228
|
-
const
|
|
229
|
-
|
|
229
|
+
const norm = normalizeProviderError(error);
|
|
230
|
+
// Surface the raw HTTP body (with status) when the SDK did not fold it into
|
|
231
|
+
// the message; otherwise fall back to the message. This is what stops a
|
|
232
|
+
// gateway 403 from collapsing to `Unknown: UnknownError`.
|
|
233
|
+
const core = !norm.messageCarriesBody && norm.status !== undefined && norm.body !== undefined
|
|
234
|
+
? `${norm.status}: ${norm.body}`
|
|
235
|
+
: norm.message;
|
|
236
|
+
const dataRetentionHint = /data retention mode/i.test(core)
|
|
230
237
|
? ` See ${BEDROCK_DATA_RETENTION_DOCS_URL} for supported data retention modes.`
|
|
231
238
|
: "";
|
|
232
239
|
if (error instanceof BedrockRuntimeServiceException) {
|
|
233
240
|
const prefix = BEDROCK_ERROR_PREFIXES[error.name] ?? error.name;
|
|
234
|
-
return `${prefix}: ${
|
|
241
|
+
return `${prefix}: ${core}${dataRetentionHint}`;
|
|
235
242
|
}
|
|
236
|
-
return `${
|
|
243
|
+
return `${core}${dataRetentionHint}`;
|
|
237
244
|
}
|
|
238
245
|
/**
|
|
239
246
|
* Header keys that must never be overwritten by caller-supplied headers.
|
|
@@ -418,6 +425,7 @@ function supportsAdaptiveThinking(modelId, modelName) {
|
|
|
418
425
|
s.includes("opus-4-7") ||
|
|
419
426
|
s.includes("opus-4-8") ||
|
|
420
427
|
s.includes("sonnet-4-6") ||
|
|
428
|
+
s.includes("sonnet-5") ||
|
|
421
429
|
s.includes("fable-5"));
|
|
422
430
|
}
|
|
423
431
|
function supportsNativeXhighEffort(model) {
|
|
@@ -471,7 +479,7 @@ function isAnthropicClaudeModel(model) {
|
|
|
471
479
|
}
|
|
472
480
|
/**
|
|
473
481
|
* Check if the model supports prompt caching.
|
|
474
|
-
* Supported: Claude 3.5 Haiku, Claude 3.7 Sonnet, Claude 4.x models
|
|
482
|
+
* Supported: Claude 3.5 Haiku, Claude 3.7 Sonnet, Claude 4.x models, Claude 5 models
|
|
475
483
|
*
|
|
476
484
|
* For base models and system-defined inference profiles the model ID / ARN
|
|
477
485
|
* contains the model name, so we can decide locally.
|
|
@@ -491,6 +499,9 @@ function supportsPromptCaching(model, env) {
|
|
|
491
499
|
return true;
|
|
492
500
|
return false;
|
|
493
501
|
}
|
|
502
|
+
// Claude 5 models (fable-5, sonnet-5)
|
|
503
|
+
if (candidates.some((s) => s.includes("fable-5") || s.includes("sonnet-5")))
|
|
504
|
+
return true;
|
|
494
505
|
// Claude 4.x models (opus-4, sonnet-4, haiku-4)
|
|
495
506
|
if (candidates.some((s) => s.includes("-4-")))
|
|
496
507
|
return true;
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { GoogleGenAI, } from "@google/genai";
|
|
2
2
|
import { calculateCost, clampThinkingLevel } from "../models.js";
|
|
3
|
+
import { formatProviderError, normalizeProviderError } from "../utils/error-body.js";
|
|
3
4
|
import { AssistantMessageEventStream } from "../utils/event-stream.js";
|
|
4
5
|
import { providerHeadersToRecord } from "../utils/headers.js";
|
|
5
6
|
import { sanitizeSurrogates } from "../utils/sanitize-unicode.js";
|
|
@@ -210,7 +211,7 @@ export const stream = (model, context, options) => {
|
|
|
210
211
|
}
|
|
211
212
|
}
|
|
212
213
|
output.stopReason = options?.signal?.aborted ? "aborted" : "error";
|
|
213
|
-
output.errorMessage =
|
|
214
|
+
output.errorMessage = formatProviderError(normalizeProviderError(error));
|
|
214
215
|
stream.push({ type: "error", reason: output.stopReason, error: output });
|
|
215
216
|
stream.end();
|
|
216
217
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { GoogleGenAI, ResourceScope, ThinkingLevel, } from "@google/genai";
|
|
2
2
|
import { calculateCost, clampThinkingLevel } from "../models.js";
|
|
3
|
+
import { formatProviderError, normalizeProviderError } from "../utils/error-body.js";
|
|
3
4
|
import { AssistantMessageEventStream } from "../utils/event-stream.js";
|
|
4
5
|
import { providerHeadersToRecord } from "../utils/headers.js";
|
|
5
6
|
import { getProviderEnvValue } from "../utils/provider-env.js";
|
|
@@ -219,7 +220,7 @@ export const stream = (model, context, options) => {
|
|
|
219
220
|
}
|
|
220
221
|
}
|
|
221
222
|
output.stopReason = options?.signal?.aborted ? "aborted" : "error";
|
|
222
|
-
output.errorMessage =
|
|
223
|
+
output.errorMessage = formatProviderError(normalizeProviderError(error));
|
|
223
224
|
stream.push({ type: "error", reason: output.stopReason, error: output });
|
|
224
225
|
stream.end();
|
|
225
226
|
}
|