@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
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const ApprovalRequestStatusSchema: z.ZodEnum<{
|
|
3
|
+
open: "open";
|
|
4
|
+
approved: "approved";
|
|
5
|
+
rejected: "rejected";
|
|
6
|
+
executed: "executed";
|
|
7
|
+
failed: "failed";
|
|
8
|
+
canceled: "canceled";
|
|
9
|
+
}>;
|
|
10
|
+
export type ApprovalRequestStatus = z.infer<typeof ApprovalRequestStatusSchema>;
|
|
11
|
+
export declare const ApprovalRequestCreatedBySchema: z.ZodObject<{
|
|
12
|
+
surface: z.ZodEnum<{
|
|
13
|
+
cli: "cli";
|
|
14
|
+
voice: "voice";
|
|
15
|
+
session_agent: "session_agent";
|
|
16
|
+
mcp: "mcp";
|
|
17
|
+
system: "system";
|
|
18
|
+
}>;
|
|
19
|
+
agentId: z.ZodOptional<z.ZodString>;
|
|
20
|
+
sessionId: z.ZodOptional<z.ZodString>;
|
|
21
|
+
}, z.core.$strict>;
|
|
22
|
+
export type ApprovalRequestCreatedBy = z.infer<typeof ApprovalRequestCreatedBySchema>;
|
|
23
|
+
export declare const ApprovalDecisionV1Schema: z.ZodObject<{
|
|
24
|
+
kind: z.ZodEnum<{
|
|
25
|
+
approve: "approve";
|
|
26
|
+
reject: "reject";
|
|
27
|
+
}>;
|
|
28
|
+
decidedAtMs: z.ZodNumber;
|
|
29
|
+
}, z.core.$loose>;
|
|
30
|
+
export type ApprovalDecisionV1 = z.infer<typeof ApprovalDecisionV1Schema>;
|
|
31
|
+
export declare const ApprovalExecutionV1Schema: z.ZodObject<{
|
|
32
|
+
executedAtMs: z.ZodNumber;
|
|
33
|
+
ok: z.ZodBoolean;
|
|
34
|
+
result: z.ZodOptional<z.ZodUnknown>;
|
|
35
|
+
errorCode: z.ZodOptional<z.ZodString>;
|
|
36
|
+
error: z.ZodOptional<z.ZodString>;
|
|
37
|
+
}, z.core.$loose>;
|
|
38
|
+
export type ApprovalExecutionV1 = z.infer<typeof ApprovalExecutionV1Schema>;
|
|
39
|
+
export declare const ApprovalRequestV1Schema: z.ZodObject<{
|
|
40
|
+
v: z.ZodLiteral<1>;
|
|
41
|
+
status: z.ZodEnum<{
|
|
42
|
+
open: "open";
|
|
43
|
+
approved: "approved";
|
|
44
|
+
rejected: "rejected";
|
|
45
|
+
executed: "executed";
|
|
46
|
+
failed: "failed";
|
|
47
|
+
canceled: "canceled";
|
|
48
|
+
}>;
|
|
49
|
+
createdAtMs: z.ZodNumber;
|
|
50
|
+
updatedAtMs: z.ZodNumber;
|
|
51
|
+
createdBy: z.ZodObject<{
|
|
52
|
+
surface: z.ZodEnum<{
|
|
53
|
+
cli: "cli";
|
|
54
|
+
voice: "voice";
|
|
55
|
+
session_agent: "session_agent";
|
|
56
|
+
mcp: "mcp";
|
|
57
|
+
system: "system";
|
|
58
|
+
}>;
|
|
59
|
+
agentId: z.ZodOptional<z.ZodString>;
|
|
60
|
+
sessionId: z.ZodOptional<z.ZodString>;
|
|
61
|
+
}, z.core.$strict>;
|
|
62
|
+
requestedSurface: z.ZodOptional<z.ZodString>;
|
|
63
|
+
actionId: z.ZodEnum<{
|
|
64
|
+
"action.spec.search": "action.spec.search";
|
|
65
|
+
"action.spec.get": "action.spec.get";
|
|
66
|
+
"action.options.resolve": "action.options.resolve";
|
|
67
|
+
"session.open": "session.open";
|
|
68
|
+
"session.fork": "session.fork";
|
|
69
|
+
"session.rollback": "session.rollback";
|
|
70
|
+
"session.handoff": "session.handoff";
|
|
71
|
+
"session.spawn_new": "session.spawn_new";
|
|
72
|
+
"session.spawn_picker": "session.spawn_picker";
|
|
73
|
+
"paths.list_recent": "paths.list_recent";
|
|
74
|
+
"machines.list": "machines.list";
|
|
75
|
+
"servers.list": "servers.list";
|
|
76
|
+
"review.engines.list": "review.engines.list";
|
|
77
|
+
"agents.backends.list": "agents.backends.list";
|
|
78
|
+
"agents.models.list": "agents.models.list";
|
|
79
|
+
"session.message.send": "session.message.send";
|
|
80
|
+
"session.stop": "session.stop";
|
|
81
|
+
"session.title.set": "session.title.set";
|
|
82
|
+
"session.model.set": "session.model.set";
|
|
83
|
+
"session.permission_mode.set": "session.permission_mode.set";
|
|
84
|
+
"session.archive": "session.archive";
|
|
85
|
+
"session.unarchive": "session.unarchive";
|
|
86
|
+
"session.status.get": "session.status.get";
|
|
87
|
+
"session.history.get": "session.history.get";
|
|
88
|
+
"session.wait.idle": "session.wait.idle";
|
|
89
|
+
"review.start": "review.start";
|
|
90
|
+
"subagents.plan.start": "subagents.plan.start";
|
|
91
|
+
"subagents.delegate.start": "subagents.delegate.start";
|
|
92
|
+
"voice_agent.start": "voice_agent.start";
|
|
93
|
+
"execution.run.start": "execution.run.start";
|
|
94
|
+
"execution.run.list": "execution.run.list";
|
|
95
|
+
"execution.run.get": "execution.run.get";
|
|
96
|
+
"execution.run.send": "execution.run.send";
|
|
97
|
+
"execution.run.stop": "execution.run.stop";
|
|
98
|
+
"execution.run.action": "execution.run.action";
|
|
99
|
+
"execution.run.wait": "execution.run.wait";
|
|
100
|
+
"session.target.primary.set": "session.target.primary.set";
|
|
101
|
+
"session.target.tracked.set": "session.target.tracked.set";
|
|
102
|
+
"session.list": "session.list";
|
|
103
|
+
"session.activity.get": "session.activity.get";
|
|
104
|
+
"session.messages.recent.get": "session.messages.recent.get";
|
|
105
|
+
"session.permission.respond": "session.permission.respond";
|
|
106
|
+
"session.user_action.answer": "session.user_action.answer";
|
|
107
|
+
"session.mode.set": "session.mode.set";
|
|
108
|
+
"ui.voice_global.reset": "ui.voice_global.reset";
|
|
109
|
+
"ui.voice_agent.teleport": "ui.voice_agent.teleport";
|
|
110
|
+
"memory.search": "memory.search";
|
|
111
|
+
"memory.get_window": "memory.get_window";
|
|
112
|
+
"memory.ensure_up_to_date": "memory.ensure_up_to_date";
|
|
113
|
+
"prompt_doc.update": "prompt_doc.update";
|
|
114
|
+
"prompt_bundle.update": "prompt_bundle.update";
|
|
115
|
+
"prompt_asset.export": "prompt_asset.export";
|
|
116
|
+
"prompt_registry.install": "prompt_registry.install";
|
|
117
|
+
"approval.request.create": "approval.request.create";
|
|
118
|
+
"approval.request.decide": "approval.request.decide";
|
|
119
|
+
}>;
|
|
120
|
+
actionArgs: z.ZodUnknown;
|
|
121
|
+
summary: z.ZodString;
|
|
122
|
+
preview: z.ZodOptional<z.ZodUnknown>;
|
|
123
|
+
decision: z.ZodOptional<z.ZodObject<{
|
|
124
|
+
kind: z.ZodEnum<{
|
|
125
|
+
approve: "approve";
|
|
126
|
+
reject: "reject";
|
|
127
|
+
}>;
|
|
128
|
+
decidedAtMs: z.ZodNumber;
|
|
129
|
+
}, z.core.$loose>>;
|
|
130
|
+
execution: z.ZodOptional<z.ZodObject<{
|
|
131
|
+
executedAtMs: z.ZodNumber;
|
|
132
|
+
ok: z.ZodBoolean;
|
|
133
|
+
result: z.ZodOptional<z.ZodUnknown>;
|
|
134
|
+
errorCode: z.ZodOptional<z.ZodString>;
|
|
135
|
+
error: z.ZodOptional<z.ZodString>;
|
|
136
|
+
}, z.core.$loose>>;
|
|
137
|
+
}, z.core.$loose>;
|
|
138
|
+
export type ApprovalRequestV1 = z.infer<typeof ApprovalRequestV1Schema>;
|
|
139
|
+
//# sourceMappingURL=approvalRequestV1.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"approvalRequestV1.d.ts","sourceRoot":"","sources":["../../src/approvals/approvalRequestV1.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAIxB,eAAO,MAAM,2BAA2B;;;;;;;EAA6E,CAAC;AACtH,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAC;AAIhF,eAAO,MAAM,8BAA8B;;;;;;;;;;kBAIhC,CAAC;AACZ,MAAM,MAAM,wBAAwB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8BAA8B,CAAC,CAAC;AAEtF,eAAO,MAAM,wBAAwB;;;;;;iBAGrB,CAAC;AACjB,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE1E,eAAO,MAAM,yBAAyB;;;;;;iBAMtB,CAAC;AACjB,MAAM,MAAM,mBAAmB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yBAAyB,CAAC,CAAC;AAE5E,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAoDlC,CAAC;AACH,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC"}
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { ActionIdSchema } from '../actions/actionIds.js';
|
|
3
|
+
export const ApprovalRequestStatusSchema = z.enum(['open', 'approved', 'rejected', 'executed', 'failed', 'canceled']);
|
|
4
|
+
const ApprovalRequestedSurfaceSchema = z.string().min(1);
|
|
5
|
+
export const ApprovalRequestCreatedBySchema = z.object({
|
|
6
|
+
surface: z.enum(['voice', 'session_agent', 'mcp', 'cli', 'system']),
|
|
7
|
+
agentId: z.string().min(1).optional(),
|
|
8
|
+
sessionId: z.string().min(1).optional(),
|
|
9
|
+
}).strict();
|
|
10
|
+
export const ApprovalDecisionV1Schema = z.object({
|
|
11
|
+
kind: z.enum(['approve', 'reject']),
|
|
12
|
+
decidedAtMs: z.number().int().min(0),
|
|
13
|
+
}).passthrough();
|
|
14
|
+
export const ApprovalExecutionV1Schema = z.object({
|
|
15
|
+
executedAtMs: z.number().int().min(0),
|
|
16
|
+
ok: z.boolean(),
|
|
17
|
+
result: z.unknown().optional(),
|
|
18
|
+
errorCode: z.string().min(1).optional(),
|
|
19
|
+
error: z.string().min(1).optional(),
|
|
20
|
+
}).passthrough();
|
|
21
|
+
export const ApprovalRequestV1Schema = z.object({
|
|
22
|
+
v: z.literal(1),
|
|
23
|
+
status: ApprovalRequestStatusSchema,
|
|
24
|
+
createdAtMs: z.number().int().min(0),
|
|
25
|
+
updatedAtMs: z.number().int().min(0),
|
|
26
|
+
createdBy: ApprovalRequestCreatedBySchema,
|
|
27
|
+
requestedSurface: ApprovalRequestedSurfaceSchema.optional(),
|
|
28
|
+
actionId: ActionIdSchema,
|
|
29
|
+
actionArgs: z.unknown(),
|
|
30
|
+
summary: z.string().min(1),
|
|
31
|
+
preview: z.unknown().optional(),
|
|
32
|
+
decision: ApprovalDecisionV1Schema.optional(),
|
|
33
|
+
execution: ApprovalExecutionV1Schema.optional(),
|
|
34
|
+
}).passthrough().superRefine((value, ctx) => {
|
|
35
|
+
const requiresDecision = value.status === 'approved'
|
|
36
|
+
|| value.status === 'rejected'
|
|
37
|
+
|| value.status === 'executed'
|
|
38
|
+
|| value.status === 'failed';
|
|
39
|
+
const requiresExecution = value.status === 'executed' || value.status === 'failed';
|
|
40
|
+
if (value.status === 'open') {
|
|
41
|
+
if (value.decision != null) {
|
|
42
|
+
ctx.addIssue({
|
|
43
|
+
code: z.ZodIssueCode.custom,
|
|
44
|
+
path: ['decision'],
|
|
45
|
+
message: 'open approval requests must not include a decision',
|
|
46
|
+
});
|
|
47
|
+
}
|
|
48
|
+
if (value.execution != null) {
|
|
49
|
+
ctx.addIssue({
|
|
50
|
+
code: z.ZodIssueCode.custom,
|
|
51
|
+
path: ['execution'],
|
|
52
|
+
message: 'open approval requests must not include execution metadata',
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
if (requiresDecision && value.decision == null) {
|
|
57
|
+
ctx.addIssue({
|
|
58
|
+
code: z.ZodIssueCode.custom,
|
|
59
|
+
path: ['decision'],
|
|
60
|
+
message: `status ${value.status} requires a decision`,
|
|
61
|
+
});
|
|
62
|
+
}
|
|
63
|
+
if (requiresExecution && value.execution == null) {
|
|
64
|
+
ctx.addIssue({
|
|
65
|
+
code: z.ZodIssueCode.custom,
|
|
66
|
+
path: ['execution'],
|
|
67
|
+
message: `status ${value.status} requires execution metadata`,
|
|
68
|
+
});
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
//# sourceMappingURL=approvalRequestV1.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"approvalRequestV1.js","sourceRoot":"","sources":["../../src/approvals/approvalRequestV1.ts"],"names":[],"mappings":"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"}
|
|
@@ -9,6 +9,7 @@ export declare const ExternalOAuthErrorResponseSchema: z.ZodObject<{
|
|
|
9
9
|
export type ExternalOAuthErrorResponse = z.infer<typeof ExternalOAuthErrorResponseSchema>;
|
|
10
10
|
export declare const ExternalOAuthFinalizeAuthRequestSchema: z.ZodObject<{
|
|
11
11
|
pending: z.ZodString;
|
|
12
|
+
proof: z.ZodOptional<z.ZodString>;
|
|
12
13
|
reset: z.ZodOptional<z.ZodBoolean>;
|
|
13
14
|
username: z.ZodOptional<z.ZodString>;
|
|
14
15
|
publicKey: z.ZodString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"externalOAuth.d.ts","sourceRoot":"","sources":["../../src/auth/externalOAuth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,iCAAiC;;kBAAgD,CAAC;AAC/F,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAE5F,eAAO,MAAM,gCAAgC;;kBAAkD,CAAC;AAChG,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAE1F,eAAO,MAAM,sCAAsC
|
|
1
|
+
{"version":3,"file":"externalOAuth.d.ts","sourceRoot":"","sources":["../../src/auth/externalOAuth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,iCAAiC;;kBAAgD,CAAC;AAC/F,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAE5F,eAAO,MAAM,gCAAgC;;kBAAkD,CAAC;AAChG,MAAM,MAAM,0BAA0B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAAC;AAE1F,eAAO,MAAM,sCAAsC;;;;;;;;;;kBAsB/C,CAAC;AAEL,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC;AAEtG,eAAO,MAAM,8CAA8C;;;kBAEhD,CAAC;AACZ,MAAM,MAAM,wCAAwC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,8CAA8C,CAAC,CAAC;AAEtH,eAAO,MAAM,yCAAyC;;;kBAK3C,CAAC;AAEZ,MAAM,MAAM,mCAAmC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,yCAAyC,CAAC,CAAC;AAE5G,eAAO,MAAM,iDAAiD;;kBAAkD,CAAC;AACjH,MAAM,MAAM,2CAA2C,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iDAAiD,CAAC,CAAC"}
|
|
@@ -4,6 +4,7 @@ export const ExternalOAuthErrorResponseSchema = z.object({ error: z.string().min
|
|
|
4
4
|
export const ExternalOAuthFinalizeAuthRequestSchema = z
|
|
5
5
|
.object({
|
|
6
6
|
pending: z.string().min(1),
|
|
7
|
+
proof: z.string().min(1).optional(),
|
|
7
8
|
reset: z.boolean().optional(),
|
|
8
9
|
username: z.string().min(1).optional(),
|
|
9
10
|
publicKey: z.string().min(1),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"externalOAuth.js","sourceRoot":"","sources":["../../src/auth/externalOAuth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;AAG/F,MAAM,CAAC,MAAM,gCAAgC,GAAG,CAAC,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;AAGhG,MAAM,CAAC,MAAM,sCAAsC,GAAG,CAAC;KACpD,MAAM,CAAC;IACN,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC1B,KAAK,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC7B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IACtC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC5B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC5B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC5B,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC9C,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;CAClD,CAAC;KACD,MAAM,EAAE;KACR,WAAW,CAAC,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IAC1B,MAAM,aAAa,GAAG,OAAO,KAAK,CAAC,gBAAgB,KAAK,QAAQ,CAAC;IACjE,MAAM,aAAa,GAAG,OAAO,KAAK,CAAC,mBAAmB,KAAK,QAAQ,CAAC;IACpE,IAAI,aAAa,KAAK,aAAa,EAAE,CAAC;QACpC,GAAG,CAAC,QAAQ,CAAC;YACX,IAAI,EAAE,CAAC,CAAC,YAAY,CAAC,MAAM;YAC3B,OAAO,EAAE,oEAAoE;SAC9E,CAAC,CAAC;IACL,CAAC;AACH,CAAC,CAAC,CAAC;AAIL,MAAM,CAAC,MAAM,8CAA8C,GAAG,CAAC;KAC5D,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC;KAC9D,MAAM,EAAE,CAAC;AAGZ,MAAM,CAAC,MAAM,yCAAyC,GAAG,CAAC;KACvD,MAAM,CAAC;IACN,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC1B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;CAC5B,CAAC;KACD,MAAM,EAAE,CAAC;AAIZ,MAAM,CAAC,MAAM,iDAAiD,GAAG,CAAC,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC"}
|
|
1
|
+
{"version":3,"file":"externalOAuth.js","sourceRoot":"","sources":["../../src/auth/externalOAuth.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;AAG/F,MAAM,CAAC,MAAM,gCAAgC,GAAG,CAAC,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC;AAGhG,MAAM,CAAC,MAAM,sCAAsC,GAAG,CAAC;KACpD,MAAM,CAAC;IACN,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC1B,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IACnC,KAAK,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAC7B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IACtC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC5B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC5B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC5B,gBAAgB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;IAC9C,mBAAmB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE;CAClD,CAAC;KACD,MAAM,EAAE;KACR,WAAW,CAAC,CAAC,KAAK,EAAE,GAAG,EAAE,EAAE;IAC1B,MAAM,aAAa,GAAG,OAAO,KAAK,CAAC,gBAAgB,KAAK,QAAQ,CAAC;IACjE,MAAM,aAAa,GAAG,OAAO,KAAK,CAAC,mBAAmB,KAAK,QAAQ,CAAC;IACpE,IAAI,aAAa,KAAK,aAAa,EAAE,CAAC;QACpC,GAAG,CAAC,QAAQ,CAAC;YACX,IAAI,EAAE,CAAC,CAAC,YAAY,CAAC,MAAM;YAC3B,OAAO,EAAE,oEAAoE;SAC9E,CAAC,CAAC;IACL,CAAC;AACH,CAAC,CAAC,CAAC;AAIL,MAAM,CAAC,MAAM,8CAA8C,GAAG,CAAC;KAC5D,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC;KAC9D,MAAM,EAAE,CAAC;AAGZ,MAAM,CAAC,MAAM,yCAAyC,GAAG,CAAC;KACvD,MAAM,CAAC;IACN,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC1B,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;CAC5B,CAAC;KACD,MAAM,EAAE,CAAC;AAIZ,MAAM,CAAC,MAAM,iDAAiD,GAAG,CAAC,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,CAAC,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export declare const BackendTargetKindSchema: z.ZodEnum<{
|
|
3
|
+
builtInAgent: "builtInAgent";
|
|
4
|
+
configuredAcpBackend: "configuredAcpBackend";
|
|
5
|
+
}>;
|
|
6
|
+
export type BackendTargetKind = z.infer<typeof BackendTargetKindSchema>;
|
|
7
|
+
declare const BuiltInAgentTargetSchema: z.ZodObject<{
|
|
8
|
+
kind: z.ZodLiteral<"builtInAgent">;
|
|
9
|
+
agentId: z.ZodString;
|
|
10
|
+
}, z.core.$strip>;
|
|
11
|
+
declare const ConfiguredAcpBackendTargetSchema: z.ZodObject<{
|
|
12
|
+
kind: z.ZodLiteral<"configuredAcpBackend">;
|
|
13
|
+
backendId: z.ZodString;
|
|
14
|
+
}, z.core.$strip>;
|
|
15
|
+
export declare const BackendTargetRefSchema: z.ZodUnion<readonly [z.ZodObject<{
|
|
16
|
+
kind: z.ZodLiteral<"builtInAgent">;
|
|
17
|
+
agentId: z.ZodString;
|
|
18
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
19
|
+
kind: z.ZodLiteral<"configuredAcpBackend">;
|
|
20
|
+
backendId: z.ZodString;
|
|
21
|
+
}, z.core.$strip>]>;
|
|
22
|
+
export type BackendTargetRefV1 = z.infer<typeof BackendTargetRefSchema>;
|
|
23
|
+
export declare const BackendTargetKeySchema: z.ZodString;
|
|
24
|
+
export type BackendTargetKey = z.infer<typeof BackendTargetKeySchema>;
|
|
25
|
+
export declare function buildBackendTargetKey(target: BackendTargetRefV1): BackendTargetKey;
|
|
26
|
+
export declare function parseBackendTargetKey(key: string): BackendTargetRefV1;
|
|
27
|
+
export declare function isBuiltInAgentTarget(target: BackendTargetRefV1): target is z.infer<typeof BuiltInAgentTargetSchema>;
|
|
28
|
+
export declare function isConfiguredAcpBackendTarget(target: BackendTargetRefV1): target is z.infer<typeof ConfiguredAcpBackendTargetSchema>;
|
|
29
|
+
export {};
|
|
30
|
+
//# sourceMappingURL=backendTargetRef.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"backendTargetRef.d.ts","sourceRoot":"","sources":["../../src/backendTargets/backendTargetRef.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,uBAAuB;;;EAAmD,CAAC;AACxF,MAAM,MAAM,iBAAiB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAExE,QAAA,MAAM,wBAAwB;;;iBAG5B,CAAC;AAEH,QAAA,MAAM,gCAAgC;;;iBAGpC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;mBAAwE,CAAC;AAC5G,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAExE,eAAO,MAAM,sBAAsB,aAA4E,CAAC;AAChH,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAC;AAEtE,wBAAgB,qBAAqB,CAAC,MAAM,EAAE,kBAAkB,GAAG,gBAAgB,CAIlF;AAED,wBAAgB,qBAAqB,CAAC,GAAG,EAAE,MAAM,GAAG,kBAAkB,CAMrE;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,kBAAkB,GAAG,MAAM,IAAI,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAEnH;AAED,wBAAgB,4BAA4B,CAC1C,MAAM,EAAE,kBAAkB,GACzB,MAAM,IAAI,CAAC,CAAC,KAAK,CAAC,OAAO,gCAAgC,CAAC,CAE5D"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
export const BackendTargetKindSchema = z.enum(['builtInAgent', 'configuredAcpBackend']);
|
|
3
|
+
const BuiltInAgentTargetSchema = z.object({
|
|
4
|
+
kind: z.literal('builtInAgent'),
|
|
5
|
+
agentId: z.string().min(1),
|
|
6
|
+
});
|
|
7
|
+
const ConfiguredAcpBackendTargetSchema = z.object({
|
|
8
|
+
kind: z.literal('configuredAcpBackend'),
|
|
9
|
+
backendId: z.string().min(1),
|
|
10
|
+
});
|
|
11
|
+
export const BackendTargetRefSchema = z.union([BuiltInAgentTargetSchema, ConfiguredAcpBackendTargetSchema]);
|
|
12
|
+
export const BackendTargetKeySchema = z.string().regex(/^(agent|acpBackend):.+$/, 'Invalid backend target key');
|
|
13
|
+
export function buildBackendTargetKey(target) {
|
|
14
|
+
return target.kind === 'builtInAgent'
|
|
15
|
+
? BackendTargetKeySchema.parse(`agent:${target.agentId}`)
|
|
16
|
+
: BackendTargetKeySchema.parse(`acpBackend:${target.backendId}`);
|
|
17
|
+
}
|
|
18
|
+
export function parseBackendTargetKey(key) {
|
|
19
|
+
const parsed = BackendTargetKeySchema.parse(key);
|
|
20
|
+
if (parsed.startsWith('agent:')) {
|
|
21
|
+
return BackendTargetRefSchema.parse({ kind: 'builtInAgent', agentId: parsed.slice('agent:'.length) });
|
|
22
|
+
}
|
|
23
|
+
return BackendTargetRefSchema.parse({ kind: 'configuredAcpBackend', backendId: parsed.slice('acpBackend:'.length) });
|
|
24
|
+
}
|
|
25
|
+
export function isBuiltInAgentTarget(target) {
|
|
26
|
+
return target.kind === 'builtInAgent';
|
|
27
|
+
}
|
|
28
|
+
export function isConfiguredAcpBackendTarget(target) {
|
|
29
|
+
return target.kind === 'configuredAcpBackend';
|
|
30
|
+
}
|
|
31
|
+
//# sourceMappingURL=backendTargetRef.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"backendTargetRef.js","sourceRoot":"","sources":["../../src/backendTargets/backendTargetRef.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,uBAAuB,GAAG,CAAC,CAAC,IAAI,CAAC,CAAC,cAAc,EAAE,sBAAsB,CAAC,CAAC,CAAC;AAGxF,MAAM,wBAAwB,GAAG,CAAC,CAAC,MAAM,CAAC;IACxC,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,cAAc,CAAC;IAC/B,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;CAC3B,CAAC,CAAC;AAEH,MAAM,gCAAgC,GAAG,CAAC,CAAC,MAAM,CAAC;IAChD,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,sBAAsB,CAAC;IACvC,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;CAC7B,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,KAAK,CAAC,CAAC,wBAAwB,EAAE,gCAAgC,CAAC,CAAC,CAAC;AAG5G,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,yBAAyB,EAAE,4BAA4B,CAAC,CAAC;AAGhH,MAAM,UAAU,qBAAqB,CAAC,MAA0B;IAC9D,OAAO,MAAM,CAAC,IAAI,KAAK,cAAc;QACnC,CAAC,CAAC,sBAAsB,CAAC,KAAK,CAAC,SAAS,MAAM,CAAC,OAAO,EAAE,CAAC;QACzD,CAAC,CAAC,sBAAsB,CAAC,KAAK,CAAC,cAAc,MAAM,CAAC,SAAS,EAAE,CAAC,CAAC;AACrE,CAAC;AAED,MAAM,UAAU,qBAAqB,CAAC,GAAW;IAC/C,MAAM,MAAM,GAAG,sBAAsB,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;IACjD,IAAI,MAAM,CAAC,UAAU,CAAC,QAAQ,CAAC,EAAE,CAAC;QAChC,OAAO,sBAAsB,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,cAAc,EAAE,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,QAAQ,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACxG,CAAC;IACD,OAAO,sBAAsB,CAAC,KAAK,CAAC,EAAE,IAAI,EAAE,sBAAsB,EAAE,SAAS,EAAE,MAAM,CAAC,KAAK,CAAC,aAAa,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;AACvH,CAAC;AAED,MAAM,UAAU,oBAAoB,CAAC,MAA0B;IAC7D,OAAO,MAAM,CAAC,IAAI,KAAK,cAAc,CAAC;AACxC,CAAC;AAED,MAAM,UAAU,4BAA4B,CAC1C,MAA0B;IAE1B,OAAO,MAAM,CAAC,IAAI,KAAK,sBAAsB,CAAC;AAChD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capabilities.d.ts","sourceRoot":"","sources":["../src/capabilities.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,MAAM,GAAG,KAAK,CAAC;AAIpD,MAAM,MAAM,YAAY,GAAG,OAAO,MAAM,EAAE,GAAG,QAAQ,MAAM,EAAE,GAAG,OAAO,MAAM,EAAE,CAAC;AAEhF,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,EAAE,YAAY,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,YAAY,CAAC;IACjB,IAAI,EAAE,cAAc,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CAC9C,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG;IACzC,eAAe,EAAE,CAAC,CAAC;IACnB,YAAY,EAAE,oBAAoB,EAAE,CAAC;IACrC,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,uBAAuB,EAAE,CAAC,CAAC;CACvD,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAC9B;IAAE,EAAE,EAAE,IAAI,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GAC9C;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAA;CAAE,CAAC;AAEhF,MAAM,MAAM,0BAA0B,GAAG;IACvC,eAAe,EAAE,CAAC,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC,MAAM,CAAC,YAAY,EAAE,sBAAsB,CAAC,CAAC,CAAC;CAChE,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACrC,SAAS,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,YAAY,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;KAAE,CAAC,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"capabilities.d.ts","sourceRoot":"","sources":["../src/capabilities.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG,KAAK,GAAG,MAAM,GAAG,KAAK,CAAC;AAIpD,MAAM,MAAM,YAAY,GAAG,OAAO,MAAM,EAAE,GAAG,QAAQ,MAAM,EAAE,GAAG,OAAO,MAAM,EAAE,CAAC;AAEhF,MAAM,MAAM,uBAAuB,GAAG;IACpC,EAAE,EAAE,YAAY,CAAC;IACjB,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,YAAY,CAAC;IACjB,IAAI,EAAE,cAAc,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE;QAAE,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CAC9C,CAAC;AAEF,MAAM,MAAM,4BAA4B,GAAG;IACzC,eAAe,EAAE,CAAC,CAAC;IACnB,YAAY,EAAE,oBAAoB,EAAE,CAAC;IACrC,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,uBAAuB,EAAE,CAAC,CAAC;CACvD,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAC9B;IAAE,EAAE,EAAE,IAAI,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,OAAO,CAAA;CAAE,GAC9C;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAA;CAAE,CAAC;AAEhF,MAAM,MAAM,0BAA0B,GAAG;IACvC,eAAe,EAAE,CAAC,CAAC;IACnB,OAAO,EAAE,OAAO,CAAC,MAAM,CAAC,YAAY,EAAE,sBAAsB,CAAC,CAAC,CAAC;CAChE,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,uBAAuB,EAAE,CAAC;IACrC,SAAS,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,YAAY,EAAE;QAAE,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAA;KAAE,CAAC,CAAC,CAAC;IAChF,WAAW,CAAC,EAAE,OAAO,CAAC;CACvB,CAAC;AAEF,MAAM,MAAM,yBAAyB,GAAG;IACtC,EAAE,EAAE,YAAY,CAAC;IACjB,MAAM,EAAE,MAAM,CAAC;IACf,MAAM,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,0BAA0B,GAClC;IAAE,EAAE,EAAE,IAAI,CAAC;IAAC,MAAM,EAAE,OAAO,CAAA;CAAE,GAC7B;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,KAAK,EAAE;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC"}
|
|
@@ -4,5 +4,5 @@ export declare const CHECKLIST_IDS: {
|
|
|
4
4
|
};
|
|
5
5
|
export type ResumeChecklistId = `resume.${string}`;
|
|
6
6
|
export type ChecklistId = (typeof CHECKLIST_IDS)[keyof typeof CHECKLIST_IDS] | ResumeChecklistId;
|
|
7
|
-
export declare function resumeChecklistId(agentId:
|
|
7
|
+
export declare function resumeChecklistId<const TAgentId extends string>(agentId: TAgentId): `resume.${TAgentId}`;
|
|
8
8
|
//# sourceMappingURL=checklists.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checklists.d.ts","sourceRoot":"","sources":["../src/checklists.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;CAGhB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,UAAU,MAAM,EAAE,CAAC;AACnD,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,GAAG,iBAAiB,CAAC;AAEjG,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"checklists.d.ts","sourceRoot":"","sources":["../src/checklists.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,aAAa;;;CAGhB,CAAC;AAEX,MAAM,MAAM,iBAAiB,GAAG,UAAU,MAAM,EAAE,CAAC;AACnD,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,aAAa,CAAC,CAAC,MAAM,OAAO,aAAa,CAAC,GAAG,iBAAiB,CAAC;AAEjG,wBAAgB,iBAAiB,CAAC,KAAK,CAAC,QAAQ,SAAS,MAAM,EAAE,OAAO,EAAE,QAAQ,GAAG,UAAU,QAAQ,EAAE,CAExG"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checklists.js","sourceRoot":"","sources":["../src/checklists.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,WAAW,EAAE,aAAa;IAC1B,eAAe,EAAE,iBAAiB;CAC1B,CAAC;AAKX,MAAM,UAAU,iBAAiB,
|
|
1
|
+
{"version":3,"file":"checklists.js","sourceRoot":"","sources":["../src/checklists.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,MAAM,aAAa,GAAG;IAC3B,WAAW,EAAE,aAAa;IAC1B,eAAe,EAAE,iBAAiB;CAC1B,CAAC;AAKX,MAAM,UAAU,iBAAiB,CAAgC,OAAiB;IAChF,OAAO,UAAU,OAAO,EAA0B,CAAC;AACrD,CAAC"}
|
|
@@ -7,6 +7,9 @@ export declare const CONNECTED_SERVICE_ERROR_CODES: {
|
|
|
7
7
|
readonly oauthStateMismatch: "connect_oauth_state_mismatch";
|
|
8
8
|
readonly oauthTimeout: "connect_oauth_timeout";
|
|
9
9
|
readonly oauthExchangeFailed: "connect_oauth_exchange_failed";
|
|
10
|
+
readonly oauthInvalidGrant: "connect_oauth_invalid_grant";
|
|
11
|
+
readonly oauthInvalidClient: "connect_oauth_invalid_client";
|
|
12
|
+
readonly oauthMissingRefreshToken: "connect_oauth_missing_refresh_token";
|
|
10
13
|
};
|
|
11
14
|
export declare const ConnectedServiceErrorCodeSchema: z.ZodEnum<{
|
|
12
15
|
connect_credential_not_found: "connect_credential_not_found";
|
|
@@ -16,6 +19,9 @@ export declare const ConnectedServiceErrorCodeSchema: z.ZodEnum<{
|
|
|
16
19
|
connect_oauth_state_mismatch: "connect_oauth_state_mismatch";
|
|
17
20
|
connect_oauth_timeout: "connect_oauth_timeout";
|
|
18
21
|
connect_oauth_exchange_failed: "connect_oauth_exchange_failed";
|
|
22
|
+
connect_oauth_invalid_grant: "connect_oauth_invalid_grant";
|
|
23
|
+
connect_oauth_invalid_client: "connect_oauth_invalid_client";
|
|
24
|
+
connect_oauth_missing_refresh_token: "connect_oauth_missing_refresh_token";
|
|
19
25
|
}>;
|
|
20
26
|
export type ConnectedServiceErrorCode = z.infer<typeof ConnectedServiceErrorCodeSchema>;
|
|
21
27
|
//# sourceMappingURL=connectedServiceErrors.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connectedServiceErrors.d.ts","sourceRoot":"","sources":["../../src/connect/connectedServiceErrors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,6BAA6B
|
|
1
|
+
{"version":3,"file":"connectedServiceErrors.d.ts","sourceRoot":"","sources":["../../src/connect/connectedServiceErrors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,6BAA6B;;;;;;;;;;;CAWhC,CAAC;AAEX,eAAO,MAAM,+BAA+B;;;;;;;;;;;EAW1C,CAAC;AAEH,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC"}
|
|
@@ -7,6 +7,9 @@ export const CONNECTED_SERVICE_ERROR_CODES = {
|
|
|
7
7
|
oauthStateMismatch: 'connect_oauth_state_mismatch',
|
|
8
8
|
oauthTimeout: 'connect_oauth_timeout',
|
|
9
9
|
oauthExchangeFailed: 'connect_oauth_exchange_failed',
|
|
10
|
+
oauthInvalidGrant: 'connect_oauth_invalid_grant',
|
|
11
|
+
oauthInvalidClient: 'connect_oauth_invalid_client',
|
|
12
|
+
oauthMissingRefreshToken: 'connect_oauth_missing_refresh_token',
|
|
10
13
|
};
|
|
11
14
|
export const ConnectedServiceErrorCodeSchema = z.enum([
|
|
12
15
|
CONNECTED_SERVICE_ERROR_CODES.credentialNotFound,
|
|
@@ -16,5 +19,8 @@ export const ConnectedServiceErrorCodeSchema = z.enum([
|
|
|
16
19
|
CONNECTED_SERVICE_ERROR_CODES.oauthStateMismatch,
|
|
17
20
|
CONNECTED_SERVICE_ERROR_CODES.oauthTimeout,
|
|
18
21
|
CONNECTED_SERVICE_ERROR_CODES.oauthExchangeFailed,
|
|
22
|
+
CONNECTED_SERVICE_ERROR_CODES.oauthInvalidGrant,
|
|
23
|
+
CONNECTED_SERVICE_ERROR_CODES.oauthInvalidClient,
|
|
24
|
+
CONNECTED_SERVICE_ERROR_CODES.oauthMissingRefreshToken,
|
|
19
25
|
]);
|
|
20
26
|
//# sourceMappingURL=connectedServiceErrors.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connectedServiceErrors.js","sourceRoot":"","sources":["../../src/connect/connectedServiceErrors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,6BAA6B,GAAG;IACzC,kBAAkB,EAAE,8BAA8B;IAClD,iBAAiB,EAAE,4BAA4B;IAC/C,2BAA2B,EAAE,uCAAuC;IACpE,yBAAyB,EAAE,qCAAqC;IAChE,kBAAkB,EAAE,8BAA8B;IAClD,YAAY,EAAE,uBAAuB;IACrC,mBAAmB,EAAE,+BAA+B;
|
|
1
|
+
{"version":3,"file":"connectedServiceErrors.js","sourceRoot":"","sources":["../../src/connect/connectedServiceErrors.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,MAAM,CAAC,MAAM,6BAA6B,GAAG;IACzC,kBAAkB,EAAE,8BAA8B;IAClD,iBAAiB,EAAE,4BAA4B;IAC/C,2BAA2B,EAAE,uCAAuC;IACpE,yBAAyB,EAAE,qCAAqC;IAChE,kBAAkB,EAAE,8BAA8B;IAClD,YAAY,EAAE,uBAAuB;IACrC,mBAAmB,EAAE,+BAA+B;IACpD,iBAAiB,EAAE,6BAA6B;IAChD,kBAAkB,EAAE,8BAA8B;IAClD,wBAAwB,EAAE,qCAAqC;CACzD,CAAC;AAEX,MAAM,CAAC,MAAM,+BAA+B,GAAG,CAAC,CAAC,IAAI,CAAC;IAClD,6BAA6B,CAAC,kBAAkB;IAChD,6BAA6B,CAAC,iBAAiB;IAC/C,6BAA6B,CAAC,2BAA2B;IACzD,6BAA6B,CAAC,yBAAyB;IACvD,6BAA6B,CAAC,kBAAkB;IAChD,6BAA6B,CAAC,YAAY;IAC1C,6BAA6B,CAAC,mBAAmB;IACjD,6BAA6B,CAAC,iBAAiB;IAC/C,6BAA6B,CAAC,kBAAkB;IAChD,6BAA6B,CAAC,wBAAwB;CACzD,CAAC,CAAC"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
export declare const ConnectedServiceIdSchema: z.ZodEnum<{
|
|
3
3
|
"openai-codex": "openai-codex";
|
|
4
|
+
openai: "openai";
|
|
4
5
|
anthropic: "anthropic";
|
|
6
|
+
"claude-subscription": "claude-subscription";
|
|
5
7
|
gemini: "gemini";
|
|
6
8
|
}>;
|
|
7
9
|
export type ConnectedServiceId = z.infer<typeof ConnectedServiceIdSchema>;
|
|
@@ -20,7 +22,9 @@ export declare const ConnectedServiceCredentialRecordV1Schema: z.ZodDiscriminate
|
|
|
20
22
|
v: z.ZodLiteral<1>;
|
|
21
23
|
serviceId: z.ZodEnum<{
|
|
22
24
|
"openai-codex": "openai-codex";
|
|
25
|
+
openai: "openai";
|
|
23
26
|
anthropic: "anthropic";
|
|
27
|
+
"claude-subscription": "claude-subscription";
|
|
24
28
|
gemini: "gemini";
|
|
25
29
|
}>;
|
|
26
30
|
profileId: z.ZodString;
|
|
@@ -43,7 +47,9 @@ export declare const ConnectedServiceCredentialRecordV1Schema: z.ZodDiscriminate
|
|
|
43
47
|
v: z.ZodLiteral<1>;
|
|
44
48
|
serviceId: z.ZodEnum<{
|
|
45
49
|
"openai-codex": "openai-codex";
|
|
50
|
+
openai: "openai";
|
|
46
51
|
anthropic: "anthropic";
|
|
52
|
+
"claude-subscription": "claude-subscription";
|
|
47
53
|
gemini: "gemini";
|
|
48
54
|
}>;
|
|
49
55
|
profileId: z.ZodString;
|
|
@@ -105,7 +111,9 @@ export declare const ConnectedServiceQuotaSnapshotV1Schema: z.ZodObject<{
|
|
|
105
111
|
v: z.ZodLiteral<1>;
|
|
106
112
|
serviceId: z.ZodEnum<{
|
|
107
113
|
"openai-codex": "openai-codex";
|
|
114
|
+
openai: "openai";
|
|
108
115
|
anthropic: "anthropic";
|
|
116
|
+
"claude-subscription": "claude-subscription";
|
|
109
117
|
gemini: "gemini";
|
|
110
118
|
}>;
|
|
111
119
|
profileId: z.ZodString;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connectedServiceSchemas.d.ts","sourceRoot":"","sources":["../../src/connect/connectedServiceSchemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,wBAAwB
|
|
1
|
+
{"version":3,"file":"connectedServiceSchemas.d.ts","sourceRoot":"","sources":["../../src/connect/connectedServiceSchemas.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,eAAO,MAAM,wBAAwB;;;;;;EAMnC,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wBAAwB,CAAC,CAAC;AAE1E,eAAO,MAAM,sCAAsC;;EAAgC,CAAC;AACpF,MAAM,MAAM,gCAAgC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sCAAsC,CAAC,CAAC;AAEtG,eAAO,MAAM,oCAAoC;;;EAA6B,CAAC;AAC/E,MAAM,MAAM,8BAA8B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,oCAAoC,CAAC,CAAC;AAElG,eAAO,MAAM,+BAA+B,aAIyB,CAAC;AAEtE,MAAM,MAAM,yBAAyB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,+BAA+B,CAAC,CAAC;AA6BxF,eAAO,MAAM,wCAAwC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2BAWnD,CAAC;AAEH,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAC;AAE1G,eAAO,MAAM,wCAAwC;;;;;iBAGnD,CAAC;AAEH,MAAM,MAAM,kCAAkC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,wCAAwC,CAAC,CAAC;AAE1G,eAAO,MAAM,iCAAiC;;;;;;;EAO5C,CAAC;AAEH,MAAM,MAAM,2BAA2B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,iCAAiC,CAAC,CAAC;AAE5F,eAAO,MAAM,kCAAkC;;;;;;;;;;;;;;;;;;;;;;;iBAe7C,CAAC;AAEH,MAAM,MAAM,4BAA4B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,kCAAkC,CAAC,CAAC;AAE9F,eAAO,MAAM,qCAAqC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;iBAShD,CAAC;AAEH,MAAM,MAAM,+BAA+B,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,qCAAqC,CAAC,CAAC;AAEpG,eAAO,MAAM,2CAA2C;;;;;iBAGtD,CAAC;AAEH,MAAM,MAAM,qCAAqC,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2CAA2C,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"connectedServiceSchemas.js","sourceRoot":"","sources":["../../src/connect/connectedServiceSchemas.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"connectedServiceSchemas.js","sourceRoot":"","sources":["../../src/connect/connectedServiceSchemas.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountScopedCipher.d.ts","sourceRoot":"","sources":["../../src/crypto/accountScopedCipher.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"accountScopedCipher.d.ts","sourceRoot":"","sources":["../../src/crypto/accountScopedCipher.ts"],"names":[],"mappings":"AAQA,MAAM,MAAM,qBAAqB,GAC7B,kBAAkB,GAClB,6BAA6B,GAC7B,8BAA8B,GAC9B,kCAAkC,CAAC;AAEvC,MAAM,MAAM,2BAA2B,GACnC,QAAQ,CAAC;IAAE,IAAI,EAAE,QAAQ,CAAC;IAAC,MAAM,EAAE,UAAU,CAAA;CAAE,CAAC,GAChD,QAAQ,CAAC;IAAE,IAAI,EAAE,SAAS,CAAC;IAAC,UAAU,EAAE,UAAU,CAAA;CAAE,CAAC,CAAC;AAE1D,MAAM,MAAM,6BAA6B,GAAG,mBAAmB,GAAG,kBAAkB,CAAC;AAErF,MAAM,MAAM,uBAAuB,GAC/B,QAAQ,CAAC;IAAE,MAAM,EAAE,6BAA6B,CAAC;IAAC,KAAK,EAAE,OAAO,CAAA;CAAE,CAAC,GACnE,IAAI,CAAC;AAmBT,wBAAgB,yCAAyC,CAAC,cAAc,EAAE,UAAU,GAAG,UAAU,CAIhG;AAsBD,wBAAgB,+BAA+B,CAAC,MAAM,EAAE;IACtD,IAAI,EAAE,qBAAqB,CAAC;IAC5B,QAAQ,EAAE,2BAA2B,CAAC;IACtC,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,UAAU,CAAC;CAC7C,GAAG,MAAM,CAuBT;AAED,wBAAgB,+BAA+B,CAAC,MAAM,EAAE;IACtD,IAAI,EAAE,qBAAqB,CAAC;IAC5B,QAAQ,EAAE,2BAA2B,CAAC;IACtC,UAAU,EAAE,MAAM,CAAC;CACpB,GAAG,uBAAuB,CA2D1B"}
|
|
@@ -2,6 +2,8 @@ import tweetnacl from 'tweetnacl';
|
|
|
2
2
|
import { hmac } from '@noble/hashes/hmac';
|
|
3
3
|
import { sha512 } from '@noble/hashes/sha512';
|
|
4
4
|
import { decodeBase64, encodeBase64 } from './base64.js';
|
|
5
|
+
import { deriveKey } from './keyDerivation.js';
|
|
6
|
+
import { parseSerializedJsonValue } from './serializedJsonValue.js';
|
|
5
7
|
const ACCOUNT_SCOPED_MAGIC_V1 = 0xa1;
|
|
6
8
|
const ACCOUNT_SCOPED_KIND_BYTE = {
|
|
7
9
|
account_settings: 1,
|
|
@@ -15,25 +17,6 @@ function encodeUtf8(value) {
|
|
|
15
17
|
function hmacSha512(key, data) {
|
|
16
18
|
return hmac(sha512, key, data);
|
|
17
19
|
}
|
|
18
|
-
function deriveSecretKeyTreeRoot(seed, usage) {
|
|
19
|
-
const I = hmacSha512(encodeUtf8(`${usage} Master Seed`), seed);
|
|
20
|
-
return { key: I.slice(0, 32), chainCode: I.slice(32) };
|
|
21
|
-
}
|
|
22
|
-
function deriveSecretKeyTreeChild(chainCode, index) {
|
|
23
|
-
const indexBytes = encodeUtf8(index);
|
|
24
|
-
const data = new Uint8Array(1 + indexBytes.length);
|
|
25
|
-
data[0] = 0;
|
|
26
|
-
data.set(indexBytes, 1);
|
|
27
|
-
const I = hmacSha512(chainCode, data);
|
|
28
|
-
return { key: I.slice(0, 32), chainCode: I.slice(32) };
|
|
29
|
-
}
|
|
30
|
-
function deriveKey(master, usage, path) {
|
|
31
|
-
let state = deriveSecretKeyTreeRoot(master, usage);
|
|
32
|
-
for (const index of path) {
|
|
33
|
-
state = deriveSecretKeyTreeChild(state.chainCode, index);
|
|
34
|
-
}
|
|
35
|
-
return state.key;
|
|
36
|
-
}
|
|
37
20
|
export function deriveAccountMachineKeyFromRecoverySecret(recoverySecret) {
|
|
38
21
|
const contentSeed = deriveKey(recoverySecret, 'Happy EnCoder', ['content']);
|
|
39
22
|
// libsodium crypto_box_seed_keypair uses SHA-512(seed) and takes the first 32 bytes as the scalar.
|
|
@@ -51,7 +34,7 @@ function deriveAccountScopedSecretboxKey(params) {
|
|
|
51
34
|
function tryParseJson(value) {
|
|
52
35
|
try {
|
|
53
36
|
const decoded = new TextDecoder().decode(value);
|
|
54
|
-
return
|
|
37
|
+
return parseSerializedJsonValue(decoded);
|
|
55
38
|
}
|
|
56
39
|
catch {
|
|
57
40
|
return null;
|
|
@@ -99,10 +82,9 @@ export function openAccountScopedBlobCiphertext(params) {
|
|
|
99
82
|
const key = deriveAccountScopedSecretboxKey({ machineKey, kind: params.kind });
|
|
100
83
|
const opened = tweetnacl.secretbox.open(boxed, nonce, key);
|
|
101
84
|
const parsed = opened ? tryParseJson(new Uint8Array(opened)) : null;
|
|
102
|
-
if (parsed
|
|
103
|
-
return
|
|
85
|
+
if (parsed !== null) {
|
|
86
|
+
return { format: 'account_scoped_v1', value: parsed };
|
|
104
87
|
}
|
|
105
|
-
return { format: 'account_scoped_v1', value: parsed };
|
|
106
88
|
}
|
|
107
89
|
// Backwards compatibility: legacy secretbox payloads that omitted magic/version bytes.
|
|
108
90
|
// Try opening with either:
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"accountScopedCipher.js","sourceRoot":"","sources":["../../src/crypto/accountScopedCipher.ts"],"names":[],"mappings":"AAAA,OAAO,SAAS,MAAM,WAAW,CAAC;AAClC,OAAO,EAAE,IAAI,EAAE,MAAM,oBAAoB,CAAC;AAC1C,OAAO,EAAE,MAAM,EAAE,MAAM,sBAAsB,CAAC;AAE9C,OAAO,EAAE,YAAY,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"accountScopedCipher.js","sourceRoot":"","sources":["../../src/crypto/accountScopedCipher.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"keyDerivation.d.ts","sourceRoot":"","sources":["../../src/crypto/keyDerivation.ts"],"names":[],"mappings":"AA2BA,wBAAgB,SAAS,CAAC,MAAM,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,SAAS,MAAM,EAAE,GAAG,UAAU,CAMhG"}
|