@workclaw/openclaw-workclaw 1.0.338 → 1.0.339
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/dist/_virtual/additionalItems.js +4 -0
- package/dist/_virtual/additionalProperties.js +4 -0
- package/dist/_virtual/ajv.js +4 -0
- package/dist/_virtual/allOf.js +4 -0
- package/dist/_virtual/anyOf.js +4 -0
- package/dist/_virtual/applicability.js +4 -0
- package/dist/_virtual/babel.js +4 -0
- package/dist/_virtual/boolSchema.js +4 -0
- package/dist/_virtual/browser.js +4 -0
- package/dist/_virtual/code.js +4 -0
- package/dist/_virtual/code2.js +4 -0
- package/dist/_virtual/const.js +4 -0
- package/dist/_virtual/contains.js +4 -0
- package/dist/_virtual/core.js +4 -0
- package/dist/_virtual/dataType.js +4 -0
- package/dist/_virtual/defaults.js +4 -0
- package/dist/_virtual/dependencies.js +4 -0
- package/dist/_virtual/draft7.js +4 -0
- package/dist/_virtual/enum.js +4 -0
- package/dist/_virtual/equal.js +4 -0
- package/dist/_virtual/errors.js +4 -0
- package/dist/_virtual/escape.js +4 -0
- package/dist/_virtual/format.js +4 -0
- package/dist/_virtual/formats.js +4 -0
- package/dist/_virtual/id.js +4 -0
- package/dist/_virtual/if.js +4 -0
- package/dist/_virtual/index.js +4 -0
- package/dist/_virtual/index.min.js +4 -0
- package/dist/_virtual/index10.js +4 -0
- package/dist/_virtual/index11.js +4 -0
- package/dist/_virtual/index12.js +4 -0
- package/dist/_virtual/index13.js +4 -0
- package/dist/_virtual/index14.js +4 -0
- package/dist/_virtual/index15.js +4 -0
- package/dist/_virtual/index16.js +4 -0
- package/dist/_virtual/index17.js +4 -0
- package/dist/_virtual/index18.js +4 -0
- package/dist/_virtual/index2.js +4 -0
- package/dist/_virtual/index3.js +4 -0
- package/dist/_virtual/index4.js +4 -0
- package/dist/_virtual/index5.js +4 -0
- package/dist/_virtual/index6.js +4 -0
- package/dist/_virtual/index7.js +4 -0
- package/dist/_virtual/index8.js +4 -0
- package/dist/_virtual/index9.js +4 -0
- package/dist/_virtual/items.js +4 -0
- package/dist/_virtual/items2020.js +4 -0
- package/dist/_virtual/keyword.js +4 -0
- package/dist/_virtual/limit.js +4 -0
- package/dist/_virtual/limitItems.js +4 -0
- package/dist/_virtual/limitLength.js +4 -0
- package/dist/_virtual/limitNumber.js +4 -0
- package/dist/_virtual/limitProperties.js +4 -0
- package/dist/_virtual/lockfile.js +4 -0
- package/dist/_virtual/metadata.js +4 -0
- package/dist/_virtual/mtime-precision.js +4 -0
- package/dist/_virtual/multipleOf.js +4 -0
- package/dist/_virtual/names.js +4 -0
- package/dist/_virtual/not.js +4 -0
- package/dist/_virtual/oneOf.js +4 -0
- package/dist/_virtual/options.js +4 -0
- package/dist/_virtual/pattern.js +4 -0
- package/dist/_virtual/patternProperties.js +4 -0
- package/dist/_virtual/photon_rs.js +4 -0
- package/dist/_virtual/prefixItems.js +4 -0
- package/dist/_virtual/properties.js +4 -0
- package/dist/_virtual/propertyNames.js +4 -0
- package/dist/_virtual/ref.js +4 -0
- package/dist/_virtual/ref_error.js +4 -0
- package/dist/_virtual/required.js +4 -0
- package/dist/_virtual/resolve.js +4 -0
- package/dist/_virtual/retry.js +4 -0
- package/dist/_virtual/retry2.js +4 -0
- package/dist/_virtual/rules.js +4 -0
- package/dist/_virtual/scope.js +4 -0
- package/dist/_virtual/signals.js +4 -0
- package/dist/_virtual/subschema.js +4 -0
- package/dist/_virtual/thenElse.js +4 -0
- package/dist/_virtual/types.js +4 -0
- package/dist/_virtual/ucs2length.js +4 -0
- package/dist/_virtual/uniqueItems.js +4 -0
- package/dist/_virtual/uri.js +4 -0
- package/dist/_virtual/util.js +4 -0
- package/dist/_virtual/validation_error.js +4 -0
- package/dist/index.js +39 -35
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/_vendor/partial-json-parser/parser.js +215 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/client.js +493 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/core/api-promise.js +66 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/core/error.js +106 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/core/pagination.js +134 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/core/resource.js +8 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/core/streaming.js +261 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/constants.js +13 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/decoders/jsonl.js +36 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/decoders/line.js +80 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/detect-platform.js +137 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/errors.js +33 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/headers.js +65 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/parse.js +54 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/request-options.js +11 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/shims.js +77 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/to-file.js +58 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/tslib.js +16 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/uploads.js +85 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/utils/bytes.js +28 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/utils/env.js +12 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/utils/log.js +77 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/utils/path.js +59 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/utils/query.js +15 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/utils/sleep.js +4 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/utils/uuid.js +13 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/internal/utils/values.js +49 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/lib/BetaMessageStream.js +596 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/lib/MessageStream.js +571 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/lib/beta-parser.js +76 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/lib/parser.js +64 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/lib/stainless-helper-header.js +48 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/lib/tools/BetaToolRunner.js +349 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/lib/tools/CompactionControl.js +28 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/lib/tools/ToolError.js +15 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/agents/agents.js +126 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/agents/versions.js +33 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/beta.js +39 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/environments.js +139 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/files.js +121 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memories.js +127 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-stores.js +139 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/memory-stores/memory-versions.js +78 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/messages/batches.js +199 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/messages/messages.js +147 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/models.js +57 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/sessions/events.js +90 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/sessions/resources.js +129 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/sessions/sessions.js +148 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/skills/skills.js +93 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/skills/versions.js +97 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/user-profiles.js +115 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/vaults/credentials.js +152 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/beta/vaults/vaults.js +144 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/completions.js +20 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/messages/batches.js +148 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/messages/messages.js +125 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/resources/models.js +42 -0
- package/dist/node_modules/.pnpm/@anthropic-ai_sdk@0.91.1_zod@4.4.3/node_modules/@anthropic-ai/sdk/version.js +4 -0
- package/dist/node_modules/.pnpm/@borewit_text-codec@0.2.2/node_modules/@borewit/text-codec/lib/index.js +236 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/agent-loop.js +468 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/agent.js +410 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/agent-harness.js +851 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/branch-summarization.js +189 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/compaction.js +538 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/compaction/utils.js +125 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/messages.js +115 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/prompt-templates.js +221 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-repo.js +102 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/session/jsonl-storage.js +234 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-repo.js +44 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/session/memory-storage.js +115 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/session/repo-utils.js +44 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/session/session.js +194 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/session/uuid.js +51 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/skills.js +307 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/system-prompt.js +27 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/types.js +94 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/shell-output.js +124 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/harness/utils/truncate.js +245 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/index.js +91 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-agent-co_0a0e3a3e1096bc1c9a3a65ae533aa8c7/node_modules/@earendil-works/pi-agent-core/dist/proxy.js +260 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/api-registry.js +50 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js +140 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/image-models.generated.js +442 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/image-models.js +25 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/images-api-registry.js +25 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/images.js +16 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/index.js +91 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/models.generated.js +16438 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/models.js +74 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/oauth.js +25 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/anthropic.js +860 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/azure-openai-responses.js +217 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/cloudflare.js +20 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/faux.js +366 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/github-copilot-headers.js +30 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/google-shared.js +246 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/google-vertex.js +420 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/google.js +380 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/images/openrouter.js +130 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/images/register-builtins.js +36 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/mistral.js +506 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/openai-codex-responses.js +1017 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/openai-completions.js +819 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/openai-prompt-cache.js +13 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses-shared.js +434 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/openai-responses.js +224 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/register-builtins.js +270 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/simple-options.js +43 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/transform-messages.js +155 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/session-resources.js +24 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/stream.js +33 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/diagnostics.js +30 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/event-stream.js +77 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/hash.js +15 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/headers.js +10 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/json-parse.js +102 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/oauth/anthropic.js +314 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/oauth/index.js +89 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/oauth/openai-codex.js +347 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/overflow.js +82 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/sanitize-unicode.js +6 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/typebox-helpers.js +15 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/utils/validation.js +275 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/cli/args.js +297 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/cli/config-selector.js +35 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/cli/file-processor.js +75 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/cli/initial-message.js +20 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/cli/list-models.js +98 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/cli/session-picker.js +41 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/config.js +358 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-runtime.js +330 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session-services.js +107 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/agent-session.js +2286 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-guidance.js +32 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/auth-storage.js +419 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/bash-executor.js +93 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/branch-summarization.js +187 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/compaction.js +526 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/compaction/utils.js +122 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/defaults.js +4 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/event-bus.js +26 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/exec.js +62 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/export-html/ansi-to-html.js +190 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/export-html/index.js +188 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/export-html/tool-renderer.js +91 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/loader.js +434 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/runner.js +815 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/types.js +38 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/extensions/wrapper.js +11 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/footer-data-provider.js +285 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/http-dispatcher.js +51 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/keybindings.js +305 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/messages.js +115 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/model-registry.js +697 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/model-resolver.js +347 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/output-guard.js +65 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/package-manager.js +1899 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/prompt-templates.js +201 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/provider-display-names.js +35 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/resolve-config-value.js +95 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/resource-loader.js +678 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/sdk.js +248 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/session-cwd.js +50 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/session-manager.js +1059 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/settings-manager.js +768 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/skills.js +348 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/slash-commands.js +27 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/source-info.js +22 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/system-prompt.js +122 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/telemetry.js +11 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/timings.js +31 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/bash.js +344 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit-diff.js +263 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/edit.js +310 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/file-mutation-queue.js +33 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/find.js +308 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/grep.js +311 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/index.js +57 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/ls.js +181 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/output-accumulator.js +169 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/path-utils.js +73 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/read.js +290 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/render-utils.js +65 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/tool-definition-wrapper.js +30 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/truncate.js +167 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/core/tools/write.js +221 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/index.js +213 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/main.js +549 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/migrations.js +218 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/armin.js +443 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/assistant-message.js +110 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/bash-execution.js +154 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/bordered-loader.js +64 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/branch-summary-message.js +52 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/compaction-summary-message.js +55 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/config-selector.js +469 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/countdown-timer.js +32 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-editor.js +70 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/custom-message.js +74 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/daxnuts.js +129 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/diff.js +103 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/dynamic-border.js +15 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/earendil-announcement.js +51 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-editor.js +109 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-input.js +69 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/extension-selector.js +81 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/footer.js +165 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/keybinding-hints.js +44 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/login-dialog.js +162 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/model-selector.js +266 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/oauth-selector.js +154 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/scoped-models-selector.js +277 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/session-selector-search.js +159 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/session-selector.js +791 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/settings-selector.js +379 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/show-images-selector.js +42 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/skill-invocation-message.js +53 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/theme-selector.js +52 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/thinking-selector.js +54 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tool-execution.js +299 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/tree-selector.js +961 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message-selector.js +102 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/user-message.js +36 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/components/visual-truncate.js +28 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/interactive-mode.js +4363 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/interactive/theme/theme.js +923 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/print-mode.js +122 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/jsonl.js +40 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-client.js +394 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/modes/rpc/rpc-mode.js +510 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/package-manager-cli.js +505 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/ansi.js +20 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/changelog.js +70 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/child-process.js +82 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/clipboard-image.js +218 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/clipboard-native.js +14 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/clipboard.js +94 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/exif-orientation.js +141 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/frontmatter.js +36 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/fs-watch.js +26 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/git.js +147 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/html.js +43 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/image-convert.js +32 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/image-resize.js +117 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/mime.js +68 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/paths.js +48 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/photon.js +99 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/pi-user-agent.js +7 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/shell.js +146 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/sleep.js +16 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/syntax-highlight.js +120 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/tools-manager.js +294 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/version-check.js +83 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-coding-a_998091a29946ec209e36f7c0d09f7c02/node_modules/@earendil-works/pi-coding-agent/dist/utils/windows-self-update.js +78 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/autocomplete.js +568 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/box.js +90 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/cancellable-loader.js +28 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/editor.js +1614 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/image.js +80 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/input.js +370 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/loader.js +68 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/markdown.js +576 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/select-list.js +145 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/settings-list.js +165 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/spacer.js +21 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/text.js +78 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/truncated-text.js +41 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/fuzzy.js +91 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/index.js +79 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/keybindings.js +179 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/keys.js +941 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/kill-ring.js +38 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/stdin-buffer.js +274 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/terminal-image.js +315 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/terminal.js +264 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/tui.js +938 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/undo-stack.js +21 -0
- package/dist/node_modules/.pnpm/@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/utils.js +854 -0
- package/dist/node_modules/.pnpm/@google_genai@1.52.0_@model_3c31a015b14462b3a4f0aafd311f0f16/node_modules/@google/genai/dist/web/index.js +18067 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/extra/structChat.js +116 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/agentsComplete.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/agentsStream.js +87 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioSpeechComplete.js +81 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioTranscriptionsComplete.js +113 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioTranscriptionsStream.js +122 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioVoicesCreate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioVoicesDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioVoicesGet.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioVoicesGetSampleAudio.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioVoicesList.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/audioVoicesUpdate.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/batchJobsCancel.js +76 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/batchJobsCreate.js +71 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/batchJobsDelete.js +76 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/batchJobsGet.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/batchJobsList.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsCreate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsCreateVersionAlias.js +85 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsDeleteVersionAlias.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsGet.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsGetVersion.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsList.js +87 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsListVersionAliases.js +81 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsListVersions.js +86 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsUpdate.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaAgentsUpdateVersion.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsCallTool.js +88 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsCreate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsCreateOrUpdateOrganizationCredentials.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsCreateOrUpdateUserCredentials.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsCreateOrUpdateWorkspaceCredentials.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsDeleteOrganizationCredentials.js +78 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsDeleteUserCredentials.js +78 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsDeleteWorkspaceCredentials.js +78 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsGet.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsGetAuthUrl.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsGetAuthenticationMethods.js +74 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsList.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsListOrganizationCredentials.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsListTools.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsListUserCredentials.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsListWorkspaceCredentials.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConnectorsUpdate.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsAppend.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsAppendStream.js +92 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsGet.js +79 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsGetHistory.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsGetMessages.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsList.js +81 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsRestart.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsRestartStream.js +92 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsStart.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaConversationsStartStream.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesAccessesDelete.js +81 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesAccessesList.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesAccessesUpdateOrCreate.js +81 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesCreate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsDelete.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsExtractedTextSignedUrl.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsGet.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsGetSignedUrl.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsList.js +89 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsReprocess.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsStatus.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsTextContent.js +89 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsUpdate.js +87 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesDocumentsUpload.js +96 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesGet.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesList.js +81 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaLibrariesUpdate.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityCampaignsCreate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityCampaignsDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityCampaignsFetch.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityCampaignsFetchStatus.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityCampaignsList.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityCampaignsListEvents.js +85 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityChatCompletionEventsFetch.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityChatCompletionEventsFetchSimilarEvents.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityChatCompletionEventsFieldsFetchOptionCounts.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityChatCompletionEventsFieldsFetchOptions.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityChatCompletionEventsFieldsList.js +64 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityChatCompletionEventsJudge.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityChatCompletionEventsSearch.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityChatCompletionEventsSearchIds.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsCreate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsCreateRecord.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsExportToJsonl.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsFetch.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsFetchTask.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsImportFromCampaign.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsImportFromDatasetRecords.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsImportFromExplorer.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsImportFromFile.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsImportFromPlayground.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsList.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsListRecords.js +85 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsListTasks.js +85 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsRecordsBulkDelete.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsRecordsDelete.js +77 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsRecordsFetch.js +77 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsRecordsJudge.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsRecordsUpdatePayload.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsRecordsUpdateProperties.js +78 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityDatasetsUpdate.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityJudgesCreate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityJudgesDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityJudgesFetch.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityJudgesJudgeConversation.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityJudgesList.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaObservabilityJudgesUpdate.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/betaRagIngestionPipelineConfigurationsList.js +61 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/chatComplete.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/chatStream.js +87 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/classifiersClassify.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/classifiersClassifyChat.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/classifiersModerate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/classifiersModerateChat.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/embeddingsCreate.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/eventsGetStreamEvents.js +100 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/eventsGetWorkflowEvents.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/filesDelete.js +76 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/filesDownload.js +76 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/filesGetSignedUrl.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/filesList.js +81 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/filesRetrieve.js +76 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/filesUpload.js +95 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/fimComplete.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/fimStream.js +87 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/fineTuningJobsCancel.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/fineTuningJobsCreate.js +71 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/fineTuningJobsGet.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/fineTuningJobsList.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/fineTuningJobsStart.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/modelsArchive.js +76 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/modelsDelete.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/modelsList.js +79 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/modelsRetrieve.js +79 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/modelsUnarchive.js +76 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/modelsUpdate.js +78 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/ocrProcess.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsArchiveWorkflow.js +77 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsDeploymentsGetDeployment.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsDeploymentsListDeployments.js +79 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecuteWorkflow.js +79 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecuteWorkflowRegistration.js +79 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsBatchCancelWorkflowExecutions.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsBatchTerminateWorkflowExecutions.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsCancelWorkflowExecution.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsGetWorkflowExecution.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsGetWorkflowExecutionHistory.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsGetWorkflowExecutionTraceEvents.js +85 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsGetWorkflowExecutionTraceOtel.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsGetWorkflowExecutionTraceSummary.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsQueryWorkflowExecution.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsResetWorkflow.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsSignalWorkflowExecution.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsStream.js +93 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsTerminateWorkflowExecution.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsExecutionsUpdateWorkflowExecution.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsGetWorkflow.js +77 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsGetWorkflowRegistration.js +82 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsGetWorkflowRegistrations.js +87 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsGetWorkflows.js +117 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsMetricsGetWorkflowMetrics.js +85 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsRunsGetRun.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsRunsGetRunHistory.js +84 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsRunsListRuns.js +117 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsSchedulesGetSchedules.js +60 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsSchedulesScheduleWorkflow.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsSchedulesUnscheduleWorkflow.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsUnarchiveWorkflow.js +77 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/funcs/workflowsUpdateWorkflow.js +80 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/hooks/custom_user_agent.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/hooks/deprecation_warning.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/hooks/hooks.js +81 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/hooks/registration.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/base64.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/config.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/dlv.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/encodings.js +209 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/env.js +31 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/event-streams.js +153 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/files.js +69 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/http.js +173 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/is-plain-object.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/matchers.js +165 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/primitives.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/retries.js +136 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/schemas.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/sdks.js +242 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/security.js +136 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/lib/url.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/activitytaskcompletedattributesresponse.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/activitytaskcompletedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/activitytaskfailedattributes.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/activitytaskfailedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/activitytaskretryingattributes.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/activitytaskretryingresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/activitytaskstartedattributesresponse.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/activitytaskstartedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/agent.js +61 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/agentaliasresponse.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/agentconversation.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/agenthandoffdoneevent.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/agenthandoffentry.js +47 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/agenthandoffstartedevent.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/agentscompletionrequest.js +90 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/agentscompletionstreamrequest.js +90 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/annotations.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/apiendpoint.js +5 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/apikeyauth.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/archivemodelresponse.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/assistantmessage.js +31 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/audiochunk.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/audiocontent.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/audiotranscriptionrequest.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/audiotranscriptionrequeststream.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/authdata.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/authenticationconfiguration.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/authenticationtype.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/authurlresponse.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/basefielddefinition.js +54 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/basemodelcard.js +29 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/basetaskstatus.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/batcherror.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/batchexecutionbody.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/batchexecutionresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/batchexecutionresult.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/batchjob.js +42 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/batchjobstatus.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/batchrequest.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/blobresourcecontents.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/builtinconnectors.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/campaign.js +31 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chatclassificationrequest.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chatcompletionchoice.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chatcompletionevent.js +50 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chatcompletioneventpreview.js +39 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chatcompletionrequest.js +94 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chatcompletionresponse.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chatcompletionstreamrequest.js +94 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chatmoderationrequest.js +57 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/chattranscriptionevent.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/checkpoint.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classificationrequest.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classificationresponse.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classificationtargetresult.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classifierfinetunedmodel.js +34 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classifierfinetuningjob.js +53 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classifierfinetuningjobdetails.js +60 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classifiertarget.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classifiertargetresult.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/classifiertrainingparameters.js +38 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/codeinterpretertool.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completionargs.js +59 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completionargsstop.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completionchunk.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completionevent.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completionfinetunedmodel.js +31 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completionfinetuningjob.js +55 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completionfinetuningjobdetails.js +59 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completionresponsestreamchoice.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/completiontrainingparameters.js +42 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectioncredentials.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connector.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectorauthenticationheader.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectorcalltoolrequest.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectorsqueryfilters.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectortool.js +29 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectortoolcallmetadata.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectortoolcallresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectortoollocale.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/connectortoolresultmetadata.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/contentchunk.js +31 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationappendrequest.js +29 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationappendstreamrequest.js +29 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationevents.js +55 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationhistory.js +36 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationinputs.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationmessages.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationpayload.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationrequest.js +64 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationresponse.js +33 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationrestartrequest.js +35 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationrestartstreamrequest.js +35 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationsource.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationstreamrequest.js +64 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/conversationusageinfo.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createagentrequest.js +48 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createbatchjobrequest.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createcampaignrequest.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createconnectorrequest.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createdatasetrecordrequest.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createdatasetrequest.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createfileresponse.js +32 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createfinetuningjobrequest.js +42 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/creategithubrepositoryrequest.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createjudgerequest.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/createlibraryrequest.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/credentialscreateorupdate.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/credentialsresponse.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customconnector.js +40 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskcanceledattributes.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskcanceledresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskcompletedattributesresponse.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskcompletedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskfailedattributes.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskfailedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskinprogressattributesresponse.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskinprogressresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskstartedattributesresponse.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtaskstartedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtasktimedoutattributes.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/customtasktimedoutresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/dataset.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/datasetimporttask.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/datasetpreview.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/datasetrecord.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deletebatchjobresponse.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deletedatasetrecordsrequest.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deletefileresponse.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deletemodelresponse.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deltamessage.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deploymentdetailresponse.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deploymentlistresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deploymentlocation.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deploymentresponse.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/deploymentworkerresponse.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/document.js +44 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/documentlibrarytool.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/documenttextcontent.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/documenturlchunk.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/embeddedresource.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/embeddingdtype.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/embeddingrequest.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/embeddingresponse.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/embeddingresponsedata.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/encodedpayloadoptions.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/encodingformat.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/entitytype.js +5 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/event.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/eventprogressstatus.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/eventsource.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/eventtype.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/executionconfig.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/exportdatasetresponse.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/failure.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/feedresultchatcompletioneventpreview.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fetchcampaignstatusresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fetchchatcompletionfieldoptionsresponse.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fetchfieldoptioncountsrequest.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fetchfieldoptioncountsresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fieldgroup.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fieldoptioncountitem.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/file.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/filechunk.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/filepurpose.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fileschema.js +32 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/filevisibility.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/filtercondition.js +42 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/filtergroup.js +54 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/filterpayload.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fimcompletionrequest.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fimcompletionresponse.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/fimcompletionstreamrequest.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/finetuneablemodeltype.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/finetunedmodelcapabilities.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ftclassifierlossfunction.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ftmodelcard.js +32 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/function.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/functioncall.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/functioncallentry.js +61 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/functioncallentryarguments.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/functioncallevent.js +35 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/functionname.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/functionresultentry.js +37 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/functiontool.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/getfileresponse.js +33 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/getsignedurlresponse.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/githubrepository.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/guardrailconfig.js +30 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/imagecontent.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/imagedetail.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/imagegenerationtool.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/imageurl.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/imageurlchunk.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/importdatasetfromcampaignrequest.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/importdatasetfromdatasetrequest.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/importdatasetfromexplorerrequest.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/importdatasetfromfilerequest.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/importdatasetfromplaygroundrequest.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ingestionpipelineconfiguration.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/inputentries.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/inputs.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/instructrequest.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/jobmetadata.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/jsonpatchadd.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/jsonpatchappend.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/jsonpatchpayloadresponse.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/jsonpatchremove.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/jsonpatchreplace.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/jsonpayloadresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/jsonschema.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judge.js +45 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judgechatcompletioneventrequest.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judgeclassificationoutput.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judgeclassificationoutputoption.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judgeconversationrequest.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judgedatasetrecordrequest.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judgeoutput.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judgeoutputtype.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/judgeregressionoutput.js +30 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/legacyjobmetadata.js +29 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/library.js +39 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listbatchjobsresponse.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listcampaignselectedeventsresponse.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listcampaignsresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listchatcompletionfieldsresponse.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listdatasetimporttasksresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listdatasetrecordsresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listdatasetsresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listdocumentsresponse.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listfilesresponse.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listfinetuningjobsresponse.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listjudgesresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listlibrariesresponse.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listsharingresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/listworkfloweventresponse.js +68 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/locationtype.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/mcpservericon.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/mcptool.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/mcptoolmeta.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/mcpuitoolmeta.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/messageentries.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/messageinputcontentchunks.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/messageinputentry.js +57 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/messageoutputcontentchunks.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/messageoutputentry.js +54 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/messageoutputevent.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/messageresponse.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/messagetokens.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/metric.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/mistralpromptmode.js +5 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/modelcapabilities.js +30 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/modelconversation.js +53 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/modellist.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/moderationllmaction.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/moderationllmv1categorythresholds.js +40 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/moderationllmv1config.js +32 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/moderationllmv2categorythresholds.js +42 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/moderationllmv2config.js +32 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/moderationobject.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/moderationresponse.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/networkencodedinput.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/oauth2token.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/oauth2tokenauth.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/observabilityerrorcode.js +57 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/observabilityerrordetail.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrconfidencescore.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrimageobject.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrpageconfidencescores.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrpagedimensions.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrpageobject.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrrequest.js +63 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrresponse.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrtableobject.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ocrusageinfo.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/outputcontentchunks.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginatedconnectors.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginatedresultcampaignpreview.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginatedresultchatcompletioneventpreview.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginatedresultdatasetimporttask.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginatedresultdatasetpreview.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginatedresultdatasetrecord.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginatedresultjudgepreview.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginationinfo.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/paginationresponse.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/prediction.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/processingstatus.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/processstatus.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/prompttokensdetails.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/publicauthenticationmethod.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/querydefinition.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/queryinvocationbody.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/queryworkflowresponse.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/reasoningeffort.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/referencechunk.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/requestsource.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/resetinvocationbody.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/resourcelink.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/resourcevisibility.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/responsedoneevent.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/responseerrorevent.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/responseformat.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/responseformats.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/responsestartedevent.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/roles.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/sampletype.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/scalarmetric.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/schedulecalendar.js +37 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/scheduledefinition.js +29 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/scheduledefinitionoutput.js +30 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/scheduleinterval.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/scheduleoverlappolicy.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/schedulepolicy.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/schedulerange.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/searchchatcompletioneventidsrequest.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/searchchatcompletioneventidsresponse.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/searchchatcompletioneventsrequest.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/searchchatcompletioneventsresponse.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/shareenum.js +5 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/sharing.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/sharingdelete.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/sharingrequest.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/signaldefinition.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/signalinvocationbody.js +30 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/signalworkflowresponse.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/source.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/speechoutputformat.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/speechrequest.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/speechstreamaudiodelta.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/speechstreamdone.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/speechstreameventtypes.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/ssetypes.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/streameventssepayload.js +75 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/streameventworkflowcontext.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/systemmessage.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/systemmessagecontentchunks.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempogettraceresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceattribute.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceattributearraycontainer.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceattributearrayelement.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceattributearrayvalue.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceattributeboolvalue.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceattributeintvalue.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceattributestringvalue.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotracebatch.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceevent.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotraceresource.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotracescope.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotracescopekind.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotracescopespan.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tempotracespan.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/textchunk.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/textcontent.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/textresourcecontents.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/thinkchunk.js +39 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/timeseriesmetric.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/timestampgranularity.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tool.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolannotations.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolcall.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolcallconfirmation.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolchoice.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolchoiceenum.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolconfiguration.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolexecution.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolexecutiondeltaevent.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolexecutiondoneevent.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolexecutionentry.js +47 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolexecutionstartedevent.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolfilechunk.js +36 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolmessage.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/toolreferencechunk.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/tooltype.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/trainingfile.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/transcriptionresponse.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/transcriptionsegmentchunk.js +32 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/transcriptionstreamdone.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/transcriptionstreamevents.js +37 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/transcriptionstreameventtypes.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/transcriptionstreamlanguage.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/transcriptionstreamsegmentdelta.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/transcriptionstreamtextdelta.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/turbinetoollocale.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/turbinetoolmeta.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/unarchivemodelresponse.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updateagentrequest.js +50 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updateconnectorrequest.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updatedatasetrecordpayloadrequest.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updatedatasetrecordpropertiesrequest.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updatedatasetrequest.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updatedefinition.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updatedocumentrequest.js +30 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updateinvocationbody.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updatejudgerequest.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updatelibraryrequest.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updatemodelrequest.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/updateworkflowresponse.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/usageinfo.js +34 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/usageinfodollardefs.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/usermessage.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/validationerror.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/voicecreaterequest.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/voicelistresponse.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/voiceresponse.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/voiceupdaterequest.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/wandbintegration.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/wandbintegrationresult.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/websearchpremiumtool.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/websearchtool.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflow.js +30 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowarchiveresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowbasicdefinition.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowcodedefinition.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workfloweventtype.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutioncanceledattributes.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutioncanceledresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutioncompletedattributesresponse.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutioncompletedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutioncontinuedasnewattributesresponse.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutioncontinuedasnewresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionfailedattributes.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionfailedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionlistresponse.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionprogresstraceevent.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionrequest.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionresponse.js +30 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionstartedattributesresponse.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionstartedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionstatus.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionsyncresponse.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutiontraceevent.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutiontraceeventsresponse.js +41 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutiontraceotelresponse.js +37 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutiontracesummaryattributesvalues.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutiontracesummaryresponse.js +33 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutiontracesummaryspan.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowexecutionwithoutresultresponse.js +29 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowgetresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowlistresponse.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowmetadata.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowmetrics.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowregistration.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowregistrationgetresponse.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowregistrationlistresponse.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowregistrationwithworkerstatus.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowschedulelistresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowschedulerequest.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowscheduleresponse.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowtaskfailedattributes.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowtaskfailedresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowtasktimedoutattributes.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowtasktimedoutresponse.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowtype.js +9 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowunarchiveresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowupdaterequest.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowupdateresponse.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/components/workflowwithworkerstatus.js +31 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/errors/httpclienterrors.js +38 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/errors/httpvalidationerror.js +32 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/errors/mistralerror.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/errors/observabilityerror.js +31 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/errors/responsevalidationerror.js +36 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/errors/sdkerror.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/errors/sdkvalidationerror.js +52 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentscreateorupdatealias.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentsdelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentsdeletealias.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentsget.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentsgetversion.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentslist.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentslistversionaliases.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentslistversions.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentsupdate.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1agentsupdateversion.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationsappend.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationsappendstream.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationsdelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationsget.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationshistory.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationslist.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationsmessages.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationsrestart.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/agentsapiv1conversationsrestartstream.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/archiveworkflowv1workflowsworkflowidentifierarchiveput.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/cancelworkflowexecutionv1workflowsexecutionsexecutionidcancelpost.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorcalltoolv1.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorcreateorupdateorganizationcredentialsv1.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorcreateorupdateusercredentialsv1.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorcreateorupdateworkspacecredentialsv1.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectordeleteorganizationcredentialsv1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectordeleteusercredentialsv1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectordeletev1.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectordeleteworkspacecredentialsv1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorgetauthenticationmethodsv1.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorgetauthurlv1.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorgetv1.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorlistorganizationcredentialsv1.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorlisttoolsv1.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorlistusercredentialsv1.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorlistv1.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorlistworkspacecredentialsv1.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/connectorupdatev1.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/createdatasetrecordv1observabilitydatasetsdatasetidrecordspost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/deletecampaignv1observabilitycampaignscampaigniddelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/deletedatasetrecordv1observabilitydatasetrecordsdatasetrecordiddelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/deletedatasetv1observabilitydatasetsdatasetiddelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/deletejudgev1observabilityjudgesjudgeiddelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/deletemodelv1modelsmodeliddelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/deletevoicev1audiovoicesvoiceiddelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/executeworkflowregistrationv1workflowsregistrationsworkflowregistrationidexecutepost.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/executeworkflowv1workflowsworkflowidentifierexecutepost.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/exportdatasettojsonlv1observabilitydatasetsdatasetidexportstojsonlget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/filesapiroutesdeletefile.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/filesapiroutesdownloadfile.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/filesapiroutesgetsignedurl.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/filesapirouteslistfiles.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/filesapiroutesretrievefile.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/filesapiroutesuploadfile.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getcampaignbyidv1observabilitycampaignscampaignidget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getcampaignselectedeventsv1observabilitycampaignscampaignidselectedeventsget.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getcampaignstatusbyidv1observabilitycampaignscampaignidstatusget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getcampaignsv1observabilitycampaignsget.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getchatcompletioneventsv1observabilitychatcompletioneventssearchpost.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getchatcompletioneventv1observabilitychatcompletioneventseventidget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getchatcompletionfieldoptionscountsv1observabilitychatcompletionfieldsfieldnameoptionscountspost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getchatcompletionfieldoptionsv1observabilitychatcompletionfieldsfieldnameoptionsget.js +37 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getdatasetbyidv1observabilitydatasetsdatasetidget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getdatasetimporttasksv1observabilitydatasetsdatasetidtasksget.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getdatasetimporttaskv1observabilitydatasetsdatasetidtaskstaskidget.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getdatasetrecordsv1observabilitydatasetsdatasetidrecordsget.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getdatasetrecordv1observabilitydatasetrecordsdatasetrecordidget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getdatasetsv1observabilitydatasetsget.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getdeploymentv1workflowsdeploymentsnameget.js +7 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getjudgebyidv1observabilityjudgesjudgeidget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getjudgesv1observabilityjudgesget.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getrunhistoryv1workflowsrunsrunidhistoryget.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getrunv1workflowsrunsrunidget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getsimilarchatcompletioneventsv1observabilitychatcompletioneventseventidsimilareventsget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getstreameventsv1workflowseventsstreamget.js +63 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getvoicesampleaudiov1audiovoicesvoiceidsampleget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getvoicev1audiovoicesvoiceidget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkfloweventsv1workflowseventslistget.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowexecutionhistoryv1workflowsexecutionsexecutionidhistoryget.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowexecutiontraceevents.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowexecutiontraceotel.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowexecutiontracesummary.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowexecutionv1workflowsexecutionsexecutionidget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowmetricsv1workflowsworkflownamemetricsget.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowregistrationsv1workflowsregistrationsget.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowregistrationv1workflowsregistrationsworkflowregistrationidget.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowsv1workflowsget.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/getworkflowv1workflowsworkflowidentifierget.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesbatchcancelbatchjob.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesbatchdeletebatchjob.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesbatchgetbatchjob.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesbatchgetbatchjobs.js +32 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesfinetuningarchivefinetunedmodel.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesfinetuningcancelfinetuningjob.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesfinetuningcreatefinetuningjob.js +19 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesfinetuninggetfinetuningjob.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesfinetuninggetfinetuningjobs.js +41 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesfinetuningstartfinetuningjob.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesfinetuningunarchivefinetunedmodel.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/jobsapiroutesfinetuningupdatefinetunedmodel.js +23 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/judgechatcompletioneventv1observabilitychatcompletioneventseventidlivejudgingpost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/judgeconversationv1observabilityjudgesjudgeidlivejudgingpost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/judgedatasetrecordv1observabilitydatasetrecordsdatasetrecordidlivejudgingpost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdeletev1.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsdeletev1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsgetextractedtextsignedurlv1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsgetsignedurlv1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsgetstatusv1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsgettextcontentv1.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsgetv1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentslistv1.js +22 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsreprocessv1.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsupdatev1.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesdocumentsuploadv1.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesgetv1.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librarieslistv1.js +16 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariessharecreatev1.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariessharedeletev1.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariessharelistv1.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/librariesupdatev1.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/listdeploymentsv1workflowsdeploymentsget.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/listmodelsv1modelsget.js +8 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/listrunsv1workflowsrunsget.js +38 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/listvoicesv1audiovoicesget.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/postdatasetrecordsfromcampaignv1observabilitydatasetsdatasetidimportsfromcampaignpost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/postdatasetrecordsfromdatasetv1observabilitydatasetsdatasetidimportsfromdatasetpost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/postdatasetrecordsfromexplorerv1observabilitydatasetsdatasetidimportsfromexplorerpost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/postdatasetrecordsfromfilev1observabilitydatasetsdatasetidimportsfromfilepost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/postdatasetrecordsfromplaygroundv1observabilitydatasetsdatasetidimportsfromplaygroundpost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/queryworkflowexecutionv1workflowsexecutionsexecutionidqueriespost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/resetworkflowv1workflowsexecutionsexecutionidresetpost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/retrievemodelv1modelsmodelidget.js +20 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/signalworkflowexecutionv1workflowsexecutionsexecutionidsignalspost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/speechv1audiospeechpost.js +54 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/streamv1workflowsexecutionsexecutionidstreamget.js +39 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/terminateworkflowexecutionv1workflowsexecutionsexecutionidterminatepost.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/unarchiveworkflowv1workflowsworkflowidentifierunarchiveput.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/unscheduleworkflowv1workflowsschedulesscheduleiddelete.js +12 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/updatedatasetrecordpayloadv1observabilitydatasetrecordsdatasetrecordidpayloadput.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/updatedatasetrecordpropertiesv1observabilitydatasetrecordsdatasetrecordidpropertiesput.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/updatedatasetv1observabilitydatasetsdatasetidpatch.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/updatejudgev1observabilityjudgesjudgeidput.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/updatevoicev1audiovoicesvoiceidpatch.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/updateworkflowexecutionv1workflowsexecutionsexecutionidupdatespost.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/models/operations/updateworkflowv1workflowsworkflowidentifierput.js +15 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/accesses.js +37 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/agents.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/audio.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/batch.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/batchjobs.js +60 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/beta.js +36 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/betaagents.js +114 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/campaigns.js +49 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/chat.js +50 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/chatcompletionevents.js +47 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/classifiers.js +35 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/connectors.js +187 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/conversations.js +117 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/datasets.js +117 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/deployments.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/documents.js +107 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/embeddings.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/events.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/executions.js +105 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/fields.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/files.js +68 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/fim.js +27 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/finetuning.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/finetuningjobs.js +57 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/ingestionpipelineconfigurations.js +17 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/judges.js +49 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/libraries.js +67 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/metrics.js +36 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/models.js +67 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/observability.js +26 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/ocr.js +14 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/rag.js +11 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/records.js +49 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/runs.js +29 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/schedules.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/sdk.js +76 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/speech.js +13 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/transcriptions.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/voices.js +67 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/workflows.js +103 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/sdk/workflowsevents.js +21 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/async.js +24 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/blobs.js +25 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/discriminatedUnion.js +42 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/enums.js +28 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/fp.js +18 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/operations.js +68 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/rfcdate.js +42 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/smartUnion.js +83 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/streams.js +10 -0
- package/dist/node_modules/.pnpm/@mistralai_mistralai@2.2.1/node_modules/@mistralai/mistralai/esm/types/unrecognized.js +29 -0
- package/dist/node_modules/.pnpm/@modelcontextprotocol_sdk@1.29.0_zod@4.4.3/node_modules/@modelcontextprotocol/sdk/dist/esm/client/stdio.js +21 -0
- package/dist/node_modules/.pnpm/@modelcontextprotocol_sdk@1.29.0_zod@4.4.3/node_modules/@modelcontextprotocol/sdk/dist/esm/server/auth/errors.js +94 -0
- package/dist/node_modules/.pnpm/@modelcontextprotocol_sdk@1.29.0_zod@4.4.3/node_modules/@modelcontextprotocol/sdk/dist/esm/shared/auth.js +154 -0
- package/dist/node_modules/.pnpm/@modelcontextprotocol_sdk@1.29.0_zod@4.4.3/node_modules/@modelcontextprotocol/sdk/dist/esm/types.js +1624 -0
- package/dist/node_modules/.pnpm/@openclaw_proxyline@0.3.3_undici@8.3.0/node_modules/@openclaw/proxyline/dist/connect.js +27 -0
- package/dist/node_modules/.pnpm/@openclaw_proxyline@0.3.3_undici@8.3.0/node_modules/@openclaw/proxyline/dist/dispatcher-brand.js +8 -0
- package/dist/node_modules/.pnpm/@openclaw_proxyline@0.3.3_undici@8.3.0/node_modules/@openclaw/proxyline/dist/env.js +198 -0
- package/dist/node_modules/.pnpm/@openclaw_proxyline@0.3.3_undici@8.3.0/node_modules/@openclaw/proxyline/dist/node-http.js +675 -0
- package/dist/node_modules/.pnpm/@openclaw_proxyline@0.3.3_undici@8.3.0/node_modules/@openclaw/proxyline/dist/runtime.js +638 -0
- package/dist/node_modules/.pnpm/@openclaw_proxyline@0.3.3_undici@8.3.0/node_modules/@openclaw/proxyline/dist/shared.js +38 -0
- package/dist/node_modules/.pnpm/@silvia-odwyer_photon-node@0.3.4/node_modules/@silvia-odwyer/photon-node/photon_rs.js +1447 -0
- package/dist/node_modules/.pnpm/@tokenizer_inflate@0.4.1/node_modules/@tokenizer/inflate/lib/GzipHandler.js +22 -0
- package/dist/node_modules/.pnpm/@tokenizer_inflate@0.4.1/node_modules/@tokenizer/inflate/lib/ZipHandler.js +213 -0
- package/dist/node_modules/.pnpm/@tokenizer_inflate@0.4.1/node_modules/@tokenizer/inflate/lib/ZipToken.js +75 -0
- package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.20.0/node_modules/ajv-formats/dist/formats.js +199 -0
- package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.20.0/node_modules/ajv-formats/dist/index.js +44 -0
- package/dist/node_modules/.pnpm/ajv-formats@3.0.1_ajv@8.20.0/node_modules/ajv-formats/dist/limit.js +71 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/ajv.js +86 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/codegen/code.js +150 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/codegen/index.js +720 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/codegen/scope.js +143 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/errors.js +124 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/index.js +231 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/names.js +35 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/ref_error.js +13 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/resolve.js +157 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/rules.js +28 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/util.js +168 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/validate/applicability.js +26 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/validate/boolSchema.js +60 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/validate/dataType.js +190 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/validate/defaults.js +44 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/validate/index.js +527 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/validate/keyword.js +129 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/compile/validate/subschema.js +90 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/core.js +626 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/refs/data.json.js +37 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/refs/json-schema-draft-07.json.js +256 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/runtime/equal.js +6 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/runtime/ucs2length.js +20 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/runtime/uri.js +6 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/runtime/validation_error.js +19 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/additionalItems.js +51 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/additionalProperties.js +108 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/allOf.js +23 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/anyOf.js +13 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/contains.js +92 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/dependencies.js +96 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/if.js +67 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/index.js +74 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/items.js +57 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/items2020.js +37 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/not.js +27 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/oneOf.js +56 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/patternProperties.js +74 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/prefixItems.js +13 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/properties.js +59 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/propertyNames.js +41 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/applicator/thenElse.js +14 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/code.js +136 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/core/id.js +9 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/core/index.js +19 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/core/ref.js +128 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/discriminator/index.js +109 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/discriminator/types.js +11 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/draft7.js +26 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/format/format.js +86 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/format/index.js +7 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/metadata.js +20 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/const.js +29 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/enum.js +49 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/index.js +52 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/limitItems.js +25 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/limitLength.js +32 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/limitNumber.js +28 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/limitProperties.js +25 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/multipleOf.js +24 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/pattern.js +37 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/required.js +82 -0
- package/dist/node_modules/.pnpm/ajv@8.20.0/node_modules/ajv/dist/vocabularies/validation/uniqueItems.js +69 -0
- package/dist/node_modules/.pnpm/balanced-match@4.0.4/node_modules/balanced-match/dist/esm/index.js +55 -0
- package/dist/node_modules/.pnpm/brace-expansion@5.0.6/node_modules/brace-expansion/dist/esm/index.js +162 -0
- package/dist/node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/index.js +30 -0
- package/dist/node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/enoent.js +46 -0
- package/dist/node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/parse.js +63 -0
- package/dist/node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/escape.js +22 -0
- package/dist/node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/readShebang.js +20 -0
- package/dist/node_modules/.pnpm/cross-spawn@7.0.6/node_modules/cross-spawn/lib/util/resolveCommand.js +41 -0
- package/dist/node_modules/.pnpm/debug@4.4.3/node_modules/debug/src/browser.js +174 -0
- package/dist/node_modules/.pnpm/debug@4.4.3/node_modules/debug/src/common.js +175 -0
- package/dist/node_modules/.pnpm/diff@8.0.4/node_modules/diff/libesm/diff/base.js +203 -0
- package/dist/node_modules/.pnpm/diff@8.0.4/node_modules/diff/libesm/diff/line.js +52 -0
- package/dist/node_modules/.pnpm/diff@8.0.4/node_modules/diff/libesm/diff/word.js +134 -0
- package/dist/node_modules/.pnpm/diff@8.0.4/node_modules/diff/libesm/util/string.js +139 -0
- package/dist/node_modules/.pnpm/dotenv@17.4.2/node_modules/dotenv/lib/main.js +324 -0
- package/dist/node_modules/.pnpm/fast-deep-equal@3.1.3/node_modules/fast-deep-equal/index.js +31 -0
- package/dist/node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/index.js +286 -0
- package/dist/node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/lib/schemes.js +188 -0
- package/dist/node_modules/.pnpm/fast-uri@3.1.2/node_modules/fast-uri/lib/utils.js +308 -0
- package/dist/node_modules/.pnpm/file-type@22.0.1/node_modules/file-type/source/detectors/asf.js +94 -0
- package/dist/node_modules/.pnpm/file-type@22.0.1/node_modules/file-type/source/detectors/ebml.js +86 -0
- package/dist/node_modules/.pnpm/file-type@22.0.1/node_modules/file-type/source/detectors/png.js +81 -0
- package/dist/node_modules/.pnpm/file-type@22.0.1/node_modules/file-type/source/detectors/zip.js +494 -0
- package/dist/node_modules/.pnpm/file-type@22.0.1/node_modules/file-type/source/index.js +1466 -0
- package/dist/node_modules/.pnpm/file-type@22.0.1/node_modules/file-type/source/parser.js +54 -0
- package/dist/node_modules/.pnpm/file-type@22.0.1/node_modules/file-type/source/supported.js +373 -0
- package/dist/node_modules/.pnpm/file-type@22.0.1/node_modules/file-type/source/tokens.js +43 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/index.js +18 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/lookup-data.js +20 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/lookup.js +46 -0
- package/dist/node_modules/.pnpm/get-east-asian-width@1.6.0/node_modules/get-east-asian-width/utilities.js +19 -0
- package/dist/node_modules/.pnpm/glob@13.0.6/node_modules/glob/dist/esm/index.min.js +2830 -0
- package/dist/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/clone.js +19 -0
- package/dist/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/graceful-fs.js +373 -0
- package/dist/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/legacy-streams.js +94 -0
- package/dist/node_modules/.pnpm/graceful-fs@4.2.11/node_modules/graceful-fs/polyfills.js +285 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/core.js +1515 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/index.js +390 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/1c.js +146 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/abnf.js +80 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/accesslog.js +102 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/actionscript.js +92 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/ada.js +153 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/angelscript.js +124 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/apache.js +84 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/applescript.js +146 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/arcade.js +154 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/arduino.js +430 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/armasm.js +101 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/asciidoc.js +283 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/aspectj.js +161 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/autohotkey.js +84 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/autoit.js +168 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/avrasm.js +69 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/awk.js +74 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/axapta.js +175 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/bash.js +144 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/basic.js +54 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/bnf.js +40 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/brainfuck.js +48 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/c-like.js +430 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/c.js +253 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/cal.js +101 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/capnproto.js +62 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/ceylon.js +73 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/clean.js +36 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/clojure-repl.js +26 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/clojure.js +127 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/cmake.js +34 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/coffeescript.js +348 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/coq.js +35 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/cos.js +98 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/cpp.js +409 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/crmsh.js +97 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/crystal.js +322 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/csharp.js +438 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/csp.js +34 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/css.js +597 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/d.js +121 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/dart.js +189 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/delphi.js +118 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/diff.js +85 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/django.js +57 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/dns.js +45 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/dockerfile.js +33 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/dos.js +59 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/dsconfig.js +66 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/dts.js +144 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/dust.js +44 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/ebnf.js +51 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/elixir.js +260 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/elm.js +120 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/erb.js +27 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/erlang-repl.js +70 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/erlang.js +192 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/excel.js +69 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/fix.js +40 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/flix.js +51 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/fortran.js +102 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/fsharp.js +79 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/gams.js +177 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/gauss.js +206 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/gcode.js +88 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/gherkin.js +51 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/glsl.js +39 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/gml.js +32 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/go.js +69 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/golo.js +29 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/gradle.js +28 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/groovy.js +147 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/haml.js +117 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/handlebars.js +270 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/haskell.js +163 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/haxe.js +162 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/hsp.js +62 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/htmlbars.js +278 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/http.js +106 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/hy.js +82 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/inform7.js +66 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/ini.js +148 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/irpf90.js +81 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/isbl.js +268 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/java.js +177 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/javascript.js +552 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/jboss-cli.js +62 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/json.js +65 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/julia-repl.js +35 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/julia.js +356 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/kotlin.js +264 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/lasso.js +170 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/latex.js +259 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/ldif.js +45 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/leaf.js +52 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/less.js +659 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/lisp.js +118 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/livecodeserver.js +119 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/livescript.js +366 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/llvm.js +100 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/lsl.js +90 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/lua.js +71 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/makefile.js +82 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/markdown.js +239 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/mathematica.js +6751 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/matlab.js +87 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/maxima.js +63 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/mel.js +35 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/mercury.js +99 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/mipsasm.js +85 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/mizar.js +20 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/mojolicious.js +37 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/monkey.js +84 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/moonscript.js +148 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/n1ql.js +56 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/nginx.js +138 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/nim.js +70 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/nix.js +63 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/node-repl.js +38 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/nsis.js +110 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/objectivec.js +96 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/ocaml.js +74 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/openscad.js +82 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/oxygene.js +95 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/parser3.js +58 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/perl.js +480 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/pf.js +44 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/pgsql.js +388 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/php-template.js +55 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/php.js +192 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/plaintext.js +21 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/pony.js +65 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/powershell.js +280 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/processing.js +29 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/profile.js +46 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/prolog.js +90 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/properties.js +82 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/protobuf.js +51 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/puppet.js +121 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/purebasic.js +70 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/python-repl.js +38 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/python.js +412 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/q.js +33 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/qml.js +177 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/r.js +175 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/reasonml.js +294 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/rib.js +24 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/roboconf.js +78 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/routeros.js +163 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/rsl.js +42 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/ruby.js +346 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/ruleslanguage.js +40 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/rust.js +123 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/sas.js +66 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/scala.js +131 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/scheme.js +159 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/scilab.js +69 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/scss.js +551 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/shell.js +30 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/smali.js +137 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/smalltalk.js +66 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/sml.js +81 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/sqf.js +86 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/sql.js +655 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/sql_more.js +60 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/stan.js +547 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/stata.js +54 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/step21.js +68 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/stylus.js +605 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/subunit.js +54 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/swift.js +799 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/taggerscript.js +53 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/tap.js +56 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/tcl.js +83 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/thrift.js +49 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/tp.js +91 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/twig.js +70 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/typescript.js +628 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/vala.js +51 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/vbnet.js +164 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/vbscript-html.js +24 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/vbscript.js +68 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/verilog.js +72 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/vhdl.js +51 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/vim.js +74 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/x86asm.js +106 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/xl.js +77 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/xml.js +254 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/xquery.js +161 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/yaml.js +173 -0
- package/dist/node_modules/.pnpm/highlight.js@10.7.3/node_modules/highlight.js/lib/languages/zephir.js +118 -0
- package/dist/node_modules/.pnpm/hosted-git-info@9.0.3/node_modules/hosted-git-info/lib/from-url.js +91 -0
- package/dist/node_modules/.pnpm/hosted-git-info@9.0.3/node_modules/hosted-git-info/lib/hosts.js +162 -0
- package/dist/node_modules/.pnpm/hosted-git-info@9.0.3/node_modules/hosted-git-info/lib/index.js +180 -0
- package/dist/node_modules/.pnpm/hosted-git-info@9.0.3/node_modules/hosted-git-info/lib/parse-url.js +49 -0
- package/dist/node_modules/.pnpm/ignore@7.0.5/node_modules/ignore/index.js +460 -0
- package/dist/node_modules/.pnpm/ipaddr.js@2.4.0/node_modules/ipaddr.js/lib/ipaddr.js +805 -0
- package/dist/node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/index.js +55 -0
- package/dist/node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/mode.js +38 -0
- package/dist/node_modules/.pnpm/isexe@2.0.0/node_modules/isexe/windows.js +45 -0
- package/dist/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/dist/babel.js +28528 -0
- package/dist/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/dist/jiti.js +3869 -0
- package/dist/node_modules/.pnpm/jiti@2.7.0/node_modules/jiti/lib/jiti-static.js +20 -0
- package/dist/node_modules/.pnpm/json-schema-traverse@1.0.0/node_modules/json-schema-traverse/index.js +86 -0
- package/dist/node_modules/.pnpm/lru-cache@11.5.0/node_modules/lru-cache/dist/commonjs/browser/index.min.js +588 -0
- package/dist/node_modules/.pnpm/marked@15.0.12/node_modules/marked/lib/marked.esm.js +2144 -0
- package/dist/node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/assert-valid-pattern.js +12 -0
- package/dist/node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/ast.js +647 -0
- package/dist/node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/brace-expressions.js +110 -0
- package/dist/node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/escape.js +9 -0
- package/dist/node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/index.js +826 -0
- package/dist/node_modules/.pnpm/minimatch@10.2.5/node_modules/minimatch/dist/esm/unescape.js +9 -0
- package/dist/node_modules/.pnpm/ms@2.1.3/node_modules/ms/index.js +120 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/_vendor/partial-json-parser/parser.js +215 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/azure.js +93 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/client.js +523 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/api-promise.js +66 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/error.js +126 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/pagination.js +141 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/resource.js +8 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/streaming.js +267 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/decoders/line.js +80 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/detect-platform.js +137 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/errors.js +33 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/headers.js +65 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/parse.js +54 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/qs/formats.js +13 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/qs/stringify.js +282 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/qs/utils.js +85 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/request-options.js +11 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/shims.js +77 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/to-file.js +54 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/tslib.js +16 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/uploads.js +99 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/base64.js +17 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/bytes.js +28 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/env.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/log.js +77 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/path.js +59 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/query.js +7 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/sleep.js +4 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/uuid.js +13 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/values.js +53 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/AbstractChatCompletionRunner.js +270 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/AssistantStream.js +515 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/ChatCompletionRunner.js +22 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/ChatCompletionStream.js +471 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/ChatCompletionStreamingRunner.js +23 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/EventStream.js +180 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/ResponsesParser.js +127 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/RunnableFunction.js +6 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/Util.js +20 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/chatCompletionUtils.js +10 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/parser.js +117 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/responses/ResponseStream.js +260 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/audio/audio.js +18 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/audio/speech.js +32 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/audio/transcriptions.js +15 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/audio/translations.js +10 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/batches.js +34 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/assistants.js +67 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/beta.js +21 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/chatkit/chatkit.js +15 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/chatkit/sessions.js +44 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/chatkit/threads.js +74 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/realtime/realtime.js +15 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/realtime/sessions.js +29 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/realtime/transcription-sessions.js +29 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/threads/messages.js +70 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/threads/runs/runs.js +173 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/threads/runs/steps.js +35 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/threads/threads.js +88 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/chat/chat.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/chat/completions/completions.js +103 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/chat/completions/messages.js +25 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/completions.js +9 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/containers/containers.js +42 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/containers/files/content.js +19 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/containers/files/files.js +51 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/conversations/conversations.js +37 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/conversations/items.js +39 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/embeddings.js +47 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/evals/evals.js +49 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/evals/runs/output-items.js +22 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/evals/runs/runs.js +52 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/files.js +83 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/alpha/alpha.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/alpha/graders.js +46 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/checkpoints/checkpoints.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/checkpoints/permissions.js +83 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/fine-tuning.js +21 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/jobs/checkpoints.js +24 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/jobs/jobs.js +118 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/methods.js +6 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/graders/grader-models.js +6 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/graders/graders.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/images.js +26 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/models.js +29 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/moderations.js +13 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/realtime/calls.js +72 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/realtime/client-secrets.js +32 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/realtime/realtime.js +15 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/responses/input-items.js +24 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/responses/input-tokens.js +20 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/responses/responses.js +97 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/skills/content.js +18 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/skills/skills.js +48 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/skills/versions/content.js +19 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/skills/versions/versions.js +44 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/uploads/parts.js +24 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/uploads/uploads.js +67 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/vector-stores/file-batches.js +124 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/vector-stores/files.js +138 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/vector-stores/vector-stores.js +78 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/videos.js +53 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/webhooks/webhooks.js +82 -0
- package/dist/node_modules/.pnpm/openai@6.26.0_ws@8.20.1_zod@4.4.3/node_modules/openai/version.js +4 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/_vendor/partial-json-parser/parser.js +215 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/auth/workload-identity-auth.js +91 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/client.js +631 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/api-promise.js +66 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/error.js +153 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/pagination.js +172 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/resource.js +8 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/core/streaming.js +267 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/decoders/line.js +80 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/detect-platform.js +137 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/errors.js +33 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/headers.js +65 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/parse.js +54 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/qs/formats.js +13 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/qs/stringify.js +282 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/qs/utils.js +85 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/request-options.js +11 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/shims.js +77 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/to-file.js +54 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/tslib.js +16 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/uploads.js +99 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/base64.js +17 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/bytes.js +28 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/env.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/log.js +77 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/path.js +59 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/query.js +7 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/sleep.js +4 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/uuid.js +13 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/internal/utils/values.js +53 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/AbstractChatCompletionRunner.js +270 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/AssistantStream.js +515 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/ChatCompletionRunner.js +22 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/ChatCompletionStream.js +471 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/ChatCompletionStreamingRunner.js +23 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/EventStream.js +180 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/ResponsesParser.js +127 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/RunnableFunction.js +6 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/Util.js +20 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/chatCompletionUtils.js +10 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/parser.js +117 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/lib/responses/ResponseStream.js +260 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/admin.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/admin-api-keys.js +78 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/audit-logs.js +25 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/certificates.js +141 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/groups/groups.js +86 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/groups/roles.js +62 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/groups/users.js +62 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/invites.js +80 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/organization.js +36 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/api-keys.js +65 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/certificates.js +61 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/groups/groups.js +68 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/groups/roles.js +65 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/projects.js +122 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/rate-limits.js +44 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/roles.js +86 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/service-accounts.js +82 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/users/roles.js +65 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/projects/users/users.js +111 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/roles.js +77 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/usage.js +168 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/users/roles.js +62 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/admin/organization/users/users.js +79 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/audio/audio.js +18 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/audio/speech.js +33 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/audio/transcriptions.js +16 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/audio/translations.js +10 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/batches.js +41 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/assistants.js +72 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/beta.js +21 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/chatkit/chatkit.js +15 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/chatkit/sessions.js +46 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/chatkit/threads.js +82 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/realtime/realtime.js +15 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/realtime/sessions.js +30 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/realtime/transcription-sessions.js +30 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/threads/messages.js +75 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/threads/runs/runs.js +179 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/threads/runs/steps.js +37 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/beta/threads/threads.js +93 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/chat/chat.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/chat/completions/completions.js +122 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/chat/completions/messages.js +25 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/completions.js +14 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/containers/containers.js +50 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/containers/files/content.js +20 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/containers/files/files.js +56 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/conversations/conversations.js +47 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/conversations/items.js +47 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/embeddings.js +48 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/evals/evals.js +53 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/evals/runs/output-items.js +25 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/evals/runs/runs.js +66 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/files.js +95 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/alpha/alpha.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/alpha/graders.js +54 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/checkpoints/checkpoints.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/checkpoints/permissions.js +84 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/fine-tuning.js +21 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/jobs/checkpoints.js +24 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/jobs/jobs.js +134 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/fine-tuning/methods.js +6 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/graders/grader-models.js +6 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/graders/graders.js +12 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/images.js +31 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/models.js +29 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/moderations.js +13 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/realtime/calls.js +76 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/realtime/client-secrets.js +36 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/realtime/realtime.js +15 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/responses/input-items.js +24 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/responses/input-tokens.js +24 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/responses/responses.js +107 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/skills/content.js +19 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/skills/skills.js +56 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/skills/versions/content.js +20 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/skills/versions/versions.js +51 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/uploads/parts.js +24 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/uploads/uploads.js +74 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/vector-stores/file-batches.js +132 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/vector-stores/files.js +147 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/vector-stores/vector-stores.js +84 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/videos.js +86 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/resources/webhooks/webhooks.js +82 -0
- package/dist/node_modules/.pnpm/openai@6.38.0_ws@8.20.1_zod@4.4.3/node_modules/openai/version.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/account-id-B32J-iNN.js +48 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/account-lookup-CQEoGO1F.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/activation-context-VOwqwTGf.js +163 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/activation-planner-Cd6anAX7.js +117 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/active-proxy-state-BBaqWhZo.js +13 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/active-runtime-registry-wEpAEHY2.js +50 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/agent-events-BuYtWSh4.js +34 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/agent-scope-CtLXGcWm.js +27 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/agent-scope-config-CMp71_27.js +123 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/agents/models-config.runtime.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/ansi-4r6vVvJt.js +15 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/api-builder-CbLcX7eD.js +220 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/api-facades-BqeVKWB0.js +30 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/archive-DBeZ8ywX.js +16 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/arg-split-DM7vx6uc.js +39 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/argv-j42r4Rb7.js +378 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/artifacts-BZhcmsUl.js +71 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/async-lock-CaiUOILd.js +19 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/attempt.tool-run-context-QAUT7ucg.js +118 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/avatar-policy-BSD55fx7.js +29 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bash-process-registry-DU_0t2zf.js +9 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bash-tools.exec-runtime-BjyoOnVc.js +33 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bash-tools.schemas-Rpvm0aIu.js +47 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bash-tools.shared-DwMDKMvR.js +39 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bootstrap-registry-W87CNNcz.js +56 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/browser-bridges-C2EBvFK4.js +1414 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/browser-profiles-CgiHzERh.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bundle-manifest-s4nKSc4m.js +277 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bundle-mcp-CrALtTOT.js +235 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bundled-0oTAwz0N.js +500 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bundled-capability-runtime-DUjDEDJd.js +594 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bundled-compat-BkrhFp4r.js +78 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bundled-dir-CcqVVqEn.js +174 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/bundled-plugin-metadata-8-CcE95i.js +208 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/call-t1U2G3yY.js +431 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/capabilities-B3ut6ovI.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-bootstrap.runtime-B0t3vnup.js +5 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-bootstrap.runtime-DoDLB_3g.js +42 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-catalog-registry-DtJ_ZeqX.js +42 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-config-helpers-xZ4-bv2H.js +7 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-configured-B6BYuKoD.js +43 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-contract-api-BKyJzTiE.js +15 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-entry-contract-BDMmGZzs.js +203 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-env-var-names-B9EI0cwg.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-env-vars-CQueZMpO.js +32 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-meta-COEgfCjE.js +35 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-plugin-ids-nB-ga3MN.js +252 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-resolution-Ecs0HEdK.js +46 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-route-L2PJ-xNE.js +44 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-selection-DQG3SYlu.js +170 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-streaming-BKIuGSWW.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/channel-target-Nug_hTy8.js +15 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/chat-meta-2H4wOcrq.js +46 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/chat-type-D_QPUzR1.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/chunk-IIklKK4Y.js +226 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/clawhub-spec-J_MJr4Sl.js +20 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/cleanup-i9QIMqva.js +147 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/cli-name-C-K1n6ar.js +22 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/cli-runner-BZsJFWmR.js +105 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/client-B1EH_7Mz.js +900 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/client-info-BVWE_ra1.js +32 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/client-start-readiness-zY0I9Wur.js +94 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/cmd-argv-fj4pRVR6.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/combined-store-gateway-NV2GSCR6.js +74 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/command-format-BPjMauol.js +24 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/command-registration-io1ALI_N.js +433 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/commands-registry-normalize-CnHNsvCE.js +94 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/commands-registry.data-piUeltWc.js +1040 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/compat-bCpUj7Jq.js +7 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/config/config.js +100 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/config-CcQ2HijN.js +173 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/config-normalization-shared-Ce2joeLa.js +341 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/config-paths-C-HItaHN.js +61 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/config-presence-DiJ4UoDg.js +95 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/config-schema-ChfiQrSg.js +82 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/config-schema-DBTUnI0T.js +34 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/config-state-CjJBf8PG.js +103 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/connect-error-details-BNpp20bs.js +169 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/connection-details-BUwiTtDD.js +55 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/console-BAPPAj56.js +59 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/constants-By80hBjs.js +42 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/constants-D_82oc2f.js +13 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/context-L0xQd5wI.js +38 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/conversation-binding-CMioKWCr.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/core-descriptors-zcE5f_RQ.js +816 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/core-kXuNbs5U.js +64 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/credential-planner-DPeD90hR.js +89 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/credentials-BJ7jvgw3.js +123 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/credentials-secret-inputs-OTPqgPcC.js +191 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/dedupe-BD30U36x.js +60 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/default-enablement-CT7_t1ee.js +7 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/defaults-mDjiWzE5.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/deliver-WPtVqUMT.js +1277 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/delivery-context.shared-CBmB9dF7.js +130 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/delivery-field-schemas-BqP7BUbz.js +17 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/delivery-queue-DiT8Zaph.js +361 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/detached-task-runtime-C79km_82.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/detached-task-runtime-state-B0mh7AbV.js +29 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/device-auth-CLuEWAWX.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/device-identity-BuQ9YOu8.js +179 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/device-metadata-normalization-PRIe4LWk.js +16 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/diagnostic-DEgTYLXt.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/diagnostic-error-metadata-CJCFvsh5.js +19 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/diagnostic-events-BLgzARSp.js +255 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/diagnostic-flags-Bss2g5Mq.js +80 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/diagnostic-run-activity-b7xVOYWO.js +151 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/diagnostic-runtime-fqnhjrAV.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/directive-tags-CClLEtM7.js +74 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/discovery-GEDtU7uI.js +1129 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/docker-DfzYD6UD.js +517 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/doctor-contract-registry-MGGe8kxH.js +157 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/dotenv-y8uUSeBA.js +216 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/dreaming-CxCxWYoC.js +250 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/enable-DL58ncJE.js +32 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/env-Dhqok4CP.js +16 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/env-overrides-DIYux-i5.js +8 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/env-substitution-m_qVnB9E.js +108 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/errors-BgH2aVJW.js +16 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/errors-DYND-qcd.js +24 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/errors-b3ZrCRlt.js +42 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/exec-D4bhAbbv.js +9 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/exec-safe-bin-trust-DTg2jg2F.js +220 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/explicit-connection-policy-BAf1LVDv.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/external-content-BWPoz0BU.js +197 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/facade-loader-Cog8gw3V.js +146 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/facade-resolution-shared-Dp7n2TN8.js +47 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/facade-runtime-D0XwEzEs.js +112 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/fences-BFtCDO5A.js +72 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/fetch-timeout-CptH2le9.js +2 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/file-identity-BKNyWMFA.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/file-lock-D5OTq3qW.js +80 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/file-lock-D6zEe-ZP.js +43 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/file-store-BcfkC1se.js +500 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/fingerprint-COSQ5VlL.js +7 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/frontmatter-DIUKpD-a.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/fs-safe-CV86zY9G.js +171 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/fs-safe-defaults-B7hUN42l.js +30 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/gateway-control-ui-origins-BX09k5CR.js +23 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/gateway-kClD4_Qv.js +114 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/gateway-method-policy-CwyGMC_n.js +29 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/gateway-process-argv-0KsxsGrA.js +6 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/gateway-processes-DtC5jd3t.js +30 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/gateway-request-scope-B9qYB9tg.js +23 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/glob-pattern-CrqljM7B.js +38 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/globals-YU5FjfZK.js +17 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/group-policy-sKF5rlUN.js +206 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/handshake-timeouts-DRUWxVZ0.js +41 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/harness-runtimes-Da9K6qai.js +125 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/heartbeat-tool-response-Cf_D5Tj1.js +19 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/helpers-CswdXPdi.js +7 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/home-dir-BOPFpGo8.js +67 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/hook-runner-global-BkXXy1ub.js +657 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/host-env-security-66KkrZF_.js +464 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/host-hook-cleanup-4NNJkg8Y.js +309 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/host-hook-cleanup-BNlJQu7G.js +6 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/host-hook-json-BHsxXV1L.js +43 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/http-route-overlap-BShPdT8Q.js +29 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/ids-BE_yccbC.js +95 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/images-CHOq0BQv.js +49 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/inbound-dedupe-CV1givUI.js +13 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/includes-DGwO3g_c.js +209 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/input-provenance-CmqYxlZ2.js +8 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/install-paths-B32RY-Gz.js +28 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/install-source-info-D8J-X1P6.js +76 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/installed-plugin-index-record-reader-BvE-GqxR.js +154 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/installed-plugin-index-records-BrXfmg6n.js +31 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/installed-plugin-index-store-C1Oen9wR.js +1487 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/interactive-DO_VR-vH.js +267 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/internal-hooks-DpfQDjis.js +50 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/io-DoswVvYe.js +4957 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/io.audit-BxsD2faX.js +221 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/ip-WAe3-2zT.js +182 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/issue-format-c8ezaSew.js +32 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/json-file-DpLhTVdZ.js +34 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/json-files-C2hqjU--.js +197 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/json-pointer-BRH9eAOA.js +42 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/json-stringify-DYDqVIo7.js +8 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/lazy-promise-Djskx0qC.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/legacy-config-issues-2IgKfZ9N.js +119 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/legacy-config-issues-Czu0_ffE.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/legacy-config-migrations-BXj3KPAt.js +1633 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/legacy-config-record-shared-CpOX8vW0.js +19 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/lifecycle-hook-helpers-DfkD7GEX.js +8 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/links-CM5vg8_V.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/listeners-CTbMb1h9.js +14 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/live-CF0ee90S.js +19 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/load-CvxrRePI.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/load-context-BO-9CJts.js +57 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/loader-DKK7Ita0.js +5532 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/loader-channel-setup-BDSdQdHL.js +98 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/local-roots-Pi6a9oaK.js +109 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/logger-0o2znY2U.js +41 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/logger-D2U-uUBZ.js +2 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/logger-Dg9dVaLI.js +562 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/machine-name-Dy5GwJ0w.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/main-session-D3q_5w0B.js +32 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/managed-proxy-undici-CxE3Ud0o.js +102 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/manifest-Cyo7Vmnr.js +872 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/manifest-command-aliases-BaxKypWl.js +44 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/manifest-contract-eligibility-LkT7g78Y.js +22 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/manifest-metadata-scan-CK8TFnhN.js +157 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/manifest-owner-policy-DqV-lgQl.js +34 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/manifest-registry-Cy1cBr1u.js +643 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/manifest-registry-installed-HgZGS-Bx.js +299 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/mcp-config-normalize-GXslRjiB.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/media-services-CLFjOJQs.js +14 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/media-source-url-B2V2UVFP.js +9 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/memory-embedding-providers-816TTVuI.js +35 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/memory-state-DKjCVvl8.js +79 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/mentions-DmNrCnsQ.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/merge-patch-BAO515t_.js +57 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message-CZZW9OgM.js +223 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message-action-runner-B4oH5EYj.js +85 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message-channel-CYCKkVrh.js +20 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message-channel-core-BoUoCGOD.js +16 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message-hook-mappers-CNfn6PTM.js +77 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message-oTt1u1XX.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message-secret-scope-NhV1S-c7.js +65 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message.config.runtime.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/message.gateway.runtime.js +5 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/method-scopes-D4RcH8qD.js +61 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/mime-DppuT-pZ.js +148 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/min-host-version-Ceo2xu29.js +52 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-auth-Db-JGIrg.js +37 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-auth-env-CZ-LXyVa.js +96 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-auth-markers-Cf78z2Zm.js +98 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-auth-runtime-shared-cdTr1v5l.js +12 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-catalog-DhWpNp70.js +25 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-catalog-DtQLR692.js +328 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-context-tokens-C2LIZoUn.js +101 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-fallback-BCpDvqqS.js +45 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-input-ChW9XXsQ.js +53 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-pricing-cache-DejbP1J2.js +24 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-ref-profile-L6rqw6O0.js +28 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-ref-shared-BkjJfDrJ.js +111 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-refs-BGL2fwMX.js +60 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-runtime-aliases-D35Lx2no.js +61 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-runtime-policy-CAe5ww09.js +120 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-selection-cli-DS-HhXIv.js +23 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-selection-normalize-CBfQo-Fd.js +19 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/model-selection-shared-ClxdEp4X.js +45 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/models-config-DNlTw_QX.js +992 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/models-config.providers.secrets-k1Lv9zej.js +356 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/module-export-COvD9dVR.js +12 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/mutate-DLC8bveh.js +320 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/native-command-session-targets-Bjf_5-ck.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/net-DCUMtgJy.js +76 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/network-mode-BsO8g-R7.js +84 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/nix-mode-write-guard-CW_6fgTB.js +29 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/node-commands-SnI8Vs7F.js +12 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/node-pairing-Dqxd4uL_.js +6 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/normalize-secret-input-CsdRhsMj.js +18 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/npm-registry-spec-BwaWslDm.js +128 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/number-coercion-CgoBR0cm.js +6 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/oauth--yqMDDjF.js +40 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/official-external-plugin-catalog-f6g4JsA2.js +938 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/official-external-plugin-repair-hints-CS7WhtMH.js +42 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/openai-codex-routing-DwRY-_VI.js +49 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/openai-transport-stream-Pgx5hpN7.js +59 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/openclaw-exec-env-CjxcymgO.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/openclaw-root-CNp1Ofdk.js +103 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/openclaw-tools-QeySpphx.js +916 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/operator-scopes-DGvgHuOd.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/package-entry-resolution-BL9c3jNr.js +289 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/package-entrypoints-j4m7Pzbb.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/package-state-probes-tbi57tYM.js +150 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/parse-Hq4glz65.js +482 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/parse-duration-CD4d_yk2.js +47 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/parse-finite-number-C3Woj8eC.js +20 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/parse-json-compat-c3237LfJ.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/path-BlG8lhgR.js +126 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/path-resolve-C6Vj5eOM.js +28 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/paths-Bg3PO6Gj.js +170 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/paths-Cw7f9XhU.js +203 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/paths-CzW2SUx5.js +29 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/payload-BDV15CYA.js +186 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/payloads-BOM5t2O4.js +196 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/permissions-ya3cPkFH.js +373 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/pi-bundle-mcp-runtime-CwBDIKIq.js +32 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/pi-embedded-CsSFzly6.js +161 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/pi-tools-iVT6BGHc.js +120 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/pi-tools.before-tool-call-CP_aEkky.js +45 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/pi-tools.policy-DWPg8MXT.js +168 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/pid-alive-C0-jAJSa.js +50 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/pinned-open-BRMz46d0.js +83 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-approvals-BAd_Vwt-.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-auto-enable-CuCUT4Z1.js +1025 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-cache-primitives-DcK62VYf.js +72 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-install-config-migration-tLi3gF_S.js +28 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-load-profile-DOnG9jJ5.js +29 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-metadata-snapshot-C-_V3F5M.js +702 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-module-loader-cache-D0U0PNnl.js +228 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-registry-CgH_ZSlH.js +505 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-scope-6HF2N6kz.js +20 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-skills-D8eZ0xBY.js +22 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugin-state-store-BqBrqTkQ.js +583 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugins/provider-discovery.runtime.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugins-C54ejDC8.js +8 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/plugins-allowlist-DNuAZt78.js +14 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/policy-BwWh-R0D.js +45 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/ports-lsof-BmdLddJi.js +3 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/private-file-store-DMtyjgoc.js +17 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/profile-utils-r2hpDMy8.js +17 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/progress-line-C1NvDnL7.js +6 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/protocol-DiXjp30g.js +3080 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-auth-aliases-4jqi6Djx.js +136 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-discovery-CP1SEcge.js +106 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-discovery.runtime-D6bUUUnG.js +130 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-env-vars-HpAfBQBJ.js +173 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-id-zTW9Rdln.js +27 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-local-service-43HU15Bt.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-model-id-normalize-BPUSCSQX.js +17 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-runtime-D8jQEgmu.js +255 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/provider-stream-qFQv-LxD.js +39 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/providers.runtime-CsXUlav0.js +226 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/proxy-env-Cs0G_0hd.js +35 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/proxy-lifecycle-Bj6NfFMe.js +68 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/public-surface-loader-B6ofplrA.js +109 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/public-surface-runtime-VRcoSF_P.js +82 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/query-expansion-BMvljseN.js +27 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/queue-DskPlua9.js +35 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/read-capability-CUZ0OarG.js +72 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/read-only-CHBMrkWp.js +28 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/receipt-vrVTwZtS.js +59 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/record-coerce-aMlBWINm.js +9 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/redact-ok5Q8nmw.js +496 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/redact-sensitive-url-NNYIE41N.js +50 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/redact-snapshot-DLK0iGBB.js +16 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/ref-contract-D_h_G00C.js +53 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-Bf5TpUad.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-BiKIFOzv.js +40 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-BlbU2sIq.js +539 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-CtWyD2pE.js +23 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-DxH_0Os-.js +40 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-KuKuvijT.js +12 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-loaded-BE-rpJc1.js +69 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-loaded-read-DQJDORLt.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-lookup-CxRGF57q.js +42 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/registry-normalize-CWTP5axf.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/regular-file-DaVeNX32.js +218 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/replace-file-C7_Inj8B.js +310 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/reply-dispatcher-DPt1UxjJ.js +6 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/reply-payload-DMPQsrQC.js +61 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/reply-payloads-MDazU9oj.js +48 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/reply-reference-OJ849bWH.js +6 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/reply-run-registry-CwZ9EftF.js +9 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/resolve-D1Ko6pWx.js +616 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/resolve-system-bin-pDkUnF3W.js +85 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/restart-C-r_0sSG.js +20 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/restart-stale-pids-BubeCFq3.js +67 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/restore-D60-WDR7.js +41 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/risks-GkUMojAA.js +206 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/root-file-jRMCpJW4.js +98 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/root-path-BgCKz8X4.js +521 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/run-state-primn49x.js +14 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/run-with-concurrency-5cC57eDC.js +40 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-CivQQNy1.js +38 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-DHxRl5F1.js +623 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-DXmZDQh5.js +38 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-channel-state-CQNj7c3E.js +40 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-fVbSwiLb.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-snapshot-DgdkBEdP.js +184 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-snapshots-esDr_mQ_.js +27 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-state-DRIYGASz.js +12 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/runtime-yzlkhCoS.js +52 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/safe-path-segment-CvOPESFB.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/safe-text-J_0sTthZ.js +13 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sandbox-paths-BTYunIeX.js +34 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sandbox-tool-policy-A1J2EpRM.js +27 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sanitize-env-vars-4wyDg6L9.js +99 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sanitize-text-LnH5cJvF.js +56 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/schema-validator-CoHaB3Uu.js +211 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/schemas-Del5uzR8.js +4575 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sdk-alias-BqTLUqwL.js +623 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/secret-file-DsUhZ-Ug.js +131 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/secret-input-paths-DAMsep3_.js +41 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/secure-random-BxnbXS5x.js +7 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/secure-temp-dir-aidxCRgA.js +2028 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/security-path-BTBxdfG9.js +63 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/selection-hR-AeOeU.js +238 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/semver-compare-BoMHoO1q.js +33 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/send-CGvo7HYh.js +179 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-archive.runtime.js +7 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-binding-service-B19FMAqz.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-context-DSIPIqLK.js +35 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-conversation-XHNnUnBT.js +146 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-dirs-Dmxb0Dxh.js +19 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-key-Bte0mmcq.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-key-utils-Ce_xWkNq.js +91 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-transcript-files.fs-CDIpA7EV.js +158 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-write-lock-_a5O1H8L.js +397 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/session-write-lock-error-HvDhYM6H.js +14 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sessions-CQHHcgC_.js +158 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sessions-helpers-AhiZZPDz.js +40 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/setup-helpers-BC9z9VvG.js +2 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/setup-registry-DHllMAAd.js +366 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/setup-wizard-helpers-Dbpzm32P.js +19 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/shared-Cv5g0_Ch.js +22 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/shell-wrapper-resolution-CehhL5X5.js +622 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sidecar-lock-Bv7C32CP.js +301 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/skills-JUNRkaHl.js +22 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/skills-remote-BCbpja7h.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/slots-DT22cOei.js +25 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/sqlite-wal-RZTJ93Pu.js +52 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/ssh-tunnel-BIb8VLdL.js +45 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/stable-stringify-TfJ9A6yH.js +40 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/startup-trace-segment-Cd4cVDJE.js +17 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/state-CHRYWIGY.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/state-dir-dotenv-Dzh60TUr.js +50 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/store-BMQkMM4l.js +1831 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/store-BmtchQvp.js +668 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/store-cache-BnGl6Zb-.js +21 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/store-entry-shape-D9hG2cVL.js +51 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/store-load-z4thf6ld.js +1064 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/string-coerce-6TL5VVOL.js +18 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/string-coerce-DyL154ka.js +62 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/string-normalization-DiPHgdft.js +20 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/strip-inbound-meta-D2-__BeH.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/subagent-registry-QwuPQSxK.js +103 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/subagent-registry-state-DbOPrqYx.js +136 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/subsystem-DSPWLoK5.js +241 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/subsystem-W8wAQXn1.js +4 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/system-events-11EG3LzK.js +3 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tailscale-status-zDpKLtE_.js +5 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/talk-C8XF4d_d.js +99 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/target-errors-Cjh6i-kG.js +14 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/targets-B5o7Ubgb.js +158 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/targets-CNDTJ9IB.js +26 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/targets-session-B-pkKm7E.js +91 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/task-executor-BGVJzIov.js +3 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/task-registry-B9ljq8Nk.js +48 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/temp-download-b1j3o1mX.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/theme-D58JpUfy.js +30 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/thinking-DNSlsULp.js +262 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/timer-delay-awNPCchy.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tmp-openclaw-dir-C60hWKdY.js +107 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/toggle-config-DID_OgqP.js +34 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tokens-CFv3Qu_v.js +36 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tool-catalog-8X_kZYZC.js +319 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tool-contracts-CbE_6nZb.js +49 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tool-images-Cv3ZnK02.js +3 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tool-loop-detection-8mMHShpN.js +5 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tool-policy-BY51AUO-.js +162 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tool-policy-COX5DaEj.js +46 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tool-policy-match-C9WqMgmG.js +31 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tools-KpflAzxD.js +25 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/transcript-BA0Ngd-A.js +717 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/transcript-events-ClYG_P1o.js +29 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/transcript.runtime.js +5 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/tts-runtime-B3-lBCQj.js +10 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/typebox-CjEaoMel.js +40 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/types-BgvyBC-3.js +34 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/types.models-lqH0KLkn.js +28 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/types.secrets-DwPik3M8.js +146 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/types.tools-CJYS3wEg.js +25 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/undici-global-dispatcher-B3DjrQKu.js +72 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/undici-runtime-DWGlO0I7.js +133 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/unhandled-rejections-Km9wbHjh.js +22 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/usage-DbhCKKrr.js +39 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/utils-sBTEdeml.js +69 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/validate-sandbox-security-DkSeOpz8.js +236 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/version-CAjjTWnS.js +56 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/version-CQfgAE7_.js +85 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/warning-filter-Ek98bF5R.js +58 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/web-provider-public-artifacts.explicit-BwvGaIk_.js +81 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/web-search-install-catalog-CbZkTyiv.js +98 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/web-shared-CYJpPo1M.js +2 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/windows-install-roots-C-V7Ai9d.js +135 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/windows-spawn-B76fGM3V.js +204 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/workspace-BoRIIBbL.js +15 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/workspace-DTx8zuCN.js +12 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/workspace-default--mMaLHGD.js +16 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/workspace-dir-DICx6sb6.js +24 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/write-queue-C9nceBqy.js +108 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/ws-C3qhmaFC.js +11 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/wsl-2-jVkfxN.js +31 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/zod-parse-B4dzFRWI.js +15 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/zod-schema-Dsy5tXpj.js +1481 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/zod-schema.agent-runtime-Bq5CXVVg.js +763 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/zod-schema.channels-BJfpHgPH.js +33 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/zod-schema.core-D7Y_eqdd.js +703 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/zod-schema.installs-D7BhBdmh.js +54 -0
- package/dist/node_modules/.pnpm/openclaw@2026.5.22/node_modules/openclaw/dist/zod-schema.sensitive-3GVmnUbm.js +5 -0
- package/dist/node_modules/.pnpm/p-retry@4.6.2/node_modules/p-retry/index.js +81 -0
- package/dist/node_modules/.pnpm/partial-json@0.1.7/node_modules/partial-json/dist/index.js +210 -0
- package/dist/node_modules/.pnpm/partial-json@0.1.7/node_modules/partial-json/dist/options.js +21 -0
- package/dist/node_modules/.pnpm/path-key@3.1.1/node_modules/path-key/index.js +15 -0
- package/dist/node_modules/.pnpm/proper-lockfile@4.1.2/node_modules/proper-lockfile/index.js +39 -0
- package/dist/node_modules/.pnpm/proper-lockfile@4.1.2/node_modules/proper-lockfile/lib/adapter.js +62 -0
- package/dist/node_modules/.pnpm/proper-lockfile@4.1.2/node_modules/proper-lockfile/lib/lockfile.js +240 -0
- package/dist/node_modules/.pnpm/proper-lockfile@4.1.2/node_modules/proper-lockfile/lib/mtime-precision.js +39 -0
- package/dist/node_modules/.pnpm/retry@0.12.0/node_modules/retry/index.js +6 -0
- package/dist/node_modules/.pnpm/retry@0.12.0/node_modules/retry/lib/retry.js +84 -0
- package/dist/node_modules/.pnpm/retry@0.12.0/node_modules/retry/lib/retry_operation.js +128 -0
- package/dist/node_modules/.pnpm/retry@0.13.1/node_modules/retry/index.js +6 -0
- package/dist/node_modules/.pnpm/retry@0.13.1/node_modules/retry/lib/retry.js +84 -0
- package/dist/node_modules/.pnpm/retry@0.13.1/node_modules/retry/lib/retry_operation.js +132 -0
- package/dist/node_modules/.pnpm/shebang-command@2.0.0/node_modules/shebang-command/index.js +17 -0
- package/dist/node_modules/.pnpm/shebang-regex@3.0.0/node_modules/shebang-regex/index.js +4 -0
- package/dist/node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/index.js +149 -0
- package/dist/node_modules/.pnpm/signal-exit@3.0.7/node_modules/signal-exit/signals.js +43 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/AbstractTokenizer.js +109 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/BlobTokenizer.js +56 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/BufferTokenizer.js +55 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/ReadStreamTokenizer.js +109 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/core.js +27 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/stream/AbstractStreamReader.js +67 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/stream/Errors.js +18 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/stream/WebStreamByobReader.js +25 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/stream/WebStreamDefaultReader.js +61 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/stream/WebStreamReader.js +16 -0
- package/dist/node_modules/.pnpm/strtok3@10.3.5/node_modules/strtok3/lib/stream/WebStreamReaderFactory.js +19 -0
- package/dist/node_modules/.pnpm/token-types@6.1.2/node_modules/token-types/lib/index.js +94 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/BaseLogger.js +861 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/formatNumberAddZeros.js +10 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/formatTemplate.js +28 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/index.js +44 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/internal/environment.js +40 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/internal/errorUtils.js +33 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/internal/jsonStringifyRecursive.js +21 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/internal/metaFormatting.js +58 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/internal/stackTrace.js +66 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/internal/util.inspect.polyfill.js +416 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/prettyLogStyles.js +46 -0
- package/dist/node_modules/.pnpm/tslog@4.10.2/node_modules/tslog/esm/urlToObj.js +19 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/compile/code.js +52 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/compile/compile.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/compile/index.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/compile/validator.js +126 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/_idna.js +183 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/_puny.js +68 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/_registry.js +74 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/date.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/date_time.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/duration.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/email.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/format.js +52 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/hostname.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/idn_email.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/idn_hostname.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/ipv4.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/ipv6.js +60 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/iri.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/iri_reference.js +40 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/json_pointer.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/json_pointer_uri_fragment.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/regex.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/relative_json_pointer.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/time.js +25 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/uri.js +116 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/uri_reference.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/uri_template.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/url.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/format/uuid.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/guard/emit.js +188 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/guard/globals.js +34 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/guard/guard.js +190 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/guard/string.js +109 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/index.js +426 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/build.js +102 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/check.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_context.js +121 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_exact_optional.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_externals.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_functions.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_guard.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_reducer.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_refine.js +25 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_stack.js +109 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/_unique.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/additionalItems.js +41 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/additionalProperties.js +74 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/allOf.js +41 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/anyOf.js +46 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/boolean.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/const.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/contains.js +34 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/dependencies.js +38 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/dependentRequired.js +35 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/dependentSchemas.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/dynamicRef.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/enum.js +27 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/exclusiveMaximum.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/exclusiveMinimum.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/format.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/if.js +39 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/items.js +61 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/maxContains.js +36 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/maxItems.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/maxLength.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/maxProperties.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/maximum.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/minContains.js +34 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/minItems.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/minLength.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/minProperties.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/minimum.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/multipleOf.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/not.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/oneOf.js +54 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/pattern.js +24 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/patternProperties.js +40 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/prefixItems.js +29 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/properties.js +40 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/propertyNames.js +35 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/recursiveRef.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/ref.js +45 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/required.js +28 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/schema.js +265 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/type.js +46 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/unevaluatedItems.js +45 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/unevaluatedProperties.js +45 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/engine/uniqueItems.js +44 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/errors.js +29 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/pointer/pointer.js +85 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/resolve/ref.js +101 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/_guard.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/_refine.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/additionalItems.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/additionalProperties.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/allOf.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/anchor.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/anyOf.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/const.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/contains.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/default.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/dependencies.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/dependentRequired.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/dependentSchemas.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/dynamicAnchor.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/dynamicRef.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/else.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/enum.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/exclusiveMaximum.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/exclusiveMinimum.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/format.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/id.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/if.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/items.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/maxContains.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/maxItems.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/maxLength.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/maxProperties.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/maximum.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/minContains.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/minItems.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/minLength.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/minProperties.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/minimum.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/multipleOf.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/not.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/oneOf.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/pattern.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/patternProperties.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/prefixItems.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/properties.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/propertyNames.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/recursiveAnchor.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/recursiveRef.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/ref.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/required.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/schema.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/then.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/type.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/unevaluatedItems.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/unevaluatedProperties.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/schema/types/uniqueItems.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/arguments/arguments.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/environment/evaluate.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/hashing/hash.js +139 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/locale/_config.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/locale/en_US.js +73 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/memory/assign.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/memory/clone.js +36 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/memory/create.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/memory/discard.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/memory/update.js +26 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/settings/settings.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/system/unreachable/unreachable.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/_optional.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/_readonly.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/awaited.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/capitalize.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/conditional.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/constructor_parameters.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/evaluate.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/exclude.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/extract.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/indexed.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/instance_type.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/interface.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/keyof.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/lowercase.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/mapped.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/module.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/non_nullable.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/omit.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/options.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/parameters.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/partial.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/pick.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/readonly_object.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/required.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/return_type.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/uncapitalize.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/action/uppercase.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/awaited/instantiate.js +19 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/call/distribute_arguments.js +41 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/call/instantiate.js +45 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/call/resolve_arguments.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/call/resolve_target.js +24 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/conditional/instantiate.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/constructor_parameters/instantiate.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/cyclic/candidates.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/cyclic/check.js +35 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/cyclic/dependencies.js +37 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/cyclic/extends.js +40 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/cyclic/instantiate.js +33 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/cyclic/target.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/enum/enum_to_union.js +26 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/enum/typescript_enum_to_enum_values.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/evaluate/broaden.js +44 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/evaluate/compare.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/evaluate/composite.js +44 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/evaluate/distribute.js +37 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/evaluate/evaluate.js +28 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/evaluate/flatten.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/evaluate/instantiate.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/evaluate/narrow.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/exclude/instantiate.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/exclude/operation.js +28 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/extract/instantiate.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/extract/operation.js +28 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/helpers/keys.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/helpers/keys_to_indexer.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/from_cyclic.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/from_enum.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/from_intersect.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/from_literal.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/from_template_literal.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/from_type.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/from_union.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/to_indexable.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexable/to_indexable_keys.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexed/array_indexer.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexed/from_array.js +31 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexed/from_object.js +42 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexed/from_tuple.js +31 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexed/from_type.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/indexed/instantiate.js +25 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/instance_type/instantiate.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/instantiate.js +97 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/interface/instantiate.js +25 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/intrinsics/from_literal.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/intrinsics/from_template_literal.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/intrinsics/from_type.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/intrinsics/from_union.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/intrinsics/instantiate.js +53 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/intrinsics/mapping.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/keyof/from_any.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/keyof/from_array.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/keyof/from_object.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/keyof/from_record.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/keyof/from_tuple.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/keyof/from_type.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/keyof/instantiate.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/mapped/instantiate.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/mapped/mapped_operation.js +42 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/mapped/mapped_variants.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/module/instantiate.js +33 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/non_nullable/instantiate.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/object/collapse.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/object/from_cyclic.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/object/from_intersect.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/object/from_object.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/object/from_tuple.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/object/from_type.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/object/from_union.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/omit/from_type.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/omit/instantiate.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/options/instantiate.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/parameters/instantiate.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/partial/from_cyclic.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/partial/from_intersect.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/partial/from_object.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/partial/from_type.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/partial/from_union.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/partial/instantiate.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/patterns/pattern.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/patterns/template.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/pick/from_type.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/pick/instantiate.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/readonly_object/from_array.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/readonly_object/from_cyclic.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/readonly_object/from_intersect.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/readonly_object/from_object.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/readonly_object/from_tuple.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/readonly_object/from_type.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/readonly_object/from_union.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/readonly_object/instantiate.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key.js +28 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_any.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_boolean.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_enum.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_integer.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_intersect.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_literal.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_number.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_string.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_template_literal.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/from_key_union.js +34 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/instantiate.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/record/record_create.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/ref/instantiate.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/required/from_cyclic.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/required/from_intersect.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/required/from_object.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/required/from_type.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/required/from_union.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/required/instantiate.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/rest/spread.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/return_type/instantiate.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/template_literal/create.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/template_literal/decode.js +54 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/template_literal/encode.js +72 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/template_literal/instantiate.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/template_literal/is_finite.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/template_literal/is_pattern.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/this/expand_this.js +25 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/engine/tuple/to_object.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/any.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/array.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/async_iterator.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/bigint.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/boolean.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/constructor.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/enum.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/extends.js +19 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/extends_left.js +57 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/extends_right.js +39 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/function.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/inference.js +43 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/integer.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/intersect.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/iterator.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/literal.js +30 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/never.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/null.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/number.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/object.js +46 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/parameters.js +24 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/promise.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/result.js +36 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/return_type.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/string.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/symbol.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/template_literal.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/tuple.js +52 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/undefined.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/union.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/unknown.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/extends/void.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/mapping.js +617 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/parser.js +270 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/script.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/bigint.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/const.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/ident.js +26 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/integer.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/internal/char.js +30 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/internal/many.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/internal/match.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/internal/optional.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/internal/take.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/internal/trim.js +30 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/number.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/span.js +37 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/string.js +19 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/unsigned_integer.js +26 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/unsigned_number.js +44 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/until.js +19 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/script/token/until_1.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/_codec.js +49 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/_immutable.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/_optional.js +23 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/_readonly.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/_refine.js +28 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/any.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/array.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/async_iterator.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/base.js +54 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/bigint.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/boolean.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/call.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/constructor.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/cyclic.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/deferred.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/enum.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/function.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/generic.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/identifier.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/infer.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/integer.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/intersect.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/iterator.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/literal.js +51 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/never.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/null.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/number.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/object.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/parameter.js +19 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/promise.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/properties.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/record.js +52 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/ref.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/rest.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/schema.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/string.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/symbol.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/template_literal.js +35 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/this.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/tuple.js +18 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/undefined.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/union.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/unknown.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/unsafe.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/type/types/void.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/typebox.js +197 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/assert/assert.js +27 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/check/check.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/additional.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/clean.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_array.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_base.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_cyclic.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_intersect.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_object.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_record.js +34 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_ref.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_tuple.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_type.js +27 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clean/from_union.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/clone/clone.js +41 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/callback.js +19 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/decode.js +43 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/encode.js +43 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_array.js +27 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_cyclic.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_intersect.js +38 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_object.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_record.js +37 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_ref.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_tuple.js +27 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_type.js +26 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/from_union.js +31 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/codec/has.js +58 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/convert.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_additional.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_array.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_base.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_bigint.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_boolean.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_cyclic.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_enum.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_integer.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_intersect.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_literal.js +35 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_null.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_number.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_object.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_record.js +21 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_ref.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_string.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_template_literal.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_tuple.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_type.js +49 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_undefined.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_union.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/from_void.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/try/try_array.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/try/try_bigint.js +27 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/try/try_boolean.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/try/try_null.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/try/try_number.js +31 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/try/try_result.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/try/try_string.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/convert/try/try_undefined.js +22 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/create.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/error.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_array.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_async_iterator.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_base.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_bigint.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_boolean.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_constructor.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_cyclic.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_default.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_enum.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_function.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_integer.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_intersect.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_iterator.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_literal.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_never.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_null.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_number.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_object.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_promise.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_record.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_ref.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_string.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_symbol.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_template_literal.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_tuple.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_type.js +75 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_undefined.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_union.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/create/from_void.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/default.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_array.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_base.js +6 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_cyclic.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_default.js +10 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_intersect.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_object.js +30 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_record.js +29 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_ref.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_tuple.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_type.js +32 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/default/from_union.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/delta/diff.js +91 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/delta/edit.js +29 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/delta/patch.js +35 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/equal/equal.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/errors/errors.js +16 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/hash/hash.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/index.js +65 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/mutate/error.js +8 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/mutate/from_array.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/mutate/from_object.js +35 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/mutate/from_unknown.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/mutate/from_value.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/mutate/mutate.js +20 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/parse/parse.js +42 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/pipeline/pipeline.js +13 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/error.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_array.js +37 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_base.js +7 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_enum.js +9 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_intersect.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_object.js +30 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_record.js +36 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_ref.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_template_literal.js +12 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_tuple.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_type.js +64 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_union.js +26 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/from_unknown.js +14 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/repair/repair.js +15 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/shared/optional_undefined.js +11 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/shared/union_priority_sort.js +17 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/shared/union_score_select.js +40 -0
- package/dist/node_modules/.pnpm/typebox@1.1.38/node_modules/typebox/build/value/value.js +41 -0
- package/dist/node_modules/.pnpm/uint8array-extras@1.5.0/node_modules/uint8array-extras/index.js +65 -0
- package/dist/node_modules/.pnpm/which@2.0.2/node_modules/which/which.js +95 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/compose-collection.js +60 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/compose-doc.js +38 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/compose-node.js +101 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/compose-scalar.js +76 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/composer.js +200 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/resolve-block-map.js +103 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/resolve-block-scalar.js +176 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/resolve-block-seq.js +46 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/resolve-end.js +38 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/resolve-flow-collection.js +189 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/resolve-flow-scalar.js +213 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/resolve-props.js +128 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/util-contains-newline.js +37 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/util-empty-scalar-position.js +25 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/util-flow-indent-check.js +13 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/compose/util-map-includes.js +11 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/doc/Document.js +304 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/doc/anchors.js +65 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/doc/createNode.js +70 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/doc/directives.js +166 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/errors.js +60 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/parse/cst.js +72 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/parse/lexer.js +579 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/parse/line-counter.js +26 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/parse/parser.js +862 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/public-api.js +53 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/Schema.js +27 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/common/map.js +17 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/common/null.js +13 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/common/seq.js +17 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/common/string.js +14 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/core/bool.js +19 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/core/float.js +41 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/core/int.js +40 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/core/schema.js +23 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/json/schema.js +62 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/tags.js +89 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/binary.js +56 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/bool.js +27 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/float.js +44 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/int.js +74 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +73 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +73 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/schema.js +39 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +84 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/schema/yaml-1.1/timestamp.js +83 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/stringify/stringifyDocument.js +75 -0
- package/dist/node_modules/.pnpm/yaml@2.9.0/node_modules/yaml/browser/dist/stringify/stringifyNumber.js +22 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.1_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/string.js +1 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/Options.js +37 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/Refs.js +23 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/errorMessages.js +18 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/getRelativePath.js +11 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parseDef.js +61 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/any.js +18 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/array.js +28 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/bigint.js +48 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/boolean.js +8 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/branded.js +7 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/catch.js +7 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/date.js +61 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/default.js +10 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/effects.js +8 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/enum.js +9 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/intersection.js +44 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/literal.js +21 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/map.js +29 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/nativeEnum.js +15 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/never.js +12 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/null.js +11 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/nullable.js +35 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/number.js +51 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/object.js +72 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/optional.js +22 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/pipeline.js +22 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/promise.js +7 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/readonly.js +7 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/record.js +58 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/set.js +23 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/string.js +321 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/tuple.js +30 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/undefined.js +9 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/union.js +71 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/parsers/unknown.js +7 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/selectParser.js +108 -0
- package/dist/node_modules/.pnpm/zod-to-json-schema@3.25.2_zod@4.4.3/node_modules/zod-to-json-schema/dist/esm/zodToJsonSchema.js +66 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v3/types.js +42 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/classic/coerce.js +12 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/classic/compat.js +6 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/classic/errors.js +43 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/classic/iso.js +42 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/classic/parse.js +28 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/classic/schemas.js +983 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/api.js +632 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/checks.js +409 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/core.js +79 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/doc.js +37 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/errors.js +105 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/json-schema-processors.js +586 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/parse.js +95 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/regexes.js +87 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/registries.js +51 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/schemas.js +1609 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/to-json-schema.js +365 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/util.js +438 -0
- package/dist/node_modules/.pnpm/zod@4.4.3/node_modules/zod/v4/core/versions.js +8 -0
- package/dist/packages/plugin/src/accounts.js +1 -1
- package/dist/packages/plugin/src/api/prompts-api.js +2 -2
- package/dist/packages/plugin/src/api/workspace.js +3 -3
- package/dist/packages/plugin/src/channel.js +31 -28
- package/dist/packages/plugin/src/gateway/config-writer.js +34 -1
- package/dist/packages/plugin/src/gateway/message-context.js +11 -11
- package/dist/packages/plugin/src/gateway/message-dispatcher.js +136 -36
- package/dist/packages/plugin/src/gateway/skills-handler.js +23 -23
- package/dist/packages/plugin/src/gateway/tools-list-handler.js +2 -2
- package/dist/packages/plugin/src/media/upload.js +5 -5
- package/dist/packages/plugin/src/setup-core.js +4 -4
- package/dist/packages/plugin/src/setup-surface.js +6 -6
- package/dist/setup-entry.js +1 -1
- package/dist/src/gateway/config-writer.d.ts.map +1 -1
- package/package.json +8 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/account-id-C6v13Xic.js +0 -4
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/auth-profiles-Db4Eg6ht.js +0 -24
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/bash-tools.exec-runtime--1hhz8C_.js +0 -46
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/bash-tools.schemas-BqpDemKo.js +0 -32
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/boolean-DbfRNnYl.js +0 -14
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/boundary-file-read-BymsBHso.js +0 -172
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/bundled-Cuj8sKt6.js +0 -18
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/bundled-dir-Cq5y_NKM.js +0 -109
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/bundled-plugin-metadata-BJMD48hn.js +0 -260
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/channel-entry-contract-BoTfqLnn.js +0 -176
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/cli-name-DPC4W7Fo.js +0 -22
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/command-format-LqDv8ows.js +0 -24
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/command-registration-Dxq1bCXM.js +0 -16
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/commands-registry-normalize-Bk0WYUI0.js +0 -94
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/commands-registry.data-D99VdOlX.js +0 -940
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/config--3Msyf4f.js +0 -20
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/config-schema-C6kUPI7B.js +0 -33
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/config-schema-DB8FqQH8.js +0 -82
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/conversation-binding-C3EIaK9Z.js +0 -19
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/core-DpZtjMWz.js +0 -51
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/dedupe-DM7iBj7C.js +0 -60
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/discovery-Cgp95o2R.js +0 -649
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/dispatch-2DAqwFVE.js +0 -33
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/errors-Dyla6m1G.js +0 -13
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/exec-approvals-CLXc_BYU.js +0 -212
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/exec-defaults-DBnaZeLQ.js +0 -13
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/exec-jRxy02_4.js +0 -9
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/exec-safe-bin-trust-DOmID2EO.js +0 -638
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/facade-loader-B83leEeb.js +0 -10
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/facade-runtime-B04URCVZ.js +0 -14
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/file-identity-sp9axE-E.js +0 -411
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/file-lock-D016H3tC.js +0 -5
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/gateway-control-ui-origins-B-lkqr3D.js +0 -23
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/gateway-request-scope-BEWoJTx4.js +0 -3
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/helpers-CI2CkXhU.js +0 -7
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/home-dir-BEqRdfoa.js +0 -67
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/host-env-security-B-Ebh6At.js +0 -334
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/ids-By7Nkc8R.js +0 -76
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/inbound-path-policy-CQkSSeSi.js +0 -26
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/internal-hooks-D52pUqod.js +0 -5
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/io-DDkf_FUu.js +0 -14328
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/ip-CdfoCORt.js +0 -2
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/json-files-DACY7Zw5.js +0 -22
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/links-BlUEqVE8.js +0 -15
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/loader-DYJR63Q1.js +0 -27
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/logger-BMuqDP66.js +0 -26
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/manager-szyCqvou.js +0 -22
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/manifest-CjPIwluH.js +0 -409
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/manifest-registry-CK0zNybm.js +0 -394
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/message-channel-DXsjCySM.js +0 -32
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/mime-BjR-Aw-Q.js +0 -42
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/min-host-version-CmguvhGB.js +0 -49
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/model-auth-markers-YVQDqG1J.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/model-selection-cli-U7l5Ifek.js +0 -14
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/models-config-B-YHRI3g.js +0 -40
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/native-command-session-targets-BW3SPx-T.js +0 -11
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/network-mode-D3yzFBsD.js +0 -15
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/node-require-DvwmVoHm.js +0 -14
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/node-sqlite-FGjwOqiS.js +0 -3
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/openclaw-root-BNWw3cXT.js +0 -69
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/order-6WHL2fZu.js +0 -26
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/parse-duration-amE_QFsj.js +0 -42
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/path-safety-CKqzLERR.js +0 -308
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/paths-LCYGfrV7.js +0 -95
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/process-scoped-map-Cv-PkzaO.js +0 -11
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/profile-utils-Dh8DVvPv.js +0 -17
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/provider-env-vars-DDfJbkrO.js +0 -150
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/provider-id-B3nZBDJJ.js +0 -15
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/provider-runtime-O-n0cjZo.js +0 -22
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/public-surface-loader-CSDxBey4.js +0 -14
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/redact-D4nea1HF.js +0 -2
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/ref-contract-B1q5N0Lz.js +0 -35
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/registry-DE4nHTjg.js +0 -54
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/registry-loaded-B8D6rQiJ.js +0 -62
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/registry-nEl7QZ30.js +0 -3
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/runtime-Clo2XF6T.js +0 -27
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/runtime-channel-state-Ck2VkX9T.js +0 -20
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/runtime-state-Cd3jnHgw.js +0 -4
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/schema-validator-Bo7NeV8w.js +0 -3
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/scp-host-CiFVRWHy.js +0 -38
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/sdk-alias-Bo1huP7M.js +0 -315
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/session-binding-service-D6sb-LrK.js +0 -9
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/session-write-lock-Dk7FbMr_.js +0 -6
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/setup-helpers-ChrkNnYE.js +0 -5
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/setup-registry-BPL6c_Zk.js +0 -16
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/setup-wizard-helpers-DnMkYslk.js +0 -19
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/skills-Djbt9HGh.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/slots-PynIdqZ_.js +0 -10
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/string-coerce-BUSzWgUA.js +0 -25
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/string-normalization-DIJRAo0o.js +0 -20
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/strip-inbound-meta-WCHWW8is.js +0 -12
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/subsystem-BHv2zSx6.js +0 -15
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/system-events-CfifhXT7.js +0 -3
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/tailscale-status-Ch1LdrMM.js +0 -5
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/task-registry-2LJDZL29.js +0 -15
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/telegram-command-config-TdpOuZ__.js +0 -66
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/terminal-link-B3nCYQJi.js +0 -10
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/theme-CVJvORNs.js +0 -27
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/thinking-_rqwdGD8.js +0 -44
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/thinking.shared-Dginn1He.js +0 -14
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/tmp-openclaw-dir-DrKSsX71.js +0 -103
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/tool-policy-CwZyJfFc.js +0 -300
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/types-BfKfz-lz.js +0 -38
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/types.secrets-C9RpLzA0.js +0 -53
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/utils-DGFSjtQF.js +0 -36
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/version-b06Uhxnq.js +0 -82
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/workspace-oVBetctb.js +0 -20
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/zod-schema-Cpw1qu03.js +0 -1299
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/zod-schema.agent-runtime-D48J52r_.js +0 -620
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/zod-schema.core-BrzjtZhM.js +0 -597
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/zod-schema.providers-core-CX8AFeyJ.js +0 -1354
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/zod-schema.providers-whatsapp-7E9bf9oA.js +0 -130
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/zod-schema.sensitive-BFZ4qze6.js +0 -5
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner/pi-ai/dist/models.generated.js +0 -14275
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner/pi-ai/dist/models.js +0 -16
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner/pi-ai/dist/utils/oauth/anthropic.js +0 -314
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner/pi-ai/dist/utils/oauth/google-antigravity.js +0 -315
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner/pi-ai/dist/utils/oauth/google-gemini-cli.js +0 -402
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner/pi-ai/dist/utils/oauth/index.js +0 -41
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner/pi-ai/dist/utils/oauth/openai-codex.js +0 -335
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/system/policy.js +0 -34
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/any/any.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/argument/argument.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/array/array.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/async-iterator/async-iterator.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/awaited/awaited.js +0 -30
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/bigint/bigint.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/boolean/boolean.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/clone/type.js +0 -7
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/clone/value.js +0 -32
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/composite/composite.js +0 -37
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/computed/computed.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/const/const.js +0 -36
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/constructor/constructor.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/constructor-parameters/constructor-parameters.js +0 -9
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/create/immutable.js +0 -29
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/create/type.js +0 -17
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/date/date.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/discard/discard.js +0 -10
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/enum/enum.js +0 -15
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/error/error.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude-from-mapped-result.js +0 -18
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude-from-template-literal.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/exclude/exclude.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/extends/extends-check.js +0 -265
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/extends/extends-from-mapped-key.js +0 -24
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/extends/extends-from-mapped-result.js +0 -19
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/extends/extends.js +0 -16
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/extract/extract-from-mapped-result.js +0 -18
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/extract/extract-from-template-literal.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/extract/extract.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/function/function.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/guard/kind.js +0 -176
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/guard/type.js +0 -272
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/guard/value.js +0 -62
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-from-mapped-key.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-from-mapped-result.js +0 -20
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed-property-keys.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/indexed/indexed.js +0 -61
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/instance-type/instance-type.js +0 -9
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/instantiate/instantiate.js +0 -86
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/integer/integer.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-create.js +0 -11
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect-evaluated.js +0 -31
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intersect/intersect.js +0 -16
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intrinsic/capitalize.js +0 -7
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intrinsic/intrinsic-from-mapped-key.js +0 -25
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intrinsic/intrinsic.js +0 -55
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intrinsic/lowercase.js +0 -7
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intrinsic/uncapitalize.js +0 -7
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/intrinsic/uppercase.js +0 -7
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/iterator/iterator.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-from-mapped-result.js +0 -19
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof-property-keys.js +0 -36
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/keyof/keyof.js +0 -31
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/literal/literal.js +0 -12
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped-result.js +0 -11
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/mapped/mapped.js +0 -76
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/module/compute.js +0 -122
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/module/module.js +0 -28
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/never/never.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/not/not.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/null/null.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/number/number.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/object/object.js +0 -15
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/omit/omit-from-mapped-key.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/omit/omit-from-mapped-result.js +0 -19
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/omit/omit.js +0 -48
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/optional/optional-from-mapped-result.js +0 -18
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/optional/optional.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/parameters/parameters.js +0 -9
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/partial/partial-from-mapped-result.js +0 -19
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/partial/partial.js +0 -53
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/patterns/patterns.js +0 -16
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/pick/pick-from-mapped-key.js +0 -23
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/pick/pick-from-mapped-result.js +0 -19
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/pick/pick.js +0 -48
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/promise/promise.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/readonly/readonly-from-mapped-result.js +0 -18
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/readonly/readonly.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/readonly-optional/readonly-optional.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/record/record.js +0 -71
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/recursive/recursive.js +0 -15
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/ref/ref.js +0 -12
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/regexp/regexp.js +0 -10
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/required/required-from-mapped-result.js +0 -18
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/required/required.js +0 -52
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/rest/rest.js +0 -10
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/return-type/return-type.js +0 -9
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/sets/set.js +0 -30
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/string/string.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/symbol/symbol.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/symbols/symbols.js +0 -12
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/template-literal/finite.js +0 -27
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/template-literal/generate.js +0 -38
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/template-literal/parse.js +0 -128
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/template-literal/pattern.js +0 -21
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/template-literal/syntax.js +0 -45
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/template-literal/template-literal.js +0 -12
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/template-literal/union.js +0 -11
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/transform/transform.js +0 -37
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/tuple/tuple.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/type/index.js +0 -5
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/type/type.js +0 -126
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/uint8array/uint8array.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/undefined/undefined.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/union/union-create.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/union/union-evaluated.js +0 -26
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/union/union.js +0 -9
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/unknown/unknown.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/unsafe/unsafe.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/type/void/void.js +0 -8
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@sinclair/typebox/build/esm/value/guard/guard.js +0 -18
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/dotenv/lib/main.js +0 -318
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/ipaddr.js/lib/ipaddr.js +0 -805
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/jiti/dist/jiti.js +0 -3869
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/jiti/lib/jiti.js +0 -26
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/yaml/browser/dist/doc/anchors.js +0 -12
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/yaml/browser/dist/doc/createNode.js +0 -58
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/yaml/browser/dist/parse/lexer.js +0 -6
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/yaml/browser/dist/schema/yaml-1.1/omap.js +0 -50
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/yaml/browser/dist/schema/yaml-1.1/pairs.js +0 -37
- package/dist/node_modules/.pnpm/openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/yaml/browser/dist/schema/yaml-1.1/set.js +0 -65
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner → @earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works}/pi-ai/dist/utils/oauth/github-copilot.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner → @earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works}/pi-ai/dist/utils/oauth/oauth-page.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/node_modules/@mariozechner → @earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works}/pi-ai/dist/utils/oauth/pkce.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → json5@2.2.3}/node_modules/json5/dist/index.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/exec-safety-C8v0dsfc.js → openclaw@2026.5.22/node_modules/openclaw/dist/exec-safety-1iu4aOkR.js} +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/global-singleton-DhGoboiG.js → openclaw@2026.5.22/node_modules/openclaw/dist/global-singleton-DE6St75u.js} +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/legacy-names-C7VUgVdg.js → openclaw@2026.5.22/node_modules/openclaw/dist/legacy-names-CuutNmLC.js} +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/map-size-DhG4ditB.js → openclaw@2026.5.22/node_modules/openclaw/dist/map-size-DWyOGZSD.js} +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/prototype-keys-BKGE_uzN.js → openclaw@2026.5.22/node_modules/openclaw/dist/prototype-keys-gIgii6VQ.js} +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw/dist/runtime-guard-DqVOvWAZ.js → openclaw@2026.5.22/node_modules/openclaw/dist/runtime-guard-DLdnBLFm.js} +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/doc/applyReviver.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/log.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/Alias.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/Collection.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/Node.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/Pair.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/Scalar.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/YAMLMap.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/YAMLSeq.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/addPairToJSMap.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/identity.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/nodes/toJS.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/schema/yaml-1.1/merge.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/stringify/foldFlowLines.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/stringify/stringify.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/stringify/stringifyCollection.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/stringify/stringifyComment.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/stringify/stringifyPair.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/stringify/stringifyString.js +0 -0
- /package/dist/node_modules/.pnpm/{openclaw@2026.4.14_@emnapi__48b26e3018d2f6ac73290fb8288ef325/node_modules/openclaw → yaml@2.9.0}/node_modules/yaml/browser/dist/visit.js +0 -0
|
@@ -0,0 +1,4363 @@
|
|
|
1
|
+
import * as crypto from "node:crypto";
|
|
2
|
+
import * as fs from "node:fs";
|
|
3
|
+
import * as os from "node:os";
|
|
4
|
+
import * as path from "node:path";
|
|
5
|
+
import "../../../../../../../typebox@1.1.38/node_modules/typebox/build/system/hashing/hash.js";
|
|
6
|
+
import "../../../../../../../typebox@1.1.38/node_modules/typebox/build/type/script/token/internal/char.js";
|
|
7
|
+
import "../../../../../../../typebox@1.1.38/node_modules/typebox/build/type/script/token/ident.js";
|
|
8
|
+
import "../../../../../../../@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/env-api-keys.js";
|
|
9
|
+
import "../../../../../../../@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/image-models.js";
|
|
10
|
+
import "../../../../../../../@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/images/register-builtins.js";
|
|
11
|
+
import { getProviders } from "../../../../../../../@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/models.js";
|
|
12
|
+
import "../../../../../../../@earendil-works_pi-ai@0.75._3ea128c92bbfa86e7bf0be095ab1043e/node_modules/@earendil-works/pi-ai/dist/providers/register-builtins.js";
|
|
13
|
+
import "../../../../../../../partial-json@0.1.7/node_modules/partial-json/dist/index.js";
|
|
14
|
+
import "../../../../../../../typebox@1.1.38/node_modules/typebox/build/format/_registry.js";
|
|
15
|
+
import "../../../../../../../typebox@1.1.38/node_modules/typebox/build/schema/engine/_stack.js";
|
|
16
|
+
import "../../../../../../../typebox@1.1.38/node_modules/typebox/build/value/convert/try/try_number.js";
|
|
17
|
+
import "../../../../../../../typebox@1.1.38/node_modules/typebox/build/value/delta/edit.js";
|
|
18
|
+
import { CombinedAutocompleteProvider } from "../../../../../../../@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/autocomplete.js";
|
|
19
|
+
import { visibleWidth } from "../../../../../../../@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/utils.js";
|
|
20
|
+
import { setKeybindings } from "../../../../../../../@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/keybindings.js";
|
|
21
|
+
import { Loader } from "../../../../../../../@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/loader.js";
|
|
22
|
+
import { matchesKey } from "../../../../../../../@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/keys.js";
|
|
23
|
+
import { TUI, Container } from "../../../../../../../@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/tui.js";
|
|
24
|
+
import { getCapabilities, hyperlink } from "../../../../../../../@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/terminal-image.js";
|
|
25
|
+
import { Markdown } from "../../../../../../../@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/markdown.js";
|
|
26
|
+
import { fuzzyFilter } from "../../../../../../../@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/fuzzy.js";
|
|
27
|
+
import { Spacer } from "../../../../../../../@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/spacer.js";
|
|
28
|
+
import { Text } from "../../../../../../../@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/text.js";
|
|
29
|
+
import { TruncatedText } from "../../../../../../../@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/components/truncated-text.js";
|
|
30
|
+
import "events";
|
|
31
|
+
import { ProcessTerminal } from "../../../../../../../@earendil-works_pi-tui@0.75.4/node_modules/@earendil-works/pi-tui/dist/terminal.js";
|
|
32
|
+
import { spawn, spawnSync } from "child_process";
|
|
33
|
+
import { VERSION, APP_NAME, APP_TITLE, getAgentDir, getChangelogPath, getAuthPath, getDocsPath, getShareViewerUrl, getDebugLogPath } from "../../config.js";
|
|
34
|
+
import { parseSkillBlock } from "../../core/agent-session.js";
|
|
35
|
+
import { SessionImportFileNotFoundError } from "../../core/agent-session-runtime.js";
|
|
36
|
+
import { FooterDataProvider } from "../../core/footer-data-provider.js";
|
|
37
|
+
import { configureHttpDispatcher, formatHttpIdleTimeoutMs } from "../../core/http-dispatcher.js";
|
|
38
|
+
import { KeybindingsManager } from "../../core/keybindings.js";
|
|
39
|
+
import { createCompactionSummaryMessage } from "../../core/messages.js";
|
|
40
|
+
import { findExactModelReferenceMatch, resolveModelScope, defaultModelPerProvider } from "../../core/model-resolver.js";
|
|
41
|
+
import { DefaultPackageManager } from "../../core/package-manager.js";
|
|
42
|
+
import { BUILT_IN_PROVIDER_DISPLAY_NAMES } from "../../core/provider-display-names.js";
|
|
43
|
+
import { formatMissingSessionCwdPrompt, MissingSessionCwdError } from "../../core/session-cwd.js";
|
|
44
|
+
import { SessionManager } from "../../core/session-manager.js";
|
|
45
|
+
import { BUILTIN_SLASH_COMMANDS } from "../../core/slash-commands.js";
|
|
46
|
+
import { isInstallTelemetryEnabled } from "../../core/telemetry.js";
|
|
47
|
+
import { parseChangelog, getNewEntries } from "../../utils/changelog.js";
|
|
48
|
+
import { copyToClipboard } from "../../utils/clipboard.js";
|
|
49
|
+
import { readClipboardImage, extensionForImageMimeType } from "../../utils/clipboard-image.js";
|
|
50
|
+
import { parseGitUrl } from "../../utils/git.js";
|
|
51
|
+
import { getCwdRelativePath } from "../../utils/paths.js";
|
|
52
|
+
import { getPiUserAgent } from "../../utils/pi-user-agent.js";
|
|
53
|
+
import { killTrackedDetachedChildren } from "../../utils/shell.js";
|
|
54
|
+
import { ensureTool } from "../../utils/tools-manager.js";
|
|
55
|
+
import { checkForNewPiVersion } from "../../utils/version-check.js";
|
|
56
|
+
import { ArminComponent } from "./components/armin.js";
|
|
57
|
+
import { AssistantMessageComponent } from "./components/assistant-message.js";
|
|
58
|
+
import { BashExecutionComponent } from "./components/bash-execution.js";
|
|
59
|
+
import { BorderedLoader } from "./components/bordered-loader.js";
|
|
60
|
+
import { BranchSummaryMessageComponent } from "./components/branch-summary-message.js";
|
|
61
|
+
import { CompactionSummaryMessageComponent } from "./components/compaction-summary-message.js";
|
|
62
|
+
import { CountdownTimer } from "./components/countdown-timer.js";
|
|
63
|
+
import { CustomEditor } from "./components/custom-editor.js";
|
|
64
|
+
import { CustomMessageComponent } from "./components/custom-message.js";
|
|
65
|
+
import { DaxnutsComponent } from "./components/daxnuts.js";
|
|
66
|
+
import { DynamicBorder } from "./components/dynamic-border.js";
|
|
67
|
+
import { EarendilAnnouncementComponent } from "./components/earendil-announcement.js";
|
|
68
|
+
import { ExtensionEditorComponent } from "./components/extension-editor.js";
|
|
69
|
+
import { ExtensionInputComponent } from "./components/extension-input.js";
|
|
70
|
+
import { ExtensionSelectorComponent } from "./components/extension-selector.js";
|
|
71
|
+
import { FooterComponent } from "./components/footer.js";
|
|
72
|
+
import { formatKeyText, rawKeyHint, keyText, keyHint, keyDisplayText } from "./components/keybinding-hints.js";
|
|
73
|
+
import { LoginDialogComponent } from "./components/login-dialog.js";
|
|
74
|
+
import { ModelSelectorComponent } from "./components/model-selector.js";
|
|
75
|
+
import { OAuthSelectorComponent } from "./components/oauth-selector.js";
|
|
76
|
+
import { ScopedModelsSelectorComponent } from "./components/scoped-models-selector.js";
|
|
77
|
+
import { SessionSelectorComponent } from "./components/session-selector.js";
|
|
78
|
+
import { SettingsSelectorComponent } from "./components/settings-selector.js";
|
|
79
|
+
import { SkillInvocationMessageComponent } from "./components/skill-invocation-message.js";
|
|
80
|
+
import { ToolExecutionComponent } from "./components/tool-execution.js";
|
|
81
|
+
import { TreeSelectorComponent } from "./components/tree-selector.js";
|
|
82
|
+
import { UserMessageComponent } from "./components/user-message.js";
|
|
83
|
+
import { UserMessageSelectorComponent } from "./components/user-message-selector.js";
|
|
84
|
+
import { getEditorTheme, setRegisteredThemes, initTheme, theme, getMarkdownTheme, Theme, setThemeInstance, setTheme, getThemeByName, getAvailableThemesWithPaths, getAvailableThemes, stopThemeWatcher, onThemeChange } from "./theme/theme.js";
|
|
85
|
+
function isExpandable(obj) {
|
|
86
|
+
return typeof obj === "object" && obj !== null && "setExpanded" in obj && typeof obj.setExpanded === "function";
|
|
87
|
+
}
|
|
88
|
+
class ExpandableText extends Text {
|
|
89
|
+
getCollapsedText;
|
|
90
|
+
getExpandedText;
|
|
91
|
+
constructor(getCollapsedText, getExpandedText, expanded = false, paddingX = 0, paddingY = 0) {
|
|
92
|
+
super(expanded ? getExpandedText() : getCollapsedText(), paddingX, paddingY);
|
|
93
|
+
this.getCollapsedText = getCollapsedText;
|
|
94
|
+
this.getExpandedText = getExpandedText;
|
|
95
|
+
}
|
|
96
|
+
setExpanded(expanded) {
|
|
97
|
+
this.setText(expanded ? this.getExpandedText() : this.getCollapsedText());
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
const DEAD_TERMINAL_ERROR_CODES = /* @__PURE__ */ new Set(["EIO", "EPIPE", "ENOTCONN"]);
|
|
101
|
+
function isDeadTerminalError(error) {
|
|
102
|
+
if (!error || typeof error !== "object" || !("code" in error)) {
|
|
103
|
+
return false;
|
|
104
|
+
}
|
|
105
|
+
const code = error.code;
|
|
106
|
+
return code !== void 0 && DEAD_TERMINAL_ERROR_CODES.has(code);
|
|
107
|
+
}
|
|
108
|
+
const ANTHROPIC_SUBSCRIPTION_AUTH_WARNING = "Anthropic subscription auth is active. Third-party harness usage draws from extra usage and is billed per token, not your Claude plan limits. Manage extra usage at https://claude.ai/settings/usage.";
|
|
109
|
+
function isAnthropicSubscriptionAuthKey(apiKey) {
|
|
110
|
+
return typeof apiKey === "string" && apiKey.startsWith("sk-ant-oat");
|
|
111
|
+
}
|
|
112
|
+
function isUnknownModel(model) {
|
|
113
|
+
return !!model && model.provider === "unknown" && model.id === "unknown" && model.api === "unknown";
|
|
114
|
+
}
|
|
115
|
+
function hasDefaultModelProvider(providerId) {
|
|
116
|
+
return providerId in defaultModelPerProvider;
|
|
117
|
+
}
|
|
118
|
+
const BEDROCK_PROVIDER_ID = "amazon-bedrock";
|
|
119
|
+
const BUILT_IN_MODEL_PROVIDERS = new Set(getProviders());
|
|
120
|
+
function isApiKeyLoginProvider(providerId, oauthProviderIds, builtInProviderIds = BUILT_IN_MODEL_PROVIDERS) {
|
|
121
|
+
if (BUILT_IN_PROVIDER_DISPLAY_NAMES[providerId]) {
|
|
122
|
+
return true;
|
|
123
|
+
}
|
|
124
|
+
if (builtInProviderIds.has(providerId)) {
|
|
125
|
+
return false;
|
|
126
|
+
}
|
|
127
|
+
return !oauthProviderIds.has(providerId);
|
|
128
|
+
}
|
|
129
|
+
class InteractiveMode {
|
|
130
|
+
runtimeHost;
|
|
131
|
+
ui;
|
|
132
|
+
chatContainer;
|
|
133
|
+
pendingMessagesContainer;
|
|
134
|
+
statusContainer;
|
|
135
|
+
defaultEditor;
|
|
136
|
+
editor;
|
|
137
|
+
editorComponentFactory;
|
|
138
|
+
autocompleteProvider;
|
|
139
|
+
autocompleteProviderWrappers = [];
|
|
140
|
+
fdPath;
|
|
141
|
+
editorContainer;
|
|
142
|
+
footer;
|
|
143
|
+
footerDataProvider;
|
|
144
|
+
// Stored so the same manager can be injected into custom editors, selectors, and extension UI.
|
|
145
|
+
keybindings;
|
|
146
|
+
version;
|
|
147
|
+
isInitialized = false;
|
|
148
|
+
onInputCallback;
|
|
149
|
+
loadingAnimation = void 0;
|
|
150
|
+
workingMessage = void 0;
|
|
151
|
+
workingVisible = true;
|
|
152
|
+
workingIndicatorOptions = void 0;
|
|
153
|
+
defaultWorkingMessage = "Working...";
|
|
154
|
+
defaultHiddenThinkingLabel = "Thinking...";
|
|
155
|
+
hiddenThinkingLabel = this.defaultHiddenThinkingLabel;
|
|
156
|
+
lastSigintTime = 0;
|
|
157
|
+
lastEscapeTime = 0;
|
|
158
|
+
changelogMarkdown = void 0;
|
|
159
|
+
startupNoticesShown = false;
|
|
160
|
+
anthropicSubscriptionWarningShown = false;
|
|
161
|
+
// Status line tracking (for mutating immediately-sequential status updates)
|
|
162
|
+
lastStatusSpacer = void 0;
|
|
163
|
+
lastStatusText = void 0;
|
|
164
|
+
// Streaming message tracking
|
|
165
|
+
streamingComponent = void 0;
|
|
166
|
+
streamingMessage = void 0;
|
|
167
|
+
// Tool execution tracking: toolCallId -> component
|
|
168
|
+
pendingTools = /* @__PURE__ */ new Map();
|
|
169
|
+
// Tool output expansion state
|
|
170
|
+
toolOutputExpanded = false;
|
|
171
|
+
// Thinking block visibility state
|
|
172
|
+
hideThinkingBlock = false;
|
|
173
|
+
// Skill commands: command name -> skill file path
|
|
174
|
+
skillCommands = /* @__PURE__ */ new Map();
|
|
175
|
+
// Agent subscription unsubscribe function
|
|
176
|
+
unsubscribe;
|
|
177
|
+
signalCleanupHandlers = [];
|
|
178
|
+
// Track if editor is in bash mode (text starts with !)
|
|
179
|
+
isBashMode = false;
|
|
180
|
+
// Track current bash execution component
|
|
181
|
+
bashComponent = void 0;
|
|
182
|
+
// Track pending bash components (shown in pending area, moved to chat on submit)
|
|
183
|
+
pendingBashComponents = [];
|
|
184
|
+
// Auto-compaction state
|
|
185
|
+
autoCompactionLoader = void 0;
|
|
186
|
+
autoCompactionEscapeHandler;
|
|
187
|
+
// Auto-retry state
|
|
188
|
+
retryLoader = void 0;
|
|
189
|
+
retryCountdown = void 0;
|
|
190
|
+
retryEscapeHandler;
|
|
191
|
+
// Messages queued while compaction is running
|
|
192
|
+
compactionQueuedMessages = [];
|
|
193
|
+
// Shutdown state
|
|
194
|
+
shutdownRequested = false;
|
|
195
|
+
// Extension UI state
|
|
196
|
+
extensionSelector = void 0;
|
|
197
|
+
extensionInput = void 0;
|
|
198
|
+
extensionEditor = void 0;
|
|
199
|
+
extensionTerminalInputUnsubscribers = /* @__PURE__ */ new Set();
|
|
200
|
+
// Extension widgets (components rendered above/below the editor)
|
|
201
|
+
extensionWidgetsAbove = /* @__PURE__ */ new Map();
|
|
202
|
+
extensionWidgetsBelow = /* @__PURE__ */ new Map();
|
|
203
|
+
widgetContainerAbove;
|
|
204
|
+
widgetContainerBelow;
|
|
205
|
+
// Custom footer from extension (undefined = use built-in footer)
|
|
206
|
+
customFooter = void 0;
|
|
207
|
+
// Header container that holds the built-in or custom header
|
|
208
|
+
headerContainer;
|
|
209
|
+
// Built-in header (logo + keybinding hints + changelog)
|
|
210
|
+
builtInHeader = void 0;
|
|
211
|
+
// Custom header from extension (undefined = use built-in header)
|
|
212
|
+
customHeader = void 0;
|
|
213
|
+
options;
|
|
214
|
+
// Convenience accessors
|
|
215
|
+
get session() {
|
|
216
|
+
return this.runtimeHost.session;
|
|
217
|
+
}
|
|
218
|
+
get agent() {
|
|
219
|
+
return this.session.agent;
|
|
220
|
+
}
|
|
221
|
+
get sessionManager() {
|
|
222
|
+
return this.session.sessionManager;
|
|
223
|
+
}
|
|
224
|
+
get settingsManager() {
|
|
225
|
+
return this.session.settingsManager;
|
|
226
|
+
}
|
|
227
|
+
constructor(runtimeHost, options = {}) {
|
|
228
|
+
this.runtimeHost = runtimeHost;
|
|
229
|
+
this.options = options;
|
|
230
|
+
this.runtimeHost.setBeforeSessionInvalidate(() => {
|
|
231
|
+
this.resetExtensionUI();
|
|
232
|
+
});
|
|
233
|
+
this.runtimeHost.setRebindSession(async () => {
|
|
234
|
+
await this.rebindCurrentSession();
|
|
235
|
+
});
|
|
236
|
+
this.version = VERSION;
|
|
237
|
+
this.ui = new TUI(new ProcessTerminal(), this.settingsManager.getShowHardwareCursor());
|
|
238
|
+
this.ui.setClearOnShrink(this.settingsManager.getClearOnShrink());
|
|
239
|
+
this.headerContainer = new Container();
|
|
240
|
+
this.chatContainer = new Container();
|
|
241
|
+
this.pendingMessagesContainer = new Container();
|
|
242
|
+
this.statusContainer = new Container();
|
|
243
|
+
this.widgetContainerAbove = new Container();
|
|
244
|
+
this.widgetContainerBelow = new Container();
|
|
245
|
+
this.keybindings = KeybindingsManager.create();
|
|
246
|
+
setKeybindings(this.keybindings);
|
|
247
|
+
const editorPaddingX = this.settingsManager.getEditorPaddingX();
|
|
248
|
+
const autocompleteMaxVisible = this.settingsManager.getAutocompleteMaxVisible();
|
|
249
|
+
this.defaultEditor = new CustomEditor(this.ui, getEditorTheme(), this.keybindings, {
|
|
250
|
+
paddingX: editorPaddingX,
|
|
251
|
+
autocompleteMaxVisible
|
|
252
|
+
});
|
|
253
|
+
this.editor = this.defaultEditor;
|
|
254
|
+
this.editorContainer = new Container();
|
|
255
|
+
this.editorContainer.addChild(this.editor);
|
|
256
|
+
this.footerDataProvider = new FooterDataProvider(this.sessionManager.getCwd());
|
|
257
|
+
this.footer = new FooterComponent(this.session, this.footerDataProvider);
|
|
258
|
+
this.footer.setAutoCompactEnabled(this.session.autoCompactionEnabled);
|
|
259
|
+
this.hideThinkingBlock = this.settingsManager.getHideThinkingBlock();
|
|
260
|
+
setRegisteredThemes(this.session.resourceLoader.getThemes().themes);
|
|
261
|
+
initTheme(this.settingsManager.getTheme(), true);
|
|
262
|
+
}
|
|
263
|
+
getAutocompleteSourceTag(sourceInfo) {
|
|
264
|
+
if (!sourceInfo) {
|
|
265
|
+
return void 0;
|
|
266
|
+
}
|
|
267
|
+
const scopePrefix = sourceInfo.scope === "user" ? "u" : sourceInfo.scope === "project" ? "p" : "t";
|
|
268
|
+
const source = sourceInfo.source.trim();
|
|
269
|
+
if (source === "auto" || source === "local" || source === "cli") {
|
|
270
|
+
return scopePrefix;
|
|
271
|
+
}
|
|
272
|
+
if (source.startsWith("npm:")) {
|
|
273
|
+
return `${scopePrefix}:${source}`;
|
|
274
|
+
}
|
|
275
|
+
const gitSource = parseGitUrl(source);
|
|
276
|
+
if (gitSource) {
|
|
277
|
+
const ref = gitSource.ref ? `@${gitSource.ref}` : "";
|
|
278
|
+
return `${scopePrefix}:git:${gitSource.host}/${gitSource.path}${ref}`;
|
|
279
|
+
}
|
|
280
|
+
return scopePrefix;
|
|
281
|
+
}
|
|
282
|
+
prefixAutocompleteDescription(description, sourceInfo) {
|
|
283
|
+
const sourceTag = this.getAutocompleteSourceTag(sourceInfo);
|
|
284
|
+
if (!sourceTag) {
|
|
285
|
+
return description;
|
|
286
|
+
}
|
|
287
|
+
return description ? `[${sourceTag}] ${description}` : `[${sourceTag}]`;
|
|
288
|
+
}
|
|
289
|
+
getBuiltInCommandConflictDiagnostics(extensionRunner) {
|
|
290
|
+
const builtinNames = new Set(BUILTIN_SLASH_COMMANDS.map((command) => command.name));
|
|
291
|
+
return extensionRunner.getRegisteredCommands().filter((command) => builtinNames.has(command.name)).map((command) => ({
|
|
292
|
+
type: "warning",
|
|
293
|
+
message: command.invocationName === command.name ? `Extension command '/${command.name}' conflicts with built-in interactive command. Skipping in autocomplete.` : `Extension command '/${command.name}' conflicts with built-in interactive command. Available as '/${command.invocationName}'.`,
|
|
294
|
+
path: command.sourceInfo.path
|
|
295
|
+
}));
|
|
296
|
+
}
|
|
297
|
+
createBaseAutocompleteProvider() {
|
|
298
|
+
const slashCommands = BUILTIN_SLASH_COMMANDS.map((command) => ({
|
|
299
|
+
name: command.name,
|
|
300
|
+
description: command.description
|
|
301
|
+
}));
|
|
302
|
+
const modelCommand = slashCommands.find((command) => command.name === "model");
|
|
303
|
+
if (modelCommand) {
|
|
304
|
+
modelCommand.getArgumentCompletions = (prefix) => {
|
|
305
|
+
const models = this.session.scopedModels.length > 0 ? this.session.scopedModels.map((s) => s.model) : this.session.modelRegistry.getAvailable();
|
|
306
|
+
if (models.length === 0)
|
|
307
|
+
return null;
|
|
308
|
+
const items = models.map((m) => ({
|
|
309
|
+
id: m.id,
|
|
310
|
+
provider: m.provider,
|
|
311
|
+
label: `${m.provider}/${m.id}`
|
|
312
|
+
}));
|
|
313
|
+
const filtered = fuzzyFilter(items, prefix, (item) => `${item.id} ${item.provider}`);
|
|
314
|
+
if (filtered.length === 0)
|
|
315
|
+
return null;
|
|
316
|
+
return filtered.map((item) => ({
|
|
317
|
+
value: item.label,
|
|
318
|
+
label: item.id,
|
|
319
|
+
description: item.provider
|
|
320
|
+
}));
|
|
321
|
+
};
|
|
322
|
+
}
|
|
323
|
+
const templateCommands = this.session.promptTemplates.map((cmd) => ({
|
|
324
|
+
name: cmd.name,
|
|
325
|
+
description: this.prefixAutocompleteDescription(cmd.description, cmd.sourceInfo),
|
|
326
|
+
...cmd.argumentHint && { argumentHint: cmd.argumentHint }
|
|
327
|
+
}));
|
|
328
|
+
const builtinCommandNames = new Set(slashCommands.map((c) => c.name));
|
|
329
|
+
const extensionCommands = this.session.extensionRunner.getRegisteredCommands().filter((cmd) => !builtinCommandNames.has(cmd.name)).map((cmd) => ({
|
|
330
|
+
name: cmd.invocationName,
|
|
331
|
+
description: this.prefixAutocompleteDescription(cmd.description, cmd.sourceInfo),
|
|
332
|
+
getArgumentCompletions: cmd.getArgumentCompletions
|
|
333
|
+
}));
|
|
334
|
+
this.skillCommands.clear();
|
|
335
|
+
const skillCommandList = [];
|
|
336
|
+
if (this.settingsManager.getEnableSkillCommands()) {
|
|
337
|
+
for (const skill of this.session.resourceLoader.getSkills().skills) {
|
|
338
|
+
const commandName = `skill:${skill.name}`;
|
|
339
|
+
this.skillCommands.set(commandName, skill.filePath);
|
|
340
|
+
skillCommandList.push({
|
|
341
|
+
name: commandName,
|
|
342
|
+
description: this.prefixAutocompleteDescription(skill.description, skill.sourceInfo)
|
|
343
|
+
});
|
|
344
|
+
}
|
|
345
|
+
}
|
|
346
|
+
return new CombinedAutocompleteProvider([...slashCommands, ...templateCommands, ...extensionCommands, ...skillCommandList], this.sessionManager.getCwd(), this.fdPath);
|
|
347
|
+
}
|
|
348
|
+
setupAutocompleteProvider() {
|
|
349
|
+
let provider = this.createBaseAutocompleteProvider();
|
|
350
|
+
for (const wrapProvider of this.autocompleteProviderWrappers) {
|
|
351
|
+
provider = wrapProvider(provider);
|
|
352
|
+
}
|
|
353
|
+
this.autocompleteProvider = provider;
|
|
354
|
+
this.defaultEditor.setAutocompleteProvider(provider);
|
|
355
|
+
if (this.editor !== this.defaultEditor) {
|
|
356
|
+
this.editor.setAutocompleteProvider?.(provider);
|
|
357
|
+
}
|
|
358
|
+
}
|
|
359
|
+
showStartupNoticesIfNeeded() {
|
|
360
|
+
if (this.startupNoticesShown) {
|
|
361
|
+
return;
|
|
362
|
+
}
|
|
363
|
+
this.startupNoticesShown = true;
|
|
364
|
+
if (!this.changelogMarkdown) {
|
|
365
|
+
return;
|
|
366
|
+
}
|
|
367
|
+
if (this.chatContainer.children.length > 0) {
|
|
368
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
369
|
+
}
|
|
370
|
+
this.chatContainer.addChild(new DynamicBorder());
|
|
371
|
+
if (this.settingsManager.getCollapseChangelog()) {
|
|
372
|
+
const versionMatch = this.changelogMarkdown.match(/##\s+\[?(\d+\.\d+\.\d+)\]?/);
|
|
373
|
+
const latestVersion = versionMatch ? versionMatch[1] : this.version;
|
|
374
|
+
const condensedText = `Updated to v${latestVersion}. Use ${theme.bold("/changelog")} to view full changelog.`;
|
|
375
|
+
this.chatContainer.addChild(new Text(condensedText, 1, 0));
|
|
376
|
+
} else {
|
|
377
|
+
this.chatContainer.addChild(new Text(theme.bold(theme.fg("accent", "What's New")), 1, 0));
|
|
378
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
379
|
+
this.chatContainer.addChild(new Markdown(this.changelogMarkdown.trim(), 1, 0, this.getMarkdownThemeWithSettings()));
|
|
380
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
381
|
+
}
|
|
382
|
+
this.chatContainer.addChild(new DynamicBorder());
|
|
383
|
+
}
|
|
384
|
+
async init() {
|
|
385
|
+
if (this.isInitialized)
|
|
386
|
+
return;
|
|
387
|
+
this.registerSignalHandlers();
|
|
388
|
+
this.changelogMarkdown = this.getChangelogForDisplay();
|
|
389
|
+
const [fdPath] = await Promise.all([ensureTool("fd"), ensureTool("rg")]);
|
|
390
|
+
this.fdPath = fdPath;
|
|
391
|
+
if (this.session.scopedModels.length > 0 && (this.options.verbose || !this.settingsManager.getQuietStartup())) {
|
|
392
|
+
const modelList = this.session.scopedModels.map((sm) => {
|
|
393
|
+
const thinkingStr = sm.thinkingLevel ? `:${sm.thinkingLevel}` : "";
|
|
394
|
+
return `${sm.model.id}${thinkingStr}`;
|
|
395
|
+
}).join(", ");
|
|
396
|
+
const cycleKeys = this.keybindings.getKeys("app.model.cycleForward");
|
|
397
|
+
const cycleHint = cycleKeys.length > 0 ? theme.fg("muted", ` (${formatKeyText(cycleKeys.join("/"), { capitalize: true })} to cycle)`) : "";
|
|
398
|
+
console.log(theme.fg("dim", `Model scope: ${modelList}${cycleHint}`));
|
|
399
|
+
}
|
|
400
|
+
this.ui.addChild(this.headerContainer);
|
|
401
|
+
if (this.options.verbose || !this.settingsManager.getQuietStartup()) {
|
|
402
|
+
const logo = theme.bold(theme.fg("accent", APP_NAME)) + theme.fg("dim", ` v${this.version}`);
|
|
403
|
+
const hint = (keybinding, description) => keyHint(keybinding, description);
|
|
404
|
+
const expandedInstructions = [
|
|
405
|
+
hint("app.interrupt", "to interrupt"),
|
|
406
|
+
hint("app.clear", "to clear"),
|
|
407
|
+
rawKeyHint(`${keyText("app.clear")} twice`, "to exit"),
|
|
408
|
+
hint("app.exit", "to exit (empty)"),
|
|
409
|
+
hint("app.suspend", "to suspend"),
|
|
410
|
+
keyHint("tui.editor.deleteToLineEnd", "to delete to end"),
|
|
411
|
+
hint("app.thinking.cycle", "to cycle thinking level"),
|
|
412
|
+
rawKeyHint(`${keyText("app.model.cycleForward")}/${keyText("app.model.cycleBackward")}`, "to cycle models"),
|
|
413
|
+
hint("app.model.select", "to select model"),
|
|
414
|
+
hint("app.tools.expand", "to expand tools"),
|
|
415
|
+
hint("app.thinking.toggle", "to expand thinking"),
|
|
416
|
+
hint("app.editor.external", "for external editor"),
|
|
417
|
+
rawKeyHint("/", "for commands"),
|
|
418
|
+
rawKeyHint("!", "to run bash"),
|
|
419
|
+
rawKeyHint("!!", "to run bash (no context)"),
|
|
420
|
+
hint("app.message.followUp", "to queue follow-up"),
|
|
421
|
+
hint("app.message.dequeue", "to edit all queued messages"),
|
|
422
|
+
hint("app.clipboard.pasteImage", "to paste image"),
|
|
423
|
+
rawKeyHint("drop files", "to attach")
|
|
424
|
+
].join("\n");
|
|
425
|
+
const compactInstructions = [
|
|
426
|
+
hint("app.interrupt", "interrupt"),
|
|
427
|
+
rawKeyHint(`${keyText("app.clear")}/${keyText("app.exit")}`, "clear/exit"),
|
|
428
|
+
rawKeyHint("/", "commands"),
|
|
429
|
+
rawKeyHint("!", "bash"),
|
|
430
|
+
hint("app.tools.expand", "more")
|
|
431
|
+
].join(theme.fg("muted", " · "));
|
|
432
|
+
const compactOnboarding = theme.fg("dim", `Press ${keyText("app.tools.expand")} to show full startup help and loaded resources.`);
|
|
433
|
+
const onboarding = theme.fg("dim", `Pi can explain its own features and look up its docs. Ask it how to use or extend Pi.`);
|
|
434
|
+
this.builtInHeader = new ExpandableText(() => `${logo}
|
|
435
|
+
${compactInstructions}
|
|
436
|
+
${compactOnboarding}
|
|
437
|
+
|
|
438
|
+
${onboarding}`, () => `${logo}
|
|
439
|
+
${expandedInstructions}
|
|
440
|
+
|
|
441
|
+
${onboarding}`, this.getStartupExpansionState(), 1, 0);
|
|
442
|
+
this.headerContainer.addChild(new Spacer(1));
|
|
443
|
+
this.headerContainer.addChild(this.builtInHeader);
|
|
444
|
+
this.headerContainer.addChild(new Spacer(1));
|
|
445
|
+
} else {
|
|
446
|
+
this.builtInHeader = new Text("", 0, 0);
|
|
447
|
+
this.headerContainer.addChild(this.builtInHeader);
|
|
448
|
+
}
|
|
449
|
+
this.ui.addChild(this.chatContainer);
|
|
450
|
+
this.ui.addChild(this.pendingMessagesContainer);
|
|
451
|
+
this.ui.addChild(this.statusContainer);
|
|
452
|
+
this.renderWidgets();
|
|
453
|
+
this.ui.addChild(this.widgetContainerAbove);
|
|
454
|
+
this.ui.addChild(this.editorContainer);
|
|
455
|
+
this.ui.addChild(this.widgetContainerBelow);
|
|
456
|
+
this.ui.addChild(this.footer);
|
|
457
|
+
this.ui.setFocus(this.editor);
|
|
458
|
+
this.setupKeyHandlers();
|
|
459
|
+
this.setupEditorSubmitHandler();
|
|
460
|
+
this.ui.start();
|
|
461
|
+
this.isInitialized = true;
|
|
462
|
+
await this.rebindCurrentSession();
|
|
463
|
+
this.renderInitialMessages();
|
|
464
|
+
onThemeChange(() => {
|
|
465
|
+
this.ui.invalidate();
|
|
466
|
+
this.updateEditorBorderColor();
|
|
467
|
+
this.ui.requestRender();
|
|
468
|
+
});
|
|
469
|
+
this.footerDataProvider.onBranchChange(() => {
|
|
470
|
+
this.ui.requestRender();
|
|
471
|
+
});
|
|
472
|
+
await this.updateAvailableProviderCount();
|
|
473
|
+
}
|
|
474
|
+
/**
|
|
475
|
+
* Update terminal title with session name and cwd.
|
|
476
|
+
*/
|
|
477
|
+
updateTerminalTitle() {
|
|
478
|
+
const cwdBasename = path.basename(this.sessionManager.getCwd());
|
|
479
|
+
const sessionName = this.sessionManager.getSessionName();
|
|
480
|
+
if (sessionName) {
|
|
481
|
+
this.ui.terminal.setTitle(`${APP_TITLE} - ${sessionName} - ${cwdBasename}`);
|
|
482
|
+
} else {
|
|
483
|
+
this.ui.terminal.setTitle(`${APP_TITLE} - ${cwdBasename}`);
|
|
484
|
+
}
|
|
485
|
+
}
|
|
486
|
+
/**
|
|
487
|
+
* Run the interactive mode. This is the main entry point.
|
|
488
|
+
* Initializes the UI, shows warnings, processes initial messages, and starts the interactive loop.
|
|
489
|
+
*/
|
|
490
|
+
async run() {
|
|
491
|
+
await this.init();
|
|
492
|
+
checkForNewPiVersion(this.version).then((newRelease) => {
|
|
493
|
+
if (newRelease) {
|
|
494
|
+
this.showNewVersionNotification(newRelease);
|
|
495
|
+
}
|
|
496
|
+
});
|
|
497
|
+
this.checkForPackageUpdates().then((updates) => {
|
|
498
|
+
if (updates.length > 0) {
|
|
499
|
+
this.showPackageUpdateNotification(updates);
|
|
500
|
+
}
|
|
501
|
+
});
|
|
502
|
+
this.checkTmuxKeyboardSetup().then((warning) => {
|
|
503
|
+
if (warning) {
|
|
504
|
+
this.showWarning(warning);
|
|
505
|
+
}
|
|
506
|
+
});
|
|
507
|
+
const { migratedProviders, modelFallbackMessage, initialMessage, initialImages, initialMessages } = this.options;
|
|
508
|
+
if (migratedProviders && migratedProviders.length > 0) {
|
|
509
|
+
this.showWarning(`Migrated credentials to auth.json: ${migratedProviders.join(", ")}`);
|
|
510
|
+
}
|
|
511
|
+
const modelsJsonError = this.session.modelRegistry.getError();
|
|
512
|
+
if (modelsJsonError) {
|
|
513
|
+
this.showError(`models.json error: ${modelsJsonError}`);
|
|
514
|
+
}
|
|
515
|
+
if (modelFallbackMessage) {
|
|
516
|
+
this.showWarning(modelFallbackMessage);
|
|
517
|
+
}
|
|
518
|
+
void this.maybeWarnAboutAnthropicSubscriptionAuth();
|
|
519
|
+
if (initialMessage) {
|
|
520
|
+
try {
|
|
521
|
+
await this.session.prompt(initialMessage, { images: initialImages });
|
|
522
|
+
} catch (error) {
|
|
523
|
+
const errorMessage = error instanceof Error ? error.message : "Unknown error occurred";
|
|
524
|
+
this.showError(errorMessage);
|
|
525
|
+
}
|
|
526
|
+
}
|
|
527
|
+
if (initialMessages) {
|
|
528
|
+
for (const message of initialMessages) {
|
|
529
|
+
try {
|
|
530
|
+
await this.session.prompt(message);
|
|
531
|
+
} catch (error) {
|
|
532
|
+
const errorMessage = error instanceof Error ? error.message : "Unknown error occurred";
|
|
533
|
+
this.showError(errorMessage);
|
|
534
|
+
}
|
|
535
|
+
}
|
|
536
|
+
}
|
|
537
|
+
while (true) {
|
|
538
|
+
const userInput = await this.getUserInput();
|
|
539
|
+
try {
|
|
540
|
+
await this.session.prompt(userInput);
|
|
541
|
+
} catch (error) {
|
|
542
|
+
const errorMessage = error instanceof Error ? error.message : "Unknown error occurred";
|
|
543
|
+
this.showError(errorMessage);
|
|
544
|
+
}
|
|
545
|
+
}
|
|
546
|
+
}
|
|
547
|
+
async checkForPackageUpdates() {
|
|
548
|
+
if (process.env.PI_OFFLINE) {
|
|
549
|
+
return [];
|
|
550
|
+
}
|
|
551
|
+
try {
|
|
552
|
+
const packageManager = new DefaultPackageManager({
|
|
553
|
+
cwd: this.sessionManager.getCwd(),
|
|
554
|
+
agentDir: getAgentDir(),
|
|
555
|
+
settingsManager: this.settingsManager
|
|
556
|
+
});
|
|
557
|
+
const updates = await packageManager.checkForAvailableUpdates();
|
|
558
|
+
return updates.map((update) => update.displayName);
|
|
559
|
+
} catch {
|
|
560
|
+
return [];
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
async checkTmuxKeyboardSetup() {
|
|
564
|
+
if (!process.env.TMUX)
|
|
565
|
+
return void 0;
|
|
566
|
+
const runTmuxShow = (option) => {
|
|
567
|
+
return new Promise((resolve) => {
|
|
568
|
+
const proc = spawn("tmux", ["show", "-gv", option], {
|
|
569
|
+
stdio: ["ignore", "pipe", "ignore"]
|
|
570
|
+
});
|
|
571
|
+
let stdout = "";
|
|
572
|
+
const timer = setTimeout(() => {
|
|
573
|
+
proc.kill();
|
|
574
|
+
resolve(void 0);
|
|
575
|
+
}, 2e3);
|
|
576
|
+
proc.stdout?.on("data", (data) => {
|
|
577
|
+
stdout += data.toString();
|
|
578
|
+
});
|
|
579
|
+
proc.on("error", () => {
|
|
580
|
+
clearTimeout(timer);
|
|
581
|
+
resolve(void 0);
|
|
582
|
+
});
|
|
583
|
+
proc.on("close", (code) => {
|
|
584
|
+
clearTimeout(timer);
|
|
585
|
+
resolve(code === 0 ? stdout.trim() : void 0);
|
|
586
|
+
});
|
|
587
|
+
});
|
|
588
|
+
};
|
|
589
|
+
const [extendedKeys, extendedKeysFormat] = await Promise.all([
|
|
590
|
+
runTmuxShow("extended-keys"),
|
|
591
|
+
runTmuxShow("extended-keys-format")
|
|
592
|
+
]);
|
|
593
|
+
if (extendedKeys === void 0)
|
|
594
|
+
return void 0;
|
|
595
|
+
if (extendedKeys !== "on" && extendedKeys !== "always") {
|
|
596
|
+
return "tmux extended-keys is off. Modified Enter keys may not work. Add `set -g extended-keys on` to ~/.tmux.conf and restart tmux.";
|
|
597
|
+
}
|
|
598
|
+
if (extendedKeysFormat === "xterm") {
|
|
599
|
+
return "tmux extended-keys-format is xterm. Pi works best with csi-u. Add `set -g extended-keys-format csi-u` to ~/.tmux.conf and restart tmux.";
|
|
600
|
+
}
|
|
601
|
+
return void 0;
|
|
602
|
+
}
|
|
603
|
+
/**
|
|
604
|
+
* Get changelog entries to display on startup.
|
|
605
|
+
* Only shows new entries since last seen version, skips for resumed sessions.
|
|
606
|
+
*/
|
|
607
|
+
getChangelogForDisplay() {
|
|
608
|
+
if (this.session.state.messages.length > 0) {
|
|
609
|
+
return void 0;
|
|
610
|
+
}
|
|
611
|
+
const lastVersion = this.settingsManager.getLastChangelogVersion();
|
|
612
|
+
const changelogPath = getChangelogPath();
|
|
613
|
+
const entries = parseChangelog(changelogPath);
|
|
614
|
+
if (!lastVersion) {
|
|
615
|
+
this.settingsManager.setLastChangelogVersion(VERSION);
|
|
616
|
+
this.reportInstallTelemetry(VERSION);
|
|
617
|
+
return void 0;
|
|
618
|
+
}
|
|
619
|
+
const newEntries = getNewEntries(entries, lastVersion);
|
|
620
|
+
if (newEntries.length > 0) {
|
|
621
|
+
this.settingsManager.setLastChangelogVersion(VERSION);
|
|
622
|
+
this.reportInstallTelemetry(VERSION);
|
|
623
|
+
return newEntries.map((e) => e.content).join("\n\n");
|
|
624
|
+
}
|
|
625
|
+
return void 0;
|
|
626
|
+
}
|
|
627
|
+
reportInstallTelemetry(version) {
|
|
628
|
+
if (process.env.PI_OFFLINE) {
|
|
629
|
+
return;
|
|
630
|
+
}
|
|
631
|
+
if (!isInstallTelemetryEnabled(this.settingsManager)) {
|
|
632
|
+
return;
|
|
633
|
+
}
|
|
634
|
+
void fetch(`https://pi.dev/api/report-install?version=${encodeURIComponent(version)}`, {
|
|
635
|
+
headers: {
|
|
636
|
+
"User-Agent": getPiUserAgent(version)
|
|
637
|
+
},
|
|
638
|
+
signal: AbortSignal.timeout(5e3)
|
|
639
|
+
}).then(() => void 0).catch(() => void 0);
|
|
640
|
+
}
|
|
641
|
+
getMarkdownThemeWithSettings() {
|
|
642
|
+
return {
|
|
643
|
+
...getMarkdownTheme(),
|
|
644
|
+
codeBlockIndent: this.settingsManager.getCodeBlockIndent()
|
|
645
|
+
};
|
|
646
|
+
}
|
|
647
|
+
// =========================================================================
|
|
648
|
+
// Extension System
|
|
649
|
+
// =========================================================================
|
|
650
|
+
formatDisplayPath(p) {
|
|
651
|
+
const home = os.homedir();
|
|
652
|
+
let result = p;
|
|
653
|
+
if (result.startsWith(home)) {
|
|
654
|
+
result = `~${result.slice(home.length)}`;
|
|
655
|
+
}
|
|
656
|
+
return result;
|
|
657
|
+
}
|
|
658
|
+
formatExtensionDisplayPath(path2) {
|
|
659
|
+
let result = this.formatDisplayPath(path2);
|
|
660
|
+
result = result.replace(/\/index\.ts$/, "").replace(/\/index\.js$/, "");
|
|
661
|
+
return result;
|
|
662
|
+
}
|
|
663
|
+
formatContextPath(p) {
|
|
664
|
+
const cwd = path.resolve(this.sessionManager.getCwd());
|
|
665
|
+
const absolutePath = path.isAbsolute(p) ? path.resolve(p) : path.resolve(cwd, p);
|
|
666
|
+
const relativePath = getCwdRelativePath(absolutePath, cwd);
|
|
667
|
+
if (relativePath !== void 0) {
|
|
668
|
+
return relativePath;
|
|
669
|
+
}
|
|
670
|
+
return this.formatDisplayPath(absolutePath);
|
|
671
|
+
}
|
|
672
|
+
getStartupExpansionState() {
|
|
673
|
+
return this.options.verbose || this.toolOutputExpanded;
|
|
674
|
+
}
|
|
675
|
+
/**
|
|
676
|
+
* Get a short path relative to the package root for display.
|
|
677
|
+
*/
|
|
678
|
+
getShortPath(fullPath, sourceInfo) {
|
|
679
|
+
const baseDir = sourceInfo?.baseDir;
|
|
680
|
+
if (baseDir && this.isPackageSource(sourceInfo)) {
|
|
681
|
+
const relativePath = path.relative(path.resolve(baseDir), path.resolve(fullPath));
|
|
682
|
+
if (relativePath && relativePath !== "." && !relativePath.startsWith("..") && !relativePath.startsWith(`..${path.sep}`) && !path.isAbsolute(relativePath)) {
|
|
683
|
+
return relativePath.replace(/\\/g, "/");
|
|
684
|
+
}
|
|
685
|
+
}
|
|
686
|
+
const source = sourceInfo?.source ?? "";
|
|
687
|
+
const npmMatch = fullPath.match(/node_modules\/(@?[^/]+(?:\/[^/]+)?)\/(.*)/);
|
|
688
|
+
if (npmMatch && source.startsWith("npm:")) {
|
|
689
|
+
return npmMatch[2];
|
|
690
|
+
}
|
|
691
|
+
const gitMatch = fullPath.match(/git\/[^/]+\/[^/]+\/(.*)/);
|
|
692
|
+
if (gitMatch && source.startsWith("git:")) {
|
|
693
|
+
return gitMatch[1];
|
|
694
|
+
}
|
|
695
|
+
return this.formatDisplayPath(fullPath);
|
|
696
|
+
}
|
|
697
|
+
getCompactPathLabel(resourcePath, sourceInfo) {
|
|
698
|
+
const shortPath = this.getShortPath(resourcePath, sourceInfo);
|
|
699
|
+
const normalizedPath = shortPath.replace(/\\/g, "/");
|
|
700
|
+
const segments = normalizedPath.split("/").filter((segment) => segment.length > 0 && segment !== "~");
|
|
701
|
+
if (segments.length > 0) {
|
|
702
|
+
return segments[segments.length - 1];
|
|
703
|
+
}
|
|
704
|
+
return shortPath;
|
|
705
|
+
}
|
|
706
|
+
getCompactPackageSourceLabel(sourceInfo) {
|
|
707
|
+
const source = sourceInfo?.source ?? "";
|
|
708
|
+
if (source.startsWith("npm:")) {
|
|
709
|
+
return source.slice("npm:".length) || source;
|
|
710
|
+
}
|
|
711
|
+
const gitSource = parseGitUrl(source);
|
|
712
|
+
if (gitSource) {
|
|
713
|
+
return gitSource.path || source;
|
|
714
|
+
}
|
|
715
|
+
return source;
|
|
716
|
+
}
|
|
717
|
+
getCompactExtensionLabel(resourcePath, sourceInfo) {
|
|
718
|
+
if (!this.isPackageSource(sourceInfo)) {
|
|
719
|
+
return this.getCompactPathLabel(resourcePath, sourceInfo);
|
|
720
|
+
}
|
|
721
|
+
const sourceLabel = this.getCompactPackageSourceLabel(sourceInfo);
|
|
722
|
+
if (!sourceLabel) {
|
|
723
|
+
return this.getCompactPathLabel(resourcePath, sourceInfo);
|
|
724
|
+
}
|
|
725
|
+
const shortPath = this.getShortPath(resourcePath, sourceInfo).replace(/\\/g, "/");
|
|
726
|
+
const packagePath = shortPath.startsWith("extensions/") ? shortPath.slice("extensions/".length) : shortPath;
|
|
727
|
+
const parsedPath = path.posix.parse(packagePath);
|
|
728
|
+
if (parsedPath.name === "index") {
|
|
729
|
+
return !parsedPath.dir || parsedPath.dir === "." ? sourceLabel : `${sourceLabel}:${parsedPath.dir}`;
|
|
730
|
+
}
|
|
731
|
+
return `${sourceLabel}:${packagePath}`;
|
|
732
|
+
}
|
|
733
|
+
getCompactDisplayPathSegments(resourcePath) {
|
|
734
|
+
return this.formatDisplayPath(resourcePath).replace(/\\/g, "/").split("/").filter((segment) => segment.length > 0 && segment !== "~");
|
|
735
|
+
}
|
|
736
|
+
getCompactNonPackageExtensionLabel(resourcePath, index, allPaths) {
|
|
737
|
+
const segments = allPaths[index]?.segments;
|
|
738
|
+
if (!segments || segments.length === 0) {
|
|
739
|
+
return this.getCompactPathLabel(resourcePath);
|
|
740
|
+
}
|
|
741
|
+
for (let segmentCount = 1; segmentCount <= segments.length; segmentCount += 1) {
|
|
742
|
+
const candidate = segments.slice(-segmentCount).join("/");
|
|
743
|
+
const isUnique = allPaths.every((item, itemIndex) => {
|
|
744
|
+
if (itemIndex === index) {
|
|
745
|
+
return true;
|
|
746
|
+
}
|
|
747
|
+
return item.segments.slice(-segmentCount).join("/") !== candidate;
|
|
748
|
+
});
|
|
749
|
+
if (isUnique) {
|
|
750
|
+
return candidate;
|
|
751
|
+
}
|
|
752
|
+
}
|
|
753
|
+
return segments.join("/");
|
|
754
|
+
}
|
|
755
|
+
getCompactExtensionLabels(extensions) {
|
|
756
|
+
const nonPackageExtensions = extensions.map((extension) => {
|
|
757
|
+
const segments = this.getCompactDisplayPathSegments(extension.path);
|
|
758
|
+
const lastSegment = segments[segments.length - 1];
|
|
759
|
+
if (segments.length > 1 && (lastSegment === "index.ts" || lastSegment === "index.js")) {
|
|
760
|
+
segments.pop();
|
|
761
|
+
}
|
|
762
|
+
return {
|
|
763
|
+
path: extension.path,
|
|
764
|
+
sourceInfo: extension.sourceInfo,
|
|
765
|
+
segments
|
|
766
|
+
};
|
|
767
|
+
}).filter((extension) => !this.isPackageSource(extension.sourceInfo));
|
|
768
|
+
return extensions.map((extension) => {
|
|
769
|
+
if (this.isPackageSource(extension.sourceInfo)) {
|
|
770
|
+
return this.getCompactExtensionLabel(extension.path, extension.sourceInfo);
|
|
771
|
+
}
|
|
772
|
+
const nonPackageIndex = nonPackageExtensions.findIndex((item) => item.path === extension.path);
|
|
773
|
+
if (nonPackageIndex === -1) {
|
|
774
|
+
return this.getCompactPathLabel(extension.path, extension.sourceInfo);
|
|
775
|
+
}
|
|
776
|
+
return this.getCompactNonPackageExtensionLabel(extension.path, nonPackageIndex, nonPackageExtensions);
|
|
777
|
+
});
|
|
778
|
+
}
|
|
779
|
+
getDisplaySourceInfo(sourceInfo) {
|
|
780
|
+
const source = sourceInfo?.source ?? "local";
|
|
781
|
+
const scope = sourceInfo?.scope ?? "project";
|
|
782
|
+
if (source === "local") {
|
|
783
|
+
if (scope === "user") {
|
|
784
|
+
return { label: "user", color: "muted" };
|
|
785
|
+
}
|
|
786
|
+
if (scope === "project") {
|
|
787
|
+
return { label: "project", color: "muted" };
|
|
788
|
+
}
|
|
789
|
+
if (scope === "temporary") {
|
|
790
|
+
return { label: "path", scopeLabel: "temp", color: "muted" };
|
|
791
|
+
}
|
|
792
|
+
return { label: "path", color: "muted" };
|
|
793
|
+
}
|
|
794
|
+
if (source === "cli") {
|
|
795
|
+
return { label: "path", scopeLabel: scope === "temporary" ? "temp" : void 0, color: "muted" };
|
|
796
|
+
}
|
|
797
|
+
const scopeLabel = scope === "user" ? "user" : scope === "project" ? "project" : scope === "temporary" ? "temp" : void 0;
|
|
798
|
+
return { label: source, scopeLabel, color: "accent" };
|
|
799
|
+
}
|
|
800
|
+
getScopeGroup(sourceInfo) {
|
|
801
|
+
const source = sourceInfo?.source ?? "local";
|
|
802
|
+
const scope = sourceInfo?.scope ?? "project";
|
|
803
|
+
if (source === "cli" || scope === "temporary")
|
|
804
|
+
return "path";
|
|
805
|
+
if (scope === "user")
|
|
806
|
+
return "user";
|
|
807
|
+
if (scope === "project")
|
|
808
|
+
return "project";
|
|
809
|
+
return "path";
|
|
810
|
+
}
|
|
811
|
+
isPackageSource(sourceInfo) {
|
|
812
|
+
const source = sourceInfo?.source ?? "";
|
|
813
|
+
return source.startsWith("npm:") || source.startsWith("git:");
|
|
814
|
+
}
|
|
815
|
+
buildScopeGroups(items) {
|
|
816
|
+
const groups = {
|
|
817
|
+
user: { scope: "user", paths: [], packages: /* @__PURE__ */ new Map() },
|
|
818
|
+
project: { scope: "project", paths: [], packages: /* @__PURE__ */ new Map() },
|
|
819
|
+
path: { scope: "path", paths: [], packages: /* @__PURE__ */ new Map() }
|
|
820
|
+
};
|
|
821
|
+
for (const item of items) {
|
|
822
|
+
const groupKey = this.getScopeGroup(item.sourceInfo);
|
|
823
|
+
const group = groups[groupKey];
|
|
824
|
+
const source = item.sourceInfo?.source ?? "local";
|
|
825
|
+
if (this.isPackageSource(item.sourceInfo)) {
|
|
826
|
+
const list = group.packages.get(source) ?? [];
|
|
827
|
+
list.push(item);
|
|
828
|
+
group.packages.set(source, list);
|
|
829
|
+
} else {
|
|
830
|
+
group.paths.push(item);
|
|
831
|
+
}
|
|
832
|
+
}
|
|
833
|
+
return [groups.project, groups.user, groups.path].filter((group) => group.paths.length > 0 || group.packages.size > 0);
|
|
834
|
+
}
|
|
835
|
+
formatScopeGroups(groups, options) {
|
|
836
|
+
const lines = [];
|
|
837
|
+
for (const group of groups) {
|
|
838
|
+
lines.push(` ${theme.fg("accent", group.scope)}`);
|
|
839
|
+
const sortedPaths = [...group.paths].sort((a, b) => a.path.localeCompare(b.path));
|
|
840
|
+
for (const item of sortedPaths) {
|
|
841
|
+
lines.push(theme.fg("dim", ` ${options.formatPath(item)}`));
|
|
842
|
+
}
|
|
843
|
+
const sortedPackages = Array.from(group.packages.entries()).sort(([a], [b]) => a.localeCompare(b));
|
|
844
|
+
for (const [source, items] of sortedPackages) {
|
|
845
|
+
lines.push(` ${theme.fg("mdLink", source)}`);
|
|
846
|
+
const sortedPackagePaths = [...items].sort((a, b) => a.path.localeCompare(b.path));
|
|
847
|
+
for (const item of sortedPackagePaths) {
|
|
848
|
+
lines.push(theme.fg("dim", ` ${options.formatPackagePath(item, source)}`));
|
|
849
|
+
}
|
|
850
|
+
}
|
|
851
|
+
}
|
|
852
|
+
return lines.join("\n");
|
|
853
|
+
}
|
|
854
|
+
findSourceInfoForPath(p, sourceInfos) {
|
|
855
|
+
const exact = sourceInfos.get(p);
|
|
856
|
+
if (exact)
|
|
857
|
+
return exact;
|
|
858
|
+
let current = p;
|
|
859
|
+
while (current.includes("/")) {
|
|
860
|
+
current = current.substring(0, current.lastIndexOf("/"));
|
|
861
|
+
const parent = sourceInfos.get(current);
|
|
862
|
+
if (parent)
|
|
863
|
+
return parent;
|
|
864
|
+
}
|
|
865
|
+
return void 0;
|
|
866
|
+
}
|
|
867
|
+
formatPathWithSource(p, sourceInfo) {
|
|
868
|
+
if (sourceInfo) {
|
|
869
|
+
const shortPath = this.getShortPath(p, sourceInfo);
|
|
870
|
+
const { label, scopeLabel } = this.getDisplaySourceInfo(sourceInfo);
|
|
871
|
+
const labelText = scopeLabel ? `${label} (${scopeLabel})` : label;
|
|
872
|
+
return `${labelText} ${shortPath}`;
|
|
873
|
+
}
|
|
874
|
+
return this.formatDisplayPath(p);
|
|
875
|
+
}
|
|
876
|
+
formatDiagnostics(diagnostics, sourceInfos) {
|
|
877
|
+
const lines = [];
|
|
878
|
+
const collisions = /* @__PURE__ */ new Map();
|
|
879
|
+
const otherDiagnostics = [];
|
|
880
|
+
for (const d of diagnostics) {
|
|
881
|
+
if (d.type === "collision" && d.collision) {
|
|
882
|
+
const list = collisions.get(d.collision.name) ?? [];
|
|
883
|
+
list.push(d);
|
|
884
|
+
collisions.set(d.collision.name, list);
|
|
885
|
+
} else {
|
|
886
|
+
otherDiagnostics.push(d);
|
|
887
|
+
}
|
|
888
|
+
}
|
|
889
|
+
for (const [name, collisionList] of collisions) {
|
|
890
|
+
const first = collisionList[0]?.collision;
|
|
891
|
+
if (!first)
|
|
892
|
+
continue;
|
|
893
|
+
lines.push(theme.fg("warning", ` "${name}" collision:`));
|
|
894
|
+
lines.push(theme.fg("dim", ` ${theme.fg("success", "✓")} ${this.formatPathWithSource(first.winnerPath, this.findSourceInfoForPath(first.winnerPath, sourceInfos))}`));
|
|
895
|
+
for (const d of collisionList) {
|
|
896
|
+
if (d.collision) {
|
|
897
|
+
lines.push(theme.fg("dim", ` ${theme.fg("warning", "✗")} ${this.formatPathWithSource(d.collision.loserPath, this.findSourceInfoForPath(d.collision.loserPath, sourceInfos))} (skipped)`));
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
}
|
|
901
|
+
for (const d of otherDiagnostics) {
|
|
902
|
+
if (d.path) {
|
|
903
|
+
const formattedPath = this.formatPathWithSource(d.path, this.findSourceInfoForPath(d.path, sourceInfos));
|
|
904
|
+
lines.push(theme.fg(d.type === "error" ? "error" : "warning", ` ${formattedPath}`));
|
|
905
|
+
lines.push(theme.fg(d.type === "error" ? "error" : "warning", ` ${d.message}`));
|
|
906
|
+
} else {
|
|
907
|
+
lines.push(theme.fg(d.type === "error" ? "error" : "warning", ` ${d.message}`));
|
|
908
|
+
}
|
|
909
|
+
}
|
|
910
|
+
return lines.join("\n");
|
|
911
|
+
}
|
|
912
|
+
showLoadedResources(options) {
|
|
913
|
+
const showListing = options?.force || this.options.verbose || !this.settingsManager.getQuietStartup();
|
|
914
|
+
const showDiagnostics = showListing || options?.showDiagnosticsWhenQuiet === true;
|
|
915
|
+
if (!showListing && !showDiagnostics) {
|
|
916
|
+
return;
|
|
917
|
+
}
|
|
918
|
+
const sectionHeader = (name, color = "mdHeading") => theme.fg(color, `[${name}]`);
|
|
919
|
+
const formatCompactList = (items, options2) => {
|
|
920
|
+
const labels = items.map((item) => item.trim()).filter((item) => item.length > 0);
|
|
921
|
+
if (options2?.sort !== false) {
|
|
922
|
+
labels.sort((a, b) => a.localeCompare(b));
|
|
923
|
+
}
|
|
924
|
+
return theme.fg("dim", ` ${labels.join(", ")}`);
|
|
925
|
+
};
|
|
926
|
+
const addLoadedSection = (name, collapsedBody, expandedBody = collapsedBody, color = "mdHeading") => {
|
|
927
|
+
const section = new ExpandableText(() => `${sectionHeader(name, color)}
|
|
928
|
+
${collapsedBody}`, () => `${sectionHeader(name, color)}
|
|
929
|
+
${expandedBody}`, this.getStartupExpansionState(), 0, 0);
|
|
930
|
+
this.chatContainer.addChild(section);
|
|
931
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
932
|
+
};
|
|
933
|
+
const skillsResult = this.session.resourceLoader.getSkills();
|
|
934
|
+
const promptsResult = this.session.resourceLoader.getPrompts();
|
|
935
|
+
const themesResult = this.session.resourceLoader.getThemes();
|
|
936
|
+
const extensions = options?.extensions ?? this.session.resourceLoader.getExtensions().extensions.map((extension) => ({
|
|
937
|
+
path: extension.path,
|
|
938
|
+
sourceInfo: extension.sourceInfo
|
|
939
|
+
}));
|
|
940
|
+
const sourceInfos = /* @__PURE__ */ new Map();
|
|
941
|
+
for (const extension of extensions) {
|
|
942
|
+
if (extension.sourceInfo) {
|
|
943
|
+
sourceInfos.set(extension.path, extension.sourceInfo);
|
|
944
|
+
}
|
|
945
|
+
}
|
|
946
|
+
for (const skill of skillsResult.skills) {
|
|
947
|
+
if (skill.sourceInfo) {
|
|
948
|
+
sourceInfos.set(skill.filePath, skill.sourceInfo);
|
|
949
|
+
}
|
|
950
|
+
}
|
|
951
|
+
for (const prompt of promptsResult.prompts) {
|
|
952
|
+
if (prompt.sourceInfo) {
|
|
953
|
+
sourceInfos.set(prompt.filePath, prompt.sourceInfo);
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
for (const loadedTheme of themesResult.themes) {
|
|
957
|
+
if (loadedTheme.sourcePath && loadedTheme.sourceInfo) {
|
|
958
|
+
sourceInfos.set(loadedTheme.sourcePath, loadedTheme.sourceInfo);
|
|
959
|
+
}
|
|
960
|
+
}
|
|
961
|
+
if (showListing) {
|
|
962
|
+
const contextFiles = this.session.resourceLoader.getAgentsFiles().agentsFiles;
|
|
963
|
+
if (contextFiles.length > 0) {
|
|
964
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
965
|
+
const contextList = contextFiles.map((f) => theme.fg("dim", ` ${this.formatDisplayPath(f.path)}`)).join("\n");
|
|
966
|
+
const contextCompactList = formatCompactList(contextFiles.map((contextFile) => this.formatContextPath(contextFile.path)), { sort: false });
|
|
967
|
+
addLoadedSection("Context", contextCompactList, contextList);
|
|
968
|
+
}
|
|
969
|
+
const skills = skillsResult.skills;
|
|
970
|
+
if (skills.length > 0) {
|
|
971
|
+
const groups = this.buildScopeGroups(skills.map((skill) => ({ path: skill.filePath, sourceInfo: skill.sourceInfo })));
|
|
972
|
+
const skillList = this.formatScopeGroups(groups, {
|
|
973
|
+
formatPath: (item) => this.formatDisplayPath(item.path),
|
|
974
|
+
formatPackagePath: (item) => this.getShortPath(item.path, item.sourceInfo)
|
|
975
|
+
});
|
|
976
|
+
const skillCompactList = formatCompactList(skills.map((skill) => skill.name));
|
|
977
|
+
addLoadedSection("Skills", skillCompactList, skillList);
|
|
978
|
+
}
|
|
979
|
+
const templates = this.session.promptTemplates;
|
|
980
|
+
if (templates.length > 0) {
|
|
981
|
+
const groups = this.buildScopeGroups(templates.map((template) => ({ path: template.filePath, sourceInfo: template.sourceInfo })));
|
|
982
|
+
const templateByPath = new Map(templates.map((t) => [t.filePath, t]));
|
|
983
|
+
const templateList = this.formatScopeGroups(groups, {
|
|
984
|
+
formatPath: (item) => {
|
|
985
|
+
const template = templateByPath.get(item.path);
|
|
986
|
+
return template ? `/${template.name}` : this.formatDisplayPath(item.path);
|
|
987
|
+
},
|
|
988
|
+
formatPackagePath: (item) => {
|
|
989
|
+
const template = templateByPath.get(item.path);
|
|
990
|
+
return template ? `/${template.name}` : this.formatDisplayPath(item.path);
|
|
991
|
+
}
|
|
992
|
+
});
|
|
993
|
+
const promptCompactList = formatCompactList(templates.map((template) => `/${template.name}`));
|
|
994
|
+
addLoadedSection("Prompts", promptCompactList, templateList);
|
|
995
|
+
}
|
|
996
|
+
if (extensions.length > 0) {
|
|
997
|
+
const groups = this.buildScopeGroups(extensions);
|
|
998
|
+
const extList = this.formatScopeGroups(groups, {
|
|
999
|
+
formatPath: (item) => this.formatExtensionDisplayPath(item.path),
|
|
1000
|
+
formatPackagePath: (item) => this.formatExtensionDisplayPath(this.getShortPath(item.path, item.sourceInfo))
|
|
1001
|
+
});
|
|
1002
|
+
const extensionCompactList = formatCompactList(this.getCompactExtensionLabels(extensions));
|
|
1003
|
+
addLoadedSection("Extensions", extensionCompactList, extList, "mdHeading");
|
|
1004
|
+
}
|
|
1005
|
+
const loadedThemes = themesResult.themes;
|
|
1006
|
+
const customThemes = loadedThemes.filter((t) => t.sourcePath);
|
|
1007
|
+
if (customThemes.length > 0) {
|
|
1008
|
+
const groups = this.buildScopeGroups(customThemes.map((loadedTheme) => ({
|
|
1009
|
+
path: loadedTheme.sourcePath,
|
|
1010
|
+
sourceInfo: loadedTheme.sourceInfo
|
|
1011
|
+
})));
|
|
1012
|
+
const themeList = this.formatScopeGroups(groups, {
|
|
1013
|
+
formatPath: (item) => this.formatDisplayPath(item.path),
|
|
1014
|
+
formatPackagePath: (item) => this.getShortPath(item.path, item.sourceInfo)
|
|
1015
|
+
});
|
|
1016
|
+
const themeCompactList = formatCompactList(customThemes.map((loadedTheme) => loadedTheme.name ?? this.getCompactPathLabel(loadedTheme.sourcePath, loadedTheme.sourceInfo)));
|
|
1017
|
+
addLoadedSection("Themes", themeCompactList, themeList);
|
|
1018
|
+
}
|
|
1019
|
+
}
|
|
1020
|
+
if (showDiagnostics) {
|
|
1021
|
+
const skillDiagnostics = skillsResult.diagnostics;
|
|
1022
|
+
if (skillDiagnostics.length > 0) {
|
|
1023
|
+
const warningLines = this.formatDiagnostics(skillDiagnostics, sourceInfos);
|
|
1024
|
+
this.chatContainer.addChild(new Text(`${theme.fg("warning", "[Skill conflicts]")}
|
|
1025
|
+
${warningLines}`, 0, 0));
|
|
1026
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
1027
|
+
}
|
|
1028
|
+
const promptDiagnostics = promptsResult.diagnostics;
|
|
1029
|
+
if (promptDiagnostics.length > 0) {
|
|
1030
|
+
const warningLines = this.formatDiagnostics(promptDiagnostics, sourceInfos);
|
|
1031
|
+
this.chatContainer.addChild(new Text(`${theme.fg("warning", "[Prompt conflicts]")}
|
|
1032
|
+
${warningLines}`, 0, 0));
|
|
1033
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
1034
|
+
}
|
|
1035
|
+
const extensionDiagnostics = [];
|
|
1036
|
+
const extensionErrors = this.session.resourceLoader.getExtensions().errors;
|
|
1037
|
+
if (extensionErrors.length > 0) {
|
|
1038
|
+
for (const error of extensionErrors) {
|
|
1039
|
+
extensionDiagnostics.push({ type: "error", message: error.error, path: error.path });
|
|
1040
|
+
}
|
|
1041
|
+
}
|
|
1042
|
+
const commandDiagnostics = this.session.extensionRunner.getCommandDiagnostics();
|
|
1043
|
+
extensionDiagnostics.push(...commandDiagnostics);
|
|
1044
|
+
extensionDiagnostics.push(...this.getBuiltInCommandConflictDiagnostics(this.session.extensionRunner));
|
|
1045
|
+
const shortcutDiagnostics = this.session.extensionRunner.getShortcutDiagnostics();
|
|
1046
|
+
extensionDiagnostics.push(...shortcutDiagnostics);
|
|
1047
|
+
if (extensionDiagnostics.length > 0) {
|
|
1048
|
+
const warningLines = this.formatDiagnostics(extensionDiagnostics, sourceInfos);
|
|
1049
|
+
this.chatContainer.addChild(new Text(`${theme.fg("warning", "[Extension issues]")}
|
|
1050
|
+
${warningLines}`, 0, 0));
|
|
1051
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
1052
|
+
}
|
|
1053
|
+
const themeDiagnostics = themesResult.diagnostics;
|
|
1054
|
+
if (themeDiagnostics.length > 0) {
|
|
1055
|
+
const warningLines = this.formatDiagnostics(themeDiagnostics, sourceInfos);
|
|
1056
|
+
this.chatContainer.addChild(new Text(`${theme.fg("warning", "[Theme conflicts]")}
|
|
1057
|
+
${warningLines}`, 0, 0));
|
|
1058
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
1059
|
+
}
|
|
1060
|
+
}
|
|
1061
|
+
}
|
|
1062
|
+
/**
|
|
1063
|
+
* Initialize the extension system with TUI-based UI context.
|
|
1064
|
+
*/
|
|
1065
|
+
async bindCurrentSessionExtensions() {
|
|
1066
|
+
const uiContext = this.createExtensionUIContext();
|
|
1067
|
+
await this.session.bindExtensions({
|
|
1068
|
+
uiContext,
|
|
1069
|
+
abortHandler: () => {
|
|
1070
|
+
this.restoreQueuedMessagesToEditor({ abort: true });
|
|
1071
|
+
},
|
|
1072
|
+
commandContextActions: {
|
|
1073
|
+
waitForIdle: () => this.session.agent.waitForIdle(),
|
|
1074
|
+
newSession: async (options) => {
|
|
1075
|
+
if (this.loadingAnimation) {
|
|
1076
|
+
this.loadingAnimation.stop();
|
|
1077
|
+
this.loadingAnimation = void 0;
|
|
1078
|
+
}
|
|
1079
|
+
this.statusContainer.clear();
|
|
1080
|
+
try {
|
|
1081
|
+
const result = await this.runtimeHost.newSession(options);
|
|
1082
|
+
if (!result.cancelled) {
|
|
1083
|
+
this.renderCurrentSessionState();
|
|
1084
|
+
this.ui.requestRender();
|
|
1085
|
+
}
|
|
1086
|
+
return result;
|
|
1087
|
+
} catch (error) {
|
|
1088
|
+
return this.handleFatalRuntimeError("Failed to create session", error);
|
|
1089
|
+
}
|
|
1090
|
+
},
|
|
1091
|
+
fork: async (entryId, options) => {
|
|
1092
|
+
try {
|
|
1093
|
+
const result = await this.runtimeHost.fork(entryId, options);
|
|
1094
|
+
if (!result.cancelled) {
|
|
1095
|
+
this.renderCurrentSessionState();
|
|
1096
|
+
this.editor.setText(result.selectedText ?? "");
|
|
1097
|
+
this.showStatus("Forked to new session");
|
|
1098
|
+
}
|
|
1099
|
+
return { cancelled: result.cancelled };
|
|
1100
|
+
} catch (error) {
|
|
1101
|
+
return this.handleFatalRuntimeError("Failed to fork session", error);
|
|
1102
|
+
}
|
|
1103
|
+
},
|
|
1104
|
+
navigateTree: async (targetId, options) => {
|
|
1105
|
+
const result = await this.session.navigateTree(targetId, {
|
|
1106
|
+
summarize: options?.summarize,
|
|
1107
|
+
customInstructions: options?.customInstructions,
|
|
1108
|
+
replaceInstructions: options?.replaceInstructions,
|
|
1109
|
+
label: options?.label
|
|
1110
|
+
});
|
|
1111
|
+
if (result.cancelled) {
|
|
1112
|
+
return { cancelled: true };
|
|
1113
|
+
}
|
|
1114
|
+
this.chatContainer.clear();
|
|
1115
|
+
this.renderInitialMessages();
|
|
1116
|
+
if (result.editorText && !this.editor.getText().trim()) {
|
|
1117
|
+
this.editor.setText(result.editorText);
|
|
1118
|
+
}
|
|
1119
|
+
this.showStatus("Navigated to selected point");
|
|
1120
|
+
void this.flushCompactionQueue({ willRetry: false });
|
|
1121
|
+
return { cancelled: false };
|
|
1122
|
+
},
|
|
1123
|
+
switchSession: async (sessionPath, options) => {
|
|
1124
|
+
return this.handleResumeSession(sessionPath, options);
|
|
1125
|
+
},
|
|
1126
|
+
reload: async () => {
|
|
1127
|
+
await this.handleReloadCommand();
|
|
1128
|
+
}
|
|
1129
|
+
},
|
|
1130
|
+
shutdownHandler: () => {
|
|
1131
|
+
this.shutdownRequested = true;
|
|
1132
|
+
if (!this.session.isStreaming) {
|
|
1133
|
+
void this.shutdown();
|
|
1134
|
+
}
|
|
1135
|
+
},
|
|
1136
|
+
onError: (error) => {
|
|
1137
|
+
this.showExtensionError(error.extensionPath, error.error, error.stack);
|
|
1138
|
+
}
|
|
1139
|
+
});
|
|
1140
|
+
setRegisteredThemes(this.session.resourceLoader.getThemes().themes);
|
|
1141
|
+
this.setupAutocompleteProvider();
|
|
1142
|
+
const extensionRunner = this.session.extensionRunner;
|
|
1143
|
+
this.setupExtensionShortcuts(extensionRunner);
|
|
1144
|
+
this.showLoadedResources({ force: false, showDiagnosticsWhenQuiet: true });
|
|
1145
|
+
this.showStartupNoticesIfNeeded();
|
|
1146
|
+
}
|
|
1147
|
+
applyRuntimeSettings() {
|
|
1148
|
+
configureHttpDispatcher(this.settingsManager.getHttpIdleTimeoutMs());
|
|
1149
|
+
this.footer.setSession(this.session);
|
|
1150
|
+
this.footer.setAutoCompactEnabled(this.session.autoCompactionEnabled);
|
|
1151
|
+
this.footerDataProvider.setCwd(this.sessionManager.getCwd());
|
|
1152
|
+
this.hideThinkingBlock = this.settingsManager.getHideThinkingBlock();
|
|
1153
|
+
this.ui.setShowHardwareCursor(this.settingsManager.getShowHardwareCursor());
|
|
1154
|
+
this.ui.setClearOnShrink(this.settingsManager.getClearOnShrink());
|
|
1155
|
+
const editorPaddingX = this.settingsManager.getEditorPaddingX();
|
|
1156
|
+
const autocompleteMaxVisible = this.settingsManager.getAutocompleteMaxVisible();
|
|
1157
|
+
this.defaultEditor.setPaddingX(editorPaddingX);
|
|
1158
|
+
this.defaultEditor.setAutocompleteMaxVisible(autocompleteMaxVisible);
|
|
1159
|
+
if (this.editor !== this.defaultEditor) {
|
|
1160
|
+
this.editor.setPaddingX?.(editorPaddingX);
|
|
1161
|
+
this.editor.setAutocompleteMaxVisible?.(autocompleteMaxVisible);
|
|
1162
|
+
}
|
|
1163
|
+
}
|
|
1164
|
+
async rebindCurrentSession() {
|
|
1165
|
+
this.unsubscribe?.();
|
|
1166
|
+
this.unsubscribe = void 0;
|
|
1167
|
+
this.applyRuntimeSettings();
|
|
1168
|
+
await this.bindCurrentSessionExtensions();
|
|
1169
|
+
this.subscribeToAgent();
|
|
1170
|
+
await this.updateAvailableProviderCount();
|
|
1171
|
+
this.updateEditorBorderColor();
|
|
1172
|
+
this.updateTerminalTitle();
|
|
1173
|
+
}
|
|
1174
|
+
async handleFatalRuntimeError(prefix, error) {
|
|
1175
|
+
const message = error instanceof Error ? error.message : String(error);
|
|
1176
|
+
this.showError(`${prefix}: ${message}`);
|
|
1177
|
+
stopThemeWatcher();
|
|
1178
|
+
this.stop();
|
|
1179
|
+
process.exit(1);
|
|
1180
|
+
}
|
|
1181
|
+
renderCurrentSessionState() {
|
|
1182
|
+
this.chatContainer.clear();
|
|
1183
|
+
this.pendingMessagesContainer.clear();
|
|
1184
|
+
this.compactionQueuedMessages = [];
|
|
1185
|
+
this.streamingComponent = void 0;
|
|
1186
|
+
this.streamingMessage = void 0;
|
|
1187
|
+
this.pendingTools.clear();
|
|
1188
|
+
this.renderInitialMessages();
|
|
1189
|
+
}
|
|
1190
|
+
/**
|
|
1191
|
+
* Get a registered tool definition by name (for custom rendering).
|
|
1192
|
+
*/
|
|
1193
|
+
getRegisteredToolDefinition(toolName) {
|
|
1194
|
+
return this.session.getToolDefinition(toolName);
|
|
1195
|
+
}
|
|
1196
|
+
/**
|
|
1197
|
+
* Set up keyboard shortcuts registered by extensions.
|
|
1198
|
+
*/
|
|
1199
|
+
setupExtensionShortcuts(extensionRunner) {
|
|
1200
|
+
const shortcuts = extensionRunner.getShortcuts(this.keybindings.getEffectiveConfig());
|
|
1201
|
+
if (shortcuts.size === 0)
|
|
1202
|
+
return;
|
|
1203
|
+
const createContext = () => ({
|
|
1204
|
+
ui: this.createExtensionUIContext(),
|
|
1205
|
+
hasUI: true,
|
|
1206
|
+
cwd: this.sessionManager.getCwd(),
|
|
1207
|
+
sessionManager: this.sessionManager,
|
|
1208
|
+
modelRegistry: this.session.modelRegistry,
|
|
1209
|
+
model: this.session.model,
|
|
1210
|
+
isIdle: () => !this.session.isStreaming,
|
|
1211
|
+
signal: this.session.agent.signal,
|
|
1212
|
+
abort: () => {
|
|
1213
|
+
this.restoreQueuedMessagesToEditor({ abort: true });
|
|
1214
|
+
},
|
|
1215
|
+
hasPendingMessages: () => this.session.pendingMessageCount > 0,
|
|
1216
|
+
shutdown: () => {
|
|
1217
|
+
this.shutdownRequested = true;
|
|
1218
|
+
},
|
|
1219
|
+
getContextUsage: () => this.session.getContextUsage(),
|
|
1220
|
+
compact: (options) => {
|
|
1221
|
+
void (async () => {
|
|
1222
|
+
try {
|
|
1223
|
+
const result = await this.session.compact(options?.customInstructions);
|
|
1224
|
+
options?.onComplete?.(result);
|
|
1225
|
+
} catch (error) {
|
|
1226
|
+
const err = error instanceof Error ? error : new Error(String(error));
|
|
1227
|
+
options?.onError?.(err);
|
|
1228
|
+
}
|
|
1229
|
+
})();
|
|
1230
|
+
},
|
|
1231
|
+
getSystemPrompt: () => this.session.systemPrompt
|
|
1232
|
+
});
|
|
1233
|
+
this.defaultEditor.onExtensionShortcut = (data) => {
|
|
1234
|
+
for (const [shortcutStr, shortcut] of shortcuts) {
|
|
1235
|
+
if (matchesKey(data, shortcutStr)) {
|
|
1236
|
+
Promise.resolve(shortcut.handler(createContext())).catch((err) => {
|
|
1237
|
+
this.showError(`Shortcut handler error: ${err instanceof Error ? err.message : String(err)}`);
|
|
1238
|
+
});
|
|
1239
|
+
return true;
|
|
1240
|
+
}
|
|
1241
|
+
}
|
|
1242
|
+
return false;
|
|
1243
|
+
};
|
|
1244
|
+
}
|
|
1245
|
+
/**
|
|
1246
|
+
* Set extension status text in the footer.
|
|
1247
|
+
*/
|
|
1248
|
+
setExtensionStatus(key, text) {
|
|
1249
|
+
this.footerDataProvider.setExtensionStatus(key, text);
|
|
1250
|
+
this.ui.requestRender();
|
|
1251
|
+
}
|
|
1252
|
+
getWorkingLoaderMessage() {
|
|
1253
|
+
return this.workingMessage ?? this.defaultWorkingMessage;
|
|
1254
|
+
}
|
|
1255
|
+
createWorkingLoader() {
|
|
1256
|
+
return new Loader(this.ui, (spinner) => theme.fg("accent", spinner), (text) => theme.fg("muted", text), this.getWorkingLoaderMessage(), this.workingIndicatorOptions);
|
|
1257
|
+
}
|
|
1258
|
+
stopWorkingLoader() {
|
|
1259
|
+
if (this.loadingAnimation) {
|
|
1260
|
+
this.loadingAnimation.stop();
|
|
1261
|
+
this.loadingAnimation = void 0;
|
|
1262
|
+
}
|
|
1263
|
+
this.statusContainer.clear();
|
|
1264
|
+
}
|
|
1265
|
+
setWorkingVisible(visible) {
|
|
1266
|
+
this.workingVisible = visible;
|
|
1267
|
+
if (!visible) {
|
|
1268
|
+
this.stopWorkingLoader();
|
|
1269
|
+
this.ui.requestRender();
|
|
1270
|
+
return;
|
|
1271
|
+
}
|
|
1272
|
+
if (this.session.isStreaming && !this.loadingAnimation) {
|
|
1273
|
+
this.statusContainer.clear();
|
|
1274
|
+
this.loadingAnimation = this.createWorkingLoader();
|
|
1275
|
+
this.statusContainer.addChild(this.loadingAnimation);
|
|
1276
|
+
}
|
|
1277
|
+
this.ui.requestRender();
|
|
1278
|
+
}
|
|
1279
|
+
setWorkingIndicator(options) {
|
|
1280
|
+
this.workingIndicatorOptions = options;
|
|
1281
|
+
this.loadingAnimation?.setIndicator(options);
|
|
1282
|
+
this.ui.requestRender();
|
|
1283
|
+
}
|
|
1284
|
+
setHiddenThinkingLabel(label) {
|
|
1285
|
+
this.hiddenThinkingLabel = label ?? this.defaultHiddenThinkingLabel;
|
|
1286
|
+
for (const child of this.chatContainer.children) {
|
|
1287
|
+
if (child instanceof AssistantMessageComponent) {
|
|
1288
|
+
child.setHiddenThinkingLabel(this.hiddenThinkingLabel);
|
|
1289
|
+
}
|
|
1290
|
+
}
|
|
1291
|
+
if (this.streamingComponent) {
|
|
1292
|
+
this.streamingComponent.setHiddenThinkingLabel(this.hiddenThinkingLabel);
|
|
1293
|
+
}
|
|
1294
|
+
this.ui.requestRender();
|
|
1295
|
+
}
|
|
1296
|
+
/**
|
|
1297
|
+
* Set an extension widget (string array or custom component).
|
|
1298
|
+
*/
|
|
1299
|
+
setExtensionWidget(key, content, options) {
|
|
1300
|
+
const placement = options?.placement ?? "aboveEditor";
|
|
1301
|
+
const removeExisting = (map) => {
|
|
1302
|
+
const existing = map.get(key);
|
|
1303
|
+
if (existing?.dispose)
|
|
1304
|
+
existing.dispose();
|
|
1305
|
+
map.delete(key);
|
|
1306
|
+
};
|
|
1307
|
+
removeExisting(this.extensionWidgetsAbove);
|
|
1308
|
+
removeExisting(this.extensionWidgetsBelow);
|
|
1309
|
+
if (content === void 0) {
|
|
1310
|
+
this.renderWidgets();
|
|
1311
|
+
return;
|
|
1312
|
+
}
|
|
1313
|
+
let component;
|
|
1314
|
+
if (Array.isArray(content)) {
|
|
1315
|
+
const container = new Container();
|
|
1316
|
+
for (const line of content.slice(0, InteractiveMode.MAX_WIDGET_LINES)) {
|
|
1317
|
+
container.addChild(new Text(line, 1, 0));
|
|
1318
|
+
}
|
|
1319
|
+
if (content.length > InteractiveMode.MAX_WIDGET_LINES) {
|
|
1320
|
+
container.addChild(new Text(theme.fg("muted", "... (widget truncated)"), 1, 0));
|
|
1321
|
+
}
|
|
1322
|
+
component = container;
|
|
1323
|
+
} else {
|
|
1324
|
+
component = content(this.ui, theme);
|
|
1325
|
+
}
|
|
1326
|
+
const targetMap = placement === "belowEditor" ? this.extensionWidgetsBelow : this.extensionWidgetsAbove;
|
|
1327
|
+
targetMap.set(key, component);
|
|
1328
|
+
this.renderWidgets();
|
|
1329
|
+
}
|
|
1330
|
+
clearExtensionWidgets() {
|
|
1331
|
+
for (const widget of this.extensionWidgetsAbove.values()) {
|
|
1332
|
+
widget.dispose?.();
|
|
1333
|
+
}
|
|
1334
|
+
for (const widget of this.extensionWidgetsBelow.values()) {
|
|
1335
|
+
widget.dispose?.();
|
|
1336
|
+
}
|
|
1337
|
+
this.extensionWidgetsAbove.clear();
|
|
1338
|
+
this.extensionWidgetsBelow.clear();
|
|
1339
|
+
this.renderWidgets();
|
|
1340
|
+
}
|
|
1341
|
+
resetExtensionUI() {
|
|
1342
|
+
if (this.extensionSelector) {
|
|
1343
|
+
this.hideExtensionSelector();
|
|
1344
|
+
}
|
|
1345
|
+
if (this.extensionInput) {
|
|
1346
|
+
this.hideExtensionInput();
|
|
1347
|
+
}
|
|
1348
|
+
if (this.extensionEditor) {
|
|
1349
|
+
this.hideExtensionEditor();
|
|
1350
|
+
}
|
|
1351
|
+
this.ui.hideOverlay();
|
|
1352
|
+
this.clearExtensionTerminalInputListeners();
|
|
1353
|
+
this.setExtensionFooter(void 0);
|
|
1354
|
+
this.setExtensionHeader(void 0);
|
|
1355
|
+
this.clearExtensionWidgets();
|
|
1356
|
+
this.footerDataProvider.clearExtensionStatuses();
|
|
1357
|
+
this.footer.invalidate();
|
|
1358
|
+
this.autocompleteProviderWrappers = [];
|
|
1359
|
+
this.setCustomEditorComponent(void 0);
|
|
1360
|
+
this.setupAutocompleteProvider();
|
|
1361
|
+
this.defaultEditor.onExtensionShortcut = void 0;
|
|
1362
|
+
this.updateTerminalTitle();
|
|
1363
|
+
this.workingMessage = void 0;
|
|
1364
|
+
this.workingVisible = true;
|
|
1365
|
+
this.setWorkingIndicator();
|
|
1366
|
+
if (this.loadingAnimation) {
|
|
1367
|
+
this.loadingAnimation.setMessage(`${this.defaultWorkingMessage} (${keyText("app.interrupt")} to interrupt)`);
|
|
1368
|
+
}
|
|
1369
|
+
this.setHiddenThinkingLabel();
|
|
1370
|
+
}
|
|
1371
|
+
// Maximum total widget lines to prevent viewport overflow
|
|
1372
|
+
static MAX_WIDGET_LINES = 10;
|
|
1373
|
+
/**
|
|
1374
|
+
* Render all extension widgets to the widget container.
|
|
1375
|
+
*/
|
|
1376
|
+
renderWidgets() {
|
|
1377
|
+
if (!this.widgetContainerAbove || !this.widgetContainerBelow)
|
|
1378
|
+
return;
|
|
1379
|
+
this.renderWidgetContainer(this.widgetContainerAbove, this.extensionWidgetsAbove, true, true);
|
|
1380
|
+
this.renderWidgetContainer(this.widgetContainerBelow, this.extensionWidgetsBelow, false, false);
|
|
1381
|
+
this.ui.requestRender();
|
|
1382
|
+
}
|
|
1383
|
+
renderWidgetContainer(container, widgets, spacerWhenEmpty, leadingSpacer) {
|
|
1384
|
+
container.clear();
|
|
1385
|
+
if (widgets.size === 0) {
|
|
1386
|
+
if (spacerWhenEmpty) {
|
|
1387
|
+
container.addChild(new Spacer(1));
|
|
1388
|
+
}
|
|
1389
|
+
return;
|
|
1390
|
+
}
|
|
1391
|
+
if (leadingSpacer) {
|
|
1392
|
+
container.addChild(new Spacer(1));
|
|
1393
|
+
}
|
|
1394
|
+
for (const component of widgets.values()) {
|
|
1395
|
+
container.addChild(component);
|
|
1396
|
+
}
|
|
1397
|
+
}
|
|
1398
|
+
/**
|
|
1399
|
+
* Set a custom footer component, or restore the built-in footer.
|
|
1400
|
+
*/
|
|
1401
|
+
setExtensionFooter(factory) {
|
|
1402
|
+
if (this.customFooter?.dispose) {
|
|
1403
|
+
this.customFooter.dispose();
|
|
1404
|
+
}
|
|
1405
|
+
if (this.customFooter) {
|
|
1406
|
+
this.ui.removeChild(this.customFooter);
|
|
1407
|
+
} else {
|
|
1408
|
+
this.ui.removeChild(this.footer);
|
|
1409
|
+
}
|
|
1410
|
+
if (factory) {
|
|
1411
|
+
this.customFooter = factory(this.ui, theme, this.footerDataProvider);
|
|
1412
|
+
this.ui.addChild(this.customFooter);
|
|
1413
|
+
} else {
|
|
1414
|
+
this.customFooter = void 0;
|
|
1415
|
+
this.ui.addChild(this.footer);
|
|
1416
|
+
}
|
|
1417
|
+
this.ui.requestRender();
|
|
1418
|
+
}
|
|
1419
|
+
/**
|
|
1420
|
+
* Set a custom header component, or restore the built-in header.
|
|
1421
|
+
*/
|
|
1422
|
+
setExtensionHeader(factory) {
|
|
1423
|
+
if (!this.builtInHeader) {
|
|
1424
|
+
return;
|
|
1425
|
+
}
|
|
1426
|
+
if (this.customHeader?.dispose) {
|
|
1427
|
+
this.customHeader.dispose();
|
|
1428
|
+
}
|
|
1429
|
+
const currentHeader = this.customHeader || this.builtInHeader;
|
|
1430
|
+
const index = this.headerContainer.children.indexOf(currentHeader);
|
|
1431
|
+
if (factory) {
|
|
1432
|
+
this.customHeader = factory(this.ui, theme);
|
|
1433
|
+
if (isExpandable(this.customHeader)) {
|
|
1434
|
+
this.customHeader.setExpanded(this.toolOutputExpanded);
|
|
1435
|
+
}
|
|
1436
|
+
if (index !== -1) {
|
|
1437
|
+
this.headerContainer.children[index] = this.customHeader;
|
|
1438
|
+
} else {
|
|
1439
|
+
this.headerContainer.children.unshift(this.customHeader);
|
|
1440
|
+
}
|
|
1441
|
+
} else {
|
|
1442
|
+
this.customHeader = void 0;
|
|
1443
|
+
if (isExpandable(this.builtInHeader)) {
|
|
1444
|
+
this.builtInHeader.setExpanded(this.toolOutputExpanded);
|
|
1445
|
+
}
|
|
1446
|
+
if (index !== -1) {
|
|
1447
|
+
this.headerContainer.children[index] = this.builtInHeader;
|
|
1448
|
+
}
|
|
1449
|
+
}
|
|
1450
|
+
this.ui.requestRender();
|
|
1451
|
+
}
|
|
1452
|
+
addExtensionTerminalInputListener(handler) {
|
|
1453
|
+
const unsubscribe = this.ui.addInputListener(handler);
|
|
1454
|
+
this.extensionTerminalInputUnsubscribers.add(unsubscribe);
|
|
1455
|
+
return () => {
|
|
1456
|
+
unsubscribe();
|
|
1457
|
+
this.extensionTerminalInputUnsubscribers.delete(unsubscribe);
|
|
1458
|
+
};
|
|
1459
|
+
}
|
|
1460
|
+
clearExtensionTerminalInputListeners() {
|
|
1461
|
+
for (const unsubscribe of this.extensionTerminalInputUnsubscribers) {
|
|
1462
|
+
unsubscribe();
|
|
1463
|
+
}
|
|
1464
|
+
this.extensionTerminalInputUnsubscribers.clear();
|
|
1465
|
+
}
|
|
1466
|
+
/**
|
|
1467
|
+
* Create the ExtensionUIContext for extensions.
|
|
1468
|
+
*/
|
|
1469
|
+
createExtensionUIContext() {
|
|
1470
|
+
return {
|
|
1471
|
+
select: (title, options, opts) => this.showExtensionSelector(title, options, opts),
|
|
1472
|
+
confirm: (title, message, opts) => this.showExtensionConfirm(title, message, opts),
|
|
1473
|
+
input: (title, placeholder, opts) => this.showExtensionInput(title, placeholder, opts),
|
|
1474
|
+
notify: (message, type) => this.showExtensionNotify(message, type),
|
|
1475
|
+
onTerminalInput: (handler) => this.addExtensionTerminalInputListener(handler),
|
|
1476
|
+
setStatus: (key, text) => this.setExtensionStatus(key, text),
|
|
1477
|
+
setWorkingMessage: (message) => {
|
|
1478
|
+
this.workingMessage = message;
|
|
1479
|
+
if (this.loadingAnimation) {
|
|
1480
|
+
this.loadingAnimation.setMessage(message ?? this.defaultWorkingMessage);
|
|
1481
|
+
}
|
|
1482
|
+
},
|
|
1483
|
+
setWorkingVisible: (visible) => this.setWorkingVisible(visible),
|
|
1484
|
+
setWorkingIndicator: (options) => this.setWorkingIndicator(options),
|
|
1485
|
+
setHiddenThinkingLabel: (label) => this.setHiddenThinkingLabel(label),
|
|
1486
|
+
setWidget: (key, content, options) => this.setExtensionWidget(key, content, options),
|
|
1487
|
+
setFooter: (factory) => this.setExtensionFooter(factory),
|
|
1488
|
+
setHeader: (factory) => this.setExtensionHeader(factory),
|
|
1489
|
+
setTitle: (title) => this.ui.terminal.setTitle(title),
|
|
1490
|
+
custom: (factory, options) => this.showExtensionCustom(factory, options),
|
|
1491
|
+
pasteToEditor: (text) => this.editor.handleInput(`\x1B[200~${text}\x1B[201~`),
|
|
1492
|
+
setEditorText: (text) => this.editor.setText(text),
|
|
1493
|
+
getEditorText: () => this.editor.getExpandedText?.() ?? this.editor.getText(),
|
|
1494
|
+
editor: (title, prefill) => this.showExtensionEditor(title, prefill),
|
|
1495
|
+
addAutocompleteProvider: (factory) => {
|
|
1496
|
+
this.autocompleteProviderWrappers.push(factory);
|
|
1497
|
+
this.setupAutocompleteProvider();
|
|
1498
|
+
},
|
|
1499
|
+
setEditorComponent: (factory) => this.setCustomEditorComponent(factory),
|
|
1500
|
+
getEditorComponent: () => this.editorComponentFactory,
|
|
1501
|
+
get theme() {
|
|
1502
|
+
return theme;
|
|
1503
|
+
},
|
|
1504
|
+
getAllThemes: () => getAvailableThemesWithPaths(),
|
|
1505
|
+
getTheme: (name) => getThemeByName(name),
|
|
1506
|
+
setTheme: (themeOrName) => {
|
|
1507
|
+
if (themeOrName instanceof Theme) {
|
|
1508
|
+
setThemeInstance(themeOrName);
|
|
1509
|
+
this.ui.requestRender();
|
|
1510
|
+
return { success: true };
|
|
1511
|
+
}
|
|
1512
|
+
const result = setTheme(themeOrName, true);
|
|
1513
|
+
if (result.success) {
|
|
1514
|
+
if (this.settingsManager.getTheme() !== themeOrName) {
|
|
1515
|
+
this.settingsManager.setTheme(themeOrName);
|
|
1516
|
+
}
|
|
1517
|
+
this.ui.requestRender();
|
|
1518
|
+
}
|
|
1519
|
+
return result;
|
|
1520
|
+
},
|
|
1521
|
+
getToolsExpanded: () => this.toolOutputExpanded,
|
|
1522
|
+
setToolsExpanded: (expanded) => this.setToolsExpanded(expanded)
|
|
1523
|
+
};
|
|
1524
|
+
}
|
|
1525
|
+
/**
|
|
1526
|
+
* Show a selector for extensions.
|
|
1527
|
+
*/
|
|
1528
|
+
showExtensionSelector(title, options, opts) {
|
|
1529
|
+
return new Promise((resolve) => {
|
|
1530
|
+
if (opts?.signal?.aborted) {
|
|
1531
|
+
resolve(void 0);
|
|
1532
|
+
return;
|
|
1533
|
+
}
|
|
1534
|
+
const onAbort = () => {
|
|
1535
|
+
this.hideExtensionSelector();
|
|
1536
|
+
resolve(void 0);
|
|
1537
|
+
};
|
|
1538
|
+
opts?.signal?.addEventListener("abort", onAbort, { once: true });
|
|
1539
|
+
this.extensionSelector = new ExtensionSelectorComponent(title, options, (option) => {
|
|
1540
|
+
opts?.signal?.removeEventListener("abort", onAbort);
|
|
1541
|
+
this.hideExtensionSelector();
|
|
1542
|
+
resolve(option);
|
|
1543
|
+
}, () => {
|
|
1544
|
+
opts?.signal?.removeEventListener("abort", onAbort);
|
|
1545
|
+
this.hideExtensionSelector();
|
|
1546
|
+
resolve(void 0);
|
|
1547
|
+
}, { tui: this.ui, timeout: opts?.timeout, onToggleToolsExpanded: () => this.toggleToolOutputExpansion() });
|
|
1548
|
+
this.editorContainer.clear();
|
|
1549
|
+
this.editorContainer.addChild(this.extensionSelector);
|
|
1550
|
+
this.ui.setFocus(this.extensionSelector);
|
|
1551
|
+
this.ui.requestRender();
|
|
1552
|
+
});
|
|
1553
|
+
}
|
|
1554
|
+
/**
|
|
1555
|
+
* Hide the extension selector.
|
|
1556
|
+
*/
|
|
1557
|
+
hideExtensionSelector() {
|
|
1558
|
+
this.extensionSelector?.dispose();
|
|
1559
|
+
this.editorContainer.clear();
|
|
1560
|
+
this.editorContainer.addChild(this.editor);
|
|
1561
|
+
this.extensionSelector = void 0;
|
|
1562
|
+
this.ui.setFocus(this.editor);
|
|
1563
|
+
this.ui.requestRender();
|
|
1564
|
+
}
|
|
1565
|
+
/**
|
|
1566
|
+
* Show a confirmation dialog for extensions.
|
|
1567
|
+
*/
|
|
1568
|
+
async showExtensionConfirm(title, message, opts) {
|
|
1569
|
+
const result = await this.showExtensionSelector(`${title}
|
|
1570
|
+
${message}`, ["Yes", "No"], opts);
|
|
1571
|
+
return result === "Yes";
|
|
1572
|
+
}
|
|
1573
|
+
async promptForMissingSessionCwd(error) {
|
|
1574
|
+
const confirmed = await this.showExtensionConfirm("Session cwd not found", formatMissingSessionCwdPrompt(error.issue));
|
|
1575
|
+
return confirmed ? error.issue.fallbackCwd : void 0;
|
|
1576
|
+
}
|
|
1577
|
+
/**
|
|
1578
|
+
* Show a text input for extensions.
|
|
1579
|
+
*/
|
|
1580
|
+
showExtensionInput(title, placeholder, opts) {
|
|
1581
|
+
return new Promise((resolve) => {
|
|
1582
|
+
if (opts?.signal?.aborted) {
|
|
1583
|
+
resolve(void 0);
|
|
1584
|
+
return;
|
|
1585
|
+
}
|
|
1586
|
+
const onAbort = () => {
|
|
1587
|
+
this.hideExtensionInput();
|
|
1588
|
+
resolve(void 0);
|
|
1589
|
+
};
|
|
1590
|
+
opts?.signal?.addEventListener("abort", onAbort, { once: true });
|
|
1591
|
+
this.extensionInput = new ExtensionInputComponent(title, placeholder, (value) => {
|
|
1592
|
+
opts?.signal?.removeEventListener("abort", onAbort);
|
|
1593
|
+
this.hideExtensionInput();
|
|
1594
|
+
resolve(value);
|
|
1595
|
+
}, () => {
|
|
1596
|
+
opts?.signal?.removeEventListener("abort", onAbort);
|
|
1597
|
+
this.hideExtensionInput();
|
|
1598
|
+
resolve(void 0);
|
|
1599
|
+
}, { tui: this.ui, timeout: opts?.timeout });
|
|
1600
|
+
this.editorContainer.clear();
|
|
1601
|
+
this.editorContainer.addChild(this.extensionInput);
|
|
1602
|
+
this.ui.setFocus(this.extensionInput);
|
|
1603
|
+
this.ui.requestRender();
|
|
1604
|
+
});
|
|
1605
|
+
}
|
|
1606
|
+
/**
|
|
1607
|
+
* Hide the extension input.
|
|
1608
|
+
*/
|
|
1609
|
+
hideExtensionInput() {
|
|
1610
|
+
this.extensionInput?.dispose();
|
|
1611
|
+
this.editorContainer.clear();
|
|
1612
|
+
this.editorContainer.addChild(this.editor);
|
|
1613
|
+
this.extensionInput = void 0;
|
|
1614
|
+
this.ui.setFocus(this.editor);
|
|
1615
|
+
this.ui.requestRender();
|
|
1616
|
+
}
|
|
1617
|
+
/**
|
|
1618
|
+
* Show a multi-line editor for extensions (with Ctrl+G support).
|
|
1619
|
+
*/
|
|
1620
|
+
showExtensionEditor(title, prefill) {
|
|
1621
|
+
return new Promise((resolve) => {
|
|
1622
|
+
this.extensionEditor = new ExtensionEditorComponent(this.ui, this.keybindings, title, prefill, (value) => {
|
|
1623
|
+
this.hideExtensionEditor();
|
|
1624
|
+
resolve(value);
|
|
1625
|
+
}, () => {
|
|
1626
|
+
this.hideExtensionEditor();
|
|
1627
|
+
resolve(void 0);
|
|
1628
|
+
});
|
|
1629
|
+
this.editorContainer.clear();
|
|
1630
|
+
this.editorContainer.addChild(this.extensionEditor);
|
|
1631
|
+
this.ui.setFocus(this.extensionEditor);
|
|
1632
|
+
this.ui.requestRender();
|
|
1633
|
+
});
|
|
1634
|
+
}
|
|
1635
|
+
/**
|
|
1636
|
+
* Hide the extension editor.
|
|
1637
|
+
*/
|
|
1638
|
+
hideExtensionEditor() {
|
|
1639
|
+
this.editorContainer.clear();
|
|
1640
|
+
this.editorContainer.addChild(this.editor);
|
|
1641
|
+
this.extensionEditor = void 0;
|
|
1642
|
+
this.ui.setFocus(this.editor);
|
|
1643
|
+
this.ui.requestRender();
|
|
1644
|
+
}
|
|
1645
|
+
/**
|
|
1646
|
+
* Set a custom editor component from an extension.
|
|
1647
|
+
* Pass undefined to restore the default editor.
|
|
1648
|
+
*/
|
|
1649
|
+
setCustomEditorComponent(factory) {
|
|
1650
|
+
this.editorComponentFactory = factory;
|
|
1651
|
+
const currentText = this.editor.getText();
|
|
1652
|
+
this.editorContainer.clear();
|
|
1653
|
+
if (factory) {
|
|
1654
|
+
const newEditor = factory(this.ui, getEditorTheme(), this.keybindings);
|
|
1655
|
+
newEditor.onSubmit = this.defaultEditor.onSubmit;
|
|
1656
|
+
newEditor.onChange = this.defaultEditor.onChange;
|
|
1657
|
+
newEditor.setText(currentText);
|
|
1658
|
+
if (newEditor.borderColor !== void 0) {
|
|
1659
|
+
newEditor.borderColor = this.defaultEditor.borderColor;
|
|
1660
|
+
}
|
|
1661
|
+
if (newEditor.setPaddingX !== void 0) {
|
|
1662
|
+
newEditor.setPaddingX(this.defaultEditor.getPaddingX());
|
|
1663
|
+
}
|
|
1664
|
+
if (newEditor.setAutocompleteProvider && this.autocompleteProvider) {
|
|
1665
|
+
newEditor.setAutocompleteProvider(this.autocompleteProvider);
|
|
1666
|
+
}
|
|
1667
|
+
const customEditor = newEditor;
|
|
1668
|
+
if ("actionHandlers" in customEditor && customEditor.actionHandlers instanceof Map) {
|
|
1669
|
+
if (!customEditor.onEscape) {
|
|
1670
|
+
customEditor.onEscape = () => this.defaultEditor.onEscape?.();
|
|
1671
|
+
}
|
|
1672
|
+
if (!customEditor.onCtrlD) {
|
|
1673
|
+
customEditor.onCtrlD = () => this.defaultEditor.onCtrlD?.();
|
|
1674
|
+
}
|
|
1675
|
+
if (!customEditor.onPasteImage) {
|
|
1676
|
+
customEditor.onPasteImage = () => this.defaultEditor.onPasteImage?.();
|
|
1677
|
+
}
|
|
1678
|
+
if (!customEditor.onExtensionShortcut) {
|
|
1679
|
+
customEditor.onExtensionShortcut = (data) => this.defaultEditor.onExtensionShortcut?.(data);
|
|
1680
|
+
}
|
|
1681
|
+
for (const [action, handler] of this.defaultEditor.actionHandlers) {
|
|
1682
|
+
customEditor.actionHandlers.set(action, handler);
|
|
1683
|
+
}
|
|
1684
|
+
}
|
|
1685
|
+
this.editor = newEditor;
|
|
1686
|
+
} else {
|
|
1687
|
+
this.defaultEditor.setText(currentText);
|
|
1688
|
+
this.editor = this.defaultEditor;
|
|
1689
|
+
}
|
|
1690
|
+
this.editorContainer.addChild(this.editor);
|
|
1691
|
+
this.ui.setFocus(this.editor);
|
|
1692
|
+
this.ui.requestRender();
|
|
1693
|
+
}
|
|
1694
|
+
/**
|
|
1695
|
+
* Show a notification for extensions.
|
|
1696
|
+
*/
|
|
1697
|
+
showExtensionNotify(message, type) {
|
|
1698
|
+
if (type === "error") {
|
|
1699
|
+
this.showError(message);
|
|
1700
|
+
} else if (type === "warning") {
|
|
1701
|
+
this.showWarning(message);
|
|
1702
|
+
} else {
|
|
1703
|
+
this.showStatus(message);
|
|
1704
|
+
}
|
|
1705
|
+
}
|
|
1706
|
+
/** Show a custom component with keyboard focus. Overlay mode renders on top of existing content. */
|
|
1707
|
+
async showExtensionCustom(factory, options) {
|
|
1708
|
+
const savedText = this.editor.getText();
|
|
1709
|
+
const isOverlay = options?.overlay ?? false;
|
|
1710
|
+
const restoreEditor = () => {
|
|
1711
|
+
this.editorContainer.clear();
|
|
1712
|
+
this.editorContainer.addChild(this.editor);
|
|
1713
|
+
this.editor.setText(savedText);
|
|
1714
|
+
this.ui.setFocus(this.editor);
|
|
1715
|
+
this.ui.requestRender();
|
|
1716
|
+
};
|
|
1717
|
+
return new Promise((resolve, reject) => {
|
|
1718
|
+
let component;
|
|
1719
|
+
let closed = false;
|
|
1720
|
+
const close = (result) => {
|
|
1721
|
+
if (closed)
|
|
1722
|
+
return;
|
|
1723
|
+
closed = true;
|
|
1724
|
+
if (isOverlay)
|
|
1725
|
+
this.ui.hideOverlay();
|
|
1726
|
+
else
|
|
1727
|
+
restoreEditor();
|
|
1728
|
+
resolve(result);
|
|
1729
|
+
try {
|
|
1730
|
+
component?.dispose?.();
|
|
1731
|
+
} catch {
|
|
1732
|
+
}
|
|
1733
|
+
};
|
|
1734
|
+
Promise.resolve(factory(this.ui, theme, this.keybindings, close)).then((c) => {
|
|
1735
|
+
if (closed)
|
|
1736
|
+
return;
|
|
1737
|
+
component = c;
|
|
1738
|
+
if (isOverlay) {
|
|
1739
|
+
const resolveOptions = () => {
|
|
1740
|
+
if (options?.overlayOptions) {
|
|
1741
|
+
const opts = typeof options.overlayOptions === "function" ? options.overlayOptions() : options.overlayOptions;
|
|
1742
|
+
return opts;
|
|
1743
|
+
}
|
|
1744
|
+
const w = component.width;
|
|
1745
|
+
return w ? { width: w } : void 0;
|
|
1746
|
+
};
|
|
1747
|
+
const handle = this.ui.showOverlay(component, resolveOptions());
|
|
1748
|
+
options?.onHandle?.(handle);
|
|
1749
|
+
} else {
|
|
1750
|
+
this.editorContainer.clear();
|
|
1751
|
+
this.editorContainer.addChild(component);
|
|
1752
|
+
this.ui.setFocus(component);
|
|
1753
|
+
this.ui.requestRender();
|
|
1754
|
+
}
|
|
1755
|
+
}).catch((err) => {
|
|
1756
|
+
if (closed)
|
|
1757
|
+
return;
|
|
1758
|
+
if (!isOverlay)
|
|
1759
|
+
restoreEditor();
|
|
1760
|
+
reject(err);
|
|
1761
|
+
});
|
|
1762
|
+
});
|
|
1763
|
+
}
|
|
1764
|
+
/**
|
|
1765
|
+
* Show an extension error in the UI.
|
|
1766
|
+
*/
|
|
1767
|
+
showExtensionError(extensionPath, error, stack) {
|
|
1768
|
+
const errorMsg = `Extension "${extensionPath}" error: ${error}`;
|
|
1769
|
+
const errorText = new Text(theme.fg("error", errorMsg), 1, 0);
|
|
1770
|
+
this.chatContainer.addChild(errorText);
|
|
1771
|
+
if (stack) {
|
|
1772
|
+
const stackLines = stack.split("\n").slice(1).map((line) => theme.fg("dim", ` ${line.trim()}`)).join("\n");
|
|
1773
|
+
if (stackLines) {
|
|
1774
|
+
this.chatContainer.addChild(new Text(stackLines, 1, 0));
|
|
1775
|
+
}
|
|
1776
|
+
}
|
|
1777
|
+
this.ui.requestRender();
|
|
1778
|
+
}
|
|
1779
|
+
// =========================================================================
|
|
1780
|
+
// Key Handlers
|
|
1781
|
+
// =========================================================================
|
|
1782
|
+
setupKeyHandlers() {
|
|
1783
|
+
this.defaultEditor.onEscape = () => {
|
|
1784
|
+
if (this.session.isStreaming) {
|
|
1785
|
+
this.restoreQueuedMessagesToEditor({ abort: true });
|
|
1786
|
+
} else if (this.session.isBashRunning) {
|
|
1787
|
+
this.session.abortBash();
|
|
1788
|
+
} else if (this.isBashMode) {
|
|
1789
|
+
this.editor.setText("");
|
|
1790
|
+
this.isBashMode = false;
|
|
1791
|
+
this.updateEditorBorderColor();
|
|
1792
|
+
} else if (!this.editor.getText().trim()) {
|
|
1793
|
+
const action = this.settingsManager.getDoubleEscapeAction();
|
|
1794
|
+
if (action !== "none") {
|
|
1795
|
+
const now = Date.now();
|
|
1796
|
+
if (now - this.lastEscapeTime < 500) {
|
|
1797
|
+
if (action === "tree") {
|
|
1798
|
+
this.showTreeSelector();
|
|
1799
|
+
} else {
|
|
1800
|
+
this.showUserMessageSelector();
|
|
1801
|
+
}
|
|
1802
|
+
this.lastEscapeTime = 0;
|
|
1803
|
+
} else {
|
|
1804
|
+
this.lastEscapeTime = now;
|
|
1805
|
+
}
|
|
1806
|
+
}
|
|
1807
|
+
}
|
|
1808
|
+
};
|
|
1809
|
+
this.defaultEditor.onAction("app.clear", () => this.handleCtrlC());
|
|
1810
|
+
this.defaultEditor.onCtrlD = () => this.handleCtrlD();
|
|
1811
|
+
this.defaultEditor.onAction("app.suspend", () => this.handleCtrlZ());
|
|
1812
|
+
this.defaultEditor.onAction("app.thinking.cycle", () => this.cycleThinkingLevel());
|
|
1813
|
+
this.defaultEditor.onAction("app.model.cycleForward", () => this.cycleModel("forward"));
|
|
1814
|
+
this.defaultEditor.onAction("app.model.cycleBackward", () => this.cycleModel("backward"));
|
|
1815
|
+
this.ui.onDebug = () => this.handleDebugCommand();
|
|
1816
|
+
this.defaultEditor.onAction("app.model.select", () => this.showModelSelector());
|
|
1817
|
+
this.defaultEditor.onAction("app.tools.expand", () => this.toggleToolOutputExpansion());
|
|
1818
|
+
this.defaultEditor.onAction("app.thinking.toggle", () => this.toggleThinkingBlockVisibility());
|
|
1819
|
+
this.defaultEditor.onAction("app.editor.external", () => this.openExternalEditor());
|
|
1820
|
+
this.defaultEditor.onAction("app.message.followUp", () => this.handleFollowUp());
|
|
1821
|
+
this.defaultEditor.onAction("app.message.dequeue", () => this.handleDequeue());
|
|
1822
|
+
this.defaultEditor.onAction("app.session.new", () => this.handleClearCommand());
|
|
1823
|
+
this.defaultEditor.onAction("app.session.tree", () => this.showTreeSelector());
|
|
1824
|
+
this.defaultEditor.onAction("app.session.fork", () => this.showUserMessageSelector());
|
|
1825
|
+
this.defaultEditor.onAction("app.session.resume", () => this.showSessionSelector());
|
|
1826
|
+
this.defaultEditor.onChange = (text) => {
|
|
1827
|
+
const wasBashMode = this.isBashMode;
|
|
1828
|
+
this.isBashMode = text.trimStart().startsWith("!");
|
|
1829
|
+
if (wasBashMode !== this.isBashMode) {
|
|
1830
|
+
this.updateEditorBorderColor();
|
|
1831
|
+
}
|
|
1832
|
+
};
|
|
1833
|
+
this.defaultEditor.onPasteImage = () => {
|
|
1834
|
+
this.handleClipboardImagePaste();
|
|
1835
|
+
};
|
|
1836
|
+
}
|
|
1837
|
+
async handleClipboardImagePaste() {
|
|
1838
|
+
try {
|
|
1839
|
+
const image = await readClipboardImage();
|
|
1840
|
+
if (!image) {
|
|
1841
|
+
return;
|
|
1842
|
+
}
|
|
1843
|
+
const tmpDir = os.tmpdir();
|
|
1844
|
+
const ext = extensionForImageMimeType(image.mimeType) ?? "png";
|
|
1845
|
+
const fileName = `pi-clipboard-${crypto.randomUUID()}.${ext}`;
|
|
1846
|
+
const filePath = path.join(tmpDir, fileName);
|
|
1847
|
+
fs.writeFileSync(filePath, Buffer.from(image.bytes));
|
|
1848
|
+
this.editor.insertTextAtCursor?.(filePath);
|
|
1849
|
+
this.ui.requestRender();
|
|
1850
|
+
} catch {
|
|
1851
|
+
}
|
|
1852
|
+
}
|
|
1853
|
+
setupEditorSubmitHandler() {
|
|
1854
|
+
this.defaultEditor.onSubmit = async (text) => {
|
|
1855
|
+
text = text.trim();
|
|
1856
|
+
if (!text)
|
|
1857
|
+
return;
|
|
1858
|
+
if (text === "/settings") {
|
|
1859
|
+
this.showSettingsSelector();
|
|
1860
|
+
this.editor.setText("");
|
|
1861
|
+
return;
|
|
1862
|
+
}
|
|
1863
|
+
if (text === "/scoped-models") {
|
|
1864
|
+
this.editor.setText("");
|
|
1865
|
+
await this.showModelsSelector();
|
|
1866
|
+
return;
|
|
1867
|
+
}
|
|
1868
|
+
if (text === "/model" || text.startsWith("/model ")) {
|
|
1869
|
+
const searchTerm = text.startsWith("/model ") ? text.slice(7).trim() : void 0;
|
|
1870
|
+
this.editor.setText("");
|
|
1871
|
+
await this.handleModelCommand(searchTerm);
|
|
1872
|
+
return;
|
|
1873
|
+
}
|
|
1874
|
+
if (text === "/export" || text.startsWith("/export ")) {
|
|
1875
|
+
await this.handleExportCommand(text);
|
|
1876
|
+
this.editor.setText("");
|
|
1877
|
+
return;
|
|
1878
|
+
}
|
|
1879
|
+
if (text === "/import" || text.startsWith("/import ")) {
|
|
1880
|
+
await this.handleImportCommand(text);
|
|
1881
|
+
this.editor.setText("");
|
|
1882
|
+
return;
|
|
1883
|
+
}
|
|
1884
|
+
if (text === "/share") {
|
|
1885
|
+
await this.handleShareCommand();
|
|
1886
|
+
this.editor.setText("");
|
|
1887
|
+
return;
|
|
1888
|
+
}
|
|
1889
|
+
if (text === "/copy") {
|
|
1890
|
+
await this.handleCopyCommand();
|
|
1891
|
+
this.editor.setText("");
|
|
1892
|
+
return;
|
|
1893
|
+
}
|
|
1894
|
+
if (text === "/name" || text.startsWith("/name ")) {
|
|
1895
|
+
this.handleNameCommand(text);
|
|
1896
|
+
this.editor.setText("");
|
|
1897
|
+
return;
|
|
1898
|
+
}
|
|
1899
|
+
if (text === "/session") {
|
|
1900
|
+
this.handleSessionCommand();
|
|
1901
|
+
this.editor.setText("");
|
|
1902
|
+
return;
|
|
1903
|
+
}
|
|
1904
|
+
if (text === "/changelog") {
|
|
1905
|
+
this.handleChangelogCommand();
|
|
1906
|
+
this.editor.setText("");
|
|
1907
|
+
return;
|
|
1908
|
+
}
|
|
1909
|
+
if (text === "/hotkeys") {
|
|
1910
|
+
this.handleHotkeysCommand();
|
|
1911
|
+
this.editor.setText("");
|
|
1912
|
+
return;
|
|
1913
|
+
}
|
|
1914
|
+
if (text === "/fork") {
|
|
1915
|
+
this.showUserMessageSelector();
|
|
1916
|
+
this.editor.setText("");
|
|
1917
|
+
return;
|
|
1918
|
+
}
|
|
1919
|
+
if (text === "/clone") {
|
|
1920
|
+
this.editor.setText("");
|
|
1921
|
+
await this.handleCloneCommand();
|
|
1922
|
+
return;
|
|
1923
|
+
}
|
|
1924
|
+
if (text === "/tree") {
|
|
1925
|
+
this.showTreeSelector();
|
|
1926
|
+
this.editor.setText("");
|
|
1927
|
+
return;
|
|
1928
|
+
}
|
|
1929
|
+
if (text === "/login") {
|
|
1930
|
+
this.showOAuthSelector("login");
|
|
1931
|
+
this.editor.setText("");
|
|
1932
|
+
return;
|
|
1933
|
+
}
|
|
1934
|
+
if (text === "/logout") {
|
|
1935
|
+
this.showOAuthSelector("logout");
|
|
1936
|
+
this.editor.setText("");
|
|
1937
|
+
return;
|
|
1938
|
+
}
|
|
1939
|
+
if (text === "/new") {
|
|
1940
|
+
this.editor.setText("");
|
|
1941
|
+
await this.handleClearCommand();
|
|
1942
|
+
return;
|
|
1943
|
+
}
|
|
1944
|
+
if (text === "/compact" || text.startsWith("/compact ")) {
|
|
1945
|
+
const customInstructions = text.startsWith("/compact ") ? text.slice(9).trim() : void 0;
|
|
1946
|
+
this.editor.setText("");
|
|
1947
|
+
await this.handleCompactCommand(customInstructions);
|
|
1948
|
+
return;
|
|
1949
|
+
}
|
|
1950
|
+
if (text === "/reload") {
|
|
1951
|
+
this.editor.setText("");
|
|
1952
|
+
await this.handleReloadCommand();
|
|
1953
|
+
return;
|
|
1954
|
+
}
|
|
1955
|
+
if (text === "/debug") {
|
|
1956
|
+
this.handleDebugCommand();
|
|
1957
|
+
this.editor.setText("");
|
|
1958
|
+
return;
|
|
1959
|
+
}
|
|
1960
|
+
if (text === "/arminsayshi") {
|
|
1961
|
+
this.handleArminSaysHi();
|
|
1962
|
+
this.editor.setText("");
|
|
1963
|
+
return;
|
|
1964
|
+
}
|
|
1965
|
+
if (text === "/dementedelves") {
|
|
1966
|
+
this.handleDementedDelves();
|
|
1967
|
+
this.editor.setText("");
|
|
1968
|
+
return;
|
|
1969
|
+
}
|
|
1970
|
+
if (text === "/resume") {
|
|
1971
|
+
this.showSessionSelector();
|
|
1972
|
+
this.editor.setText("");
|
|
1973
|
+
return;
|
|
1974
|
+
}
|
|
1975
|
+
if (text === "/quit") {
|
|
1976
|
+
this.editor.setText("");
|
|
1977
|
+
await this.shutdown();
|
|
1978
|
+
return;
|
|
1979
|
+
}
|
|
1980
|
+
if (text.startsWith("!")) {
|
|
1981
|
+
const isExcluded = text.startsWith("!!");
|
|
1982
|
+
const command = isExcluded ? text.slice(2).trim() : text.slice(1).trim();
|
|
1983
|
+
if (command) {
|
|
1984
|
+
if (this.session.isBashRunning) {
|
|
1985
|
+
this.showWarning("A bash command is already running. Press Esc to cancel it first.");
|
|
1986
|
+
this.editor.setText(text);
|
|
1987
|
+
return;
|
|
1988
|
+
}
|
|
1989
|
+
this.editor.addToHistory?.(text);
|
|
1990
|
+
await this.handleBashCommand(command, isExcluded);
|
|
1991
|
+
this.isBashMode = false;
|
|
1992
|
+
this.updateEditorBorderColor();
|
|
1993
|
+
return;
|
|
1994
|
+
}
|
|
1995
|
+
}
|
|
1996
|
+
if (this.session.isCompacting) {
|
|
1997
|
+
if (this.isExtensionCommand(text)) {
|
|
1998
|
+
this.editor.addToHistory?.(text);
|
|
1999
|
+
this.editor.setText("");
|
|
2000
|
+
await this.session.prompt(text);
|
|
2001
|
+
} else {
|
|
2002
|
+
this.queueCompactionMessage(text, "steer");
|
|
2003
|
+
}
|
|
2004
|
+
return;
|
|
2005
|
+
}
|
|
2006
|
+
if (this.session.isStreaming) {
|
|
2007
|
+
this.editor.addToHistory?.(text);
|
|
2008
|
+
this.editor.setText("");
|
|
2009
|
+
await this.session.prompt(text, { streamingBehavior: "steer" });
|
|
2010
|
+
this.updatePendingMessagesDisplay();
|
|
2011
|
+
this.ui.requestRender();
|
|
2012
|
+
return;
|
|
2013
|
+
}
|
|
2014
|
+
this.flushPendingBashComponents();
|
|
2015
|
+
if (this.onInputCallback) {
|
|
2016
|
+
this.onInputCallback(text);
|
|
2017
|
+
}
|
|
2018
|
+
this.editor.addToHistory?.(text);
|
|
2019
|
+
};
|
|
2020
|
+
}
|
|
2021
|
+
subscribeToAgent() {
|
|
2022
|
+
this.unsubscribe = this.session.subscribe(async (event) => {
|
|
2023
|
+
await this.handleEvent(event);
|
|
2024
|
+
});
|
|
2025
|
+
}
|
|
2026
|
+
async handleEvent(event) {
|
|
2027
|
+
if (!this.isInitialized) {
|
|
2028
|
+
await this.init();
|
|
2029
|
+
}
|
|
2030
|
+
this.footer.invalidate();
|
|
2031
|
+
switch (event.type) {
|
|
2032
|
+
case "agent_start":
|
|
2033
|
+
this.pendingTools.clear();
|
|
2034
|
+
if (this.settingsManager.getShowTerminalProgress()) {
|
|
2035
|
+
this.ui.terminal.setProgress(true);
|
|
2036
|
+
}
|
|
2037
|
+
if (this.retryEscapeHandler) {
|
|
2038
|
+
this.defaultEditor.onEscape = this.retryEscapeHandler;
|
|
2039
|
+
this.retryEscapeHandler = void 0;
|
|
2040
|
+
}
|
|
2041
|
+
if (this.retryCountdown) {
|
|
2042
|
+
this.retryCountdown.dispose();
|
|
2043
|
+
this.retryCountdown = void 0;
|
|
2044
|
+
}
|
|
2045
|
+
if (this.retryLoader) {
|
|
2046
|
+
this.retryLoader.stop();
|
|
2047
|
+
this.retryLoader = void 0;
|
|
2048
|
+
}
|
|
2049
|
+
this.stopWorkingLoader();
|
|
2050
|
+
if (this.workingVisible) {
|
|
2051
|
+
this.loadingAnimation = this.createWorkingLoader();
|
|
2052
|
+
this.statusContainer.addChild(this.loadingAnimation);
|
|
2053
|
+
}
|
|
2054
|
+
this.ui.requestRender();
|
|
2055
|
+
break;
|
|
2056
|
+
case "queue_update":
|
|
2057
|
+
this.updatePendingMessagesDisplay();
|
|
2058
|
+
this.ui.requestRender();
|
|
2059
|
+
break;
|
|
2060
|
+
case "session_info_changed":
|
|
2061
|
+
this.updateTerminalTitle();
|
|
2062
|
+
this.footer.invalidate();
|
|
2063
|
+
this.ui.requestRender();
|
|
2064
|
+
break;
|
|
2065
|
+
case "thinking_level_changed":
|
|
2066
|
+
this.footer.invalidate();
|
|
2067
|
+
this.updateEditorBorderColor();
|
|
2068
|
+
break;
|
|
2069
|
+
case "message_start":
|
|
2070
|
+
if (event.message.role === "custom") {
|
|
2071
|
+
this.addMessageToChat(event.message);
|
|
2072
|
+
this.ui.requestRender();
|
|
2073
|
+
} else if (event.message.role === "user") {
|
|
2074
|
+
this.addMessageToChat(event.message);
|
|
2075
|
+
this.updatePendingMessagesDisplay();
|
|
2076
|
+
this.ui.requestRender();
|
|
2077
|
+
} else if (event.message.role === "assistant") {
|
|
2078
|
+
this.streamingComponent = new AssistantMessageComponent(void 0, this.hideThinkingBlock, this.getMarkdownThemeWithSettings(), this.hiddenThinkingLabel);
|
|
2079
|
+
this.streamingMessage = event.message;
|
|
2080
|
+
this.chatContainer.addChild(this.streamingComponent);
|
|
2081
|
+
this.streamingComponent.updateContent(this.streamingMessage);
|
|
2082
|
+
this.ui.requestRender();
|
|
2083
|
+
}
|
|
2084
|
+
break;
|
|
2085
|
+
case "message_update":
|
|
2086
|
+
if (this.streamingComponent && event.message.role === "assistant") {
|
|
2087
|
+
this.streamingMessage = event.message;
|
|
2088
|
+
this.streamingComponent.updateContent(this.streamingMessage);
|
|
2089
|
+
for (const content of this.streamingMessage.content) {
|
|
2090
|
+
if (content.type === "toolCall") {
|
|
2091
|
+
if (!this.pendingTools.has(content.id)) {
|
|
2092
|
+
const component = new ToolExecutionComponent(content.name, content.id, content.arguments, {
|
|
2093
|
+
showImages: this.settingsManager.getShowImages(),
|
|
2094
|
+
imageWidthCells: this.settingsManager.getImageWidthCells()
|
|
2095
|
+
}, this.getRegisteredToolDefinition(content.name), this.ui, this.sessionManager.getCwd());
|
|
2096
|
+
component.setExpanded(this.toolOutputExpanded);
|
|
2097
|
+
this.chatContainer.addChild(component);
|
|
2098
|
+
this.pendingTools.set(content.id, component);
|
|
2099
|
+
} else {
|
|
2100
|
+
const component = this.pendingTools.get(content.id);
|
|
2101
|
+
if (component) {
|
|
2102
|
+
component.updateArgs(content.arguments);
|
|
2103
|
+
}
|
|
2104
|
+
}
|
|
2105
|
+
}
|
|
2106
|
+
}
|
|
2107
|
+
this.ui.requestRender();
|
|
2108
|
+
}
|
|
2109
|
+
break;
|
|
2110
|
+
case "message_end":
|
|
2111
|
+
if (event.message.role === "user")
|
|
2112
|
+
break;
|
|
2113
|
+
if (this.streamingComponent && event.message.role === "assistant") {
|
|
2114
|
+
this.streamingMessage = event.message;
|
|
2115
|
+
let errorMessage;
|
|
2116
|
+
if (this.streamingMessage.stopReason === "aborted") {
|
|
2117
|
+
const retryAttempt = this.session.retryAttempt;
|
|
2118
|
+
errorMessage = retryAttempt > 0 ? `Aborted after ${retryAttempt} retry attempt${retryAttempt > 1 ? "s" : ""}` : "Operation aborted";
|
|
2119
|
+
this.streamingMessage.errorMessage = errorMessage;
|
|
2120
|
+
}
|
|
2121
|
+
this.streamingComponent.updateContent(this.streamingMessage);
|
|
2122
|
+
if (this.streamingMessage.stopReason === "aborted" || this.streamingMessage.stopReason === "error") {
|
|
2123
|
+
if (!errorMessage) {
|
|
2124
|
+
errorMessage = this.streamingMessage.errorMessage || "Error";
|
|
2125
|
+
}
|
|
2126
|
+
for (const [, component] of this.pendingTools.entries()) {
|
|
2127
|
+
component.updateResult({
|
|
2128
|
+
content: [{ type: "text", text: errorMessage }],
|
|
2129
|
+
isError: true
|
|
2130
|
+
});
|
|
2131
|
+
}
|
|
2132
|
+
this.pendingTools.clear();
|
|
2133
|
+
} else {
|
|
2134
|
+
for (const [, component] of this.pendingTools.entries()) {
|
|
2135
|
+
component.setArgsComplete();
|
|
2136
|
+
}
|
|
2137
|
+
}
|
|
2138
|
+
this.streamingComponent = void 0;
|
|
2139
|
+
this.streamingMessage = void 0;
|
|
2140
|
+
this.footer.invalidate();
|
|
2141
|
+
}
|
|
2142
|
+
this.ui.requestRender();
|
|
2143
|
+
break;
|
|
2144
|
+
case "tool_execution_start": {
|
|
2145
|
+
let component = this.pendingTools.get(event.toolCallId);
|
|
2146
|
+
if (!component) {
|
|
2147
|
+
component = new ToolExecutionComponent(event.toolName, event.toolCallId, event.args, {
|
|
2148
|
+
showImages: this.settingsManager.getShowImages(),
|
|
2149
|
+
imageWidthCells: this.settingsManager.getImageWidthCells()
|
|
2150
|
+
}, this.getRegisteredToolDefinition(event.toolName), this.ui, this.sessionManager.getCwd());
|
|
2151
|
+
component.setExpanded(this.toolOutputExpanded);
|
|
2152
|
+
this.chatContainer.addChild(component);
|
|
2153
|
+
this.pendingTools.set(event.toolCallId, component);
|
|
2154
|
+
}
|
|
2155
|
+
component.markExecutionStarted();
|
|
2156
|
+
this.ui.requestRender();
|
|
2157
|
+
break;
|
|
2158
|
+
}
|
|
2159
|
+
case "tool_execution_update": {
|
|
2160
|
+
const component = this.pendingTools.get(event.toolCallId);
|
|
2161
|
+
if (component) {
|
|
2162
|
+
component.updateResult({ ...event.partialResult, isError: false }, true);
|
|
2163
|
+
this.ui.requestRender();
|
|
2164
|
+
}
|
|
2165
|
+
break;
|
|
2166
|
+
}
|
|
2167
|
+
case "tool_execution_end": {
|
|
2168
|
+
const component = this.pendingTools.get(event.toolCallId);
|
|
2169
|
+
if (component) {
|
|
2170
|
+
component.updateResult({ ...event.result, isError: event.isError });
|
|
2171
|
+
this.pendingTools.delete(event.toolCallId);
|
|
2172
|
+
this.ui.requestRender();
|
|
2173
|
+
}
|
|
2174
|
+
break;
|
|
2175
|
+
}
|
|
2176
|
+
case "agent_end":
|
|
2177
|
+
if (this.settingsManager.getShowTerminalProgress()) {
|
|
2178
|
+
this.ui.terminal.setProgress(false);
|
|
2179
|
+
}
|
|
2180
|
+
if (this.loadingAnimation) {
|
|
2181
|
+
this.loadingAnimation.stop();
|
|
2182
|
+
this.loadingAnimation = void 0;
|
|
2183
|
+
this.statusContainer.clear();
|
|
2184
|
+
}
|
|
2185
|
+
if (this.streamingComponent) {
|
|
2186
|
+
this.chatContainer.removeChild(this.streamingComponent);
|
|
2187
|
+
this.streamingComponent = void 0;
|
|
2188
|
+
this.streamingMessage = void 0;
|
|
2189
|
+
}
|
|
2190
|
+
this.pendingTools.clear();
|
|
2191
|
+
await this.checkShutdownRequested();
|
|
2192
|
+
this.ui.requestRender();
|
|
2193
|
+
break;
|
|
2194
|
+
case "compaction_start": {
|
|
2195
|
+
if (this.settingsManager.getShowTerminalProgress()) {
|
|
2196
|
+
this.ui.terminal.setProgress(true);
|
|
2197
|
+
}
|
|
2198
|
+
this.autoCompactionEscapeHandler = this.defaultEditor.onEscape;
|
|
2199
|
+
this.defaultEditor.onEscape = () => {
|
|
2200
|
+
this.session.abortCompaction();
|
|
2201
|
+
};
|
|
2202
|
+
this.statusContainer.clear();
|
|
2203
|
+
const cancelHint = `(${keyText("app.interrupt")} to cancel)`;
|
|
2204
|
+
const label = event.reason === "manual" ? `Compacting context... ${cancelHint}` : `${event.reason === "overflow" ? "Context overflow detected, " : ""}Auto-compacting... ${cancelHint}`;
|
|
2205
|
+
this.autoCompactionLoader = new Loader(this.ui, (spinner) => theme.fg("accent", spinner), (text) => theme.fg("muted", text), label);
|
|
2206
|
+
this.statusContainer.addChild(this.autoCompactionLoader);
|
|
2207
|
+
this.ui.requestRender();
|
|
2208
|
+
break;
|
|
2209
|
+
}
|
|
2210
|
+
case "compaction_end": {
|
|
2211
|
+
if (this.settingsManager.getShowTerminalProgress()) {
|
|
2212
|
+
this.ui.terminal.setProgress(false);
|
|
2213
|
+
}
|
|
2214
|
+
if (this.autoCompactionEscapeHandler) {
|
|
2215
|
+
this.defaultEditor.onEscape = this.autoCompactionEscapeHandler;
|
|
2216
|
+
this.autoCompactionEscapeHandler = void 0;
|
|
2217
|
+
}
|
|
2218
|
+
if (this.autoCompactionLoader) {
|
|
2219
|
+
this.autoCompactionLoader.stop();
|
|
2220
|
+
this.autoCompactionLoader = void 0;
|
|
2221
|
+
this.statusContainer.clear();
|
|
2222
|
+
}
|
|
2223
|
+
if (event.aborted) {
|
|
2224
|
+
if (event.reason === "manual") {
|
|
2225
|
+
this.showError("Compaction cancelled");
|
|
2226
|
+
} else {
|
|
2227
|
+
this.showStatus("Auto-compaction cancelled");
|
|
2228
|
+
}
|
|
2229
|
+
} else if (event.result) {
|
|
2230
|
+
this.chatContainer.clear();
|
|
2231
|
+
this.rebuildChatFromMessages();
|
|
2232
|
+
this.addMessageToChat(createCompactionSummaryMessage(event.result.summary, event.result.tokensBefore, (/* @__PURE__ */ new Date()).toISOString()));
|
|
2233
|
+
this.footer.invalidate();
|
|
2234
|
+
} else if (event.errorMessage) {
|
|
2235
|
+
if (event.reason === "manual") {
|
|
2236
|
+
this.showError(event.errorMessage);
|
|
2237
|
+
} else {
|
|
2238
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
2239
|
+
this.chatContainer.addChild(new Text(theme.fg("error", event.errorMessage), 1, 0));
|
|
2240
|
+
}
|
|
2241
|
+
}
|
|
2242
|
+
void this.flushCompactionQueue({ willRetry: event.willRetry });
|
|
2243
|
+
this.ui.requestRender();
|
|
2244
|
+
break;
|
|
2245
|
+
}
|
|
2246
|
+
case "auto_retry_start": {
|
|
2247
|
+
this.retryEscapeHandler = this.defaultEditor.onEscape;
|
|
2248
|
+
this.defaultEditor.onEscape = () => {
|
|
2249
|
+
this.session.abortRetry();
|
|
2250
|
+
};
|
|
2251
|
+
this.statusContainer.clear();
|
|
2252
|
+
this.retryCountdown?.dispose();
|
|
2253
|
+
const retryMessage = (seconds) => `Retrying (${event.attempt}/${event.maxAttempts}) in ${seconds}s... (${keyText("app.interrupt")} to cancel)`;
|
|
2254
|
+
this.retryLoader = new Loader(this.ui, (spinner) => theme.fg("warning", spinner), (text) => theme.fg("muted", text), retryMessage(Math.ceil(event.delayMs / 1e3)));
|
|
2255
|
+
this.retryCountdown = new CountdownTimer(event.delayMs, this.ui, (seconds) => {
|
|
2256
|
+
this.retryLoader?.setMessage(retryMessage(seconds));
|
|
2257
|
+
}, () => {
|
|
2258
|
+
this.retryCountdown = void 0;
|
|
2259
|
+
});
|
|
2260
|
+
this.statusContainer.addChild(this.retryLoader);
|
|
2261
|
+
this.ui.requestRender();
|
|
2262
|
+
break;
|
|
2263
|
+
}
|
|
2264
|
+
case "auto_retry_end": {
|
|
2265
|
+
if (this.retryEscapeHandler) {
|
|
2266
|
+
this.defaultEditor.onEscape = this.retryEscapeHandler;
|
|
2267
|
+
this.retryEscapeHandler = void 0;
|
|
2268
|
+
}
|
|
2269
|
+
if (this.retryCountdown) {
|
|
2270
|
+
this.retryCountdown.dispose();
|
|
2271
|
+
this.retryCountdown = void 0;
|
|
2272
|
+
}
|
|
2273
|
+
if (this.retryLoader) {
|
|
2274
|
+
this.retryLoader.stop();
|
|
2275
|
+
this.retryLoader = void 0;
|
|
2276
|
+
this.statusContainer.clear();
|
|
2277
|
+
}
|
|
2278
|
+
if (!event.success) {
|
|
2279
|
+
this.showError(`Retry failed after ${event.attempt} attempts: ${event.finalError || "Unknown error"}`);
|
|
2280
|
+
}
|
|
2281
|
+
this.ui.requestRender();
|
|
2282
|
+
break;
|
|
2283
|
+
}
|
|
2284
|
+
}
|
|
2285
|
+
}
|
|
2286
|
+
/** Extract text content from a user message */
|
|
2287
|
+
getUserMessageText(message) {
|
|
2288
|
+
if (message.role !== "user")
|
|
2289
|
+
return "";
|
|
2290
|
+
const textBlocks = typeof message.content === "string" ? [{ type: "text", text: message.content }] : message.content.filter((c) => c.type === "text");
|
|
2291
|
+
return textBlocks.map((c) => c.text).join("");
|
|
2292
|
+
}
|
|
2293
|
+
/**
|
|
2294
|
+
* Show a status message in the chat.
|
|
2295
|
+
*
|
|
2296
|
+
* If multiple status messages are emitted back-to-back (without anything else being added to the chat),
|
|
2297
|
+
* we update the previous status line instead of appending new ones to avoid log spam.
|
|
2298
|
+
*/
|
|
2299
|
+
showStatus(message) {
|
|
2300
|
+
const children = this.chatContainer.children;
|
|
2301
|
+
const last = children.length > 0 ? children[children.length - 1] : void 0;
|
|
2302
|
+
const secondLast = children.length > 1 ? children[children.length - 2] : void 0;
|
|
2303
|
+
if (last && secondLast && last === this.lastStatusText && secondLast === this.lastStatusSpacer) {
|
|
2304
|
+
this.lastStatusText.setText(theme.fg("dim", message));
|
|
2305
|
+
this.ui.requestRender();
|
|
2306
|
+
return;
|
|
2307
|
+
}
|
|
2308
|
+
const spacer = new Spacer(1);
|
|
2309
|
+
const text = new Text(theme.fg("dim", message), 1, 0);
|
|
2310
|
+
this.chatContainer.addChild(spacer);
|
|
2311
|
+
this.chatContainer.addChild(text);
|
|
2312
|
+
this.lastStatusSpacer = spacer;
|
|
2313
|
+
this.lastStatusText = text;
|
|
2314
|
+
this.ui.requestRender();
|
|
2315
|
+
}
|
|
2316
|
+
addMessageToChat(message, options) {
|
|
2317
|
+
switch (message.role) {
|
|
2318
|
+
case "bashExecution": {
|
|
2319
|
+
const component = new BashExecutionComponent(message.command, this.ui, message.excludeFromContext);
|
|
2320
|
+
if (message.output) {
|
|
2321
|
+
component.appendOutput(message.output);
|
|
2322
|
+
}
|
|
2323
|
+
component.setComplete(message.exitCode, message.cancelled, message.truncated ? { truncated: true } : void 0, message.fullOutputPath);
|
|
2324
|
+
this.chatContainer.addChild(component);
|
|
2325
|
+
break;
|
|
2326
|
+
}
|
|
2327
|
+
case "custom": {
|
|
2328
|
+
if (message.display) {
|
|
2329
|
+
const renderer = this.session.extensionRunner.getMessageRenderer(message.customType);
|
|
2330
|
+
const component = new CustomMessageComponent(message, renderer, this.getMarkdownThemeWithSettings());
|
|
2331
|
+
component.setExpanded(this.toolOutputExpanded);
|
|
2332
|
+
this.chatContainer.addChild(component);
|
|
2333
|
+
}
|
|
2334
|
+
break;
|
|
2335
|
+
}
|
|
2336
|
+
case "compactionSummary": {
|
|
2337
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
2338
|
+
const component = new CompactionSummaryMessageComponent(message, this.getMarkdownThemeWithSettings());
|
|
2339
|
+
component.setExpanded(this.toolOutputExpanded);
|
|
2340
|
+
this.chatContainer.addChild(component);
|
|
2341
|
+
break;
|
|
2342
|
+
}
|
|
2343
|
+
case "branchSummary": {
|
|
2344
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
2345
|
+
const component = new BranchSummaryMessageComponent(message, this.getMarkdownThemeWithSettings());
|
|
2346
|
+
component.setExpanded(this.toolOutputExpanded);
|
|
2347
|
+
this.chatContainer.addChild(component);
|
|
2348
|
+
break;
|
|
2349
|
+
}
|
|
2350
|
+
case "user": {
|
|
2351
|
+
const textContent = this.getUserMessageText(message);
|
|
2352
|
+
if (textContent) {
|
|
2353
|
+
if (this.chatContainer.children.length > 0) {
|
|
2354
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
2355
|
+
}
|
|
2356
|
+
const skillBlock = parseSkillBlock(textContent);
|
|
2357
|
+
if (skillBlock) {
|
|
2358
|
+
const component = new SkillInvocationMessageComponent(skillBlock, this.getMarkdownThemeWithSettings());
|
|
2359
|
+
component.setExpanded(this.toolOutputExpanded);
|
|
2360
|
+
this.chatContainer.addChild(component);
|
|
2361
|
+
if (skillBlock.userMessage) {
|
|
2362
|
+
const userComponent = new UserMessageComponent(skillBlock.userMessage, this.getMarkdownThemeWithSettings());
|
|
2363
|
+
this.chatContainer.addChild(userComponent);
|
|
2364
|
+
}
|
|
2365
|
+
} else {
|
|
2366
|
+
const userComponent = new UserMessageComponent(textContent, this.getMarkdownThemeWithSettings());
|
|
2367
|
+
this.chatContainer.addChild(userComponent);
|
|
2368
|
+
}
|
|
2369
|
+
if (options?.populateHistory) {
|
|
2370
|
+
this.editor.addToHistory?.(textContent);
|
|
2371
|
+
}
|
|
2372
|
+
}
|
|
2373
|
+
break;
|
|
2374
|
+
}
|
|
2375
|
+
case "assistant": {
|
|
2376
|
+
const assistantComponent = new AssistantMessageComponent(message, this.hideThinkingBlock, this.getMarkdownThemeWithSettings(), this.hiddenThinkingLabel);
|
|
2377
|
+
this.chatContainer.addChild(assistantComponent);
|
|
2378
|
+
break;
|
|
2379
|
+
}
|
|
2380
|
+
}
|
|
2381
|
+
}
|
|
2382
|
+
/**
|
|
2383
|
+
* Render session context to chat. Used for initial load and rebuild after compaction.
|
|
2384
|
+
* @param sessionContext Session context to render
|
|
2385
|
+
* @param options.updateFooter Update footer state
|
|
2386
|
+
* @param options.populateHistory Add user messages to editor history
|
|
2387
|
+
*/
|
|
2388
|
+
renderSessionContext(sessionContext, options = {}) {
|
|
2389
|
+
this.pendingTools.clear();
|
|
2390
|
+
const renderedPendingTools = /* @__PURE__ */ new Map();
|
|
2391
|
+
if (options.updateFooter) {
|
|
2392
|
+
this.footer.invalidate();
|
|
2393
|
+
this.updateEditorBorderColor();
|
|
2394
|
+
}
|
|
2395
|
+
for (const message of sessionContext.messages) {
|
|
2396
|
+
if (message.role === "assistant") {
|
|
2397
|
+
this.addMessageToChat(message);
|
|
2398
|
+
for (const content of message.content) {
|
|
2399
|
+
if (content.type === "toolCall") {
|
|
2400
|
+
const component = new ToolExecutionComponent(content.name, content.id, content.arguments, {
|
|
2401
|
+
showImages: this.settingsManager.getShowImages(),
|
|
2402
|
+
imageWidthCells: this.settingsManager.getImageWidthCells()
|
|
2403
|
+
}, this.getRegisteredToolDefinition(content.name), this.ui, this.sessionManager.getCwd());
|
|
2404
|
+
component.setExpanded(this.toolOutputExpanded);
|
|
2405
|
+
this.chatContainer.addChild(component);
|
|
2406
|
+
if (message.stopReason === "aborted" || message.stopReason === "error") {
|
|
2407
|
+
let errorMessage;
|
|
2408
|
+
if (message.stopReason === "aborted") {
|
|
2409
|
+
const retryAttempt = this.session.retryAttempt;
|
|
2410
|
+
errorMessage = retryAttempt > 0 ? `Aborted after ${retryAttempt} retry attempt${retryAttempt > 1 ? "s" : ""}` : "Operation aborted";
|
|
2411
|
+
} else {
|
|
2412
|
+
errorMessage = message.errorMessage || "Error";
|
|
2413
|
+
}
|
|
2414
|
+
component.updateResult({ content: [{ type: "text", text: errorMessage }], isError: true });
|
|
2415
|
+
} else {
|
|
2416
|
+
renderedPendingTools.set(content.id, component);
|
|
2417
|
+
}
|
|
2418
|
+
}
|
|
2419
|
+
}
|
|
2420
|
+
} else if (message.role === "toolResult") {
|
|
2421
|
+
const component = renderedPendingTools.get(message.toolCallId);
|
|
2422
|
+
if (component) {
|
|
2423
|
+
component.updateResult(message);
|
|
2424
|
+
renderedPendingTools.delete(message.toolCallId);
|
|
2425
|
+
}
|
|
2426
|
+
} else {
|
|
2427
|
+
this.addMessageToChat(message, options);
|
|
2428
|
+
}
|
|
2429
|
+
}
|
|
2430
|
+
for (const [toolCallId, component] of renderedPendingTools) {
|
|
2431
|
+
this.pendingTools.set(toolCallId, component);
|
|
2432
|
+
}
|
|
2433
|
+
this.ui.requestRender();
|
|
2434
|
+
}
|
|
2435
|
+
renderInitialMessages() {
|
|
2436
|
+
const context = this.sessionManager.buildSessionContext();
|
|
2437
|
+
this.renderSessionContext(context, {
|
|
2438
|
+
updateFooter: true,
|
|
2439
|
+
populateHistory: true
|
|
2440
|
+
});
|
|
2441
|
+
const allEntries = this.sessionManager.getEntries();
|
|
2442
|
+
const compactionCount = allEntries.filter((e) => e.type === "compaction").length;
|
|
2443
|
+
if (compactionCount > 0) {
|
|
2444
|
+
const times = compactionCount === 1 ? "1 time" : `${compactionCount} times`;
|
|
2445
|
+
this.showStatus(`Session compacted ${times}`);
|
|
2446
|
+
}
|
|
2447
|
+
}
|
|
2448
|
+
async getUserInput() {
|
|
2449
|
+
return new Promise((resolve) => {
|
|
2450
|
+
this.onInputCallback = (text) => {
|
|
2451
|
+
this.onInputCallback = void 0;
|
|
2452
|
+
resolve(text);
|
|
2453
|
+
};
|
|
2454
|
+
});
|
|
2455
|
+
}
|
|
2456
|
+
rebuildChatFromMessages() {
|
|
2457
|
+
this.chatContainer.clear();
|
|
2458
|
+
const context = this.sessionManager.buildSessionContext();
|
|
2459
|
+
this.renderSessionContext(context);
|
|
2460
|
+
}
|
|
2461
|
+
// =========================================================================
|
|
2462
|
+
// Key handlers
|
|
2463
|
+
// =========================================================================
|
|
2464
|
+
handleCtrlC() {
|
|
2465
|
+
const now = Date.now();
|
|
2466
|
+
if (now - this.lastSigintTime < 500) {
|
|
2467
|
+
void this.shutdown();
|
|
2468
|
+
} else {
|
|
2469
|
+
this.clearEditor();
|
|
2470
|
+
this.lastSigintTime = now;
|
|
2471
|
+
}
|
|
2472
|
+
}
|
|
2473
|
+
handleCtrlD() {
|
|
2474
|
+
void this.shutdown();
|
|
2475
|
+
}
|
|
2476
|
+
/**
|
|
2477
|
+
* Gracefully shutdown the agent.
|
|
2478
|
+
* Stops the TUI before emitting shutdown events so extension UI cleanup cannot
|
|
2479
|
+
* repaint the final frame while the process is exiting.
|
|
2480
|
+
*/
|
|
2481
|
+
isShuttingDown = false;
|
|
2482
|
+
async shutdown() {
|
|
2483
|
+
if (this.isShuttingDown)
|
|
2484
|
+
return;
|
|
2485
|
+
this.isShuttingDown = true;
|
|
2486
|
+
this.unregisterSignalHandlers();
|
|
2487
|
+
await this.ui.terminal.drainInput(1e3);
|
|
2488
|
+
this.stop();
|
|
2489
|
+
await this.runtimeHost.dispose();
|
|
2490
|
+
process.exit(0);
|
|
2491
|
+
}
|
|
2492
|
+
emergencyTerminalExit() {
|
|
2493
|
+
this.isShuttingDown = true;
|
|
2494
|
+
this.unregisterSignalHandlers();
|
|
2495
|
+
killTrackedDetachedChildren();
|
|
2496
|
+
process.exit(129);
|
|
2497
|
+
}
|
|
2498
|
+
/**
|
|
2499
|
+
* Last-resort handler for uncaught exceptions. The TUI puts stdin into raw
|
|
2500
|
+
* mode and hides the cursor; without this handler, an uncaught throw from
|
|
2501
|
+
* anywhere (e.g. an extension's async `ChildProcess.on("exit")` callback)
|
|
2502
|
+
* tears down the process while leaving the terminal in raw mode with no
|
|
2503
|
+
* cursor, requiring `stty sane && reset` to recover.
|
|
2504
|
+
*
|
|
2505
|
+
* Unlike emergencyTerminalExit, the terminal is still alive here, so we
|
|
2506
|
+
* call ui.stop() to restore cooked mode, the cursor, and disable bracketed
|
|
2507
|
+
* paste / Kitty / modifyOtherKeys sequences.
|
|
2508
|
+
*/
|
|
2509
|
+
uncaughtCrash(error) {
|
|
2510
|
+
if (this.isShuttingDown) {
|
|
2511
|
+
process.exit(1);
|
|
2512
|
+
}
|
|
2513
|
+
this.isShuttingDown = true;
|
|
2514
|
+
try {
|
|
2515
|
+
this.unregisterSignalHandlers();
|
|
2516
|
+
} catch {
|
|
2517
|
+
}
|
|
2518
|
+
try {
|
|
2519
|
+
killTrackedDetachedChildren();
|
|
2520
|
+
} catch {
|
|
2521
|
+
}
|
|
2522
|
+
try {
|
|
2523
|
+
this.ui.stop();
|
|
2524
|
+
} catch {
|
|
2525
|
+
}
|
|
2526
|
+
console.error("pi exiting due to uncaughtException:");
|
|
2527
|
+
console.error(error);
|
|
2528
|
+
process.exit(1);
|
|
2529
|
+
}
|
|
2530
|
+
/**
|
|
2531
|
+
* Check if shutdown was requested and perform shutdown if so.
|
|
2532
|
+
*/
|
|
2533
|
+
async checkShutdownRequested() {
|
|
2534
|
+
if (!this.shutdownRequested)
|
|
2535
|
+
return;
|
|
2536
|
+
await this.shutdown();
|
|
2537
|
+
}
|
|
2538
|
+
registerSignalHandlers() {
|
|
2539
|
+
this.unregisterSignalHandlers();
|
|
2540
|
+
const signals = ["SIGTERM"];
|
|
2541
|
+
if (process.platform !== "win32") {
|
|
2542
|
+
signals.push("SIGHUP");
|
|
2543
|
+
}
|
|
2544
|
+
for (const signal of signals) {
|
|
2545
|
+
const handler = () => {
|
|
2546
|
+
if (signal === "SIGHUP") {
|
|
2547
|
+
this.emergencyTerminalExit();
|
|
2548
|
+
}
|
|
2549
|
+
killTrackedDetachedChildren();
|
|
2550
|
+
void this.shutdown();
|
|
2551
|
+
};
|
|
2552
|
+
process.prependListener(signal, handler);
|
|
2553
|
+
this.signalCleanupHandlers.push(() => process.off(signal, handler));
|
|
2554
|
+
}
|
|
2555
|
+
const terminalErrorHandler = (error) => {
|
|
2556
|
+
if (isDeadTerminalError(error)) {
|
|
2557
|
+
this.emergencyTerminalExit();
|
|
2558
|
+
}
|
|
2559
|
+
throw error;
|
|
2560
|
+
};
|
|
2561
|
+
process.stdout.on("error", terminalErrorHandler);
|
|
2562
|
+
process.stderr.on("error", terminalErrorHandler);
|
|
2563
|
+
this.signalCleanupHandlers.push(() => process.stdout.off("error", terminalErrorHandler));
|
|
2564
|
+
this.signalCleanupHandlers.push(() => process.stderr.off("error", terminalErrorHandler));
|
|
2565
|
+
const uncaughtExceptionHandler = (error) => this.uncaughtCrash(error);
|
|
2566
|
+
process.prependListener("uncaughtException", uncaughtExceptionHandler);
|
|
2567
|
+
this.signalCleanupHandlers.push(() => process.off("uncaughtException", uncaughtExceptionHandler));
|
|
2568
|
+
}
|
|
2569
|
+
unregisterSignalHandlers() {
|
|
2570
|
+
for (const cleanup of this.signalCleanupHandlers) {
|
|
2571
|
+
cleanup();
|
|
2572
|
+
}
|
|
2573
|
+
this.signalCleanupHandlers = [];
|
|
2574
|
+
}
|
|
2575
|
+
handleCtrlZ() {
|
|
2576
|
+
if (process.platform === "win32") {
|
|
2577
|
+
this.showStatus("Suspend to background is not supported on Windows");
|
|
2578
|
+
return;
|
|
2579
|
+
}
|
|
2580
|
+
const suspendKeepAlive = setInterval(() => {
|
|
2581
|
+
}, 2 ** 30);
|
|
2582
|
+
const ignoreSigint = () => {
|
|
2583
|
+
};
|
|
2584
|
+
process.on("SIGINT", ignoreSigint);
|
|
2585
|
+
process.once("SIGCONT", () => {
|
|
2586
|
+
clearInterval(suspendKeepAlive);
|
|
2587
|
+
process.removeListener("SIGINT", ignoreSigint);
|
|
2588
|
+
this.ui.start();
|
|
2589
|
+
this.ui.requestRender(true);
|
|
2590
|
+
});
|
|
2591
|
+
try {
|
|
2592
|
+
this.ui.stop();
|
|
2593
|
+
process.kill(0, "SIGTSTP");
|
|
2594
|
+
} catch (error) {
|
|
2595
|
+
clearInterval(suspendKeepAlive);
|
|
2596
|
+
process.removeListener("SIGINT", ignoreSigint);
|
|
2597
|
+
throw error;
|
|
2598
|
+
}
|
|
2599
|
+
}
|
|
2600
|
+
async handleFollowUp() {
|
|
2601
|
+
const text = (this.editor.getExpandedText?.() ?? this.editor.getText()).trim();
|
|
2602
|
+
if (!text)
|
|
2603
|
+
return;
|
|
2604
|
+
if (this.session.isCompacting) {
|
|
2605
|
+
if (this.isExtensionCommand(text)) {
|
|
2606
|
+
this.editor.addToHistory?.(text);
|
|
2607
|
+
this.editor.setText("");
|
|
2608
|
+
await this.session.prompt(text);
|
|
2609
|
+
} else {
|
|
2610
|
+
this.queueCompactionMessage(text, "followUp");
|
|
2611
|
+
}
|
|
2612
|
+
return;
|
|
2613
|
+
}
|
|
2614
|
+
if (this.session.isStreaming) {
|
|
2615
|
+
this.editor.addToHistory?.(text);
|
|
2616
|
+
this.editor.setText("");
|
|
2617
|
+
await this.session.prompt(text, { streamingBehavior: "followUp" });
|
|
2618
|
+
this.updatePendingMessagesDisplay();
|
|
2619
|
+
this.ui.requestRender();
|
|
2620
|
+
} else if (this.editor.onSubmit) {
|
|
2621
|
+
this.editor.setText("");
|
|
2622
|
+
this.editor.onSubmit(text);
|
|
2623
|
+
}
|
|
2624
|
+
}
|
|
2625
|
+
handleDequeue() {
|
|
2626
|
+
const restored = this.restoreQueuedMessagesToEditor();
|
|
2627
|
+
if (restored === 0) {
|
|
2628
|
+
this.showStatus("No queued messages to restore");
|
|
2629
|
+
} else {
|
|
2630
|
+
this.showStatus(`Restored ${restored} queued message${restored > 1 ? "s" : ""} to editor`);
|
|
2631
|
+
}
|
|
2632
|
+
}
|
|
2633
|
+
updateEditorBorderColor() {
|
|
2634
|
+
if (this.isBashMode) {
|
|
2635
|
+
this.editor.borderColor = theme.getBashModeBorderColor();
|
|
2636
|
+
} else {
|
|
2637
|
+
const level = this.session.thinkingLevel || "off";
|
|
2638
|
+
this.editor.borderColor = theme.getThinkingBorderColor(level);
|
|
2639
|
+
}
|
|
2640
|
+
this.ui.requestRender();
|
|
2641
|
+
}
|
|
2642
|
+
cycleThinkingLevel() {
|
|
2643
|
+
const newLevel = this.session.cycleThinkingLevel();
|
|
2644
|
+
if (newLevel === void 0) {
|
|
2645
|
+
this.showStatus("Current model does not support thinking");
|
|
2646
|
+
} else {
|
|
2647
|
+
this.footer.invalidate();
|
|
2648
|
+
this.updateEditorBorderColor();
|
|
2649
|
+
this.showStatus(`Thinking level: ${newLevel}`);
|
|
2650
|
+
}
|
|
2651
|
+
}
|
|
2652
|
+
async cycleModel(direction) {
|
|
2653
|
+
try {
|
|
2654
|
+
const result = await this.session.cycleModel(direction);
|
|
2655
|
+
if (result === void 0) {
|
|
2656
|
+
const msg = this.session.scopedModels.length > 0 ? "Only one model in scope" : "Only one model available";
|
|
2657
|
+
this.showStatus(msg);
|
|
2658
|
+
} else {
|
|
2659
|
+
this.footer.invalidate();
|
|
2660
|
+
this.updateEditorBorderColor();
|
|
2661
|
+
const thinkingStr = result.model.reasoning && result.thinkingLevel !== "off" ? ` (thinking: ${result.thinkingLevel})` : "";
|
|
2662
|
+
this.showStatus(`Switched to ${result.model.name || result.model.id}${thinkingStr}`);
|
|
2663
|
+
void this.maybeWarnAboutAnthropicSubscriptionAuth(result.model);
|
|
2664
|
+
}
|
|
2665
|
+
} catch (error) {
|
|
2666
|
+
this.showError(error instanceof Error ? error.message : String(error));
|
|
2667
|
+
}
|
|
2668
|
+
}
|
|
2669
|
+
toggleToolOutputExpansion() {
|
|
2670
|
+
this.setToolsExpanded(!this.toolOutputExpanded);
|
|
2671
|
+
}
|
|
2672
|
+
setToolsExpanded(expanded) {
|
|
2673
|
+
this.toolOutputExpanded = expanded;
|
|
2674
|
+
const activeHeader = this.customHeader ?? this.builtInHeader;
|
|
2675
|
+
if (isExpandable(activeHeader)) {
|
|
2676
|
+
activeHeader.setExpanded(expanded);
|
|
2677
|
+
}
|
|
2678
|
+
for (const child of this.chatContainer.children) {
|
|
2679
|
+
if (isExpandable(child)) {
|
|
2680
|
+
child.setExpanded(expanded);
|
|
2681
|
+
}
|
|
2682
|
+
}
|
|
2683
|
+
this.ui.requestRender();
|
|
2684
|
+
}
|
|
2685
|
+
toggleThinkingBlockVisibility() {
|
|
2686
|
+
this.hideThinkingBlock = !this.hideThinkingBlock;
|
|
2687
|
+
this.settingsManager.setHideThinkingBlock(this.hideThinkingBlock);
|
|
2688
|
+
this.chatContainer.clear();
|
|
2689
|
+
this.rebuildChatFromMessages();
|
|
2690
|
+
if (this.streamingComponent && this.streamingMessage) {
|
|
2691
|
+
this.streamingComponent.setHideThinkingBlock(this.hideThinkingBlock);
|
|
2692
|
+
this.streamingComponent.updateContent(this.streamingMessage);
|
|
2693
|
+
this.chatContainer.addChild(this.streamingComponent);
|
|
2694
|
+
}
|
|
2695
|
+
this.showStatus(`Thinking blocks: ${this.hideThinkingBlock ? "hidden" : "visible"}`);
|
|
2696
|
+
}
|
|
2697
|
+
async openExternalEditor() {
|
|
2698
|
+
const editorCmd = process.env.VISUAL || process.env.EDITOR;
|
|
2699
|
+
if (!editorCmd) {
|
|
2700
|
+
this.showWarning("No editor configured. Set $VISUAL or $EDITOR environment variable.");
|
|
2701
|
+
return;
|
|
2702
|
+
}
|
|
2703
|
+
const currentText = this.editor.getExpandedText?.() ?? this.editor.getText();
|
|
2704
|
+
const tmpFile = path.join(os.tmpdir(), `pi-editor-${Date.now()}.pi.md`);
|
|
2705
|
+
try {
|
|
2706
|
+
fs.writeFileSync(tmpFile, currentText, "utf-8");
|
|
2707
|
+
this.ui.stop();
|
|
2708
|
+
const [editor, ...editorArgs] = editorCmd.split(" ");
|
|
2709
|
+
process.stdout.write(`Launching external editor: ${editorCmd}
|
|
2710
|
+
Pi will resume when the editor exits.
|
|
2711
|
+
`);
|
|
2712
|
+
const status = await new Promise((resolve) => {
|
|
2713
|
+
const child = spawn(editor, [...editorArgs, tmpFile], {
|
|
2714
|
+
stdio: "inherit",
|
|
2715
|
+
shell: process.platform === "win32"
|
|
2716
|
+
});
|
|
2717
|
+
child.on("error", () => resolve(null));
|
|
2718
|
+
child.on("close", (code) => resolve(code));
|
|
2719
|
+
});
|
|
2720
|
+
if (status === 0) {
|
|
2721
|
+
const newContent = fs.readFileSync(tmpFile, "utf-8").replace(/\n$/, "");
|
|
2722
|
+
this.editor.setText(newContent);
|
|
2723
|
+
}
|
|
2724
|
+
} finally {
|
|
2725
|
+
try {
|
|
2726
|
+
fs.unlinkSync(tmpFile);
|
|
2727
|
+
} catch {
|
|
2728
|
+
}
|
|
2729
|
+
this.ui.start();
|
|
2730
|
+
this.ui.requestRender(true);
|
|
2731
|
+
}
|
|
2732
|
+
}
|
|
2733
|
+
// =========================================================================
|
|
2734
|
+
// UI helpers
|
|
2735
|
+
// =========================================================================
|
|
2736
|
+
clearEditor() {
|
|
2737
|
+
this.editor.setText("");
|
|
2738
|
+
this.ui.requestRender();
|
|
2739
|
+
}
|
|
2740
|
+
showError(errorMessage) {
|
|
2741
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
2742
|
+
this.chatContainer.addChild(new Text(theme.fg("error", `Error: ${errorMessage}`), 1, 0));
|
|
2743
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
2744
|
+
this.ui.requestRender();
|
|
2745
|
+
}
|
|
2746
|
+
showWarning(warningMessage) {
|
|
2747
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
2748
|
+
this.chatContainer.addChild(new Text(theme.fg("warning", `Warning: ${warningMessage}`), 1, 0));
|
|
2749
|
+
this.ui.requestRender();
|
|
2750
|
+
}
|
|
2751
|
+
showNewVersionNotification(release) {
|
|
2752
|
+
const action = theme.fg("accent", `${APP_NAME} update`);
|
|
2753
|
+
const updateInstruction = theme.fg("muted", `New version ${release.version} is available. Run `) + action;
|
|
2754
|
+
const changelogUrl = "https://pi.dev/changelog";
|
|
2755
|
+
const changelogLink = getCapabilities().hyperlinks ? hyperlink(theme.fg("accent", "open changelog"), changelogUrl) : theme.fg("accent", changelogUrl);
|
|
2756
|
+
const changelogLine = theme.fg("muted", "Changelog: ") + changelogLink;
|
|
2757
|
+
const note = release.note?.trim();
|
|
2758
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
2759
|
+
this.chatContainer.addChild(new DynamicBorder((text) => theme.fg("warning", text)));
|
|
2760
|
+
this.chatContainer.addChild(new Text(`${theme.bold(theme.fg("warning", "Update Available"))}
|
|
2761
|
+
${updateInstruction}`, 1, 0));
|
|
2762
|
+
if (note) {
|
|
2763
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
2764
|
+
this.chatContainer.addChild(new Markdown(note, 1, 0, this.getMarkdownThemeWithSettings(), {
|
|
2765
|
+
color: (text) => theme.fg("muted", text)
|
|
2766
|
+
}));
|
|
2767
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
2768
|
+
}
|
|
2769
|
+
this.chatContainer.addChild(new Text(changelogLine, 1, 0));
|
|
2770
|
+
this.chatContainer.addChild(new DynamicBorder((text) => theme.fg("warning", text)));
|
|
2771
|
+
this.ui.requestRender();
|
|
2772
|
+
}
|
|
2773
|
+
showPackageUpdateNotification(packages) {
|
|
2774
|
+
const action = theme.fg("accent", `${APP_NAME} update`);
|
|
2775
|
+
const updateInstruction = theme.fg("muted", "Package updates are available. Run ") + action;
|
|
2776
|
+
const packageLines = packages.map((pkg) => `- ${pkg}`).join("\n");
|
|
2777
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
2778
|
+
this.chatContainer.addChild(new DynamicBorder((text) => theme.fg("warning", text)));
|
|
2779
|
+
this.chatContainer.addChild(new Text(`${theme.bold(theme.fg("warning", "Package Updates Available"))}
|
|
2780
|
+
${updateInstruction}
|
|
2781
|
+
${theme.fg("muted", "Packages:")}
|
|
2782
|
+
${packageLines}`, 1, 0));
|
|
2783
|
+
this.chatContainer.addChild(new DynamicBorder((text) => theme.fg("warning", text)));
|
|
2784
|
+
this.ui.requestRender();
|
|
2785
|
+
}
|
|
2786
|
+
/**
|
|
2787
|
+
* Get all queued messages (read-only).
|
|
2788
|
+
* Combines session queue and compaction queue.
|
|
2789
|
+
*/
|
|
2790
|
+
getAllQueuedMessages() {
|
|
2791
|
+
return {
|
|
2792
|
+
steering: [
|
|
2793
|
+
...this.session.getSteeringMessages(),
|
|
2794
|
+
...this.compactionQueuedMessages.filter((msg) => msg.mode === "steer").map((msg) => msg.text)
|
|
2795
|
+
],
|
|
2796
|
+
followUp: [
|
|
2797
|
+
...this.session.getFollowUpMessages(),
|
|
2798
|
+
...this.compactionQueuedMessages.filter((msg) => msg.mode === "followUp").map((msg) => msg.text)
|
|
2799
|
+
]
|
|
2800
|
+
};
|
|
2801
|
+
}
|
|
2802
|
+
/**
|
|
2803
|
+
* Clear all queued messages and return their contents.
|
|
2804
|
+
* Clears both session queue and compaction queue.
|
|
2805
|
+
*/
|
|
2806
|
+
clearAllQueues() {
|
|
2807
|
+
const { steering, followUp } = this.session.clearQueue();
|
|
2808
|
+
const compactionSteering = this.compactionQueuedMessages.filter((msg) => msg.mode === "steer").map((msg) => msg.text);
|
|
2809
|
+
const compactionFollowUp = this.compactionQueuedMessages.filter((msg) => msg.mode === "followUp").map((msg) => msg.text);
|
|
2810
|
+
this.compactionQueuedMessages = [];
|
|
2811
|
+
return {
|
|
2812
|
+
steering: [...steering, ...compactionSteering],
|
|
2813
|
+
followUp: [...followUp, ...compactionFollowUp]
|
|
2814
|
+
};
|
|
2815
|
+
}
|
|
2816
|
+
updatePendingMessagesDisplay() {
|
|
2817
|
+
this.pendingMessagesContainer.clear();
|
|
2818
|
+
const { steering: steeringMessages, followUp: followUpMessages } = this.getAllQueuedMessages();
|
|
2819
|
+
if (steeringMessages.length > 0 || followUpMessages.length > 0) {
|
|
2820
|
+
this.pendingMessagesContainer.addChild(new Spacer(1));
|
|
2821
|
+
for (const message of steeringMessages) {
|
|
2822
|
+
const text = theme.fg("dim", `Steering: ${message}`);
|
|
2823
|
+
this.pendingMessagesContainer.addChild(new TruncatedText(text, 1, 0));
|
|
2824
|
+
}
|
|
2825
|
+
for (const message of followUpMessages) {
|
|
2826
|
+
const text = theme.fg("dim", `Follow-up: ${message}`);
|
|
2827
|
+
this.pendingMessagesContainer.addChild(new TruncatedText(text, 1, 0));
|
|
2828
|
+
}
|
|
2829
|
+
const dequeueHint = this.getAppKeyDisplay("app.message.dequeue");
|
|
2830
|
+
const hintText = theme.fg("dim", `↳ ${dequeueHint} to edit all queued messages`);
|
|
2831
|
+
this.pendingMessagesContainer.addChild(new TruncatedText(hintText, 1, 0));
|
|
2832
|
+
}
|
|
2833
|
+
}
|
|
2834
|
+
restoreQueuedMessagesToEditor(options) {
|
|
2835
|
+
const { steering, followUp } = this.clearAllQueues();
|
|
2836
|
+
const allQueued = [...steering, ...followUp];
|
|
2837
|
+
if (allQueued.length === 0) {
|
|
2838
|
+
this.updatePendingMessagesDisplay();
|
|
2839
|
+
if (options?.abort) {
|
|
2840
|
+
this.agent.abort();
|
|
2841
|
+
}
|
|
2842
|
+
return 0;
|
|
2843
|
+
}
|
|
2844
|
+
const queuedText = allQueued.join("\n\n");
|
|
2845
|
+
const currentText = options?.currentText ?? this.editor.getText();
|
|
2846
|
+
const combinedText = [queuedText, currentText].filter((t) => t.trim()).join("\n\n");
|
|
2847
|
+
this.editor.setText(combinedText);
|
|
2848
|
+
this.updatePendingMessagesDisplay();
|
|
2849
|
+
if (options?.abort) {
|
|
2850
|
+
this.agent.abort();
|
|
2851
|
+
}
|
|
2852
|
+
return allQueued.length;
|
|
2853
|
+
}
|
|
2854
|
+
queueCompactionMessage(text, mode) {
|
|
2855
|
+
this.compactionQueuedMessages.push({ text, mode });
|
|
2856
|
+
this.editor.addToHistory?.(text);
|
|
2857
|
+
this.editor.setText("");
|
|
2858
|
+
this.updatePendingMessagesDisplay();
|
|
2859
|
+
this.showStatus("Queued message for after compaction");
|
|
2860
|
+
}
|
|
2861
|
+
isExtensionCommand(text) {
|
|
2862
|
+
if (!text.startsWith("/"))
|
|
2863
|
+
return false;
|
|
2864
|
+
const extensionRunner = this.session.extensionRunner;
|
|
2865
|
+
const spaceIndex = text.indexOf(" ");
|
|
2866
|
+
const commandName = spaceIndex === -1 ? text.slice(1) : text.slice(1, spaceIndex);
|
|
2867
|
+
return !!extensionRunner.getCommand(commandName);
|
|
2868
|
+
}
|
|
2869
|
+
async flushCompactionQueue(options) {
|
|
2870
|
+
if (this.compactionQueuedMessages.length === 0) {
|
|
2871
|
+
return;
|
|
2872
|
+
}
|
|
2873
|
+
const queuedMessages = [...this.compactionQueuedMessages];
|
|
2874
|
+
this.compactionQueuedMessages = [];
|
|
2875
|
+
this.updatePendingMessagesDisplay();
|
|
2876
|
+
const restoreQueue = (error) => {
|
|
2877
|
+
this.session.clearQueue();
|
|
2878
|
+
this.compactionQueuedMessages = queuedMessages;
|
|
2879
|
+
this.updatePendingMessagesDisplay();
|
|
2880
|
+
this.showError(`Failed to send queued message${queuedMessages.length > 1 ? "s" : ""}: ${error instanceof Error ? error.message : String(error)}`);
|
|
2881
|
+
};
|
|
2882
|
+
try {
|
|
2883
|
+
if (options?.willRetry) {
|
|
2884
|
+
for (const message of queuedMessages) {
|
|
2885
|
+
if (this.isExtensionCommand(message.text)) {
|
|
2886
|
+
await this.session.prompt(message.text);
|
|
2887
|
+
} else if (message.mode === "followUp") {
|
|
2888
|
+
await this.session.followUp(message.text);
|
|
2889
|
+
} else {
|
|
2890
|
+
await this.session.steer(message.text);
|
|
2891
|
+
}
|
|
2892
|
+
}
|
|
2893
|
+
this.updatePendingMessagesDisplay();
|
|
2894
|
+
return;
|
|
2895
|
+
}
|
|
2896
|
+
const firstPromptIndex = queuedMessages.findIndex((message) => !this.isExtensionCommand(message.text));
|
|
2897
|
+
if (firstPromptIndex === -1) {
|
|
2898
|
+
for (const message of queuedMessages) {
|
|
2899
|
+
await this.session.prompt(message.text);
|
|
2900
|
+
}
|
|
2901
|
+
return;
|
|
2902
|
+
}
|
|
2903
|
+
const preCommands = queuedMessages.slice(0, firstPromptIndex);
|
|
2904
|
+
const firstPrompt = queuedMessages[firstPromptIndex];
|
|
2905
|
+
const rest = queuedMessages.slice(firstPromptIndex + 1);
|
|
2906
|
+
for (const message of preCommands) {
|
|
2907
|
+
await this.session.prompt(message.text);
|
|
2908
|
+
}
|
|
2909
|
+
const promptPromise = this.session.prompt(firstPrompt.text).catch((error) => {
|
|
2910
|
+
restoreQueue(error);
|
|
2911
|
+
});
|
|
2912
|
+
for (const message of rest) {
|
|
2913
|
+
if (this.isExtensionCommand(message.text)) {
|
|
2914
|
+
await this.session.prompt(message.text);
|
|
2915
|
+
} else if (message.mode === "followUp") {
|
|
2916
|
+
await this.session.followUp(message.text);
|
|
2917
|
+
} else {
|
|
2918
|
+
await this.session.steer(message.text);
|
|
2919
|
+
}
|
|
2920
|
+
}
|
|
2921
|
+
this.updatePendingMessagesDisplay();
|
|
2922
|
+
} catch (error) {
|
|
2923
|
+
restoreQueue(error);
|
|
2924
|
+
}
|
|
2925
|
+
}
|
|
2926
|
+
/** Move pending bash components from pending area to chat */
|
|
2927
|
+
flushPendingBashComponents() {
|
|
2928
|
+
for (const component of this.pendingBashComponents) {
|
|
2929
|
+
this.pendingMessagesContainer.removeChild(component);
|
|
2930
|
+
this.chatContainer.addChild(component);
|
|
2931
|
+
}
|
|
2932
|
+
this.pendingBashComponents = [];
|
|
2933
|
+
}
|
|
2934
|
+
// =========================================================================
|
|
2935
|
+
// Selectors
|
|
2936
|
+
// =========================================================================
|
|
2937
|
+
/**
|
|
2938
|
+
* Shows a selector component in place of the editor.
|
|
2939
|
+
* @param create Factory that receives a `done` callback and returns the component and focus target
|
|
2940
|
+
*/
|
|
2941
|
+
showSelector(create) {
|
|
2942
|
+
const done = () => {
|
|
2943
|
+
this.editorContainer.clear();
|
|
2944
|
+
this.editorContainer.addChild(this.editor);
|
|
2945
|
+
this.ui.setFocus(this.editor);
|
|
2946
|
+
};
|
|
2947
|
+
const { component, focus } = create(done);
|
|
2948
|
+
this.editorContainer.clear();
|
|
2949
|
+
this.editorContainer.addChild(component);
|
|
2950
|
+
this.ui.setFocus(focus);
|
|
2951
|
+
this.ui.requestRender();
|
|
2952
|
+
}
|
|
2953
|
+
showSettingsSelector() {
|
|
2954
|
+
this.showSelector((done) => {
|
|
2955
|
+
const selector = new SettingsSelectorComponent({
|
|
2956
|
+
autoCompact: this.session.autoCompactionEnabled,
|
|
2957
|
+
showImages: this.settingsManager.getShowImages(),
|
|
2958
|
+
imageWidthCells: this.settingsManager.getImageWidthCells(),
|
|
2959
|
+
autoResizeImages: this.settingsManager.getImageAutoResize(),
|
|
2960
|
+
blockImages: this.settingsManager.getBlockImages(),
|
|
2961
|
+
enableSkillCommands: this.settingsManager.getEnableSkillCommands(),
|
|
2962
|
+
steeringMode: this.session.steeringMode,
|
|
2963
|
+
followUpMode: this.session.followUpMode,
|
|
2964
|
+
transport: this.settingsManager.getTransport(),
|
|
2965
|
+
httpIdleTimeoutMs: this.settingsManager.getHttpIdleTimeoutMs(),
|
|
2966
|
+
thinkingLevel: this.session.thinkingLevel,
|
|
2967
|
+
availableThinkingLevels: this.session.getAvailableThinkingLevels(),
|
|
2968
|
+
currentTheme: this.settingsManager.getTheme() || "dark",
|
|
2969
|
+
availableThemes: getAvailableThemes(),
|
|
2970
|
+
hideThinkingBlock: this.hideThinkingBlock,
|
|
2971
|
+
collapseChangelog: this.settingsManager.getCollapseChangelog(),
|
|
2972
|
+
enableInstallTelemetry: this.settingsManager.getEnableInstallTelemetry(),
|
|
2973
|
+
doubleEscapeAction: this.settingsManager.getDoubleEscapeAction(),
|
|
2974
|
+
treeFilterMode: this.settingsManager.getTreeFilterMode(),
|
|
2975
|
+
showHardwareCursor: this.settingsManager.getShowHardwareCursor(),
|
|
2976
|
+
editorPaddingX: this.settingsManager.getEditorPaddingX(),
|
|
2977
|
+
autocompleteMaxVisible: this.settingsManager.getAutocompleteMaxVisible(),
|
|
2978
|
+
quietStartup: this.settingsManager.getQuietStartup(),
|
|
2979
|
+
clearOnShrink: this.settingsManager.getClearOnShrink(),
|
|
2980
|
+
showTerminalProgress: this.settingsManager.getShowTerminalProgress(),
|
|
2981
|
+
warnings: this.settingsManager.getWarnings()
|
|
2982
|
+
}, {
|
|
2983
|
+
onAutoCompactChange: (enabled) => {
|
|
2984
|
+
this.session.setAutoCompactionEnabled(enabled);
|
|
2985
|
+
this.footer.setAutoCompactEnabled(enabled);
|
|
2986
|
+
},
|
|
2987
|
+
onShowImagesChange: (enabled) => {
|
|
2988
|
+
this.settingsManager.setShowImages(enabled);
|
|
2989
|
+
for (const child of this.chatContainer.children) {
|
|
2990
|
+
if (child instanceof ToolExecutionComponent) {
|
|
2991
|
+
child.setShowImages(enabled);
|
|
2992
|
+
}
|
|
2993
|
+
}
|
|
2994
|
+
},
|
|
2995
|
+
onImageWidthCellsChange: (width) => {
|
|
2996
|
+
this.settingsManager.setImageWidthCells(width);
|
|
2997
|
+
for (const child of this.chatContainer.children) {
|
|
2998
|
+
if (child instanceof ToolExecutionComponent) {
|
|
2999
|
+
child.setImageWidthCells(width);
|
|
3000
|
+
}
|
|
3001
|
+
}
|
|
3002
|
+
},
|
|
3003
|
+
onAutoResizeImagesChange: (enabled) => {
|
|
3004
|
+
this.settingsManager.setImageAutoResize(enabled);
|
|
3005
|
+
},
|
|
3006
|
+
onBlockImagesChange: (blocked) => {
|
|
3007
|
+
this.settingsManager.setBlockImages(blocked);
|
|
3008
|
+
},
|
|
3009
|
+
onEnableSkillCommandsChange: (enabled) => {
|
|
3010
|
+
this.settingsManager.setEnableSkillCommands(enabled);
|
|
3011
|
+
this.setupAutocompleteProvider();
|
|
3012
|
+
},
|
|
3013
|
+
onSteeringModeChange: (mode) => {
|
|
3014
|
+
this.session.setSteeringMode(mode);
|
|
3015
|
+
},
|
|
3016
|
+
onFollowUpModeChange: (mode) => {
|
|
3017
|
+
this.session.setFollowUpMode(mode);
|
|
3018
|
+
},
|
|
3019
|
+
onTransportChange: (transport) => {
|
|
3020
|
+
this.settingsManager.setTransport(transport);
|
|
3021
|
+
this.session.agent.transport = transport;
|
|
3022
|
+
},
|
|
3023
|
+
onHttpIdleTimeoutMsChange: (timeoutMs) => {
|
|
3024
|
+
this.settingsManager.setHttpIdleTimeoutMs(timeoutMs);
|
|
3025
|
+
configureHttpDispatcher(timeoutMs);
|
|
3026
|
+
this.showStatus(`HTTP idle timeout: ${formatHttpIdleTimeoutMs(timeoutMs)}`);
|
|
3027
|
+
},
|
|
3028
|
+
onThinkingLevelChange: (level) => {
|
|
3029
|
+
this.session.setThinkingLevel(level);
|
|
3030
|
+
this.footer.invalidate();
|
|
3031
|
+
this.updateEditorBorderColor();
|
|
3032
|
+
},
|
|
3033
|
+
onThemeChange: (themeName) => {
|
|
3034
|
+
const result = setTheme(themeName, true);
|
|
3035
|
+
this.settingsManager.setTheme(themeName);
|
|
3036
|
+
this.ui.invalidate();
|
|
3037
|
+
if (!result.success) {
|
|
3038
|
+
this.showError(`Failed to load theme "${themeName}": ${result.error}
|
|
3039
|
+
Fell back to dark theme.`);
|
|
3040
|
+
}
|
|
3041
|
+
},
|
|
3042
|
+
onThemePreview: (themeName) => {
|
|
3043
|
+
const result = setTheme(themeName, true);
|
|
3044
|
+
if (result.success) {
|
|
3045
|
+
this.ui.invalidate();
|
|
3046
|
+
this.ui.requestRender();
|
|
3047
|
+
}
|
|
3048
|
+
},
|
|
3049
|
+
onHideThinkingBlockChange: (hidden) => {
|
|
3050
|
+
this.hideThinkingBlock = hidden;
|
|
3051
|
+
this.settingsManager.setHideThinkingBlock(hidden);
|
|
3052
|
+
for (const child of this.chatContainer.children) {
|
|
3053
|
+
if (child instanceof AssistantMessageComponent) {
|
|
3054
|
+
child.setHideThinkingBlock(hidden);
|
|
3055
|
+
}
|
|
3056
|
+
}
|
|
3057
|
+
this.chatContainer.clear();
|
|
3058
|
+
this.rebuildChatFromMessages();
|
|
3059
|
+
},
|
|
3060
|
+
onCollapseChangelogChange: (collapsed) => {
|
|
3061
|
+
this.settingsManager.setCollapseChangelog(collapsed);
|
|
3062
|
+
},
|
|
3063
|
+
onEnableInstallTelemetryChange: (enabled) => {
|
|
3064
|
+
this.settingsManager.setEnableInstallTelemetry(enabled);
|
|
3065
|
+
},
|
|
3066
|
+
onQuietStartupChange: (enabled) => {
|
|
3067
|
+
this.settingsManager.setQuietStartup(enabled);
|
|
3068
|
+
},
|
|
3069
|
+
onDoubleEscapeActionChange: (action) => {
|
|
3070
|
+
this.settingsManager.setDoubleEscapeAction(action);
|
|
3071
|
+
},
|
|
3072
|
+
onTreeFilterModeChange: (mode) => {
|
|
3073
|
+
this.settingsManager.setTreeFilterMode(mode);
|
|
3074
|
+
},
|
|
3075
|
+
onShowHardwareCursorChange: (enabled) => {
|
|
3076
|
+
this.settingsManager.setShowHardwareCursor(enabled);
|
|
3077
|
+
this.ui.setShowHardwareCursor(enabled);
|
|
3078
|
+
},
|
|
3079
|
+
onEditorPaddingXChange: (padding) => {
|
|
3080
|
+
this.settingsManager.setEditorPaddingX(padding);
|
|
3081
|
+
this.defaultEditor.setPaddingX(padding);
|
|
3082
|
+
if (this.editor !== this.defaultEditor && this.editor.setPaddingX !== void 0) {
|
|
3083
|
+
this.editor.setPaddingX(padding);
|
|
3084
|
+
}
|
|
3085
|
+
},
|
|
3086
|
+
onAutocompleteMaxVisibleChange: (maxVisible) => {
|
|
3087
|
+
this.settingsManager.setAutocompleteMaxVisible(maxVisible);
|
|
3088
|
+
this.defaultEditor.setAutocompleteMaxVisible(maxVisible);
|
|
3089
|
+
if (this.editor !== this.defaultEditor && this.editor.setAutocompleteMaxVisible !== void 0) {
|
|
3090
|
+
this.editor.setAutocompleteMaxVisible(maxVisible);
|
|
3091
|
+
}
|
|
3092
|
+
},
|
|
3093
|
+
onClearOnShrinkChange: (enabled) => {
|
|
3094
|
+
this.settingsManager.setClearOnShrink(enabled);
|
|
3095
|
+
this.ui.setClearOnShrink(enabled);
|
|
3096
|
+
},
|
|
3097
|
+
onShowTerminalProgressChange: (enabled) => {
|
|
3098
|
+
this.settingsManager.setShowTerminalProgress(enabled);
|
|
3099
|
+
},
|
|
3100
|
+
onWarningsChange: (warnings) => {
|
|
3101
|
+
this.settingsManager.setWarnings(warnings);
|
|
3102
|
+
},
|
|
3103
|
+
onCancel: () => {
|
|
3104
|
+
done();
|
|
3105
|
+
this.ui.requestRender();
|
|
3106
|
+
}
|
|
3107
|
+
});
|
|
3108
|
+
return { component: selector, focus: selector.getSettingsList() };
|
|
3109
|
+
});
|
|
3110
|
+
}
|
|
3111
|
+
async handleModelCommand(searchTerm) {
|
|
3112
|
+
if (!searchTerm) {
|
|
3113
|
+
this.showModelSelector();
|
|
3114
|
+
return;
|
|
3115
|
+
}
|
|
3116
|
+
const model = await this.findExactModelMatch(searchTerm);
|
|
3117
|
+
if (model) {
|
|
3118
|
+
try {
|
|
3119
|
+
await this.session.setModel(model);
|
|
3120
|
+
this.footer.invalidate();
|
|
3121
|
+
this.updateEditorBorderColor();
|
|
3122
|
+
this.showStatus(`Model: ${model.id}`);
|
|
3123
|
+
void this.maybeWarnAboutAnthropicSubscriptionAuth(model);
|
|
3124
|
+
this.checkDaxnutsEasterEgg(model);
|
|
3125
|
+
} catch (error) {
|
|
3126
|
+
this.showError(error instanceof Error ? error.message : String(error));
|
|
3127
|
+
}
|
|
3128
|
+
return;
|
|
3129
|
+
}
|
|
3130
|
+
this.showModelSelector(searchTerm);
|
|
3131
|
+
}
|
|
3132
|
+
async findExactModelMatch(searchTerm) {
|
|
3133
|
+
const models = await this.getModelCandidates();
|
|
3134
|
+
return findExactModelReferenceMatch(searchTerm, models);
|
|
3135
|
+
}
|
|
3136
|
+
async getModelCandidates() {
|
|
3137
|
+
if (this.session.scopedModels.length > 0) {
|
|
3138
|
+
return this.session.scopedModels.map((scoped) => scoped.model);
|
|
3139
|
+
}
|
|
3140
|
+
this.session.modelRegistry.refresh();
|
|
3141
|
+
try {
|
|
3142
|
+
return await this.session.modelRegistry.getAvailable();
|
|
3143
|
+
} catch {
|
|
3144
|
+
return [];
|
|
3145
|
+
}
|
|
3146
|
+
}
|
|
3147
|
+
/** Update the footer's available provider count from current model candidates */
|
|
3148
|
+
async updateAvailableProviderCount() {
|
|
3149
|
+
const models = await this.getModelCandidates();
|
|
3150
|
+
const uniqueProviders = new Set(models.map((m) => m.provider));
|
|
3151
|
+
this.footerDataProvider.setAvailableProviderCount(uniqueProviders.size);
|
|
3152
|
+
}
|
|
3153
|
+
async maybeWarnAboutAnthropicSubscriptionAuth(model = this.session.model) {
|
|
3154
|
+
if (this.settingsManager.getWarnings().anthropicExtraUsage === false) {
|
|
3155
|
+
return;
|
|
3156
|
+
}
|
|
3157
|
+
if (this.anthropicSubscriptionWarningShown) {
|
|
3158
|
+
return;
|
|
3159
|
+
}
|
|
3160
|
+
if (!model || model.provider !== "anthropic") {
|
|
3161
|
+
return;
|
|
3162
|
+
}
|
|
3163
|
+
const storedCredential = this.session.modelRegistry.authStorage.get("anthropic");
|
|
3164
|
+
if (storedCredential?.type === "oauth") {
|
|
3165
|
+
this.anthropicSubscriptionWarningShown = true;
|
|
3166
|
+
this.showWarning(ANTHROPIC_SUBSCRIPTION_AUTH_WARNING);
|
|
3167
|
+
return;
|
|
3168
|
+
}
|
|
3169
|
+
try {
|
|
3170
|
+
const apiKey = await this.session.modelRegistry.getApiKeyForProvider(model.provider);
|
|
3171
|
+
if (!isAnthropicSubscriptionAuthKey(apiKey)) {
|
|
3172
|
+
return;
|
|
3173
|
+
}
|
|
3174
|
+
this.anthropicSubscriptionWarningShown = true;
|
|
3175
|
+
this.showWarning(ANTHROPIC_SUBSCRIPTION_AUTH_WARNING);
|
|
3176
|
+
} catch {
|
|
3177
|
+
}
|
|
3178
|
+
}
|
|
3179
|
+
showModelSelector(initialSearchInput) {
|
|
3180
|
+
this.showSelector((done) => {
|
|
3181
|
+
const selector = new ModelSelectorComponent(this.ui, this.session.model, this.settingsManager, this.session.modelRegistry, this.session.scopedModels, async (model) => {
|
|
3182
|
+
try {
|
|
3183
|
+
await this.session.setModel(model);
|
|
3184
|
+
this.footer.invalidate();
|
|
3185
|
+
this.updateEditorBorderColor();
|
|
3186
|
+
done();
|
|
3187
|
+
this.showStatus(`Model: ${model.id}`);
|
|
3188
|
+
void this.maybeWarnAboutAnthropicSubscriptionAuth(model);
|
|
3189
|
+
this.checkDaxnutsEasterEgg(model);
|
|
3190
|
+
} catch (error) {
|
|
3191
|
+
done();
|
|
3192
|
+
this.showError(error instanceof Error ? error.message : String(error));
|
|
3193
|
+
}
|
|
3194
|
+
}, () => {
|
|
3195
|
+
done();
|
|
3196
|
+
this.ui.requestRender();
|
|
3197
|
+
}, initialSearchInput);
|
|
3198
|
+
return { component: selector, focus: selector };
|
|
3199
|
+
});
|
|
3200
|
+
}
|
|
3201
|
+
async showModelsSelector() {
|
|
3202
|
+
this.session.modelRegistry.refresh();
|
|
3203
|
+
const allModels = this.session.modelRegistry.getAvailable();
|
|
3204
|
+
if (allModels.length === 0) {
|
|
3205
|
+
this.showStatus("No models available");
|
|
3206
|
+
return;
|
|
3207
|
+
}
|
|
3208
|
+
const sessionScopedModels = this.session.scopedModels;
|
|
3209
|
+
const hasSessionScope = sessionScopedModels.length > 0;
|
|
3210
|
+
let currentEnabledIds = null;
|
|
3211
|
+
if (hasSessionScope) {
|
|
3212
|
+
currentEnabledIds = sessionScopedModels.map((scoped) => `${scoped.model.provider}/${scoped.model.id}`);
|
|
3213
|
+
} else {
|
|
3214
|
+
const patterns = this.settingsManager.getEnabledModels();
|
|
3215
|
+
if (patterns !== void 0 && patterns.length > 0) {
|
|
3216
|
+
const scopedModels = await resolveModelScope(patterns, this.session.modelRegistry);
|
|
3217
|
+
currentEnabledIds = scopedModels.map((scoped) => `${scoped.model.provider}/${scoped.model.id}`);
|
|
3218
|
+
}
|
|
3219
|
+
}
|
|
3220
|
+
const updateSessionModels = async (enabledIds) => {
|
|
3221
|
+
currentEnabledIds = enabledIds === null ? null : [...enabledIds];
|
|
3222
|
+
if (enabledIds && enabledIds.length > 0 && enabledIds.length < allModels.length) {
|
|
3223
|
+
const newScopedModels = await resolveModelScope(enabledIds, this.session.modelRegistry);
|
|
3224
|
+
this.session.setScopedModels(newScopedModels.map((sm) => ({
|
|
3225
|
+
model: sm.model,
|
|
3226
|
+
thinkingLevel: sm.thinkingLevel
|
|
3227
|
+
})));
|
|
3228
|
+
} else {
|
|
3229
|
+
this.session.setScopedModels([]);
|
|
3230
|
+
}
|
|
3231
|
+
await this.updateAvailableProviderCount();
|
|
3232
|
+
this.ui.requestRender();
|
|
3233
|
+
};
|
|
3234
|
+
this.showSelector((done) => {
|
|
3235
|
+
const selector = new ScopedModelsSelectorComponent({
|
|
3236
|
+
allModels,
|
|
3237
|
+
enabledModelIds: currentEnabledIds
|
|
3238
|
+
}, {
|
|
3239
|
+
onChange: async (enabledIds) => {
|
|
3240
|
+
await updateSessionModels(enabledIds);
|
|
3241
|
+
},
|
|
3242
|
+
onPersist: (enabledIds) => {
|
|
3243
|
+
const newPatterns = enabledIds === null || enabledIds.length === allModels.length ? void 0 : enabledIds;
|
|
3244
|
+
this.settingsManager.setEnabledModels(newPatterns ? [...newPatterns] : void 0);
|
|
3245
|
+
this.showStatus("Model selection saved to settings");
|
|
3246
|
+
},
|
|
3247
|
+
onCancel: () => {
|
|
3248
|
+
done();
|
|
3249
|
+
this.ui.requestRender();
|
|
3250
|
+
}
|
|
3251
|
+
});
|
|
3252
|
+
return { component: selector, focus: selector };
|
|
3253
|
+
});
|
|
3254
|
+
}
|
|
3255
|
+
showUserMessageSelector() {
|
|
3256
|
+
const userMessages = this.session.getUserMessagesForForking();
|
|
3257
|
+
if (userMessages.length === 0) {
|
|
3258
|
+
this.showStatus("No messages to fork from");
|
|
3259
|
+
return;
|
|
3260
|
+
}
|
|
3261
|
+
const initialSelectedId = userMessages[userMessages.length - 1]?.entryId;
|
|
3262
|
+
this.showSelector((done) => {
|
|
3263
|
+
const selector = new UserMessageSelectorComponent(userMessages.map((m) => ({ id: m.entryId, text: m.text })), async (entryId) => {
|
|
3264
|
+
try {
|
|
3265
|
+
const result = await this.runtimeHost.fork(entryId);
|
|
3266
|
+
if (result.cancelled) {
|
|
3267
|
+
done();
|
|
3268
|
+
this.ui.requestRender();
|
|
3269
|
+
return;
|
|
3270
|
+
}
|
|
3271
|
+
this.renderCurrentSessionState();
|
|
3272
|
+
this.editor.setText(result.selectedText ?? "");
|
|
3273
|
+
done();
|
|
3274
|
+
this.showStatus("Forked to new session");
|
|
3275
|
+
} catch (error) {
|
|
3276
|
+
done();
|
|
3277
|
+
this.showError(error instanceof Error ? error.message : String(error));
|
|
3278
|
+
}
|
|
3279
|
+
}, () => {
|
|
3280
|
+
done();
|
|
3281
|
+
this.ui.requestRender();
|
|
3282
|
+
}, initialSelectedId);
|
|
3283
|
+
return { component: selector, focus: selector.getMessageList() };
|
|
3284
|
+
});
|
|
3285
|
+
}
|
|
3286
|
+
async handleCloneCommand() {
|
|
3287
|
+
const leafId = this.sessionManager.getLeafId();
|
|
3288
|
+
if (!leafId) {
|
|
3289
|
+
this.showStatus("Nothing to clone yet");
|
|
3290
|
+
return;
|
|
3291
|
+
}
|
|
3292
|
+
try {
|
|
3293
|
+
const result = await this.runtimeHost.fork(leafId, { position: "at" });
|
|
3294
|
+
if (result.cancelled) {
|
|
3295
|
+
this.ui.requestRender();
|
|
3296
|
+
return;
|
|
3297
|
+
}
|
|
3298
|
+
this.renderCurrentSessionState();
|
|
3299
|
+
this.editor.setText("");
|
|
3300
|
+
this.showStatus("Cloned to new session");
|
|
3301
|
+
} catch (error) {
|
|
3302
|
+
this.showError(error instanceof Error ? error.message : String(error));
|
|
3303
|
+
}
|
|
3304
|
+
}
|
|
3305
|
+
showTreeSelector(initialSelectedId) {
|
|
3306
|
+
const tree = this.sessionManager.getTree();
|
|
3307
|
+
const realLeafId = this.sessionManager.getLeafId();
|
|
3308
|
+
const initialFilterMode = this.settingsManager.getTreeFilterMode();
|
|
3309
|
+
if (tree.length === 0) {
|
|
3310
|
+
this.showStatus("No entries in session");
|
|
3311
|
+
return;
|
|
3312
|
+
}
|
|
3313
|
+
this.showSelector((done) => {
|
|
3314
|
+
const selector = new TreeSelectorComponent(tree, realLeafId, this.ui.terminal.rows, async (entryId) => {
|
|
3315
|
+
if (entryId === realLeafId) {
|
|
3316
|
+
done();
|
|
3317
|
+
this.showStatus("Already at this point");
|
|
3318
|
+
return;
|
|
3319
|
+
}
|
|
3320
|
+
done();
|
|
3321
|
+
let wantsSummary = false;
|
|
3322
|
+
let customInstructions;
|
|
3323
|
+
if (!this.settingsManager.getBranchSummarySkipPrompt()) {
|
|
3324
|
+
while (true) {
|
|
3325
|
+
const summaryChoice = await this.showExtensionSelector("Summarize branch?", [
|
|
3326
|
+
"No summary",
|
|
3327
|
+
"Summarize",
|
|
3328
|
+
"Summarize with custom prompt"
|
|
3329
|
+
]);
|
|
3330
|
+
if (summaryChoice === void 0) {
|
|
3331
|
+
this.showTreeSelector(entryId);
|
|
3332
|
+
return;
|
|
3333
|
+
}
|
|
3334
|
+
wantsSummary = summaryChoice !== "No summary";
|
|
3335
|
+
if (summaryChoice === "Summarize with custom prompt") {
|
|
3336
|
+
customInstructions = await this.showExtensionEditor("Custom summarization instructions");
|
|
3337
|
+
if (customInstructions === void 0) {
|
|
3338
|
+
continue;
|
|
3339
|
+
}
|
|
3340
|
+
}
|
|
3341
|
+
break;
|
|
3342
|
+
}
|
|
3343
|
+
}
|
|
3344
|
+
let summaryLoader;
|
|
3345
|
+
const originalOnEscape = this.defaultEditor.onEscape;
|
|
3346
|
+
if (wantsSummary) {
|
|
3347
|
+
this.defaultEditor.onEscape = () => {
|
|
3348
|
+
this.session.abortBranchSummary();
|
|
3349
|
+
};
|
|
3350
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
3351
|
+
summaryLoader = new Loader(this.ui, (spinner) => theme.fg("accent", spinner), (text) => theme.fg("muted", text), `Summarizing branch... (${keyText("app.interrupt")} to cancel)`);
|
|
3352
|
+
this.statusContainer.addChild(summaryLoader);
|
|
3353
|
+
this.ui.requestRender();
|
|
3354
|
+
}
|
|
3355
|
+
try {
|
|
3356
|
+
const result = await this.session.navigateTree(entryId, {
|
|
3357
|
+
summarize: wantsSummary,
|
|
3358
|
+
customInstructions
|
|
3359
|
+
});
|
|
3360
|
+
if (result.aborted) {
|
|
3361
|
+
this.showStatus("Branch summarization cancelled");
|
|
3362
|
+
this.showTreeSelector(entryId);
|
|
3363
|
+
return;
|
|
3364
|
+
}
|
|
3365
|
+
if (result.cancelled) {
|
|
3366
|
+
this.showStatus("Navigation cancelled");
|
|
3367
|
+
return;
|
|
3368
|
+
}
|
|
3369
|
+
this.chatContainer.clear();
|
|
3370
|
+
this.renderInitialMessages();
|
|
3371
|
+
if (result.editorText && !this.editor.getText().trim()) {
|
|
3372
|
+
this.editor.setText(result.editorText);
|
|
3373
|
+
}
|
|
3374
|
+
this.showStatus("Navigated to selected point");
|
|
3375
|
+
void this.flushCompactionQueue({ willRetry: false });
|
|
3376
|
+
} catch (error) {
|
|
3377
|
+
this.showError(error instanceof Error ? error.message : String(error));
|
|
3378
|
+
} finally {
|
|
3379
|
+
if (summaryLoader) {
|
|
3380
|
+
summaryLoader.stop();
|
|
3381
|
+
this.statusContainer.clear();
|
|
3382
|
+
}
|
|
3383
|
+
this.defaultEditor.onEscape = originalOnEscape;
|
|
3384
|
+
}
|
|
3385
|
+
}, () => {
|
|
3386
|
+
done();
|
|
3387
|
+
this.ui.requestRender();
|
|
3388
|
+
}, (entryId, label) => {
|
|
3389
|
+
this.sessionManager.appendLabelChange(entryId, label);
|
|
3390
|
+
this.ui.requestRender();
|
|
3391
|
+
}, initialSelectedId, initialFilterMode);
|
|
3392
|
+
return { component: selector, focus: selector };
|
|
3393
|
+
});
|
|
3394
|
+
}
|
|
3395
|
+
showSessionSelector() {
|
|
3396
|
+
this.showSelector((done) => {
|
|
3397
|
+
const selector = new SessionSelectorComponent((onProgress) => SessionManager.list(this.sessionManager.getCwd(), this.sessionManager.getSessionDir(), onProgress), SessionManager.listAll, async (sessionPath) => {
|
|
3398
|
+
done();
|
|
3399
|
+
await this.handleResumeSession(sessionPath);
|
|
3400
|
+
}, () => {
|
|
3401
|
+
done();
|
|
3402
|
+
this.ui.requestRender();
|
|
3403
|
+
}, () => {
|
|
3404
|
+
void this.shutdown();
|
|
3405
|
+
}, () => this.ui.requestRender(), {
|
|
3406
|
+
renameSession: async (sessionFilePath, nextName) => {
|
|
3407
|
+
const next = (nextName ?? "").trim();
|
|
3408
|
+
if (!next)
|
|
3409
|
+
return;
|
|
3410
|
+
const mgr = SessionManager.open(sessionFilePath);
|
|
3411
|
+
mgr.appendSessionInfo(next);
|
|
3412
|
+
},
|
|
3413
|
+
showRenameHint: true,
|
|
3414
|
+
keybindings: this.keybindings
|
|
3415
|
+
}, this.sessionManager.getSessionFile());
|
|
3416
|
+
return { component: selector, focus: selector };
|
|
3417
|
+
});
|
|
3418
|
+
}
|
|
3419
|
+
async handleResumeSession(sessionPath, options) {
|
|
3420
|
+
if (this.loadingAnimation) {
|
|
3421
|
+
this.loadingAnimation.stop();
|
|
3422
|
+
this.loadingAnimation = void 0;
|
|
3423
|
+
}
|
|
3424
|
+
this.statusContainer.clear();
|
|
3425
|
+
try {
|
|
3426
|
+
const result = await this.runtimeHost.switchSession(sessionPath, {
|
|
3427
|
+
withSession: options?.withSession
|
|
3428
|
+
});
|
|
3429
|
+
if (result.cancelled) {
|
|
3430
|
+
return result;
|
|
3431
|
+
}
|
|
3432
|
+
this.renderCurrentSessionState();
|
|
3433
|
+
this.showStatus("Resumed session");
|
|
3434
|
+
return result;
|
|
3435
|
+
} catch (error) {
|
|
3436
|
+
if (error instanceof MissingSessionCwdError) {
|
|
3437
|
+
const selectedCwd = await this.promptForMissingSessionCwd(error);
|
|
3438
|
+
if (!selectedCwd) {
|
|
3439
|
+
this.showStatus("Resume cancelled");
|
|
3440
|
+
return { cancelled: true };
|
|
3441
|
+
}
|
|
3442
|
+
const result = await this.runtimeHost.switchSession(sessionPath, {
|
|
3443
|
+
cwdOverride: selectedCwd,
|
|
3444
|
+
withSession: options?.withSession
|
|
3445
|
+
});
|
|
3446
|
+
if (result.cancelled) {
|
|
3447
|
+
return result;
|
|
3448
|
+
}
|
|
3449
|
+
this.renderCurrentSessionState();
|
|
3450
|
+
this.showStatus("Resumed session in current cwd");
|
|
3451
|
+
return result;
|
|
3452
|
+
}
|
|
3453
|
+
return this.handleFatalRuntimeError("Failed to resume session", error);
|
|
3454
|
+
}
|
|
3455
|
+
}
|
|
3456
|
+
getLoginProviderOptions(authType) {
|
|
3457
|
+
const authStorage = this.session.modelRegistry.authStorage;
|
|
3458
|
+
const oauthProviders = authStorage.getOAuthProviders();
|
|
3459
|
+
const oauthProviderIds = new Set(oauthProviders.map((provider) => provider.id));
|
|
3460
|
+
const options = oauthProviders.map((provider) => ({
|
|
3461
|
+
id: provider.id,
|
|
3462
|
+
name: provider.name,
|
|
3463
|
+
authType: "oauth"
|
|
3464
|
+
}));
|
|
3465
|
+
const modelProviders = new Set(this.session.modelRegistry.getAll().map((model) => model.provider));
|
|
3466
|
+
for (const providerId of modelProviders) {
|
|
3467
|
+
if (!isApiKeyLoginProvider(providerId, oauthProviderIds)) {
|
|
3468
|
+
continue;
|
|
3469
|
+
}
|
|
3470
|
+
options.push({
|
|
3471
|
+
id: providerId,
|
|
3472
|
+
name: this.session.modelRegistry.getProviderDisplayName(providerId),
|
|
3473
|
+
authType: "api_key"
|
|
3474
|
+
});
|
|
3475
|
+
}
|
|
3476
|
+
const filteredOptions = authType ? options.filter((option) => option.authType === authType) : options;
|
|
3477
|
+
return filteredOptions.sort((a, b) => a.name.localeCompare(b.name));
|
|
3478
|
+
}
|
|
3479
|
+
getLogoutProviderOptions() {
|
|
3480
|
+
const authStorage = this.session.modelRegistry.authStorage;
|
|
3481
|
+
const options = [];
|
|
3482
|
+
for (const providerId of authStorage.list()) {
|
|
3483
|
+
const credential = authStorage.get(providerId);
|
|
3484
|
+
if (!credential) {
|
|
3485
|
+
continue;
|
|
3486
|
+
}
|
|
3487
|
+
options.push({
|
|
3488
|
+
id: providerId,
|
|
3489
|
+
name: this.session.modelRegistry.getProviderDisplayName(providerId),
|
|
3490
|
+
authType: credential.type
|
|
3491
|
+
});
|
|
3492
|
+
}
|
|
3493
|
+
return options.sort((a, b) => a.name.localeCompare(b.name));
|
|
3494
|
+
}
|
|
3495
|
+
showLoginAuthTypeSelector() {
|
|
3496
|
+
const subscriptionLabel = "Use a subscription";
|
|
3497
|
+
const apiKeyLabel = "Use an API key";
|
|
3498
|
+
this.showSelector((done) => {
|
|
3499
|
+
const selector = new ExtensionSelectorComponent("Select authentication method:", [subscriptionLabel, apiKeyLabel], (option) => {
|
|
3500
|
+
done();
|
|
3501
|
+
const authType = option === subscriptionLabel ? "oauth" : "api_key";
|
|
3502
|
+
this.showLoginProviderSelector(authType);
|
|
3503
|
+
}, () => {
|
|
3504
|
+
done();
|
|
3505
|
+
this.ui.requestRender();
|
|
3506
|
+
});
|
|
3507
|
+
return { component: selector, focus: selector };
|
|
3508
|
+
});
|
|
3509
|
+
}
|
|
3510
|
+
showLoginProviderSelector(authType) {
|
|
3511
|
+
const providerOptions = this.getLoginProviderOptions(authType);
|
|
3512
|
+
if (providerOptions.length === 0) {
|
|
3513
|
+
this.showStatus(authType === "oauth" ? "No subscription providers available." : "No API key providers available.");
|
|
3514
|
+
return;
|
|
3515
|
+
}
|
|
3516
|
+
this.showSelector((done) => {
|
|
3517
|
+
const selector = new OAuthSelectorComponent("login", this.session.modelRegistry.authStorage, providerOptions, async (providerId) => {
|
|
3518
|
+
done();
|
|
3519
|
+
const providerOption = providerOptions.find((provider) => provider.id === providerId);
|
|
3520
|
+
if (!providerOption) {
|
|
3521
|
+
return;
|
|
3522
|
+
}
|
|
3523
|
+
if (providerOption.authType === "oauth") {
|
|
3524
|
+
await this.showLoginDialog(providerOption.id, providerOption.name);
|
|
3525
|
+
} else if (providerOption.id === BEDROCK_PROVIDER_ID) {
|
|
3526
|
+
this.showBedrockSetupDialog(providerOption.id, providerOption.name);
|
|
3527
|
+
} else {
|
|
3528
|
+
await this.showApiKeyLoginDialog(providerOption.id, providerOption.name);
|
|
3529
|
+
}
|
|
3530
|
+
}, () => {
|
|
3531
|
+
done();
|
|
3532
|
+
this.showLoginAuthTypeSelector();
|
|
3533
|
+
}, (providerId) => this.session.modelRegistry.getProviderAuthStatus(providerId));
|
|
3534
|
+
return { component: selector, focus: selector };
|
|
3535
|
+
});
|
|
3536
|
+
}
|
|
3537
|
+
async showOAuthSelector(mode) {
|
|
3538
|
+
if (mode === "login") {
|
|
3539
|
+
this.showLoginAuthTypeSelector();
|
|
3540
|
+
return;
|
|
3541
|
+
}
|
|
3542
|
+
const providerOptions = this.getLogoutProviderOptions();
|
|
3543
|
+
if (providerOptions.length === 0) {
|
|
3544
|
+
this.showStatus("No stored credentials to remove. /logout only removes credentials saved by /login; environment variables and models.json config are unchanged.");
|
|
3545
|
+
return;
|
|
3546
|
+
}
|
|
3547
|
+
this.showSelector((done) => {
|
|
3548
|
+
const selector = new OAuthSelectorComponent(mode, this.session.modelRegistry.authStorage, providerOptions, async (providerId) => {
|
|
3549
|
+
done();
|
|
3550
|
+
const providerOption = providerOptions.find((provider) => provider.id === providerId);
|
|
3551
|
+
if (!providerOption) {
|
|
3552
|
+
return;
|
|
3553
|
+
}
|
|
3554
|
+
try {
|
|
3555
|
+
this.session.modelRegistry.authStorage.logout(providerOption.id);
|
|
3556
|
+
this.session.modelRegistry.refresh();
|
|
3557
|
+
await this.updateAvailableProviderCount();
|
|
3558
|
+
const message = providerOption.authType === "oauth" ? `Logged out of ${providerOption.name}` : `Removed stored API key for ${providerOption.name}. Environment variables and models.json config are unchanged.`;
|
|
3559
|
+
this.showStatus(message);
|
|
3560
|
+
} catch (error) {
|
|
3561
|
+
this.showError(`Logout failed: ${error instanceof Error ? error.message : String(error)}`);
|
|
3562
|
+
}
|
|
3563
|
+
}, () => {
|
|
3564
|
+
done();
|
|
3565
|
+
this.ui.requestRender();
|
|
3566
|
+
});
|
|
3567
|
+
return { component: selector, focus: selector };
|
|
3568
|
+
});
|
|
3569
|
+
}
|
|
3570
|
+
async completeProviderAuthentication(providerId, providerName, authType, previousModel) {
|
|
3571
|
+
this.session.modelRegistry.refresh();
|
|
3572
|
+
const actionLabel = authType === "oauth" ? `Logged in to ${providerName}` : `Saved API key for ${providerName}`;
|
|
3573
|
+
let selectedModel;
|
|
3574
|
+
let selectionError;
|
|
3575
|
+
if (isUnknownModel(previousModel)) {
|
|
3576
|
+
const availableModels = this.session.modelRegistry.getAvailable();
|
|
3577
|
+
const providerModels = availableModels.filter((model) => model.provider === providerId);
|
|
3578
|
+
if (!hasDefaultModelProvider(providerId)) {
|
|
3579
|
+
selectionError = `${actionLabel}, but no default model is configured for provider "${providerId}". Use /model to select a model.`;
|
|
3580
|
+
} else if (providerModels.length === 0) {
|
|
3581
|
+
selectionError = `${actionLabel}, but no models are available for that provider. Use /model to select a model.`;
|
|
3582
|
+
} else {
|
|
3583
|
+
const defaultModelId = defaultModelPerProvider[providerId];
|
|
3584
|
+
selectedModel = providerModels.find((model) => model.id === defaultModelId);
|
|
3585
|
+
if (!selectedModel) {
|
|
3586
|
+
selectionError = `${actionLabel}, but its default model "${defaultModelId}" is not available. Use /model to select a model.`;
|
|
3587
|
+
} else {
|
|
3588
|
+
try {
|
|
3589
|
+
await this.session.setModel(selectedModel);
|
|
3590
|
+
} catch (error) {
|
|
3591
|
+
selectedModel = void 0;
|
|
3592
|
+
const errorMessage = error instanceof Error ? error.message : String(error);
|
|
3593
|
+
selectionError = `${actionLabel}, but selecting its default model failed: ${errorMessage}. Use /model to select a model.`;
|
|
3594
|
+
}
|
|
3595
|
+
}
|
|
3596
|
+
}
|
|
3597
|
+
}
|
|
3598
|
+
await this.updateAvailableProviderCount();
|
|
3599
|
+
this.footer.invalidate();
|
|
3600
|
+
this.updateEditorBorderColor();
|
|
3601
|
+
if (selectedModel) {
|
|
3602
|
+
this.showStatus(`${actionLabel}. Selected ${selectedModel.id}. Credentials saved to ${getAuthPath()}`);
|
|
3603
|
+
void this.maybeWarnAboutAnthropicSubscriptionAuth(selectedModel);
|
|
3604
|
+
this.checkDaxnutsEasterEgg(selectedModel);
|
|
3605
|
+
} else {
|
|
3606
|
+
this.showStatus(`${actionLabel}. Credentials saved to ${getAuthPath()}`);
|
|
3607
|
+
if (selectionError) {
|
|
3608
|
+
this.showError(selectionError);
|
|
3609
|
+
} else {
|
|
3610
|
+
void this.maybeWarnAboutAnthropicSubscriptionAuth();
|
|
3611
|
+
}
|
|
3612
|
+
}
|
|
3613
|
+
}
|
|
3614
|
+
showBedrockSetupDialog(providerId, providerName) {
|
|
3615
|
+
const restoreEditor = () => {
|
|
3616
|
+
this.editorContainer.clear();
|
|
3617
|
+
this.editorContainer.addChild(this.editor);
|
|
3618
|
+
this.ui.setFocus(this.editor);
|
|
3619
|
+
this.ui.requestRender();
|
|
3620
|
+
};
|
|
3621
|
+
const dialog = new LoginDialogComponent(this.ui, providerId, () => restoreEditor(), providerName, "Amazon Bedrock setup");
|
|
3622
|
+
dialog.showInfo([
|
|
3623
|
+
theme.fg("text", "Amazon Bedrock uses AWS credentials instead of a single API key."),
|
|
3624
|
+
theme.fg("text", "Configure an AWS profile, IAM keys, bearer token, or role-based credentials."),
|
|
3625
|
+
theme.fg("muted", "See:"),
|
|
3626
|
+
theme.fg("accent", ` ${path.join(getDocsPath(), "providers.md")}`)
|
|
3627
|
+
]);
|
|
3628
|
+
this.editorContainer.clear();
|
|
3629
|
+
this.editorContainer.addChild(dialog);
|
|
3630
|
+
this.ui.setFocus(dialog);
|
|
3631
|
+
this.ui.requestRender();
|
|
3632
|
+
}
|
|
3633
|
+
async showApiKeyLoginDialog(providerId, providerName) {
|
|
3634
|
+
const previousModel = this.session.model;
|
|
3635
|
+
const dialog = new LoginDialogComponent(this.ui, providerId, (_success, _message) => {
|
|
3636
|
+
}, providerName);
|
|
3637
|
+
this.editorContainer.clear();
|
|
3638
|
+
this.editorContainer.addChild(dialog);
|
|
3639
|
+
this.ui.setFocus(dialog);
|
|
3640
|
+
this.ui.requestRender();
|
|
3641
|
+
const restoreEditor = () => {
|
|
3642
|
+
this.editorContainer.clear();
|
|
3643
|
+
this.editorContainer.addChild(this.editor);
|
|
3644
|
+
this.ui.setFocus(this.editor);
|
|
3645
|
+
this.ui.requestRender();
|
|
3646
|
+
};
|
|
3647
|
+
try {
|
|
3648
|
+
const apiKey = (await dialog.showPrompt("Enter API key:")).trim();
|
|
3649
|
+
if (!apiKey) {
|
|
3650
|
+
throw new Error("API key cannot be empty.");
|
|
3651
|
+
}
|
|
3652
|
+
this.session.modelRegistry.authStorage.set(providerId, { type: "api_key", key: apiKey });
|
|
3653
|
+
restoreEditor();
|
|
3654
|
+
await this.completeProviderAuthentication(providerId, providerName, "api_key", previousModel);
|
|
3655
|
+
} catch (error) {
|
|
3656
|
+
restoreEditor();
|
|
3657
|
+
const errorMsg = error instanceof Error ? error.message : String(error);
|
|
3658
|
+
if (errorMsg !== "Login cancelled") {
|
|
3659
|
+
this.showError(`Failed to save API key for ${providerName}: ${errorMsg}`);
|
|
3660
|
+
}
|
|
3661
|
+
}
|
|
3662
|
+
}
|
|
3663
|
+
showOAuthLoginSelect(dialog, prompt) {
|
|
3664
|
+
return new Promise((resolve) => {
|
|
3665
|
+
const restoreDialog = () => {
|
|
3666
|
+
this.editorContainer.clear();
|
|
3667
|
+
this.editorContainer.addChild(dialog);
|
|
3668
|
+
this.ui.setFocus(dialog);
|
|
3669
|
+
this.ui.requestRender();
|
|
3670
|
+
};
|
|
3671
|
+
const labels = prompt.options.map((option) => option.label);
|
|
3672
|
+
const selector = new ExtensionSelectorComponent(prompt.message, labels, (optionLabel) => {
|
|
3673
|
+
restoreDialog();
|
|
3674
|
+
resolve(prompt.options.find((option) => option.label === optionLabel)?.id);
|
|
3675
|
+
}, () => {
|
|
3676
|
+
restoreDialog();
|
|
3677
|
+
resolve(void 0);
|
|
3678
|
+
});
|
|
3679
|
+
this.editorContainer.clear();
|
|
3680
|
+
this.editorContainer.addChild(selector);
|
|
3681
|
+
this.ui.setFocus(selector);
|
|
3682
|
+
this.ui.requestRender();
|
|
3683
|
+
});
|
|
3684
|
+
}
|
|
3685
|
+
async showLoginDialog(providerId, providerName) {
|
|
3686
|
+
const providerInfo = this.session.modelRegistry.authStorage.getOAuthProviders().find((provider) => provider.id === providerId);
|
|
3687
|
+
const previousModel = this.session.model;
|
|
3688
|
+
const usesCallbackServer = providerInfo?.usesCallbackServer ?? false;
|
|
3689
|
+
const dialog = new LoginDialogComponent(this.ui, providerId, (_success, _message) => {
|
|
3690
|
+
}, providerName);
|
|
3691
|
+
this.editorContainer.clear();
|
|
3692
|
+
this.editorContainer.addChild(dialog);
|
|
3693
|
+
this.ui.setFocus(dialog);
|
|
3694
|
+
this.ui.requestRender();
|
|
3695
|
+
let manualCodeResolve;
|
|
3696
|
+
let manualCodeReject;
|
|
3697
|
+
const manualCodePromise = new Promise((resolve, reject) => {
|
|
3698
|
+
manualCodeResolve = resolve;
|
|
3699
|
+
manualCodeReject = reject;
|
|
3700
|
+
});
|
|
3701
|
+
const restoreEditor = () => {
|
|
3702
|
+
this.editorContainer.clear();
|
|
3703
|
+
this.editorContainer.addChild(this.editor);
|
|
3704
|
+
this.ui.setFocus(this.editor);
|
|
3705
|
+
this.ui.requestRender();
|
|
3706
|
+
};
|
|
3707
|
+
try {
|
|
3708
|
+
await this.session.modelRegistry.authStorage.login(providerId, {
|
|
3709
|
+
onAuth: (info) => {
|
|
3710
|
+
dialog.showAuth(info.url, info.instructions);
|
|
3711
|
+
if (usesCallbackServer) {
|
|
3712
|
+
dialog.showManualInput("Paste redirect URL below, or complete login in browser:").then((value) => {
|
|
3713
|
+
if (value && manualCodeResolve) {
|
|
3714
|
+
manualCodeResolve(value);
|
|
3715
|
+
manualCodeResolve = void 0;
|
|
3716
|
+
}
|
|
3717
|
+
}).catch(() => {
|
|
3718
|
+
if (manualCodeReject) {
|
|
3719
|
+
manualCodeReject(new Error("Login cancelled"));
|
|
3720
|
+
manualCodeReject = void 0;
|
|
3721
|
+
}
|
|
3722
|
+
});
|
|
3723
|
+
} else if (providerId === "github-copilot") {
|
|
3724
|
+
dialog.showWaiting("Waiting for browser authentication...");
|
|
3725
|
+
}
|
|
3726
|
+
},
|
|
3727
|
+
onPrompt: async (prompt) => {
|
|
3728
|
+
return dialog.showPrompt(prompt.message, prompt.placeholder);
|
|
3729
|
+
},
|
|
3730
|
+
onProgress: (message) => {
|
|
3731
|
+
dialog.showProgress(message);
|
|
3732
|
+
},
|
|
3733
|
+
onSelect: (prompt) => this.showOAuthLoginSelect(dialog, prompt),
|
|
3734
|
+
onManualCodeInput: () => manualCodePromise,
|
|
3735
|
+
signal: dialog.signal
|
|
3736
|
+
});
|
|
3737
|
+
restoreEditor();
|
|
3738
|
+
await this.completeProviderAuthentication(providerId, providerName, "oauth", previousModel);
|
|
3739
|
+
} catch (error) {
|
|
3740
|
+
restoreEditor();
|
|
3741
|
+
const errorMsg = error instanceof Error ? error.message : String(error);
|
|
3742
|
+
if (errorMsg !== "Login cancelled") {
|
|
3743
|
+
this.showError(`Failed to login to ${providerName}: ${errorMsg}`);
|
|
3744
|
+
}
|
|
3745
|
+
}
|
|
3746
|
+
}
|
|
3747
|
+
// =========================================================================
|
|
3748
|
+
// Command handlers
|
|
3749
|
+
// =========================================================================
|
|
3750
|
+
async handleReloadCommand() {
|
|
3751
|
+
if (this.session.isStreaming) {
|
|
3752
|
+
this.showWarning("Wait for the current response to finish before reloading.");
|
|
3753
|
+
return;
|
|
3754
|
+
}
|
|
3755
|
+
if (this.session.isCompacting) {
|
|
3756
|
+
this.showWarning("Wait for compaction to finish before reloading.");
|
|
3757
|
+
return;
|
|
3758
|
+
}
|
|
3759
|
+
this.resetExtensionUI();
|
|
3760
|
+
const reloadBox = new Container();
|
|
3761
|
+
const borderColor = (s) => theme.fg("border", s);
|
|
3762
|
+
reloadBox.addChild(new DynamicBorder(borderColor));
|
|
3763
|
+
reloadBox.addChild(new Spacer(1));
|
|
3764
|
+
reloadBox.addChild(new Text(theme.fg("muted", "Reloading keybindings, extensions, skills, prompts, themes..."), 1, 0));
|
|
3765
|
+
reloadBox.addChild(new Spacer(1));
|
|
3766
|
+
reloadBox.addChild(new DynamicBorder(borderColor));
|
|
3767
|
+
const previousEditor = this.editor;
|
|
3768
|
+
this.editorContainer.clear();
|
|
3769
|
+
this.editorContainer.addChild(reloadBox);
|
|
3770
|
+
this.ui.setFocus(reloadBox);
|
|
3771
|
+
this.ui.requestRender(true);
|
|
3772
|
+
await new Promise((resolve) => process.nextTick(resolve));
|
|
3773
|
+
const dismissReloadBox = (editor) => {
|
|
3774
|
+
this.editorContainer.clear();
|
|
3775
|
+
this.editorContainer.addChild(editor);
|
|
3776
|
+
this.ui.setFocus(editor);
|
|
3777
|
+
this.ui.requestRender();
|
|
3778
|
+
};
|
|
3779
|
+
try {
|
|
3780
|
+
await this.session.reload();
|
|
3781
|
+
configureHttpDispatcher(this.settingsManager.getHttpIdleTimeoutMs());
|
|
3782
|
+
this.keybindings.reload();
|
|
3783
|
+
const activeHeader = this.customHeader ?? this.builtInHeader;
|
|
3784
|
+
if (isExpandable(activeHeader)) {
|
|
3785
|
+
activeHeader.setExpanded(this.toolOutputExpanded);
|
|
3786
|
+
}
|
|
3787
|
+
setRegisteredThemes(this.session.resourceLoader.getThemes().themes);
|
|
3788
|
+
this.hideThinkingBlock = this.settingsManager.getHideThinkingBlock();
|
|
3789
|
+
const themeName = this.settingsManager.getTheme();
|
|
3790
|
+
const themeResult = themeName ? setTheme(themeName, true) : { success: true };
|
|
3791
|
+
if (!themeResult.success) {
|
|
3792
|
+
this.showError(`Failed to load theme "${themeName}": ${themeResult.error}
|
|
3793
|
+
Fell back to dark theme.`);
|
|
3794
|
+
}
|
|
3795
|
+
const editorPaddingX = this.settingsManager.getEditorPaddingX();
|
|
3796
|
+
const autocompleteMaxVisible = this.settingsManager.getAutocompleteMaxVisible();
|
|
3797
|
+
this.defaultEditor.setPaddingX(editorPaddingX);
|
|
3798
|
+
this.defaultEditor.setAutocompleteMaxVisible(autocompleteMaxVisible);
|
|
3799
|
+
if (this.editor !== this.defaultEditor) {
|
|
3800
|
+
this.editor.setPaddingX?.(editorPaddingX);
|
|
3801
|
+
this.editor.setAutocompleteMaxVisible?.(autocompleteMaxVisible);
|
|
3802
|
+
}
|
|
3803
|
+
this.ui.setShowHardwareCursor(this.settingsManager.getShowHardwareCursor());
|
|
3804
|
+
this.ui.setClearOnShrink(this.settingsManager.getClearOnShrink());
|
|
3805
|
+
this.setupAutocompleteProvider();
|
|
3806
|
+
const runner = this.session.extensionRunner;
|
|
3807
|
+
this.setupExtensionShortcuts(runner);
|
|
3808
|
+
this.rebuildChatFromMessages();
|
|
3809
|
+
dismissReloadBox(this.editor);
|
|
3810
|
+
this.showLoadedResources({
|
|
3811
|
+
force: false,
|
|
3812
|
+
showDiagnosticsWhenQuiet: true
|
|
3813
|
+
});
|
|
3814
|
+
const modelsJsonError = this.session.modelRegistry.getError();
|
|
3815
|
+
if (modelsJsonError) {
|
|
3816
|
+
this.showError(`models.json error: ${modelsJsonError}`);
|
|
3817
|
+
}
|
|
3818
|
+
this.showStatus("Reloaded keybindings, extensions, skills, prompts, themes");
|
|
3819
|
+
} catch (error) {
|
|
3820
|
+
dismissReloadBox(previousEditor);
|
|
3821
|
+
this.showError(`Reload failed: ${error instanceof Error ? error.message : String(error)}`);
|
|
3822
|
+
}
|
|
3823
|
+
}
|
|
3824
|
+
async handleExportCommand(text) {
|
|
3825
|
+
const outputPath = this.getPathCommandArgument(text, "/export");
|
|
3826
|
+
try {
|
|
3827
|
+
if (outputPath?.endsWith(".jsonl")) {
|
|
3828
|
+
const filePath = this.session.exportToJsonl(outputPath);
|
|
3829
|
+
this.showStatus(`Session exported to: ${filePath}`);
|
|
3830
|
+
} else {
|
|
3831
|
+
const filePath = await this.session.exportToHtml(outputPath);
|
|
3832
|
+
this.showStatus(`Session exported to: ${filePath}`);
|
|
3833
|
+
}
|
|
3834
|
+
} catch (error) {
|
|
3835
|
+
this.showError(`Failed to export session: ${error instanceof Error ? error.message : "Unknown error"}`);
|
|
3836
|
+
}
|
|
3837
|
+
}
|
|
3838
|
+
getPathCommandArgument(text, command) {
|
|
3839
|
+
if (text === command) {
|
|
3840
|
+
return void 0;
|
|
3841
|
+
}
|
|
3842
|
+
if (!text.startsWith(`${command} `)) {
|
|
3843
|
+
return void 0;
|
|
3844
|
+
}
|
|
3845
|
+
const argsString = text.slice(command.length + 1).trimStart();
|
|
3846
|
+
if (!argsString) {
|
|
3847
|
+
return void 0;
|
|
3848
|
+
}
|
|
3849
|
+
const firstChar = argsString[0];
|
|
3850
|
+
if (firstChar === '"' || firstChar === "'") {
|
|
3851
|
+
const closingQuoteIndex = argsString.indexOf(firstChar, 1);
|
|
3852
|
+
if (closingQuoteIndex < 0) {
|
|
3853
|
+
return void 0;
|
|
3854
|
+
}
|
|
3855
|
+
return argsString.slice(1, closingQuoteIndex);
|
|
3856
|
+
}
|
|
3857
|
+
const firstWhitespaceIndex = argsString.search(/\s/);
|
|
3858
|
+
if (firstWhitespaceIndex < 0) {
|
|
3859
|
+
return argsString;
|
|
3860
|
+
}
|
|
3861
|
+
return argsString.slice(0, firstWhitespaceIndex);
|
|
3862
|
+
}
|
|
3863
|
+
async handleImportCommand(text) {
|
|
3864
|
+
const inputPath = this.getPathCommandArgument(text, "/import");
|
|
3865
|
+
if (!inputPath) {
|
|
3866
|
+
this.showError("Usage: /import <path.jsonl>");
|
|
3867
|
+
return;
|
|
3868
|
+
}
|
|
3869
|
+
const confirmed = await this.showExtensionConfirm("Import session", `Replace current session with ${inputPath}?`);
|
|
3870
|
+
if (!confirmed) {
|
|
3871
|
+
this.showStatus("Import cancelled");
|
|
3872
|
+
return;
|
|
3873
|
+
}
|
|
3874
|
+
try {
|
|
3875
|
+
if (this.loadingAnimation) {
|
|
3876
|
+
this.loadingAnimation.stop();
|
|
3877
|
+
this.loadingAnimation = void 0;
|
|
3878
|
+
}
|
|
3879
|
+
this.statusContainer.clear();
|
|
3880
|
+
const result = await this.runtimeHost.importFromJsonl(inputPath);
|
|
3881
|
+
if (result.cancelled) {
|
|
3882
|
+
this.showStatus("Import cancelled");
|
|
3883
|
+
return;
|
|
3884
|
+
}
|
|
3885
|
+
this.renderCurrentSessionState();
|
|
3886
|
+
this.showStatus(`Session imported from: ${inputPath}`);
|
|
3887
|
+
} catch (error) {
|
|
3888
|
+
if (error instanceof MissingSessionCwdError) {
|
|
3889
|
+
const selectedCwd = await this.promptForMissingSessionCwd(error);
|
|
3890
|
+
if (!selectedCwd) {
|
|
3891
|
+
this.showStatus("Import cancelled");
|
|
3892
|
+
return;
|
|
3893
|
+
}
|
|
3894
|
+
const result = await this.runtimeHost.importFromJsonl(inputPath, selectedCwd);
|
|
3895
|
+
if (result.cancelled) {
|
|
3896
|
+
this.showStatus("Import cancelled");
|
|
3897
|
+
return;
|
|
3898
|
+
}
|
|
3899
|
+
this.renderCurrentSessionState();
|
|
3900
|
+
this.showStatus(`Session imported from: ${inputPath}`);
|
|
3901
|
+
return;
|
|
3902
|
+
}
|
|
3903
|
+
if (error instanceof SessionImportFileNotFoundError) {
|
|
3904
|
+
this.showError(`Failed to import session: ${error.message}`);
|
|
3905
|
+
return;
|
|
3906
|
+
}
|
|
3907
|
+
await this.handleFatalRuntimeError("Failed to import session", error);
|
|
3908
|
+
}
|
|
3909
|
+
}
|
|
3910
|
+
async handleShareCommand() {
|
|
3911
|
+
try {
|
|
3912
|
+
const authResult = spawnSync("gh", ["auth", "status"], { encoding: "utf-8" });
|
|
3913
|
+
if (authResult.status !== 0) {
|
|
3914
|
+
this.showError("GitHub CLI is not logged in. Run 'gh auth login' first.");
|
|
3915
|
+
return;
|
|
3916
|
+
}
|
|
3917
|
+
} catch {
|
|
3918
|
+
this.showError("GitHub CLI (gh) is not installed. Install it from https://cli.github.com/");
|
|
3919
|
+
return;
|
|
3920
|
+
}
|
|
3921
|
+
const tmpFile = path.join(os.tmpdir(), "session.html");
|
|
3922
|
+
try {
|
|
3923
|
+
await this.session.exportToHtml(tmpFile);
|
|
3924
|
+
} catch (error) {
|
|
3925
|
+
this.showError(`Failed to export session: ${error instanceof Error ? error.message : "Unknown error"}`);
|
|
3926
|
+
return;
|
|
3927
|
+
}
|
|
3928
|
+
const loader = new BorderedLoader(this.ui, theme, "Creating gist...");
|
|
3929
|
+
this.editorContainer.clear();
|
|
3930
|
+
this.editorContainer.addChild(loader);
|
|
3931
|
+
this.ui.setFocus(loader);
|
|
3932
|
+
this.ui.requestRender();
|
|
3933
|
+
const restoreEditor = () => {
|
|
3934
|
+
loader.dispose();
|
|
3935
|
+
this.editorContainer.clear();
|
|
3936
|
+
this.editorContainer.addChild(this.editor);
|
|
3937
|
+
this.ui.setFocus(this.editor);
|
|
3938
|
+
try {
|
|
3939
|
+
fs.unlinkSync(tmpFile);
|
|
3940
|
+
} catch {
|
|
3941
|
+
}
|
|
3942
|
+
};
|
|
3943
|
+
let proc = null;
|
|
3944
|
+
loader.onAbort = () => {
|
|
3945
|
+
proc?.kill();
|
|
3946
|
+
restoreEditor();
|
|
3947
|
+
this.showStatus("Share cancelled");
|
|
3948
|
+
};
|
|
3949
|
+
try {
|
|
3950
|
+
const result = await new Promise((resolve) => {
|
|
3951
|
+
proc = spawn("gh", ["gist", "create", "--public=false", tmpFile]);
|
|
3952
|
+
let stdout = "";
|
|
3953
|
+
let stderr = "";
|
|
3954
|
+
proc.stdout?.on("data", (data) => {
|
|
3955
|
+
stdout += data.toString();
|
|
3956
|
+
});
|
|
3957
|
+
proc.stderr?.on("data", (data) => {
|
|
3958
|
+
stderr += data.toString();
|
|
3959
|
+
});
|
|
3960
|
+
proc.on("close", (code) => resolve({ stdout, stderr, code }));
|
|
3961
|
+
});
|
|
3962
|
+
if (loader.signal.aborted)
|
|
3963
|
+
return;
|
|
3964
|
+
restoreEditor();
|
|
3965
|
+
if (result.code !== 0) {
|
|
3966
|
+
const errorMsg = result.stderr?.trim() || "Unknown error";
|
|
3967
|
+
this.showError(`Failed to create gist: ${errorMsg}`);
|
|
3968
|
+
return;
|
|
3969
|
+
}
|
|
3970
|
+
const gistUrl = result.stdout?.trim();
|
|
3971
|
+
const gistId = gistUrl?.split("/").pop();
|
|
3972
|
+
if (!gistId) {
|
|
3973
|
+
this.showError("Failed to parse gist ID from gh output");
|
|
3974
|
+
return;
|
|
3975
|
+
}
|
|
3976
|
+
const previewUrl = getShareViewerUrl(gistId);
|
|
3977
|
+
this.showStatus(`Share URL: ${previewUrl}
|
|
3978
|
+
Gist: ${gistUrl}`);
|
|
3979
|
+
} catch (error) {
|
|
3980
|
+
if (!loader.signal.aborted) {
|
|
3981
|
+
restoreEditor();
|
|
3982
|
+
this.showError(`Failed to create gist: ${error instanceof Error ? error.message : "Unknown error"}`);
|
|
3983
|
+
}
|
|
3984
|
+
}
|
|
3985
|
+
}
|
|
3986
|
+
async handleCopyCommand() {
|
|
3987
|
+
const text = this.session.getLastAssistantText();
|
|
3988
|
+
if (!text) {
|
|
3989
|
+
this.showError("No agent messages to copy yet.");
|
|
3990
|
+
return;
|
|
3991
|
+
}
|
|
3992
|
+
try {
|
|
3993
|
+
await copyToClipboard(text);
|
|
3994
|
+
this.showStatus("Copied last agent message to clipboard");
|
|
3995
|
+
} catch (error) {
|
|
3996
|
+
this.showError(error instanceof Error ? error.message : String(error));
|
|
3997
|
+
}
|
|
3998
|
+
}
|
|
3999
|
+
handleNameCommand(text) {
|
|
4000
|
+
const name = text.replace(/^\/name\s*/, "").trim();
|
|
4001
|
+
if (!name) {
|
|
4002
|
+
const currentName = this.sessionManager.getSessionName();
|
|
4003
|
+
if (currentName) {
|
|
4004
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
4005
|
+
this.chatContainer.addChild(new Text(theme.fg("dim", `Session name: ${currentName}`), 1, 0));
|
|
4006
|
+
} else {
|
|
4007
|
+
this.showWarning("Usage: /name <name>");
|
|
4008
|
+
}
|
|
4009
|
+
this.ui.requestRender();
|
|
4010
|
+
return;
|
|
4011
|
+
}
|
|
4012
|
+
this.session.setSessionName(name);
|
|
4013
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
4014
|
+
this.chatContainer.addChild(new Text(theme.fg("dim", `Session name set: ${name}`), 1, 0));
|
|
4015
|
+
this.ui.requestRender();
|
|
4016
|
+
}
|
|
4017
|
+
handleSessionCommand() {
|
|
4018
|
+
const stats = this.session.getSessionStats();
|
|
4019
|
+
const sessionName = this.sessionManager.getSessionName();
|
|
4020
|
+
let info = `${theme.bold("Session Info")}
|
|
4021
|
+
|
|
4022
|
+
`;
|
|
4023
|
+
if (sessionName) {
|
|
4024
|
+
info += `${theme.fg("dim", "Name:")} ${sessionName}
|
|
4025
|
+
`;
|
|
4026
|
+
}
|
|
4027
|
+
info += `${theme.fg("dim", "File:")} ${stats.sessionFile ?? "In-memory"}
|
|
4028
|
+
`;
|
|
4029
|
+
info += `${theme.fg("dim", "ID:")} ${stats.sessionId}
|
|
4030
|
+
|
|
4031
|
+
`;
|
|
4032
|
+
info += `${theme.bold("Messages")}
|
|
4033
|
+
`;
|
|
4034
|
+
info += `${theme.fg("dim", "User:")} ${stats.userMessages}
|
|
4035
|
+
`;
|
|
4036
|
+
info += `${theme.fg("dim", "Assistant:")} ${stats.assistantMessages}
|
|
4037
|
+
`;
|
|
4038
|
+
info += `${theme.fg("dim", "Tool Calls:")} ${stats.toolCalls}
|
|
4039
|
+
`;
|
|
4040
|
+
info += `${theme.fg("dim", "Tool Results:")} ${stats.toolResults}
|
|
4041
|
+
`;
|
|
4042
|
+
info += `${theme.fg("dim", "Total:")} ${stats.totalMessages}
|
|
4043
|
+
|
|
4044
|
+
`;
|
|
4045
|
+
info += `${theme.bold("Tokens")}
|
|
4046
|
+
`;
|
|
4047
|
+
info += `${theme.fg("dim", "Input:")} ${stats.tokens.input.toLocaleString()}
|
|
4048
|
+
`;
|
|
4049
|
+
info += `${theme.fg("dim", "Output:")} ${stats.tokens.output.toLocaleString()}
|
|
4050
|
+
`;
|
|
4051
|
+
if (stats.tokens.cacheRead > 0) {
|
|
4052
|
+
info += `${theme.fg("dim", "Cache Read:")} ${stats.tokens.cacheRead.toLocaleString()}
|
|
4053
|
+
`;
|
|
4054
|
+
}
|
|
4055
|
+
if (stats.tokens.cacheWrite > 0) {
|
|
4056
|
+
info += `${theme.fg("dim", "Cache Write:")} ${stats.tokens.cacheWrite.toLocaleString()}
|
|
4057
|
+
`;
|
|
4058
|
+
}
|
|
4059
|
+
info += `${theme.fg("dim", "Total:")} ${stats.tokens.total.toLocaleString()}
|
|
4060
|
+
`;
|
|
4061
|
+
if (stats.cost > 0) {
|
|
4062
|
+
info += `
|
|
4063
|
+
${theme.bold("Cost")}
|
|
4064
|
+
`;
|
|
4065
|
+
info += `${theme.fg("dim", "Total:")} ${stats.cost.toFixed(4)}`;
|
|
4066
|
+
}
|
|
4067
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
4068
|
+
this.chatContainer.addChild(new Text(info, 1, 0));
|
|
4069
|
+
this.ui.requestRender();
|
|
4070
|
+
}
|
|
4071
|
+
handleChangelogCommand() {
|
|
4072
|
+
const changelogPath = getChangelogPath();
|
|
4073
|
+
const allEntries = parseChangelog(changelogPath);
|
|
4074
|
+
const changelogMarkdown = allEntries.length > 0 ? allEntries.reverse().map((e) => e.content).join("\n\n") : "No changelog entries found.";
|
|
4075
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
4076
|
+
this.chatContainer.addChild(new DynamicBorder());
|
|
4077
|
+
this.chatContainer.addChild(new Text(theme.bold(theme.fg("accent", "What's New")), 1, 0));
|
|
4078
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
4079
|
+
this.chatContainer.addChild(new Markdown(changelogMarkdown, 1, 1, this.getMarkdownThemeWithSettings()));
|
|
4080
|
+
this.chatContainer.addChild(new DynamicBorder());
|
|
4081
|
+
this.ui.requestRender();
|
|
4082
|
+
}
|
|
4083
|
+
/**
|
|
4084
|
+
* Get capitalized display string for an app keybinding action.
|
|
4085
|
+
*/
|
|
4086
|
+
getAppKeyDisplay(action) {
|
|
4087
|
+
return keyDisplayText(action);
|
|
4088
|
+
}
|
|
4089
|
+
/**
|
|
4090
|
+
* Get capitalized display string for an editor keybinding action.
|
|
4091
|
+
*/
|
|
4092
|
+
getEditorKeyDisplay(action) {
|
|
4093
|
+
return keyDisplayText(action);
|
|
4094
|
+
}
|
|
4095
|
+
handleHotkeysCommand() {
|
|
4096
|
+
const cursorUp = this.getEditorKeyDisplay("tui.editor.cursorUp");
|
|
4097
|
+
const cursorDown = this.getEditorKeyDisplay("tui.editor.cursorDown");
|
|
4098
|
+
const cursorLeft = this.getEditorKeyDisplay("tui.editor.cursorLeft");
|
|
4099
|
+
const cursorRight = this.getEditorKeyDisplay("tui.editor.cursorRight");
|
|
4100
|
+
const cursorWordLeft = this.getEditorKeyDisplay("tui.editor.cursorWordLeft");
|
|
4101
|
+
const cursorWordRight = this.getEditorKeyDisplay("tui.editor.cursorWordRight");
|
|
4102
|
+
const cursorLineStart = this.getEditorKeyDisplay("tui.editor.cursorLineStart");
|
|
4103
|
+
const cursorLineEnd = this.getEditorKeyDisplay("tui.editor.cursorLineEnd");
|
|
4104
|
+
const jumpForward = this.getEditorKeyDisplay("tui.editor.jumpForward");
|
|
4105
|
+
const jumpBackward = this.getEditorKeyDisplay("tui.editor.jumpBackward");
|
|
4106
|
+
const pageUp = this.getEditorKeyDisplay("tui.editor.pageUp");
|
|
4107
|
+
const pageDown = this.getEditorKeyDisplay("tui.editor.pageDown");
|
|
4108
|
+
const submit = this.getEditorKeyDisplay("tui.input.submit");
|
|
4109
|
+
const newLine = this.getEditorKeyDisplay("tui.input.newLine");
|
|
4110
|
+
const deleteWordBackward = this.getEditorKeyDisplay("tui.editor.deleteWordBackward");
|
|
4111
|
+
const deleteWordForward = this.getEditorKeyDisplay("tui.editor.deleteWordForward");
|
|
4112
|
+
const deleteToLineStart = this.getEditorKeyDisplay("tui.editor.deleteToLineStart");
|
|
4113
|
+
const deleteToLineEnd = this.getEditorKeyDisplay("tui.editor.deleteToLineEnd");
|
|
4114
|
+
const yank = this.getEditorKeyDisplay("tui.editor.yank");
|
|
4115
|
+
const yankPop = this.getEditorKeyDisplay("tui.editor.yankPop");
|
|
4116
|
+
const undo = this.getEditorKeyDisplay("tui.editor.undo");
|
|
4117
|
+
const tab = this.getEditorKeyDisplay("tui.input.tab");
|
|
4118
|
+
const interrupt = this.getAppKeyDisplay("app.interrupt");
|
|
4119
|
+
const clear = this.getAppKeyDisplay("app.clear");
|
|
4120
|
+
const exit = this.getAppKeyDisplay("app.exit");
|
|
4121
|
+
const suspend = this.getAppKeyDisplay("app.suspend");
|
|
4122
|
+
const cycleThinkingLevel = this.getAppKeyDisplay("app.thinking.cycle");
|
|
4123
|
+
const cycleModelForward = this.getAppKeyDisplay("app.model.cycleForward");
|
|
4124
|
+
const selectModel = this.getAppKeyDisplay("app.model.select");
|
|
4125
|
+
const expandTools = this.getAppKeyDisplay("app.tools.expand");
|
|
4126
|
+
const toggleThinking = this.getAppKeyDisplay("app.thinking.toggle");
|
|
4127
|
+
const externalEditor = this.getAppKeyDisplay("app.editor.external");
|
|
4128
|
+
const cycleModelBackward = this.getAppKeyDisplay("app.model.cycleBackward");
|
|
4129
|
+
const followUp = this.getAppKeyDisplay("app.message.followUp");
|
|
4130
|
+
const dequeue = this.getAppKeyDisplay("app.message.dequeue");
|
|
4131
|
+
const pasteImage = this.getAppKeyDisplay("app.clipboard.pasteImage");
|
|
4132
|
+
let hotkeys = `
|
|
4133
|
+
**Navigation**
|
|
4134
|
+
| Key | Action |
|
|
4135
|
+
|-----|--------|
|
|
4136
|
+
| \`${cursorUp}\` / \`${cursorDown}\` / \`${cursorLeft}\` / \`${cursorRight}\` | Move cursor / browse history (Up when empty) |
|
|
4137
|
+
| \`${cursorWordLeft}\` / \`${cursorWordRight}\` | Move by word |
|
|
4138
|
+
| \`${cursorLineStart}\` | Start of line |
|
|
4139
|
+
| \`${cursorLineEnd}\` | End of line |
|
|
4140
|
+
| \`${jumpForward}\` | Jump forward to character |
|
|
4141
|
+
| \`${jumpBackward}\` | Jump backward to character |
|
|
4142
|
+
| \`${pageUp}\` / \`${pageDown}\` | Scroll by page |
|
|
4143
|
+
|
|
4144
|
+
**Editing**
|
|
4145
|
+
| Key | Action |
|
|
4146
|
+
|-----|--------|
|
|
4147
|
+
| \`${submit}\` | Send message |
|
|
4148
|
+
| \`${newLine}\` | New line${process.platform === "win32" ? " (Ctrl+Enter on Windows Terminal)" : ""} |
|
|
4149
|
+
| \`${deleteWordBackward}\` | Delete word backwards |
|
|
4150
|
+
| \`${deleteWordForward}\` | Delete word forwards |
|
|
4151
|
+
| \`${deleteToLineStart}\` | Delete to start of line |
|
|
4152
|
+
| \`${deleteToLineEnd}\` | Delete to end of line |
|
|
4153
|
+
| \`${yank}\` | Paste the most-recently-deleted text |
|
|
4154
|
+
| \`${yankPop}\` | Cycle through the deleted text after pasting |
|
|
4155
|
+
| \`${undo}\` | Undo |
|
|
4156
|
+
|
|
4157
|
+
**Other**
|
|
4158
|
+
| Key | Action |
|
|
4159
|
+
|-----|--------|
|
|
4160
|
+
| \`${tab}\` | Path completion / accept autocomplete |
|
|
4161
|
+
| \`${interrupt}\` | Cancel autocomplete / abort streaming |
|
|
4162
|
+
| \`${clear}\` | Clear editor (first) / exit (second) |
|
|
4163
|
+
| \`${exit}\` | Exit (when editor is empty) |
|
|
4164
|
+
| \`${suspend}\` | Suspend to background |
|
|
4165
|
+
| \`${cycleThinkingLevel}\` | Cycle thinking level |
|
|
4166
|
+
| \`${cycleModelForward}\` / \`${cycleModelBackward}\` | Cycle models |
|
|
4167
|
+
| \`${selectModel}\` | Open model selector |
|
|
4168
|
+
| \`${expandTools}\` | Toggle tool output expansion |
|
|
4169
|
+
| \`${toggleThinking}\` | Toggle thinking block visibility |
|
|
4170
|
+
| \`${externalEditor}\` | Edit message in external editor |
|
|
4171
|
+
| \`${followUp}\` | Queue follow-up message |
|
|
4172
|
+
| \`${dequeue}\` | Restore queued messages |
|
|
4173
|
+
| \`${pasteImage}\` | Paste image from clipboard |
|
|
4174
|
+
| \`/\` | Slash commands |
|
|
4175
|
+
| \`!\` | Run bash command |
|
|
4176
|
+
| \`!!\` | Run bash command (excluded from context) |
|
|
4177
|
+
`;
|
|
4178
|
+
const extensionRunner = this.session.extensionRunner;
|
|
4179
|
+
const shortcuts = extensionRunner.getShortcuts(this.keybindings.getEffectiveConfig());
|
|
4180
|
+
if (shortcuts.size > 0) {
|
|
4181
|
+
hotkeys += `
|
|
4182
|
+
**Extensions**
|
|
4183
|
+
| Key | Action |
|
|
4184
|
+
|-----|--------|
|
|
4185
|
+
`;
|
|
4186
|
+
for (const [key, shortcut] of shortcuts) {
|
|
4187
|
+
const description = shortcut.description ?? shortcut.extensionPath;
|
|
4188
|
+
const keyDisplay = formatKeyText(key, { capitalize: true });
|
|
4189
|
+
hotkeys += `| \`${keyDisplay}\` | ${description} |
|
|
4190
|
+
`;
|
|
4191
|
+
}
|
|
4192
|
+
}
|
|
4193
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
4194
|
+
this.chatContainer.addChild(new DynamicBorder());
|
|
4195
|
+
this.chatContainer.addChild(new Text(theme.bold(theme.fg("accent", "Keyboard Shortcuts")), 1, 0));
|
|
4196
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
4197
|
+
this.chatContainer.addChild(new Markdown(hotkeys.trim(), 1, 1, this.getMarkdownThemeWithSettings()));
|
|
4198
|
+
this.chatContainer.addChild(new DynamicBorder());
|
|
4199
|
+
this.ui.requestRender();
|
|
4200
|
+
}
|
|
4201
|
+
async handleClearCommand() {
|
|
4202
|
+
if (this.loadingAnimation) {
|
|
4203
|
+
this.loadingAnimation.stop();
|
|
4204
|
+
this.loadingAnimation = void 0;
|
|
4205
|
+
}
|
|
4206
|
+
this.statusContainer.clear();
|
|
4207
|
+
try {
|
|
4208
|
+
const result = await this.runtimeHost.newSession();
|
|
4209
|
+
if (result.cancelled) {
|
|
4210
|
+
return;
|
|
4211
|
+
}
|
|
4212
|
+
this.renderCurrentSessionState();
|
|
4213
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
4214
|
+
this.chatContainer.addChild(new Text(`${theme.fg("accent", "✓ New session started")}`, 1, 1));
|
|
4215
|
+
this.ui.requestRender();
|
|
4216
|
+
} catch (error) {
|
|
4217
|
+
await this.handleFatalRuntimeError("Failed to create session", error);
|
|
4218
|
+
}
|
|
4219
|
+
}
|
|
4220
|
+
handleDebugCommand() {
|
|
4221
|
+
const width = this.ui.terminal.columns;
|
|
4222
|
+
const height = this.ui.terminal.rows;
|
|
4223
|
+
const allLines = this.ui.render(width);
|
|
4224
|
+
const debugLogPath = getDebugLogPath();
|
|
4225
|
+
const debugData = [
|
|
4226
|
+
`Debug output at ${(/* @__PURE__ */ new Date()).toISOString()}`,
|
|
4227
|
+
`Terminal: ${width}x${height}`,
|
|
4228
|
+
`Total lines: ${allLines.length}`,
|
|
4229
|
+
"",
|
|
4230
|
+
"=== All rendered lines with visible widths ===",
|
|
4231
|
+
...allLines.map((line, idx) => {
|
|
4232
|
+
const vw = visibleWidth(line);
|
|
4233
|
+
const escaped = JSON.stringify(line);
|
|
4234
|
+
return `[${idx}] (w=${vw}) ${escaped}`;
|
|
4235
|
+
}),
|
|
4236
|
+
"",
|
|
4237
|
+
"=== Agent messages (JSONL) ===",
|
|
4238
|
+
...this.session.messages.map((msg) => JSON.stringify(msg)),
|
|
4239
|
+
""
|
|
4240
|
+
].join("\n");
|
|
4241
|
+
fs.mkdirSync(path.dirname(debugLogPath), { recursive: true });
|
|
4242
|
+
fs.writeFileSync(debugLogPath, debugData);
|
|
4243
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
4244
|
+
this.chatContainer.addChild(new Text(`${theme.fg("accent", "✓ Debug log written")}
|
|
4245
|
+
${theme.fg("muted", debugLogPath)}`, 1, 1));
|
|
4246
|
+
this.ui.requestRender();
|
|
4247
|
+
}
|
|
4248
|
+
handleArminSaysHi() {
|
|
4249
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
4250
|
+
this.chatContainer.addChild(new ArminComponent(this.ui));
|
|
4251
|
+
this.ui.requestRender();
|
|
4252
|
+
}
|
|
4253
|
+
handleDementedDelves() {
|
|
4254
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
4255
|
+
this.chatContainer.addChild(new EarendilAnnouncementComponent());
|
|
4256
|
+
this.ui.requestRender();
|
|
4257
|
+
}
|
|
4258
|
+
handleDaxnuts() {
|
|
4259
|
+
this.chatContainer.addChild(new Spacer(1));
|
|
4260
|
+
this.chatContainer.addChild(new DaxnutsComponent(this.ui));
|
|
4261
|
+
this.ui.requestRender();
|
|
4262
|
+
}
|
|
4263
|
+
checkDaxnutsEasterEgg(model) {
|
|
4264
|
+
if (model.provider === "opencode" && model.id.toLowerCase().includes("kimi-k2.5")) {
|
|
4265
|
+
this.handleDaxnuts();
|
|
4266
|
+
}
|
|
4267
|
+
}
|
|
4268
|
+
async handleBashCommand(command, excludeFromContext = false) {
|
|
4269
|
+
const extensionRunner = this.session.extensionRunner;
|
|
4270
|
+
const eventResult = await extensionRunner.emitUserBash({
|
|
4271
|
+
type: "user_bash",
|
|
4272
|
+
command,
|
|
4273
|
+
excludeFromContext,
|
|
4274
|
+
cwd: this.sessionManager.getCwd()
|
|
4275
|
+
});
|
|
4276
|
+
if (eventResult?.result) {
|
|
4277
|
+
const result = eventResult.result;
|
|
4278
|
+
this.bashComponent = new BashExecutionComponent(command, this.ui, excludeFromContext);
|
|
4279
|
+
if (this.session.isStreaming) {
|
|
4280
|
+
this.pendingMessagesContainer.addChild(this.bashComponent);
|
|
4281
|
+
this.pendingBashComponents.push(this.bashComponent);
|
|
4282
|
+
} else {
|
|
4283
|
+
this.chatContainer.addChild(this.bashComponent);
|
|
4284
|
+
}
|
|
4285
|
+
if (result.output) {
|
|
4286
|
+
this.bashComponent.appendOutput(result.output);
|
|
4287
|
+
}
|
|
4288
|
+
this.bashComponent.setComplete(result.exitCode, result.cancelled, result.truncated ? { truncated: true, content: result.output } : void 0, result.fullOutputPath);
|
|
4289
|
+
this.session.recordBashResult(command, result, { excludeFromContext });
|
|
4290
|
+
this.bashComponent = void 0;
|
|
4291
|
+
this.ui.requestRender();
|
|
4292
|
+
return;
|
|
4293
|
+
}
|
|
4294
|
+
const isDeferred = this.session.isStreaming;
|
|
4295
|
+
this.bashComponent = new BashExecutionComponent(command, this.ui, excludeFromContext);
|
|
4296
|
+
if (isDeferred) {
|
|
4297
|
+
this.pendingMessagesContainer.addChild(this.bashComponent);
|
|
4298
|
+
this.pendingBashComponents.push(this.bashComponent);
|
|
4299
|
+
} else {
|
|
4300
|
+
this.chatContainer.addChild(this.bashComponent);
|
|
4301
|
+
}
|
|
4302
|
+
this.ui.requestRender();
|
|
4303
|
+
try {
|
|
4304
|
+
const result = await this.session.executeBash(command, (chunk) => {
|
|
4305
|
+
if (this.bashComponent) {
|
|
4306
|
+
this.bashComponent.appendOutput(chunk);
|
|
4307
|
+
this.ui.requestRender();
|
|
4308
|
+
}
|
|
4309
|
+
}, { excludeFromContext, operations: eventResult?.operations });
|
|
4310
|
+
if (this.bashComponent) {
|
|
4311
|
+
this.bashComponent.setComplete(result.exitCode, result.cancelled, result.truncated ? { truncated: true, content: result.output } : void 0, result.fullOutputPath);
|
|
4312
|
+
}
|
|
4313
|
+
} catch (error) {
|
|
4314
|
+
if (this.bashComponent) {
|
|
4315
|
+
this.bashComponent.setComplete(void 0, false);
|
|
4316
|
+
}
|
|
4317
|
+
this.showError(`Bash command failed: ${error instanceof Error ? error.message : "Unknown error"}`);
|
|
4318
|
+
}
|
|
4319
|
+
this.bashComponent = void 0;
|
|
4320
|
+
this.ui.requestRender();
|
|
4321
|
+
}
|
|
4322
|
+
async handleCompactCommand(customInstructions) {
|
|
4323
|
+
const entries = this.sessionManager.getEntries();
|
|
4324
|
+
const messageCount = entries.filter((e) => e.type === "message").length;
|
|
4325
|
+
if (messageCount < 2) {
|
|
4326
|
+
this.showWarning("Nothing to compact (no messages yet)");
|
|
4327
|
+
return;
|
|
4328
|
+
}
|
|
4329
|
+
if (this.loadingAnimation) {
|
|
4330
|
+
this.loadingAnimation.stop();
|
|
4331
|
+
this.loadingAnimation = void 0;
|
|
4332
|
+
}
|
|
4333
|
+
this.statusContainer.clear();
|
|
4334
|
+
try {
|
|
4335
|
+
await this.session.compact(customInstructions);
|
|
4336
|
+
} catch {
|
|
4337
|
+
}
|
|
4338
|
+
}
|
|
4339
|
+
stop() {
|
|
4340
|
+
this.unregisterSignalHandlers();
|
|
4341
|
+
if (this.settingsManager.getShowTerminalProgress()) {
|
|
4342
|
+
this.ui.terminal.setProgress(false);
|
|
4343
|
+
}
|
|
4344
|
+
if (this.loadingAnimation) {
|
|
4345
|
+
this.loadingAnimation.stop();
|
|
4346
|
+
this.loadingAnimation = void 0;
|
|
4347
|
+
}
|
|
4348
|
+
this.clearExtensionTerminalInputListeners();
|
|
4349
|
+
this.footer.dispose();
|
|
4350
|
+
this.footerDataProvider.dispose();
|
|
4351
|
+
if (this.unsubscribe) {
|
|
4352
|
+
this.unsubscribe();
|
|
4353
|
+
}
|
|
4354
|
+
if (this.isInitialized) {
|
|
4355
|
+
this.ui.stop();
|
|
4356
|
+
this.isInitialized = false;
|
|
4357
|
+
}
|
|
4358
|
+
}
|
|
4359
|
+
}
|
|
4360
|
+
export {
|
|
4361
|
+
InteractiveMode,
|
|
4362
|
+
isApiKeyLoginProvider
|
|
4363
|
+
};
|