@happier-dev/stack 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +13 -9
- package/bin/happier.mjs +3 -0
- package/bin/hstack.mjs +96 -14
- package/docs/happy-development.md +2 -2
- package/docs/isolated-linux-vm.md +11 -3
- package/docs/mobile-ios.md +3 -1
- package/docs/paths-and-env.md +1 -1
- package/docs/remote-access.md +5 -2
- package/docs/stacks.md +2 -1
- package/docs/worktrees-and-forks.md +1 -1
- package/extras/swiftbar/hstack.5s.sh +38 -14
- package/extras/swiftbar/install.sh +12 -0
- package/extras/swiftbar/lib/system.sh +159 -7
- package/extras/swiftbar/lib/utils.sh +2 -2
- package/node_modules/@happier-dev/agents/dist/.tsbuildinfo +1 -0
- package/node_modules/@happier-dev/agents/dist/acp.d.ts +19 -0
- package/node_modules/@happier-dev/agents/dist/acp.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/acp.js +37 -0
- package/node_modules/@happier-dev/agents/dist/acp.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/advancedModes.d.ts.map +1 -1
- package/node_modules/@happier-dev/agents/dist/advancedModes.js +4 -8
- package/node_modules/@happier-dev/agents/dist/advancedModes.js.map +1 -1
- package/node_modules/@happier-dev/agents/dist/auth.d.ts +16 -0
- package/node_modules/@happier-dev/agents/dist/auth.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/auth.js +109 -0
- package/node_modules/@happier-dev/agents/dist/auth.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/backendTargets.d.ts +2 -0
- package/node_modules/@happier-dev/agents/dist/backendTargets.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/backendTargets.js +2 -0
- package/node_modules/@happier-dev/agents/dist/backendTargets.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/index.d.ts +29 -4
- package/node_modules/@happier-dev/agents/dist/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/agents/dist/index.js +28 -3
- package/node_modules/@happier-dev/agents/dist/index.js.map +1 -1
- package/node_modules/@happier-dev/agents/dist/localCli.d.ts +17 -0
- package/node_modules/@happier-dev/agents/dist/localCli.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/localCli.js +107 -0
- package/node_modules/@happier-dev/agents/dist/localCli.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/localControl.d.ts +9 -0
- package/node_modules/@happier-dev/agents/dist/localControl.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/localControl.js +16 -0
- package/node_modules/@happier-dev/agents/dist/localControl.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/manifest.d.ts +385 -31
- package/node_modules/@happier-dev/agents/dist/manifest.d.ts.map +1 -1
- package/node_modules/@happier-dev/agents/dist/manifest.js +200 -30
- package/node_modules/@happier-dev/agents/dist/manifest.js.map +1 -1
- package/node_modules/@happier-dev/agents/dist/models.d.ts +21 -0
- package/node_modules/@happier-dev/agents/dist/models.d.ts.map +1 -1
- package/node_modules/@happier-dev/agents/dist/models.js +170 -24
- package/node_modules/@happier-dev/agents/dist/models.js.map +1 -1
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/claudeRemote.d.ts +246 -14
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/claudeRemote.d.ts.map +1 -1
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/claudeRemote.js +222 -40
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/claudeRemote.js.map +1 -1
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/codex.d.ts +41 -8
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/codex.d.ts.map +1 -1
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/codex.js +43 -18
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/codex.js.map +1 -1
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/opencode.d.ts +75 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/opencode.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/opencode.js +120 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/opencode.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providerSettings/index.d.ts +6 -4
- package/node_modules/@happier-dev/agents/dist/providerSettings/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/agents/dist/providerSettings/index.js +4 -3
- package/node_modules/@happier-dev/agents/dist/providerSettings/index.js.map +1 -1
- package/node_modules/@happier-dev/agents/dist/providerSettings/registry.d.ts +2 -1
- package/node_modules/@happier-dev/agents/dist/providerSettings/registry.d.ts.map +1 -1
- package/node_modules/@happier-dev/agents/dist/providerSettings/registry.js +8 -15
- package/node_modules/@happier-dev/agents/dist/providerSettings/registry.js.map +1 -1
- package/node_modules/@happier-dev/agents/dist/providerSettings/types.d.ts +2 -5
- package/node_modules/@happier-dev/agents/dist/providerSettings/types.d.ts.map +1 -1
- package/node_modules/@happier-dev/agents/dist/providers/claude/effort.d.ts +6 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/effort.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/effort.js +30 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/effort.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/index.d.ts +3 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/index.js +3 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/index.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/permissionRequestSource.d.ts +7 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/permissionRequestSource.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/permissionRequestSource.js +8 -0
- package/node_modules/@happier-dev/agents/dist/providers/claude/permissionRequestSource.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/index.d.ts +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/agents/dist/providers/index.js +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/index.js.map +1 -1
- package/node_modules/@happier-dev/agents/dist/providers/providerCliInstallGuidance.d.ts +4 -0
- package/node_modules/@happier-dev/agents/dist/providers/providerCliInstallGuidance.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/providerCliInstallGuidance.js +56 -0
- package/node_modules/@happier-dev/agents/dist/providers/providerCliInstallGuidance.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/providerCliRuntime.d.ts +36 -0
- package/node_modules/@happier-dev/agents/dist/providers/providerCliRuntime.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/providers/providerCliRuntime.js +212 -0
- package/node_modules/@happier-dev/agents/dist/providers/providerCliRuntime.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromFlavor.d.ts +3 -0
- package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromFlavor.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromFlavor.js +24 -0
- package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromFlavor.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromSessionMetadata.d.ts +4 -0
- package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromSessionMetadata.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromSessionMetadata.js +39 -0
- package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromSessionMetadata.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/runtimeKinds.d.ts +30 -0
- package/node_modules/@happier-dev/agents/dist/runtimeKinds.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/runtimeKinds.js +51 -0
- package/node_modules/@happier-dev/agents/dist/runtimeKinds.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/agentRuntimeDescriptor.d.ts +87 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/agentRuntimeDescriptor.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/agentRuntimeDescriptor.js +151 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/agentRuntimeDescriptor.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeDescriptorExtra.d.ts +30 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeDescriptorExtra.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeDescriptorExtra.js +63 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeDescriptorExtra.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeIdentity.d.ts +12 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeIdentity.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeIdentity.js +80 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeIdentity.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/existingSessionAutomationPolicy.d.ts +16 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/existingSessionAutomationPolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/existingSessionAutomationPolicy.js +57 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/existingSessionAutomationPolicy.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/metadataKeys.d.ts +13 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/metadataKeys.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/metadataKeys.js +41 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/metadataKeys.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeRuntimeDescriptorExtra.d.ts +24 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeRuntimeDescriptorExtra.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeRuntimeDescriptorExtra.js +56 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeRuntimeDescriptorExtra.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeSessionRuntimeHandle.d.ts +12 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeSessionRuntimeHandle.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeSessionRuntimeHandle.js +48 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeSessionRuntimeHandle.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/providerSessionBackends.d.ts +29 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/providerSessionBackends.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/providerSessionBackends.js +87 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/providerSessionBackends.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/publish.d.ts.map +1 -1
- package/node_modules/@happier-dev/agents/dist/sessionControls/publish.js +23 -14
- package/node_modules/@happier-dev/agents/dist/sessionControls/publish.js.map +1 -1
- package/node_modules/@happier-dev/agents/dist/sessionControls/sessionCapabilities.d.ts +13 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/sessionCapabilities.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/sessionCapabilities.js +54 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/sessionCapabilities.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/vendorHandoffPolicy.d.ts +18 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/vendorHandoffPolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/vendorHandoffPolicy.js +56 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/vendorHandoffPolicy.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/vendorResumePolicy.d.ts +16 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/vendorResumePolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/vendorResumePolicy.js +79 -0
- package/node_modules/@happier-dev/agents/dist/sessionControls/vendorResumePolicy.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/sessionModes.d.ts +11 -1
- package/node_modules/@happier-dev/agents/dist/sessionModes.d.ts.map +1 -1
- package/node_modules/@happier-dev/agents/dist/sessionModes.js +42 -11
- package/node_modules/@happier-dev/agents/dist/sessionModes.js.map +1 -1
- package/node_modules/@happier-dev/agents/dist/sessions/replay/happierReplayPrompt.d.ts +8 -0
- package/node_modules/@happier-dev/agents/dist/sessions/replay/happierReplayPrompt.d.ts.map +1 -1
- package/node_modules/@happier-dev/agents/dist/sessions/replay/happierReplayPrompt.js +60 -19
- package/node_modules/@happier-dev/agents/dist/sessions/replay/happierReplayPrompt.js.map +1 -1
- package/node_modules/@happier-dev/agents/dist/tools.d.ts +10 -0
- package/node_modules/@happier-dev/agents/dist/tools.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/tools.js +14 -0
- package/node_modules/@happier-dev/agents/dist/tools.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/types.d.ts +53 -27
- package/node_modules/@happier-dev/agents/dist/types.d.ts.map +1 -1
- package/node_modules/@happier-dev/agents/dist/types.js +3 -10
- package/node_modules/@happier-dev/agents/dist/types.js.map +1 -1
- package/node_modules/@happier-dev/agents/dist/voice/normalizeVoiceAgentTurnTranscriptText.d.ts +2 -0
- package/node_modules/@happier-dev/agents/dist/voice/normalizeVoiceAgentTurnTranscriptText.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/voice/normalizeVoiceAgentTurnTranscriptText.js +36 -0
- package/node_modules/@happier-dev/agents/dist/voice/normalizeVoiceAgentTurnTranscriptText.js.map +1 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.d.ts +4 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.d.ts.map +1 -1
- package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.js +127 -60
- package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.js.map +1 -1
- package/node_modules/@happier-dev/agents/dist/voice/voiceToolDocumentation.d.ts +9 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceToolDocumentation.d.ts.map +1 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceToolDocumentation.js +88 -0
- package/node_modules/@happier-dev/agents/dist/voice/voiceToolDocumentation.js.map +1 -0
- package/node_modules/@happier-dev/agents/package.json +0 -1
- package/node_modules/@happier-dev/cli-common/dist/.tsbuildinfo +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildCliBinaryArtifactPayload.d.ts +15 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildCliBinaryArtifactPayload.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildCliBinaryArtifactPayload.js +157 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildCliBinaryArtifactPayload.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildServerBinaryArtifactPayload.d.ts +29 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildServerBinaryArtifactPayload.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildServerBinaryArtifactPayload.js +84 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildServerBinaryArtifactPayload.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.d.ts +35 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.js +105 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.test.js +29 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.d.ts +15 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.js +34 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.test.js +76 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/index.d.ts +6 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/index.js +6 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/index.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/serverSidecars.d.ts +13 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/serverSidecars.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/serverSidecars.js +65 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/serverSidecars.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/targets.d.ts +18 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/targets.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/targets.js +30 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/targets.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/withCliDistBuildLock.d.ts +9 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/withCliDistBuildLock.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/withCliDistBuildLock.js +101 -0
- package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/withCliDistBuildLock.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/componentCatalog.d.ts +93 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/componentCatalog.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/componentCatalog.js +98 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/componentCatalog.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/extractReleasePayloadRootFromArchive.d.ts +6 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/extractReleasePayloadRootFromArchive.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/extractReleasePayloadRootFromArchive.js +40 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/extractReleasePayloadRootFromArchive.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/index.d.ts +30 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/index.js +18 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/index.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installLayout.d.ts +28 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installLayout.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installLayout.js +35 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installLayout.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installVersionedPayload.d.ts +12 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installVersionedPayload.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installVersionedPayload.js +37 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installVersionedPayload.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/listInstalledVersionIdsNewestFirst.d.ts +9 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/listInstalledVersionIdsNewestFirst.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/listInstalledVersionIdsNewestFirst.js +17 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/listInstalledVersionIdsNewestFirst.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.d.ts +28 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.js +186 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.test.js +151 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/promoteVersionedPayload.d.ts +16 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/promoteVersionedPayload.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/promoteVersionedPayload.js +65 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/promoteVersionedPayload.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/pruneRetainedVersions.d.ts +17 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/pruneRetainedVersions.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/pruneRetainedVersions.js +26 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/pruneRetainedVersions.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.d.ts +96 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.js +163 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.test.js +145 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntimeInstall.d.ts +16 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntimeInstall.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntimeInstall.js +191 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntimeInstall.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.d.ts +17 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.js +90 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.test.js +96 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/resolveInstalledComponentPaths.d.ts +18 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/resolveInstalledComponentPaths.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/resolveInstalledComponentPaths.js +24 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/resolveInstalledComponentPaths.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/retentionPolicy.d.ts +11 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/retentionPolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/retentionPolicy.js +23 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/retentionPolicy.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/rollbackVersionedPayload.d.ts +13 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/rollbackVersionedPayload.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/rollbackVersionedPayload.js +65 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/rollbackVersionedPayload.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/runtimeKinds.d.ts +4 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/runtimeKinds.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/runtimeKinds.js +5 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/runtimeKinds.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/selfHostServerEnv.d.ts +14 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/selfHostServerEnv.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/selfHostServerEnv.js +114 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/selfHostServerEnv.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledFirstPartyShims.d.ts +12 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledFirstPartyShims.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledFirstPartyShims.js +24 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledFirstPartyShims.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledPayloadPointer.d.ts +7 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledPayloadPointer.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledPayloadPointer.js +13 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledPayloadPointer.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/versionMarkers.d.ts +11 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/versionMarkers.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/versionMarkers.js +31 -0
- package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/versionMarkers.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/index.d.ts +4 -0
- package/node_modules/@happier-dev/cli-common/dist/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/index.js +4 -0
- package/node_modules/@happier-dev/cli-common/dist/index.js.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/links/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/links/index.js +72 -8
- package/node_modules/@happier-dev/cli-common/dist/links/index.js.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/process/commandExists.d.ts +5 -0
- package/node_modules/@happier-dev/cli-common/dist/process/commandExists.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/process/commandExists.js +24 -0
- package/node_modules/@happier-dev/cli-common/dist/process/commandExists.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/process/index.d.ts +4 -0
- package/node_modules/@happier-dev/cli-common/dist/process/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/process/index.js +3 -0
- package/node_modules/@happier-dev/cli-common/dist/process/index.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/process/windows/resolveWindowsCommandInvocation.d.ts +14 -0
- package/node_modules/@happier-dev/cli-common/dist/process/windows/resolveWindowsCommandInvocation.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/process/windows/resolveWindowsCommandInvocation.js +128 -0
- package/node_modules/@happier-dev/cli-common/dist/process/windows/resolveWindowsCommandInvocation.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/codexRelease.d.ts +9 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/codexRelease.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/codexRelease.js +72 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/codexRelease.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/createManagedToolScratchDir.d.ts +5 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/createManagedToolScratchDir.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/createManagedToolScratchDir.js +16 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/createManagedToolScratchDir.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/downloadGitHubReleaseAsset.d.ts +7 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/downloadGitHubReleaseAsset.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/downloadGitHubReleaseAsset.js +87 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/downloadGitHubReleaseAsset.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/extractGitHubReleaseAsset.d.ts +7 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/extractGitHubReleaseAsset.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/extractGitHubReleaseAsset.js +37 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/extractGitHubReleaseAsset.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/index.d.ts +9 -50
- package/node_modules/@happier-dev/cli-common/dist/providers/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/providers/index.js +7 -128
- package/node_modules/@happier-dev/cli-common/dist/providers/index.js.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/providers/install.d.ts +70 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/install.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/install.gating.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/install.gating.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/install.gating.test.js +178 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/install.gating.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/install.js +444 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/install.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.d.ts +25 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.js +279 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.systemNodeFallback.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.systemNodeFallback.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.systemNodeFallback.test.js +119 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.systemNodeFallback.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.d.ts +14 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.js +232 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.test.js +138 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/nodeRelease.d.ts +13 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/nodeRelease.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/nodeRelease.js +109 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/nodeRelease.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.d.ts +11 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.js +68 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.test.js +44 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolution.d.ts +23 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolution.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolution.js +206 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolution.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolution.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolution.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolution.test.js +20 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolution.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.js +23 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.test.js +19 -0
- package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/relayHost/index.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/relayHost/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/relayHost/index.js +2 -0
- package/node_modules/@happier-dev/cli-common/dist/relayHost/index.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/relayHost/relayHostEngine.d.ts +65 -0
- package/node_modules/@happier-dev/cli-common/dist/relayHost/relayHostEngine.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/relayHost/relayHostEngine.js +719 -0
- package/node_modules/@happier-dev/cli-common/dist/relayHost/relayHostEngine.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/index.d.ts +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/service/index.js +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/index.js.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/service/launchd.d.ts.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/service/launchd.js +2 -25
- package/node_modules/@happier-dev/cli-common/dist/service/launchd.js.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/service/manager.d.ts.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/service/manager.js +61 -19
- package/node_modules/@happier-dev/cli-common/dist/service/manager.js.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/service/path.d.ts +16 -0
- package/node_modules/@happier-dev/cli-common/dist/service/path.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/path.js +86 -0
- package/node_modules/@happier-dev/cli-common/dist/service/path.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/service/systemd.d.ts.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/service/systemd.js +18 -10
- package/node_modules/@happier-dev/cli-common/dist/service/systemd.js.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/createExecutionRunnerFromKind.d.ts +4 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/createExecutionRunnerFromKind.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/createExecutionRunnerFromKind.js +72 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/createExecutionRunnerFromKind.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/index.d.ts +5 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/index.js +5 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/index.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.d.ts +56 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.js +159 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.test.js +177 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/index.d.ts +6 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/index.js +6 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/index.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.d.ts +65 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.js +148 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.test.js +173 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.d.ts +55 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.js +160 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.test.js +98 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.d.ts +86 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.js +303 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.test.js +549 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.d.ts +32 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.js +109 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.test.js +37 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.d.ts +25 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.js +141 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.test.js +243 -0
- package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.d.ts +66 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.js +324 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.test.js +204 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/index.d.ts +6 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/index.js +6 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/index.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/installStrategy.d.ts +20 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/installStrategy.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/installStrategy.js +109 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/installStrategy.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.d.ts +5 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.js +119 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.test.js +58 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/statusSnapshot.d.ts +11 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/statusSnapshot.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/statusSnapshot.js +63 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/statusSnapshot.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.d.ts +34 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.js +21 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.test.js +29 -0
- package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/update/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/update/index.js +23 -2
- package/node_modules/@happier-dev/cli-common/dist/update/index.js.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/workspaces/index.d.ts +34 -0
- package/node_modules/@happier-dev/cli-common/dist/workspaces/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/workspaces/index.js +255 -17
- package/node_modules/@happier-dev/cli-common/dist/workspaces/index.js.map +1 -1
- package/node_modules/@happier-dev/cli-common/dist/workspaces/index.test.d.ts +2 -0
- package/node_modules/@happier-dev/cli-common/dist/workspaces/index.test.d.ts.map +1 -0
- package/node_modules/@happier-dev/cli-common/dist/workspaces/index.test.js +94 -0
- package/node_modules/@happier-dev/cli-common/dist/workspaces/index.test.js.map +1 -0
- package/node_modules/@happier-dev/cli-common/package.json +33 -3
- package/node_modules/@happier-dev/connection-supervisor/README.md +3 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/createManagedConnectionSupervisor.d.ts +3 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/createManagedConnectionSupervisor.d.ts.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/createManagedConnectionSupervisor.js +315 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/createManagedConnectionSupervisor.js.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/createManagedEndpointSupervisor.d.ts +3 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/createManagedEndpointSupervisor.d.ts.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/createManagedEndpointSupervisor.js +248 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/createManagedEndpointSupervisor.js.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/defaultManagedConnectionPolicy.d.ts +8 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/defaultManagedConnectionPolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/defaultManagedConnectionPolicy.js +8 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/defaultManagedConnectionPolicy.js.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/index.d.ts +8 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/index.js +6 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/index.js.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionEvents.d.ts +7 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionEvents.d.ts.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionEvents.js +14 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionEvents.js.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionTypes.d.ts +88 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionTypes.d.ts.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionTypes.js +2 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionTypes.js.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedEndpointSupervisorTypes.d.ts +23 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedEndpointSupervisorTypes.d.ts.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedEndpointSupervisorTypes.js +2 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/managedEndpointSupervisorTypes.js.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/reconnectBackoff.d.ts +8 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/reconnectBackoff.d.ts.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/reconnectBackoff.js +14 -0
- package/node_modules/@happier-dev/connection-supervisor/dist/reconnectBackoff.js.map +1 -0
- package/node_modules/@happier-dev/connection-supervisor/package.json +16 -0
- package/node_modules/@happier-dev/protocol/dist/.tsbuildinfo +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/encryptionMigrate.d.ts +488 -0
- package/node_modules/@happier-dev/protocol/dist/account/encryptionMigrate.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/encryptionMigrate.js +130 -0
- package/node_modules/@happier-dev/protocol/dist/account/encryptionMigrate.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/profile.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/dist/account/profile.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettings.d.ts +154 -9
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettings.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettings.js +144 -4
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettings.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsApiV2.d.ts +613 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsApiV2.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsApiV2.js +27 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsApiV2.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsStoredContentEnvelope.d.ts +201 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsStoredContentEnvelope.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsStoredContentEnvelope.js +13 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsStoredContentEnvelope.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/index.d.ts +3 -1
- package/node_modules/@happier-dev/protocol/dist/account/settings/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/account/settings/index.js +3 -1
- package/node_modules/@happier-dev/protocol/dist/account/settings/index.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/account/settings/notificationChannels.d.ts +115 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/notificationChannels.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/notificationChannels.js +68 -0
- package/node_modules/@happier-dev/protocol/dist/account/settings/notificationChannels.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/acpCatalog/settingsV1.d.ts +222 -0
- package/node_modules/@happier-dev/protocol/dist/acpCatalog/settingsV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/acpCatalog/settingsV1.js +87 -0
- package/node_modules/@happier-dev/protocol/dist/acpCatalog/settingsV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionApprovalPolicy.d.ts +13 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionApprovalPolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionApprovalPolicy.js +17 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionApprovalPolicy.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionCatalog.d.ts +52 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionCatalog.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionCatalog.js +146 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionCatalog.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionDraftSeed.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionDraftSeed.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionDraftSeed.js +129 -5
- package/node_modules/@happier-dev/protocol/dist/actions/actionDraftSeed.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionExecutor.d.ts +180 -5
- package/node_modules/@happier-dev/protocol/dist/actions/actionExecutor.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionExecutor.js +1183 -268
- package/node_modules/@happier-dev/protocol/dist/actions/actionExecutor.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionIds.d.ts +31 -4
- package/node_modules/@happier-dev/protocol/dist/actions/actionIds.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionIds.js +40 -3
- package/node_modules/@happier-dev/protocol/dist/actions/actionIds.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputElevenLabsToolSchema.d.ts +2 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputElevenLabsToolSchema.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputElevenLabsToolSchema.js +8 -6
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputElevenLabsToolSchema.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputVoiceGuidance.d.ts +9 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputVoiceGuidance.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputVoiceGuidance.js +279 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputVoiceGuidance.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.d.ts +38 -13
- package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.js +21 -6
- package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.d.ts +52 -5
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.js +1340 -130
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionVoiceToolSummary.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionVoiceToolSummary.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionVoiceToolSummary.js +14 -0
- package/node_modules/@happier-dev/protocol/dist/actions/actionVoiceToolSummary.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/index.d.ts +8 -2
- package/node_modules/@happier-dev/protocol/dist/actions/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/actions/index.js +7 -2
- package/node_modules/@happier-dev/protocol/dist/actions/index.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/actions/sessionModeIds.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/actions/sessionModeIds.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/actions/sessionModeIds.js +17 -0
- package/node_modules/@happier-dev/protocol/dist/actions/sessionModeIds.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/activity/webhookPayload.d.ts +61 -0
- package/node_modules/@happier-dev/protocol/dist/activity/webhookPayload.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/activity/webhookPayload.js +63 -0
- package/node_modules/@happier-dev/protocol/dist/activity/webhookPayload.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/approvals/approvalRequestV1.d.ts +139 -0
- package/node_modules/@happier-dev/protocol/dist/approvals/approvalRequestV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/approvals/approvalRequestV1.js +71 -0
- package/node_modules/@happier-dev/protocol/dist/approvals/approvalRequestV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/auth/externalOAuth.d.ts +1 -0
- package/node_modules/@happier-dev/protocol/dist/auth/externalOAuth.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/auth/externalOAuth.js +1 -0
- package/node_modules/@happier-dev/protocol/dist/auth/externalOAuth.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/backendTargets/backendTargetRef.d.ts +30 -0
- package/node_modules/@happier-dev/protocol/dist/backendTargets/backendTargetRef.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/backendTargets/backendTargetRef.js +31 -0
- package/node_modules/@happier-dev/protocol/dist/backendTargets/backendTargetRef.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/capabilities.d.ts +1 -0
- package/node_modules/@happier-dev/protocol/dist/capabilities.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/checklists.d.ts +1 -1
- package/node_modules/@happier-dev/protocol/dist/checklists.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/checklists.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceErrors.d.ts +6 -0
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceErrors.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceErrors.js +6 -0
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceErrors.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceSchemas.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceSchemas.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceSchemas.js +2 -0
- package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceSchemas.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.js +5 -23
- package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/crypto/keyDerivation.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/keyDerivation.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/keyDerivation.js +28 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/keyDerivation.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/serializedJsonValue.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/serializedJsonValue.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/serializedJsonValue.js +43 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/serializedJsonValue.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/settingsSecretStringsV1.d.ts +40 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/settingsSecretStringsV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/settingsSecretStringsV1.js +281 -0
- package/node_modules/@happier-dev/protocol/dist/crypto/settingsSecretStringsV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.d.ts +78 -31
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.js +7 -4
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/daemonTerminal.d.ts +224 -0
- package/node_modules/@happier-dev/protocol/dist/daemonTerminal.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/daemonTerminal.js +103 -0
- package/node_modules/@happier-dev/protocol/dist/daemonTerminal.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/diagnostics/doctorSnapshot.d.ts +99 -0
- package/node_modules/@happier-dev/protocol/dist/diagnostics/doctorSnapshot.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/diagnostics/doctorSnapshot.js +111 -0
- package/node_modules/@happier-dev/protocol/dist/diagnostics/doctorSnapshot.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/diff/splitUnifiedDiffByFile.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/diff/splitUnifiedDiffByFile.js +34 -16
- package/node_modules/@happier-dev/protocol/dist/diff/splitUnifiedDiffByFile.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/directSessions/daemonRpcV1.d.ts +379 -0
- package/node_modules/@happier-dev/protocol/dist/directSessions/daemonRpcV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/directSessions/daemonRpcV1.js +246 -0
- package/node_modules/@happier-dev/protocol/dist/directSessions/daemonRpcV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/e2e/providerScenarios.d.ts +40 -0
- package/node_modules/@happier-dev/protocol/dist/e2e/providerScenarios.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/e2e/providerScenarios.js +11 -0
- package/node_modules/@happier-dev/protocol/dist/e2e/providerScenarios.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/ephemeralTasks.d.ts +2 -2
- package/node_modules/@happier-dev/protocol/dist/executionRunListRequest.d.ts +29 -0
- package/node_modules/@happier-dev/protocol/dist/executionRunListRequest.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/executionRunListRequest.js +16 -0
- package/node_modules/@happier-dev/protocol/dist/executionRunListRequest.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/executionRunStartRequest.d.ts +205 -0
- package/node_modules/@happier-dev/protocol/dist/executionRunStartRequest.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/executionRunStartRequest.js +96 -0
- package/node_modules/@happier-dev/protocol/dist/executionRunStartRequest.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/executionRuns.d.ts +211 -127
- package/node_modules/@happier-dev/protocol/dist/executionRuns.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/executionRuns.js +15 -63
- package/node_modules/@happier-dev/protocol/dist/executionRuns.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/features/catalog.d.ts +115 -19
- package/node_modules/@happier-dev/protocol/dist/features/catalog.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/features/catalog.js +115 -19
- package/node_modules/@happier-dev/protocol/dist/features/catalog.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/features/decision.d.ts +22 -6
- package/node_modules/@happier-dev/protocol/dist/features/decision.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicies.generated.d.ts +4 -4
- package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicies.generated.js +4 -4
- package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicies.generated.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/authCapabilities.d.ts +64 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/authCapabilities.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/authCapabilities.js +57 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/authCapabilities.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/capabilitiesSchema.d.ts +146 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/capabilitiesSchema.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/capabilitiesSchema.js +9 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/capabilitiesSchema.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/encryptionCapabilities.d.ts +13 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/encryptionCapabilities.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/encryptionCapabilities.js +5 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/encryptionCapabilities.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/machineTransferCapabilities.d.ts +18 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/machineTransferCapabilities.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/machineTransferCapabilities.js +39 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/machineTransferCapabilities.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverCapabilities.d.ts +93 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverCapabilities.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverCapabilities.js +12 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverCapabilities.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverRetentionCapabilities.d.ts +101 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverRetentionCapabilities.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverRetentionCapabilities.js +39 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverRetentionCapabilities.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/featureGatesSchema.d.ts +42 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/featureGatesSchema.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/features/payload/featureGatesSchema.js +64 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/featureGatesSchema.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/features/payload/featuresResponseSchema.d.ts +188 -0
- package/node_modules/@happier-dev/protocol/dist/features/payload/featuresResponseSchema.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/features.d.ts +1 -0
- package/node_modules/@happier-dev/protocol/dist/features.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/features.js +1 -0
- package/node_modules/@happier-dev/protocol/dist/features.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/index.d.ts +94 -8
- package/node_modules/@happier-dev/protocol/dist/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/index.js +94 -8
- package/node_modules/@happier-dev/protocol/dist/index.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/installables.d.ts +5 -25
- package/node_modules/@happier-dev/protocol/dist/installables.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/installables.js +3 -17
- package/node_modules/@happier-dev/protocol/dist/installables.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/installablesPolicy.d.ts +18 -0
- package/node_modules/@happier-dev/protocol/dist/installablesPolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/installablesPolicy.js +58 -0
- package/node_modules/@happier-dev/protocol/dist/installablesPolicy.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/llmTasks/llmTaskRunnerConfigV1.d.ts +20 -0
- package/node_modules/@happier-dev/protocol/dist/llmTasks/llmTaskRunnerConfigV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/llmTasks/llmTaskRunnerConfigV1.js +12 -0
- package/node_modules/@happier-dev/protocol/dist/llmTasks/llmTaskRunnerConfigV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/machineFileBrowser.d.ts +60 -0
- package/node_modules/@happier-dev/protocol/dist/machineFileBrowser.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/machineFileBrowser.js +43 -0
- package/node_modules/@happier-dev/protocol/dist/machineFileBrowser.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/machineTransfer/transferStream.d.ts +109 -0
- package/node_modules/@happier-dev/protocol/dist/machineTransfer/transferStream.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/machineTransfer/transferStream.js +117 -0
- package/node_modules/@happier-dev/protocol/dist/machineTransfer/transferStream.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/authModeV1.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/authModeV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/authModeV1.js +22 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/authModeV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/daemonRpcV1.d.ts +237 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/daemonRpcV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/daemonRpcV1.js +112 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/daemonRpcV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/previewV1.d.ts +226 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/previewV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/previewV1.js +88 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/previewV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveEffectiveServersV1.d.ts +19 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveEffectiveServersV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveEffectiveServersV1.js +22 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveEffectiveServersV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveManagedSessionMcpSelectionV1.d.ts +34 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveManagedSessionMcpSelectionV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveManagedSessionMcpSelectionV1.js +100 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveManagedSessionMcpSelectionV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveServerBindingV1.d.ts +21 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveServerBindingV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveServerBindingV1.js +190 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveServerBindingV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/sessionSelectionV1.d.ts +21 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/sessionSelectionV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/sessionSelectionV1.js +50 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/sessionSelectionV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/settingsV1.d.ts +206 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/settingsV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/settingsV1.js +143 -0
- package/node_modules/@happier-dev/protocol/dist/mcpServers/settingsV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryEmbeddingsProfiles.d.ts +16 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryEmbeddingsProfiles.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryEmbeddingsProfiles.js +61 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryEmbeddingsProfiles.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memorySettings.d.ts +161 -9
- package/node_modules/@happier-dev/protocol/dist/memory/memorySettings.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/memory/memorySettings.js +112 -3
- package/node_modules/@happier-dev/protocol/dist/memory/memorySettings.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/memory/memoryStatus.d.ts +41 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryStatus.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryStatus.js +24 -0
- package/node_modules/@happier-dev/protocol/dist/memory/memoryStatus.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/resolveMemoryEmbeddingsConfig.d.ts +11 -0
- package/node_modules/@happier-dev/protocol/dist/memory/resolveMemoryEmbeddingsConfig.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/memory/resolveMemoryEmbeddingsConfig.js +41 -0
- package/node_modules/@happier-dev/protocol/dist/memory/resolveMemoryEmbeddingsConfig.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/backendProfileSchema.d.ts +105 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/backendProfileSchema.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/backendProfileSchema.js +110 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/backendProfileSchema.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/builtInBackendProfiles.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/builtInBackendProfiles.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/builtInBackendProfiles.js +15 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/builtInBackendProfiles.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/builtInProfileVersion.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/builtInProfileVersion.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/builtInProfileVersion.js +2 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/builtInProfileVersion.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/index.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/index.js +7 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/profileCompatibility.d.ts +5 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/profileCompatibility.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/profileCompatibility.js +17 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/profileCompatibility.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/profileRequirements.d.ts +5 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/profileRequirements.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/profileRequirements.js +21 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/profileRequirements.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/resolveBackendProfile.d.ts +25 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/resolveBackendProfile.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/resolveBackendProfile.js +47 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/resolveBackendProfile.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/secretSatisfaction.d.ts +57 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/secretSatisfaction.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/secretSatisfaction.js +97 -0
- package/node_modules/@happier-dev/protocol/dist/profiles/secretSatisfaction.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptAssetsV1.d.ts +457 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptAssetsV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptAssetsV1.js +174 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptAssetsV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptBundleSchemas.d.ts +50 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptBundleSchemas.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptBundleSchemas.js +104 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptBundleSchemas.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptDocV2.d.ts +23 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptDocV2.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptDocV2.js +21 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptDocV2.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptExternalLinksV1.d.ts +55 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptExternalLinksV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptExternalLinksV1.js +22 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptExternalLinksV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptFoldersV1.d.ts +17 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptFoldersV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptFoldersV1.js +11 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptFoldersV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptInvocationsV1.d.ts +62 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptInvocationsV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptInvocationsV1.js +31 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptInvocationsV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptLibraryDigests.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptLibraryDigests.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptLibraryDigests.js +23 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptLibraryDigests.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptPlacementV1.d.ts +9 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptPlacementV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptPlacementV1.js +8 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptPlacementV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptRegistriesV1.d.ts +304 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptRegistriesV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptRegistriesV1.js +130 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptRegistriesV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptStacksV1.d.ts +110 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptStacksV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptStacksV1.js +31 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptStacksV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/resolvePromptStackSystemAppendBlocksV1.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/resolvePromptStackSystemAppendBlocksV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/resolvePromptStackSystemAppendBlocksV1.js +89 -0
- package/node_modules/@happier-dev/protocol/dist/promptLibrary/resolvePromptStackSystemAppendBlocksV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/buildAppendSystemPromptBaseV1.d.ts +14 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/buildAppendSystemPromptBaseV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/buildAppendSystemPromptBaseV1.js +98 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/buildAppendSystemPromptBaseV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/changeTitleInstructionV1.d.ts +12 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/changeTitleInstructionV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/changeTitleInstructionV1.js +32 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/changeTitleInstructionV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/executionRunsGuidanceV1.d.ts +23 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/executionRunsGuidanceV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/executionRunsGuidanceV1.js +152 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/executionRunsGuidanceV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/isMemoryRecallGuidanceSupported.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/isMemoryRecallGuidanceSupported.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/isMemoryRecallGuidanceSupported.js +10 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/isMemoryRecallGuidanceSupported.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/memoryRecallGuidanceV1.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/memoryRecallGuidanceV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/memoryRecallGuidanceV1.js +18 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/memoryRecallGuidanceV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/promptPlanV1.d.ts +25 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/promptPlanV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/promptPlanV1.js +54 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/promptPlanV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/systemPromptBaseV1.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/systemPromptBaseV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/systemPromptBaseV1.js +46 -0
- package/node_modules/@happier-dev/protocol/dist/prompts/systemPromptBaseV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/agentProviderIdsV1.d.ts +9 -0
- package/node_modules/@happier-dev/protocol/dist/providers/agentProviderIdsV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/agentProviderIdsV1.js +6 -0
- package/node_modules/@happier-dev/protocol/dist/providers/agentProviderIdsV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/claude/builtInBackendProfiles.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/providers/claude/builtInBackendProfiles.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/claude/builtInBackendProfiles.js +69 -0
- package/node_modules/@happier-dev/protocol/dist/providers/claude/builtInBackendProfiles.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/claude/memoryDefaults.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/providers/claude/memoryDefaults.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/claude/memoryDefaults.js +2 -0
- package/node_modules/@happier-dev/protocol/dist/providers/claude/memoryDefaults.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/backendMode.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/backendMode.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/backendMode.js +15 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/backendMode.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/builtInBackendProfiles.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/builtInBackendProfiles.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/builtInBackendProfiles.js +65 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/builtInBackendProfiles.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/installables.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/installables.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/installables.js +6 -0
- package/node_modules/@happier-dev/protocol/dist/providers/codex/installables.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/gemini/builtInBackendProfiles.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/providers/gemini/builtInBackendProfiles.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/gemini/builtInBackendProfiles.js +60 -0
- package/node_modules/@happier-dev/protocol/dist/providers/gemini/builtInBackendProfiles.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/kiro/acpCatalog.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/providers/kiro/acpCatalog.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/kiro/acpCatalog.js +3 -0
- package/node_modules/@happier-dev/protocol/dist/providers/kiro/acpCatalog.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/opencode/backendMode.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/providers/opencode/backendMode.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/providers/opencode/backendMode.js +11 -0
- package/node_modules/@happier-dev/protocol/dist/providers/opencode/backendMode.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/push/expoPushDelivery.d.ts +12 -0
- package/node_modules/@happier-dev/protocol/dist/push/expoPushDelivery.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/push/expoPushDelivery.js +57 -0
- package/node_modules/@happier-dev/protocol/dist/push/expoPushDelivery.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/push/pushNotificationActions.d.ts +15 -0
- package/node_modules/@happier-dev/protocol/dist/push/pushNotificationActions.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/push/pushNotificationActions.js +15 -0
- package/node_modules/@happier-dev/protocol/dist/push/pushNotificationActions.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/push/readyNotificationContent.d.ts +14 -0
- package/node_modules/@happier-dev/protocol/dist/push/readyNotificationContent.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/push/readyNotificationContent.js +20 -0
- package/node_modules/@happier-dev/protocol/dist/push/readyNotificationContent.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewAssumption.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewAssumption.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewAssumption.js +7 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewAssumption.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewFinding.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewFinding.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewFinding.js +3 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewFinding.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewQuestion.d.ts +19 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewQuestion.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewQuestion.js +13 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/ReviewQuestion.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewFollowUp.d.ts +9 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewFollowUp.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewFollowUp.js +8 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewFollowUp.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.js +3 -1
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/rpc.d.ts +71 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/rpc.js +71 -0
- package/node_modules/@happier-dev/protocol/dist/rpc.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.d.ts +7 -2
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.js +25 -15
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/scm.d.ts +123 -16
- package/node_modules/@happier-dev/protocol/dist/scm.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/scm.js +43 -2
- package/node_modules/@happier-dev/protocol/dist/scm.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/scmBranches.d.ts +183 -0
- package/node_modules/@happier-dev/protocol/dist/scmBranches.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmBranches.js +51 -0
- package/node_modules/@happier-dev/protocol/dist/scmBranches.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmCapabilities.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/scmCapabilities.js +24 -3
- package/node_modules/@happier-dev/protocol/dist/scmCapabilities.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/scmStash.d.ts +209 -0
- package/node_modules/@happier-dev/protocol/dist/scmStash.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmStash.js +63 -0
- package/node_modules/@happier-dev/protocol/dist/scmStash.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmWorktrees.d.ts +140 -0
- package/node_modules/@happier-dev/protocol/dist/scmWorktrees.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/scmWorktrees.js +30 -0
- package/node_modules/@happier-dev/protocol/dist/scmWorktrees.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/serverControl/contract.d.ts +6 -6
- package/node_modules/@happier-dev/protocol/dist/serverUrls/index.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/serverUrls/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/serverUrls/index.js +2 -0
- package/node_modules/@happier-dev/protocol/dist/serverUrls/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/serverUrls/serverUrlComparableKey.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/serverUrls/serverUrlComparableKey.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/serverUrls/serverUrlComparableKey.js +61 -0
- package/node_modules/@happier-dev/protocol/dist/serverUrls/serverUrlComparableKey.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/session/attachMetadataIdentityPolicy.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/session/attachMetadataIdentityPolicy.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/session/attachMetadataIdentityPolicy.js +7 -0
- package/node_modules/@happier-dev/protocol/dist/session/attachMetadataIdentityPolicy.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/buildFieldArtifacts.d.ts +17 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/buildFieldArtifacts.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/buildFieldArtifacts.js +30 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/buildFieldArtifacts.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/contextKinds.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/contextKinds.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/contextKinds.js +7 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/contextKinds.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldCatalog.d.ts +446 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldCatalog.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldCatalog.js +424 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldCatalog.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldDefinition.d.ts +32 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldDefinition.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldDefinition.js +4 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldDefinition.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/index.d.ts +523 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/index.js +15 -0
- package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/index.d.ts +6 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/index.js +5 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/mergeTurnChangeSets.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/mergeTurnChangeSets.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/mergeTurnChangeSets.js +66 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/mergeTurnChangeSets.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/reconcileWithScmSnapshot.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/reconcileWithScmSnapshot.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/reconcileWithScmSnapshot.js +45 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/reconcileWithScmSnapshot.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/rollbacks.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/rollbacks.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/rollbacks.js +10 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/rollbacks.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/schemas.d.ts +399 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/schemas.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/schemas.js +84 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/schemas.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/types.d.ts +66 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/types.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/types.js +2 -0
- package/node_modules/@happier-dev/protocol/dist/sessionChanges/types.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.d.ts +36 -1
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.js +5 -2
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.d.ts +359 -69
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.js +14 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffRpc.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffRpc.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffRpc.js +6 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffRpc.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffSchemas.d.ts +807 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffSchemas.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffSchemas.js +206 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffSchemas.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffStatus.d.ts +175 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffStatus.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffStatus.js +128 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffStatus.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffTypes.d.ts +70 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffTypes.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffTypes.js +16 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffTypes.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/workspaceTransferSourcePathSafety.d.ts +14 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/workspaceTransferSourcePathSafety.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/workspaceTransferSourcePathSafety.js +125 -0
- package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/workspaceTransferSourcePathSafety.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionFork.d.ts +60 -0
- package/node_modules/@happier-dev/protocol/dist/sessionFork.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionFork.js +27 -0
- package/node_modules/@happier-dev/protocol/dist/sessionFork.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/coerceSessionUserPromptV1.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/coerceSessionUserPromptV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/coerceSessionUserPromptV1.js +37 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/coerceSessionUserPromptV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionStoredMessageContent.d.ts +2 -2
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionStoredMessageContent.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionStoredMessageContent.js +17 -2
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionStoredMessageContent.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/transcriptRawRecordV1.d.ts +404 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/transcriptRawRecordV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/transcriptRawRecordV1.js +373 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMessages/transcriptRawRecordV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/acpConfiguredBackendV1.d.ts +21 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/acpConfiguredBackendV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/acpConfiguredBackendV1.js +26 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/acpConfiguredBackendV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/agentRuntimeDescriptorV1.d.ts +126 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/agentRuntimeDescriptorV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/agentRuntimeDescriptorV1.js +201 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/agentRuntimeDescriptorV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/metadataOverridesV1.d.ts +26 -4
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/metadataOverridesV1.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/metadataOverridesV1.js +24 -2
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/metadataOverridesV1.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionRollbackRangesV1.d.ts +61 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionRollbackRangesV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionRollbackRangesV1.js +40 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionRollbackRangesV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/terminalMetadata.d.ts +28 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/terminalMetadata.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/terminalMetadata.js +13 -2
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/terminalMetadata.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/windowsRemoteSessionLaunchMode.d.ts +9 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/windowsRemoteSessionLaunchMode.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/windowsRemoteSessionLaunchMode.js +4 -0
- package/node_modules/@happier-dev/protocol/dist/sessionMetadata/windowsRemoteSessionLaunchMode.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionRollback.d.ts +34 -0
- package/node_modules/@happier-dev/protocol/dist/sessionRollback.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionRollback.js +33 -0
- package/node_modules/@happier-dev/protocol/dist/sessionRollback.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionRollbackPlanning.d.ts +19 -0
- package/node_modules/@happier-dev/protocol/dist/sessionRollbackPlanning.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionRollbackPlanning.js +35 -0
- package/node_modules/@happier-dev/protocol/dist/sessionRollbackPlanning.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionUserMessageRpc.d.ts +18 -0
- package/node_modules/@happier-dev/protocol/dist/sessionUserMessageRpc.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/sessionUserMessageRpc.js +20 -0
- package/node_modules/@happier-dev/protocol/dist/sessionUserMessageRpc.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/settingsRegistry/buildSettingArtifacts.d.ts +20 -0
- package/node_modules/@happier-dev/protocol/dist/settingsRegistry/buildSettingArtifacts.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/settingsRegistry/buildSettingArtifacts.js +88 -0
- package/node_modules/@happier-dev/protocol/dist/settingsRegistry/buildSettingArtifacts.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/settingsRegistry/settingDefinition.d.ts +43 -0
- package/node_modules/@happier-dev/protocol/dist/settingsRegistry/settingDefinition.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/settingsRegistry/settingDefinition.js +4 -0
- package/node_modules/@happier-dev/protocol/dist/settingsRegistry/settingDefinition.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/social/friends.d.ts +22 -22
- package/node_modules/@happier-dev/protocol/dist/social/friends.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/social/friends.js +2 -1
- package/node_modules/@happier-dev/protocol/dist/social/friends.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/socketRpc.d.ts +1 -0
- package/node_modules/@happier-dev/protocol/dist/socketRpc.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/socketRpc.js +1 -0
- package/node_modules/@happier-dev/protocol/dist/socketRpc.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/spawnSession.d.ts +1 -0
- package/node_modules/@happier-dev/protocol/dist/spawnSession.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/spawnSession.js +1 -0
- package/node_modules/@happier-dev/protocol/dist/spawnSession.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/storage/storedJsonContentEnvelope.d.ts +10 -0
- package/node_modules/@happier-dev/protocol/dist/storage/storedJsonContentEnvelope.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/storage/storedJsonContentEnvelope.js +17 -0
- package/node_modules/@happier-dev/protocol/dist/storage/storedJsonContentEnvelope.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/strings/trimIdent.d.ts +2 -0
- package/node_modules/@happier-dev/protocol/dist/strings/trimIdent.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/strings/trimIdent.js +17 -0
- package/node_modules/@happier-dev/protocol/dist/strings/trimIdent.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/delegateOutputV1.d.ts +11 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/delegateOutputV1.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/delegateOutputV1.js +2 -5
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/delegateOutputV1.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/executionRunStructuredRunRef.d.ts +19 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/executionRunStructuredRunRef.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/executionRunStructuredRunRef.js +11 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/executionRunStructuredRunRef.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/participantMessageV1.d.ts +41 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/participantMessageV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/participantMessageV1.js +34 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/participantMessageV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/planOutputV1.d.ts +11 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/planOutputV1.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/planOutputV1.js +2 -5
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/planOutputV1.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV1.d.ts +14 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV1.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV1.js +2 -5
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV1.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV2.d.ts +102 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV2.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV2.js +36 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV2.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFollowUpV1.d.ts +61 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFollowUpV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFollowUpV1.js +27 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFollowUpV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewPublishRequestV1.d.ts +42 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewPublishRequestV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewPublishRequestV1.js +19 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewPublishRequestV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentCommandV1.d.ts +13 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentCommandV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentCommandV1.js +20 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentCommandV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentLaunchV1.d.ts +15 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentLaunchV1.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentLaunchV1.js +22 -0
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentLaunchV1.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/index.d.ts +3 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/index.js +3 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/spec.d.ts +55 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/spec.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/spec.js +84 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/spec.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/tailscaleSecureAccessTaskContract.d.ts +34 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/tailscaleSecureAccessTaskContract.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/tailscaleSecureAccessTaskContract.js +21 -0
- package/node_modules/@happier-dev/protocol/dist/systemTasks/tailscaleSecureAccessTaskContract.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/happierToolsShellBridge.d.ts +19 -0
- package/node_modules/@happier-dev/protocol/dist/tools/happierToolsShellBridge.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/happierToolsShellBridge.js +158 -0
- package/node_modules/@happier-dev/protocol/dist/tools/happierToolsShellBridge.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/aliases.d.ts +34 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/aliases.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/aliases.js +53 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/aliases.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/index.d.ts +3 -1
- package/node_modules/@happier-dev/protocol/dist/tools/v2/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/tools/v2/index.js +3 -1
- package/node_modules/@happier-dev/protocol/dist/tools/v2/index.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/tools/v2/names.d.ts +9 -1
- package/node_modules/@happier-dev/protocol/dist/tools/v2/names.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/tools/v2/names.js +5 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/names.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/tools/v2/schemas.d.ts +281 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/schemas.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/tools/v2/schemas.js +66 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/schemas.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/tools/v2/subAgentFamilies.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/subAgentFamilies.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/subAgentFamilies.js +12 -0
- package/node_modules/@happier-dev/protocol/dist/tools/v2/subAgentFamilies.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/updates.d.ts +177 -36
- package/node_modules/@happier-dev/protocol/dist/updates.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/updates.js +47 -18
- package/node_modules/@happier-dev/protocol/dist/updates.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/voiceActions.d.ts +5 -2
- package/node_modules/@happier-dev/protocol/dist/voiceActions.d.ts.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/voiceActions.js +142 -13
- package/node_modules/@happier-dev/protocol/dist/voiceActions.js.map +1 -1
- package/node_modules/@happier-dev/protocol/dist/workspaces/checkoutKindSchema.d.ts +7 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/checkoutKindSchema.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/checkoutKindSchema.js +6 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/checkoutKindSchema.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/index.d.ts +4 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/index.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/index.js +4 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/index.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/locationSchema.d.ts +8 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/locationSchema.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/locationSchema.js +23 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/locationSchema.js.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/manifestSchema.d.ts +43 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/manifestSchema.d.ts.map +1 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/manifestSchema.js +46 -0
- package/node_modules/@happier-dev/protocol/dist/workspaces/manifestSchema.js.map +1 -0
- package/node_modules/@happier-dev/protocol/package.json +8 -0
- package/node_modules/@happier-dev/release-runtime/dist/.tsbuildinfo +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/_cjs/releaseRings.js +134 -0
- package/node_modules/@happier-dev/release-runtime/dist/extractPlan.d.ts.map +1 -1
- package/node_modules/@happier-dev/release-runtime/dist/extractPlan.js +9 -0
- package/node_modules/@happier-dev/release-runtime/dist/extractPlan.js.map +1 -1
- package/node_modules/@happier-dev/release-runtime/dist/github.d.ts +6 -0
- package/node_modules/@happier-dev/release-runtime/dist/github.d.ts.map +1 -1
- package/node_modules/@happier-dev/release-runtime/dist/github.js +86 -5
- package/node_modules/@happier-dev/release-runtime/dist/github.js.map +1 -1
- package/node_modules/@happier-dev/release-runtime/dist/http.d.ts +18 -0
- package/node_modules/@happier-dev/release-runtime/dist/http.d.ts.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/http.js +112 -0
- package/node_modules/@happier-dev/release-runtime/dist/http.js.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/index.d.ts +2 -1
- package/node_modules/@happier-dev/release-runtime/dist/index.d.ts.map +1 -1
- package/node_modules/@happier-dev/release-runtime/dist/index.js +2 -1
- package/node_modules/@happier-dev/release-runtime/dist/index.js.map +1 -1
- package/node_modules/@happier-dev/release-runtime/dist/releaseRings.cjs +134 -0
- package/node_modules/@happier-dev/release-runtime/dist/releaseRings.d.ts +27 -0
- package/node_modules/@happier-dev/release-runtime/dist/releaseRings.d.ts.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/releaseRings.js +124 -0
- package/node_modules/@happier-dev/release-runtime/dist/releaseRings.js.map +1 -0
- package/node_modules/@happier-dev/release-runtime/dist/verifiedDownload.d.ts.map +1 -1
- package/node_modules/@happier-dev/release-runtime/dist/verifiedDownload.js +3 -9
- package/node_modules/@happier-dev/release-runtime/dist/verifiedDownload.js.map +1 -1
- package/node_modules/@happier-dev/release-runtime/package.json +5 -0
- package/package.json +10 -3
- package/scripts/auth.mjs +327 -65
- package/scripts/auth_copy_from_pglite_lock_in_use.integration.test.mjs +4 -4
- package/scripts/auth_copy_from_runCapture.integration.test.mjs +376 -15
- package/scripts/auth_dev_key_cmd.test.mjs +35 -0
- package/scripts/auth_login_force_cleans_server_scoped_credentials.integration.test.mjs +189 -0
- package/scripts/auth_login_force_default.test.mjs +41 -1
- package/scripts/auth_login_guided_server_no_expo.test.mjs +458 -34
- package/scripts/auth_login_print_includes_configure_links.test.mjs +63 -5
- package/scripts/build/activate_runtime_snapshot.mjs +210 -0
- package/scripts/build/activate_runtime_snapshot.test.mjs +250 -0
- package/scripts/build/build_daemon_artifact.mjs +50 -0
- package/scripts/build/build_mode.mjs +20 -0
- package/scripts/build/build_mode.test.mjs +46 -0
- package/scripts/build/build_server_artifact.mjs +64 -0
- package/scripts/build/build_stack_artifacts.mjs +141 -0
- package/scripts/build/build_stack_artifacts.test.mjs +119 -0
- package/scripts/build/build_targets.mjs +63 -0
- package/scripts/build/build_targets.test.mjs +58 -0
- package/scripts/build/build_web_artifact.mjs +73 -0
- package/scripts/build/collect_build_source_metadata.mjs +76 -0
- package/scripts/build/collect_build_source_metadata.test.mjs +41 -0
- package/scripts/build/resolve_latest_component_artifact.mjs +31 -0
- package/scripts/build/runtime_build_lock.mjs +80 -0
- package/scripts/build/runtime_build_lock.test.mjs +95 -0
- package/scripts/build/runtime_retention.mjs +170 -0
- package/scripts/build/runtime_retention.test.mjs +183 -0
- package/scripts/build/workspace_build_sandbox.mjs +49 -0
- package/scripts/build/workspace_build_sandbox.test.mjs +37 -0
- package/scripts/build.mjs +39 -12
- package/scripts/bundleWorkspaceDeps.mjs +77 -38
- package/scripts/bundleWorkspaceDeps.test.mjs +145 -11
- package/scripts/daemon.getDaemonEnv.test.mjs +53 -0
- package/scripts/daemon.mjs +629 -168
- package/scripts/daemon_cleanup_lsof_unavailable.test.mjs +112 -0
- package/scripts/daemon_dist_guard.test.mjs +612 -21
- package/scripts/daemon_invalid_auth_reseed_stack_name.integration.test.mjs +9 -11
- package/scripts/daemon_server_scope_commands.test.mjs +196 -0
- package/scripts/daemon_server_scoped_state.test.mjs +41 -0
- package/scripts/daemon_start_verification.integration.test.mjs +482 -14
- package/scripts/daemon_stop_expected_pid.test.mjs +69 -9
- package/scripts/dev.mjs +80 -12
- package/scripts/dev_external_server_flags.test.mjs +16 -0
- package/scripts/dev_rn_devtools_flag.test.mjs +24 -0
- package/scripts/dev_runtime_mode_reject.test.mjs +22 -0
- package/scripts/dev_tauri_flag.test.mjs +35 -0
- package/scripts/doctor.mjs +17 -1
- package/scripts/doctor_runtime_snapshot.test.mjs +68 -0
- package/scripts/happier.mjs +379 -32
- package/scripts/happier_defaults_from_settings.test.mjs +402 -0
- package/scripts/happier_help_passthrough.test.mjs +47 -0
- package/scripts/happier_runtime_snapshot.test.mjs +107 -0
- package/scripts/happier_server_url_scope.test.mjs +61 -0
- package/scripts/happier_tsx_fallback.test.mjs +75 -0
- package/scripts/import.mjs +1 -1
- package/scripts/init.mjs +42 -9
- package/scripts/init_shim_invoked_cwd.test.mjs +342 -1
- package/scripts/logs.mjs +7 -8
- package/scripts/logs_cmd.test.mjs +26 -0
- package/scripts/menubar.mjs +93 -6
- package/scripts/menubar_install_stack_scoped_dry_run.test.mjs +117 -0
- package/scripts/mobile.mjs +23 -8
- package/scripts/mobile_dev_client.mjs +238 -12
- package/scripts/mobile_dev_client_android_eas_profile_avoids_bundle_prompt.test.mjs +45 -0
- package/scripts/mobile_dev_client_android_falls_back_to_pipeline_in_test_stub.test.mjs +39 -0
- package/scripts/mobile_dev_client_android_prefers_expo_run_android_in_test_stub.test.mjs +23 -0
- package/scripts/mobile_dev_client_android_reuse_existing_apk_in_test_stub.test.mjs +38 -0
- package/scripts/mobile_dev_client_android_reuse_falls_back_to_cached_apk_in_test_stub.test.mjs +35 -0
- package/scripts/mobile_dev_client_autopick_android_in_test_stub.test.mjs +25 -0
- package/scripts/mobile_dev_client_autopick_android_serial_when_platform_explicit_in_test_stub.test.mjs +22 -0
- package/scripts/mobile_dev_client_autopick_ios_in_test_stub.test.mjs +31 -0
- package/scripts/mobile_dev_client_help_smoke.test.mjs +2 -1
- package/scripts/mobile_run_android_passes_port.test.mjs +85 -0
- package/scripts/orchestrated_stack_auth_flow_resolve_port.test.mjs +10 -15
- package/scripts/orchestrated_stack_auth_flow_webapp_url.test.mjs +115 -0
- package/scripts/pack.test.mjs +28 -1
- package/scripts/providers_cmd.mjs +19 -74
- package/scripts/provision/linux-ubuntu-provision.sh +1 -2
- package/scripts/provision/macos-lima-hstack-repeat-validation.sh +309 -0
- package/scripts/provision/macos-lima-hstack-repeat-validation.test.mjs +369 -0
- package/scripts/provision/playwright-wsrepl-matrix-url.test.mjs +143 -0
- package/scripts/provision/resolveStackAuthPaths.test.mjs +68 -0
- package/scripts/provision/wsreplMatrixCredentials.test.mjs +44 -0
- package/scripts/release.mjs +15 -2
- package/scripts/remote_cmd.mjs +106 -182
- package/scripts/remote_cmd.test.mjs +54 -0
- package/scripts/repo_cli_activate.test.mjs +1 -14
- package/scripts/repo_local.mjs +8 -2
- package/scripts/repo_local_wrapper.test.mjs +55 -14
- package/scripts/review_pr.mjs +232 -11
- package/scripts/review_pr.warm_base_deps.test.mjs +138 -0
- package/scripts/review_pr.workspace_cache.test.mjs +197 -0
- package/scripts/root_package_repo_local_scripts.test.mjs +8 -1
- package/scripts/run.mjs +257 -79
- package/scripts/run_script_with_stack_env.partial_runtime_recovery.test.mjs +265 -0
- package/scripts/runtime/launch/inspectActiveRuntimeSnapshot.mjs +126 -0
- package/scripts/runtime/launch/resolveActiveRuntimeSnapshot.mjs +19 -0
- package/scripts/runtime/launch/resolveActiveRuntimeSnapshot.test.mjs +161 -0
- package/scripts/runtime/launch/resolveCliRuntimeLaunchSpec.mjs +23 -0
- package/scripts/runtime/launch/resolveLaunchSpecs.test.mjs +110 -0
- package/scripts/runtime/launch/resolveServerRuntimeLaunchSpec.mjs +19 -0
- package/scripts/runtime/launch/resolveStackRuntimeLaunchContext.mjs +17 -0
- package/scripts/runtime/readBundledWorkspaceSyncConfig.mjs +35 -0
- package/scripts/runtime/readBundledWorkspaceSyncConfig.test.mjs +33 -0
- package/scripts/runtime/resolveBundledWorkspaceSyncModulePath.mjs +10 -0
- package/scripts/runtime/resolveBundledWorkspaceSyncModulePath.test.mjs +20 -0
- package/scripts/runtime/shared/artifact_manifest.mjs +48 -0
- package/scripts/runtime/shared/ensureStackRuntimeModePrefer.mjs +30 -0
- package/scripts/runtime/shared/ensureStackRuntimeModePrefer.test.mjs +35 -0
- package/scripts/runtime/shared/runtime_fingerprint.mjs +24 -0
- package/scripts/runtime/shared/runtime_fingerprint.test.mjs +69 -0
- package/scripts/runtime/shared/runtime_manifest.mjs +85 -0
- package/scripts/runtime/shared/runtime_manifest.test.mjs +120 -0
- package/scripts/runtime/shared/runtime_mode.mjs +32 -0
- package/scripts/runtime/shared/runtime_mode.test.mjs +48 -0
- package/scripts/runtime/shared/runtime_paths.mjs +30 -0
- package/scripts/runtime/shared/runtime_paths.test.mjs +42 -0
- package/scripts/runtime_activate.mjs +135 -0
- package/scripts/sandbox_workspace_override.test.mjs +47 -0
- package/scripts/self.mjs +68 -12
- package/scripts/self_host/findExtractedExecutableByName.mjs +20 -0
- package/scripts/self_host/install_companion_cli.mjs +156 -0
- package/scripts/self_host/install_companion_cli.test.mjs +119 -0
- package/scripts/self_host/version_retention.mjs +69 -0
- package/scripts/self_host/version_retention.test.mjs +100 -0
- package/scripts/self_host_launchd.real.integration.test.mjs +33 -11
- package/scripts/self_host_runtime.mjs +477 -184
- package/scripts/self_host_runtime.test.mjs +633 -5
- package/scripts/service.mjs +127 -138
- package/scripts/service_autostart_program_args.test.mjs +32 -0
- package/scripts/service_mode_help.test.mjs +1 -0
- package/scripts/setup.mjs +39 -11
- package/scripts/setup_deprecation_warning.test.mjs +47 -0
- package/scripts/setup_from_source_stable_branch_flag.test.mjs +129 -0
- package/scripts/setup_local_repo_profile.test.mjs +3 -36
- package/scripts/setup_pr.mjs +27 -16
- package/scripts/setup_pr.mobile_scheme.test.mjs +332 -0
- package/scripts/setup_pr_orchestrated_auth_flow_util_import.test.mjs +8 -0
- package/scripts/stack/delegated_script_commands.mjs +11 -2
- package/scripts/stack/help_text.mjs +4 -2
- package/scripts/stack/run_script_with_stack_env.mjs +112 -16
- package/scripts/stack/stack_daemon_command.mjs +51 -28
- package/scripts/stack/stack_environment.mjs +19 -1
- package/scripts/stack/stack_environment.sanitization.test.mjs +25 -0
- package/scripts/stack/stack_info_snapshot.mjs +59 -3
- package/scripts/stack/stack_mobile_install_command.mjs +92 -25
- package/scripts/stack/stack_mobile_install_command.test.mjs +53 -0
- package/scripts/stack.mjs +78 -37
- package/scripts/stack_copy_auth_server_scoped.test.mjs +7 -3
- package/scripts/stack_create_dev_auth_seed_repo_pin.test.mjs +43 -0
- package/scripts/stack_daemon_cmd.integration.test.mjs +109 -70
- package/scripts/stack_editor_workspace_monorepo_root.test.mjs +9 -19
- package/scripts/stack_guided_login_bundle_timeout.test.mjs +210 -0
- package/scripts/stack_guided_login_inner_invocation.test.mjs +99 -12
- package/scripts/stack_happy_cmd.integration.test.mjs +184 -60
- package/scripts/stack_info_runtime_snapshot.test.mjs +64 -0
- package/scripts/stack_info_snapshot_running_status.test.mjs +84 -22
- package/scripts/stack_interactive_monorepo_group.test.mjs +16 -44
- package/scripts/stack_owner_death_watchdog.integration.test.mjs +144 -0
- package/scripts/stack_package_scripts.test.mjs +17 -0
- package/scripts/stack_resume_cmd.integration.test.mjs +13 -53
- package/scripts/stack_runtime_activate_command.test.mjs +130 -0
- package/scripts/stack_runtime_start.integration.test.mjs +147 -0
- package/scripts/stack_service_passthrough.test.mjs +48 -0
- package/scripts/start_runtime_mode_json.test.mjs +34 -0
- package/scripts/stopStackWithEnv_daemonControlToken.integration.test.mjs +140 -0
- package/scripts/swiftbar_primary_stack_header.test.mjs +56 -0
- package/scripts/swiftbar_stack_status_runtime.test.mjs +429 -0
- package/scripts/tailscale.mjs +46 -142
- package/scripts/tailscale_cmd_output.test.mjs +49 -1
- package/scripts/tauri_dev.mjs +291 -0
- package/scripts/tauri_dev.test.mjs +117 -0
- package/scripts/test_ci.mjs +22 -18
- package/scripts/test_cmd.mjs +7 -23
- package/scripts/test_cmd.test.mjs +39 -28
- package/scripts/test_integration.mjs +31 -18
- package/scripts/testkit/auth_testkit.mjs +20 -54
- package/scripts/testkit/core/env_scope.mjs +88 -0
- package/scripts/testkit/core/fake_bin_harness.mjs +53 -0
- package/scripts/testkit/core/minimal_monorepo_layout.mjs +54 -0
- package/scripts/testkit/core/run_node_capture.mjs +69 -0
- package/scripts/testkit/core/runtime_snapshot_layout.mjs +135 -0
- package/scripts/testkit/core/spawn_test_process.mjs +27 -0
- package/scripts/testkit/core/spawn_test_process.test.mjs +52 -0
- package/scripts/testkit/core/stack_root.mjs +26 -0
- package/scripts/testkit/core/stub_happier_cli_files.mjs +46 -0
- package/scripts/testkit/core/stub_happier_cli_files.test.mjs +20 -0
- package/scripts/testkit/core/sync_logged_command_harness.mjs +49 -0
- package/scripts/testkit/core/temp_fixture.mjs +42 -0
- package/scripts/testkit/doctor_testkit.mjs +24 -52
- package/scripts/testkit/happier_cli_monorepo_testkit.mjs +31 -0
- package/scripts/testkit/mobile_dev_client_testkit.mjs +136 -0
- package/scripts/testkit/mobile_dev_client_testkit_env_sanitization.test.mjs +32 -0
- package/scripts/testkit/monorepo_port_testkit.mjs +9 -26
- package/scripts/testkit/runtime_snapshot_start_testkit.mjs +281 -0
- package/scripts/testkit/runtime_snapshot_testkit.mjs +57 -0
- package/scripts/testkit/stack_archive_command_testkit.mjs +23 -17
- package/scripts/testkit/stack_happier_cli_command_testkit.mjs +75 -0
- package/scripts/testkit/stack_new_monorepo_testkit.mjs +19 -37
- package/scripts/testkit/stack_script_command_testkit.mjs +1 -27
- package/scripts/testkit/stack_stop_sweeps_testkit.mjs +39 -42
- package/scripts/testkit/worktrees_monorepo_testkit.mjs +22 -35
- package/scripts/tui.mjs +194 -58
- package/scripts/tui_args_default_cmd.test.mjs +1 -0
- package/scripts/utils/auth/clearStackForceLoginCredentialPaths.mjs +20 -0
- package/scripts/utils/auth/credentials_paths.mjs +209 -21
- package/scripts/utils/auth/credentials_paths.test.mjs +141 -1
- package/scripts/utils/auth/ensure_active_access_key_valid.mjs +157 -0
- package/scripts/utils/auth/ensure_active_access_key_valid.test.mjs +208 -0
- package/scripts/utils/auth/format_daemon_auth_scope_diagnostic.mjs +43 -0
- package/scripts/utils/auth/format_daemon_auth_scope_diagnostic.test.mjs +56 -0
- package/scripts/utils/auth/interactive_stack_auth.mjs +8 -0
- package/scripts/utils/auth/interactive_stack_auth.test.mjs +29 -0
- package/scripts/utils/auth/login_ux.mjs +8 -0
- package/scripts/utils/auth/orchestrated_stack_auth_flow.mjs +123 -16
- package/scripts/utils/auth/orchestrated_stack_auth_flow_start_timeout.test.mjs +68 -0
- package/scripts/utils/auth/stack_guided_login.mjs +180 -28
- package/scripts/utils/cli/cliDistIntegrity.mjs +86 -0
- package/scripts/utils/cli/cli_registry.mjs +14 -5
- package/scripts/utils/cli/cwd_scope.mjs +9 -1
- package/scripts/utils/cli/cwd_scope.test.mjs +26 -31
- package/scripts/utils/dev/daemon.mjs +26 -10
- package/scripts/utils/dev/daemon_watch_resilience.test.mjs +64 -0
- package/scripts/utils/dev/expo_dev.buildEnv.test.mjs +20 -0
- package/scripts/utils/dev/expo_dev.ensure_workspace_built.test.mjs +74 -0
- package/scripts/utils/dev/expo_dev.mjs +89 -25
- package/scripts/utils/dev/expo_dev_restart_port_reservation.test.mjs +104 -16
- package/scripts/utils/dev/react_native_devtools.mjs +27 -0
- package/scripts/utils/dev/react_native_devtools.test.mjs +26 -0
- package/scripts/utils/dev/server.mjs +9 -3
- package/scripts/utils/dev/tauri_dev.mjs +377 -0
- package/scripts/utils/dev/tauri_dev.test.mjs +490 -0
- package/scripts/utils/env/scrub_env.mjs +21 -0
- package/scripts/utils/expo/command.mjs +83 -6
- package/scripts/utils/expo/command_export_max_workers.test.mjs +137 -0
- package/scripts/utils/expo/command_heap_limit_env.test.mjs +244 -0
- package/scripts/utils/expo/command_workspace_deps_built.test.mjs +92 -0
- package/scripts/utils/expo/expo.mjs +127 -3
- package/scripts/utils/expo/expoNodeHeapEnv.mjs +42 -0
- package/scripts/utils/expo/expo_shared_tmpdir.test.mjs +38 -0
- package/scripts/utils/expo/expo_state_running.test.mjs +66 -0
- package/scripts/utils/expo/expo_wait_for_metro.test.mjs +50 -0
- package/scripts/utils/expo/metro_ports.mjs +10 -3
- package/scripts/utils/git/default_branch.mjs +22 -0
- package/scripts/utils/git/default_branch.test.mjs +45 -0
- package/scripts/utils/git/dev_checkout.mjs +1 -1
- package/scripts/utils/git/fast_forward_to_remote.mjs +136 -0
- package/scripts/utils/git/fast_forward_to_remote.test.mjs +90 -0
- package/scripts/utils/git/refs.mjs +18 -1
- package/scripts/utils/git/refs.test.mjs +37 -0
- package/scripts/utils/git/worktrees_monorepo.test.mjs +8 -16
- package/scripts/utils/menubar/swiftbar.mjs +2 -2
- package/scripts/utils/mobile/config.mjs +1 -1
- package/scripts/utils/mobile/config.test.mjs +9 -0
- package/scripts/utils/mobile/copy_artifact.mjs +42 -0
- package/scripts/utils/mobile/copy_artifact.test.mjs +24 -0
- package/scripts/utils/mobile/dev_client_android_strategy.mjs +54 -0
- package/scripts/utils/mobile/dev_client_android_strategy.test.mjs +56 -0
- package/scripts/utils/mobile/dev_client_autopick.mjs +201 -0
- package/scripts/utils/mobile/dev_client_install_invocation.android.test.mjs +37 -0
- package/scripts/utils/mobile/dev_client_install_invocation.mjs +33 -7
- package/scripts/utils/mobile/dev_client_install_invocation.test.mjs +65 -1
- package/scripts/utils/mobile/dev_client_links.mjs +13 -3
- package/scripts/utils/mobile/dev_client_links.test.mjs +28 -0
- package/scripts/utils/mobile/identifiers.mjs +7 -4
- package/scripts/utils/mobile/identifiers.test.mjs +3 -3
- package/scripts/utils/mobile/ios_xcodeproj_patch.test.mjs +1 -1
- package/scripts/utils/net/ports.mjs +83 -7
- package/scripts/utils/net/ports.test.mjs +46 -0
- package/scripts/utils/paths/paths.mjs +6 -2
- package/scripts/utils/paths/paths_monorepo.test.mjs +30 -26
- package/scripts/utils/proc/cliDistBuildLock.mjs +102 -0
- package/scripts/utils/proc/cliDistBuildLock.test.mjs +42 -0
- package/scripts/utils/proc/commands.mjs +34 -3
- package/scripts/utils/proc/commands_commandExists_respects_path_env.test.mjs +25 -0
- package/scripts/utils/proc/ensureWorkspacePackagesBuilt.test.mjs +179 -8
- package/scripts/utils/proc/ownership.mjs +7 -0
- package/scripts/utils/proc/ownership_killProcessGroupOwnedByStack.test.mjs +83 -7
- package/scripts/utils/proc/ownership_listPidsWithEnvNeedles.test.mjs +2 -4
- package/scripts/utils/proc/pm.mjs +440 -125
- package/scripts/utils/proc/pm_spawn.integration.test.mjs +54 -0
- package/scripts/utils/proc/pm_stack_cache_env.test.mjs +455 -1
- package/scripts/utils/proc/pm_yarn_ready_auto_yes.test.mjs +92 -0
- package/scripts/utils/proc/proc.mjs +38 -14
- package/scripts/utils/proc/proc.test.mjs +8 -0
- package/scripts/utils/proc/terminate.test.mjs +3 -4
- package/scripts/utils/process/resolveCommandInvocation.mjs +14 -0
- package/scripts/utils/process/resolveCommandInvocation.win32CmdShim.test.mjs +35 -0
- package/scripts/utils/remote/install_remote_first_party_component.mjs +170 -0
- package/scripts/utils/remote/install_remote_first_party_component.test.mjs +63 -0
- package/scripts/utils/review/detached_worktree.test.mjs +2 -16
- package/scripts/utils/review/head_slice.test.mjs +3 -17
- package/scripts/utils/review/uncommitted_ops.test.mjs +3 -17
- package/scripts/utils/server/apply_runtime_server_light_sqlite_env.mjs +25 -0
- package/scripts/utils/server/resolve_stack_server_port.test.mjs +37 -0
- package/scripts/utils/server/server.mjs +82 -25
- package/scripts/utils/server/server.test.mjs +183 -0
- package/scripts/utils/server/urls.mjs +5 -2
- package/scripts/utils/server/urls.test.mjs +51 -0
- package/scripts/utils/service/auth_guidance.mjs +56 -0
- package/scripts/utils/service/auth_guidance.test.mjs +65 -0
- package/scripts/utils/service/daemon_autostart.mjs +190 -0
- package/scripts/utils/service/daemon_autostart.test.mjs +257 -0
- package/scripts/utils/service/stack_autostart_resolution.mjs +77 -0
- package/scripts/utils/service/stack_autostart_resolution.test.mjs +117 -0
- package/scripts/utils/stack/owner_death_watchdog.mjs +73 -0
- package/scripts/utils/stack/owner_death_watchdog_runner.mjs +128 -0
- package/scripts/utils/stack/runtime_daemon_state.mjs +175 -0
- package/scripts/utils/stack/runtime_daemon_state.test.mjs +193 -0
- package/scripts/utils/stack/runtime_state.mjs +28 -2
- package/scripts/utils/stack/runtime_state.test.mjs +70 -0
- package/scripts/utils/stack/startup.mjs +22 -0
- package/scripts/utils/stack/startup_runtime_probe.test.mjs +46 -0
- package/scripts/utils/stack/stop.mjs +50 -5
- package/scripts/utils/stack/terminal_usage_instructions.mjs +52 -0
- package/scripts/utils/stack/terminal_usage_instructions.test.mjs +25 -0
- package/scripts/utils/tailscale/extract_https_url_from_status.mjs +5 -0
- package/scripts/utils/tailscale/ip.mjs +15 -54
- package/scripts/utils/tailscale/ip.test.mjs +37 -0
- package/scripts/utils/tauri/createStackTauriDevConfig.mjs +34 -0
- package/scripts/utils/tauri/createStackTauriDevConfig.test.mjs +39 -0
- package/scripts/utils/tauri/dev_runtime.mjs +45 -0
- package/scripts/utils/tauri/dev_runtime.test.mjs +79 -0
- package/scripts/utils/test/collect_test_files.mjs +3 -1
- package/scripts/utils/test/collect_test_files.test.mjs +73 -0
- package/scripts/utils/test/integration_test_runner.mjs +35 -0
- package/scripts/utils/test/integration_test_runner.test.mjs +42 -0
- package/scripts/utils/test/lane_contract.test.mjs +12 -0
- package/scripts/utils/test/test_cleanup.mjs +21 -0
- package/scripts/utils/test/test_collection.mjs +54 -0
- package/scripts/utils/test/test_collection.test.mjs +64 -0
- package/scripts/utils/test/test_env.mjs +17 -0
- package/scripts/utils/test/test_paths.mjs +42 -0
- package/scripts/utils/test/test_process.mjs +37 -0
- package/scripts/utils/test/test_process.test.mjs +20 -0
- package/scripts/utils/tui/args.mjs +11 -0
- package/scripts/utils/tui/args.test.mjs +20 -0
- package/scripts/utils/tui/child_termination_plan.mjs +28 -0
- package/scripts/utils/tui/child_termination_plan.test.mjs +25 -0
- package/scripts/utils/tui/daemon_auth_notice.mjs +4 -1
- package/scripts/utils/tui/daemon_auth_notice.test.mjs +12 -0
- package/scripts/utils/tui/daemon_autostart.mjs +5 -3
- package/scripts/utils/tui/daemon_autostart.test.mjs +17 -1
- package/scripts/utils/tui/daemon_pane_reconcile.mjs +6 -4
- package/scripts/utils/tui/daemon_pane_reconcile.test.mjs +10 -0
- package/scripts/utils/tui/pane_routing.mjs +12 -0
- package/scripts/utils/tui/pane_routing.test.mjs +18 -0
- package/scripts/utils/tui/stdin_error_guard.mjs +47 -0
- package/scripts/utils/tui/stdin_error_guard.test.mjs +17 -0
- package/scripts/utils/tui/tauri_mode.mjs +61 -0
- package/scripts/utils/tui/tauri_mode.test.mjs +109 -0
- package/scripts/utils/ui/ui_export_env.mjs +5 -3
- package/scripts/utils/ui/ui_export_env.test.mjs +2 -1
- package/scripts/utils/worktrees/reflink_copy_dir.mjs +35 -0
- package/scripts/utils/worktrees/seed_node_modules.mjs +35 -0
- package/scripts/utils/worktrees/seed_node_modules.test.mjs +82 -0
- package/scripts/utils/worktrees/yarn_install_guard.mjs +53 -0
- package/scripts/utils/worktrees/yarn_install_guard.test.mjs +73 -0
- package/scripts/where.mjs +3 -0
- package/scripts/worktrees.mjs +16 -0
- package/scripts/worktrees_archive_cmd.integration.test.mjs +23 -108
- package/docs/codex-mcp-resume.md +0 -129
- package/node_modules/@happier-dev/agents/dist/providers/cliInstallSpecs.d.ts +0 -28
- package/node_modules/@happier-dev/agents/dist/providers/cliInstallSpecs.d.ts.map +0 -1
- package/node_modules/@happier-dev/agents/dist/providers/cliInstallSpecs.js +0 -143
- package/node_modules/@happier-dev/agents/dist/providers/cliInstallSpecs.js.map +0 -1
- package/node_modules/@happier-dev/agents/dist/sessionControls/publish.spec.d.ts +0 -2
- package/node_modules/@happier-dev/agents/dist/sessionControls/publish.spec.d.ts.map +0 -1
- package/node_modules/@happier-dev/agents/dist/sessionControls/publish.spec.js +0 -112
- package/node_modules/@happier-dev/agents/dist/sessionControls/publish.spec.js.map +0 -1
- package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.spec.d.ts +0 -2
- package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.spec.d.ts.map +0 -1
- package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.spec.js +0 -30
- package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.spec.js.map +0 -1
- package/node_modules/@happier-dev/agents/dist/voice/voiceClientTools.d.ts +0 -10
- package/node_modules/@happier-dev/agents/dist/voice/voiceClientTools.d.ts.map +0 -1
- package/node_modules/@happier-dev/agents/dist/voice/voiceClientTools.js +0 -54
- package/node_modules/@happier-dev/agents/dist/voice/voiceClientTools.js.map +0 -1
- package/node_modules/@happier-dev/agents/dist/voice/voiceMediatorPrompt.d.ts +0 -17
- package/node_modules/@happier-dev/agents/dist/voice/voiceMediatorPrompt.d.ts.map +0 -1
- package/node_modules/@happier-dev/agents/dist/voice/voiceMediatorPrompt.js +0 -65
- package/node_modules/@happier-dev/agents/dist/voice/voiceMediatorPrompt.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionIds.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/actions/actionIds.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionIds.test.js +0 -12
- package/node_modules/@happier-dev/protocol/dist/actions/actionIds.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.test.js +0 -35
- package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.test.js +0 -18
- package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.test.js +0 -184
- package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/bugReports.reporter.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/bugReports.reporter.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/bugReports.reporter.test.js +0 -33
- package/node_modules/@happier-dev/protocol/dist/bugReports.reporter.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/bugReports.serverDiagnostics.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/bugReports.serverDiagnostics.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/bugReports.serverDiagnostics.test.js +0 -12
- package/node_modules/@happier-dev/protocol/dist/bugReports.serverDiagnostics.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/bugReports.similarIssues.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/bugReports.similarIssues.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/bugReports.similarIssues.test.js +0 -68
- package/node_modules/@happier-dev/protocol/dist/bugReports.similarIssues.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/bugReports.submit.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/bugReports.submit.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/bugReports.submit.test.js +0 -382
- package/node_modules/@happier-dev/protocol/dist/bugReports.submit.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/changes.automation.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/changes.automation.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/changes.automation.test.js +0 -19
- package/node_modules/@happier-dev/protocol/dist/changes.automation.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.test.js +0 -105
- package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/crypto/base64.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/crypto/base64.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/crypto/base64.test.js +0 -42
- package/node_modules/@happier-dev/protocol/dist/crypto/base64.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.test.js +0 -65
- package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.test.js +0 -68
- package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.test.js +0 -67
- package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.test.js +0 -53
- package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/esmImportCycle.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/esmImportCycle.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/esmImportCycle.test.js +0 -16
- package/node_modules/@happier-dev/protocol/dist/esmImportCycle.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/executionRuns.streaming.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/executionRuns.streaming.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/executionRuns.streaming.test.js +0 -23
- package/node_modules/@happier-dev/protocol/dist/executionRuns.streaming.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/executionRuns.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/executionRuns.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/executionRuns.test.js +0 -174
- package/node_modules/@happier-dev/protocol/dist/executionRuns.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.test.js +0 -22
- package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/features/catalog.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/features/catalog.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/features/catalog.test.js +0 -31
- package/node_modules/@happier-dev/protocol/dist/features/catalog.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/features/decision.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/features/decision.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/features/decision.test.js +0 -31
- package/node_modules/@happier-dev/protocol/dist/features/decision.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/features.compat.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/features.compat.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/features.compat.test.js +0 -150
- package/node_modules/@happier-dev/protocol/dist/features.compat.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/index.exports.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/index.exports.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/index.exports.test.js +0 -57
- package/node_modules/@happier-dev/protocol/dist/index.exports.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.test.js +0 -10
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.test.js +0 -15
- package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/rpc.daemonExecutionRuns.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/rpc.daemonExecutionRuns.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/rpc.daemonExecutionRuns.test.js +0 -8
- package/node_modules/@happier-dev/protocol/dist/rpc.daemonExecutionRuns.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/rpc.executionRuns.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/rpc.executionRuns.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/rpc.executionRuns.test.js +0 -11
- package/node_modules/@happier-dev/protocol/dist/rpc.executionRuns.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/rpc.scm.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/rpc.scm.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/rpc.scm.test.js +0 -22
- package/node_modules/@happier-dev/protocol/dist/rpc.scm.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/rpc.sessionReplay.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/rpc.sessionReplay.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/rpc.sessionReplay.test.js +0 -8
- package/node_modules/@happier-dev/protocol/dist/rpc.sessionReplay.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/rpc.voiceAgentStreaming.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/rpc.voiceAgentStreaming.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/rpc.voiceAgentStreaming.test.js +0 -10
- package/node_modules/@happier-dev/protocol/dist/rpc.voiceAgentStreaming.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/rpc.voiceMediatorStreaming.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/rpc.voiceMediatorStreaming.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/rpc.voiceMediatorStreaming.test.js +0 -10
- package/node_modules/@happier-dev/protocol/dist/rpc.voiceMediatorStreaming.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.test.js +0 -39
- package/node_modules/@happier-dev/protocol/dist/rpcErrors.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/scm.contract.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/scm.contract.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/scm.contract.test.js +0 -197
- package/node_modules/@happier-dev/protocol/dist/scm.contract.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/scmCapabilities.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/scmCapabilities.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/scmCapabilities.test.js +0 -23
- package/node_modules/@happier-dev/protocol/dist/scmCapabilities.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/scmPathScope.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/scmPathScope.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/scmPathScope.test.js +0 -29
- package/node_modules/@happier-dev/protocol/dist/scmPathScope.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/scmPolicy.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/scmPolicy.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/scmPolicy.test.js +0 -183
- package/node_modules/@happier-dev/protocol/dist/scmPolicy.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/serverControl/contract.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/serverControl/contract.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/serverControl/contract.test.js +0 -23
- package/node_modules/@happier-dev/protocol/dist/serverControl/contract.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.test.js +0 -33
- package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.test.js +0 -54
- package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.test.js +0 -16
- package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.backcompat.spec.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.backcompat.spec.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.backcompat.spec.js +0 -43
- package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.backcompat.spec.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/updates.automation.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/updates.automation.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/updates.automation.test.js +0 -50
- package/node_modules/@happier-dev/protocol/dist/updates.automation.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/voiceActions.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/voiceActions.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/voiceActions.test.js +0 -124
- package/node_modules/@happier-dev/protocol/dist/voiceActions.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.d.ts +0 -427
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.js +0 -118
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.streaming.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.streaming.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.streaming.test.js +0 -43
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.streaming.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.test.js +0 -16
- package/node_modules/@happier-dev/protocol/dist/voiceAgent.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.d.ts +0 -2737
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.js +0 -118
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.streaming.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.streaming.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.streaming.test.js +0 -43
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.streaming.test.js.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.test.d.ts +0 -2
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.test.d.ts.map +0 -1
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.test.js +0 -16
- package/node_modules/@happier-dev/protocol/dist/voiceMediator.test.js.map +0 -1
- package/scripts/provision/macos-lima-vm.sh +0 -257
- package/scripts/provision/macos-lima-vm.test.mjs +0 -133
- package/scripts/utils/service/autostart_darwin.mjs +0 -198
- package/scripts/utils/service/autostart_darwin.test.mjs +0 -49
- package/scripts/utils/service/autostart_darwin_keepalive.test.mjs +0 -19
|
@@ -1,2737 +0,0 @@
|
|
|
1
|
-
import { z } from 'zod';
|
|
2
|
-
export declare const VOICE_MEDIATOR_ERROR_CODES: {
|
|
3
|
-
readonly NOT_FOUND: "VOICE_MEDIATOR_NOT_FOUND";
|
|
4
|
-
readonly BUSY: "VOICE_MEDIATOR_BUSY";
|
|
5
|
-
readonly UNSUPPORTED: "VOICE_MEDIATOR_UNSUPPORTED";
|
|
6
|
-
readonly START_FAILED: "VOICE_MEDIATOR_START_FAILED";
|
|
7
|
-
};
|
|
8
|
-
export type VoiceMediatorErrorCode = (typeof VOICE_MEDIATOR_ERROR_CODES)[keyof typeof VOICE_MEDIATOR_ERROR_CODES];
|
|
9
|
-
export declare const VoiceMediatorPermissionPolicySchema: z.ZodEnum<["no_tools", "read_only"]>;
|
|
10
|
-
export type VoiceMediatorPermissionPolicy = z.infer<typeof VoiceMediatorPermissionPolicySchema>;
|
|
11
|
-
export declare const VoiceMediatorAgentSourceSchema: z.ZodEnum<["session", "agent"]>;
|
|
12
|
-
export type VoiceMediatorAgentSource = z.infer<typeof VoiceMediatorAgentSourceSchema>;
|
|
13
|
-
export declare const VoiceMediatorVerbositySchema: z.ZodEnum<["short", "balanced"]>;
|
|
14
|
-
export type VoiceMediatorVerbosity = z.infer<typeof VoiceMediatorVerbositySchema>;
|
|
15
|
-
export declare const VoiceMediatorTranscriptPersistenceModeSchema: z.ZodEnum<["ephemeral", "persistent"]>;
|
|
16
|
-
export type VoiceMediatorTranscriptPersistenceMode = z.infer<typeof VoiceMediatorTranscriptPersistenceModeSchema>;
|
|
17
|
-
export declare const VoiceMediatorTranscriptConfigSchema: z.ZodObject<{
|
|
18
|
-
persistenceMode: z.ZodOptional<z.ZodEnum<["ephemeral", "persistent"]>>;
|
|
19
|
-
epoch: z.ZodOptional<z.ZodNumber>;
|
|
20
|
-
}, "strip", z.ZodTypeAny, {
|
|
21
|
-
persistenceMode?: "ephemeral" | "persistent" | undefined;
|
|
22
|
-
epoch?: number | undefined;
|
|
23
|
-
}, {
|
|
24
|
-
persistenceMode?: "ephemeral" | "persistent" | undefined;
|
|
25
|
-
epoch?: number | undefined;
|
|
26
|
-
}>;
|
|
27
|
-
export type VoiceMediatorTranscriptConfig = z.infer<typeof VoiceMediatorTranscriptConfigSchema>;
|
|
28
|
-
export declare const VoiceMediatorStartRequestSchema: z.ZodObject<{
|
|
29
|
-
agentSource: z.ZodOptional<z.ZodEnum<["session", "agent"]>>;
|
|
30
|
-
agentId: z.ZodOptional<z.ZodString>;
|
|
31
|
-
verbosity: z.ZodOptional<z.ZodEnum<["short", "balanced"]>>;
|
|
32
|
-
chatModelId: z.ZodString;
|
|
33
|
-
commitModelId: z.ZodString;
|
|
34
|
-
permissionPolicy: z.ZodEnum<["no_tools", "read_only"]>;
|
|
35
|
-
idleTtlSeconds: z.ZodNumber;
|
|
36
|
-
initialContext: z.ZodString;
|
|
37
|
-
transcript: z.ZodOptional<z.ZodObject<{
|
|
38
|
-
persistenceMode: z.ZodOptional<z.ZodEnum<["ephemeral", "persistent"]>>;
|
|
39
|
-
epoch: z.ZodOptional<z.ZodNumber>;
|
|
40
|
-
}, "strip", z.ZodTypeAny, {
|
|
41
|
-
persistenceMode?: "ephemeral" | "persistent" | undefined;
|
|
42
|
-
epoch?: number | undefined;
|
|
43
|
-
}, {
|
|
44
|
-
persistenceMode?: "ephemeral" | "persistent" | undefined;
|
|
45
|
-
epoch?: number | undefined;
|
|
46
|
-
}>>;
|
|
47
|
-
}, "strip", z.ZodTypeAny, {
|
|
48
|
-
chatModelId: string;
|
|
49
|
-
commitModelId: string;
|
|
50
|
-
permissionPolicy: "no_tools" | "read_only";
|
|
51
|
-
idleTtlSeconds: number;
|
|
52
|
-
initialContext: string;
|
|
53
|
-
agentSource?: "session" | "agent" | undefined;
|
|
54
|
-
agentId?: string | undefined;
|
|
55
|
-
verbosity?: "short" | "balanced" | undefined;
|
|
56
|
-
transcript?: {
|
|
57
|
-
persistenceMode?: "ephemeral" | "persistent" | undefined;
|
|
58
|
-
epoch?: number | undefined;
|
|
59
|
-
} | undefined;
|
|
60
|
-
}, {
|
|
61
|
-
chatModelId: string;
|
|
62
|
-
commitModelId: string;
|
|
63
|
-
permissionPolicy: "no_tools" | "read_only";
|
|
64
|
-
idleTtlSeconds: number;
|
|
65
|
-
initialContext: string;
|
|
66
|
-
agentSource?: "session" | "agent" | undefined;
|
|
67
|
-
agentId?: string | undefined;
|
|
68
|
-
verbosity?: "short" | "balanced" | undefined;
|
|
69
|
-
transcript?: {
|
|
70
|
-
persistenceMode?: "ephemeral" | "persistent" | undefined;
|
|
71
|
-
epoch?: number | undefined;
|
|
72
|
-
} | undefined;
|
|
73
|
-
}>;
|
|
74
|
-
export type VoiceMediatorStartRequest = z.infer<typeof VoiceMediatorStartRequestSchema>;
|
|
75
|
-
export declare const VoiceMediatorStartResponseSchema: z.ZodObject<{
|
|
76
|
-
mediatorId: z.ZodString;
|
|
77
|
-
effective: z.ZodObject<{
|
|
78
|
-
chatModelId: z.ZodString;
|
|
79
|
-
commitModelId: z.ZodString;
|
|
80
|
-
permissionPolicy: z.ZodEnum<["no_tools", "read_only"]>;
|
|
81
|
-
}, "strip", z.ZodTypeAny, {
|
|
82
|
-
chatModelId: string;
|
|
83
|
-
commitModelId: string;
|
|
84
|
-
permissionPolicy: "no_tools" | "read_only";
|
|
85
|
-
}, {
|
|
86
|
-
chatModelId: string;
|
|
87
|
-
commitModelId: string;
|
|
88
|
-
permissionPolicy: "no_tools" | "read_only";
|
|
89
|
-
}>;
|
|
90
|
-
}, "strip", z.ZodTypeAny, {
|
|
91
|
-
effective: {
|
|
92
|
-
chatModelId: string;
|
|
93
|
-
commitModelId: string;
|
|
94
|
-
permissionPolicy: "no_tools" | "read_only";
|
|
95
|
-
};
|
|
96
|
-
mediatorId: string;
|
|
97
|
-
}, {
|
|
98
|
-
effective: {
|
|
99
|
-
chatModelId: string;
|
|
100
|
-
commitModelId: string;
|
|
101
|
-
permissionPolicy: "no_tools" | "read_only";
|
|
102
|
-
};
|
|
103
|
-
mediatorId: string;
|
|
104
|
-
}>;
|
|
105
|
-
export type VoiceMediatorStartResponse = z.infer<typeof VoiceMediatorStartResponseSchema>;
|
|
106
|
-
export declare const VoiceMediatorSendTurnRequestSchema: z.ZodObject<{
|
|
107
|
-
mediatorId: z.ZodString;
|
|
108
|
-
userText: z.ZodString;
|
|
109
|
-
}, "strip", z.ZodTypeAny, {
|
|
110
|
-
userText: string;
|
|
111
|
-
mediatorId: string;
|
|
112
|
-
}, {
|
|
113
|
-
userText: string;
|
|
114
|
-
mediatorId: string;
|
|
115
|
-
}>;
|
|
116
|
-
export type VoiceMediatorSendTurnRequest = z.infer<typeof VoiceMediatorSendTurnRequestSchema>;
|
|
117
|
-
export declare const VoiceMediatorSendTurnResponseSchema: z.ZodObject<{
|
|
118
|
-
assistantText: z.ZodString;
|
|
119
|
-
actions: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"t", [z.ZodObject<{
|
|
120
|
-
t: z.ZodLiteral<"sendSessionMessage">;
|
|
121
|
-
args: z.ZodObject<{
|
|
122
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
123
|
-
message: z.ZodString;
|
|
124
|
-
}, "strip", z.ZodTypeAny, {
|
|
125
|
-
message: string;
|
|
126
|
-
sessionId?: string | undefined;
|
|
127
|
-
}, {
|
|
128
|
-
message: string;
|
|
129
|
-
sessionId?: string | undefined;
|
|
130
|
-
}>;
|
|
131
|
-
}, "strip", z.ZodTypeAny, {
|
|
132
|
-
t: "sendSessionMessage";
|
|
133
|
-
args: {
|
|
134
|
-
message: string;
|
|
135
|
-
sessionId?: string | undefined;
|
|
136
|
-
};
|
|
137
|
-
}, {
|
|
138
|
-
t: "sendSessionMessage";
|
|
139
|
-
args: {
|
|
140
|
-
message: string;
|
|
141
|
-
sessionId?: string | undefined;
|
|
142
|
-
};
|
|
143
|
-
}>, z.ZodObject<{
|
|
144
|
-
t: z.ZodLiteral<"openSession">;
|
|
145
|
-
args: z.ZodObject<{
|
|
146
|
-
sessionId: z.ZodString;
|
|
147
|
-
}, "strip", z.ZodTypeAny, {
|
|
148
|
-
sessionId: string;
|
|
149
|
-
}, {
|
|
150
|
-
sessionId: string;
|
|
151
|
-
}>;
|
|
152
|
-
}, "strip", z.ZodTypeAny, {
|
|
153
|
-
t: "openSession";
|
|
154
|
-
args: {
|
|
155
|
-
sessionId: string;
|
|
156
|
-
};
|
|
157
|
-
}, {
|
|
158
|
-
t: "openSession";
|
|
159
|
-
args: {
|
|
160
|
-
sessionId: string;
|
|
161
|
-
};
|
|
162
|
-
}>, z.ZodObject<{
|
|
163
|
-
t: z.ZodLiteral<"spawnSession">;
|
|
164
|
-
args: z.ZodObject<{
|
|
165
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
166
|
-
path: z.ZodOptional<z.ZodString>;
|
|
167
|
-
host: z.ZodOptional<z.ZodString>;
|
|
168
|
-
initialMessage: z.ZodOptional<z.ZodString>;
|
|
169
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
170
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
171
|
-
path: z.ZodOptional<z.ZodString>;
|
|
172
|
-
host: z.ZodOptional<z.ZodString>;
|
|
173
|
-
initialMessage: z.ZodOptional<z.ZodString>;
|
|
174
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
175
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
176
|
-
path: z.ZodOptional<z.ZodString>;
|
|
177
|
-
host: z.ZodOptional<z.ZodString>;
|
|
178
|
-
initialMessage: z.ZodOptional<z.ZodString>;
|
|
179
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
180
|
-
}, "strip", z.ZodTypeAny, {
|
|
181
|
-
t: "spawnSession";
|
|
182
|
-
args: {
|
|
183
|
-
path?: string | undefined;
|
|
184
|
-
tag?: string | undefined;
|
|
185
|
-
host?: string | undefined;
|
|
186
|
-
initialMessage?: string | undefined;
|
|
187
|
-
} & {
|
|
188
|
-
[k: string]: unknown;
|
|
189
|
-
};
|
|
190
|
-
}, {
|
|
191
|
-
t: "spawnSession";
|
|
192
|
-
args: {
|
|
193
|
-
path?: string | undefined;
|
|
194
|
-
tag?: string | undefined;
|
|
195
|
-
host?: string | undefined;
|
|
196
|
-
initialMessage?: string | undefined;
|
|
197
|
-
} & {
|
|
198
|
-
[k: string]: unknown;
|
|
199
|
-
};
|
|
200
|
-
}>, z.ZodObject<{
|
|
201
|
-
t: z.ZodLiteral<"resetGlobalVoiceAgent">;
|
|
202
|
-
args: z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>;
|
|
203
|
-
}, "strip", z.ZodTypeAny, {
|
|
204
|
-
t: "resetGlobalVoiceAgent";
|
|
205
|
-
args: {} & {
|
|
206
|
-
[k: string]: unknown;
|
|
207
|
-
};
|
|
208
|
-
}, {
|
|
209
|
-
t: "resetGlobalVoiceAgent";
|
|
210
|
-
args: {} & {
|
|
211
|
-
[k: string]: unknown;
|
|
212
|
-
};
|
|
213
|
-
}>, z.ZodObject<{
|
|
214
|
-
t: z.ZodLiteral<"startExecutionRun">;
|
|
215
|
-
args: z.ZodObject<{
|
|
216
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
217
|
-
intent: z.ZodEnum<["review", "plan", "delegate", "voice_agent"]>;
|
|
218
|
-
backendId: z.ZodString;
|
|
219
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
220
|
-
permissionMode: z.ZodOptional<z.ZodString>;
|
|
221
|
-
retentionPolicy: z.ZodOptional<z.ZodEnum<["ephemeral", "resumable"]>>;
|
|
222
|
-
runClass: z.ZodOptional<z.ZodEnum<["bounded", "long_lived"]>>;
|
|
223
|
-
ioMode: z.ZodOptional<z.ZodEnum<["request_response", "streaming"]>>;
|
|
224
|
-
}, "strip", z.ZodTypeAny, {
|
|
225
|
-
backendId: string;
|
|
226
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
227
|
-
sessionId?: string | undefined;
|
|
228
|
-
instructions?: string | undefined;
|
|
229
|
-
permissionMode?: string | undefined;
|
|
230
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
231
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
232
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
233
|
-
}, {
|
|
234
|
-
backendId: string;
|
|
235
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
236
|
-
sessionId?: string | undefined;
|
|
237
|
-
instructions?: string | undefined;
|
|
238
|
-
permissionMode?: string | undefined;
|
|
239
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
240
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
241
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
242
|
-
}>;
|
|
243
|
-
}, "strip", z.ZodTypeAny, {
|
|
244
|
-
t: "startExecutionRun";
|
|
245
|
-
args: {
|
|
246
|
-
backendId: string;
|
|
247
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
248
|
-
sessionId?: string | undefined;
|
|
249
|
-
instructions?: string | undefined;
|
|
250
|
-
permissionMode?: string | undefined;
|
|
251
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
252
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
253
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
254
|
-
};
|
|
255
|
-
}, {
|
|
256
|
-
t: "startExecutionRun";
|
|
257
|
-
args: {
|
|
258
|
-
backendId: string;
|
|
259
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
260
|
-
sessionId?: string | undefined;
|
|
261
|
-
instructions?: string | undefined;
|
|
262
|
-
permissionMode?: string | undefined;
|
|
263
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
264
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
265
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
266
|
-
};
|
|
267
|
-
}>, z.ZodObject<{
|
|
268
|
-
t: z.ZodLiteral<"listExecutionRuns">;
|
|
269
|
-
args: z.ZodObject<{
|
|
270
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
271
|
-
}, "strip", z.ZodTypeAny, {
|
|
272
|
-
sessionId?: string | undefined;
|
|
273
|
-
}, {
|
|
274
|
-
sessionId?: string | undefined;
|
|
275
|
-
}>;
|
|
276
|
-
}, "strip", z.ZodTypeAny, {
|
|
277
|
-
t: "listExecutionRuns";
|
|
278
|
-
args: {
|
|
279
|
-
sessionId?: string | undefined;
|
|
280
|
-
};
|
|
281
|
-
}, {
|
|
282
|
-
t: "listExecutionRuns";
|
|
283
|
-
args: {
|
|
284
|
-
sessionId?: string | undefined;
|
|
285
|
-
};
|
|
286
|
-
}>, z.ZodObject<{
|
|
287
|
-
t: z.ZodLiteral<"getExecutionRun">;
|
|
288
|
-
args: z.ZodObject<{
|
|
289
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
290
|
-
runId: z.ZodString;
|
|
291
|
-
includeStructured: z.ZodOptional<z.ZodBoolean>;
|
|
292
|
-
}, "strip", z.ZodTypeAny, {
|
|
293
|
-
runId: string;
|
|
294
|
-
sessionId?: string | undefined;
|
|
295
|
-
includeStructured?: boolean | undefined;
|
|
296
|
-
}, {
|
|
297
|
-
runId: string;
|
|
298
|
-
sessionId?: string | undefined;
|
|
299
|
-
includeStructured?: boolean | undefined;
|
|
300
|
-
}>;
|
|
301
|
-
}, "strip", z.ZodTypeAny, {
|
|
302
|
-
t: "getExecutionRun";
|
|
303
|
-
args: {
|
|
304
|
-
runId: string;
|
|
305
|
-
sessionId?: string | undefined;
|
|
306
|
-
includeStructured?: boolean | undefined;
|
|
307
|
-
};
|
|
308
|
-
}, {
|
|
309
|
-
t: "getExecutionRun";
|
|
310
|
-
args: {
|
|
311
|
-
runId: string;
|
|
312
|
-
sessionId?: string | undefined;
|
|
313
|
-
includeStructured?: boolean | undefined;
|
|
314
|
-
};
|
|
315
|
-
}>, z.ZodObject<{
|
|
316
|
-
t: z.ZodLiteral<"sendExecutionRunMessage">;
|
|
317
|
-
args: z.ZodObject<{
|
|
318
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
319
|
-
runId: z.ZodString;
|
|
320
|
-
message: z.ZodString;
|
|
321
|
-
resume: z.ZodOptional<z.ZodBoolean>;
|
|
322
|
-
}, "strip", z.ZodTypeAny, {
|
|
323
|
-
message: string;
|
|
324
|
-
runId: string;
|
|
325
|
-
sessionId?: string | undefined;
|
|
326
|
-
resume?: boolean | undefined;
|
|
327
|
-
}, {
|
|
328
|
-
message: string;
|
|
329
|
-
runId: string;
|
|
330
|
-
sessionId?: string | undefined;
|
|
331
|
-
resume?: boolean | undefined;
|
|
332
|
-
}>;
|
|
333
|
-
}, "strip", z.ZodTypeAny, {
|
|
334
|
-
t: "sendExecutionRunMessage";
|
|
335
|
-
args: {
|
|
336
|
-
message: string;
|
|
337
|
-
runId: string;
|
|
338
|
-
sessionId?: string | undefined;
|
|
339
|
-
resume?: boolean | undefined;
|
|
340
|
-
};
|
|
341
|
-
}, {
|
|
342
|
-
t: "sendExecutionRunMessage";
|
|
343
|
-
args: {
|
|
344
|
-
message: string;
|
|
345
|
-
runId: string;
|
|
346
|
-
sessionId?: string | undefined;
|
|
347
|
-
resume?: boolean | undefined;
|
|
348
|
-
};
|
|
349
|
-
}>, z.ZodObject<{
|
|
350
|
-
t: z.ZodLiteral<"stopExecutionRun">;
|
|
351
|
-
args: z.ZodObject<{
|
|
352
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
353
|
-
runId: z.ZodString;
|
|
354
|
-
}, "strip", z.ZodTypeAny, {
|
|
355
|
-
runId: string;
|
|
356
|
-
sessionId?: string | undefined;
|
|
357
|
-
}, {
|
|
358
|
-
runId: string;
|
|
359
|
-
sessionId?: string | undefined;
|
|
360
|
-
}>;
|
|
361
|
-
}, "strip", z.ZodTypeAny, {
|
|
362
|
-
t: "stopExecutionRun";
|
|
363
|
-
args: {
|
|
364
|
-
runId: string;
|
|
365
|
-
sessionId?: string | undefined;
|
|
366
|
-
};
|
|
367
|
-
}, {
|
|
368
|
-
t: "stopExecutionRun";
|
|
369
|
-
args: {
|
|
370
|
-
runId: string;
|
|
371
|
-
sessionId?: string | undefined;
|
|
372
|
-
};
|
|
373
|
-
}>, z.ZodObject<{
|
|
374
|
-
t: z.ZodLiteral<"actionExecutionRun">;
|
|
375
|
-
args: z.ZodObject<{
|
|
376
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
377
|
-
runId: z.ZodString;
|
|
378
|
-
actionId: z.ZodString;
|
|
379
|
-
input: z.ZodOptional<z.ZodUnknown>;
|
|
380
|
-
}, "strip", z.ZodTypeAny, {
|
|
381
|
-
runId: string;
|
|
382
|
-
actionId: string;
|
|
383
|
-
sessionId?: string | undefined;
|
|
384
|
-
input?: unknown;
|
|
385
|
-
}, {
|
|
386
|
-
runId: string;
|
|
387
|
-
actionId: string;
|
|
388
|
-
sessionId?: string | undefined;
|
|
389
|
-
input?: unknown;
|
|
390
|
-
}>;
|
|
391
|
-
}, "strip", z.ZodTypeAny, {
|
|
392
|
-
t: "actionExecutionRun";
|
|
393
|
-
args: {
|
|
394
|
-
runId: string;
|
|
395
|
-
actionId: string;
|
|
396
|
-
sessionId?: string | undefined;
|
|
397
|
-
input?: unknown;
|
|
398
|
-
};
|
|
399
|
-
}, {
|
|
400
|
-
t: "actionExecutionRun";
|
|
401
|
-
args: {
|
|
402
|
-
runId: string;
|
|
403
|
-
actionId: string;
|
|
404
|
-
sessionId?: string | undefined;
|
|
405
|
-
input?: unknown;
|
|
406
|
-
};
|
|
407
|
-
}>, z.ZodObject<{
|
|
408
|
-
t: z.ZodLiteral<"setPrimaryActionSession">;
|
|
409
|
-
args: z.ZodObject<{
|
|
410
|
-
sessionId: z.ZodNullable<z.ZodString>;
|
|
411
|
-
}, "strip", z.ZodTypeAny, {
|
|
412
|
-
sessionId: string | null;
|
|
413
|
-
}, {
|
|
414
|
-
sessionId: string | null;
|
|
415
|
-
}>;
|
|
416
|
-
}, "strip", z.ZodTypeAny, {
|
|
417
|
-
t: "setPrimaryActionSession";
|
|
418
|
-
args: {
|
|
419
|
-
sessionId: string | null;
|
|
420
|
-
};
|
|
421
|
-
}, {
|
|
422
|
-
t: "setPrimaryActionSession";
|
|
423
|
-
args: {
|
|
424
|
-
sessionId: string | null;
|
|
425
|
-
};
|
|
426
|
-
}>, z.ZodObject<{
|
|
427
|
-
t: z.ZodLiteral<"setTrackedSessions">;
|
|
428
|
-
args: z.ZodObject<{
|
|
429
|
-
sessionIds: z.ZodArray<z.ZodString, "many">;
|
|
430
|
-
}, "strip", z.ZodTypeAny, {
|
|
431
|
-
sessionIds: string[];
|
|
432
|
-
}, {
|
|
433
|
-
sessionIds: string[];
|
|
434
|
-
}>;
|
|
435
|
-
}, "strip", z.ZodTypeAny, {
|
|
436
|
-
t: "setTrackedSessions";
|
|
437
|
-
args: {
|
|
438
|
-
sessionIds: string[];
|
|
439
|
-
};
|
|
440
|
-
}, {
|
|
441
|
-
t: "setTrackedSessions";
|
|
442
|
-
args: {
|
|
443
|
-
sessionIds: string[];
|
|
444
|
-
};
|
|
445
|
-
}>, z.ZodObject<{
|
|
446
|
-
t: z.ZodLiteral<"processPermissionRequest">;
|
|
447
|
-
args: z.ZodObject<{
|
|
448
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
449
|
-
decision: z.ZodEnum<["allow", "deny"]>;
|
|
450
|
-
requestId: z.ZodOptional<z.ZodString>;
|
|
451
|
-
}, "strip", z.ZodTypeAny, {
|
|
452
|
-
decision: "allow" | "deny";
|
|
453
|
-
sessionId?: string | undefined;
|
|
454
|
-
requestId?: string | undefined;
|
|
455
|
-
}, {
|
|
456
|
-
decision: "allow" | "deny";
|
|
457
|
-
sessionId?: string | undefined;
|
|
458
|
-
requestId?: string | undefined;
|
|
459
|
-
}>;
|
|
460
|
-
}, "strip", z.ZodTypeAny, {
|
|
461
|
-
t: "processPermissionRequest";
|
|
462
|
-
args: {
|
|
463
|
-
decision: "allow" | "deny";
|
|
464
|
-
sessionId?: string | undefined;
|
|
465
|
-
requestId?: string | undefined;
|
|
466
|
-
};
|
|
467
|
-
}, {
|
|
468
|
-
t: "processPermissionRequest";
|
|
469
|
-
args: {
|
|
470
|
-
decision: "allow" | "deny";
|
|
471
|
-
sessionId?: string | undefined;
|
|
472
|
-
requestId?: string | undefined;
|
|
473
|
-
};
|
|
474
|
-
}>]>, "many">>;
|
|
475
|
-
}, "strip", z.ZodTypeAny, {
|
|
476
|
-
assistantText: string;
|
|
477
|
-
actions?: ({
|
|
478
|
-
t: "sendSessionMessage";
|
|
479
|
-
args: {
|
|
480
|
-
message: string;
|
|
481
|
-
sessionId?: string | undefined;
|
|
482
|
-
};
|
|
483
|
-
} | {
|
|
484
|
-
t: "openSession";
|
|
485
|
-
args: {
|
|
486
|
-
sessionId: string;
|
|
487
|
-
};
|
|
488
|
-
} | {
|
|
489
|
-
t: "spawnSession";
|
|
490
|
-
args: {
|
|
491
|
-
path?: string | undefined;
|
|
492
|
-
tag?: string | undefined;
|
|
493
|
-
host?: string | undefined;
|
|
494
|
-
initialMessage?: string | undefined;
|
|
495
|
-
} & {
|
|
496
|
-
[k: string]: unknown;
|
|
497
|
-
};
|
|
498
|
-
} | {
|
|
499
|
-
t: "resetGlobalVoiceAgent";
|
|
500
|
-
args: {} & {
|
|
501
|
-
[k: string]: unknown;
|
|
502
|
-
};
|
|
503
|
-
} | {
|
|
504
|
-
t: "startExecutionRun";
|
|
505
|
-
args: {
|
|
506
|
-
backendId: string;
|
|
507
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
508
|
-
sessionId?: string | undefined;
|
|
509
|
-
instructions?: string | undefined;
|
|
510
|
-
permissionMode?: string | undefined;
|
|
511
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
512
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
513
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
514
|
-
};
|
|
515
|
-
} | {
|
|
516
|
-
t: "listExecutionRuns";
|
|
517
|
-
args: {
|
|
518
|
-
sessionId?: string | undefined;
|
|
519
|
-
};
|
|
520
|
-
} | {
|
|
521
|
-
t: "getExecutionRun";
|
|
522
|
-
args: {
|
|
523
|
-
runId: string;
|
|
524
|
-
sessionId?: string | undefined;
|
|
525
|
-
includeStructured?: boolean | undefined;
|
|
526
|
-
};
|
|
527
|
-
} | {
|
|
528
|
-
t: "sendExecutionRunMessage";
|
|
529
|
-
args: {
|
|
530
|
-
message: string;
|
|
531
|
-
runId: string;
|
|
532
|
-
sessionId?: string | undefined;
|
|
533
|
-
resume?: boolean | undefined;
|
|
534
|
-
};
|
|
535
|
-
} | {
|
|
536
|
-
t: "stopExecutionRun";
|
|
537
|
-
args: {
|
|
538
|
-
runId: string;
|
|
539
|
-
sessionId?: string | undefined;
|
|
540
|
-
};
|
|
541
|
-
} | {
|
|
542
|
-
t: "actionExecutionRun";
|
|
543
|
-
args: {
|
|
544
|
-
runId: string;
|
|
545
|
-
actionId: string;
|
|
546
|
-
sessionId?: string | undefined;
|
|
547
|
-
input?: unknown;
|
|
548
|
-
};
|
|
549
|
-
} | {
|
|
550
|
-
t: "setPrimaryActionSession";
|
|
551
|
-
args: {
|
|
552
|
-
sessionId: string | null;
|
|
553
|
-
};
|
|
554
|
-
} | {
|
|
555
|
-
t: "setTrackedSessions";
|
|
556
|
-
args: {
|
|
557
|
-
sessionIds: string[];
|
|
558
|
-
};
|
|
559
|
-
} | {
|
|
560
|
-
t: "processPermissionRequest";
|
|
561
|
-
args: {
|
|
562
|
-
decision: "allow" | "deny";
|
|
563
|
-
sessionId?: string | undefined;
|
|
564
|
-
requestId?: string | undefined;
|
|
565
|
-
};
|
|
566
|
-
})[] | undefined;
|
|
567
|
-
}, {
|
|
568
|
-
assistantText: string;
|
|
569
|
-
actions?: ({
|
|
570
|
-
t: "sendSessionMessage";
|
|
571
|
-
args: {
|
|
572
|
-
message: string;
|
|
573
|
-
sessionId?: string | undefined;
|
|
574
|
-
};
|
|
575
|
-
} | {
|
|
576
|
-
t: "openSession";
|
|
577
|
-
args: {
|
|
578
|
-
sessionId: string;
|
|
579
|
-
};
|
|
580
|
-
} | {
|
|
581
|
-
t: "spawnSession";
|
|
582
|
-
args: {
|
|
583
|
-
path?: string | undefined;
|
|
584
|
-
tag?: string | undefined;
|
|
585
|
-
host?: string | undefined;
|
|
586
|
-
initialMessage?: string | undefined;
|
|
587
|
-
} & {
|
|
588
|
-
[k: string]: unknown;
|
|
589
|
-
};
|
|
590
|
-
} | {
|
|
591
|
-
t: "resetGlobalVoiceAgent";
|
|
592
|
-
args: {} & {
|
|
593
|
-
[k: string]: unknown;
|
|
594
|
-
};
|
|
595
|
-
} | {
|
|
596
|
-
t: "startExecutionRun";
|
|
597
|
-
args: {
|
|
598
|
-
backendId: string;
|
|
599
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
600
|
-
sessionId?: string | undefined;
|
|
601
|
-
instructions?: string | undefined;
|
|
602
|
-
permissionMode?: string | undefined;
|
|
603
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
604
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
605
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
606
|
-
};
|
|
607
|
-
} | {
|
|
608
|
-
t: "listExecutionRuns";
|
|
609
|
-
args: {
|
|
610
|
-
sessionId?: string | undefined;
|
|
611
|
-
};
|
|
612
|
-
} | {
|
|
613
|
-
t: "getExecutionRun";
|
|
614
|
-
args: {
|
|
615
|
-
runId: string;
|
|
616
|
-
sessionId?: string | undefined;
|
|
617
|
-
includeStructured?: boolean | undefined;
|
|
618
|
-
};
|
|
619
|
-
} | {
|
|
620
|
-
t: "sendExecutionRunMessage";
|
|
621
|
-
args: {
|
|
622
|
-
message: string;
|
|
623
|
-
runId: string;
|
|
624
|
-
sessionId?: string | undefined;
|
|
625
|
-
resume?: boolean | undefined;
|
|
626
|
-
};
|
|
627
|
-
} | {
|
|
628
|
-
t: "stopExecutionRun";
|
|
629
|
-
args: {
|
|
630
|
-
runId: string;
|
|
631
|
-
sessionId?: string | undefined;
|
|
632
|
-
};
|
|
633
|
-
} | {
|
|
634
|
-
t: "actionExecutionRun";
|
|
635
|
-
args: {
|
|
636
|
-
runId: string;
|
|
637
|
-
actionId: string;
|
|
638
|
-
sessionId?: string | undefined;
|
|
639
|
-
input?: unknown;
|
|
640
|
-
};
|
|
641
|
-
} | {
|
|
642
|
-
t: "setPrimaryActionSession";
|
|
643
|
-
args: {
|
|
644
|
-
sessionId: string | null;
|
|
645
|
-
};
|
|
646
|
-
} | {
|
|
647
|
-
t: "setTrackedSessions";
|
|
648
|
-
args: {
|
|
649
|
-
sessionIds: string[];
|
|
650
|
-
};
|
|
651
|
-
} | {
|
|
652
|
-
t: "processPermissionRequest";
|
|
653
|
-
args: {
|
|
654
|
-
decision: "allow" | "deny";
|
|
655
|
-
sessionId?: string | undefined;
|
|
656
|
-
requestId?: string | undefined;
|
|
657
|
-
};
|
|
658
|
-
})[] | undefined;
|
|
659
|
-
}>;
|
|
660
|
-
export type VoiceMediatorSendTurnResponse = z.infer<typeof VoiceMediatorSendTurnResponseSchema>;
|
|
661
|
-
export declare const VoiceMediatorTurnStreamStartRequestSchema: z.ZodObject<{
|
|
662
|
-
mediatorId: z.ZodString;
|
|
663
|
-
userText: z.ZodString;
|
|
664
|
-
}, "strip", z.ZodTypeAny, {
|
|
665
|
-
userText: string;
|
|
666
|
-
mediatorId: string;
|
|
667
|
-
}, {
|
|
668
|
-
userText: string;
|
|
669
|
-
mediatorId: string;
|
|
670
|
-
}>;
|
|
671
|
-
export type VoiceMediatorTurnStreamStartRequest = z.infer<typeof VoiceMediatorTurnStreamStartRequestSchema>;
|
|
672
|
-
export declare const VoiceMediatorTurnStreamStartResponseSchema: z.ZodObject<{
|
|
673
|
-
streamId: z.ZodString;
|
|
674
|
-
}, "strip", z.ZodTypeAny, {
|
|
675
|
-
streamId: string;
|
|
676
|
-
}, {
|
|
677
|
-
streamId: string;
|
|
678
|
-
}>;
|
|
679
|
-
export type VoiceMediatorTurnStreamStartResponse = z.infer<typeof VoiceMediatorTurnStreamStartResponseSchema>;
|
|
680
|
-
export declare const VoiceMediatorTurnStreamReadRequestSchema: z.ZodObject<{
|
|
681
|
-
mediatorId: z.ZodString;
|
|
682
|
-
streamId: z.ZodString;
|
|
683
|
-
cursor: z.ZodNumber;
|
|
684
|
-
maxEvents: z.ZodOptional<z.ZodNumber>;
|
|
685
|
-
}, "strip", z.ZodTypeAny, {
|
|
686
|
-
cursor: number;
|
|
687
|
-
streamId: string;
|
|
688
|
-
mediatorId: string;
|
|
689
|
-
maxEvents?: number | undefined;
|
|
690
|
-
}, {
|
|
691
|
-
cursor: number;
|
|
692
|
-
streamId: string;
|
|
693
|
-
mediatorId: string;
|
|
694
|
-
maxEvents?: number | undefined;
|
|
695
|
-
}>;
|
|
696
|
-
export type VoiceMediatorTurnStreamReadRequest = z.infer<typeof VoiceMediatorTurnStreamReadRequestSchema>;
|
|
697
|
-
export declare const VoiceMediatorTurnStreamEventDeltaSchema: z.ZodObject<{
|
|
698
|
-
t: z.ZodLiteral<"delta">;
|
|
699
|
-
textDelta: z.ZodString;
|
|
700
|
-
}, "strip", z.ZodTypeAny, {
|
|
701
|
-
t: "delta";
|
|
702
|
-
textDelta: string;
|
|
703
|
-
}, {
|
|
704
|
-
t: "delta";
|
|
705
|
-
textDelta: string;
|
|
706
|
-
}>;
|
|
707
|
-
export type VoiceMediatorTurnStreamEventDelta = z.infer<typeof VoiceMediatorTurnStreamEventDeltaSchema>;
|
|
708
|
-
export declare const VoiceMediatorTurnStreamEventDoneSchema: z.ZodObject<{
|
|
709
|
-
t: z.ZodLiteral<"done">;
|
|
710
|
-
assistantText: z.ZodString;
|
|
711
|
-
actions: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"t", [z.ZodObject<{
|
|
712
|
-
t: z.ZodLiteral<"sendSessionMessage">;
|
|
713
|
-
args: z.ZodObject<{
|
|
714
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
715
|
-
message: z.ZodString;
|
|
716
|
-
}, "strip", z.ZodTypeAny, {
|
|
717
|
-
message: string;
|
|
718
|
-
sessionId?: string | undefined;
|
|
719
|
-
}, {
|
|
720
|
-
message: string;
|
|
721
|
-
sessionId?: string | undefined;
|
|
722
|
-
}>;
|
|
723
|
-
}, "strip", z.ZodTypeAny, {
|
|
724
|
-
t: "sendSessionMessage";
|
|
725
|
-
args: {
|
|
726
|
-
message: string;
|
|
727
|
-
sessionId?: string | undefined;
|
|
728
|
-
};
|
|
729
|
-
}, {
|
|
730
|
-
t: "sendSessionMessage";
|
|
731
|
-
args: {
|
|
732
|
-
message: string;
|
|
733
|
-
sessionId?: string | undefined;
|
|
734
|
-
};
|
|
735
|
-
}>, z.ZodObject<{
|
|
736
|
-
t: z.ZodLiteral<"openSession">;
|
|
737
|
-
args: z.ZodObject<{
|
|
738
|
-
sessionId: z.ZodString;
|
|
739
|
-
}, "strip", z.ZodTypeAny, {
|
|
740
|
-
sessionId: string;
|
|
741
|
-
}, {
|
|
742
|
-
sessionId: string;
|
|
743
|
-
}>;
|
|
744
|
-
}, "strip", z.ZodTypeAny, {
|
|
745
|
-
t: "openSession";
|
|
746
|
-
args: {
|
|
747
|
-
sessionId: string;
|
|
748
|
-
};
|
|
749
|
-
}, {
|
|
750
|
-
t: "openSession";
|
|
751
|
-
args: {
|
|
752
|
-
sessionId: string;
|
|
753
|
-
};
|
|
754
|
-
}>, z.ZodObject<{
|
|
755
|
-
t: z.ZodLiteral<"spawnSession">;
|
|
756
|
-
args: z.ZodObject<{
|
|
757
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
758
|
-
path: z.ZodOptional<z.ZodString>;
|
|
759
|
-
host: z.ZodOptional<z.ZodString>;
|
|
760
|
-
initialMessage: z.ZodOptional<z.ZodString>;
|
|
761
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
762
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
763
|
-
path: z.ZodOptional<z.ZodString>;
|
|
764
|
-
host: z.ZodOptional<z.ZodString>;
|
|
765
|
-
initialMessage: z.ZodOptional<z.ZodString>;
|
|
766
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
767
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
768
|
-
path: z.ZodOptional<z.ZodString>;
|
|
769
|
-
host: z.ZodOptional<z.ZodString>;
|
|
770
|
-
initialMessage: z.ZodOptional<z.ZodString>;
|
|
771
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
772
|
-
}, "strip", z.ZodTypeAny, {
|
|
773
|
-
t: "spawnSession";
|
|
774
|
-
args: {
|
|
775
|
-
path?: string | undefined;
|
|
776
|
-
tag?: string | undefined;
|
|
777
|
-
host?: string | undefined;
|
|
778
|
-
initialMessage?: string | undefined;
|
|
779
|
-
} & {
|
|
780
|
-
[k: string]: unknown;
|
|
781
|
-
};
|
|
782
|
-
}, {
|
|
783
|
-
t: "spawnSession";
|
|
784
|
-
args: {
|
|
785
|
-
path?: string | undefined;
|
|
786
|
-
tag?: string | undefined;
|
|
787
|
-
host?: string | undefined;
|
|
788
|
-
initialMessage?: string | undefined;
|
|
789
|
-
} & {
|
|
790
|
-
[k: string]: unknown;
|
|
791
|
-
};
|
|
792
|
-
}>, z.ZodObject<{
|
|
793
|
-
t: z.ZodLiteral<"resetGlobalVoiceAgent">;
|
|
794
|
-
args: z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>;
|
|
795
|
-
}, "strip", z.ZodTypeAny, {
|
|
796
|
-
t: "resetGlobalVoiceAgent";
|
|
797
|
-
args: {} & {
|
|
798
|
-
[k: string]: unknown;
|
|
799
|
-
};
|
|
800
|
-
}, {
|
|
801
|
-
t: "resetGlobalVoiceAgent";
|
|
802
|
-
args: {} & {
|
|
803
|
-
[k: string]: unknown;
|
|
804
|
-
};
|
|
805
|
-
}>, z.ZodObject<{
|
|
806
|
-
t: z.ZodLiteral<"startExecutionRun">;
|
|
807
|
-
args: z.ZodObject<{
|
|
808
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
809
|
-
intent: z.ZodEnum<["review", "plan", "delegate", "voice_agent"]>;
|
|
810
|
-
backendId: z.ZodString;
|
|
811
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
812
|
-
permissionMode: z.ZodOptional<z.ZodString>;
|
|
813
|
-
retentionPolicy: z.ZodOptional<z.ZodEnum<["ephemeral", "resumable"]>>;
|
|
814
|
-
runClass: z.ZodOptional<z.ZodEnum<["bounded", "long_lived"]>>;
|
|
815
|
-
ioMode: z.ZodOptional<z.ZodEnum<["request_response", "streaming"]>>;
|
|
816
|
-
}, "strip", z.ZodTypeAny, {
|
|
817
|
-
backendId: string;
|
|
818
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
819
|
-
sessionId?: string | undefined;
|
|
820
|
-
instructions?: string | undefined;
|
|
821
|
-
permissionMode?: string | undefined;
|
|
822
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
823
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
824
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
825
|
-
}, {
|
|
826
|
-
backendId: string;
|
|
827
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
828
|
-
sessionId?: string | undefined;
|
|
829
|
-
instructions?: string | undefined;
|
|
830
|
-
permissionMode?: string | undefined;
|
|
831
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
832
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
833
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
834
|
-
}>;
|
|
835
|
-
}, "strip", z.ZodTypeAny, {
|
|
836
|
-
t: "startExecutionRun";
|
|
837
|
-
args: {
|
|
838
|
-
backendId: string;
|
|
839
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
840
|
-
sessionId?: string | undefined;
|
|
841
|
-
instructions?: string | undefined;
|
|
842
|
-
permissionMode?: string | undefined;
|
|
843
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
844
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
845
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
846
|
-
};
|
|
847
|
-
}, {
|
|
848
|
-
t: "startExecutionRun";
|
|
849
|
-
args: {
|
|
850
|
-
backendId: string;
|
|
851
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
852
|
-
sessionId?: string | undefined;
|
|
853
|
-
instructions?: string | undefined;
|
|
854
|
-
permissionMode?: string | undefined;
|
|
855
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
856
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
857
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
858
|
-
};
|
|
859
|
-
}>, z.ZodObject<{
|
|
860
|
-
t: z.ZodLiteral<"listExecutionRuns">;
|
|
861
|
-
args: z.ZodObject<{
|
|
862
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
863
|
-
}, "strip", z.ZodTypeAny, {
|
|
864
|
-
sessionId?: string | undefined;
|
|
865
|
-
}, {
|
|
866
|
-
sessionId?: string | undefined;
|
|
867
|
-
}>;
|
|
868
|
-
}, "strip", z.ZodTypeAny, {
|
|
869
|
-
t: "listExecutionRuns";
|
|
870
|
-
args: {
|
|
871
|
-
sessionId?: string | undefined;
|
|
872
|
-
};
|
|
873
|
-
}, {
|
|
874
|
-
t: "listExecutionRuns";
|
|
875
|
-
args: {
|
|
876
|
-
sessionId?: string | undefined;
|
|
877
|
-
};
|
|
878
|
-
}>, z.ZodObject<{
|
|
879
|
-
t: z.ZodLiteral<"getExecutionRun">;
|
|
880
|
-
args: z.ZodObject<{
|
|
881
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
882
|
-
runId: z.ZodString;
|
|
883
|
-
includeStructured: z.ZodOptional<z.ZodBoolean>;
|
|
884
|
-
}, "strip", z.ZodTypeAny, {
|
|
885
|
-
runId: string;
|
|
886
|
-
sessionId?: string | undefined;
|
|
887
|
-
includeStructured?: boolean | undefined;
|
|
888
|
-
}, {
|
|
889
|
-
runId: string;
|
|
890
|
-
sessionId?: string | undefined;
|
|
891
|
-
includeStructured?: boolean | undefined;
|
|
892
|
-
}>;
|
|
893
|
-
}, "strip", z.ZodTypeAny, {
|
|
894
|
-
t: "getExecutionRun";
|
|
895
|
-
args: {
|
|
896
|
-
runId: string;
|
|
897
|
-
sessionId?: string | undefined;
|
|
898
|
-
includeStructured?: boolean | undefined;
|
|
899
|
-
};
|
|
900
|
-
}, {
|
|
901
|
-
t: "getExecutionRun";
|
|
902
|
-
args: {
|
|
903
|
-
runId: string;
|
|
904
|
-
sessionId?: string | undefined;
|
|
905
|
-
includeStructured?: boolean | undefined;
|
|
906
|
-
};
|
|
907
|
-
}>, z.ZodObject<{
|
|
908
|
-
t: z.ZodLiteral<"sendExecutionRunMessage">;
|
|
909
|
-
args: z.ZodObject<{
|
|
910
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
911
|
-
runId: z.ZodString;
|
|
912
|
-
message: z.ZodString;
|
|
913
|
-
resume: z.ZodOptional<z.ZodBoolean>;
|
|
914
|
-
}, "strip", z.ZodTypeAny, {
|
|
915
|
-
message: string;
|
|
916
|
-
runId: string;
|
|
917
|
-
sessionId?: string | undefined;
|
|
918
|
-
resume?: boolean | undefined;
|
|
919
|
-
}, {
|
|
920
|
-
message: string;
|
|
921
|
-
runId: string;
|
|
922
|
-
sessionId?: string | undefined;
|
|
923
|
-
resume?: boolean | undefined;
|
|
924
|
-
}>;
|
|
925
|
-
}, "strip", z.ZodTypeAny, {
|
|
926
|
-
t: "sendExecutionRunMessage";
|
|
927
|
-
args: {
|
|
928
|
-
message: string;
|
|
929
|
-
runId: string;
|
|
930
|
-
sessionId?: string | undefined;
|
|
931
|
-
resume?: boolean | undefined;
|
|
932
|
-
};
|
|
933
|
-
}, {
|
|
934
|
-
t: "sendExecutionRunMessage";
|
|
935
|
-
args: {
|
|
936
|
-
message: string;
|
|
937
|
-
runId: string;
|
|
938
|
-
sessionId?: string | undefined;
|
|
939
|
-
resume?: boolean | undefined;
|
|
940
|
-
};
|
|
941
|
-
}>, z.ZodObject<{
|
|
942
|
-
t: z.ZodLiteral<"stopExecutionRun">;
|
|
943
|
-
args: z.ZodObject<{
|
|
944
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
945
|
-
runId: z.ZodString;
|
|
946
|
-
}, "strip", z.ZodTypeAny, {
|
|
947
|
-
runId: string;
|
|
948
|
-
sessionId?: string | undefined;
|
|
949
|
-
}, {
|
|
950
|
-
runId: string;
|
|
951
|
-
sessionId?: string | undefined;
|
|
952
|
-
}>;
|
|
953
|
-
}, "strip", z.ZodTypeAny, {
|
|
954
|
-
t: "stopExecutionRun";
|
|
955
|
-
args: {
|
|
956
|
-
runId: string;
|
|
957
|
-
sessionId?: string | undefined;
|
|
958
|
-
};
|
|
959
|
-
}, {
|
|
960
|
-
t: "stopExecutionRun";
|
|
961
|
-
args: {
|
|
962
|
-
runId: string;
|
|
963
|
-
sessionId?: string | undefined;
|
|
964
|
-
};
|
|
965
|
-
}>, z.ZodObject<{
|
|
966
|
-
t: z.ZodLiteral<"actionExecutionRun">;
|
|
967
|
-
args: z.ZodObject<{
|
|
968
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
969
|
-
runId: z.ZodString;
|
|
970
|
-
actionId: z.ZodString;
|
|
971
|
-
input: z.ZodOptional<z.ZodUnknown>;
|
|
972
|
-
}, "strip", z.ZodTypeAny, {
|
|
973
|
-
runId: string;
|
|
974
|
-
actionId: string;
|
|
975
|
-
sessionId?: string | undefined;
|
|
976
|
-
input?: unknown;
|
|
977
|
-
}, {
|
|
978
|
-
runId: string;
|
|
979
|
-
actionId: string;
|
|
980
|
-
sessionId?: string | undefined;
|
|
981
|
-
input?: unknown;
|
|
982
|
-
}>;
|
|
983
|
-
}, "strip", z.ZodTypeAny, {
|
|
984
|
-
t: "actionExecutionRun";
|
|
985
|
-
args: {
|
|
986
|
-
runId: string;
|
|
987
|
-
actionId: string;
|
|
988
|
-
sessionId?: string | undefined;
|
|
989
|
-
input?: unknown;
|
|
990
|
-
};
|
|
991
|
-
}, {
|
|
992
|
-
t: "actionExecutionRun";
|
|
993
|
-
args: {
|
|
994
|
-
runId: string;
|
|
995
|
-
actionId: string;
|
|
996
|
-
sessionId?: string | undefined;
|
|
997
|
-
input?: unknown;
|
|
998
|
-
};
|
|
999
|
-
}>, z.ZodObject<{
|
|
1000
|
-
t: z.ZodLiteral<"setPrimaryActionSession">;
|
|
1001
|
-
args: z.ZodObject<{
|
|
1002
|
-
sessionId: z.ZodNullable<z.ZodString>;
|
|
1003
|
-
}, "strip", z.ZodTypeAny, {
|
|
1004
|
-
sessionId: string | null;
|
|
1005
|
-
}, {
|
|
1006
|
-
sessionId: string | null;
|
|
1007
|
-
}>;
|
|
1008
|
-
}, "strip", z.ZodTypeAny, {
|
|
1009
|
-
t: "setPrimaryActionSession";
|
|
1010
|
-
args: {
|
|
1011
|
-
sessionId: string | null;
|
|
1012
|
-
};
|
|
1013
|
-
}, {
|
|
1014
|
-
t: "setPrimaryActionSession";
|
|
1015
|
-
args: {
|
|
1016
|
-
sessionId: string | null;
|
|
1017
|
-
};
|
|
1018
|
-
}>, z.ZodObject<{
|
|
1019
|
-
t: z.ZodLiteral<"setTrackedSessions">;
|
|
1020
|
-
args: z.ZodObject<{
|
|
1021
|
-
sessionIds: z.ZodArray<z.ZodString, "many">;
|
|
1022
|
-
}, "strip", z.ZodTypeAny, {
|
|
1023
|
-
sessionIds: string[];
|
|
1024
|
-
}, {
|
|
1025
|
-
sessionIds: string[];
|
|
1026
|
-
}>;
|
|
1027
|
-
}, "strip", z.ZodTypeAny, {
|
|
1028
|
-
t: "setTrackedSessions";
|
|
1029
|
-
args: {
|
|
1030
|
-
sessionIds: string[];
|
|
1031
|
-
};
|
|
1032
|
-
}, {
|
|
1033
|
-
t: "setTrackedSessions";
|
|
1034
|
-
args: {
|
|
1035
|
-
sessionIds: string[];
|
|
1036
|
-
};
|
|
1037
|
-
}>, z.ZodObject<{
|
|
1038
|
-
t: z.ZodLiteral<"processPermissionRequest">;
|
|
1039
|
-
args: z.ZodObject<{
|
|
1040
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
1041
|
-
decision: z.ZodEnum<["allow", "deny"]>;
|
|
1042
|
-
requestId: z.ZodOptional<z.ZodString>;
|
|
1043
|
-
}, "strip", z.ZodTypeAny, {
|
|
1044
|
-
decision: "allow" | "deny";
|
|
1045
|
-
sessionId?: string | undefined;
|
|
1046
|
-
requestId?: string | undefined;
|
|
1047
|
-
}, {
|
|
1048
|
-
decision: "allow" | "deny";
|
|
1049
|
-
sessionId?: string | undefined;
|
|
1050
|
-
requestId?: string | undefined;
|
|
1051
|
-
}>;
|
|
1052
|
-
}, "strip", z.ZodTypeAny, {
|
|
1053
|
-
t: "processPermissionRequest";
|
|
1054
|
-
args: {
|
|
1055
|
-
decision: "allow" | "deny";
|
|
1056
|
-
sessionId?: string | undefined;
|
|
1057
|
-
requestId?: string | undefined;
|
|
1058
|
-
};
|
|
1059
|
-
}, {
|
|
1060
|
-
t: "processPermissionRequest";
|
|
1061
|
-
args: {
|
|
1062
|
-
decision: "allow" | "deny";
|
|
1063
|
-
sessionId?: string | undefined;
|
|
1064
|
-
requestId?: string | undefined;
|
|
1065
|
-
};
|
|
1066
|
-
}>]>, "many">>;
|
|
1067
|
-
}, "strip", z.ZodTypeAny, {
|
|
1068
|
-
t: "done";
|
|
1069
|
-
assistantText: string;
|
|
1070
|
-
actions?: ({
|
|
1071
|
-
t: "sendSessionMessage";
|
|
1072
|
-
args: {
|
|
1073
|
-
message: string;
|
|
1074
|
-
sessionId?: string | undefined;
|
|
1075
|
-
};
|
|
1076
|
-
} | {
|
|
1077
|
-
t: "openSession";
|
|
1078
|
-
args: {
|
|
1079
|
-
sessionId: string;
|
|
1080
|
-
};
|
|
1081
|
-
} | {
|
|
1082
|
-
t: "spawnSession";
|
|
1083
|
-
args: {
|
|
1084
|
-
path?: string | undefined;
|
|
1085
|
-
tag?: string | undefined;
|
|
1086
|
-
host?: string | undefined;
|
|
1087
|
-
initialMessage?: string | undefined;
|
|
1088
|
-
} & {
|
|
1089
|
-
[k: string]: unknown;
|
|
1090
|
-
};
|
|
1091
|
-
} | {
|
|
1092
|
-
t: "resetGlobalVoiceAgent";
|
|
1093
|
-
args: {} & {
|
|
1094
|
-
[k: string]: unknown;
|
|
1095
|
-
};
|
|
1096
|
-
} | {
|
|
1097
|
-
t: "startExecutionRun";
|
|
1098
|
-
args: {
|
|
1099
|
-
backendId: string;
|
|
1100
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
1101
|
-
sessionId?: string | undefined;
|
|
1102
|
-
instructions?: string | undefined;
|
|
1103
|
-
permissionMode?: string | undefined;
|
|
1104
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
1105
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
1106
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
1107
|
-
};
|
|
1108
|
-
} | {
|
|
1109
|
-
t: "listExecutionRuns";
|
|
1110
|
-
args: {
|
|
1111
|
-
sessionId?: string | undefined;
|
|
1112
|
-
};
|
|
1113
|
-
} | {
|
|
1114
|
-
t: "getExecutionRun";
|
|
1115
|
-
args: {
|
|
1116
|
-
runId: string;
|
|
1117
|
-
sessionId?: string | undefined;
|
|
1118
|
-
includeStructured?: boolean | undefined;
|
|
1119
|
-
};
|
|
1120
|
-
} | {
|
|
1121
|
-
t: "sendExecutionRunMessage";
|
|
1122
|
-
args: {
|
|
1123
|
-
message: string;
|
|
1124
|
-
runId: string;
|
|
1125
|
-
sessionId?: string | undefined;
|
|
1126
|
-
resume?: boolean | undefined;
|
|
1127
|
-
};
|
|
1128
|
-
} | {
|
|
1129
|
-
t: "stopExecutionRun";
|
|
1130
|
-
args: {
|
|
1131
|
-
runId: string;
|
|
1132
|
-
sessionId?: string | undefined;
|
|
1133
|
-
};
|
|
1134
|
-
} | {
|
|
1135
|
-
t: "actionExecutionRun";
|
|
1136
|
-
args: {
|
|
1137
|
-
runId: string;
|
|
1138
|
-
actionId: string;
|
|
1139
|
-
sessionId?: string | undefined;
|
|
1140
|
-
input?: unknown;
|
|
1141
|
-
};
|
|
1142
|
-
} | {
|
|
1143
|
-
t: "setPrimaryActionSession";
|
|
1144
|
-
args: {
|
|
1145
|
-
sessionId: string | null;
|
|
1146
|
-
};
|
|
1147
|
-
} | {
|
|
1148
|
-
t: "setTrackedSessions";
|
|
1149
|
-
args: {
|
|
1150
|
-
sessionIds: string[];
|
|
1151
|
-
};
|
|
1152
|
-
} | {
|
|
1153
|
-
t: "processPermissionRequest";
|
|
1154
|
-
args: {
|
|
1155
|
-
decision: "allow" | "deny";
|
|
1156
|
-
sessionId?: string | undefined;
|
|
1157
|
-
requestId?: string | undefined;
|
|
1158
|
-
};
|
|
1159
|
-
})[] | undefined;
|
|
1160
|
-
}, {
|
|
1161
|
-
t: "done";
|
|
1162
|
-
assistantText: string;
|
|
1163
|
-
actions?: ({
|
|
1164
|
-
t: "sendSessionMessage";
|
|
1165
|
-
args: {
|
|
1166
|
-
message: string;
|
|
1167
|
-
sessionId?: string | undefined;
|
|
1168
|
-
};
|
|
1169
|
-
} | {
|
|
1170
|
-
t: "openSession";
|
|
1171
|
-
args: {
|
|
1172
|
-
sessionId: string;
|
|
1173
|
-
};
|
|
1174
|
-
} | {
|
|
1175
|
-
t: "spawnSession";
|
|
1176
|
-
args: {
|
|
1177
|
-
path?: string | undefined;
|
|
1178
|
-
tag?: string | undefined;
|
|
1179
|
-
host?: string | undefined;
|
|
1180
|
-
initialMessage?: string | undefined;
|
|
1181
|
-
} & {
|
|
1182
|
-
[k: string]: unknown;
|
|
1183
|
-
};
|
|
1184
|
-
} | {
|
|
1185
|
-
t: "resetGlobalVoiceAgent";
|
|
1186
|
-
args: {} & {
|
|
1187
|
-
[k: string]: unknown;
|
|
1188
|
-
};
|
|
1189
|
-
} | {
|
|
1190
|
-
t: "startExecutionRun";
|
|
1191
|
-
args: {
|
|
1192
|
-
backendId: string;
|
|
1193
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
1194
|
-
sessionId?: string | undefined;
|
|
1195
|
-
instructions?: string | undefined;
|
|
1196
|
-
permissionMode?: string | undefined;
|
|
1197
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
1198
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
1199
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
1200
|
-
};
|
|
1201
|
-
} | {
|
|
1202
|
-
t: "listExecutionRuns";
|
|
1203
|
-
args: {
|
|
1204
|
-
sessionId?: string | undefined;
|
|
1205
|
-
};
|
|
1206
|
-
} | {
|
|
1207
|
-
t: "getExecutionRun";
|
|
1208
|
-
args: {
|
|
1209
|
-
runId: string;
|
|
1210
|
-
sessionId?: string | undefined;
|
|
1211
|
-
includeStructured?: boolean | undefined;
|
|
1212
|
-
};
|
|
1213
|
-
} | {
|
|
1214
|
-
t: "sendExecutionRunMessage";
|
|
1215
|
-
args: {
|
|
1216
|
-
message: string;
|
|
1217
|
-
runId: string;
|
|
1218
|
-
sessionId?: string | undefined;
|
|
1219
|
-
resume?: boolean | undefined;
|
|
1220
|
-
};
|
|
1221
|
-
} | {
|
|
1222
|
-
t: "stopExecutionRun";
|
|
1223
|
-
args: {
|
|
1224
|
-
runId: string;
|
|
1225
|
-
sessionId?: string | undefined;
|
|
1226
|
-
};
|
|
1227
|
-
} | {
|
|
1228
|
-
t: "actionExecutionRun";
|
|
1229
|
-
args: {
|
|
1230
|
-
runId: string;
|
|
1231
|
-
actionId: string;
|
|
1232
|
-
sessionId?: string | undefined;
|
|
1233
|
-
input?: unknown;
|
|
1234
|
-
};
|
|
1235
|
-
} | {
|
|
1236
|
-
t: "setPrimaryActionSession";
|
|
1237
|
-
args: {
|
|
1238
|
-
sessionId: string | null;
|
|
1239
|
-
};
|
|
1240
|
-
} | {
|
|
1241
|
-
t: "setTrackedSessions";
|
|
1242
|
-
args: {
|
|
1243
|
-
sessionIds: string[];
|
|
1244
|
-
};
|
|
1245
|
-
} | {
|
|
1246
|
-
t: "processPermissionRequest";
|
|
1247
|
-
args: {
|
|
1248
|
-
decision: "allow" | "deny";
|
|
1249
|
-
sessionId?: string | undefined;
|
|
1250
|
-
requestId?: string | undefined;
|
|
1251
|
-
};
|
|
1252
|
-
})[] | undefined;
|
|
1253
|
-
}>;
|
|
1254
|
-
export type VoiceMediatorTurnStreamEventDone = z.infer<typeof VoiceMediatorTurnStreamEventDoneSchema>;
|
|
1255
|
-
export declare const VoiceMediatorTurnStreamEventErrorSchema: z.ZodObject<{
|
|
1256
|
-
t: z.ZodLiteral<"error">;
|
|
1257
|
-
error: z.ZodString;
|
|
1258
|
-
errorCode: z.ZodOptional<z.ZodString>;
|
|
1259
|
-
}, "strip", z.ZodTypeAny, {
|
|
1260
|
-
error: string;
|
|
1261
|
-
t: "error";
|
|
1262
|
-
errorCode?: string | undefined;
|
|
1263
|
-
}, {
|
|
1264
|
-
error: string;
|
|
1265
|
-
t: "error";
|
|
1266
|
-
errorCode?: string | undefined;
|
|
1267
|
-
}>;
|
|
1268
|
-
export type VoiceMediatorTurnStreamEventError = z.infer<typeof VoiceMediatorTurnStreamEventErrorSchema>;
|
|
1269
|
-
export declare const VoiceMediatorTurnStreamEventSchema: z.ZodDiscriminatedUnion<"t", [z.ZodObject<{
|
|
1270
|
-
t: z.ZodLiteral<"delta">;
|
|
1271
|
-
textDelta: z.ZodString;
|
|
1272
|
-
}, "strip", z.ZodTypeAny, {
|
|
1273
|
-
t: "delta";
|
|
1274
|
-
textDelta: string;
|
|
1275
|
-
}, {
|
|
1276
|
-
t: "delta";
|
|
1277
|
-
textDelta: string;
|
|
1278
|
-
}>, z.ZodObject<{
|
|
1279
|
-
t: z.ZodLiteral<"done">;
|
|
1280
|
-
assistantText: z.ZodString;
|
|
1281
|
-
actions: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"t", [z.ZodObject<{
|
|
1282
|
-
t: z.ZodLiteral<"sendSessionMessage">;
|
|
1283
|
-
args: z.ZodObject<{
|
|
1284
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
1285
|
-
message: z.ZodString;
|
|
1286
|
-
}, "strip", z.ZodTypeAny, {
|
|
1287
|
-
message: string;
|
|
1288
|
-
sessionId?: string | undefined;
|
|
1289
|
-
}, {
|
|
1290
|
-
message: string;
|
|
1291
|
-
sessionId?: string | undefined;
|
|
1292
|
-
}>;
|
|
1293
|
-
}, "strip", z.ZodTypeAny, {
|
|
1294
|
-
t: "sendSessionMessage";
|
|
1295
|
-
args: {
|
|
1296
|
-
message: string;
|
|
1297
|
-
sessionId?: string | undefined;
|
|
1298
|
-
};
|
|
1299
|
-
}, {
|
|
1300
|
-
t: "sendSessionMessage";
|
|
1301
|
-
args: {
|
|
1302
|
-
message: string;
|
|
1303
|
-
sessionId?: string | undefined;
|
|
1304
|
-
};
|
|
1305
|
-
}>, z.ZodObject<{
|
|
1306
|
-
t: z.ZodLiteral<"openSession">;
|
|
1307
|
-
args: z.ZodObject<{
|
|
1308
|
-
sessionId: z.ZodString;
|
|
1309
|
-
}, "strip", z.ZodTypeAny, {
|
|
1310
|
-
sessionId: string;
|
|
1311
|
-
}, {
|
|
1312
|
-
sessionId: string;
|
|
1313
|
-
}>;
|
|
1314
|
-
}, "strip", z.ZodTypeAny, {
|
|
1315
|
-
t: "openSession";
|
|
1316
|
-
args: {
|
|
1317
|
-
sessionId: string;
|
|
1318
|
-
};
|
|
1319
|
-
}, {
|
|
1320
|
-
t: "openSession";
|
|
1321
|
-
args: {
|
|
1322
|
-
sessionId: string;
|
|
1323
|
-
};
|
|
1324
|
-
}>, z.ZodObject<{
|
|
1325
|
-
t: z.ZodLiteral<"spawnSession">;
|
|
1326
|
-
args: z.ZodObject<{
|
|
1327
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
1328
|
-
path: z.ZodOptional<z.ZodString>;
|
|
1329
|
-
host: z.ZodOptional<z.ZodString>;
|
|
1330
|
-
initialMessage: z.ZodOptional<z.ZodString>;
|
|
1331
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1332
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
1333
|
-
path: z.ZodOptional<z.ZodString>;
|
|
1334
|
-
host: z.ZodOptional<z.ZodString>;
|
|
1335
|
-
initialMessage: z.ZodOptional<z.ZodString>;
|
|
1336
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1337
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
1338
|
-
path: z.ZodOptional<z.ZodString>;
|
|
1339
|
-
host: z.ZodOptional<z.ZodString>;
|
|
1340
|
-
initialMessage: z.ZodOptional<z.ZodString>;
|
|
1341
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
1342
|
-
}, "strip", z.ZodTypeAny, {
|
|
1343
|
-
t: "spawnSession";
|
|
1344
|
-
args: {
|
|
1345
|
-
path?: string | undefined;
|
|
1346
|
-
tag?: string | undefined;
|
|
1347
|
-
host?: string | undefined;
|
|
1348
|
-
initialMessage?: string | undefined;
|
|
1349
|
-
} & {
|
|
1350
|
-
[k: string]: unknown;
|
|
1351
|
-
};
|
|
1352
|
-
}, {
|
|
1353
|
-
t: "spawnSession";
|
|
1354
|
-
args: {
|
|
1355
|
-
path?: string | undefined;
|
|
1356
|
-
tag?: string | undefined;
|
|
1357
|
-
host?: string | undefined;
|
|
1358
|
-
initialMessage?: string | undefined;
|
|
1359
|
-
} & {
|
|
1360
|
-
[k: string]: unknown;
|
|
1361
|
-
};
|
|
1362
|
-
}>, z.ZodObject<{
|
|
1363
|
-
t: z.ZodLiteral<"resetGlobalVoiceAgent">;
|
|
1364
|
-
args: z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>;
|
|
1365
|
-
}, "strip", z.ZodTypeAny, {
|
|
1366
|
-
t: "resetGlobalVoiceAgent";
|
|
1367
|
-
args: {} & {
|
|
1368
|
-
[k: string]: unknown;
|
|
1369
|
-
};
|
|
1370
|
-
}, {
|
|
1371
|
-
t: "resetGlobalVoiceAgent";
|
|
1372
|
-
args: {} & {
|
|
1373
|
-
[k: string]: unknown;
|
|
1374
|
-
};
|
|
1375
|
-
}>, z.ZodObject<{
|
|
1376
|
-
t: z.ZodLiteral<"startExecutionRun">;
|
|
1377
|
-
args: z.ZodObject<{
|
|
1378
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
1379
|
-
intent: z.ZodEnum<["review", "plan", "delegate", "voice_agent"]>;
|
|
1380
|
-
backendId: z.ZodString;
|
|
1381
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
1382
|
-
permissionMode: z.ZodOptional<z.ZodString>;
|
|
1383
|
-
retentionPolicy: z.ZodOptional<z.ZodEnum<["ephemeral", "resumable"]>>;
|
|
1384
|
-
runClass: z.ZodOptional<z.ZodEnum<["bounded", "long_lived"]>>;
|
|
1385
|
-
ioMode: z.ZodOptional<z.ZodEnum<["request_response", "streaming"]>>;
|
|
1386
|
-
}, "strip", z.ZodTypeAny, {
|
|
1387
|
-
backendId: string;
|
|
1388
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
1389
|
-
sessionId?: string | undefined;
|
|
1390
|
-
instructions?: string | undefined;
|
|
1391
|
-
permissionMode?: string | undefined;
|
|
1392
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
1393
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
1394
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
1395
|
-
}, {
|
|
1396
|
-
backendId: string;
|
|
1397
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
1398
|
-
sessionId?: string | undefined;
|
|
1399
|
-
instructions?: string | undefined;
|
|
1400
|
-
permissionMode?: string | undefined;
|
|
1401
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
1402
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
1403
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
1404
|
-
}>;
|
|
1405
|
-
}, "strip", z.ZodTypeAny, {
|
|
1406
|
-
t: "startExecutionRun";
|
|
1407
|
-
args: {
|
|
1408
|
-
backendId: string;
|
|
1409
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
1410
|
-
sessionId?: string | undefined;
|
|
1411
|
-
instructions?: string | undefined;
|
|
1412
|
-
permissionMode?: string | undefined;
|
|
1413
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
1414
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
1415
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
1416
|
-
};
|
|
1417
|
-
}, {
|
|
1418
|
-
t: "startExecutionRun";
|
|
1419
|
-
args: {
|
|
1420
|
-
backendId: string;
|
|
1421
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
1422
|
-
sessionId?: string | undefined;
|
|
1423
|
-
instructions?: string | undefined;
|
|
1424
|
-
permissionMode?: string | undefined;
|
|
1425
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
1426
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
1427
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
1428
|
-
};
|
|
1429
|
-
}>, z.ZodObject<{
|
|
1430
|
-
t: z.ZodLiteral<"listExecutionRuns">;
|
|
1431
|
-
args: z.ZodObject<{
|
|
1432
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
1433
|
-
}, "strip", z.ZodTypeAny, {
|
|
1434
|
-
sessionId?: string | undefined;
|
|
1435
|
-
}, {
|
|
1436
|
-
sessionId?: string | undefined;
|
|
1437
|
-
}>;
|
|
1438
|
-
}, "strip", z.ZodTypeAny, {
|
|
1439
|
-
t: "listExecutionRuns";
|
|
1440
|
-
args: {
|
|
1441
|
-
sessionId?: string | undefined;
|
|
1442
|
-
};
|
|
1443
|
-
}, {
|
|
1444
|
-
t: "listExecutionRuns";
|
|
1445
|
-
args: {
|
|
1446
|
-
sessionId?: string | undefined;
|
|
1447
|
-
};
|
|
1448
|
-
}>, z.ZodObject<{
|
|
1449
|
-
t: z.ZodLiteral<"getExecutionRun">;
|
|
1450
|
-
args: z.ZodObject<{
|
|
1451
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
1452
|
-
runId: z.ZodString;
|
|
1453
|
-
includeStructured: z.ZodOptional<z.ZodBoolean>;
|
|
1454
|
-
}, "strip", z.ZodTypeAny, {
|
|
1455
|
-
runId: string;
|
|
1456
|
-
sessionId?: string | undefined;
|
|
1457
|
-
includeStructured?: boolean | undefined;
|
|
1458
|
-
}, {
|
|
1459
|
-
runId: string;
|
|
1460
|
-
sessionId?: string | undefined;
|
|
1461
|
-
includeStructured?: boolean | undefined;
|
|
1462
|
-
}>;
|
|
1463
|
-
}, "strip", z.ZodTypeAny, {
|
|
1464
|
-
t: "getExecutionRun";
|
|
1465
|
-
args: {
|
|
1466
|
-
runId: string;
|
|
1467
|
-
sessionId?: string | undefined;
|
|
1468
|
-
includeStructured?: boolean | undefined;
|
|
1469
|
-
};
|
|
1470
|
-
}, {
|
|
1471
|
-
t: "getExecutionRun";
|
|
1472
|
-
args: {
|
|
1473
|
-
runId: string;
|
|
1474
|
-
sessionId?: string | undefined;
|
|
1475
|
-
includeStructured?: boolean | undefined;
|
|
1476
|
-
};
|
|
1477
|
-
}>, z.ZodObject<{
|
|
1478
|
-
t: z.ZodLiteral<"sendExecutionRunMessage">;
|
|
1479
|
-
args: z.ZodObject<{
|
|
1480
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
1481
|
-
runId: z.ZodString;
|
|
1482
|
-
message: z.ZodString;
|
|
1483
|
-
resume: z.ZodOptional<z.ZodBoolean>;
|
|
1484
|
-
}, "strip", z.ZodTypeAny, {
|
|
1485
|
-
message: string;
|
|
1486
|
-
runId: string;
|
|
1487
|
-
sessionId?: string | undefined;
|
|
1488
|
-
resume?: boolean | undefined;
|
|
1489
|
-
}, {
|
|
1490
|
-
message: string;
|
|
1491
|
-
runId: string;
|
|
1492
|
-
sessionId?: string | undefined;
|
|
1493
|
-
resume?: boolean | undefined;
|
|
1494
|
-
}>;
|
|
1495
|
-
}, "strip", z.ZodTypeAny, {
|
|
1496
|
-
t: "sendExecutionRunMessage";
|
|
1497
|
-
args: {
|
|
1498
|
-
message: string;
|
|
1499
|
-
runId: string;
|
|
1500
|
-
sessionId?: string | undefined;
|
|
1501
|
-
resume?: boolean | undefined;
|
|
1502
|
-
};
|
|
1503
|
-
}, {
|
|
1504
|
-
t: "sendExecutionRunMessage";
|
|
1505
|
-
args: {
|
|
1506
|
-
message: string;
|
|
1507
|
-
runId: string;
|
|
1508
|
-
sessionId?: string | undefined;
|
|
1509
|
-
resume?: boolean | undefined;
|
|
1510
|
-
};
|
|
1511
|
-
}>, z.ZodObject<{
|
|
1512
|
-
t: z.ZodLiteral<"stopExecutionRun">;
|
|
1513
|
-
args: z.ZodObject<{
|
|
1514
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
1515
|
-
runId: z.ZodString;
|
|
1516
|
-
}, "strip", z.ZodTypeAny, {
|
|
1517
|
-
runId: string;
|
|
1518
|
-
sessionId?: string | undefined;
|
|
1519
|
-
}, {
|
|
1520
|
-
runId: string;
|
|
1521
|
-
sessionId?: string | undefined;
|
|
1522
|
-
}>;
|
|
1523
|
-
}, "strip", z.ZodTypeAny, {
|
|
1524
|
-
t: "stopExecutionRun";
|
|
1525
|
-
args: {
|
|
1526
|
-
runId: string;
|
|
1527
|
-
sessionId?: string | undefined;
|
|
1528
|
-
};
|
|
1529
|
-
}, {
|
|
1530
|
-
t: "stopExecutionRun";
|
|
1531
|
-
args: {
|
|
1532
|
-
runId: string;
|
|
1533
|
-
sessionId?: string | undefined;
|
|
1534
|
-
};
|
|
1535
|
-
}>, z.ZodObject<{
|
|
1536
|
-
t: z.ZodLiteral<"actionExecutionRun">;
|
|
1537
|
-
args: z.ZodObject<{
|
|
1538
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
1539
|
-
runId: z.ZodString;
|
|
1540
|
-
actionId: z.ZodString;
|
|
1541
|
-
input: z.ZodOptional<z.ZodUnknown>;
|
|
1542
|
-
}, "strip", z.ZodTypeAny, {
|
|
1543
|
-
runId: string;
|
|
1544
|
-
actionId: string;
|
|
1545
|
-
sessionId?: string | undefined;
|
|
1546
|
-
input?: unknown;
|
|
1547
|
-
}, {
|
|
1548
|
-
runId: string;
|
|
1549
|
-
actionId: string;
|
|
1550
|
-
sessionId?: string | undefined;
|
|
1551
|
-
input?: unknown;
|
|
1552
|
-
}>;
|
|
1553
|
-
}, "strip", z.ZodTypeAny, {
|
|
1554
|
-
t: "actionExecutionRun";
|
|
1555
|
-
args: {
|
|
1556
|
-
runId: string;
|
|
1557
|
-
actionId: string;
|
|
1558
|
-
sessionId?: string | undefined;
|
|
1559
|
-
input?: unknown;
|
|
1560
|
-
};
|
|
1561
|
-
}, {
|
|
1562
|
-
t: "actionExecutionRun";
|
|
1563
|
-
args: {
|
|
1564
|
-
runId: string;
|
|
1565
|
-
actionId: string;
|
|
1566
|
-
sessionId?: string | undefined;
|
|
1567
|
-
input?: unknown;
|
|
1568
|
-
};
|
|
1569
|
-
}>, z.ZodObject<{
|
|
1570
|
-
t: z.ZodLiteral<"setPrimaryActionSession">;
|
|
1571
|
-
args: z.ZodObject<{
|
|
1572
|
-
sessionId: z.ZodNullable<z.ZodString>;
|
|
1573
|
-
}, "strip", z.ZodTypeAny, {
|
|
1574
|
-
sessionId: string | null;
|
|
1575
|
-
}, {
|
|
1576
|
-
sessionId: string | null;
|
|
1577
|
-
}>;
|
|
1578
|
-
}, "strip", z.ZodTypeAny, {
|
|
1579
|
-
t: "setPrimaryActionSession";
|
|
1580
|
-
args: {
|
|
1581
|
-
sessionId: string | null;
|
|
1582
|
-
};
|
|
1583
|
-
}, {
|
|
1584
|
-
t: "setPrimaryActionSession";
|
|
1585
|
-
args: {
|
|
1586
|
-
sessionId: string | null;
|
|
1587
|
-
};
|
|
1588
|
-
}>, z.ZodObject<{
|
|
1589
|
-
t: z.ZodLiteral<"setTrackedSessions">;
|
|
1590
|
-
args: z.ZodObject<{
|
|
1591
|
-
sessionIds: z.ZodArray<z.ZodString, "many">;
|
|
1592
|
-
}, "strip", z.ZodTypeAny, {
|
|
1593
|
-
sessionIds: string[];
|
|
1594
|
-
}, {
|
|
1595
|
-
sessionIds: string[];
|
|
1596
|
-
}>;
|
|
1597
|
-
}, "strip", z.ZodTypeAny, {
|
|
1598
|
-
t: "setTrackedSessions";
|
|
1599
|
-
args: {
|
|
1600
|
-
sessionIds: string[];
|
|
1601
|
-
};
|
|
1602
|
-
}, {
|
|
1603
|
-
t: "setTrackedSessions";
|
|
1604
|
-
args: {
|
|
1605
|
-
sessionIds: string[];
|
|
1606
|
-
};
|
|
1607
|
-
}>, z.ZodObject<{
|
|
1608
|
-
t: z.ZodLiteral<"processPermissionRequest">;
|
|
1609
|
-
args: z.ZodObject<{
|
|
1610
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
1611
|
-
decision: z.ZodEnum<["allow", "deny"]>;
|
|
1612
|
-
requestId: z.ZodOptional<z.ZodString>;
|
|
1613
|
-
}, "strip", z.ZodTypeAny, {
|
|
1614
|
-
decision: "allow" | "deny";
|
|
1615
|
-
sessionId?: string | undefined;
|
|
1616
|
-
requestId?: string | undefined;
|
|
1617
|
-
}, {
|
|
1618
|
-
decision: "allow" | "deny";
|
|
1619
|
-
sessionId?: string | undefined;
|
|
1620
|
-
requestId?: string | undefined;
|
|
1621
|
-
}>;
|
|
1622
|
-
}, "strip", z.ZodTypeAny, {
|
|
1623
|
-
t: "processPermissionRequest";
|
|
1624
|
-
args: {
|
|
1625
|
-
decision: "allow" | "deny";
|
|
1626
|
-
sessionId?: string | undefined;
|
|
1627
|
-
requestId?: string | undefined;
|
|
1628
|
-
};
|
|
1629
|
-
}, {
|
|
1630
|
-
t: "processPermissionRequest";
|
|
1631
|
-
args: {
|
|
1632
|
-
decision: "allow" | "deny";
|
|
1633
|
-
sessionId?: string | undefined;
|
|
1634
|
-
requestId?: string | undefined;
|
|
1635
|
-
};
|
|
1636
|
-
}>]>, "many">>;
|
|
1637
|
-
}, "strip", z.ZodTypeAny, {
|
|
1638
|
-
t: "done";
|
|
1639
|
-
assistantText: string;
|
|
1640
|
-
actions?: ({
|
|
1641
|
-
t: "sendSessionMessage";
|
|
1642
|
-
args: {
|
|
1643
|
-
message: string;
|
|
1644
|
-
sessionId?: string | undefined;
|
|
1645
|
-
};
|
|
1646
|
-
} | {
|
|
1647
|
-
t: "openSession";
|
|
1648
|
-
args: {
|
|
1649
|
-
sessionId: string;
|
|
1650
|
-
};
|
|
1651
|
-
} | {
|
|
1652
|
-
t: "spawnSession";
|
|
1653
|
-
args: {
|
|
1654
|
-
path?: string | undefined;
|
|
1655
|
-
tag?: string | undefined;
|
|
1656
|
-
host?: string | undefined;
|
|
1657
|
-
initialMessage?: string | undefined;
|
|
1658
|
-
} & {
|
|
1659
|
-
[k: string]: unknown;
|
|
1660
|
-
};
|
|
1661
|
-
} | {
|
|
1662
|
-
t: "resetGlobalVoiceAgent";
|
|
1663
|
-
args: {} & {
|
|
1664
|
-
[k: string]: unknown;
|
|
1665
|
-
};
|
|
1666
|
-
} | {
|
|
1667
|
-
t: "startExecutionRun";
|
|
1668
|
-
args: {
|
|
1669
|
-
backendId: string;
|
|
1670
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
1671
|
-
sessionId?: string | undefined;
|
|
1672
|
-
instructions?: string | undefined;
|
|
1673
|
-
permissionMode?: string | undefined;
|
|
1674
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
1675
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
1676
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
1677
|
-
};
|
|
1678
|
-
} | {
|
|
1679
|
-
t: "listExecutionRuns";
|
|
1680
|
-
args: {
|
|
1681
|
-
sessionId?: string | undefined;
|
|
1682
|
-
};
|
|
1683
|
-
} | {
|
|
1684
|
-
t: "getExecutionRun";
|
|
1685
|
-
args: {
|
|
1686
|
-
runId: string;
|
|
1687
|
-
sessionId?: string | undefined;
|
|
1688
|
-
includeStructured?: boolean | undefined;
|
|
1689
|
-
};
|
|
1690
|
-
} | {
|
|
1691
|
-
t: "sendExecutionRunMessage";
|
|
1692
|
-
args: {
|
|
1693
|
-
message: string;
|
|
1694
|
-
runId: string;
|
|
1695
|
-
sessionId?: string | undefined;
|
|
1696
|
-
resume?: boolean | undefined;
|
|
1697
|
-
};
|
|
1698
|
-
} | {
|
|
1699
|
-
t: "stopExecutionRun";
|
|
1700
|
-
args: {
|
|
1701
|
-
runId: string;
|
|
1702
|
-
sessionId?: string | undefined;
|
|
1703
|
-
};
|
|
1704
|
-
} | {
|
|
1705
|
-
t: "actionExecutionRun";
|
|
1706
|
-
args: {
|
|
1707
|
-
runId: string;
|
|
1708
|
-
actionId: string;
|
|
1709
|
-
sessionId?: string | undefined;
|
|
1710
|
-
input?: unknown;
|
|
1711
|
-
};
|
|
1712
|
-
} | {
|
|
1713
|
-
t: "setPrimaryActionSession";
|
|
1714
|
-
args: {
|
|
1715
|
-
sessionId: string | null;
|
|
1716
|
-
};
|
|
1717
|
-
} | {
|
|
1718
|
-
t: "setTrackedSessions";
|
|
1719
|
-
args: {
|
|
1720
|
-
sessionIds: string[];
|
|
1721
|
-
};
|
|
1722
|
-
} | {
|
|
1723
|
-
t: "processPermissionRequest";
|
|
1724
|
-
args: {
|
|
1725
|
-
decision: "allow" | "deny";
|
|
1726
|
-
sessionId?: string | undefined;
|
|
1727
|
-
requestId?: string | undefined;
|
|
1728
|
-
};
|
|
1729
|
-
})[] | undefined;
|
|
1730
|
-
}, {
|
|
1731
|
-
t: "done";
|
|
1732
|
-
assistantText: string;
|
|
1733
|
-
actions?: ({
|
|
1734
|
-
t: "sendSessionMessage";
|
|
1735
|
-
args: {
|
|
1736
|
-
message: string;
|
|
1737
|
-
sessionId?: string | undefined;
|
|
1738
|
-
};
|
|
1739
|
-
} | {
|
|
1740
|
-
t: "openSession";
|
|
1741
|
-
args: {
|
|
1742
|
-
sessionId: string;
|
|
1743
|
-
};
|
|
1744
|
-
} | {
|
|
1745
|
-
t: "spawnSession";
|
|
1746
|
-
args: {
|
|
1747
|
-
path?: string | undefined;
|
|
1748
|
-
tag?: string | undefined;
|
|
1749
|
-
host?: string | undefined;
|
|
1750
|
-
initialMessage?: string | undefined;
|
|
1751
|
-
} & {
|
|
1752
|
-
[k: string]: unknown;
|
|
1753
|
-
};
|
|
1754
|
-
} | {
|
|
1755
|
-
t: "resetGlobalVoiceAgent";
|
|
1756
|
-
args: {} & {
|
|
1757
|
-
[k: string]: unknown;
|
|
1758
|
-
};
|
|
1759
|
-
} | {
|
|
1760
|
-
t: "startExecutionRun";
|
|
1761
|
-
args: {
|
|
1762
|
-
backendId: string;
|
|
1763
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
1764
|
-
sessionId?: string | undefined;
|
|
1765
|
-
instructions?: string | undefined;
|
|
1766
|
-
permissionMode?: string | undefined;
|
|
1767
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
1768
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
1769
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
1770
|
-
};
|
|
1771
|
-
} | {
|
|
1772
|
-
t: "listExecutionRuns";
|
|
1773
|
-
args: {
|
|
1774
|
-
sessionId?: string | undefined;
|
|
1775
|
-
};
|
|
1776
|
-
} | {
|
|
1777
|
-
t: "getExecutionRun";
|
|
1778
|
-
args: {
|
|
1779
|
-
runId: string;
|
|
1780
|
-
sessionId?: string | undefined;
|
|
1781
|
-
includeStructured?: boolean | undefined;
|
|
1782
|
-
};
|
|
1783
|
-
} | {
|
|
1784
|
-
t: "sendExecutionRunMessage";
|
|
1785
|
-
args: {
|
|
1786
|
-
message: string;
|
|
1787
|
-
runId: string;
|
|
1788
|
-
sessionId?: string | undefined;
|
|
1789
|
-
resume?: boolean | undefined;
|
|
1790
|
-
};
|
|
1791
|
-
} | {
|
|
1792
|
-
t: "stopExecutionRun";
|
|
1793
|
-
args: {
|
|
1794
|
-
runId: string;
|
|
1795
|
-
sessionId?: string | undefined;
|
|
1796
|
-
};
|
|
1797
|
-
} | {
|
|
1798
|
-
t: "actionExecutionRun";
|
|
1799
|
-
args: {
|
|
1800
|
-
runId: string;
|
|
1801
|
-
actionId: string;
|
|
1802
|
-
sessionId?: string | undefined;
|
|
1803
|
-
input?: unknown;
|
|
1804
|
-
};
|
|
1805
|
-
} | {
|
|
1806
|
-
t: "setPrimaryActionSession";
|
|
1807
|
-
args: {
|
|
1808
|
-
sessionId: string | null;
|
|
1809
|
-
};
|
|
1810
|
-
} | {
|
|
1811
|
-
t: "setTrackedSessions";
|
|
1812
|
-
args: {
|
|
1813
|
-
sessionIds: string[];
|
|
1814
|
-
};
|
|
1815
|
-
} | {
|
|
1816
|
-
t: "processPermissionRequest";
|
|
1817
|
-
args: {
|
|
1818
|
-
decision: "allow" | "deny";
|
|
1819
|
-
sessionId?: string | undefined;
|
|
1820
|
-
requestId?: string | undefined;
|
|
1821
|
-
};
|
|
1822
|
-
})[] | undefined;
|
|
1823
|
-
}>, z.ZodObject<{
|
|
1824
|
-
t: z.ZodLiteral<"error">;
|
|
1825
|
-
error: z.ZodString;
|
|
1826
|
-
errorCode: z.ZodOptional<z.ZodString>;
|
|
1827
|
-
}, "strip", z.ZodTypeAny, {
|
|
1828
|
-
error: string;
|
|
1829
|
-
t: "error";
|
|
1830
|
-
errorCode?: string | undefined;
|
|
1831
|
-
}, {
|
|
1832
|
-
error: string;
|
|
1833
|
-
t: "error";
|
|
1834
|
-
errorCode?: string | undefined;
|
|
1835
|
-
}>]>;
|
|
1836
|
-
export type VoiceMediatorTurnStreamEvent = z.infer<typeof VoiceMediatorTurnStreamEventSchema>;
|
|
1837
|
-
export declare const VoiceMediatorTurnStreamReadResponseSchema: z.ZodObject<{
|
|
1838
|
-
streamId: z.ZodString;
|
|
1839
|
-
events: z.ZodArray<z.ZodDiscriminatedUnion<"t", [z.ZodObject<{
|
|
1840
|
-
t: z.ZodLiteral<"delta">;
|
|
1841
|
-
textDelta: z.ZodString;
|
|
1842
|
-
}, "strip", z.ZodTypeAny, {
|
|
1843
|
-
t: "delta";
|
|
1844
|
-
textDelta: string;
|
|
1845
|
-
}, {
|
|
1846
|
-
t: "delta";
|
|
1847
|
-
textDelta: string;
|
|
1848
|
-
}>, z.ZodObject<{
|
|
1849
|
-
t: z.ZodLiteral<"done">;
|
|
1850
|
-
assistantText: z.ZodString;
|
|
1851
|
-
actions: z.ZodOptional<z.ZodArray<z.ZodDiscriminatedUnion<"t", [z.ZodObject<{
|
|
1852
|
-
t: z.ZodLiteral<"sendSessionMessage">;
|
|
1853
|
-
args: z.ZodObject<{
|
|
1854
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
1855
|
-
message: z.ZodString;
|
|
1856
|
-
}, "strip", z.ZodTypeAny, {
|
|
1857
|
-
message: string;
|
|
1858
|
-
sessionId?: string | undefined;
|
|
1859
|
-
}, {
|
|
1860
|
-
message: string;
|
|
1861
|
-
sessionId?: string | undefined;
|
|
1862
|
-
}>;
|
|
1863
|
-
}, "strip", z.ZodTypeAny, {
|
|
1864
|
-
t: "sendSessionMessage";
|
|
1865
|
-
args: {
|
|
1866
|
-
message: string;
|
|
1867
|
-
sessionId?: string | undefined;
|
|
1868
|
-
};
|
|
1869
|
-
}, {
|
|
1870
|
-
t: "sendSessionMessage";
|
|
1871
|
-
args: {
|
|
1872
|
-
message: string;
|
|
1873
|
-
sessionId?: string | undefined;
|
|
1874
|
-
};
|
|
1875
|
-
}>, z.ZodObject<{
|
|
1876
|
-
t: z.ZodLiteral<"openSession">;
|
|
1877
|
-
args: z.ZodObject<{
|
|
1878
|
-
sessionId: z.ZodString;
|
|
1879
|
-
}, "strip", z.ZodTypeAny, {
|
|
1880
|
-
sessionId: string;
|
|
1881
|
-
}, {
|
|
1882
|
-
sessionId: string;
|
|
1883
|
-
}>;
|
|
1884
|
-
}, "strip", z.ZodTypeAny, {
|
|
1885
|
-
t: "openSession";
|
|
1886
|
-
args: {
|
|
1887
|
-
sessionId: string;
|
|
1888
|
-
};
|
|
1889
|
-
}, {
|
|
1890
|
-
t: "openSession";
|
|
1891
|
-
args: {
|
|
1892
|
-
sessionId: string;
|
|
1893
|
-
};
|
|
1894
|
-
}>, z.ZodObject<{
|
|
1895
|
-
t: z.ZodLiteral<"spawnSession">;
|
|
1896
|
-
args: z.ZodObject<{
|
|
1897
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
1898
|
-
path: z.ZodOptional<z.ZodString>;
|
|
1899
|
-
host: z.ZodOptional<z.ZodString>;
|
|
1900
|
-
initialMessage: z.ZodOptional<z.ZodString>;
|
|
1901
|
-
}, "passthrough", z.ZodTypeAny, z.objectOutputType<{
|
|
1902
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
1903
|
-
path: z.ZodOptional<z.ZodString>;
|
|
1904
|
-
host: z.ZodOptional<z.ZodString>;
|
|
1905
|
-
initialMessage: z.ZodOptional<z.ZodString>;
|
|
1906
|
-
}, z.ZodTypeAny, "passthrough">, z.objectInputType<{
|
|
1907
|
-
tag: z.ZodOptional<z.ZodString>;
|
|
1908
|
-
path: z.ZodOptional<z.ZodString>;
|
|
1909
|
-
host: z.ZodOptional<z.ZodString>;
|
|
1910
|
-
initialMessage: z.ZodOptional<z.ZodString>;
|
|
1911
|
-
}, z.ZodTypeAny, "passthrough">>;
|
|
1912
|
-
}, "strip", z.ZodTypeAny, {
|
|
1913
|
-
t: "spawnSession";
|
|
1914
|
-
args: {
|
|
1915
|
-
path?: string | undefined;
|
|
1916
|
-
tag?: string | undefined;
|
|
1917
|
-
host?: string | undefined;
|
|
1918
|
-
initialMessage?: string | undefined;
|
|
1919
|
-
} & {
|
|
1920
|
-
[k: string]: unknown;
|
|
1921
|
-
};
|
|
1922
|
-
}, {
|
|
1923
|
-
t: "spawnSession";
|
|
1924
|
-
args: {
|
|
1925
|
-
path?: string | undefined;
|
|
1926
|
-
tag?: string | undefined;
|
|
1927
|
-
host?: string | undefined;
|
|
1928
|
-
initialMessage?: string | undefined;
|
|
1929
|
-
} & {
|
|
1930
|
-
[k: string]: unknown;
|
|
1931
|
-
};
|
|
1932
|
-
}>, z.ZodObject<{
|
|
1933
|
-
t: z.ZodLiteral<"resetGlobalVoiceAgent">;
|
|
1934
|
-
args: z.ZodObject<{}, "passthrough", z.ZodTypeAny, z.objectOutputType<{}, z.ZodTypeAny, "passthrough">, z.objectInputType<{}, z.ZodTypeAny, "passthrough">>;
|
|
1935
|
-
}, "strip", z.ZodTypeAny, {
|
|
1936
|
-
t: "resetGlobalVoiceAgent";
|
|
1937
|
-
args: {} & {
|
|
1938
|
-
[k: string]: unknown;
|
|
1939
|
-
};
|
|
1940
|
-
}, {
|
|
1941
|
-
t: "resetGlobalVoiceAgent";
|
|
1942
|
-
args: {} & {
|
|
1943
|
-
[k: string]: unknown;
|
|
1944
|
-
};
|
|
1945
|
-
}>, z.ZodObject<{
|
|
1946
|
-
t: z.ZodLiteral<"startExecutionRun">;
|
|
1947
|
-
args: z.ZodObject<{
|
|
1948
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
1949
|
-
intent: z.ZodEnum<["review", "plan", "delegate", "voice_agent"]>;
|
|
1950
|
-
backendId: z.ZodString;
|
|
1951
|
-
instructions: z.ZodOptional<z.ZodString>;
|
|
1952
|
-
permissionMode: z.ZodOptional<z.ZodString>;
|
|
1953
|
-
retentionPolicy: z.ZodOptional<z.ZodEnum<["ephemeral", "resumable"]>>;
|
|
1954
|
-
runClass: z.ZodOptional<z.ZodEnum<["bounded", "long_lived"]>>;
|
|
1955
|
-
ioMode: z.ZodOptional<z.ZodEnum<["request_response", "streaming"]>>;
|
|
1956
|
-
}, "strip", z.ZodTypeAny, {
|
|
1957
|
-
backendId: string;
|
|
1958
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
1959
|
-
sessionId?: string | undefined;
|
|
1960
|
-
instructions?: string | undefined;
|
|
1961
|
-
permissionMode?: string | undefined;
|
|
1962
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
1963
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
1964
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
1965
|
-
}, {
|
|
1966
|
-
backendId: string;
|
|
1967
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
1968
|
-
sessionId?: string | undefined;
|
|
1969
|
-
instructions?: string | undefined;
|
|
1970
|
-
permissionMode?: string | undefined;
|
|
1971
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
1972
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
1973
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
1974
|
-
}>;
|
|
1975
|
-
}, "strip", z.ZodTypeAny, {
|
|
1976
|
-
t: "startExecutionRun";
|
|
1977
|
-
args: {
|
|
1978
|
-
backendId: string;
|
|
1979
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
1980
|
-
sessionId?: string | undefined;
|
|
1981
|
-
instructions?: string | undefined;
|
|
1982
|
-
permissionMode?: string | undefined;
|
|
1983
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
1984
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
1985
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
1986
|
-
};
|
|
1987
|
-
}, {
|
|
1988
|
-
t: "startExecutionRun";
|
|
1989
|
-
args: {
|
|
1990
|
-
backendId: string;
|
|
1991
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
1992
|
-
sessionId?: string | undefined;
|
|
1993
|
-
instructions?: string | undefined;
|
|
1994
|
-
permissionMode?: string | undefined;
|
|
1995
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
1996
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
1997
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
1998
|
-
};
|
|
1999
|
-
}>, z.ZodObject<{
|
|
2000
|
-
t: z.ZodLiteral<"listExecutionRuns">;
|
|
2001
|
-
args: z.ZodObject<{
|
|
2002
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
2003
|
-
}, "strip", z.ZodTypeAny, {
|
|
2004
|
-
sessionId?: string | undefined;
|
|
2005
|
-
}, {
|
|
2006
|
-
sessionId?: string | undefined;
|
|
2007
|
-
}>;
|
|
2008
|
-
}, "strip", z.ZodTypeAny, {
|
|
2009
|
-
t: "listExecutionRuns";
|
|
2010
|
-
args: {
|
|
2011
|
-
sessionId?: string | undefined;
|
|
2012
|
-
};
|
|
2013
|
-
}, {
|
|
2014
|
-
t: "listExecutionRuns";
|
|
2015
|
-
args: {
|
|
2016
|
-
sessionId?: string | undefined;
|
|
2017
|
-
};
|
|
2018
|
-
}>, z.ZodObject<{
|
|
2019
|
-
t: z.ZodLiteral<"getExecutionRun">;
|
|
2020
|
-
args: z.ZodObject<{
|
|
2021
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
2022
|
-
runId: z.ZodString;
|
|
2023
|
-
includeStructured: z.ZodOptional<z.ZodBoolean>;
|
|
2024
|
-
}, "strip", z.ZodTypeAny, {
|
|
2025
|
-
runId: string;
|
|
2026
|
-
sessionId?: string | undefined;
|
|
2027
|
-
includeStructured?: boolean | undefined;
|
|
2028
|
-
}, {
|
|
2029
|
-
runId: string;
|
|
2030
|
-
sessionId?: string | undefined;
|
|
2031
|
-
includeStructured?: boolean | undefined;
|
|
2032
|
-
}>;
|
|
2033
|
-
}, "strip", z.ZodTypeAny, {
|
|
2034
|
-
t: "getExecutionRun";
|
|
2035
|
-
args: {
|
|
2036
|
-
runId: string;
|
|
2037
|
-
sessionId?: string | undefined;
|
|
2038
|
-
includeStructured?: boolean | undefined;
|
|
2039
|
-
};
|
|
2040
|
-
}, {
|
|
2041
|
-
t: "getExecutionRun";
|
|
2042
|
-
args: {
|
|
2043
|
-
runId: string;
|
|
2044
|
-
sessionId?: string | undefined;
|
|
2045
|
-
includeStructured?: boolean | undefined;
|
|
2046
|
-
};
|
|
2047
|
-
}>, z.ZodObject<{
|
|
2048
|
-
t: z.ZodLiteral<"sendExecutionRunMessage">;
|
|
2049
|
-
args: z.ZodObject<{
|
|
2050
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
2051
|
-
runId: z.ZodString;
|
|
2052
|
-
message: z.ZodString;
|
|
2053
|
-
resume: z.ZodOptional<z.ZodBoolean>;
|
|
2054
|
-
}, "strip", z.ZodTypeAny, {
|
|
2055
|
-
message: string;
|
|
2056
|
-
runId: string;
|
|
2057
|
-
sessionId?: string | undefined;
|
|
2058
|
-
resume?: boolean | undefined;
|
|
2059
|
-
}, {
|
|
2060
|
-
message: string;
|
|
2061
|
-
runId: string;
|
|
2062
|
-
sessionId?: string | undefined;
|
|
2063
|
-
resume?: boolean | undefined;
|
|
2064
|
-
}>;
|
|
2065
|
-
}, "strip", z.ZodTypeAny, {
|
|
2066
|
-
t: "sendExecutionRunMessage";
|
|
2067
|
-
args: {
|
|
2068
|
-
message: string;
|
|
2069
|
-
runId: string;
|
|
2070
|
-
sessionId?: string | undefined;
|
|
2071
|
-
resume?: boolean | undefined;
|
|
2072
|
-
};
|
|
2073
|
-
}, {
|
|
2074
|
-
t: "sendExecutionRunMessage";
|
|
2075
|
-
args: {
|
|
2076
|
-
message: string;
|
|
2077
|
-
runId: string;
|
|
2078
|
-
sessionId?: string | undefined;
|
|
2079
|
-
resume?: boolean | undefined;
|
|
2080
|
-
};
|
|
2081
|
-
}>, z.ZodObject<{
|
|
2082
|
-
t: z.ZodLiteral<"stopExecutionRun">;
|
|
2083
|
-
args: z.ZodObject<{
|
|
2084
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
2085
|
-
runId: z.ZodString;
|
|
2086
|
-
}, "strip", z.ZodTypeAny, {
|
|
2087
|
-
runId: string;
|
|
2088
|
-
sessionId?: string | undefined;
|
|
2089
|
-
}, {
|
|
2090
|
-
runId: string;
|
|
2091
|
-
sessionId?: string | undefined;
|
|
2092
|
-
}>;
|
|
2093
|
-
}, "strip", z.ZodTypeAny, {
|
|
2094
|
-
t: "stopExecutionRun";
|
|
2095
|
-
args: {
|
|
2096
|
-
runId: string;
|
|
2097
|
-
sessionId?: string | undefined;
|
|
2098
|
-
};
|
|
2099
|
-
}, {
|
|
2100
|
-
t: "stopExecutionRun";
|
|
2101
|
-
args: {
|
|
2102
|
-
runId: string;
|
|
2103
|
-
sessionId?: string | undefined;
|
|
2104
|
-
};
|
|
2105
|
-
}>, z.ZodObject<{
|
|
2106
|
-
t: z.ZodLiteral<"actionExecutionRun">;
|
|
2107
|
-
args: z.ZodObject<{
|
|
2108
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
2109
|
-
runId: z.ZodString;
|
|
2110
|
-
actionId: z.ZodString;
|
|
2111
|
-
input: z.ZodOptional<z.ZodUnknown>;
|
|
2112
|
-
}, "strip", z.ZodTypeAny, {
|
|
2113
|
-
runId: string;
|
|
2114
|
-
actionId: string;
|
|
2115
|
-
sessionId?: string | undefined;
|
|
2116
|
-
input?: unknown;
|
|
2117
|
-
}, {
|
|
2118
|
-
runId: string;
|
|
2119
|
-
actionId: string;
|
|
2120
|
-
sessionId?: string | undefined;
|
|
2121
|
-
input?: unknown;
|
|
2122
|
-
}>;
|
|
2123
|
-
}, "strip", z.ZodTypeAny, {
|
|
2124
|
-
t: "actionExecutionRun";
|
|
2125
|
-
args: {
|
|
2126
|
-
runId: string;
|
|
2127
|
-
actionId: string;
|
|
2128
|
-
sessionId?: string | undefined;
|
|
2129
|
-
input?: unknown;
|
|
2130
|
-
};
|
|
2131
|
-
}, {
|
|
2132
|
-
t: "actionExecutionRun";
|
|
2133
|
-
args: {
|
|
2134
|
-
runId: string;
|
|
2135
|
-
actionId: string;
|
|
2136
|
-
sessionId?: string | undefined;
|
|
2137
|
-
input?: unknown;
|
|
2138
|
-
};
|
|
2139
|
-
}>, z.ZodObject<{
|
|
2140
|
-
t: z.ZodLiteral<"setPrimaryActionSession">;
|
|
2141
|
-
args: z.ZodObject<{
|
|
2142
|
-
sessionId: z.ZodNullable<z.ZodString>;
|
|
2143
|
-
}, "strip", z.ZodTypeAny, {
|
|
2144
|
-
sessionId: string | null;
|
|
2145
|
-
}, {
|
|
2146
|
-
sessionId: string | null;
|
|
2147
|
-
}>;
|
|
2148
|
-
}, "strip", z.ZodTypeAny, {
|
|
2149
|
-
t: "setPrimaryActionSession";
|
|
2150
|
-
args: {
|
|
2151
|
-
sessionId: string | null;
|
|
2152
|
-
};
|
|
2153
|
-
}, {
|
|
2154
|
-
t: "setPrimaryActionSession";
|
|
2155
|
-
args: {
|
|
2156
|
-
sessionId: string | null;
|
|
2157
|
-
};
|
|
2158
|
-
}>, z.ZodObject<{
|
|
2159
|
-
t: z.ZodLiteral<"setTrackedSessions">;
|
|
2160
|
-
args: z.ZodObject<{
|
|
2161
|
-
sessionIds: z.ZodArray<z.ZodString, "many">;
|
|
2162
|
-
}, "strip", z.ZodTypeAny, {
|
|
2163
|
-
sessionIds: string[];
|
|
2164
|
-
}, {
|
|
2165
|
-
sessionIds: string[];
|
|
2166
|
-
}>;
|
|
2167
|
-
}, "strip", z.ZodTypeAny, {
|
|
2168
|
-
t: "setTrackedSessions";
|
|
2169
|
-
args: {
|
|
2170
|
-
sessionIds: string[];
|
|
2171
|
-
};
|
|
2172
|
-
}, {
|
|
2173
|
-
t: "setTrackedSessions";
|
|
2174
|
-
args: {
|
|
2175
|
-
sessionIds: string[];
|
|
2176
|
-
};
|
|
2177
|
-
}>, z.ZodObject<{
|
|
2178
|
-
t: z.ZodLiteral<"processPermissionRequest">;
|
|
2179
|
-
args: z.ZodObject<{
|
|
2180
|
-
sessionId: z.ZodOptional<z.ZodString>;
|
|
2181
|
-
decision: z.ZodEnum<["allow", "deny"]>;
|
|
2182
|
-
requestId: z.ZodOptional<z.ZodString>;
|
|
2183
|
-
}, "strip", z.ZodTypeAny, {
|
|
2184
|
-
decision: "allow" | "deny";
|
|
2185
|
-
sessionId?: string | undefined;
|
|
2186
|
-
requestId?: string | undefined;
|
|
2187
|
-
}, {
|
|
2188
|
-
decision: "allow" | "deny";
|
|
2189
|
-
sessionId?: string | undefined;
|
|
2190
|
-
requestId?: string | undefined;
|
|
2191
|
-
}>;
|
|
2192
|
-
}, "strip", z.ZodTypeAny, {
|
|
2193
|
-
t: "processPermissionRequest";
|
|
2194
|
-
args: {
|
|
2195
|
-
decision: "allow" | "deny";
|
|
2196
|
-
sessionId?: string | undefined;
|
|
2197
|
-
requestId?: string | undefined;
|
|
2198
|
-
};
|
|
2199
|
-
}, {
|
|
2200
|
-
t: "processPermissionRequest";
|
|
2201
|
-
args: {
|
|
2202
|
-
decision: "allow" | "deny";
|
|
2203
|
-
sessionId?: string | undefined;
|
|
2204
|
-
requestId?: string | undefined;
|
|
2205
|
-
};
|
|
2206
|
-
}>]>, "many">>;
|
|
2207
|
-
}, "strip", z.ZodTypeAny, {
|
|
2208
|
-
t: "done";
|
|
2209
|
-
assistantText: string;
|
|
2210
|
-
actions?: ({
|
|
2211
|
-
t: "sendSessionMessage";
|
|
2212
|
-
args: {
|
|
2213
|
-
message: string;
|
|
2214
|
-
sessionId?: string | undefined;
|
|
2215
|
-
};
|
|
2216
|
-
} | {
|
|
2217
|
-
t: "openSession";
|
|
2218
|
-
args: {
|
|
2219
|
-
sessionId: string;
|
|
2220
|
-
};
|
|
2221
|
-
} | {
|
|
2222
|
-
t: "spawnSession";
|
|
2223
|
-
args: {
|
|
2224
|
-
path?: string | undefined;
|
|
2225
|
-
tag?: string | undefined;
|
|
2226
|
-
host?: string | undefined;
|
|
2227
|
-
initialMessage?: string | undefined;
|
|
2228
|
-
} & {
|
|
2229
|
-
[k: string]: unknown;
|
|
2230
|
-
};
|
|
2231
|
-
} | {
|
|
2232
|
-
t: "resetGlobalVoiceAgent";
|
|
2233
|
-
args: {} & {
|
|
2234
|
-
[k: string]: unknown;
|
|
2235
|
-
};
|
|
2236
|
-
} | {
|
|
2237
|
-
t: "startExecutionRun";
|
|
2238
|
-
args: {
|
|
2239
|
-
backendId: string;
|
|
2240
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
2241
|
-
sessionId?: string | undefined;
|
|
2242
|
-
instructions?: string | undefined;
|
|
2243
|
-
permissionMode?: string | undefined;
|
|
2244
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
2245
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
2246
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
2247
|
-
};
|
|
2248
|
-
} | {
|
|
2249
|
-
t: "listExecutionRuns";
|
|
2250
|
-
args: {
|
|
2251
|
-
sessionId?: string | undefined;
|
|
2252
|
-
};
|
|
2253
|
-
} | {
|
|
2254
|
-
t: "getExecutionRun";
|
|
2255
|
-
args: {
|
|
2256
|
-
runId: string;
|
|
2257
|
-
sessionId?: string | undefined;
|
|
2258
|
-
includeStructured?: boolean | undefined;
|
|
2259
|
-
};
|
|
2260
|
-
} | {
|
|
2261
|
-
t: "sendExecutionRunMessage";
|
|
2262
|
-
args: {
|
|
2263
|
-
message: string;
|
|
2264
|
-
runId: string;
|
|
2265
|
-
sessionId?: string | undefined;
|
|
2266
|
-
resume?: boolean | undefined;
|
|
2267
|
-
};
|
|
2268
|
-
} | {
|
|
2269
|
-
t: "stopExecutionRun";
|
|
2270
|
-
args: {
|
|
2271
|
-
runId: string;
|
|
2272
|
-
sessionId?: string | undefined;
|
|
2273
|
-
};
|
|
2274
|
-
} | {
|
|
2275
|
-
t: "actionExecutionRun";
|
|
2276
|
-
args: {
|
|
2277
|
-
runId: string;
|
|
2278
|
-
actionId: string;
|
|
2279
|
-
sessionId?: string | undefined;
|
|
2280
|
-
input?: unknown;
|
|
2281
|
-
};
|
|
2282
|
-
} | {
|
|
2283
|
-
t: "setPrimaryActionSession";
|
|
2284
|
-
args: {
|
|
2285
|
-
sessionId: string | null;
|
|
2286
|
-
};
|
|
2287
|
-
} | {
|
|
2288
|
-
t: "setTrackedSessions";
|
|
2289
|
-
args: {
|
|
2290
|
-
sessionIds: string[];
|
|
2291
|
-
};
|
|
2292
|
-
} | {
|
|
2293
|
-
t: "processPermissionRequest";
|
|
2294
|
-
args: {
|
|
2295
|
-
decision: "allow" | "deny";
|
|
2296
|
-
sessionId?: string | undefined;
|
|
2297
|
-
requestId?: string | undefined;
|
|
2298
|
-
};
|
|
2299
|
-
})[] | undefined;
|
|
2300
|
-
}, {
|
|
2301
|
-
t: "done";
|
|
2302
|
-
assistantText: string;
|
|
2303
|
-
actions?: ({
|
|
2304
|
-
t: "sendSessionMessage";
|
|
2305
|
-
args: {
|
|
2306
|
-
message: string;
|
|
2307
|
-
sessionId?: string | undefined;
|
|
2308
|
-
};
|
|
2309
|
-
} | {
|
|
2310
|
-
t: "openSession";
|
|
2311
|
-
args: {
|
|
2312
|
-
sessionId: string;
|
|
2313
|
-
};
|
|
2314
|
-
} | {
|
|
2315
|
-
t: "spawnSession";
|
|
2316
|
-
args: {
|
|
2317
|
-
path?: string | undefined;
|
|
2318
|
-
tag?: string | undefined;
|
|
2319
|
-
host?: string | undefined;
|
|
2320
|
-
initialMessage?: string | undefined;
|
|
2321
|
-
} & {
|
|
2322
|
-
[k: string]: unknown;
|
|
2323
|
-
};
|
|
2324
|
-
} | {
|
|
2325
|
-
t: "resetGlobalVoiceAgent";
|
|
2326
|
-
args: {} & {
|
|
2327
|
-
[k: string]: unknown;
|
|
2328
|
-
};
|
|
2329
|
-
} | {
|
|
2330
|
-
t: "startExecutionRun";
|
|
2331
|
-
args: {
|
|
2332
|
-
backendId: string;
|
|
2333
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
2334
|
-
sessionId?: string | undefined;
|
|
2335
|
-
instructions?: string | undefined;
|
|
2336
|
-
permissionMode?: string | undefined;
|
|
2337
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
2338
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
2339
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
2340
|
-
};
|
|
2341
|
-
} | {
|
|
2342
|
-
t: "listExecutionRuns";
|
|
2343
|
-
args: {
|
|
2344
|
-
sessionId?: string | undefined;
|
|
2345
|
-
};
|
|
2346
|
-
} | {
|
|
2347
|
-
t: "getExecutionRun";
|
|
2348
|
-
args: {
|
|
2349
|
-
runId: string;
|
|
2350
|
-
sessionId?: string | undefined;
|
|
2351
|
-
includeStructured?: boolean | undefined;
|
|
2352
|
-
};
|
|
2353
|
-
} | {
|
|
2354
|
-
t: "sendExecutionRunMessage";
|
|
2355
|
-
args: {
|
|
2356
|
-
message: string;
|
|
2357
|
-
runId: string;
|
|
2358
|
-
sessionId?: string | undefined;
|
|
2359
|
-
resume?: boolean | undefined;
|
|
2360
|
-
};
|
|
2361
|
-
} | {
|
|
2362
|
-
t: "stopExecutionRun";
|
|
2363
|
-
args: {
|
|
2364
|
-
runId: string;
|
|
2365
|
-
sessionId?: string | undefined;
|
|
2366
|
-
};
|
|
2367
|
-
} | {
|
|
2368
|
-
t: "actionExecutionRun";
|
|
2369
|
-
args: {
|
|
2370
|
-
runId: string;
|
|
2371
|
-
actionId: string;
|
|
2372
|
-
sessionId?: string | undefined;
|
|
2373
|
-
input?: unknown;
|
|
2374
|
-
};
|
|
2375
|
-
} | {
|
|
2376
|
-
t: "setPrimaryActionSession";
|
|
2377
|
-
args: {
|
|
2378
|
-
sessionId: string | null;
|
|
2379
|
-
};
|
|
2380
|
-
} | {
|
|
2381
|
-
t: "setTrackedSessions";
|
|
2382
|
-
args: {
|
|
2383
|
-
sessionIds: string[];
|
|
2384
|
-
};
|
|
2385
|
-
} | {
|
|
2386
|
-
t: "processPermissionRequest";
|
|
2387
|
-
args: {
|
|
2388
|
-
decision: "allow" | "deny";
|
|
2389
|
-
sessionId?: string | undefined;
|
|
2390
|
-
requestId?: string | undefined;
|
|
2391
|
-
};
|
|
2392
|
-
})[] | undefined;
|
|
2393
|
-
}>, z.ZodObject<{
|
|
2394
|
-
t: z.ZodLiteral<"error">;
|
|
2395
|
-
error: z.ZodString;
|
|
2396
|
-
errorCode: z.ZodOptional<z.ZodString>;
|
|
2397
|
-
}, "strip", z.ZodTypeAny, {
|
|
2398
|
-
error: string;
|
|
2399
|
-
t: "error";
|
|
2400
|
-
errorCode?: string | undefined;
|
|
2401
|
-
}, {
|
|
2402
|
-
error: string;
|
|
2403
|
-
t: "error";
|
|
2404
|
-
errorCode?: string | undefined;
|
|
2405
|
-
}>]>, "many">;
|
|
2406
|
-
nextCursor: z.ZodNumber;
|
|
2407
|
-
done: z.ZodBoolean;
|
|
2408
|
-
}, "strip", z.ZodTypeAny, {
|
|
2409
|
-
nextCursor: number;
|
|
2410
|
-
streamId: string;
|
|
2411
|
-
done: boolean;
|
|
2412
|
-
events: ({
|
|
2413
|
-
t: "delta";
|
|
2414
|
-
textDelta: string;
|
|
2415
|
-
} | {
|
|
2416
|
-
t: "done";
|
|
2417
|
-
assistantText: string;
|
|
2418
|
-
actions?: ({
|
|
2419
|
-
t: "sendSessionMessage";
|
|
2420
|
-
args: {
|
|
2421
|
-
message: string;
|
|
2422
|
-
sessionId?: string | undefined;
|
|
2423
|
-
};
|
|
2424
|
-
} | {
|
|
2425
|
-
t: "openSession";
|
|
2426
|
-
args: {
|
|
2427
|
-
sessionId: string;
|
|
2428
|
-
};
|
|
2429
|
-
} | {
|
|
2430
|
-
t: "spawnSession";
|
|
2431
|
-
args: {
|
|
2432
|
-
path?: string | undefined;
|
|
2433
|
-
tag?: string | undefined;
|
|
2434
|
-
host?: string | undefined;
|
|
2435
|
-
initialMessage?: string | undefined;
|
|
2436
|
-
} & {
|
|
2437
|
-
[k: string]: unknown;
|
|
2438
|
-
};
|
|
2439
|
-
} | {
|
|
2440
|
-
t: "resetGlobalVoiceAgent";
|
|
2441
|
-
args: {} & {
|
|
2442
|
-
[k: string]: unknown;
|
|
2443
|
-
};
|
|
2444
|
-
} | {
|
|
2445
|
-
t: "startExecutionRun";
|
|
2446
|
-
args: {
|
|
2447
|
-
backendId: string;
|
|
2448
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
2449
|
-
sessionId?: string | undefined;
|
|
2450
|
-
instructions?: string | undefined;
|
|
2451
|
-
permissionMode?: string | undefined;
|
|
2452
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
2453
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
2454
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
2455
|
-
};
|
|
2456
|
-
} | {
|
|
2457
|
-
t: "listExecutionRuns";
|
|
2458
|
-
args: {
|
|
2459
|
-
sessionId?: string | undefined;
|
|
2460
|
-
};
|
|
2461
|
-
} | {
|
|
2462
|
-
t: "getExecutionRun";
|
|
2463
|
-
args: {
|
|
2464
|
-
runId: string;
|
|
2465
|
-
sessionId?: string | undefined;
|
|
2466
|
-
includeStructured?: boolean | undefined;
|
|
2467
|
-
};
|
|
2468
|
-
} | {
|
|
2469
|
-
t: "sendExecutionRunMessage";
|
|
2470
|
-
args: {
|
|
2471
|
-
message: string;
|
|
2472
|
-
runId: string;
|
|
2473
|
-
sessionId?: string | undefined;
|
|
2474
|
-
resume?: boolean | undefined;
|
|
2475
|
-
};
|
|
2476
|
-
} | {
|
|
2477
|
-
t: "stopExecutionRun";
|
|
2478
|
-
args: {
|
|
2479
|
-
runId: string;
|
|
2480
|
-
sessionId?: string | undefined;
|
|
2481
|
-
};
|
|
2482
|
-
} | {
|
|
2483
|
-
t: "actionExecutionRun";
|
|
2484
|
-
args: {
|
|
2485
|
-
runId: string;
|
|
2486
|
-
actionId: string;
|
|
2487
|
-
sessionId?: string | undefined;
|
|
2488
|
-
input?: unknown;
|
|
2489
|
-
};
|
|
2490
|
-
} | {
|
|
2491
|
-
t: "setPrimaryActionSession";
|
|
2492
|
-
args: {
|
|
2493
|
-
sessionId: string | null;
|
|
2494
|
-
};
|
|
2495
|
-
} | {
|
|
2496
|
-
t: "setTrackedSessions";
|
|
2497
|
-
args: {
|
|
2498
|
-
sessionIds: string[];
|
|
2499
|
-
};
|
|
2500
|
-
} | {
|
|
2501
|
-
t: "processPermissionRequest";
|
|
2502
|
-
args: {
|
|
2503
|
-
decision: "allow" | "deny";
|
|
2504
|
-
sessionId?: string | undefined;
|
|
2505
|
-
requestId?: string | undefined;
|
|
2506
|
-
};
|
|
2507
|
-
})[] | undefined;
|
|
2508
|
-
} | {
|
|
2509
|
-
error: string;
|
|
2510
|
-
t: "error";
|
|
2511
|
-
errorCode?: string | undefined;
|
|
2512
|
-
})[];
|
|
2513
|
-
}, {
|
|
2514
|
-
nextCursor: number;
|
|
2515
|
-
streamId: string;
|
|
2516
|
-
done: boolean;
|
|
2517
|
-
events: ({
|
|
2518
|
-
t: "delta";
|
|
2519
|
-
textDelta: string;
|
|
2520
|
-
} | {
|
|
2521
|
-
t: "done";
|
|
2522
|
-
assistantText: string;
|
|
2523
|
-
actions?: ({
|
|
2524
|
-
t: "sendSessionMessage";
|
|
2525
|
-
args: {
|
|
2526
|
-
message: string;
|
|
2527
|
-
sessionId?: string | undefined;
|
|
2528
|
-
};
|
|
2529
|
-
} | {
|
|
2530
|
-
t: "openSession";
|
|
2531
|
-
args: {
|
|
2532
|
-
sessionId: string;
|
|
2533
|
-
};
|
|
2534
|
-
} | {
|
|
2535
|
-
t: "spawnSession";
|
|
2536
|
-
args: {
|
|
2537
|
-
path?: string | undefined;
|
|
2538
|
-
tag?: string | undefined;
|
|
2539
|
-
host?: string | undefined;
|
|
2540
|
-
initialMessage?: string | undefined;
|
|
2541
|
-
} & {
|
|
2542
|
-
[k: string]: unknown;
|
|
2543
|
-
};
|
|
2544
|
-
} | {
|
|
2545
|
-
t: "resetGlobalVoiceAgent";
|
|
2546
|
-
args: {} & {
|
|
2547
|
-
[k: string]: unknown;
|
|
2548
|
-
};
|
|
2549
|
-
} | {
|
|
2550
|
-
t: "startExecutionRun";
|
|
2551
|
-
args: {
|
|
2552
|
-
backendId: string;
|
|
2553
|
-
intent: "review" | "plan" | "delegate" | "voice_agent";
|
|
2554
|
-
sessionId?: string | undefined;
|
|
2555
|
-
instructions?: string | undefined;
|
|
2556
|
-
permissionMode?: string | undefined;
|
|
2557
|
-
retentionPolicy?: "ephemeral" | "resumable" | undefined;
|
|
2558
|
-
runClass?: "bounded" | "long_lived" | undefined;
|
|
2559
|
-
ioMode?: "request_response" | "streaming" | undefined;
|
|
2560
|
-
};
|
|
2561
|
-
} | {
|
|
2562
|
-
t: "listExecutionRuns";
|
|
2563
|
-
args: {
|
|
2564
|
-
sessionId?: string | undefined;
|
|
2565
|
-
};
|
|
2566
|
-
} | {
|
|
2567
|
-
t: "getExecutionRun";
|
|
2568
|
-
args: {
|
|
2569
|
-
runId: string;
|
|
2570
|
-
sessionId?: string | undefined;
|
|
2571
|
-
includeStructured?: boolean | undefined;
|
|
2572
|
-
};
|
|
2573
|
-
} | {
|
|
2574
|
-
t: "sendExecutionRunMessage";
|
|
2575
|
-
args: {
|
|
2576
|
-
message: string;
|
|
2577
|
-
runId: string;
|
|
2578
|
-
sessionId?: string | undefined;
|
|
2579
|
-
resume?: boolean | undefined;
|
|
2580
|
-
};
|
|
2581
|
-
} | {
|
|
2582
|
-
t: "stopExecutionRun";
|
|
2583
|
-
args: {
|
|
2584
|
-
runId: string;
|
|
2585
|
-
sessionId?: string | undefined;
|
|
2586
|
-
};
|
|
2587
|
-
} | {
|
|
2588
|
-
t: "actionExecutionRun";
|
|
2589
|
-
args: {
|
|
2590
|
-
runId: string;
|
|
2591
|
-
actionId: string;
|
|
2592
|
-
sessionId?: string | undefined;
|
|
2593
|
-
input?: unknown;
|
|
2594
|
-
};
|
|
2595
|
-
} | {
|
|
2596
|
-
t: "setPrimaryActionSession";
|
|
2597
|
-
args: {
|
|
2598
|
-
sessionId: string | null;
|
|
2599
|
-
};
|
|
2600
|
-
} | {
|
|
2601
|
-
t: "setTrackedSessions";
|
|
2602
|
-
args: {
|
|
2603
|
-
sessionIds: string[];
|
|
2604
|
-
};
|
|
2605
|
-
} | {
|
|
2606
|
-
t: "processPermissionRequest";
|
|
2607
|
-
args: {
|
|
2608
|
-
decision: "allow" | "deny";
|
|
2609
|
-
sessionId?: string | undefined;
|
|
2610
|
-
requestId?: string | undefined;
|
|
2611
|
-
};
|
|
2612
|
-
})[] | undefined;
|
|
2613
|
-
} | {
|
|
2614
|
-
error: string;
|
|
2615
|
-
t: "error";
|
|
2616
|
-
errorCode?: string | undefined;
|
|
2617
|
-
})[];
|
|
2618
|
-
}>;
|
|
2619
|
-
export type VoiceMediatorTurnStreamReadResponse = z.infer<typeof VoiceMediatorTurnStreamReadResponseSchema>;
|
|
2620
|
-
export declare const VoiceMediatorTurnStreamCancelRequestSchema: z.ZodObject<{
|
|
2621
|
-
mediatorId: z.ZodString;
|
|
2622
|
-
streamId: z.ZodString;
|
|
2623
|
-
}, "strip", z.ZodTypeAny, {
|
|
2624
|
-
streamId: string;
|
|
2625
|
-
mediatorId: string;
|
|
2626
|
-
}, {
|
|
2627
|
-
streamId: string;
|
|
2628
|
-
mediatorId: string;
|
|
2629
|
-
}>;
|
|
2630
|
-
export type VoiceMediatorTurnStreamCancelRequest = z.infer<typeof VoiceMediatorTurnStreamCancelRequestSchema>;
|
|
2631
|
-
export declare const VoiceMediatorTurnStreamCancelResponseSchema: z.ZodObject<{
|
|
2632
|
-
ok: z.ZodLiteral<true>;
|
|
2633
|
-
}, "strip", z.ZodTypeAny, {
|
|
2634
|
-
ok: true;
|
|
2635
|
-
}, {
|
|
2636
|
-
ok: true;
|
|
2637
|
-
}>;
|
|
2638
|
-
export type VoiceMediatorTurnStreamCancelResponse = z.infer<typeof VoiceMediatorTurnStreamCancelResponseSchema>;
|
|
2639
|
-
export declare const VoiceMediatorCommitRequestSchema: z.ZodObject<{
|
|
2640
|
-
mediatorId: z.ZodString;
|
|
2641
|
-
kind: z.ZodLiteral<"session_instruction">;
|
|
2642
|
-
constraints: z.ZodOptional<z.ZodObject<{
|
|
2643
|
-
maxChars: z.ZodOptional<z.ZodNumber>;
|
|
2644
|
-
}, "strip", z.ZodTypeAny, {
|
|
2645
|
-
maxChars?: number | undefined;
|
|
2646
|
-
}, {
|
|
2647
|
-
maxChars?: number | undefined;
|
|
2648
|
-
}>>;
|
|
2649
|
-
}, "strip", z.ZodTypeAny, {
|
|
2650
|
-
kind: "session_instruction";
|
|
2651
|
-
mediatorId: string;
|
|
2652
|
-
constraints?: {
|
|
2653
|
-
maxChars?: number | undefined;
|
|
2654
|
-
} | undefined;
|
|
2655
|
-
}, {
|
|
2656
|
-
kind: "session_instruction";
|
|
2657
|
-
mediatorId: string;
|
|
2658
|
-
constraints?: {
|
|
2659
|
-
maxChars?: number | undefined;
|
|
2660
|
-
} | undefined;
|
|
2661
|
-
}>;
|
|
2662
|
-
export type VoiceMediatorCommitRequest = z.infer<typeof VoiceMediatorCommitRequestSchema>;
|
|
2663
|
-
export declare const VoiceMediatorCommitResponseSchema: z.ZodObject<{
|
|
2664
|
-
commitText: z.ZodString;
|
|
2665
|
-
}, "strip", z.ZodTypeAny, {
|
|
2666
|
-
commitText: string;
|
|
2667
|
-
}, {
|
|
2668
|
-
commitText: string;
|
|
2669
|
-
}>;
|
|
2670
|
-
export type VoiceMediatorCommitResponse = z.infer<typeof VoiceMediatorCommitResponseSchema>;
|
|
2671
|
-
export declare const VoiceMediatorStopRequestSchema: z.ZodObject<{
|
|
2672
|
-
mediatorId: z.ZodString;
|
|
2673
|
-
}, "strip", z.ZodTypeAny, {
|
|
2674
|
-
mediatorId: string;
|
|
2675
|
-
}, {
|
|
2676
|
-
mediatorId: string;
|
|
2677
|
-
}>;
|
|
2678
|
-
export type VoiceMediatorStopRequest = z.infer<typeof VoiceMediatorStopRequestSchema>;
|
|
2679
|
-
export declare const VoiceMediatorStopResponseSchema: z.ZodObject<{
|
|
2680
|
-
ok: z.ZodLiteral<true>;
|
|
2681
|
-
}, "strip", z.ZodTypeAny, {
|
|
2682
|
-
ok: true;
|
|
2683
|
-
}, {
|
|
2684
|
-
ok: true;
|
|
2685
|
-
}>;
|
|
2686
|
-
export type VoiceMediatorStopResponse = z.infer<typeof VoiceMediatorStopResponseSchema>;
|
|
2687
|
-
export declare const VoiceMediatorGetModelsRequestSchema: z.ZodObject<{}, "strip", z.ZodTypeAny, {}, {}>;
|
|
2688
|
-
export type VoiceMediatorGetModelsRequest = z.infer<typeof VoiceMediatorGetModelsRequestSchema>;
|
|
2689
|
-
export declare const VoiceMediatorModelSchema: z.ZodObject<{
|
|
2690
|
-
id: z.ZodString;
|
|
2691
|
-
name: z.ZodString;
|
|
2692
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2693
|
-
}, "strip", z.ZodTypeAny, {
|
|
2694
|
-
id: string;
|
|
2695
|
-
name: string;
|
|
2696
|
-
description?: string | undefined;
|
|
2697
|
-
}, {
|
|
2698
|
-
id: string;
|
|
2699
|
-
name: string;
|
|
2700
|
-
description?: string | undefined;
|
|
2701
|
-
}>;
|
|
2702
|
-
export type VoiceMediatorModel = z.infer<typeof VoiceMediatorModelSchema>;
|
|
2703
|
-
export declare const VoiceMediatorGetModelsResponseSchema: z.ZodObject<{
|
|
2704
|
-
provider: z.ZodOptional<z.ZodString>;
|
|
2705
|
-
availableModels: z.ZodArray<z.ZodObject<{
|
|
2706
|
-
id: z.ZodString;
|
|
2707
|
-
name: z.ZodString;
|
|
2708
|
-
description: z.ZodOptional<z.ZodString>;
|
|
2709
|
-
}, "strip", z.ZodTypeAny, {
|
|
2710
|
-
id: string;
|
|
2711
|
-
name: string;
|
|
2712
|
-
description?: string | undefined;
|
|
2713
|
-
}, {
|
|
2714
|
-
id: string;
|
|
2715
|
-
name: string;
|
|
2716
|
-
description?: string | undefined;
|
|
2717
|
-
}>, "many">;
|
|
2718
|
-
supportsFreeform: z.ZodBoolean;
|
|
2719
|
-
}, "strip", z.ZodTypeAny, {
|
|
2720
|
-
availableModels: {
|
|
2721
|
-
id: string;
|
|
2722
|
-
name: string;
|
|
2723
|
-
description?: string | undefined;
|
|
2724
|
-
}[];
|
|
2725
|
-
supportsFreeform: boolean;
|
|
2726
|
-
provider?: string | undefined;
|
|
2727
|
-
}, {
|
|
2728
|
-
availableModels: {
|
|
2729
|
-
id: string;
|
|
2730
|
-
name: string;
|
|
2731
|
-
description?: string | undefined;
|
|
2732
|
-
}[];
|
|
2733
|
-
supportsFreeform: boolean;
|
|
2734
|
-
provider?: string | undefined;
|
|
2735
|
-
}>;
|
|
2736
|
-
export type VoiceMediatorGetModelsResponse = z.infer<typeof VoiceMediatorGetModelsResponseSchema>;
|
|
2737
|
-
//# sourceMappingURL=voiceMediator.d.ts.map
|