@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.
Files changed (1922) hide show
  1. package/README.md +13 -9
  2. package/bin/happier.mjs +3 -0
  3. package/bin/hstack.mjs +96 -14
  4. package/docs/happy-development.md +2 -2
  5. package/docs/isolated-linux-vm.md +11 -3
  6. package/docs/mobile-ios.md +3 -1
  7. package/docs/paths-and-env.md +1 -1
  8. package/docs/remote-access.md +5 -2
  9. package/docs/stacks.md +2 -1
  10. package/docs/worktrees-and-forks.md +1 -1
  11. package/extras/swiftbar/hstack.5s.sh +38 -14
  12. package/extras/swiftbar/install.sh +12 -0
  13. package/extras/swiftbar/lib/system.sh +159 -7
  14. package/extras/swiftbar/lib/utils.sh +2 -2
  15. package/node_modules/@happier-dev/agents/dist/.tsbuildinfo +1 -0
  16. package/node_modules/@happier-dev/agents/dist/acp.d.ts +19 -0
  17. package/node_modules/@happier-dev/agents/dist/acp.d.ts.map +1 -0
  18. package/node_modules/@happier-dev/agents/dist/acp.js +37 -0
  19. package/node_modules/@happier-dev/agents/dist/acp.js.map +1 -0
  20. package/node_modules/@happier-dev/agents/dist/advancedModes.d.ts.map +1 -1
  21. package/node_modules/@happier-dev/agents/dist/advancedModes.js +4 -8
  22. package/node_modules/@happier-dev/agents/dist/advancedModes.js.map +1 -1
  23. package/node_modules/@happier-dev/agents/dist/auth.d.ts +16 -0
  24. package/node_modules/@happier-dev/agents/dist/auth.d.ts.map +1 -0
  25. package/node_modules/@happier-dev/agents/dist/auth.js +109 -0
  26. package/node_modules/@happier-dev/agents/dist/auth.js.map +1 -0
  27. package/node_modules/@happier-dev/agents/dist/backendTargets.d.ts +2 -0
  28. package/node_modules/@happier-dev/agents/dist/backendTargets.d.ts.map +1 -0
  29. package/node_modules/@happier-dev/agents/dist/backendTargets.js +2 -0
  30. package/node_modules/@happier-dev/agents/dist/backendTargets.js.map +1 -0
  31. package/node_modules/@happier-dev/agents/dist/index.d.ts +29 -4
  32. package/node_modules/@happier-dev/agents/dist/index.d.ts.map +1 -1
  33. package/node_modules/@happier-dev/agents/dist/index.js +28 -3
  34. package/node_modules/@happier-dev/agents/dist/index.js.map +1 -1
  35. package/node_modules/@happier-dev/agents/dist/localCli.d.ts +17 -0
  36. package/node_modules/@happier-dev/agents/dist/localCli.d.ts.map +1 -0
  37. package/node_modules/@happier-dev/agents/dist/localCli.js +107 -0
  38. package/node_modules/@happier-dev/agents/dist/localCli.js.map +1 -0
  39. package/node_modules/@happier-dev/agents/dist/localControl.d.ts +9 -0
  40. package/node_modules/@happier-dev/agents/dist/localControl.d.ts.map +1 -0
  41. package/node_modules/@happier-dev/agents/dist/localControl.js +16 -0
  42. package/node_modules/@happier-dev/agents/dist/localControl.js.map +1 -0
  43. package/node_modules/@happier-dev/agents/dist/manifest.d.ts +385 -31
  44. package/node_modules/@happier-dev/agents/dist/manifest.d.ts.map +1 -1
  45. package/node_modules/@happier-dev/agents/dist/manifest.js +200 -30
  46. package/node_modules/@happier-dev/agents/dist/manifest.js.map +1 -1
  47. package/node_modules/@happier-dev/agents/dist/models.d.ts +21 -0
  48. package/node_modules/@happier-dev/agents/dist/models.d.ts.map +1 -1
  49. package/node_modules/@happier-dev/agents/dist/models.js +170 -24
  50. package/node_modules/@happier-dev/agents/dist/models.js.map +1 -1
  51. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/claudeRemote.d.ts +246 -14
  52. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/claudeRemote.d.ts.map +1 -1
  53. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/claudeRemote.js +222 -40
  54. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/claudeRemote.js.map +1 -1
  55. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/codex.d.ts +41 -8
  56. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/codex.d.ts.map +1 -1
  57. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/codex.js +43 -18
  58. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/codex.js.map +1 -1
  59. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/opencode.d.ts +75 -0
  60. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/opencode.d.ts.map +1 -0
  61. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/opencode.js +120 -0
  62. package/node_modules/@happier-dev/agents/dist/providerSettings/definitions/opencode.js.map +1 -0
  63. package/node_modules/@happier-dev/agents/dist/providerSettings/index.d.ts +6 -4
  64. package/node_modules/@happier-dev/agents/dist/providerSettings/index.d.ts.map +1 -1
  65. package/node_modules/@happier-dev/agents/dist/providerSettings/index.js +4 -3
  66. package/node_modules/@happier-dev/agents/dist/providerSettings/index.js.map +1 -1
  67. package/node_modules/@happier-dev/agents/dist/providerSettings/registry.d.ts +2 -1
  68. package/node_modules/@happier-dev/agents/dist/providerSettings/registry.d.ts.map +1 -1
  69. package/node_modules/@happier-dev/agents/dist/providerSettings/registry.js +8 -15
  70. package/node_modules/@happier-dev/agents/dist/providerSettings/registry.js.map +1 -1
  71. package/node_modules/@happier-dev/agents/dist/providerSettings/types.d.ts +2 -5
  72. package/node_modules/@happier-dev/agents/dist/providerSettings/types.d.ts.map +1 -1
  73. package/node_modules/@happier-dev/agents/dist/providers/claude/effort.d.ts +6 -0
  74. package/node_modules/@happier-dev/agents/dist/providers/claude/effort.d.ts.map +1 -0
  75. package/node_modules/@happier-dev/agents/dist/providers/claude/effort.js +30 -0
  76. package/node_modules/@happier-dev/agents/dist/providers/claude/effort.js.map +1 -0
  77. package/node_modules/@happier-dev/agents/dist/providers/claude/index.d.ts +3 -0
  78. package/node_modules/@happier-dev/agents/dist/providers/claude/index.d.ts.map +1 -0
  79. package/node_modules/@happier-dev/agents/dist/providers/claude/index.js +3 -0
  80. package/node_modules/@happier-dev/agents/dist/providers/claude/index.js.map +1 -0
  81. package/node_modules/@happier-dev/agents/dist/providers/claude/permissionRequestSource.d.ts +7 -0
  82. package/node_modules/@happier-dev/agents/dist/providers/claude/permissionRequestSource.d.ts.map +1 -0
  83. package/node_modules/@happier-dev/agents/dist/providers/claude/permissionRequestSource.js +8 -0
  84. package/node_modules/@happier-dev/agents/dist/providers/claude/permissionRequestSource.js.map +1 -0
  85. package/node_modules/@happier-dev/agents/dist/providers/index.d.ts +1 -0
  86. package/node_modules/@happier-dev/agents/dist/providers/index.d.ts.map +1 -1
  87. package/node_modules/@happier-dev/agents/dist/providers/index.js +1 -0
  88. package/node_modules/@happier-dev/agents/dist/providers/index.js.map +1 -1
  89. package/node_modules/@happier-dev/agents/dist/providers/providerCliInstallGuidance.d.ts +4 -0
  90. package/node_modules/@happier-dev/agents/dist/providers/providerCliInstallGuidance.d.ts.map +1 -0
  91. package/node_modules/@happier-dev/agents/dist/providers/providerCliInstallGuidance.js +56 -0
  92. package/node_modules/@happier-dev/agents/dist/providers/providerCliInstallGuidance.js.map +1 -0
  93. package/node_modules/@happier-dev/agents/dist/providers/providerCliRuntime.d.ts +36 -0
  94. package/node_modules/@happier-dev/agents/dist/providers/providerCliRuntime.d.ts.map +1 -0
  95. package/node_modules/@happier-dev/agents/dist/providers/providerCliRuntime.js +212 -0
  96. package/node_modules/@happier-dev/agents/dist/providers/providerCliRuntime.js.map +1 -0
  97. package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromFlavor.d.ts +3 -0
  98. package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromFlavor.d.ts.map +1 -0
  99. package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromFlavor.js +24 -0
  100. package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromFlavor.js.map +1 -0
  101. package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromSessionMetadata.d.ts +4 -0
  102. package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromSessionMetadata.d.ts.map +1 -0
  103. package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromSessionMetadata.js +39 -0
  104. package/node_modules/@happier-dev/agents/dist/resolveAgentIdFromSessionMetadata.js.map +1 -0
  105. package/node_modules/@happier-dev/agents/dist/runtimeKinds.d.ts +30 -0
  106. package/node_modules/@happier-dev/agents/dist/runtimeKinds.d.ts.map +1 -0
  107. package/node_modules/@happier-dev/agents/dist/runtimeKinds.js +51 -0
  108. package/node_modules/@happier-dev/agents/dist/runtimeKinds.js.map +1 -0
  109. package/node_modules/@happier-dev/agents/dist/sessionControls/agentRuntimeDescriptor.d.ts +87 -0
  110. package/node_modules/@happier-dev/agents/dist/sessionControls/agentRuntimeDescriptor.d.ts.map +1 -0
  111. package/node_modules/@happier-dev/agents/dist/sessionControls/agentRuntimeDescriptor.js +151 -0
  112. package/node_modules/@happier-dev/agents/dist/sessionControls/agentRuntimeDescriptor.js.map +1 -0
  113. package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeDescriptorExtra.d.ts +30 -0
  114. package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeDescriptorExtra.d.ts.map +1 -0
  115. package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeDescriptorExtra.js +63 -0
  116. package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeDescriptorExtra.js.map +1 -0
  117. package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeIdentity.d.ts +12 -0
  118. package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeIdentity.d.ts.map +1 -0
  119. package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeIdentity.js +80 -0
  120. package/node_modules/@happier-dev/agents/dist/sessionControls/codexRuntimeIdentity.js.map +1 -0
  121. package/node_modules/@happier-dev/agents/dist/sessionControls/existingSessionAutomationPolicy.d.ts +16 -0
  122. package/node_modules/@happier-dev/agents/dist/sessionControls/existingSessionAutomationPolicy.d.ts.map +1 -0
  123. package/node_modules/@happier-dev/agents/dist/sessionControls/existingSessionAutomationPolicy.js +57 -0
  124. package/node_modules/@happier-dev/agents/dist/sessionControls/existingSessionAutomationPolicy.js.map +1 -0
  125. package/node_modules/@happier-dev/agents/dist/sessionControls/metadataKeys.d.ts +13 -0
  126. package/node_modules/@happier-dev/agents/dist/sessionControls/metadataKeys.d.ts.map +1 -0
  127. package/node_modules/@happier-dev/agents/dist/sessionControls/metadataKeys.js +41 -0
  128. package/node_modules/@happier-dev/agents/dist/sessionControls/metadataKeys.js.map +1 -0
  129. package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeRuntimeDescriptorExtra.d.ts +24 -0
  130. package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeRuntimeDescriptorExtra.d.ts.map +1 -0
  131. package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeRuntimeDescriptorExtra.js +56 -0
  132. package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeRuntimeDescriptorExtra.js.map +1 -0
  133. package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeSessionRuntimeHandle.d.ts +12 -0
  134. package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeSessionRuntimeHandle.d.ts.map +1 -0
  135. package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeSessionRuntimeHandle.js +48 -0
  136. package/node_modules/@happier-dev/agents/dist/sessionControls/opencodeSessionRuntimeHandle.js.map +1 -0
  137. package/node_modules/@happier-dev/agents/dist/sessionControls/providerSessionBackends.d.ts +29 -0
  138. package/node_modules/@happier-dev/agents/dist/sessionControls/providerSessionBackends.d.ts.map +1 -0
  139. package/node_modules/@happier-dev/agents/dist/sessionControls/providerSessionBackends.js +87 -0
  140. package/node_modules/@happier-dev/agents/dist/sessionControls/providerSessionBackends.js.map +1 -0
  141. package/node_modules/@happier-dev/agents/dist/sessionControls/publish.d.ts.map +1 -1
  142. package/node_modules/@happier-dev/agents/dist/sessionControls/publish.js +23 -14
  143. package/node_modules/@happier-dev/agents/dist/sessionControls/publish.js.map +1 -1
  144. package/node_modules/@happier-dev/agents/dist/sessionControls/sessionCapabilities.d.ts +13 -0
  145. package/node_modules/@happier-dev/agents/dist/sessionControls/sessionCapabilities.d.ts.map +1 -0
  146. package/node_modules/@happier-dev/agents/dist/sessionControls/sessionCapabilities.js +54 -0
  147. package/node_modules/@happier-dev/agents/dist/sessionControls/sessionCapabilities.js.map +1 -0
  148. package/node_modules/@happier-dev/agents/dist/sessionControls/vendorHandoffPolicy.d.ts +18 -0
  149. package/node_modules/@happier-dev/agents/dist/sessionControls/vendorHandoffPolicy.d.ts.map +1 -0
  150. package/node_modules/@happier-dev/agents/dist/sessionControls/vendorHandoffPolicy.js +56 -0
  151. package/node_modules/@happier-dev/agents/dist/sessionControls/vendorHandoffPolicy.js.map +1 -0
  152. package/node_modules/@happier-dev/agents/dist/sessionControls/vendorResumePolicy.d.ts +16 -0
  153. package/node_modules/@happier-dev/agents/dist/sessionControls/vendorResumePolicy.d.ts.map +1 -0
  154. package/node_modules/@happier-dev/agents/dist/sessionControls/vendorResumePolicy.js +79 -0
  155. package/node_modules/@happier-dev/agents/dist/sessionControls/vendorResumePolicy.js.map +1 -0
  156. package/node_modules/@happier-dev/agents/dist/sessionModes.d.ts +11 -1
  157. package/node_modules/@happier-dev/agents/dist/sessionModes.d.ts.map +1 -1
  158. package/node_modules/@happier-dev/agents/dist/sessionModes.js +42 -11
  159. package/node_modules/@happier-dev/agents/dist/sessionModes.js.map +1 -1
  160. package/node_modules/@happier-dev/agents/dist/sessions/replay/happierReplayPrompt.d.ts +8 -0
  161. package/node_modules/@happier-dev/agents/dist/sessions/replay/happierReplayPrompt.d.ts.map +1 -1
  162. package/node_modules/@happier-dev/agents/dist/sessions/replay/happierReplayPrompt.js +60 -19
  163. package/node_modules/@happier-dev/agents/dist/sessions/replay/happierReplayPrompt.js.map +1 -1
  164. package/node_modules/@happier-dev/agents/dist/tools.d.ts +10 -0
  165. package/node_modules/@happier-dev/agents/dist/tools.d.ts.map +1 -0
  166. package/node_modules/@happier-dev/agents/dist/tools.js +14 -0
  167. package/node_modules/@happier-dev/agents/dist/tools.js.map +1 -0
  168. package/node_modules/@happier-dev/agents/dist/types.d.ts +53 -27
  169. package/node_modules/@happier-dev/agents/dist/types.d.ts.map +1 -1
  170. package/node_modules/@happier-dev/agents/dist/types.js +3 -10
  171. package/node_modules/@happier-dev/agents/dist/types.js.map +1 -1
  172. package/node_modules/@happier-dev/agents/dist/voice/normalizeVoiceAgentTurnTranscriptText.d.ts +2 -0
  173. package/node_modules/@happier-dev/agents/dist/voice/normalizeVoiceAgentTurnTranscriptText.d.ts.map +1 -0
  174. package/node_modules/@happier-dev/agents/dist/voice/normalizeVoiceAgentTurnTranscriptText.js +36 -0
  175. package/node_modules/@happier-dev/agents/dist/voice/normalizeVoiceAgentTurnTranscriptText.js.map +1 -0
  176. package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.d.ts +4 -0
  177. package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.d.ts.map +1 -1
  178. package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.js +127 -60
  179. package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.js.map +1 -1
  180. package/node_modules/@happier-dev/agents/dist/voice/voiceToolDocumentation.d.ts +9 -0
  181. package/node_modules/@happier-dev/agents/dist/voice/voiceToolDocumentation.d.ts.map +1 -0
  182. package/node_modules/@happier-dev/agents/dist/voice/voiceToolDocumentation.js +88 -0
  183. package/node_modules/@happier-dev/agents/dist/voice/voiceToolDocumentation.js.map +1 -0
  184. package/node_modules/@happier-dev/agents/package.json +0 -1
  185. package/node_modules/@happier-dev/cli-common/dist/.tsbuildinfo +1 -0
  186. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildCliBinaryArtifactPayload.d.ts +15 -0
  187. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildCliBinaryArtifactPayload.d.ts.map +1 -0
  188. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildCliBinaryArtifactPayload.js +157 -0
  189. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildCliBinaryArtifactPayload.js.map +1 -0
  190. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildServerBinaryArtifactPayload.d.ts +29 -0
  191. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildServerBinaryArtifactPayload.d.ts.map +1 -0
  192. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildServerBinaryArtifactPayload.js +84 -0
  193. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/buildServerBinaryArtifactPayload.js.map +1 -0
  194. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.d.ts +35 -0
  195. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.d.ts.map +1 -0
  196. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.js +105 -0
  197. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.js.map +1 -0
  198. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.test.d.ts +2 -0
  199. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.test.d.ts.map +1 -0
  200. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.test.js +29 -0
  201. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/commands.test.js.map +1 -0
  202. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.d.ts +15 -0
  203. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.d.ts.map +1 -0
  204. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.js +34 -0
  205. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.js.map +1 -0
  206. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.test.d.ts +2 -0
  207. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.test.d.ts.map +1 -0
  208. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.test.js +76 -0
  209. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/ensureBundledWorkspacePackagesBuilt.test.js.map +1 -0
  210. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/index.d.ts +6 -0
  211. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/index.d.ts.map +1 -0
  212. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/index.js +6 -0
  213. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/index.js.map +1 -0
  214. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/serverSidecars.d.ts +13 -0
  215. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/serverSidecars.d.ts.map +1 -0
  216. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/serverSidecars.js +65 -0
  217. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/serverSidecars.js.map +1 -0
  218. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/targets.d.ts +18 -0
  219. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/targets.d.ts.map +1 -0
  220. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/targets.js +30 -0
  221. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/targets.js.map +1 -0
  222. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/withCliDistBuildLock.d.ts +9 -0
  223. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/withCliDistBuildLock.d.ts.map +1 -0
  224. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/withCliDistBuildLock.js +101 -0
  225. package/node_modules/@happier-dev/cli-common/dist/componentArtifacts/withCliDistBuildLock.js.map +1 -0
  226. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/componentCatalog.d.ts +93 -0
  227. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/componentCatalog.d.ts.map +1 -0
  228. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/componentCatalog.js +98 -0
  229. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/componentCatalog.js.map +1 -0
  230. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/extractReleasePayloadRootFromArchive.d.ts +6 -0
  231. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/extractReleasePayloadRootFromArchive.d.ts.map +1 -0
  232. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/extractReleasePayloadRootFromArchive.js +40 -0
  233. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/extractReleasePayloadRootFromArchive.js.map +1 -0
  234. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/index.d.ts +30 -0
  235. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/index.d.ts.map +1 -0
  236. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/index.js +18 -0
  237. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/index.js.map +1 -0
  238. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installLayout.d.ts +28 -0
  239. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installLayout.d.ts.map +1 -0
  240. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installLayout.js +35 -0
  241. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installLayout.js.map +1 -0
  242. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installVersionedPayload.d.ts +12 -0
  243. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installVersionedPayload.d.ts.map +1 -0
  244. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installVersionedPayload.js +37 -0
  245. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/installVersionedPayload.js.map +1 -0
  246. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/listInstalledVersionIdsNewestFirst.d.ts +9 -0
  247. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/listInstalledVersionIdsNewestFirst.d.ts.map +1 -0
  248. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/listInstalledVersionIdsNewestFirst.js +17 -0
  249. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/listInstalledVersionIdsNewestFirst.js.map +1 -0
  250. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.d.ts +28 -0
  251. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.d.ts.map +1 -0
  252. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.js +186 -0
  253. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.js.map +1 -0
  254. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.test.d.ts +2 -0
  255. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.test.d.ts.map +1 -0
  256. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.test.js +151 -0
  257. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/prepareFirstPartyComponentPayloadFromGitHubRelease.test.js.map +1 -0
  258. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/promoteVersionedPayload.d.ts +16 -0
  259. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/promoteVersionedPayload.d.ts.map +1 -0
  260. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/promoteVersionedPayload.js +65 -0
  261. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/promoteVersionedPayload.js.map +1 -0
  262. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/pruneRetainedVersions.d.ts +17 -0
  263. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/pruneRetainedVersions.d.ts.map +1 -0
  264. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/pruneRetainedVersions.js +26 -0
  265. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/pruneRetainedVersions.js.map +1 -0
  266. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.d.ts +96 -0
  267. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.d.ts.map +1 -0
  268. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.js +163 -0
  269. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.js.map +1 -0
  270. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.test.d.ts +2 -0
  271. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.test.d.ts.map +1 -0
  272. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.test.js +145 -0
  273. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntime.test.js.map +1 -0
  274. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntimeInstall.d.ts +16 -0
  275. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntimeInstall.d.ts.map +1 -0
  276. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntimeInstall.js +191 -0
  277. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/relayRuntimeInstall.js.map +1 -0
  278. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.d.ts +17 -0
  279. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.d.ts.map +1 -0
  280. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.js +90 -0
  281. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.js.map +1 -0
  282. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.test.d.ts +2 -0
  283. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.test.d.ts.map +1 -0
  284. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.test.js +96 -0
  285. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/releaseAssetBundle.test.js.map +1 -0
  286. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/resolveInstalledComponentPaths.d.ts +18 -0
  287. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/resolveInstalledComponentPaths.d.ts.map +1 -0
  288. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/resolveInstalledComponentPaths.js +24 -0
  289. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/resolveInstalledComponentPaths.js.map +1 -0
  290. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/retentionPolicy.d.ts +11 -0
  291. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/retentionPolicy.d.ts.map +1 -0
  292. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/retentionPolicy.js +23 -0
  293. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/retentionPolicy.js.map +1 -0
  294. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/rollbackVersionedPayload.d.ts +13 -0
  295. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/rollbackVersionedPayload.d.ts.map +1 -0
  296. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/rollbackVersionedPayload.js +65 -0
  297. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/rollbackVersionedPayload.js.map +1 -0
  298. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/runtimeKinds.d.ts +4 -0
  299. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/runtimeKinds.d.ts.map +1 -0
  300. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/runtimeKinds.js +5 -0
  301. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/runtimeKinds.js.map +1 -0
  302. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/selfHostServerEnv.d.ts +14 -0
  303. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/selfHostServerEnv.d.ts.map +1 -0
  304. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/selfHostServerEnv.js +114 -0
  305. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/selfHostServerEnv.js.map +1 -0
  306. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledFirstPartyShims.d.ts +12 -0
  307. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledFirstPartyShims.d.ts.map +1 -0
  308. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledFirstPartyShims.js +24 -0
  309. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledFirstPartyShims.js.map +1 -0
  310. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledPayloadPointer.d.ts +7 -0
  311. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledPayloadPointer.d.ts.map +1 -0
  312. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledPayloadPointer.js +13 -0
  313. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/syncInstalledPayloadPointer.js.map +1 -0
  314. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/versionMarkers.d.ts +11 -0
  315. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/versionMarkers.d.ts.map +1 -0
  316. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/versionMarkers.js +31 -0
  317. package/node_modules/@happier-dev/cli-common/dist/firstPartyRuntime/versionMarkers.js.map +1 -0
  318. package/node_modules/@happier-dev/cli-common/dist/index.d.ts +4 -0
  319. package/node_modules/@happier-dev/cli-common/dist/index.d.ts.map +1 -1
  320. package/node_modules/@happier-dev/cli-common/dist/index.js +4 -0
  321. package/node_modules/@happier-dev/cli-common/dist/index.js.map +1 -1
  322. package/node_modules/@happier-dev/cli-common/dist/links/index.d.ts.map +1 -1
  323. package/node_modules/@happier-dev/cli-common/dist/links/index.js +72 -8
  324. package/node_modules/@happier-dev/cli-common/dist/links/index.js.map +1 -1
  325. package/node_modules/@happier-dev/cli-common/dist/process/commandExists.d.ts +5 -0
  326. package/node_modules/@happier-dev/cli-common/dist/process/commandExists.d.ts.map +1 -0
  327. package/node_modules/@happier-dev/cli-common/dist/process/commandExists.js +24 -0
  328. package/node_modules/@happier-dev/cli-common/dist/process/commandExists.js.map +1 -0
  329. package/node_modules/@happier-dev/cli-common/dist/process/index.d.ts +4 -0
  330. package/node_modules/@happier-dev/cli-common/dist/process/index.d.ts.map +1 -0
  331. package/node_modules/@happier-dev/cli-common/dist/process/index.js +3 -0
  332. package/node_modules/@happier-dev/cli-common/dist/process/index.js.map +1 -0
  333. package/node_modules/@happier-dev/cli-common/dist/process/windows/resolveWindowsCommandInvocation.d.ts +14 -0
  334. package/node_modules/@happier-dev/cli-common/dist/process/windows/resolveWindowsCommandInvocation.d.ts.map +1 -0
  335. package/node_modules/@happier-dev/cli-common/dist/process/windows/resolveWindowsCommandInvocation.js +128 -0
  336. package/node_modules/@happier-dev/cli-common/dist/process/windows/resolveWindowsCommandInvocation.js.map +1 -0
  337. package/node_modules/@happier-dev/cli-common/dist/providers/codexRelease.d.ts +9 -0
  338. package/node_modules/@happier-dev/cli-common/dist/providers/codexRelease.d.ts.map +1 -0
  339. package/node_modules/@happier-dev/cli-common/dist/providers/codexRelease.js +72 -0
  340. package/node_modules/@happier-dev/cli-common/dist/providers/codexRelease.js.map +1 -0
  341. package/node_modules/@happier-dev/cli-common/dist/providers/createManagedToolScratchDir.d.ts +5 -0
  342. package/node_modules/@happier-dev/cli-common/dist/providers/createManagedToolScratchDir.d.ts.map +1 -0
  343. package/node_modules/@happier-dev/cli-common/dist/providers/createManagedToolScratchDir.js +16 -0
  344. package/node_modules/@happier-dev/cli-common/dist/providers/createManagedToolScratchDir.js.map +1 -0
  345. package/node_modules/@happier-dev/cli-common/dist/providers/downloadGitHubReleaseAsset.d.ts +7 -0
  346. package/node_modules/@happier-dev/cli-common/dist/providers/downloadGitHubReleaseAsset.d.ts.map +1 -0
  347. package/node_modules/@happier-dev/cli-common/dist/providers/downloadGitHubReleaseAsset.js +87 -0
  348. package/node_modules/@happier-dev/cli-common/dist/providers/downloadGitHubReleaseAsset.js.map +1 -0
  349. package/node_modules/@happier-dev/cli-common/dist/providers/extractGitHubReleaseAsset.d.ts +7 -0
  350. package/node_modules/@happier-dev/cli-common/dist/providers/extractGitHubReleaseAsset.d.ts.map +1 -0
  351. package/node_modules/@happier-dev/cli-common/dist/providers/extractGitHubReleaseAsset.js +37 -0
  352. package/node_modules/@happier-dev/cli-common/dist/providers/extractGitHubReleaseAsset.js.map +1 -0
  353. package/node_modules/@happier-dev/cli-common/dist/providers/index.d.ts +9 -50
  354. package/node_modules/@happier-dev/cli-common/dist/providers/index.d.ts.map +1 -1
  355. package/node_modules/@happier-dev/cli-common/dist/providers/index.js +7 -128
  356. package/node_modules/@happier-dev/cli-common/dist/providers/index.js.map +1 -1
  357. package/node_modules/@happier-dev/cli-common/dist/providers/install.d.ts +70 -0
  358. package/node_modules/@happier-dev/cli-common/dist/providers/install.d.ts.map +1 -0
  359. package/node_modules/@happier-dev/cli-common/dist/providers/install.gating.test.d.ts +2 -0
  360. package/node_modules/@happier-dev/cli-common/dist/providers/install.gating.test.d.ts.map +1 -0
  361. package/node_modules/@happier-dev/cli-common/dist/providers/install.gating.test.js +178 -0
  362. package/node_modules/@happier-dev/cli-common/dist/providers/install.gating.test.js.map +1 -0
  363. package/node_modules/@happier-dev/cli-common/dist/providers/install.js +444 -0
  364. package/node_modules/@happier-dev/cli-common/dist/providers/install.js.map +1 -0
  365. package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.d.ts +25 -0
  366. package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.d.ts.map +1 -0
  367. package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.js +279 -0
  368. package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.js.map +1 -0
  369. package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.systemNodeFallback.test.d.ts +2 -0
  370. package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.systemNodeFallback.test.d.ts.map +1 -0
  371. package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.systemNodeFallback.test.js +119 -0
  372. package/node_modules/@happier-dev/cli-common/dist/providers/managedJavaScriptRuntime.systemNodeFallback.test.js.map +1 -0
  373. package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.d.ts +14 -0
  374. package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.d.ts.map +1 -0
  375. package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.js +232 -0
  376. package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.js.map +1 -0
  377. package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.test.d.ts +2 -0
  378. package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.test.d.ts.map +1 -0
  379. package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.test.js +138 -0
  380. package/node_modules/@happier-dev/cli-common/dist/providers/managedPnpm.test.js.map +1 -0
  381. package/node_modules/@happier-dev/cli-common/dist/providers/nodeRelease.d.ts +13 -0
  382. package/node_modules/@happier-dev/cli-common/dist/providers/nodeRelease.d.ts.map +1 -0
  383. package/node_modules/@happier-dev/cli-common/dist/providers/nodeRelease.js +109 -0
  384. package/node_modules/@happier-dev/cli-common/dist/providers/nodeRelease.js.map +1 -0
  385. package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.d.ts +11 -0
  386. package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.d.ts.map +1 -0
  387. package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.js +68 -0
  388. package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.js.map +1 -0
  389. package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.test.d.ts +2 -0
  390. package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.test.d.ts.map +1 -0
  391. package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.test.js +44 -0
  392. package/node_modules/@happier-dev/cli-common/dist/providers/pnpmRelease.test.js.map +1 -0
  393. package/node_modules/@happier-dev/cli-common/dist/providers/resolution.d.ts +23 -0
  394. package/node_modules/@happier-dev/cli-common/dist/providers/resolution.d.ts.map +1 -0
  395. package/node_modules/@happier-dev/cli-common/dist/providers/resolution.js +206 -0
  396. package/node_modules/@happier-dev/cli-common/dist/providers/resolution.js.map +1 -0
  397. package/node_modules/@happier-dev/cli-common/dist/providers/resolution.test.d.ts +2 -0
  398. package/node_modules/@happier-dev/cli-common/dist/providers/resolution.test.d.ts.map +1 -0
  399. package/node_modules/@happier-dev/cli-common/dist/providers/resolution.test.js +20 -0
  400. package/node_modules/@happier-dev/cli-common/dist/providers/resolution.test.js.map +1 -0
  401. package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.d.ts +2 -0
  402. package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.d.ts.map +1 -0
  403. package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.js +23 -0
  404. package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.js.map +1 -0
  405. package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.test.d.ts +2 -0
  406. package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.test.d.ts.map +1 -0
  407. package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.test.js +19 -0
  408. package/node_modules/@happier-dev/cli-common/dist/providers/resolveHappyHomeDir.test.js.map +1 -0
  409. package/node_modules/@happier-dev/cli-common/dist/relayHost/index.d.ts +2 -0
  410. package/node_modules/@happier-dev/cli-common/dist/relayHost/index.d.ts.map +1 -0
  411. package/node_modules/@happier-dev/cli-common/dist/relayHost/index.js +2 -0
  412. package/node_modules/@happier-dev/cli-common/dist/relayHost/index.js.map +1 -0
  413. package/node_modules/@happier-dev/cli-common/dist/relayHost/relayHostEngine.d.ts +65 -0
  414. package/node_modules/@happier-dev/cli-common/dist/relayHost/relayHostEngine.d.ts.map +1 -0
  415. package/node_modules/@happier-dev/cli-common/dist/relayHost/relayHostEngine.js +719 -0
  416. package/node_modules/@happier-dev/cli-common/dist/relayHost/relayHostEngine.js.map +1 -0
  417. package/node_modules/@happier-dev/cli-common/dist/service/index.d.ts +1 -0
  418. package/node_modules/@happier-dev/cli-common/dist/service/index.d.ts.map +1 -1
  419. package/node_modules/@happier-dev/cli-common/dist/service/index.js +1 -0
  420. package/node_modules/@happier-dev/cli-common/dist/service/index.js.map +1 -1
  421. package/node_modules/@happier-dev/cli-common/dist/service/launchd.d.ts.map +1 -1
  422. package/node_modules/@happier-dev/cli-common/dist/service/launchd.js +2 -25
  423. package/node_modules/@happier-dev/cli-common/dist/service/launchd.js.map +1 -1
  424. package/node_modules/@happier-dev/cli-common/dist/service/manager.d.ts.map +1 -1
  425. package/node_modules/@happier-dev/cli-common/dist/service/manager.js +61 -19
  426. package/node_modules/@happier-dev/cli-common/dist/service/manager.js.map +1 -1
  427. package/node_modules/@happier-dev/cli-common/dist/service/path.d.ts +16 -0
  428. package/node_modules/@happier-dev/cli-common/dist/service/path.d.ts.map +1 -0
  429. package/node_modules/@happier-dev/cli-common/dist/service/path.js +86 -0
  430. package/node_modules/@happier-dev/cli-common/dist/service/path.js.map +1 -0
  431. package/node_modules/@happier-dev/cli-common/dist/service/systemd.d.ts.map +1 -1
  432. package/node_modules/@happier-dev/cli-common/dist/service/systemd.js +18 -10
  433. package/node_modules/@happier-dev/cli-common/dist/service/systemd.js.map +1 -1
  434. package/node_modules/@happier-dev/cli-common/dist/systemTasks/createExecutionRunnerFromKind.d.ts +4 -0
  435. package/node_modules/@happier-dev/cli-common/dist/systemTasks/createExecutionRunnerFromKind.d.ts.map +1 -0
  436. package/node_modules/@happier-dev/cli-common/dist/systemTasks/createExecutionRunnerFromKind.js +72 -0
  437. package/node_modules/@happier-dev/cli-common/dist/systemTasks/createExecutionRunnerFromKind.js.map +1 -0
  438. package/node_modules/@happier-dev/cli-common/dist/systemTasks/index.d.ts +5 -0
  439. package/node_modules/@happier-dev/cli-common/dist/systemTasks/index.d.ts.map +1 -0
  440. package/node_modules/@happier-dev/cli-common/dist/systemTasks/index.js +5 -0
  441. package/node_modules/@happier-dev/cli-common/dist/systemTasks/index.js.map +1 -0
  442. package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.d.ts +56 -0
  443. package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.d.ts.map +1 -0
  444. package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.js +159 -0
  445. package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.js.map +1 -0
  446. package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.test.d.ts +2 -0
  447. package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.test.d.ts.map +1 -0
  448. package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.test.js +177 -0
  449. package/node_modules/@happier-dev/cli-common/dist/systemTasks/interactiveTaskKinds.test.js.map +1 -0
  450. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/index.d.ts +6 -0
  451. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/index.d.ts.map +1 -0
  452. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/index.js +6 -0
  453. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/index.js.map +1 -0
  454. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.d.ts +65 -0
  455. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.d.ts.map +1 -0
  456. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.js +148 -0
  457. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.js.map +1 -0
  458. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.test.d.ts +2 -0
  459. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.test.d.ts.map +1 -0
  460. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.test.js +173 -0
  461. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/relayRuntimeKinds.test.js.map +1 -0
  462. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.d.ts +55 -0
  463. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.d.ts.map +1 -0
  464. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.js +160 -0
  465. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.js.map +1 -0
  466. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.test.d.ts +2 -0
  467. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.test.d.ts.map +1 -0
  468. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.test.js +98 -0
  469. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteFirstPartyPayloadInstaller.test.js.map +1 -0
  470. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.d.ts +86 -0
  471. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.d.ts.map +1 -0
  472. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.js +303 -0
  473. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.js.map +1 -0
  474. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.test.d.ts +2 -0
  475. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.test.d.ts.map +1 -0
  476. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.test.js +549 -0
  477. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/remoteSshBootstrapMachineKind.test.js.map +1 -0
  478. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.d.ts +32 -0
  479. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.d.ts.map +1 -0
  480. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.js +109 -0
  481. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.js.map +1 -0
  482. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.test.d.ts +2 -0
  483. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.test.d.ts.map +1 -0
  484. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.test.js +37 -0
  485. package/node_modules/@happier-dev/cli-common/dist/systemTasks/kinds/sshHostTrust.test.js.map +1 -0
  486. package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.d.ts +25 -0
  487. package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.d.ts.map +1 -0
  488. package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.js +141 -0
  489. package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.js.map +1 -0
  490. package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.test.d.ts +2 -0
  491. package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.test.d.ts.map +1 -0
  492. package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.test.js +243 -0
  493. package/node_modules/@happier-dev/cli-common/dist/systemTasks/runSystemTask.test.js.map +1 -0
  494. package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.d.ts +66 -0
  495. package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.d.ts.map +1 -0
  496. package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.js +324 -0
  497. package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.js.map +1 -0
  498. package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.test.d.ts +2 -0
  499. package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.test.d.ts.map +1 -0
  500. package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.test.js +204 -0
  501. package/node_modules/@happier-dev/cli-common/dist/tailscale/commandRunner.test.js.map +1 -0
  502. package/node_modules/@happier-dev/cli-common/dist/tailscale/index.d.ts +6 -0
  503. package/node_modules/@happier-dev/cli-common/dist/tailscale/index.d.ts.map +1 -0
  504. package/node_modules/@happier-dev/cli-common/dist/tailscale/index.js +6 -0
  505. package/node_modules/@happier-dev/cli-common/dist/tailscale/index.js.map +1 -0
  506. package/node_modules/@happier-dev/cli-common/dist/tailscale/installStrategy.d.ts +20 -0
  507. package/node_modules/@happier-dev/cli-common/dist/tailscale/installStrategy.d.ts.map +1 -0
  508. package/node_modules/@happier-dev/cli-common/dist/tailscale/installStrategy.js +109 -0
  509. package/node_modules/@happier-dev/cli-common/dist/tailscale/installStrategy.js.map +1 -0
  510. package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.d.ts +5 -0
  511. package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.d.ts.map +1 -0
  512. package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.js +119 -0
  513. package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.js.map +1 -0
  514. package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.test.d.ts +2 -0
  515. package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.test.d.ts.map +1 -0
  516. package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.test.js +58 -0
  517. package/node_modules/@happier-dev/cli-common/dist/tailscale/serveStatus.test.js.map +1 -0
  518. package/node_modules/@happier-dev/cli-common/dist/tailscale/statusSnapshot.d.ts +11 -0
  519. package/node_modules/@happier-dev/cli-common/dist/tailscale/statusSnapshot.d.ts.map +1 -0
  520. package/node_modules/@happier-dev/cli-common/dist/tailscale/statusSnapshot.js +63 -0
  521. package/node_modules/@happier-dev/cli-common/dist/tailscale/statusSnapshot.js.map +1 -0
  522. package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.d.ts +34 -0
  523. package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.d.ts.map +1 -0
  524. package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.js +21 -0
  525. package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.js.map +1 -0
  526. package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.test.d.ts +2 -0
  527. package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.test.d.ts.map +1 -0
  528. package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.test.js +29 -0
  529. package/node_modules/@happier-dev/cli-common/dist/tailscale/taskContract.test.js.map +1 -0
  530. package/node_modules/@happier-dev/cli-common/dist/update/index.d.ts.map +1 -1
  531. package/node_modules/@happier-dev/cli-common/dist/update/index.js +23 -2
  532. package/node_modules/@happier-dev/cli-common/dist/update/index.js.map +1 -1
  533. package/node_modules/@happier-dev/cli-common/dist/workspaces/index.d.ts +34 -0
  534. package/node_modules/@happier-dev/cli-common/dist/workspaces/index.d.ts.map +1 -1
  535. package/node_modules/@happier-dev/cli-common/dist/workspaces/index.js +255 -17
  536. package/node_modules/@happier-dev/cli-common/dist/workspaces/index.js.map +1 -1
  537. package/node_modules/@happier-dev/cli-common/dist/workspaces/index.test.d.ts +2 -0
  538. package/node_modules/@happier-dev/cli-common/dist/workspaces/index.test.d.ts.map +1 -0
  539. package/node_modules/@happier-dev/cli-common/dist/workspaces/index.test.js +94 -0
  540. package/node_modules/@happier-dev/cli-common/dist/workspaces/index.test.js.map +1 -0
  541. package/node_modules/@happier-dev/cli-common/package.json +33 -3
  542. package/node_modules/@happier-dev/connection-supervisor/README.md +3 -0
  543. package/node_modules/@happier-dev/connection-supervisor/dist/createManagedConnectionSupervisor.d.ts +3 -0
  544. package/node_modules/@happier-dev/connection-supervisor/dist/createManagedConnectionSupervisor.d.ts.map +1 -0
  545. package/node_modules/@happier-dev/connection-supervisor/dist/createManagedConnectionSupervisor.js +315 -0
  546. package/node_modules/@happier-dev/connection-supervisor/dist/createManagedConnectionSupervisor.js.map +1 -0
  547. package/node_modules/@happier-dev/connection-supervisor/dist/createManagedEndpointSupervisor.d.ts +3 -0
  548. package/node_modules/@happier-dev/connection-supervisor/dist/createManagedEndpointSupervisor.d.ts.map +1 -0
  549. package/node_modules/@happier-dev/connection-supervisor/dist/createManagedEndpointSupervisor.js +248 -0
  550. package/node_modules/@happier-dev/connection-supervisor/dist/createManagedEndpointSupervisor.js.map +1 -0
  551. package/node_modules/@happier-dev/connection-supervisor/dist/defaultManagedConnectionPolicy.d.ts +8 -0
  552. package/node_modules/@happier-dev/connection-supervisor/dist/defaultManagedConnectionPolicy.d.ts.map +1 -0
  553. package/node_modules/@happier-dev/connection-supervisor/dist/defaultManagedConnectionPolicy.js +8 -0
  554. package/node_modules/@happier-dev/connection-supervisor/dist/defaultManagedConnectionPolicy.js.map +1 -0
  555. package/node_modules/@happier-dev/connection-supervisor/dist/index.d.ts +8 -0
  556. package/node_modules/@happier-dev/connection-supervisor/dist/index.d.ts.map +1 -0
  557. package/node_modules/@happier-dev/connection-supervisor/dist/index.js +6 -0
  558. package/node_modules/@happier-dev/connection-supervisor/dist/index.js.map +1 -0
  559. package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionEvents.d.ts +7 -0
  560. package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionEvents.d.ts.map +1 -0
  561. package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionEvents.js +14 -0
  562. package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionEvents.js.map +1 -0
  563. package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionTypes.d.ts +88 -0
  564. package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionTypes.d.ts.map +1 -0
  565. package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionTypes.js +2 -0
  566. package/node_modules/@happier-dev/connection-supervisor/dist/managedConnectionTypes.js.map +1 -0
  567. package/node_modules/@happier-dev/connection-supervisor/dist/managedEndpointSupervisorTypes.d.ts +23 -0
  568. package/node_modules/@happier-dev/connection-supervisor/dist/managedEndpointSupervisorTypes.d.ts.map +1 -0
  569. package/node_modules/@happier-dev/connection-supervisor/dist/managedEndpointSupervisorTypes.js +2 -0
  570. package/node_modules/@happier-dev/connection-supervisor/dist/managedEndpointSupervisorTypes.js.map +1 -0
  571. package/node_modules/@happier-dev/connection-supervisor/dist/reconnectBackoff.d.ts +8 -0
  572. package/node_modules/@happier-dev/connection-supervisor/dist/reconnectBackoff.d.ts.map +1 -0
  573. package/node_modules/@happier-dev/connection-supervisor/dist/reconnectBackoff.js +14 -0
  574. package/node_modules/@happier-dev/connection-supervisor/dist/reconnectBackoff.js.map +1 -0
  575. package/node_modules/@happier-dev/connection-supervisor/package.json +16 -0
  576. package/node_modules/@happier-dev/protocol/dist/.tsbuildinfo +1 -0
  577. package/node_modules/@happier-dev/protocol/dist/account/encryptionMigrate.d.ts +488 -0
  578. package/node_modules/@happier-dev/protocol/dist/account/encryptionMigrate.d.ts.map +1 -0
  579. package/node_modules/@happier-dev/protocol/dist/account/encryptionMigrate.js +130 -0
  580. package/node_modules/@happier-dev/protocol/dist/account/encryptionMigrate.js.map +1 -0
  581. package/node_modules/@happier-dev/protocol/dist/account/profile.d.ts +4 -0
  582. package/node_modules/@happier-dev/protocol/dist/account/profile.d.ts.map +1 -1
  583. package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettings.d.ts +154 -9
  584. package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettings.d.ts.map +1 -1
  585. package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettings.js +144 -4
  586. package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettings.js.map +1 -1
  587. package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsApiV2.d.ts +613 -0
  588. package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsApiV2.d.ts.map +1 -0
  589. package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsApiV2.js +27 -0
  590. package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsApiV2.js.map +1 -0
  591. package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsStoredContentEnvelope.d.ts +201 -0
  592. package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsStoredContentEnvelope.d.ts.map +1 -0
  593. package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsStoredContentEnvelope.js +13 -0
  594. package/node_modules/@happier-dev/protocol/dist/account/settings/accountSettingsStoredContentEnvelope.js.map +1 -0
  595. package/node_modules/@happier-dev/protocol/dist/account/settings/index.d.ts +3 -1
  596. package/node_modules/@happier-dev/protocol/dist/account/settings/index.d.ts.map +1 -1
  597. package/node_modules/@happier-dev/protocol/dist/account/settings/index.js +3 -1
  598. package/node_modules/@happier-dev/protocol/dist/account/settings/index.js.map +1 -1
  599. package/node_modules/@happier-dev/protocol/dist/account/settings/notificationChannels.d.ts +115 -0
  600. package/node_modules/@happier-dev/protocol/dist/account/settings/notificationChannels.d.ts.map +1 -0
  601. package/node_modules/@happier-dev/protocol/dist/account/settings/notificationChannels.js +68 -0
  602. package/node_modules/@happier-dev/protocol/dist/account/settings/notificationChannels.js.map +1 -0
  603. package/node_modules/@happier-dev/protocol/dist/acpCatalog/settingsV1.d.ts +222 -0
  604. package/node_modules/@happier-dev/protocol/dist/acpCatalog/settingsV1.d.ts.map +1 -0
  605. package/node_modules/@happier-dev/protocol/dist/acpCatalog/settingsV1.js +87 -0
  606. package/node_modules/@happier-dev/protocol/dist/acpCatalog/settingsV1.js.map +1 -0
  607. package/node_modules/@happier-dev/protocol/dist/actions/actionApprovalPolicy.d.ts +13 -0
  608. package/node_modules/@happier-dev/protocol/dist/actions/actionApprovalPolicy.d.ts.map +1 -0
  609. package/node_modules/@happier-dev/protocol/dist/actions/actionApprovalPolicy.js +17 -0
  610. package/node_modules/@happier-dev/protocol/dist/actions/actionApprovalPolicy.js.map +1 -0
  611. package/node_modules/@happier-dev/protocol/dist/actions/actionCatalog.d.ts +52 -0
  612. package/node_modules/@happier-dev/protocol/dist/actions/actionCatalog.d.ts.map +1 -0
  613. package/node_modules/@happier-dev/protocol/dist/actions/actionCatalog.js +146 -0
  614. package/node_modules/@happier-dev/protocol/dist/actions/actionCatalog.js.map +1 -0
  615. package/node_modules/@happier-dev/protocol/dist/actions/actionDraftSeed.d.ts +2 -0
  616. package/node_modules/@happier-dev/protocol/dist/actions/actionDraftSeed.d.ts.map +1 -1
  617. package/node_modules/@happier-dev/protocol/dist/actions/actionDraftSeed.js +129 -5
  618. package/node_modules/@happier-dev/protocol/dist/actions/actionDraftSeed.js.map +1 -1
  619. package/node_modules/@happier-dev/protocol/dist/actions/actionExecutor.d.ts +180 -5
  620. package/node_modules/@happier-dev/protocol/dist/actions/actionExecutor.d.ts.map +1 -1
  621. package/node_modules/@happier-dev/protocol/dist/actions/actionExecutor.js +1183 -268
  622. package/node_modules/@happier-dev/protocol/dist/actions/actionExecutor.js.map +1 -1
  623. package/node_modules/@happier-dev/protocol/dist/actions/actionIds.d.ts +31 -4
  624. package/node_modules/@happier-dev/protocol/dist/actions/actionIds.d.ts.map +1 -1
  625. package/node_modules/@happier-dev/protocol/dist/actions/actionIds.js +40 -3
  626. package/node_modules/@happier-dev/protocol/dist/actions/actionIds.js.map +1 -1
  627. package/node_modules/@happier-dev/protocol/dist/actions/actionInputElevenLabsToolSchema.d.ts +2 -1
  628. package/node_modules/@happier-dev/protocol/dist/actions/actionInputElevenLabsToolSchema.d.ts.map +1 -1
  629. package/node_modules/@happier-dev/protocol/dist/actions/actionInputElevenLabsToolSchema.js +8 -6
  630. package/node_modules/@happier-dev/protocol/dist/actions/actionInputElevenLabsToolSchema.js.map +1 -1
  631. package/node_modules/@happier-dev/protocol/dist/actions/actionInputVoiceGuidance.d.ts +9 -0
  632. package/node_modules/@happier-dev/protocol/dist/actions/actionInputVoiceGuidance.d.ts.map +1 -0
  633. package/node_modules/@happier-dev/protocol/dist/actions/actionInputVoiceGuidance.js +279 -0
  634. package/node_modules/@happier-dev/protocol/dist/actions/actionInputVoiceGuidance.js.map +1 -0
  635. package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.d.ts +38 -13
  636. package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.d.ts.map +1 -1
  637. package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.js +21 -6
  638. package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.js.map +1 -1
  639. package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.d.ts +52 -5
  640. package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.d.ts.map +1 -1
  641. package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.js +1340 -130
  642. package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.js.map +1 -1
  643. package/node_modules/@happier-dev/protocol/dist/actions/actionVoiceToolSummary.d.ts +3 -0
  644. package/node_modules/@happier-dev/protocol/dist/actions/actionVoiceToolSummary.d.ts.map +1 -0
  645. package/node_modules/@happier-dev/protocol/dist/actions/actionVoiceToolSummary.js +14 -0
  646. package/node_modules/@happier-dev/protocol/dist/actions/actionVoiceToolSummary.js.map +1 -0
  647. package/node_modules/@happier-dev/protocol/dist/actions/index.d.ts +8 -2
  648. package/node_modules/@happier-dev/protocol/dist/actions/index.d.ts.map +1 -1
  649. package/node_modules/@happier-dev/protocol/dist/actions/index.js +7 -2
  650. package/node_modules/@happier-dev/protocol/dist/actions/index.js.map +1 -1
  651. package/node_modules/@happier-dev/protocol/dist/actions/sessionModeIds.d.ts +8 -0
  652. package/node_modules/@happier-dev/protocol/dist/actions/sessionModeIds.d.ts.map +1 -0
  653. package/node_modules/@happier-dev/protocol/dist/actions/sessionModeIds.js +17 -0
  654. package/node_modules/@happier-dev/protocol/dist/actions/sessionModeIds.js.map +1 -0
  655. package/node_modules/@happier-dev/protocol/dist/activity/webhookPayload.d.ts +61 -0
  656. package/node_modules/@happier-dev/protocol/dist/activity/webhookPayload.d.ts.map +1 -0
  657. package/node_modules/@happier-dev/protocol/dist/activity/webhookPayload.js +63 -0
  658. package/node_modules/@happier-dev/protocol/dist/activity/webhookPayload.js.map +1 -0
  659. package/node_modules/@happier-dev/protocol/dist/approvals/approvalRequestV1.d.ts +139 -0
  660. package/node_modules/@happier-dev/protocol/dist/approvals/approvalRequestV1.d.ts.map +1 -0
  661. package/node_modules/@happier-dev/protocol/dist/approvals/approvalRequestV1.js +71 -0
  662. package/node_modules/@happier-dev/protocol/dist/approvals/approvalRequestV1.js.map +1 -0
  663. package/node_modules/@happier-dev/protocol/dist/auth/externalOAuth.d.ts +1 -0
  664. package/node_modules/@happier-dev/protocol/dist/auth/externalOAuth.d.ts.map +1 -1
  665. package/node_modules/@happier-dev/protocol/dist/auth/externalOAuth.js +1 -0
  666. package/node_modules/@happier-dev/protocol/dist/auth/externalOAuth.js.map +1 -1
  667. package/node_modules/@happier-dev/protocol/dist/backendTargets/backendTargetRef.d.ts +30 -0
  668. package/node_modules/@happier-dev/protocol/dist/backendTargets/backendTargetRef.d.ts.map +1 -0
  669. package/node_modules/@happier-dev/protocol/dist/backendTargets/backendTargetRef.js +31 -0
  670. package/node_modules/@happier-dev/protocol/dist/backendTargets/backendTargetRef.js.map +1 -0
  671. package/node_modules/@happier-dev/protocol/dist/capabilities.d.ts +1 -0
  672. package/node_modules/@happier-dev/protocol/dist/capabilities.d.ts.map +1 -1
  673. package/node_modules/@happier-dev/protocol/dist/checklists.d.ts +1 -1
  674. package/node_modules/@happier-dev/protocol/dist/checklists.d.ts.map +1 -1
  675. package/node_modules/@happier-dev/protocol/dist/checklists.js.map +1 -1
  676. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceErrors.d.ts +6 -0
  677. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceErrors.d.ts.map +1 -1
  678. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceErrors.js +6 -0
  679. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceErrors.js.map +1 -1
  680. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceSchemas.d.ts +8 -0
  681. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceSchemas.d.ts.map +1 -1
  682. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceSchemas.js +2 -0
  683. package/node_modules/@happier-dev/protocol/dist/connect/connectedServiceSchemas.js.map +1 -1
  684. package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.d.ts.map +1 -1
  685. package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.js +5 -23
  686. package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.js.map +1 -1
  687. package/node_modules/@happier-dev/protocol/dist/crypto/keyDerivation.d.ts +2 -0
  688. package/node_modules/@happier-dev/protocol/dist/crypto/keyDerivation.d.ts.map +1 -0
  689. package/node_modules/@happier-dev/protocol/dist/crypto/keyDerivation.js +28 -0
  690. package/node_modules/@happier-dev/protocol/dist/crypto/keyDerivation.js.map +1 -0
  691. package/node_modules/@happier-dev/protocol/dist/crypto/serializedJsonValue.d.ts +3 -0
  692. package/node_modules/@happier-dev/protocol/dist/crypto/serializedJsonValue.d.ts.map +1 -0
  693. package/node_modules/@happier-dev/protocol/dist/crypto/serializedJsonValue.js +43 -0
  694. package/node_modules/@happier-dev/protocol/dist/crypto/serializedJsonValue.js.map +1 -0
  695. package/node_modules/@happier-dev/protocol/dist/crypto/settingsSecretStringsV1.d.ts +40 -0
  696. package/node_modules/@happier-dev/protocol/dist/crypto/settingsSecretStringsV1.d.ts.map +1 -0
  697. package/node_modules/@happier-dev/protocol/dist/crypto/settingsSecretStringsV1.js +281 -0
  698. package/node_modules/@happier-dev/protocol/dist/crypto/settingsSecretStringsV1.js.map +1 -0
  699. package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.d.ts +78 -31
  700. package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.d.ts.map +1 -1
  701. package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.js +7 -4
  702. package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.js.map +1 -1
  703. package/node_modules/@happier-dev/protocol/dist/daemonTerminal.d.ts +224 -0
  704. package/node_modules/@happier-dev/protocol/dist/daemonTerminal.d.ts.map +1 -0
  705. package/node_modules/@happier-dev/protocol/dist/daemonTerminal.js +103 -0
  706. package/node_modules/@happier-dev/protocol/dist/daemonTerminal.js.map +1 -0
  707. package/node_modules/@happier-dev/protocol/dist/diagnostics/doctorSnapshot.d.ts +99 -0
  708. package/node_modules/@happier-dev/protocol/dist/diagnostics/doctorSnapshot.d.ts.map +1 -0
  709. package/node_modules/@happier-dev/protocol/dist/diagnostics/doctorSnapshot.js +111 -0
  710. package/node_modules/@happier-dev/protocol/dist/diagnostics/doctorSnapshot.js.map +1 -0
  711. package/node_modules/@happier-dev/protocol/dist/diff/splitUnifiedDiffByFile.d.ts.map +1 -1
  712. package/node_modules/@happier-dev/protocol/dist/diff/splitUnifiedDiffByFile.js +34 -16
  713. package/node_modules/@happier-dev/protocol/dist/diff/splitUnifiedDiffByFile.js.map +1 -1
  714. package/node_modules/@happier-dev/protocol/dist/directSessions/daemonRpcV1.d.ts +379 -0
  715. package/node_modules/@happier-dev/protocol/dist/directSessions/daemonRpcV1.d.ts.map +1 -0
  716. package/node_modules/@happier-dev/protocol/dist/directSessions/daemonRpcV1.js +246 -0
  717. package/node_modules/@happier-dev/protocol/dist/directSessions/daemonRpcV1.js.map +1 -0
  718. package/node_modules/@happier-dev/protocol/dist/e2e/providerScenarios.d.ts +40 -0
  719. package/node_modules/@happier-dev/protocol/dist/e2e/providerScenarios.d.ts.map +1 -1
  720. package/node_modules/@happier-dev/protocol/dist/e2e/providerScenarios.js +11 -0
  721. package/node_modules/@happier-dev/protocol/dist/e2e/providerScenarios.js.map +1 -1
  722. package/node_modules/@happier-dev/protocol/dist/ephemeralTasks.d.ts +2 -2
  723. package/node_modules/@happier-dev/protocol/dist/executionRunListRequest.d.ts +29 -0
  724. package/node_modules/@happier-dev/protocol/dist/executionRunListRequest.d.ts.map +1 -0
  725. package/node_modules/@happier-dev/protocol/dist/executionRunListRequest.js +16 -0
  726. package/node_modules/@happier-dev/protocol/dist/executionRunListRequest.js.map +1 -0
  727. package/node_modules/@happier-dev/protocol/dist/executionRunStartRequest.d.ts +205 -0
  728. package/node_modules/@happier-dev/protocol/dist/executionRunStartRequest.d.ts.map +1 -0
  729. package/node_modules/@happier-dev/protocol/dist/executionRunStartRequest.js +96 -0
  730. package/node_modules/@happier-dev/protocol/dist/executionRunStartRequest.js.map +1 -0
  731. package/node_modules/@happier-dev/protocol/dist/executionRuns.d.ts +211 -127
  732. package/node_modules/@happier-dev/protocol/dist/executionRuns.d.ts.map +1 -1
  733. package/node_modules/@happier-dev/protocol/dist/executionRuns.js +15 -63
  734. package/node_modules/@happier-dev/protocol/dist/executionRuns.js.map +1 -1
  735. package/node_modules/@happier-dev/protocol/dist/features/catalog.d.ts +115 -19
  736. package/node_modules/@happier-dev/protocol/dist/features/catalog.d.ts.map +1 -1
  737. package/node_modules/@happier-dev/protocol/dist/features/catalog.js +115 -19
  738. package/node_modules/@happier-dev/protocol/dist/features/catalog.js.map +1 -1
  739. package/node_modules/@happier-dev/protocol/dist/features/decision.d.ts +22 -6
  740. package/node_modules/@happier-dev/protocol/dist/features/decision.d.ts.map +1 -1
  741. package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicies.generated.d.ts +4 -4
  742. package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicies.generated.js +4 -4
  743. package/node_modules/@happier-dev/protocol/dist/features/embeddedFeaturePolicies.generated.js.map +1 -1
  744. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/authCapabilities.d.ts +64 -0
  745. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/authCapabilities.d.ts.map +1 -1
  746. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/authCapabilities.js +57 -0
  747. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/authCapabilities.js.map +1 -1
  748. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/capabilitiesSchema.d.ts +146 -0
  749. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/capabilitiesSchema.d.ts.map +1 -1
  750. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/capabilitiesSchema.js +9 -0
  751. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/capabilitiesSchema.js.map +1 -1
  752. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/encryptionCapabilities.d.ts +13 -0
  753. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/encryptionCapabilities.d.ts.map +1 -1
  754. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/encryptionCapabilities.js +5 -0
  755. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/encryptionCapabilities.js.map +1 -1
  756. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/machineTransferCapabilities.d.ts +18 -0
  757. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/machineTransferCapabilities.d.ts.map +1 -0
  758. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/machineTransferCapabilities.js +39 -0
  759. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/machineTransferCapabilities.js.map +1 -0
  760. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverCapabilities.d.ts +93 -0
  761. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverCapabilities.d.ts.map +1 -0
  762. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverCapabilities.js +12 -0
  763. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverCapabilities.js.map +1 -0
  764. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverRetentionCapabilities.d.ts +101 -0
  765. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverRetentionCapabilities.d.ts.map +1 -0
  766. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverRetentionCapabilities.js +39 -0
  767. package/node_modules/@happier-dev/protocol/dist/features/payload/capabilities/serverRetentionCapabilities.js.map +1 -0
  768. package/node_modules/@happier-dev/protocol/dist/features/payload/featureGatesSchema.d.ts +42 -0
  769. package/node_modules/@happier-dev/protocol/dist/features/payload/featureGatesSchema.d.ts.map +1 -1
  770. package/node_modules/@happier-dev/protocol/dist/features/payload/featureGatesSchema.js +64 -0
  771. package/node_modules/@happier-dev/protocol/dist/features/payload/featureGatesSchema.js.map +1 -1
  772. package/node_modules/@happier-dev/protocol/dist/features/payload/featuresResponseSchema.d.ts +188 -0
  773. package/node_modules/@happier-dev/protocol/dist/features/payload/featuresResponseSchema.d.ts.map +1 -1
  774. package/node_modules/@happier-dev/protocol/dist/features.d.ts +1 -0
  775. package/node_modules/@happier-dev/protocol/dist/features.d.ts.map +1 -1
  776. package/node_modules/@happier-dev/protocol/dist/features.js +1 -0
  777. package/node_modules/@happier-dev/protocol/dist/features.js.map +1 -1
  778. package/node_modules/@happier-dev/protocol/dist/index.d.ts +94 -8
  779. package/node_modules/@happier-dev/protocol/dist/index.d.ts.map +1 -1
  780. package/node_modules/@happier-dev/protocol/dist/index.js +94 -8
  781. package/node_modules/@happier-dev/protocol/dist/index.js.map +1 -1
  782. package/node_modules/@happier-dev/protocol/dist/installables.d.ts +5 -25
  783. package/node_modules/@happier-dev/protocol/dist/installables.d.ts.map +1 -1
  784. package/node_modules/@happier-dev/protocol/dist/installables.js +3 -17
  785. package/node_modules/@happier-dev/protocol/dist/installables.js.map +1 -1
  786. package/node_modules/@happier-dev/protocol/dist/installablesPolicy.d.ts +18 -0
  787. package/node_modules/@happier-dev/protocol/dist/installablesPolicy.d.ts.map +1 -0
  788. package/node_modules/@happier-dev/protocol/dist/installablesPolicy.js +58 -0
  789. package/node_modules/@happier-dev/protocol/dist/installablesPolicy.js.map +1 -0
  790. package/node_modules/@happier-dev/protocol/dist/llmTasks/llmTaskRunnerConfigV1.d.ts +20 -0
  791. package/node_modules/@happier-dev/protocol/dist/llmTasks/llmTaskRunnerConfigV1.d.ts.map +1 -0
  792. package/node_modules/@happier-dev/protocol/dist/llmTasks/llmTaskRunnerConfigV1.js +12 -0
  793. package/node_modules/@happier-dev/protocol/dist/llmTasks/llmTaskRunnerConfigV1.js.map +1 -0
  794. package/node_modules/@happier-dev/protocol/dist/machineFileBrowser.d.ts +60 -0
  795. package/node_modules/@happier-dev/protocol/dist/machineFileBrowser.d.ts.map +1 -0
  796. package/node_modules/@happier-dev/protocol/dist/machineFileBrowser.js +43 -0
  797. package/node_modules/@happier-dev/protocol/dist/machineFileBrowser.js.map +1 -0
  798. package/node_modules/@happier-dev/protocol/dist/machineTransfer/transferStream.d.ts +109 -0
  799. package/node_modules/@happier-dev/protocol/dist/machineTransfer/transferStream.d.ts.map +1 -0
  800. package/node_modules/@happier-dev/protocol/dist/machineTransfer/transferStream.js +117 -0
  801. package/node_modules/@happier-dev/protocol/dist/machineTransfer/transferStream.js.map +1 -0
  802. package/node_modules/@happier-dev/protocol/dist/mcpServers/authModeV1.d.ts +4 -0
  803. package/node_modules/@happier-dev/protocol/dist/mcpServers/authModeV1.d.ts.map +1 -0
  804. package/node_modules/@happier-dev/protocol/dist/mcpServers/authModeV1.js +22 -0
  805. package/node_modules/@happier-dev/protocol/dist/mcpServers/authModeV1.js.map +1 -0
  806. package/node_modules/@happier-dev/protocol/dist/mcpServers/daemonRpcV1.d.ts +237 -0
  807. package/node_modules/@happier-dev/protocol/dist/mcpServers/daemonRpcV1.d.ts.map +1 -0
  808. package/node_modules/@happier-dev/protocol/dist/mcpServers/daemonRpcV1.js +112 -0
  809. package/node_modules/@happier-dev/protocol/dist/mcpServers/daemonRpcV1.js.map +1 -0
  810. package/node_modules/@happier-dev/protocol/dist/mcpServers/previewV1.d.ts +226 -0
  811. package/node_modules/@happier-dev/protocol/dist/mcpServers/previewV1.d.ts.map +1 -0
  812. package/node_modules/@happier-dev/protocol/dist/mcpServers/previewV1.js +88 -0
  813. package/node_modules/@happier-dev/protocol/dist/mcpServers/previewV1.js.map +1 -0
  814. package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveEffectiveServersV1.d.ts +19 -0
  815. package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveEffectiveServersV1.d.ts.map +1 -0
  816. package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveEffectiveServersV1.js +22 -0
  817. package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveEffectiveServersV1.js.map +1 -0
  818. package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveManagedSessionMcpSelectionV1.d.ts +34 -0
  819. package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveManagedSessionMcpSelectionV1.d.ts.map +1 -0
  820. package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveManagedSessionMcpSelectionV1.js +100 -0
  821. package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveManagedSessionMcpSelectionV1.js.map +1 -0
  822. package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveServerBindingV1.d.ts +21 -0
  823. package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveServerBindingV1.d.ts.map +1 -0
  824. package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveServerBindingV1.js +190 -0
  825. package/node_modules/@happier-dev/protocol/dist/mcpServers/resolveServerBindingV1.js.map +1 -0
  826. package/node_modules/@happier-dev/protocol/dist/mcpServers/sessionSelectionV1.d.ts +21 -0
  827. package/node_modules/@happier-dev/protocol/dist/mcpServers/sessionSelectionV1.d.ts.map +1 -0
  828. package/node_modules/@happier-dev/protocol/dist/mcpServers/sessionSelectionV1.js +50 -0
  829. package/node_modules/@happier-dev/protocol/dist/mcpServers/sessionSelectionV1.js.map +1 -0
  830. package/node_modules/@happier-dev/protocol/dist/mcpServers/settingsV1.d.ts +206 -0
  831. package/node_modules/@happier-dev/protocol/dist/mcpServers/settingsV1.d.ts.map +1 -0
  832. package/node_modules/@happier-dev/protocol/dist/mcpServers/settingsV1.js +143 -0
  833. package/node_modules/@happier-dev/protocol/dist/mcpServers/settingsV1.js.map +1 -0
  834. package/node_modules/@happier-dev/protocol/dist/memory/memoryEmbeddingsProfiles.d.ts +16 -0
  835. package/node_modules/@happier-dev/protocol/dist/memory/memoryEmbeddingsProfiles.d.ts.map +1 -0
  836. package/node_modules/@happier-dev/protocol/dist/memory/memoryEmbeddingsProfiles.js +61 -0
  837. package/node_modules/@happier-dev/protocol/dist/memory/memoryEmbeddingsProfiles.js.map +1 -0
  838. package/node_modules/@happier-dev/protocol/dist/memory/memorySettings.d.ts +161 -9
  839. package/node_modules/@happier-dev/protocol/dist/memory/memorySettings.d.ts.map +1 -1
  840. package/node_modules/@happier-dev/protocol/dist/memory/memorySettings.js +112 -3
  841. package/node_modules/@happier-dev/protocol/dist/memory/memorySettings.js.map +1 -1
  842. package/node_modules/@happier-dev/protocol/dist/memory/memoryStatus.d.ts +41 -0
  843. package/node_modules/@happier-dev/protocol/dist/memory/memoryStatus.d.ts.map +1 -0
  844. package/node_modules/@happier-dev/protocol/dist/memory/memoryStatus.js +24 -0
  845. package/node_modules/@happier-dev/protocol/dist/memory/memoryStatus.js.map +1 -0
  846. package/node_modules/@happier-dev/protocol/dist/memory/resolveMemoryEmbeddingsConfig.d.ts +11 -0
  847. package/node_modules/@happier-dev/protocol/dist/memory/resolveMemoryEmbeddingsConfig.d.ts.map +1 -0
  848. package/node_modules/@happier-dev/protocol/dist/memory/resolveMemoryEmbeddingsConfig.js +41 -0
  849. package/node_modules/@happier-dev/protocol/dist/memory/resolveMemoryEmbeddingsConfig.js.map +1 -0
  850. package/node_modules/@happier-dev/protocol/dist/profiles/backendProfileSchema.d.ts +105 -0
  851. package/node_modules/@happier-dev/protocol/dist/profiles/backendProfileSchema.d.ts.map +1 -0
  852. package/node_modules/@happier-dev/protocol/dist/profiles/backendProfileSchema.js +110 -0
  853. package/node_modules/@happier-dev/protocol/dist/profiles/backendProfileSchema.js.map +1 -0
  854. package/node_modules/@happier-dev/protocol/dist/profiles/builtInBackendProfiles.d.ts +4 -0
  855. package/node_modules/@happier-dev/protocol/dist/profiles/builtInBackendProfiles.d.ts.map +1 -0
  856. package/node_modules/@happier-dev/protocol/dist/profiles/builtInBackendProfiles.js +15 -0
  857. package/node_modules/@happier-dev/protocol/dist/profiles/builtInBackendProfiles.js.map +1 -0
  858. package/node_modules/@happier-dev/protocol/dist/profiles/builtInProfileVersion.d.ts +2 -0
  859. package/node_modules/@happier-dev/protocol/dist/profiles/builtInProfileVersion.d.ts.map +1 -0
  860. package/node_modules/@happier-dev/protocol/dist/profiles/builtInProfileVersion.js +2 -0
  861. package/node_modules/@happier-dev/protocol/dist/profiles/builtInProfileVersion.js.map +1 -0
  862. package/node_modules/@happier-dev/protocol/dist/profiles/index.d.ts +7 -0
  863. package/node_modules/@happier-dev/protocol/dist/profiles/index.d.ts.map +1 -0
  864. package/node_modules/@happier-dev/protocol/dist/profiles/index.js +7 -0
  865. package/node_modules/@happier-dev/protocol/dist/profiles/index.js.map +1 -0
  866. package/node_modules/@happier-dev/protocol/dist/profiles/profileCompatibility.d.ts +5 -0
  867. package/node_modules/@happier-dev/protocol/dist/profiles/profileCompatibility.d.ts.map +1 -0
  868. package/node_modules/@happier-dev/protocol/dist/profiles/profileCompatibility.js +17 -0
  869. package/node_modules/@happier-dev/protocol/dist/profiles/profileCompatibility.js.map +1 -0
  870. package/node_modules/@happier-dev/protocol/dist/profiles/profileRequirements.d.ts +5 -0
  871. package/node_modules/@happier-dev/protocol/dist/profiles/profileRequirements.d.ts.map +1 -0
  872. package/node_modules/@happier-dev/protocol/dist/profiles/profileRequirements.js +21 -0
  873. package/node_modules/@happier-dev/protocol/dist/profiles/profileRequirements.js.map +1 -0
  874. package/node_modules/@happier-dev/protocol/dist/profiles/resolveBackendProfile.d.ts +25 -0
  875. package/node_modules/@happier-dev/protocol/dist/profiles/resolveBackendProfile.d.ts.map +1 -0
  876. package/node_modules/@happier-dev/protocol/dist/profiles/resolveBackendProfile.js +47 -0
  877. package/node_modules/@happier-dev/protocol/dist/profiles/resolveBackendProfile.js.map +1 -0
  878. package/node_modules/@happier-dev/protocol/dist/profiles/secretSatisfaction.d.ts +57 -0
  879. package/node_modules/@happier-dev/protocol/dist/profiles/secretSatisfaction.d.ts.map +1 -0
  880. package/node_modules/@happier-dev/protocol/dist/profiles/secretSatisfaction.js +97 -0
  881. package/node_modules/@happier-dev/protocol/dist/profiles/secretSatisfaction.js.map +1 -0
  882. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptAssetsV1.d.ts +457 -0
  883. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptAssetsV1.d.ts.map +1 -0
  884. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptAssetsV1.js +174 -0
  885. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptAssetsV1.js.map +1 -0
  886. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptBundleSchemas.d.ts +50 -0
  887. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptBundleSchemas.d.ts.map +1 -0
  888. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptBundleSchemas.js +104 -0
  889. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptBundleSchemas.js.map +1 -0
  890. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptDocV2.d.ts +23 -0
  891. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptDocV2.d.ts.map +1 -0
  892. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptDocV2.js +21 -0
  893. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptDocV2.js.map +1 -0
  894. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptExternalLinksV1.d.ts +55 -0
  895. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptExternalLinksV1.d.ts.map +1 -0
  896. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptExternalLinksV1.js +22 -0
  897. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptExternalLinksV1.js.map +1 -0
  898. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptFoldersV1.d.ts +17 -0
  899. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptFoldersV1.d.ts.map +1 -0
  900. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptFoldersV1.js +11 -0
  901. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptFoldersV1.js.map +1 -0
  902. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptInvocationsV1.d.ts +62 -0
  903. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptInvocationsV1.d.ts.map +1 -0
  904. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptInvocationsV1.js +31 -0
  905. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptInvocationsV1.js.map +1 -0
  906. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptLibraryDigests.d.ts +4 -0
  907. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptLibraryDigests.d.ts.map +1 -0
  908. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptLibraryDigests.js +23 -0
  909. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptLibraryDigests.js.map +1 -0
  910. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptPlacementV1.d.ts +9 -0
  911. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptPlacementV1.d.ts.map +1 -0
  912. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptPlacementV1.js +8 -0
  913. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptPlacementV1.js.map +1 -0
  914. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptRegistriesV1.d.ts +304 -0
  915. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptRegistriesV1.d.ts.map +1 -0
  916. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptRegistriesV1.js +130 -0
  917. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptRegistriesV1.js.map +1 -0
  918. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptStacksV1.d.ts +110 -0
  919. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptStacksV1.d.ts.map +1 -0
  920. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptStacksV1.js +31 -0
  921. package/node_modules/@happier-dev/protocol/dist/promptLibrary/promptStacksV1.js.map +1 -0
  922. package/node_modules/@happier-dev/protocol/dist/promptLibrary/resolvePromptStackSystemAppendBlocksV1.d.ts +8 -0
  923. package/node_modules/@happier-dev/protocol/dist/promptLibrary/resolvePromptStackSystemAppendBlocksV1.d.ts.map +1 -0
  924. package/node_modules/@happier-dev/protocol/dist/promptLibrary/resolvePromptStackSystemAppendBlocksV1.js +89 -0
  925. package/node_modules/@happier-dev/protocol/dist/promptLibrary/resolvePromptStackSystemAppendBlocksV1.js.map +1 -0
  926. package/node_modules/@happier-dev/protocol/dist/prompts/buildAppendSystemPromptBaseV1.d.ts +14 -0
  927. package/node_modules/@happier-dev/protocol/dist/prompts/buildAppendSystemPromptBaseV1.d.ts.map +1 -0
  928. package/node_modules/@happier-dev/protocol/dist/prompts/buildAppendSystemPromptBaseV1.js +98 -0
  929. package/node_modules/@happier-dev/protocol/dist/prompts/buildAppendSystemPromptBaseV1.js.map +1 -0
  930. package/node_modules/@happier-dev/protocol/dist/prompts/changeTitleInstructionV1.d.ts +12 -0
  931. package/node_modules/@happier-dev/protocol/dist/prompts/changeTitleInstructionV1.d.ts.map +1 -0
  932. package/node_modules/@happier-dev/protocol/dist/prompts/changeTitleInstructionV1.js +32 -0
  933. package/node_modules/@happier-dev/protocol/dist/prompts/changeTitleInstructionV1.js.map +1 -0
  934. package/node_modules/@happier-dev/protocol/dist/prompts/executionRunsGuidanceV1.d.ts +23 -0
  935. package/node_modules/@happier-dev/protocol/dist/prompts/executionRunsGuidanceV1.d.ts.map +1 -0
  936. package/node_modules/@happier-dev/protocol/dist/prompts/executionRunsGuidanceV1.js +152 -0
  937. package/node_modules/@happier-dev/protocol/dist/prompts/executionRunsGuidanceV1.js.map +1 -0
  938. package/node_modules/@happier-dev/protocol/dist/prompts/isMemoryRecallGuidanceSupported.d.ts +8 -0
  939. package/node_modules/@happier-dev/protocol/dist/prompts/isMemoryRecallGuidanceSupported.d.ts.map +1 -0
  940. package/node_modules/@happier-dev/protocol/dist/prompts/isMemoryRecallGuidanceSupported.js +10 -0
  941. package/node_modules/@happier-dev/protocol/dist/prompts/isMemoryRecallGuidanceSupported.js.map +1 -0
  942. package/node_modules/@happier-dev/protocol/dist/prompts/memoryRecallGuidanceV1.d.ts +3 -0
  943. package/node_modules/@happier-dev/protocol/dist/prompts/memoryRecallGuidanceV1.d.ts.map +1 -0
  944. package/node_modules/@happier-dev/protocol/dist/prompts/memoryRecallGuidanceV1.js +18 -0
  945. package/node_modules/@happier-dev/protocol/dist/prompts/memoryRecallGuidanceV1.js.map +1 -0
  946. package/node_modules/@happier-dev/protocol/dist/prompts/promptPlanV1.d.ts +25 -0
  947. package/node_modules/@happier-dev/protocol/dist/prompts/promptPlanV1.d.ts.map +1 -0
  948. package/node_modules/@happier-dev/protocol/dist/prompts/promptPlanV1.js +54 -0
  949. package/node_modules/@happier-dev/protocol/dist/prompts/promptPlanV1.js.map +1 -0
  950. package/node_modules/@happier-dev/protocol/dist/prompts/systemPromptBaseV1.d.ts +2 -0
  951. package/node_modules/@happier-dev/protocol/dist/prompts/systemPromptBaseV1.d.ts.map +1 -0
  952. package/node_modules/@happier-dev/protocol/dist/prompts/systemPromptBaseV1.js +46 -0
  953. package/node_modules/@happier-dev/protocol/dist/prompts/systemPromptBaseV1.js.map +1 -0
  954. package/node_modules/@happier-dev/protocol/dist/providers/agentProviderIdsV1.d.ts +9 -0
  955. package/node_modules/@happier-dev/protocol/dist/providers/agentProviderIdsV1.d.ts.map +1 -0
  956. package/node_modules/@happier-dev/protocol/dist/providers/agentProviderIdsV1.js +6 -0
  957. package/node_modules/@happier-dev/protocol/dist/providers/agentProviderIdsV1.js.map +1 -0
  958. package/node_modules/@happier-dev/protocol/dist/providers/claude/builtInBackendProfiles.d.ts +3 -0
  959. package/node_modules/@happier-dev/protocol/dist/providers/claude/builtInBackendProfiles.d.ts.map +1 -0
  960. package/node_modules/@happier-dev/protocol/dist/providers/claude/builtInBackendProfiles.js +69 -0
  961. package/node_modules/@happier-dev/protocol/dist/providers/claude/builtInBackendProfiles.js.map +1 -0
  962. package/node_modules/@happier-dev/protocol/dist/providers/claude/memoryDefaults.d.ts +2 -0
  963. package/node_modules/@happier-dev/protocol/dist/providers/claude/memoryDefaults.d.ts.map +1 -0
  964. package/node_modules/@happier-dev/protocol/dist/providers/claude/memoryDefaults.js +2 -0
  965. package/node_modules/@happier-dev/protocol/dist/providers/claude/memoryDefaults.js.map +1 -0
  966. package/node_modules/@happier-dev/protocol/dist/providers/codex/backendMode.d.ts +4 -0
  967. package/node_modules/@happier-dev/protocol/dist/providers/codex/backendMode.d.ts.map +1 -0
  968. package/node_modules/@happier-dev/protocol/dist/providers/codex/backendMode.js +15 -0
  969. package/node_modules/@happier-dev/protocol/dist/providers/codex/backendMode.js.map +1 -0
  970. package/node_modules/@happier-dev/protocol/dist/providers/codex/builtInBackendProfiles.d.ts +3 -0
  971. package/node_modules/@happier-dev/protocol/dist/providers/codex/builtInBackendProfiles.d.ts.map +1 -0
  972. package/node_modules/@happier-dev/protocol/dist/providers/codex/builtInBackendProfiles.js +65 -0
  973. package/node_modules/@happier-dev/protocol/dist/providers/codex/builtInBackendProfiles.js.map +1 -0
  974. package/node_modules/@happier-dev/protocol/dist/providers/codex/installables.d.ts +7 -0
  975. package/node_modules/@happier-dev/protocol/dist/providers/codex/installables.d.ts.map +1 -0
  976. package/node_modules/@happier-dev/protocol/dist/providers/codex/installables.js +6 -0
  977. package/node_modules/@happier-dev/protocol/dist/providers/codex/installables.js.map +1 -0
  978. package/node_modules/@happier-dev/protocol/dist/providers/gemini/builtInBackendProfiles.d.ts +3 -0
  979. package/node_modules/@happier-dev/protocol/dist/providers/gemini/builtInBackendProfiles.d.ts.map +1 -0
  980. package/node_modules/@happier-dev/protocol/dist/providers/gemini/builtInBackendProfiles.js +60 -0
  981. package/node_modules/@happier-dev/protocol/dist/providers/gemini/builtInBackendProfiles.js.map +1 -0
  982. package/node_modules/@happier-dev/protocol/dist/providers/kiro/acpCatalog.d.ts +3 -0
  983. package/node_modules/@happier-dev/protocol/dist/providers/kiro/acpCatalog.d.ts.map +1 -0
  984. package/node_modules/@happier-dev/protocol/dist/providers/kiro/acpCatalog.js +3 -0
  985. package/node_modules/@happier-dev/protocol/dist/providers/kiro/acpCatalog.js.map +1 -0
  986. package/node_modules/@happier-dev/protocol/dist/providers/opencode/backendMode.d.ts +3 -0
  987. package/node_modules/@happier-dev/protocol/dist/providers/opencode/backendMode.d.ts.map +1 -0
  988. package/node_modules/@happier-dev/protocol/dist/providers/opencode/backendMode.js +11 -0
  989. package/node_modules/@happier-dev/protocol/dist/providers/opencode/backendMode.js.map +1 -0
  990. package/node_modules/@happier-dev/protocol/dist/push/expoPushDelivery.d.ts +12 -0
  991. package/node_modules/@happier-dev/protocol/dist/push/expoPushDelivery.d.ts.map +1 -0
  992. package/node_modules/@happier-dev/protocol/dist/push/expoPushDelivery.js +57 -0
  993. package/node_modules/@happier-dev/protocol/dist/push/expoPushDelivery.js.map +1 -0
  994. package/node_modules/@happier-dev/protocol/dist/push/pushNotificationActions.d.ts +15 -0
  995. package/node_modules/@happier-dev/protocol/dist/push/pushNotificationActions.d.ts.map +1 -0
  996. package/node_modules/@happier-dev/protocol/dist/push/pushNotificationActions.js +15 -0
  997. package/node_modules/@happier-dev/protocol/dist/push/pushNotificationActions.js.map +1 -0
  998. package/node_modules/@happier-dev/protocol/dist/push/readyNotificationContent.d.ts +14 -0
  999. package/node_modules/@happier-dev/protocol/dist/push/readyNotificationContent.d.ts.map +1 -0
  1000. package/node_modules/@happier-dev/protocol/dist/push/readyNotificationContent.js +20 -0
  1001. package/node_modules/@happier-dev/protocol/dist/push/readyNotificationContent.js.map +1 -0
  1002. package/node_modules/@happier-dev/protocol/dist/reviews/ReviewAssumption.d.ts +8 -0
  1003. package/node_modules/@happier-dev/protocol/dist/reviews/ReviewAssumption.d.ts.map +1 -0
  1004. package/node_modules/@happier-dev/protocol/dist/reviews/ReviewAssumption.js +7 -0
  1005. package/node_modules/@happier-dev/protocol/dist/reviews/ReviewAssumption.js.map +1 -0
  1006. package/node_modules/@happier-dev/protocol/dist/reviews/ReviewFinding.d.ts +3 -0
  1007. package/node_modules/@happier-dev/protocol/dist/reviews/ReviewFinding.d.ts.map +1 -1
  1008. package/node_modules/@happier-dev/protocol/dist/reviews/ReviewFinding.js +3 -0
  1009. package/node_modules/@happier-dev/protocol/dist/reviews/ReviewFinding.js.map +1 -1
  1010. package/node_modules/@happier-dev/protocol/dist/reviews/ReviewQuestion.d.ts +19 -0
  1011. package/node_modules/@happier-dev/protocol/dist/reviews/ReviewQuestion.d.ts.map +1 -0
  1012. package/node_modules/@happier-dev/protocol/dist/reviews/ReviewQuestion.js +13 -0
  1013. package/node_modules/@happier-dev/protocol/dist/reviews/ReviewQuestion.js.map +1 -0
  1014. package/node_modules/@happier-dev/protocol/dist/reviews/reviewFollowUp.d.ts +9 -0
  1015. package/node_modules/@happier-dev/protocol/dist/reviews/reviewFollowUp.d.ts.map +1 -0
  1016. package/node_modules/@happier-dev/protocol/dist/reviews/reviewFollowUp.js +8 -0
  1017. package/node_modules/@happier-dev/protocol/dist/reviews/reviewFollowUp.js.map +1 -0
  1018. package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.d.ts.map +1 -1
  1019. package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.js +3 -1
  1020. package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.js.map +1 -1
  1021. package/node_modules/@happier-dev/protocol/dist/rpc.d.ts +71 -0
  1022. package/node_modules/@happier-dev/protocol/dist/rpc.d.ts.map +1 -1
  1023. package/node_modules/@happier-dev/protocol/dist/rpc.js +71 -0
  1024. package/node_modules/@happier-dev/protocol/dist/rpc.js.map +1 -1
  1025. package/node_modules/@happier-dev/protocol/dist/rpcErrors.d.ts +7 -2
  1026. package/node_modules/@happier-dev/protocol/dist/rpcErrors.d.ts.map +1 -1
  1027. package/node_modules/@happier-dev/protocol/dist/rpcErrors.js +25 -15
  1028. package/node_modules/@happier-dev/protocol/dist/rpcErrors.js.map +1 -1
  1029. package/node_modules/@happier-dev/protocol/dist/scm.d.ts +123 -16
  1030. package/node_modules/@happier-dev/protocol/dist/scm.d.ts.map +1 -1
  1031. package/node_modules/@happier-dev/protocol/dist/scm.js +43 -2
  1032. package/node_modules/@happier-dev/protocol/dist/scm.js.map +1 -1
  1033. package/node_modules/@happier-dev/protocol/dist/scmBranches.d.ts +183 -0
  1034. package/node_modules/@happier-dev/protocol/dist/scmBranches.d.ts.map +1 -0
  1035. package/node_modules/@happier-dev/protocol/dist/scmBranches.js +51 -0
  1036. package/node_modules/@happier-dev/protocol/dist/scmBranches.js.map +1 -0
  1037. package/node_modules/@happier-dev/protocol/dist/scmCapabilities.d.ts.map +1 -1
  1038. package/node_modules/@happier-dev/protocol/dist/scmCapabilities.js +24 -3
  1039. package/node_modules/@happier-dev/protocol/dist/scmCapabilities.js.map +1 -1
  1040. package/node_modules/@happier-dev/protocol/dist/scmStash.d.ts +209 -0
  1041. package/node_modules/@happier-dev/protocol/dist/scmStash.d.ts.map +1 -0
  1042. package/node_modules/@happier-dev/protocol/dist/scmStash.js +63 -0
  1043. package/node_modules/@happier-dev/protocol/dist/scmStash.js.map +1 -0
  1044. package/node_modules/@happier-dev/protocol/dist/scmWorktrees.d.ts +140 -0
  1045. package/node_modules/@happier-dev/protocol/dist/scmWorktrees.d.ts.map +1 -0
  1046. package/node_modules/@happier-dev/protocol/dist/scmWorktrees.js +30 -0
  1047. package/node_modules/@happier-dev/protocol/dist/scmWorktrees.js.map +1 -0
  1048. package/node_modules/@happier-dev/protocol/dist/serverControl/contract.d.ts +6 -6
  1049. package/node_modules/@happier-dev/protocol/dist/serverUrls/index.d.ts +2 -0
  1050. package/node_modules/@happier-dev/protocol/dist/serverUrls/index.d.ts.map +1 -0
  1051. package/node_modules/@happier-dev/protocol/dist/serverUrls/index.js +2 -0
  1052. package/node_modules/@happier-dev/protocol/dist/serverUrls/index.js.map +1 -0
  1053. package/node_modules/@happier-dev/protocol/dist/serverUrls/serverUrlComparableKey.d.ts +8 -0
  1054. package/node_modules/@happier-dev/protocol/dist/serverUrls/serverUrlComparableKey.d.ts.map +1 -0
  1055. package/node_modules/@happier-dev/protocol/dist/serverUrls/serverUrlComparableKey.js +61 -0
  1056. package/node_modules/@happier-dev/protocol/dist/serverUrls/serverUrlComparableKey.js.map +1 -0
  1057. package/node_modules/@happier-dev/protocol/dist/session/attachMetadataIdentityPolicy.d.ts +8 -0
  1058. package/node_modules/@happier-dev/protocol/dist/session/attachMetadataIdentityPolicy.d.ts.map +1 -0
  1059. package/node_modules/@happier-dev/protocol/dist/session/attachMetadataIdentityPolicy.js +7 -0
  1060. package/node_modules/@happier-dev/protocol/dist/session/attachMetadataIdentityPolicy.js.map +1 -0
  1061. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/buildFieldArtifacts.d.ts +17 -0
  1062. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/buildFieldArtifacts.d.ts.map +1 -0
  1063. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/buildFieldArtifacts.js +30 -0
  1064. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/buildFieldArtifacts.js.map +1 -0
  1065. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/contextKinds.d.ts +3 -0
  1066. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/contextKinds.d.ts.map +1 -0
  1067. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/contextKinds.js +7 -0
  1068. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/contextKinds.js.map +1 -0
  1069. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldCatalog.d.ts +446 -0
  1070. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldCatalog.d.ts.map +1 -0
  1071. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldCatalog.js +424 -0
  1072. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldCatalog.js.map +1 -0
  1073. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldDefinition.d.ts +32 -0
  1074. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldDefinition.d.ts.map +1 -0
  1075. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldDefinition.js +4 -0
  1076. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/fieldDefinition.js.map +1 -0
  1077. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/index.d.ts +523 -0
  1078. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/index.d.ts.map +1 -0
  1079. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/index.js +15 -0
  1080. package/node_modules/@happier-dev/protocol/dist/sessionAuthoring/index.js.map +1 -0
  1081. package/node_modules/@happier-dev/protocol/dist/sessionChanges/index.d.ts +6 -0
  1082. package/node_modules/@happier-dev/protocol/dist/sessionChanges/index.d.ts.map +1 -0
  1083. package/node_modules/@happier-dev/protocol/dist/sessionChanges/index.js +5 -0
  1084. package/node_modules/@happier-dev/protocol/dist/sessionChanges/index.js.map +1 -0
  1085. package/node_modules/@happier-dev/protocol/dist/sessionChanges/mergeTurnChangeSets.d.ts +7 -0
  1086. package/node_modules/@happier-dev/protocol/dist/sessionChanges/mergeTurnChangeSets.d.ts.map +1 -0
  1087. package/node_modules/@happier-dev/protocol/dist/sessionChanges/mergeTurnChangeSets.js +66 -0
  1088. package/node_modules/@happier-dev/protocol/dist/sessionChanges/mergeTurnChangeSets.js.map +1 -0
  1089. package/node_modules/@happier-dev/protocol/dist/sessionChanges/reconcileWithScmSnapshot.d.ts +7 -0
  1090. package/node_modules/@happier-dev/protocol/dist/sessionChanges/reconcileWithScmSnapshot.d.ts.map +1 -0
  1091. package/node_modules/@happier-dev/protocol/dist/sessionChanges/reconcileWithScmSnapshot.js +45 -0
  1092. package/node_modules/@happier-dev/protocol/dist/sessionChanges/reconcileWithScmSnapshot.js.map +1 -0
  1093. package/node_modules/@happier-dev/protocol/dist/sessionChanges/rollbacks.d.ts +7 -0
  1094. package/node_modules/@happier-dev/protocol/dist/sessionChanges/rollbacks.d.ts.map +1 -0
  1095. package/node_modules/@happier-dev/protocol/dist/sessionChanges/rollbacks.js +10 -0
  1096. package/node_modules/@happier-dev/protocol/dist/sessionChanges/rollbacks.js.map +1 -0
  1097. package/node_modules/@happier-dev/protocol/dist/sessionChanges/schemas.d.ts +399 -0
  1098. package/node_modules/@happier-dev/protocol/dist/sessionChanges/schemas.d.ts.map +1 -0
  1099. package/node_modules/@happier-dev/protocol/dist/sessionChanges/schemas.js +84 -0
  1100. package/node_modules/@happier-dev/protocol/dist/sessionChanges/schemas.js.map +1 -0
  1101. package/node_modules/@happier-dev/protocol/dist/sessionChanges/types.d.ts +66 -0
  1102. package/node_modules/@happier-dev/protocol/dist/sessionChanges/types.d.ts.map +1 -0
  1103. package/node_modules/@happier-dev/protocol/dist/sessionChanges/types.js +2 -0
  1104. package/node_modules/@happier-dev/protocol/dist/sessionChanges/types.js.map +1 -0
  1105. package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.d.ts +36 -1
  1106. package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.d.ts.map +1 -1
  1107. package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.js +5 -2
  1108. package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.js.map +1 -1
  1109. package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.d.ts +359 -69
  1110. package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.d.ts.map +1 -1
  1111. package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.js +14 -0
  1112. package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.js.map +1 -1
  1113. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffRpc.d.ts +7 -0
  1114. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffRpc.d.ts.map +1 -0
  1115. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffRpc.js +6 -0
  1116. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffRpc.js.map +1 -0
  1117. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffSchemas.d.ts +807 -0
  1118. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffSchemas.d.ts.map +1 -0
  1119. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffSchemas.js +206 -0
  1120. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffSchemas.js.map +1 -0
  1121. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffStatus.d.ts +175 -0
  1122. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffStatus.d.ts.map +1 -0
  1123. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffStatus.js +128 -0
  1124. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffStatus.js.map +1 -0
  1125. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffTypes.d.ts +70 -0
  1126. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffTypes.d.ts.map +1 -0
  1127. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffTypes.js +16 -0
  1128. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/handoffTypes.js.map +1 -0
  1129. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/workspaceTransferSourcePathSafety.d.ts +14 -0
  1130. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/workspaceTransferSourcePathSafety.d.ts.map +1 -0
  1131. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/workspaceTransferSourcePathSafety.js +125 -0
  1132. package/node_modules/@happier-dev/protocol/dist/sessionControl/handoff/workspaceTransferSourcePathSafety.js.map +1 -0
  1133. package/node_modules/@happier-dev/protocol/dist/sessionFork.d.ts +60 -0
  1134. package/node_modules/@happier-dev/protocol/dist/sessionFork.d.ts.map +1 -0
  1135. package/node_modules/@happier-dev/protocol/dist/sessionFork.js +27 -0
  1136. package/node_modules/@happier-dev/protocol/dist/sessionFork.js.map +1 -0
  1137. package/node_modules/@happier-dev/protocol/dist/sessionMessages/coerceSessionUserPromptV1.d.ts +4 -0
  1138. package/node_modules/@happier-dev/protocol/dist/sessionMessages/coerceSessionUserPromptV1.d.ts.map +1 -0
  1139. package/node_modules/@happier-dev/protocol/dist/sessionMessages/coerceSessionUserPromptV1.js +37 -0
  1140. package/node_modules/@happier-dev/protocol/dist/sessionMessages/coerceSessionUserPromptV1.js.map +1 -0
  1141. package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionStoredMessageContent.d.ts +2 -2
  1142. package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionStoredMessageContent.d.ts.map +1 -1
  1143. package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionStoredMessageContent.js +17 -2
  1144. package/node_modules/@happier-dev/protocol/dist/sessionMessages/sessionStoredMessageContent.js.map +1 -1
  1145. package/node_modules/@happier-dev/protocol/dist/sessionMessages/transcriptRawRecordV1.d.ts +404 -0
  1146. package/node_modules/@happier-dev/protocol/dist/sessionMessages/transcriptRawRecordV1.d.ts.map +1 -0
  1147. package/node_modules/@happier-dev/protocol/dist/sessionMessages/transcriptRawRecordV1.js +373 -0
  1148. package/node_modules/@happier-dev/protocol/dist/sessionMessages/transcriptRawRecordV1.js.map +1 -0
  1149. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/acpConfiguredBackendV1.d.ts +21 -0
  1150. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/acpConfiguredBackendV1.d.ts.map +1 -0
  1151. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/acpConfiguredBackendV1.js +26 -0
  1152. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/acpConfiguredBackendV1.js.map +1 -0
  1153. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/agentRuntimeDescriptorV1.d.ts +126 -0
  1154. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/agentRuntimeDescriptorV1.d.ts.map +1 -0
  1155. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/agentRuntimeDescriptorV1.js +201 -0
  1156. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/agentRuntimeDescriptorV1.js.map +1 -0
  1157. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/metadataOverridesV1.d.ts +26 -4
  1158. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/metadataOverridesV1.d.ts.map +1 -1
  1159. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/metadataOverridesV1.js +24 -2
  1160. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/metadataOverridesV1.js.map +1 -1
  1161. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionRollbackRangesV1.d.ts +61 -0
  1162. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionRollbackRangesV1.d.ts.map +1 -0
  1163. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionRollbackRangesV1.js +40 -0
  1164. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/sessionRollbackRangesV1.js.map +1 -0
  1165. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/terminalMetadata.d.ts +28 -0
  1166. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/terminalMetadata.d.ts.map +1 -1
  1167. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/terminalMetadata.js +13 -2
  1168. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/terminalMetadata.js.map +1 -1
  1169. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/windowsRemoteSessionLaunchMode.d.ts +9 -0
  1170. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/windowsRemoteSessionLaunchMode.d.ts.map +1 -0
  1171. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/windowsRemoteSessionLaunchMode.js +4 -0
  1172. package/node_modules/@happier-dev/protocol/dist/sessionMetadata/windowsRemoteSessionLaunchMode.js.map +1 -0
  1173. package/node_modules/@happier-dev/protocol/dist/sessionRollback.d.ts +34 -0
  1174. package/node_modules/@happier-dev/protocol/dist/sessionRollback.d.ts.map +1 -0
  1175. package/node_modules/@happier-dev/protocol/dist/sessionRollback.js +33 -0
  1176. package/node_modules/@happier-dev/protocol/dist/sessionRollback.js.map +1 -0
  1177. package/node_modules/@happier-dev/protocol/dist/sessionRollbackPlanning.d.ts +19 -0
  1178. package/node_modules/@happier-dev/protocol/dist/sessionRollbackPlanning.d.ts.map +1 -0
  1179. package/node_modules/@happier-dev/protocol/dist/sessionRollbackPlanning.js +35 -0
  1180. package/node_modules/@happier-dev/protocol/dist/sessionRollbackPlanning.js.map +1 -0
  1181. package/node_modules/@happier-dev/protocol/dist/sessionUserMessageRpc.d.ts +18 -0
  1182. package/node_modules/@happier-dev/protocol/dist/sessionUserMessageRpc.d.ts.map +1 -0
  1183. package/node_modules/@happier-dev/protocol/dist/sessionUserMessageRpc.js +20 -0
  1184. package/node_modules/@happier-dev/protocol/dist/sessionUserMessageRpc.js.map +1 -0
  1185. package/node_modules/@happier-dev/protocol/dist/settingsRegistry/buildSettingArtifacts.d.ts +20 -0
  1186. package/node_modules/@happier-dev/protocol/dist/settingsRegistry/buildSettingArtifacts.d.ts.map +1 -0
  1187. package/node_modules/@happier-dev/protocol/dist/settingsRegistry/buildSettingArtifacts.js +88 -0
  1188. package/node_modules/@happier-dev/protocol/dist/settingsRegistry/buildSettingArtifacts.js.map +1 -0
  1189. package/node_modules/@happier-dev/protocol/dist/settingsRegistry/settingDefinition.d.ts +43 -0
  1190. package/node_modules/@happier-dev/protocol/dist/settingsRegistry/settingDefinition.d.ts.map +1 -0
  1191. package/node_modules/@happier-dev/protocol/dist/settingsRegistry/settingDefinition.js +4 -0
  1192. package/node_modules/@happier-dev/protocol/dist/settingsRegistry/settingDefinition.js.map +1 -0
  1193. package/node_modules/@happier-dev/protocol/dist/social/friends.d.ts +22 -22
  1194. package/node_modules/@happier-dev/protocol/dist/social/friends.d.ts.map +1 -1
  1195. package/node_modules/@happier-dev/protocol/dist/social/friends.js +2 -1
  1196. package/node_modules/@happier-dev/protocol/dist/social/friends.js.map +1 -1
  1197. package/node_modules/@happier-dev/protocol/dist/socketRpc.d.ts +1 -0
  1198. package/node_modules/@happier-dev/protocol/dist/socketRpc.d.ts.map +1 -1
  1199. package/node_modules/@happier-dev/protocol/dist/socketRpc.js +1 -0
  1200. package/node_modules/@happier-dev/protocol/dist/socketRpc.js.map +1 -1
  1201. package/node_modules/@happier-dev/protocol/dist/spawnSession.d.ts +1 -0
  1202. package/node_modules/@happier-dev/protocol/dist/spawnSession.d.ts.map +1 -1
  1203. package/node_modules/@happier-dev/protocol/dist/spawnSession.js +1 -0
  1204. package/node_modules/@happier-dev/protocol/dist/spawnSession.js.map +1 -1
  1205. package/node_modules/@happier-dev/protocol/dist/storage/storedJsonContentEnvelope.d.ts +10 -0
  1206. package/node_modules/@happier-dev/protocol/dist/storage/storedJsonContentEnvelope.d.ts.map +1 -0
  1207. package/node_modules/@happier-dev/protocol/dist/storage/storedJsonContentEnvelope.js +17 -0
  1208. package/node_modules/@happier-dev/protocol/dist/storage/storedJsonContentEnvelope.js.map +1 -0
  1209. package/node_modules/@happier-dev/protocol/dist/strings/trimIdent.d.ts +2 -0
  1210. package/node_modules/@happier-dev/protocol/dist/strings/trimIdent.d.ts.map +1 -0
  1211. package/node_modules/@happier-dev/protocol/dist/strings/trimIdent.js +17 -0
  1212. package/node_modules/@happier-dev/protocol/dist/strings/trimIdent.js.map +1 -0
  1213. package/node_modules/@happier-dev/protocol/dist/structuredMessages/delegateOutputV1.d.ts +11 -0
  1214. package/node_modules/@happier-dev/protocol/dist/structuredMessages/delegateOutputV1.d.ts.map +1 -1
  1215. package/node_modules/@happier-dev/protocol/dist/structuredMessages/delegateOutputV1.js +2 -5
  1216. package/node_modules/@happier-dev/protocol/dist/structuredMessages/delegateOutputV1.js.map +1 -1
  1217. package/node_modules/@happier-dev/protocol/dist/structuredMessages/executionRunStructuredRunRef.d.ts +19 -0
  1218. package/node_modules/@happier-dev/protocol/dist/structuredMessages/executionRunStructuredRunRef.d.ts.map +1 -0
  1219. package/node_modules/@happier-dev/protocol/dist/structuredMessages/executionRunStructuredRunRef.js +11 -0
  1220. package/node_modules/@happier-dev/protocol/dist/structuredMessages/executionRunStructuredRunRef.js.map +1 -0
  1221. package/node_modules/@happier-dev/protocol/dist/structuredMessages/participantMessageV1.d.ts +41 -0
  1222. package/node_modules/@happier-dev/protocol/dist/structuredMessages/participantMessageV1.d.ts.map +1 -0
  1223. package/node_modules/@happier-dev/protocol/dist/structuredMessages/participantMessageV1.js +34 -0
  1224. package/node_modules/@happier-dev/protocol/dist/structuredMessages/participantMessageV1.js.map +1 -0
  1225. package/node_modules/@happier-dev/protocol/dist/structuredMessages/planOutputV1.d.ts +11 -0
  1226. package/node_modules/@happier-dev/protocol/dist/structuredMessages/planOutputV1.d.ts.map +1 -1
  1227. package/node_modules/@happier-dev/protocol/dist/structuredMessages/planOutputV1.js +2 -5
  1228. package/node_modules/@happier-dev/protocol/dist/structuredMessages/planOutputV1.js.map +1 -1
  1229. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV1.d.ts +14 -0
  1230. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV1.d.ts.map +1 -1
  1231. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV1.js +2 -5
  1232. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV1.js.map +1 -1
  1233. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV2.d.ts +102 -0
  1234. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV2.d.ts.map +1 -0
  1235. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV2.js +36 -0
  1236. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFindingsV2.js.map +1 -0
  1237. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFollowUpV1.d.ts +61 -0
  1238. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFollowUpV1.d.ts.map +1 -0
  1239. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFollowUpV1.js +27 -0
  1240. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewFollowUpV1.js.map +1 -0
  1241. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewPublishRequestV1.d.ts +42 -0
  1242. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewPublishRequestV1.d.ts.map +1 -0
  1243. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewPublishRequestV1.js +19 -0
  1244. package/node_modules/@happier-dev/protocol/dist/structuredMessages/reviewPublishRequestV1.js.map +1 -0
  1245. package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentCommandV1.d.ts +13 -0
  1246. package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentCommandV1.d.ts.map +1 -0
  1247. package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentCommandV1.js +20 -0
  1248. package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentCommandV1.js.map +1 -0
  1249. package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentLaunchV1.d.ts +15 -0
  1250. package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentLaunchV1.d.ts.map +1 -0
  1251. package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentLaunchV1.js +22 -0
  1252. package/node_modules/@happier-dev/protocol/dist/structuredMessages/subagentLaunchV1.js.map +1 -0
  1253. package/node_modules/@happier-dev/protocol/dist/systemTasks/index.d.ts +3 -0
  1254. package/node_modules/@happier-dev/protocol/dist/systemTasks/index.d.ts.map +1 -0
  1255. package/node_modules/@happier-dev/protocol/dist/systemTasks/index.js +3 -0
  1256. package/node_modules/@happier-dev/protocol/dist/systemTasks/index.js.map +1 -0
  1257. package/node_modules/@happier-dev/protocol/dist/systemTasks/spec.d.ts +55 -0
  1258. package/node_modules/@happier-dev/protocol/dist/systemTasks/spec.d.ts.map +1 -0
  1259. package/node_modules/@happier-dev/protocol/dist/systemTasks/spec.js +84 -0
  1260. package/node_modules/@happier-dev/protocol/dist/systemTasks/spec.js.map +1 -0
  1261. package/node_modules/@happier-dev/protocol/dist/systemTasks/tailscaleSecureAccessTaskContract.d.ts +34 -0
  1262. package/node_modules/@happier-dev/protocol/dist/systemTasks/tailscaleSecureAccessTaskContract.d.ts.map +1 -0
  1263. package/node_modules/@happier-dev/protocol/dist/systemTasks/tailscaleSecureAccessTaskContract.js +21 -0
  1264. package/node_modules/@happier-dev/protocol/dist/systemTasks/tailscaleSecureAccessTaskContract.js.map +1 -0
  1265. package/node_modules/@happier-dev/protocol/dist/tools/happierToolsShellBridge.d.ts +19 -0
  1266. package/node_modules/@happier-dev/protocol/dist/tools/happierToolsShellBridge.d.ts.map +1 -0
  1267. package/node_modules/@happier-dev/protocol/dist/tools/happierToolsShellBridge.js +158 -0
  1268. package/node_modules/@happier-dev/protocol/dist/tools/happierToolsShellBridge.js.map +1 -0
  1269. package/node_modules/@happier-dev/protocol/dist/tools/v2/aliases.d.ts +34 -0
  1270. package/node_modules/@happier-dev/protocol/dist/tools/v2/aliases.d.ts.map +1 -0
  1271. package/node_modules/@happier-dev/protocol/dist/tools/v2/aliases.js +53 -0
  1272. package/node_modules/@happier-dev/protocol/dist/tools/v2/aliases.js.map +1 -0
  1273. package/node_modules/@happier-dev/protocol/dist/tools/v2/index.d.ts +3 -1
  1274. package/node_modules/@happier-dev/protocol/dist/tools/v2/index.d.ts.map +1 -1
  1275. package/node_modules/@happier-dev/protocol/dist/tools/v2/index.js +3 -1
  1276. package/node_modules/@happier-dev/protocol/dist/tools/v2/index.js.map +1 -1
  1277. package/node_modules/@happier-dev/protocol/dist/tools/v2/names.d.ts +9 -1
  1278. package/node_modules/@happier-dev/protocol/dist/tools/v2/names.d.ts.map +1 -1
  1279. package/node_modules/@happier-dev/protocol/dist/tools/v2/names.js +5 -0
  1280. package/node_modules/@happier-dev/protocol/dist/tools/v2/names.js.map +1 -1
  1281. package/node_modules/@happier-dev/protocol/dist/tools/v2/schemas.d.ts +281 -0
  1282. package/node_modules/@happier-dev/protocol/dist/tools/v2/schemas.d.ts.map +1 -1
  1283. package/node_modules/@happier-dev/protocol/dist/tools/v2/schemas.js +66 -0
  1284. package/node_modules/@happier-dev/protocol/dist/tools/v2/schemas.js.map +1 -1
  1285. package/node_modules/@happier-dev/protocol/dist/tools/v2/subAgentFamilies.d.ts +8 -0
  1286. package/node_modules/@happier-dev/protocol/dist/tools/v2/subAgentFamilies.d.ts.map +1 -0
  1287. package/node_modules/@happier-dev/protocol/dist/tools/v2/subAgentFamilies.js +12 -0
  1288. package/node_modules/@happier-dev/protocol/dist/tools/v2/subAgentFamilies.js.map +1 -0
  1289. package/node_modules/@happier-dev/protocol/dist/updates.d.ts +177 -36
  1290. package/node_modules/@happier-dev/protocol/dist/updates.d.ts.map +1 -1
  1291. package/node_modules/@happier-dev/protocol/dist/updates.js +47 -18
  1292. package/node_modules/@happier-dev/protocol/dist/updates.js.map +1 -1
  1293. package/node_modules/@happier-dev/protocol/dist/voiceActions.d.ts +5 -2
  1294. package/node_modules/@happier-dev/protocol/dist/voiceActions.d.ts.map +1 -1
  1295. package/node_modules/@happier-dev/protocol/dist/voiceActions.js +142 -13
  1296. package/node_modules/@happier-dev/protocol/dist/voiceActions.js.map +1 -1
  1297. package/node_modules/@happier-dev/protocol/dist/workspaces/checkoutKindSchema.d.ts +7 -0
  1298. package/node_modules/@happier-dev/protocol/dist/workspaces/checkoutKindSchema.d.ts.map +1 -0
  1299. package/node_modules/@happier-dev/protocol/dist/workspaces/checkoutKindSchema.js +6 -0
  1300. package/node_modules/@happier-dev/protocol/dist/workspaces/checkoutKindSchema.js.map +1 -0
  1301. package/node_modules/@happier-dev/protocol/dist/workspaces/index.d.ts +4 -0
  1302. package/node_modules/@happier-dev/protocol/dist/workspaces/index.d.ts.map +1 -0
  1303. package/node_modules/@happier-dev/protocol/dist/workspaces/index.js +4 -0
  1304. package/node_modules/@happier-dev/protocol/dist/workspaces/index.js.map +1 -0
  1305. package/node_modules/@happier-dev/protocol/dist/workspaces/locationSchema.d.ts +8 -0
  1306. package/node_modules/@happier-dev/protocol/dist/workspaces/locationSchema.d.ts.map +1 -0
  1307. package/node_modules/@happier-dev/protocol/dist/workspaces/locationSchema.js +23 -0
  1308. package/node_modules/@happier-dev/protocol/dist/workspaces/locationSchema.js.map +1 -0
  1309. package/node_modules/@happier-dev/protocol/dist/workspaces/manifestSchema.d.ts +43 -0
  1310. package/node_modules/@happier-dev/protocol/dist/workspaces/manifestSchema.d.ts.map +1 -0
  1311. package/node_modules/@happier-dev/protocol/dist/workspaces/manifestSchema.js +46 -0
  1312. package/node_modules/@happier-dev/protocol/dist/workspaces/manifestSchema.js.map +1 -0
  1313. package/node_modules/@happier-dev/protocol/package.json +8 -0
  1314. package/node_modules/@happier-dev/release-runtime/dist/.tsbuildinfo +1 -0
  1315. package/node_modules/@happier-dev/release-runtime/dist/_cjs/releaseRings.js +134 -0
  1316. package/node_modules/@happier-dev/release-runtime/dist/extractPlan.d.ts.map +1 -1
  1317. package/node_modules/@happier-dev/release-runtime/dist/extractPlan.js +9 -0
  1318. package/node_modules/@happier-dev/release-runtime/dist/extractPlan.js.map +1 -1
  1319. package/node_modules/@happier-dev/release-runtime/dist/github.d.ts +6 -0
  1320. package/node_modules/@happier-dev/release-runtime/dist/github.d.ts.map +1 -1
  1321. package/node_modules/@happier-dev/release-runtime/dist/github.js +86 -5
  1322. package/node_modules/@happier-dev/release-runtime/dist/github.js.map +1 -1
  1323. package/node_modules/@happier-dev/release-runtime/dist/http.d.ts +18 -0
  1324. package/node_modules/@happier-dev/release-runtime/dist/http.d.ts.map +1 -0
  1325. package/node_modules/@happier-dev/release-runtime/dist/http.js +112 -0
  1326. package/node_modules/@happier-dev/release-runtime/dist/http.js.map +1 -0
  1327. package/node_modules/@happier-dev/release-runtime/dist/index.d.ts +2 -1
  1328. package/node_modules/@happier-dev/release-runtime/dist/index.d.ts.map +1 -1
  1329. package/node_modules/@happier-dev/release-runtime/dist/index.js +2 -1
  1330. package/node_modules/@happier-dev/release-runtime/dist/index.js.map +1 -1
  1331. package/node_modules/@happier-dev/release-runtime/dist/releaseRings.cjs +134 -0
  1332. package/node_modules/@happier-dev/release-runtime/dist/releaseRings.d.ts +27 -0
  1333. package/node_modules/@happier-dev/release-runtime/dist/releaseRings.d.ts.map +1 -0
  1334. package/node_modules/@happier-dev/release-runtime/dist/releaseRings.js +124 -0
  1335. package/node_modules/@happier-dev/release-runtime/dist/releaseRings.js.map +1 -0
  1336. package/node_modules/@happier-dev/release-runtime/dist/verifiedDownload.d.ts.map +1 -1
  1337. package/node_modules/@happier-dev/release-runtime/dist/verifiedDownload.js +3 -9
  1338. package/node_modules/@happier-dev/release-runtime/dist/verifiedDownload.js.map +1 -1
  1339. package/node_modules/@happier-dev/release-runtime/package.json +5 -0
  1340. package/package.json +10 -3
  1341. package/scripts/auth.mjs +327 -65
  1342. package/scripts/auth_copy_from_pglite_lock_in_use.integration.test.mjs +4 -4
  1343. package/scripts/auth_copy_from_runCapture.integration.test.mjs +376 -15
  1344. package/scripts/auth_dev_key_cmd.test.mjs +35 -0
  1345. package/scripts/auth_login_force_cleans_server_scoped_credentials.integration.test.mjs +189 -0
  1346. package/scripts/auth_login_force_default.test.mjs +41 -1
  1347. package/scripts/auth_login_guided_server_no_expo.test.mjs +458 -34
  1348. package/scripts/auth_login_print_includes_configure_links.test.mjs +63 -5
  1349. package/scripts/build/activate_runtime_snapshot.mjs +210 -0
  1350. package/scripts/build/activate_runtime_snapshot.test.mjs +250 -0
  1351. package/scripts/build/build_daemon_artifact.mjs +50 -0
  1352. package/scripts/build/build_mode.mjs +20 -0
  1353. package/scripts/build/build_mode.test.mjs +46 -0
  1354. package/scripts/build/build_server_artifact.mjs +64 -0
  1355. package/scripts/build/build_stack_artifacts.mjs +141 -0
  1356. package/scripts/build/build_stack_artifacts.test.mjs +119 -0
  1357. package/scripts/build/build_targets.mjs +63 -0
  1358. package/scripts/build/build_targets.test.mjs +58 -0
  1359. package/scripts/build/build_web_artifact.mjs +73 -0
  1360. package/scripts/build/collect_build_source_metadata.mjs +76 -0
  1361. package/scripts/build/collect_build_source_metadata.test.mjs +41 -0
  1362. package/scripts/build/resolve_latest_component_artifact.mjs +31 -0
  1363. package/scripts/build/runtime_build_lock.mjs +80 -0
  1364. package/scripts/build/runtime_build_lock.test.mjs +95 -0
  1365. package/scripts/build/runtime_retention.mjs +170 -0
  1366. package/scripts/build/runtime_retention.test.mjs +183 -0
  1367. package/scripts/build/workspace_build_sandbox.mjs +49 -0
  1368. package/scripts/build/workspace_build_sandbox.test.mjs +37 -0
  1369. package/scripts/build.mjs +39 -12
  1370. package/scripts/bundleWorkspaceDeps.mjs +77 -38
  1371. package/scripts/bundleWorkspaceDeps.test.mjs +145 -11
  1372. package/scripts/daemon.getDaemonEnv.test.mjs +53 -0
  1373. package/scripts/daemon.mjs +629 -168
  1374. package/scripts/daemon_cleanup_lsof_unavailable.test.mjs +112 -0
  1375. package/scripts/daemon_dist_guard.test.mjs +612 -21
  1376. package/scripts/daemon_invalid_auth_reseed_stack_name.integration.test.mjs +9 -11
  1377. package/scripts/daemon_server_scope_commands.test.mjs +196 -0
  1378. package/scripts/daemon_server_scoped_state.test.mjs +41 -0
  1379. package/scripts/daemon_start_verification.integration.test.mjs +482 -14
  1380. package/scripts/daemon_stop_expected_pid.test.mjs +69 -9
  1381. package/scripts/dev.mjs +80 -12
  1382. package/scripts/dev_external_server_flags.test.mjs +16 -0
  1383. package/scripts/dev_rn_devtools_flag.test.mjs +24 -0
  1384. package/scripts/dev_runtime_mode_reject.test.mjs +22 -0
  1385. package/scripts/dev_tauri_flag.test.mjs +35 -0
  1386. package/scripts/doctor.mjs +17 -1
  1387. package/scripts/doctor_runtime_snapshot.test.mjs +68 -0
  1388. package/scripts/happier.mjs +379 -32
  1389. package/scripts/happier_defaults_from_settings.test.mjs +402 -0
  1390. package/scripts/happier_help_passthrough.test.mjs +47 -0
  1391. package/scripts/happier_runtime_snapshot.test.mjs +107 -0
  1392. package/scripts/happier_server_url_scope.test.mjs +61 -0
  1393. package/scripts/happier_tsx_fallback.test.mjs +75 -0
  1394. package/scripts/import.mjs +1 -1
  1395. package/scripts/init.mjs +42 -9
  1396. package/scripts/init_shim_invoked_cwd.test.mjs +342 -1
  1397. package/scripts/logs.mjs +7 -8
  1398. package/scripts/logs_cmd.test.mjs +26 -0
  1399. package/scripts/menubar.mjs +93 -6
  1400. package/scripts/menubar_install_stack_scoped_dry_run.test.mjs +117 -0
  1401. package/scripts/mobile.mjs +23 -8
  1402. package/scripts/mobile_dev_client.mjs +238 -12
  1403. package/scripts/mobile_dev_client_android_eas_profile_avoids_bundle_prompt.test.mjs +45 -0
  1404. package/scripts/mobile_dev_client_android_falls_back_to_pipeline_in_test_stub.test.mjs +39 -0
  1405. package/scripts/mobile_dev_client_android_prefers_expo_run_android_in_test_stub.test.mjs +23 -0
  1406. package/scripts/mobile_dev_client_android_reuse_existing_apk_in_test_stub.test.mjs +38 -0
  1407. package/scripts/mobile_dev_client_android_reuse_falls_back_to_cached_apk_in_test_stub.test.mjs +35 -0
  1408. package/scripts/mobile_dev_client_autopick_android_in_test_stub.test.mjs +25 -0
  1409. package/scripts/mobile_dev_client_autopick_android_serial_when_platform_explicit_in_test_stub.test.mjs +22 -0
  1410. package/scripts/mobile_dev_client_autopick_ios_in_test_stub.test.mjs +31 -0
  1411. package/scripts/mobile_dev_client_help_smoke.test.mjs +2 -1
  1412. package/scripts/mobile_run_android_passes_port.test.mjs +85 -0
  1413. package/scripts/orchestrated_stack_auth_flow_resolve_port.test.mjs +10 -15
  1414. package/scripts/orchestrated_stack_auth_flow_webapp_url.test.mjs +115 -0
  1415. package/scripts/pack.test.mjs +28 -1
  1416. package/scripts/providers_cmd.mjs +19 -74
  1417. package/scripts/provision/linux-ubuntu-provision.sh +1 -2
  1418. package/scripts/provision/macos-lima-hstack-repeat-validation.sh +309 -0
  1419. package/scripts/provision/macos-lima-hstack-repeat-validation.test.mjs +369 -0
  1420. package/scripts/provision/playwright-wsrepl-matrix-url.test.mjs +143 -0
  1421. package/scripts/provision/resolveStackAuthPaths.test.mjs +68 -0
  1422. package/scripts/provision/wsreplMatrixCredentials.test.mjs +44 -0
  1423. package/scripts/release.mjs +15 -2
  1424. package/scripts/remote_cmd.mjs +106 -182
  1425. package/scripts/remote_cmd.test.mjs +54 -0
  1426. package/scripts/repo_cli_activate.test.mjs +1 -14
  1427. package/scripts/repo_local.mjs +8 -2
  1428. package/scripts/repo_local_wrapper.test.mjs +55 -14
  1429. package/scripts/review_pr.mjs +232 -11
  1430. package/scripts/review_pr.warm_base_deps.test.mjs +138 -0
  1431. package/scripts/review_pr.workspace_cache.test.mjs +197 -0
  1432. package/scripts/root_package_repo_local_scripts.test.mjs +8 -1
  1433. package/scripts/run.mjs +257 -79
  1434. package/scripts/run_script_with_stack_env.partial_runtime_recovery.test.mjs +265 -0
  1435. package/scripts/runtime/launch/inspectActiveRuntimeSnapshot.mjs +126 -0
  1436. package/scripts/runtime/launch/resolveActiveRuntimeSnapshot.mjs +19 -0
  1437. package/scripts/runtime/launch/resolveActiveRuntimeSnapshot.test.mjs +161 -0
  1438. package/scripts/runtime/launch/resolveCliRuntimeLaunchSpec.mjs +23 -0
  1439. package/scripts/runtime/launch/resolveLaunchSpecs.test.mjs +110 -0
  1440. package/scripts/runtime/launch/resolveServerRuntimeLaunchSpec.mjs +19 -0
  1441. package/scripts/runtime/launch/resolveStackRuntimeLaunchContext.mjs +17 -0
  1442. package/scripts/runtime/readBundledWorkspaceSyncConfig.mjs +35 -0
  1443. package/scripts/runtime/readBundledWorkspaceSyncConfig.test.mjs +33 -0
  1444. package/scripts/runtime/resolveBundledWorkspaceSyncModulePath.mjs +10 -0
  1445. package/scripts/runtime/resolveBundledWorkspaceSyncModulePath.test.mjs +20 -0
  1446. package/scripts/runtime/shared/artifact_manifest.mjs +48 -0
  1447. package/scripts/runtime/shared/ensureStackRuntimeModePrefer.mjs +30 -0
  1448. package/scripts/runtime/shared/ensureStackRuntimeModePrefer.test.mjs +35 -0
  1449. package/scripts/runtime/shared/runtime_fingerprint.mjs +24 -0
  1450. package/scripts/runtime/shared/runtime_fingerprint.test.mjs +69 -0
  1451. package/scripts/runtime/shared/runtime_manifest.mjs +85 -0
  1452. package/scripts/runtime/shared/runtime_manifest.test.mjs +120 -0
  1453. package/scripts/runtime/shared/runtime_mode.mjs +32 -0
  1454. package/scripts/runtime/shared/runtime_mode.test.mjs +48 -0
  1455. package/scripts/runtime/shared/runtime_paths.mjs +30 -0
  1456. package/scripts/runtime/shared/runtime_paths.test.mjs +42 -0
  1457. package/scripts/runtime_activate.mjs +135 -0
  1458. package/scripts/sandbox_workspace_override.test.mjs +47 -0
  1459. package/scripts/self.mjs +68 -12
  1460. package/scripts/self_host/findExtractedExecutableByName.mjs +20 -0
  1461. package/scripts/self_host/install_companion_cli.mjs +156 -0
  1462. package/scripts/self_host/install_companion_cli.test.mjs +119 -0
  1463. package/scripts/self_host/version_retention.mjs +69 -0
  1464. package/scripts/self_host/version_retention.test.mjs +100 -0
  1465. package/scripts/self_host_launchd.real.integration.test.mjs +33 -11
  1466. package/scripts/self_host_runtime.mjs +477 -184
  1467. package/scripts/self_host_runtime.test.mjs +633 -5
  1468. package/scripts/service.mjs +127 -138
  1469. package/scripts/service_autostart_program_args.test.mjs +32 -0
  1470. package/scripts/service_mode_help.test.mjs +1 -0
  1471. package/scripts/setup.mjs +39 -11
  1472. package/scripts/setup_deprecation_warning.test.mjs +47 -0
  1473. package/scripts/setup_from_source_stable_branch_flag.test.mjs +129 -0
  1474. package/scripts/setup_local_repo_profile.test.mjs +3 -36
  1475. package/scripts/setup_pr.mjs +27 -16
  1476. package/scripts/setup_pr.mobile_scheme.test.mjs +332 -0
  1477. package/scripts/setup_pr_orchestrated_auth_flow_util_import.test.mjs +8 -0
  1478. package/scripts/stack/delegated_script_commands.mjs +11 -2
  1479. package/scripts/stack/help_text.mjs +4 -2
  1480. package/scripts/stack/run_script_with_stack_env.mjs +112 -16
  1481. package/scripts/stack/stack_daemon_command.mjs +51 -28
  1482. package/scripts/stack/stack_environment.mjs +19 -1
  1483. package/scripts/stack/stack_environment.sanitization.test.mjs +25 -0
  1484. package/scripts/stack/stack_info_snapshot.mjs +59 -3
  1485. package/scripts/stack/stack_mobile_install_command.mjs +92 -25
  1486. package/scripts/stack/stack_mobile_install_command.test.mjs +53 -0
  1487. package/scripts/stack.mjs +78 -37
  1488. package/scripts/stack_copy_auth_server_scoped.test.mjs +7 -3
  1489. package/scripts/stack_create_dev_auth_seed_repo_pin.test.mjs +43 -0
  1490. package/scripts/stack_daemon_cmd.integration.test.mjs +109 -70
  1491. package/scripts/stack_editor_workspace_monorepo_root.test.mjs +9 -19
  1492. package/scripts/stack_guided_login_bundle_timeout.test.mjs +210 -0
  1493. package/scripts/stack_guided_login_inner_invocation.test.mjs +99 -12
  1494. package/scripts/stack_happy_cmd.integration.test.mjs +184 -60
  1495. package/scripts/stack_info_runtime_snapshot.test.mjs +64 -0
  1496. package/scripts/stack_info_snapshot_running_status.test.mjs +84 -22
  1497. package/scripts/stack_interactive_monorepo_group.test.mjs +16 -44
  1498. package/scripts/stack_owner_death_watchdog.integration.test.mjs +144 -0
  1499. package/scripts/stack_package_scripts.test.mjs +17 -0
  1500. package/scripts/stack_resume_cmd.integration.test.mjs +13 -53
  1501. package/scripts/stack_runtime_activate_command.test.mjs +130 -0
  1502. package/scripts/stack_runtime_start.integration.test.mjs +147 -0
  1503. package/scripts/stack_service_passthrough.test.mjs +48 -0
  1504. package/scripts/start_runtime_mode_json.test.mjs +34 -0
  1505. package/scripts/stopStackWithEnv_daemonControlToken.integration.test.mjs +140 -0
  1506. package/scripts/swiftbar_primary_stack_header.test.mjs +56 -0
  1507. package/scripts/swiftbar_stack_status_runtime.test.mjs +429 -0
  1508. package/scripts/tailscale.mjs +46 -142
  1509. package/scripts/tailscale_cmd_output.test.mjs +49 -1
  1510. package/scripts/tauri_dev.mjs +291 -0
  1511. package/scripts/tauri_dev.test.mjs +117 -0
  1512. package/scripts/test_ci.mjs +22 -18
  1513. package/scripts/test_cmd.mjs +7 -23
  1514. package/scripts/test_cmd.test.mjs +39 -28
  1515. package/scripts/test_integration.mjs +31 -18
  1516. package/scripts/testkit/auth_testkit.mjs +20 -54
  1517. package/scripts/testkit/core/env_scope.mjs +88 -0
  1518. package/scripts/testkit/core/fake_bin_harness.mjs +53 -0
  1519. package/scripts/testkit/core/minimal_monorepo_layout.mjs +54 -0
  1520. package/scripts/testkit/core/run_node_capture.mjs +69 -0
  1521. package/scripts/testkit/core/runtime_snapshot_layout.mjs +135 -0
  1522. package/scripts/testkit/core/spawn_test_process.mjs +27 -0
  1523. package/scripts/testkit/core/spawn_test_process.test.mjs +52 -0
  1524. package/scripts/testkit/core/stack_root.mjs +26 -0
  1525. package/scripts/testkit/core/stub_happier_cli_files.mjs +46 -0
  1526. package/scripts/testkit/core/stub_happier_cli_files.test.mjs +20 -0
  1527. package/scripts/testkit/core/sync_logged_command_harness.mjs +49 -0
  1528. package/scripts/testkit/core/temp_fixture.mjs +42 -0
  1529. package/scripts/testkit/doctor_testkit.mjs +24 -52
  1530. package/scripts/testkit/happier_cli_monorepo_testkit.mjs +31 -0
  1531. package/scripts/testkit/mobile_dev_client_testkit.mjs +136 -0
  1532. package/scripts/testkit/mobile_dev_client_testkit_env_sanitization.test.mjs +32 -0
  1533. package/scripts/testkit/monorepo_port_testkit.mjs +9 -26
  1534. package/scripts/testkit/runtime_snapshot_start_testkit.mjs +281 -0
  1535. package/scripts/testkit/runtime_snapshot_testkit.mjs +57 -0
  1536. package/scripts/testkit/stack_archive_command_testkit.mjs +23 -17
  1537. package/scripts/testkit/stack_happier_cli_command_testkit.mjs +75 -0
  1538. package/scripts/testkit/stack_new_monorepo_testkit.mjs +19 -37
  1539. package/scripts/testkit/stack_script_command_testkit.mjs +1 -27
  1540. package/scripts/testkit/stack_stop_sweeps_testkit.mjs +39 -42
  1541. package/scripts/testkit/worktrees_monorepo_testkit.mjs +22 -35
  1542. package/scripts/tui.mjs +194 -58
  1543. package/scripts/tui_args_default_cmd.test.mjs +1 -0
  1544. package/scripts/utils/auth/clearStackForceLoginCredentialPaths.mjs +20 -0
  1545. package/scripts/utils/auth/credentials_paths.mjs +209 -21
  1546. package/scripts/utils/auth/credentials_paths.test.mjs +141 -1
  1547. package/scripts/utils/auth/ensure_active_access_key_valid.mjs +157 -0
  1548. package/scripts/utils/auth/ensure_active_access_key_valid.test.mjs +208 -0
  1549. package/scripts/utils/auth/format_daemon_auth_scope_diagnostic.mjs +43 -0
  1550. package/scripts/utils/auth/format_daemon_auth_scope_diagnostic.test.mjs +56 -0
  1551. package/scripts/utils/auth/interactive_stack_auth.mjs +8 -0
  1552. package/scripts/utils/auth/interactive_stack_auth.test.mjs +29 -0
  1553. package/scripts/utils/auth/login_ux.mjs +8 -0
  1554. package/scripts/utils/auth/orchestrated_stack_auth_flow.mjs +123 -16
  1555. package/scripts/utils/auth/orchestrated_stack_auth_flow_start_timeout.test.mjs +68 -0
  1556. package/scripts/utils/auth/stack_guided_login.mjs +180 -28
  1557. package/scripts/utils/cli/cliDistIntegrity.mjs +86 -0
  1558. package/scripts/utils/cli/cli_registry.mjs +14 -5
  1559. package/scripts/utils/cli/cwd_scope.mjs +9 -1
  1560. package/scripts/utils/cli/cwd_scope.test.mjs +26 -31
  1561. package/scripts/utils/dev/daemon.mjs +26 -10
  1562. package/scripts/utils/dev/daemon_watch_resilience.test.mjs +64 -0
  1563. package/scripts/utils/dev/expo_dev.buildEnv.test.mjs +20 -0
  1564. package/scripts/utils/dev/expo_dev.ensure_workspace_built.test.mjs +74 -0
  1565. package/scripts/utils/dev/expo_dev.mjs +89 -25
  1566. package/scripts/utils/dev/expo_dev_restart_port_reservation.test.mjs +104 -16
  1567. package/scripts/utils/dev/react_native_devtools.mjs +27 -0
  1568. package/scripts/utils/dev/react_native_devtools.test.mjs +26 -0
  1569. package/scripts/utils/dev/server.mjs +9 -3
  1570. package/scripts/utils/dev/tauri_dev.mjs +377 -0
  1571. package/scripts/utils/dev/tauri_dev.test.mjs +490 -0
  1572. package/scripts/utils/env/scrub_env.mjs +21 -0
  1573. package/scripts/utils/expo/command.mjs +83 -6
  1574. package/scripts/utils/expo/command_export_max_workers.test.mjs +137 -0
  1575. package/scripts/utils/expo/command_heap_limit_env.test.mjs +244 -0
  1576. package/scripts/utils/expo/command_workspace_deps_built.test.mjs +92 -0
  1577. package/scripts/utils/expo/expo.mjs +127 -3
  1578. package/scripts/utils/expo/expoNodeHeapEnv.mjs +42 -0
  1579. package/scripts/utils/expo/expo_shared_tmpdir.test.mjs +38 -0
  1580. package/scripts/utils/expo/expo_state_running.test.mjs +66 -0
  1581. package/scripts/utils/expo/expo_wait_for_metro.test.mjs +50 -0
  1582. package/scripts/utils/expo/metro_ports.mjs +10 -3
  1583. package/scripts/utils/git/default_branch.mjs +22 -0
  1584. package/scripts/utils/git/default_branch.test.mjs +45 -0
  1585. package/scripts/utils/git/dev_checkout.mjs +1 -1
  1586. package/scripts/utils/git/fast_forward_to_remote.mjs +136 -0
  1587. package/scripts/utils/git/fast_forward_to_remote.test.mjs +90 -0
  1588. package/scripts/utils/git/refs.mjs +18 -1
  1589. package/scripts/utils/git/refs.test.mjs +37 -0
  1590. package/scripts/utils/git/worktrees_monorepo.test.mjs +8 -16
  1591. package/scripts/utils/menubar/swiftbar.mjs +2 -2
  1592. package/scripts/utils/mobile/config.mjs +1 -1
  1593. package/scripts/utils/mobile/config.test.mjs +9 -0
  1594. package/scripts/utils/mobile/copy_artifact.mjs +42 -0
  1595. package/scripts/utils/mobile/copy_artifact.test.mjs +24 -0
  1596. package/scripts/utils/mobile/dev_client_android_strategy.mjs +54 -0
  1597. package/scripts/utils/mobile/dev_client_android_strategy.test.mjs +56 -0
  1598. package/scripts/utils/mobile/dev_client_autopick.mjs +201 -0
  1599. package/scripts/utils/mobile/dev_client_install_invocation.android.test.mjs +37 -0
  1600. package/scripts/utils/mobile/dev_client_install_invocation.mjs +33 -7
  1601. package/scripts/utils/mobile/dev_client_install_invocation.test.mjs +65 -1
  1602. package/scripts/utils/mobile/dev_client_links.mjs +13 -3
  1603. package/scripts/utils/mobile/dev_client_links.test.mjs +28 -0
  1604. package/scripts/utils/mobile/identifiers.mjs +7 -4
  1605. package/scripts/utils/mobile/identifiers.test.mjs +3 -3
  1606. package/scripts/utils/mobile/ios_xcodeproj_patch.test.mjs +1 -1
  1607. package/scripts/utils/net/ports.mjs +83 -7
  1608. package/scripts/utils/net/ports.test.mjs +46 -0
  1609. package/scripts/utils/paths/paths.mjs +6 -2
  1610. package/scripts/utils/paths/paths_monorepo.test.mjs +30 -26
  1611. package/scripts/utils/proc/cliDistBuildLock.mjs +102 -0
  1612. package/scripts/utils/proc/cliDistBuildLock.test.mjs +42 -0
  1613. package/scripts/utils/proc/commands.mjs +34 -3
  1614. package/scripts/utils/proc/commands_commandExists_respects_path_env.test.mjs +25 -0
  1615. package/scripts/utils/proc/ensureWorkspacePackagesBuilt.test.mjs +179 -8
  1616. package/scripts/utils/proc/ownership.mjs +7 -0
  1617. package/scripts/utils/proc/ownership_killProcessGroupOwnedByStack.test.mjs +83 -7
  1618. package/scripts/utils/proc/ownership_listPidsWithEnvNeedles.test.mjs +2 -4
  1619. package/scripts/utils/proc/pm.mjs +440 -125
  1620. package/scripts/utils/proc/pm_spawn.integration.test.mjs +54 -0
  1621. package/scripts/utils/proc/pm_stack_cache_env.test.mjs +455 -1
  1622. package/scripts/utils/proc/pm_yarn_ready_auto_yes.test.mjs +92 -0
  1623. package/scripts/utils/proc/proc.mjs +38 -14
  1624. package/scripts/utils/proc/proc.test.mjs +8 -0
  1625. package/scripts/utils/proc/terminate.test.mjs +3 -4
  1626. package/scripts/utils/process/resolveCommandInvocation.mjs +14 -0
  1627. package/scripts/utils/process/resolveCommandInvocation.win32CmdShim.test.mjs +35 -0
  1628. package/scripts/utils/remote/install_remote_first_party_component.mjs +170 -0
  1629. package/scripts/utils/remote/install_remote_first_party_component.test.mjs +63 -0
  1630. package/scripts/utils/review/detached_worktree.test.mjs +2 -16
  1631. package/scripts/utils/review/head_slice.test.mjs +3 -17
  1632. package/scripts/utils/review/uncommitted_ops.test.mjs +3 -17
  1633. package/scripts/utils/server/apply_runtime_server_light_sqlite_env.mjs +25 -0
  1634. package/scripts/utils/server/resolve_stack_server_port.test.mjs +37 -0
  1635. package/scripts/utils/server/server.mjs +82 -25
  1636. package/scripts/utils/server/server.test.mjs +183 -0
  1637. package/scripts/utils/server/urls.mjs +5 -2
  1638. package/scripts/utils/server/urls.test.mjs +51 -0
  1639. package/scripts/utils/service/auth_guidance.mjs +56 -0
  1640. package/scripts/utils/service/auth_guidance.test.mjs +65 -0
  1641. package/scripts/utils/service/daemon_autostart.mjs +190 -0
  1642. package/scripts/utils/service/daemon_autostart.test.mjs +257 -0
  1643. package/scripts/utils/service/stack_autostart_resolution.mjs +77 -0
  1644. package/scripts/utils/service/stack_autostart_resolution.test.mjs +117 -0
  1645. package/scripts/utils/stack/owner_death_watchdog.mjs +73 -0
  1646. package/scripts/utils/stack/owner_death_watchdog_runner.mjs +128 -0
  1647. package/scripts/utils/stack/runtime_daemon_state.mjs +175 -0
  1648. package/scripts/utils/stack/runtime_daemon_state.test.mjs +193 -0
  1649. package/scripts/utils/stack/runtime_state.mjs +28 -2
  1650. package/scripts/utils/stack/runtime_state.test.mjs +70 -0
  1651. package/scripts/utils/stack/startup.mjs +22 -0
  1652. package/scripts/utils/stack/startup_runtime_probe.test.mjs +46 -0
  1653. package/scripts/utils/stack/stop.mjs +50 -5
  1654. package/scripts/utils/stack/terminal_usage_instructions.mjs +52 -0
  1655. package/scripts/utils/stack/terminal_usage_instructions.test.mjs +25 -0
  1656. package/scripts/utils/tailscale/extract_https_url_from_status.mjs +5 -0
  1657. package/scripts/utils/tailscale/ip.mjs +15 -54
  1658. package/scripts/utils/tailscale/ip.test.mjs +37 -0
  1659. package/scripts/utils/tauri/createStackTauriDevConfig.mjs +34 -0
  1660. package/scripts/utils/tauri/createStackTauriDevConfig.test.mjs +39 -0
  1661. package/scripts/utils/tauri/dev_runtime.mjs +45 -0
  1662. package/scripts/utils/tauri/dev_runtime.test.mjs +79 -0
  1663. package/scripts/utils/test/collect_test_files.mjs +3 -1
  1664. package/scripts/utils/test/collect_test_files.test.mjs +73 -0
  1665. package/scripts/utils/test/integration_test_runner.mjs +35 -0
  1666. package/scripts/utils/test/integration_test_runner.test.mjs +42 -0
  1667. package/scripts/utils/test/lane_contract.test.mjs +12 -0
  1668. package/scripts/utils/test/test_cleanup.mjs +21 -0
  1669. package/scripts/utils/test/test_collection.mjs +54 -0
  1670. package/scripts/utils/test/test_collection.test.mjs +64 -0
  1671. package/scripts/utils/test/test_env.mjs +17 -0
  1672. package/scripts/utils/test/test_paths.mjs +42 -0
  1673. package/scripts/utils/test/test_process.mjs +37 -0
  1674. package/scripts/utils/test/test_process.test.mjs +20 -0
  1675. package/scripts/utils/tui/args.mjs +11 -0
  1676. package/scripts/utils/tui/args.test.mjs +20 -0
  1677. package/scripts/utils/tui/child_termination_plan.mjs +28 -0
  1678. package/scripts/utils/tui/child_termination_plan.test.mjs +25 -0
  1679. package/scripts/utils/tui/daemon_auth_notice.mjs +4 -1
  1680. package/scripts/utils/tui/daemon_auth_notice.test.mjs +12 -0
  1681. package/scripts/utils/tui/daemon_autostart.mjs +5 -3
  1682. package/scripts/utils/tui/daemon_autostart.test.mjs +17 -1
  1683. package/scripts/utils/tui/daemon_pane_reconcile.mjs +6 -4
  1684. package/scripts/utils/tui/daemon_pane_reconcile.test.mjs +10 -0
  1685. package/scripts/utils/tui/pane_routing.mjs +12 -0
  1686. package/scripts/utils/tui/pane_routing.test.mjs +18 -0
  1687. package/scripts/utils/tui/stdin_error_guard.mjs +47 -0
  1688. package/scripts/utils/tui/stdin_error_guard.test.mjs +17 -0
  1689. package/scripts/utils/tui/tauri_mode.mjs +61 -0
  1690. package/scripts/utils/tui/tauri_mode.test.mjs +109 -0
  1691. package/scripts/utils/ui/ui_export_env.mjs +5 -3
  1692. package/scripts/utils/ui/ui_export_env.test.mjs +2 -1
  1693. package/scripts/utils/worktrees/reflink_copy_dir.mjs +35 -0
  1694. package/scripts/utils/worktrees/seed_node_modules.mjs +35 -0
  1695. package/scripts/utils/worktrees/seed_node_modules.test.mjs +82 -0
  1696. package/scripts/utils/worktrees/yarn_install_guard.mjs +53 -0
  1697. package/scripts/utils/worktrees/yarn_install_guard.test.mjs +73 -0
  1698. package/scripts/where.mjs +3 -0
  1699. package/scripts/worktrees.mjs +16 -0
  1700. package/scripts/worktrees_archive_cmd.integration.test.mjs +23 -108
  1701. package/docs/codex-mcp-resume.md +0 -129
  1702. package/node_modules/@happier-dev/agents/dist/providers/cliInstallSpecs.d.ts +0 -28
  1703. package/node_modules/@happier-dev/agents/dist/providers/cliInstallSpecs.d.ts.map +0 -1
  1704. package/node_modules/@happier-dev/agents/dist/providers/cliInstallSpecs.js +0 -143
  1705. package/node_modules/@happier-dev/agents/dist/providers/cliInstallSpecs.js.map +0 -1
  1706. package/node_modules/@happier-dev/agents/dist/sessionControls/publish.spec.d.ts +0 -2
  1707. package/node_modules/@happier-dev/agents/dist/sessionControls/publish.spec.d.ts.map +0 -1
  1708. package/node_modules/@happier-dev/agents/dist/sessionControls/publish.spec.js +0 -112
  1709. package/node_modules/@happier-dev/agents/dist/sessionControls/publish.spec.js.map +0 -1
  1710. package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.spec.d.ts +0 -2
  1711. package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.spec.d.ts.map +0 -1
  1712. package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.spec.js +0 -30
  1713. package/node_modules/@happier-dev/agents/dist/voice/voiceAgentPrompt.spec.js.map +0 -1
  1714. package/node_modules/@happier-dev/agents/dist/voice/voiceClientTools.d.ts +0 -10
  1715. package/node_modules/@happier-dev/agents/dist/voice/voiceClientTools.d.ts.map +0 -1
  1716. package/node_modules/@happier-dev/agents/dist/voice/voiceClientTools.js +0 -54
  1717. package/node_modules/@happier-dev/agents/dist/voice/voiceClientTools.js.map +0 -1
  1718. package/node_modules/@happier-dev/agents/dist/voice/voiceMediatorPrompt.d.ts +0 -17
  1719. package/node_modules/@happier-dev/agents/dist/voice/voiceMediatorPrompt.d.ts.map +0 -1
  1720. package/node_modules/@happier-dev/agents/dist/voice/voiceMediatorPrompt.js +0 -65
  1721. package/node_modules/@happier-dev/agents/dist/voice/voiceMediatorPrompt.js.map +0 -1
  1722. package/node_modules/@happier-dev/protocol/dist/actions/actionIds.test.d.ts +0 -2
  1723. package/node_modules/@happier-dev/protocol/dist/actions/actionIds.test.d.ts.map +0 -1
  1724. package/node_modules/@happier-dev/protocol/dist/actions/actionIds.test.js +0 -12
  1725. package/node_modules/@happier-dev/protocol/dist/actions/actionIds.test.js.map +0 -1
  1726. package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.test.d.ts +0 -2
  1727. package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.test.d.ts.map +0 -1
  1728. package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.test.js +0 -35
  1729. package/node_modules/@happier-dev/protocol/dist/actions/actionInputHintsRuntime.test.js.map +0 -1
  1730. package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.test.d.ts +0 -2
  1731. package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.test.d.ts.map +0 -1
  1732. package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.test.js +0 -18
  1733. package/node_modules/@happier-dev/protocol/dist/actions/actionSettings.test.js.map +0 -1
  1734. package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.test.d.ts +0 -2
  1735. package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.test.d.ts.map +0 -1
  1736. package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.test.js +0 -184
  1737. package/node_modules/@happier-dev/protocol/dist/actions/actionSpecs.test.js.map +0 -1
  1738. package/node_modules/@happier-dev/protocol/dist/bugReports.reporter.test.d.ts +0 -2
  1739. package/node_modules/@happier-dev/protocol/dist/bugReports.reporter.test.d.ts.map +0 -1
  1740. package/node_modules/@happier-dev/protocol/dist/bugReports.reporter.test.js +0 -33
  1741. package/node_modules/@happier-dev/protocol/dist/bugReports.reporter.test.js.map +0 -1
  1742. package/node_modules/@happier-dev/protocol/dist/bugReports.serverDiagnostics.test.d.ts +0 -2
  1743. package/node_modules/@happier-dev/protocol/dist/bugReports.serverDiagnostics.test.d.ts.map +0 -1
  1744. package/node_modules/@happier-dev/protocol/dist/bugReports.serverDiagnostics.test.js +0 -12
  1745. package/node_modules/@happier-dev/protocol/dist/bugReports.serverDiagnostics.test.js.map +0 -1
  1746. package/node_modules/@happier-dev/protocol/dist/bugReports.similarIssues.test.d.ts +0 -2
  1747. package/node_modules/@happier-dev/protocol/dist/bugReports.similarIssues.test.d.ts.map +0 -1
  1748. package/node_modules/@happier-dev/protocol/dist/bugReports.similarIssues.test.js +0 -68
  1749. package/node_modules/@happier-dev/protocol/dist/bugReports.similarIssues.test.js.map +0 -1
  1750. package/node_modules/@happier-dev/protocol/dist/bugReports.submit.test.d.ts +0 -2
  1751. package/node_modules/@happier-dev/protocol/dist/bugReports.submit.test.d.ts.map +0 -1
  1752. package/node_modules/@happier-dev/protocol/dist/bugReports.submit.test.js +0 -382
  1753. package/node_modules/@happier-dev/protocol/dist/bugReports.submit.test.js.map +0 -1
  1754. package/node_modules/@happier-dev/protocol/dist/changes.automation.test.d.ts +0 -2
  1755. package/node_modules/@happier-dev/protocol/dist/changes.automation.test.d.ts.map +0 -1
  1756. package/node_modules/@happier-dev/protocol/dist/changes.automation.test.js +0 -19
  1757. package/node_modules/@happier-dev/protocol/dist/changes.automation.test.js.map +0 -1
  1758. package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.test.d.ts +0 -2
  1759. package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.test.d.ts.map +0 -1
  1760. package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.test.js +0 -105
  1761. package/node_modules/@happier-dev/protocol/dist/crypto/accountScopedCipher.test.js.map +0 -1
  1762. package/node_modules/@happier-dev/protocol/dist/crypto/base64.test.d.ts +0 -2
  1763. package/node_modules/@happier-dev/protocol/dist/crypto/base64.test.d.ts.map +0 -1
  1764. package/node_modules/@happier-dev/protocol/dist/crypto/base64.test.js +0 -42
  1765. package/node_modules/@happier-dev/protocol/dist/crypto/base64.test.js.map +0 -1
  1766. package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.test.d.ts +0 -2
  1767. package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.test.d.ts.map +0 -1
  1768. package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.test.js +0 -65
  1769. package/node_modules/@happier-dev/protocol/dist/crypto/boxBundle.test.js.map +0 -1
  1770. package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.test.d.ts +0 -2
  1771. package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.test.d.ts.map +0 -1
  1772. package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.test.js +0 -68
  1773. package/node_modules/@happier-dev/protocol/dist/crypto/encryptedDataKeyEnvelopeV1.test.js.map +0 -1
  1774. package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.test.d.ts +0 -2
  1775. package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.test.d.ts.map +0 -1
  1776. package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.test.js +0 -67
  1777. package/node_modules/@happier-dev/protocol/dist/crypto/terminalProvisioningV2.test.js.map +0 -1
  1778. package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.test.d.ts +0 -2
  1779. package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.test.d.ts.map +0 -1
  1780. package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.test.js +0 -53
  1781. package/node_modules/@happier-dev/protocol/dist/daemonExecutionRuns.test.js.map +0 -1
  1782. package/node_modules/@happier-dev/protocol/dist/esmImportCycle.test.d.ts +0 -2
  1783. package/node_modules/@happier-dev/protocol/dist/esmImportCycle.test.d.ts.map +0 -1
  1784. package/node_modules/@happier-dev/protocol/dist/esmImportCycle.test.js +0 -16
  1785. package/node_modules/@happier-dev/protocol/dist/esmImportCycle.test.js.map +0 -1
  1786. package/node_modules/@happier-dev/protocol/dist/executionRuns.streaming.test.d.ts +0 -2
  1787. package/node_modules/@happier-dev/protocol/dist/executionRuns.streaming.test.d.ts.map +0 -1
  1788. package/node_modules/@happier-dev/protocol/dist/executionRuns.streaming.test.js +0 -23
  1789. package/node_modules/@happier-dev/protocol/dist/executionRuns.streaming.test.js.map +0 -1
  1790. package/node_modules/@happier-dev/protocol/dist/executionRuns.test.d.ts +0 -2
  1791. package/node_modules/@happier-dev/protocol/dist/executionRuns.test.d.ts.map +0 -1
  1792. package/node_modules/@happier-dev/protocol/dist/executionRuns.test.js +0 -174
  1793. package/node_modules/@happier-dev/protocol/dist/executionRuns.test.js.map +0 -1
  1794. package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.test.d.ts +0 -2
  1795. package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.test.d.ts.map +0 -1
  1796. package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.test.js +0 -22
  1797. package/node_modules/@happier-dev/protocol/dist/features/buildPolicy.test.js.map +0 -1
  1798. package/node_modules/@happier-dev/protocol/dist/features/catalog.test.d.ts +0 -2
  1799. package/node_modules/@happier-dev/protocol/dist/features/catalog.test.d.ts.map +0 -1
  1800. package/node_modules/@happier-dev/protocol/dist/features/catalog.test.js +0 -31
  1801. package/node_modules/@happier-dev/protocol/dist/features/catalog.test.js.map +0 -1
  1802. package/node_modules/@happier-dev/protocol/dist/features/decision.test.d.ts +0 -2
  1803. package/node_modules/@happier-dev/protocol/dist/features/decision.test.d.ts.map +0 -1
  1804. package/node_modules/@happier-dev/protocol/dist/features/decision.test.js +0 -31
  1805. package/node_modules/@happier-dev/protocol/dist/features/decision.test.js.map +0 -1
  1806. package/node_modules/@happier-dev/protocol/dist/features.compat.test.d.ts +0 -2
  1807. package/node_modules/@happier-dev/protocol/dist/features.compat.test.d.ts.map +0 -1
  1808. package/node_modules/@happier-dev/protocol/dist/features.compat.test.js +0 -150
  1809. package/node_modules/@happier-dev/protocol/dist/features.compat.test.js.map +0 -1
  1810. package/node_modules/@happier-dev/protocol/dist/index.exports.test.d.ts +0 -2
  1811. package/node_modules/@happier-dev/protocol/dist/index.exports.test.d.ts.map +0 -1
  1812. package/node_modules/@happier-dev/protocol/dist/index.exports.test.js +0 -57
  1813. package/node_modules/@happier-dev/protocol/dist/index.exports.test.js.map +0 -1
  1814. package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.test.d.ts +0 -2
  1815. package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.test.d.ts.map +0 -1
  1816. package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.test.js +0 -10
  1817. package/node_modules/@happier-dev/protocol/dist/reviews/reviewEngines.test.js.map +0 -1
  1818. package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.test.d.ts +0 -2
  1819. package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.test.d.ts.map +0 -1
  1820. package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.test.js +0 -15
  1821. package/node_modules/@happier-dev/protocol/dist/reviews/reviewStart.test.js.map +0 -1
  1822. package/node_modules/@happier-dev/protocol/dist/rpc.daemonExecutionRuns.test.d.ts +0 -2
  1823. package/node_modules/@happier-dev/protocol/dist/rpc.daemonExecutionRuns.test.d.ts.map +0 -1
  1824. package/node_modules/@happier-dev/protocol/dist/rpc.daemonExecutionRuns.test.js +0 -8
  1825. package/node_modules/@happier-dev/protocol/dist/rpc.daemonExecutionRuns.test.js.map +0 -1
  1826. package/node_modules/@happier-dev/protocol/dist/rpc.executionRuns.test.d.ts +0 -2
  1827. package/node_modules/@happier-dev/protocol/dist/rpc.executionRuns.test.d.ts.map +0 -1
  1828. package/node_modules/@happier-dev/protocol/dist/rpc.executionRuns.test.js +0 -11
  1829. package/node_modules/@happier-dev/protocol/dist/rpc.executionRuns.test.js.map +0 -1
  1830. package/node_modules/@happier-dev/protocol/dist/rpc.scm.test.d.ts +0 -2
  1831. package/node_modules/@happier-dev/protocol/dist/rpc.scm.test.d.ts.map +0 -1
  1832. package/node_modules/@happier-dev/protocol/dist/rpc.scm.test.js +0 -22
  1833. package/node_modules/@happier-dev/protocol/dist/rpc.scm.test.js.map +0 -1
  1834. package/node_modules/@happier-dev/protocol/dist/rpc.sessionReplay.test.d.ts +0 -2
  1835. package/node_modules/@happier-dev/protocol/dist/rpc.sessionReplay.test.d.ts.map +0 -1
  1836. package/node_modules/@happier-dev/protocol/dist/rpc.sessionReplay.test.js +0 -8
  1837. package/node_modules/@happier-dev/protocol/dist/rpc.sessionReplay.test.js.map +0 -1
  1838. package/node_modules/@happier-dev/protocol/dist/rpc.voiceAgentStreaming.test.d.ts +0 -2
  1839. package/node_modules/@happier-dev/protocol/dist/rpc.voiceAgentStreaming.test.d.ts.map +0 -1
  1840. package/node_modules/@happier-dev/protocol/dist/rpc.voiceAgentStreaming.test.js +0 -10
  1841. package/node_modules/@happier-dev/protocol/dist/rpc.voiceAgentStreaming.test.js.map +0 -1
  1842. package/node_modules/@happier-dev/protocol/dist/rpc.voiceMediatorStreaming.test.d.ts +0 -2
  1843. package/node_modules/@happier-dev/protocol/dist/rpc.voiceMediatorStreaming.test.d.ts.map +0 -1
  1844. package/node_modules/@happier-dev/protocol/dist/rpc.voiceMediatorStreaming.test.js +0 -10
  1845. package/node_modules/@happier-dev/protocol/dist/rpc.voiceMediatorStreaming.test.js.map +0 -1
  1846. package/node_modules/@happier-dev/protocol/dist/rpcErrors.test.d.ts +0 -2
  1847. package/node_modules/@happier-dev/protocol/dist/rpcErrors.test.d.ts.map +0 -1
  1848. package/node_modules/@happier-dev/protocol/dist/rpcErrors.test.js +0 -39
  1849. package/node_modules/@happier-dev/protocol/dist/rpcErrors.test.js.map +0 -1
  1850. package/node_modules/@happier-dev/protocol/dist/scm.contract.test.d.ts +0 -2
  1851. package/node_modules/@happier-dev/protocol/dist/scm.contract.test.d.ts.map +0 -1
  1852. package/node_modules/@happier-dev/protocol/dist/scm.contract.test.js +0 -197
  1853. package/node_modules/@happier-dev/protocol/dist/scm.contract.test.js.map +0 -1
  1854. package/node_modules/@happier-dev/protocol/dist/scmCapabilities.test.d.ts +0 -2
  1855. package/node_modules/@happier-dev/protocol/dist/scmCapabilities.test.d.ts.map +0 -1
  1856. package/node_modules/@happier-dev/protocol/dist/scmCapabilities.test.js +0 -23
  1857. package/node_modules/@happier-dev/protocol/dist/scmCapabilities.test.js.map +0 -1
  1858. package/node_modules/@happier-dev/protocol/dist/scmPathScope.test.d.ts +0 -2
  1859. package/node_modules/@happier-dev/protocol/dist/scmPathScope.test.d.ts.map +0 -1
  1860. package/node_modules/@happier-dev/protocol/dist/scmPathScope.test.js +0 -29
  1861. package/node_modules/@happier-dev/protocol/dist/scmPathScope.test.js.map +0 -1
  1862. package/node_modules/@happier-dev/protocol/dist/scmPolicy.test.d.ts +0 -2
  1863. package/node_modules/@happier-dev/protocol/dist/scmPolicy.test.d.ts.map +0 -1
  1864. package/node_modules/@happier-dev/protocol/dist/scmPolicy.test.js +0 -183
  1865. package/node_modules/@happier-dev/protocol/dist/scmPolicy.test.js.map +0 -1
  1866. package/node_modules/@happier-dev/protocol/dist/serverControl/contract.test.d.ts +0 -2
  1867. package/node_modules/@happier-dev/protocol/dist/serverControl/contract.test.d.ts.map +0 -1
  1868. package/node_modules/@happier-dev/protocol/dist/serverControl/contract.test.js +0 -23
  1869. package/node_modules/@happier-dev/protocol/dist/serverControl/contract.test.js.map +0 -1
  1870. package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.test.d.ts +0 -2
  1871. package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.test.d.ts.map +0 -1
  1872. package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.test.js +0 -33
  1873. package/node_modules/@happier-dev/protocol/dist/sessionContinueWithReplay.test.js.map +0 -1
  1874. package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.test.d.ts +0 -2
  1875. package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.test.d.ts.map +0 -1
  1876. package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.test.js +0 -54
  1877. package/node_modules/@happier-dev/protocol/dist/sessionControl/contract.test.js.map +0 -1
  1878. package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.test.d.ts +0 -2
  1879. package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.test.d.ts.map +0 -1
  1880. package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.test.js +0 -16
  1881. package/node_modules/@happier-dev/protocol/dist/structuredMessages/voiceAgentTurnV1.test.js.map +0 -1
  1882. package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.backcompat.spec.d.ts +0 -2
  1883. package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.backcompat.spec.d.ts.map +0 -1
  1884. package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.backcompat.spec.js +0 -43
  1885. package/node_modules/@happier-dev/protocol/dist/tools/v2/meta.backcompat.spec.js.map +0 -1
  1886. package/node_modules/@happier-dev/protocol/dist/updates.automation.test.d.ts +0 -2
  1887. package/node_modules/@happier-dev/protocol/dist/updates.automation.test.d.ts.map +0 -1
  1888. package/node_modules/@happier-dev/protocol/dist/updates.automation.test.js +0 -50
  1889. package/node_modules/@happier-dev/protocol/dist/updates.automation.test.js.map +0 -1
  1890. package/node_modules/@happier-dev/protocol/dist/voiceActions.test.d.ts +0 -2
  1891. package/node_modules/@happier-dev/protocol/dist/voiceActions.test.d.ts.map +0 -1
  1892. package/node_modules/@happier-dev/protocol/dist/voiceActions.test.js +0 -124
  1893. package/node_modules/@happier-dev/protocol/dist/voiceActions.test.js.map +0 -1
  1894. package/node_modules/@happier-dev/protocol/dist/voiceAgent.d.ts +0 -427
  1895. package/node_modules/@happier-dev/protocol/dist/voiceAgent.d.ts.map +0 -1
  1896. package/node_modules/@happier-dev/protocol/dist/voiceAgent.js +0 -118
  1897. package/node_modules/@happier-dev/protocol/dist/voiceAgent.js.map +0 -1
  1898. package/node_modules/@happier-dev/protocol/dist/voiceAgent.streaming.test.d.ts +0 -2
  1899. package/node_modules/@happier-dev/protocol/dist/voiceAgent.streaming.test.d.ts.map +0 -1
  1900. package/node_modules/@happier-dev/protocol/dist/voiceAgent.streaming.test.js +0 -43
  1901. package/node_modules/@happier-dev/protocol/dist/voiceAgent.streaming.test.js.map +0 -1
  1902. package/node_modules/@happier-dev/protocol/dist/voiceAgent.test.d.ts +0 -2
  1903. package/node_modules/@happier-dev/protocol/dist/voiceAgent.test.d.ts.map +0 -1
  1904. package/node_modules/@happier-dev/protocol/dist/voiceAgent.test.js +0 -16
  1905. package/node_modules/@happier-dev/protocol/dist/voiceAgent.test.js.map +0 -1
  1906. package/node_modules/@happier-dev/protocol/dist/voiceMediator.d.ts +0 -2737
  1907. package/node_modules/@happier-dev/protocol/dist/voiceMediator.d.ts.map +0 -1
  1908. package/node_modules/@happier-dev/protocol/dist/voiceMediator.js +0 -118
  1909. package/node_modules/@happier-dev/protocol/dist/voiceMediator.js.map +0 -1
  1910. package/node_modules/@happier-dev/protocol/dist/voiceMediator.streaming.test.d.ts +0 -2
  1911. package/node_modules/@happier-dev/protocol/dist/voiceMediator.streaming.test.d.ts.map +0 -1
  1912. package/node_modules/@happier-dev/protocol/dist/voiceMediator.streaming.test.js +0 -43
  1913. package/node_modules/@happier-dev/protocol/dist/voiceMediator.streaming.test.js.map +0 -1
  1914. package/node_modules/@happier-dev/protocol/dist/voiceMediator.test.d.ts +0 -2
  1915. package/node_modules/@happier-dev/protocol/dist/voiceMediator.test.d.ts.map +0 -1
  1916. package/node_modules/@happier-dev/protocol/dist/voiceMediator.test.js +0 -16
  1917. package/node_modules/@happier-dev/protocol/dist/voiceMediator.test.js.map +0 -1
  1918. package/scripts/provision/macos-lima-vm.sh +0 -257
  1919. package/scripts/provision/macos-lima-vm.test.mjs +0 -133
  1920. package/scripts/utils/service/autostart_darwin.mjs +0 -198
  1921. package/scripts/utils/service/autostart_darwin.test.mjs +0 -49
  1922. package/scripts/utils/service/autostart_darwin_keepalive.test.mjs +0 -19
@@ -1,3 +1,5 @@
1
+ import { z } from 'zod';
2
+ import { buildBackendTargetKey, isBuiltInAgentTarget } from '../backendTargets/backendTargetRef.js';
1
3
  function setByPath(obj, path, value) {
2
4
  const parts = String(path ?? '')
3
5
  .split('.')
@@ -16,6 +18,101 @@ function setByPath(obj, path, value) {
16
18
  }
17
19
  cur[parts[parts.length - 1]] = value;
18
20
  }
21
+ function getByPath(obj, path) {
22
+ const parts = String(path ?? '')
23
+ .split('.')
24
+ .map((p) => p.trim())
25
+ .filter(Boolean);
26
+ if (parts.length === 0)
27
+ return undefined;
28
+ let cur = obj;
29
+ for (const part of parts) {
30
+ if (!cur || typeof cur !== 'object' || Array.isArray(cur) || !(part in cur)) {
31
+ return undefined;
32
+ }
33
+ cur = cur[part];
34
+ }
35
+ return cur;
36
+ }
37
+ function splitPath(path) {
38
+ return String(path ?? '')
39
+ .split('.')
40
+ .map((part) => part.trim())
41
+ .filter(Boolean);
42
+ }
43
+ function cloneSeedValue(value) {
44
+ if (Array.isArray(value))
45
+ return value.map((entry) => cloneSeedValue(entry));
46
+ if (!value || typeof value !== 'object')
47
+ return value;
48
+ return Object.fromEntries(Object.entries(value).map(([key, entry]) => [key, cloneSeedValue(entry)]));
49
+ }
50
+ function unwrapSeedSchema(schema) {
51
+ let current = schema;
52
+ let optional = false;
53
+ let nullable = false;
54
+ for (;;) {
55
+ if (current instanceof z.ZodOptional) {
56
+ optional = true;
57
+ current = current._def.innerType;
58
+ continue;
59
+ }
60
+ if (current instanceof z.ZodDefault) {
61
+ optional = true;
62
+ current = current._def.innerType;
63
+ continue;
64
+ }
65
+ if (current instanceof z.ZodNullable) {
66
+ nullable = true;
67
+ current = current._def.innerType;
68
+ continue;
69
+ }
70
+ if (current instanceof z.ZodPipe) {
71
+ current = current._def.in;
72
+ continue;
73
+ }
74
+ break;
75
+ }
76
+ return { schema: current, optional, nullable };
77
+ }
78
+ function readDefaultValueAtPath(value, pathParts) {
79
+ if (pathParts.length === 0)
80
+ return value;
81
+ let current = value;
82
+ for (const part of pathParts) {
83
+ if (!current || typeof current !== 'object' || Array.isArray(current) || !(part in current)) {
84
+ return undefined;
85
+ }
86
+ current = current[part];
87
+ }
88
+ return current;
89
+ }
90
+ function readSchemaSeedDefaultAtPath(schema, path) {
91
+ const pathParts = splitPath(path);
92
+ const parsed = schema.safeParse(undefined);
93
+ if (parsed.success && parsed.data !== undefined) {
94
+ const value = readDefaultValueAtPath(parsed.data, pathParts);
95
+ if (value !== undefined || pathParts.length === 0) {
96
+ return { hasDefault: true, value };
97
+ }
98
+ }
99
+ if (pathParts.length === 0) {
100
+ return { hasDefault: false, value: undefined };
101
+ }
102
+ const unwrapped = unwrapSeedSchema(schema);
103
+ if (unwrapped.optional || unwrapped.nullable) {
104
+ return { hasDefault: false, value: undefined };
105
+ }
106
+ if (unwrapped.schema instanceof z.ZodObject) {
107
+ const shape = unwrapped.schema.shape ?? unwrapped.schema._def?.shape ?? {};
108
+ const [head, ...rest] = pathParts;
109
+ const childSchema = shape[head];
110
+ if (childSchema) {
111
+ return readSchemaSeedDefaultAtPath(childSchema, rest.join('.'));
112
+ }
113
+ }
114
+ return { hasDefault: false, value: undefined };
115
+ }
19
116
  function getFieldHints(spec) {
20
117
  return Array.isArray(spec.inputHints?.fields) ? spec.inputHints.fields : [];
21
118
  }
@@ -41,14 +138,31 @@ function findInstructionsField(hints) {
41
138
  }
42
139
  return null;
43
140
  }
141
+ function buildPrimarySelectionSeedValue(fieldPath, params) {
142
+ const path = String(fieldPath ?? '').trim();
143
+ if (path === 'backendTargetKeys' || path.endsWith('.backendTargetKeys')) {
144
+ if (params.defaultBackendTarget) {
145
+ return [buildBackendTargetKey(params.defaultBackendTarget)];
146
+ }
147
+ const backendId = String(params.defaultBackendId ?? '').trim();
148
+ return backendId ? [`agent:${backendId}`] : [];
149
+ }
150
+ const backendId = String(params.defaultBackendId ?? '').trim();
151
+ if (backendId)
152
+ return [backendId];
153
+ if (params.defaultBackendTarget && isBuiltInAgentTarget(params.defaultBackendTarget)) {
154
+ return [params.defaultBackendTarget.agentId];
155
+ }
156
+ return [];
157
+ }
44
158
  export function buildActionDraftSeedInput(spec, ctx) {
45
159
  const hints = getFieldHints(spec);
46
160
  const seed = {};
47
- const backendId = String(ctx.defaultBackendId ?? '').trim();
48
- if (backendId) {
49
- const backendField = findPrimaryBackendSelectionField(hints);
50
- if (backendField?.path) {
51
- setByPath(seed, backendField.path, [backendId]);
161
+ const backendField = findPrimaryBackendSelectionField(hints);
162
+ if (backendField?.path && backendField.requireExplicitSelection !== true) {
163
+ const selectionSeed = buildPrimarySelectionSeedValue(backendField.path, ctx);
164
+ if (selectionSeed.length > 0) {
165
+ setByPath(seed, backendField.path, selectionSeed);
52
166
  }
53
167
  }
54
168
  const instructions = ctx.instructions === null || ctx.instructions === undefined ? null : String(ctx.instructions);
@@ -58,6 +172,14 @@ export function buildActionDraftSeedInput(spec, ctx) {
58
172
  setByPath(seed, instructionsField.path, instructions);
59
173
  }
60
174
  }
175
+ for (const hint of hints) {
176
+ if (getByPath(seed, hint.path) !== undefined)
177
+ continue;
178
+ const fieldDefault = readSchemaSeedDefaultAtPath(spec.inputSchema, hint.path);
179
+ if (!fieldDefault.hasDefault)
180
+ continue;
181
+ setByPath(seed, hint.path, cloneSeedValue(fieldDefault.value));
182
+ }
61
183
  // Seed required selects with their first option. This keeps draft UIs usable even when the user
62
184
  // starts via a chip and the underlying input schema requires a value.
63
185
  for (const hint of hints) {
@@ -65,6 +187,8 @@ export function buildActionDraftSeedInput(spec, ctx) {
65
187
  continue;
66
188
  if (hint.required !== true)
67
189
  continue;
190
+ if (getByPath(seed, hint.path) !== undefined)
191
+ continue;
68
192
  const options = Array.isArray(hint.options) ? hint.options : [];
69
193
  if (options.length === 0)
70
194
  continue;
@@ -1 +1 @@
1
- {"version":3,"file":"actionDraftSeed.js","sourceRoot":"","sources":["../../src/actions/actionDraftSeed.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"actionDraftSeed.js","sourceRoot":"","sources":["../../src/actions/actionDraftSeed.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,qBAAqB,EAAE,oBAAoB,EAA2B,MAAM,uCAAuC,CAAC;AAG7H,SAAS,SAAS,CAAC,GAAwB,EAAE,IAAY,EAAE,KAAc;IACvE,MAAM,KAAK,GAAG,MAAM,CAAC,IAAI,IAAI,EAAE,CAAC;SAC7B,KAAK,CAAC,GAAG,CAAC;SACV,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;SACpB,MAAM,CAAC,OAAO,CAAC,CAAC;IACnB,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC;QAAE,OAAO;IAE/B,IAAI,GAAG,GAAQ,GAAG,CAAC;IACnB,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,KAAK,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC;QAC7C,MAAM,GAAG,GAAG,KAAK,CAAC,CAAC,CAAE,CAAC;QACtB,MAAM,IAAI,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;QACtB,IAAI,CAAC,IAAI,IAAI,OAAO,IAAI,KAAK,QAAQ,IAAI,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,EAAE,CAAC;YAC7D,GAAG,CAAC,GAAG,CAAC,GAAG,EAAE,CAAC;QAChB,CAAC;QACD,GAAG,GAAG,GAAG,CAAC,GAAG,CAAC,CAAC;IACjB,CAAC;IACD,GAAG,CAAC,KAAK,CAAC,KAAK,CAAC,MAAM,GAAG,CAAC,CAAE,CAAC,GAAG,KAAK,CAAC;AACxC,CAAC;AAED,SAAS,SAAS,CAAC,GAAwB,EAAE,IAAY;IACvD,MAAM,KAAK,GAAG,MAAM,CAAC,IAAI,IAAI,EAAE,CAAC;SAC7B,KAAK,CAAC,GAAG,CAAC;SACV,GAAG,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC;SACpB,MAAM,CAAC,OAAO,CAAC,CAAC;IACnB,IAAI,KAAK,CAAC,MAAM,KAAK,CAAC;QAAE,OAAO,SAAS,CAAC;IAEzC,IAAI,GAAG,GAAY,GAAG,CAAC;IACvB,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;QACzB,IAAI,CAAC,GAAG,IAAI,OAAO,GAAG,KAAK,QAAQ,IAAI,KAAK,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,IAAI,IAAI,GAAG,CAAC,EAAE,CAAC;YAC5E,OAAO,SAAS,CAAC;QACnB,CAAC;QACD,GAAG,GAAI,GAA+B,CAAC,IAAI,CAAC,CAAC;IAC/C,CAAC;IACD,OAAO,GAAG,CAAC;AACb,CAAC;AAED,SAAS,SAAS,CAAC,IAAY;IAC7B,OAAO,MAAM,CAAC,IAAI,IAAI,EAAE,CAAC;SACtB,KAAK,CAAC,GAAG,CAAC;SACV,GAAG,CAAC,CAAC,IAAI,EAAE,EAAE,CAAC,IAAI,CAAC,IAAI,EAAE,CAAC;SAC1B,MAAM,CAAC,OAAO,CAAC,CAAC;AACrB,CAAC;AAED,SAAS,cAAc,CAAC,KAAc;IACpC,IAAI,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC;QAAE,OAAO,KAAK,CAAC,GAAG,CAAC,CAAC,KAAK,EAAE,EAAE,CAAC,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC;IAC7E,IAAI,CAAC,KAAK,IAAI,OAAO,KAAK,KAAK,QAAQ;QAAE,OAAO,KAAK,CAAC;IACtD,OAAO,MAAM,CAAC,WAAW,CACvB,MAAM,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GAAG,EAAE,KAAK,CAAC,EAAE,EAAE,CAAC,CAAC,GAAG,EAAE,cAAc,CAAC,KAAK,CAAC,CAAC,CAAC,CAC1E,CAAC;AACJ,CAAC;AAED,SAAS,gBAAgB,CACvB,MAAoB;IAEpB,IAAI,OAAO,GAAG,MAAM,CAAC;IACrB,IAAI,QAAQ,GAAG,KAAK,CAAC;IACrB,IAAI,QAAQ,GAAG,KAAK,CAAC;IAErB,SAAS,CAAC;QACR,IAAI,OAAO,YAAY,CAAC,CAAC,WAAW,EAAE,CAAC;YACrC,QAAQ,GAAG,IAAI,CAAC;YAChB,OAAO,GAAI,OAAe,CAAC,IAAI,CAAC,SAAS,CAAC;YAC1C,SAAS;QACX,CAAC;QACD,IAAI,OAAO,YAAY,CAAC,CAAC,UAAU,EAAE,CAAC;YACpC,QAAQ,GAAG,IAAI,CAAC;YAChB,OAAO,GAAI,OAAe,CAAC,IAAI,CAAC,SAAS,CAAC;YAC1C,SAAS;QACX,CAAC;QACD,IAAI,OAAO,YAAY,CAAC,CAAC,WAAW,EAAE,CAAC;YACrC,QAAQ,GAAG,IAAI,CAAC;YAChB,OAAO,GAAI,OAAe,CAAC,IAAI,CAAC,SAAS,CAAC;YAC1C,SAAS;QACX,CAAC;QACD,IAAI,OAAO,YAAY,CAAC,CAAC,OAAO,EAAE,CAAC;YACjC,OAAO,GAAI,OAAe,CAAC,IAAI,CAAC,EAAE,CAAC;YACnC,SAAS;QACX,CAAC;QACD,MAAM;IACR,CAAC;IAED,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,QAAQ,EAAE,CAAC;AACjD,CAAC;AAED,SAAS,sBAAsB,CAAC,KAAc,EAAE,SAA4B;IAC1E,IAAI,SAAS,CAAC,MAAM,KAAK,CAAC;QAAE,OAAO,KAAK,CAAC;IAEzC,IAAI,OAAO,GAAY,KAAK,CAAC;IAC7B,KAAK,MAAM,IAAI,IAAI,SAAS,EAAE,CAAC;QAC7B,IAAI,CAAC,OAAO,IAAI,OAAO,OAAO,KAAK,QAAQ,IAAI,KAAK,CAAC,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC,IAAI,IAAI,OAAO,CAAC,EAAE,CAAC;YAC5F,OAAO,SAAS,CAAC;QACnB,CAAC;QACD,OAAO,GAAI,OAAmC,CAAC,IAAI,CAAC,CAAC;IACvD,CAAC;IACD,OAAO,OAAO,CAAC;AACjB,CAAC;AAED,SAAS,2BAA2B,CAClC,MAAoB,EACpB,IAAY;IAEZ,MAAM,SAAS,GAAG,SAAS,CAAC,IAAI,CAAC,CAAC;IAClC,MAAM,MAAM,GAAG,MAAM,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC;IAC3C,IAAI,MAAM,CAAC,OAAO,IAAI,MAAM,CAAC,IAAI,KAAK,SAAS,EAAE,CAAC;QAChD,MAAM,KAAK,GAAG,sBAAsB,CAAC,MAAM,CAAC,IAAI,EAAE,SAAS,CAAC,CAAC;QAC7D,IAAI,KAAK,KAAK,SAAS,IAAI,SAAS,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YAClD,OAAO,EAAE,UAAU,EAAE,IAAI,EAAE,KAAK,EAAE,CAAC;QACrC,CAAC;IACH,CAAC;IAED,IAAI,SAAS,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;QAC3B,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC;IACjD,CAAC;IAED,MAAM,SAAS,GAAG,gBAAgB,CAAC,MAAM,CAAC,CAAC;IAC3C,IAAI,SAAS,CAAC,QAAQ,IAAI,SAAS,CAAC,QAAQ,EAAE,CAAC;QAC7C,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC;IACjD,CAAC;IAED,IAAI,SAAS,CAAC,MAAM,YAAY,CAAC,CAAC,SAAS,EAAE,CAAC;QAC5C,MAAM,KAAK,GAAI,SAAS,CAAC,MAAc,CAAC,KAAK,IAAK,SAAS,CAAC,MAAc,CAAC,IAAI,EAAE,KAAK,IAAI,EAAE,CAAC;QAC7F,MAAM,CAAC,IAAI,EAAE,GAAG,IAAI,CAAC,GAAG,SAAS,CAAC;QAClC,MAAM,WAAW,GAAI,KAAsC,CAAC,IAAI,CAAC,CAAC;QAClE,IAAI,WAAW,EAAE,CAAC;YAChB,OAAO,2BAA2B,CAAC,WAAW,EAAE,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC,CAAC;QAClE,CAAC;IACH,CAAC;IAED,OAAO,EAAE,UAAU,EAAE,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,CAAC;AACjD,CAAC;AAED,SAAS,aAAa,CAAC,IAAgB;IACrC,OAAO,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,UAAU,EAAE,MAAM,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,UAAW,CAAC,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;AAC/E,CAAC;AAED,SAAS,gCAAgC,CAAC,KAAsC;IAC9E,kGAAkG;IAClG,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;QACzB,IAAI,IAAI,CAAC,MAAM,KAAK,aAAa;YAAE,SAAS;QAC5C,IAAI,OAAQ,IAAY,CAAC,eAAe,KAAK,QAAQ,IAAI,MAAM,CAAE,IAAY,CAAC,eAAe,CAAC,CAAC,IAAI,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YACjH,OAAO,IAAI,CAAC;QACd,CAAC;IACH,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AAED,SAAS,qBAAqB,CAAC,KAAsC;IACnE,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;QACzB,IAAI,IAAI,CAAC,IAAI,KAAK,cAAc;YAAE,OAAO,IAAI,CAAC;IAChD,CAAC;IACD,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;QACzB,IAAI,IAAI,CAAC,MAAM,KAAK,UAAU;YAAE,OAAO,IAAI,CAAC;IAC9C,CAAC;IACD,OAAO,IAAI,CAAC;AACd,CAAC;AAED,SAAS,8BAA8B,CACrC,SAAiB,EACjB,MAGE;IAEF,MAAM,IAAI,GAAG,MAAM,CAAC,SAAS,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;IAC5C,IAAI,IAAI,KAAK,mBAAmB,IAAI,IAAI,CAAC,QAAQ,CAAC,oBAAoB,CAAC,EAAE,CAAC;QACxE,IAAI,MAAM,CAAC,oBAAoB,EAAE,CAAC;YAChC,OAAO,CAAC,qBAAqB,CAAC,MAAM,CAAC,oBAAoB,CAAC,CAAC,CAAC;QAC9D,CAAC;QACD,MAAM,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,gBAAgB,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;QAC/D,OAAO,SAAS,CAAC,CAAC,CAAC,CAAC,SAAS,SAAS,EAAE,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC;IACjD,CAAC;IACD,MAAM,SAAS,GAAG,MAAM,CAAC,MAAM,CAAC,gBAAgB,IAAI,EAAE,CAAC,CAAC,IAAI,EAAE,CAAC;IAC/D,IAAI,SAAS;QAAE,OAAO,CAAC,SAAS,CAAC,CAAC;IAClC,IAAI,MAAM,CAAC,oBAAoB,IAAI,oBAAoB,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,CAAC;QACrF,OAAO,CAAC,MAAM,CAAC,oBAAoB,CAAC,OAAO,CAAC,CAAC;IAC/C,CAAC;IACD,OAAO,EAAE,CAAC;AACZ,CAAC;AAED,MAAM,UAAU,yBAAyB,CACvC,IAAgB,EAChB,GAIE;IAEF,MAAM,KAAK,GAAG,aAAa,CAAC,IAAI,CAAC,CAAC;IAClC,MAAM,IAAI,GAAwB,EAAE,CAAC;IAErC,MAAM,YAAY,GAAG,gCAAgC,CAAC,KAAK,CAAC,CAAC;IAC7D,IAAI,YAAY,EAAE,IAAI,IAAI,YAAY,CAAC,wBAAwB,KAAK,IAAI,EAAE,CAAC;QACzE,MAAM,aAAa,GAAG,8BAA8B,CAAC,YAAY,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC;QAC7E,IAAI,aAAa,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC;YAC7B,SAAS,CAAC,IAAI,EAAE,YAAY,CAAC,IAAI,EAAE,aAAa,CAAC,CAAC;QACpD,CAAC;IACH,CAAC;IAED,MAAM,YAAY,GAAG,GAAG,CAAC,YAAY,KAAK,IAAI,IAAI,GAAG,CAAC,YAAY,KAAK,SAAS,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,MAAM,CAAC,GAAG,CAAC,YAAY,CAAC,CAAC;IACnH,IAAI,YAAY,KAAK,IAAI,EAAE,CAAC;QAC1B,MAAM,iBAAiB,GAAG,qBAAqB,CAAC,KAAK,CAAC,CAAC;QACvD,IAAI,iBAAiB,EAAE,IAAI,EAAE,CAAC;YAC5B,SAAS,CAAC,IAAI,EAAE,iBAAiB,CAAC,IAAI,EAAE,YAAY,CAAC,CAAC;QACxD,CAAC;IACH,CAAC;IAED,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;QACzB,IAAI,SAAS,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK,SAAS;YAAE,SAAS;QACvD,MAAM,YAAY,GAAG,2BAA2B,CAAC,IAAI,CAAC,WAAW,EAAE,IAAI,CAAC,IAAI,CAAC,CAAC;QAC9E,IAAI,CAAC,YAAY,CAAC,UAAU;YAAE,SAAS;QACvC,SAAS,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,cAAc,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;IACjE,CAAC;IAED,gGAAgG;IAChG,sEAAsE;IACtE,KAAK,MAAM,IAAI,IAAI,KAAK,EAAE,CAAC;QACzB,IAAI,IAAI,CAAC,MAAM,KAAK,QAAQ;YAAE,SAAS;QACvC,IAAI,IAAI,CAAC,QAAQ,KAAK,IAAI;YAAE,SAAS;QACrC,IAAI,SAAS,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,CAAC,KAAK,SAAS;YAAE,SAAS;QACvD,MAAM,OAAO,GAAG,KAAK,CAAC,OAAO,CAAE,IAAY,CAAC,OAAO,CAAC,CAAC,CAAC,CAAG,IAAY,CAAC,OAAqC,CAAC,CAAC,CAAC,EAAE,CAAC;QACjH,IAAI,OAAO,CAAC,MAAM,KAAK,CAAC;YAAE,SAAS;QACnC,SAAS,CAAC,IAAI,EAAE,IAAI,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAE,CAAC,KAAK,CAAC,CAAC;IAChD,CAAC;IAED,OAAO,IAAI,CAAC;AACd,CAAC"}
@@ -3,6 +3,10 @@ import type { ActionId } from './actionIds.js';
3
3
  import type { ActionUiPlacement } from './actionUiPlacements.js';
4
4
  import type { MemorySearchQueryV1, MemorySearchResultV1 } from '../memory/memorySearch.js';
5
5
  import type { MemoryWindowV1 } from '../memory/memoryWindow.js';
6
+ import { type ApprovalRequestV1 } from '../approvals/approvalRequestV1.js';
7
+ import type { PromptRegistryConfiguredSourceV1 } from '../promptLibrary/promptRegistriesV1.js';
8
+ import type { SessionRollbackTarget } from '../sessionRollback.js';
9
+ import { type SessionHandoffWorkspaceTransfer } from '../sessionControl/handoff/handoffSchemas.js';
6
10
  export type ActionExecuteResult = Readonly<{
7
11
  ok: true;
8
12
  result: unknown;
@@ -31,6 +35,15 @@ export type ActionExecutorContext = Readonly<{
31
35
  * placement gating when desired.
32
36
  */
33
37
  placement?: ActionUiPlacement | null;
38
+ /**
39
+ * Internal escape hatch used when executing an action *because it has already been approved*.
40
+ *
41
+ * When true, the executor will still enforce surface/placement enablement, but it will not
42
+ * route the underlying action through the approvals queue again. This prevents nested
43
+ * approvals (and recursion) when `approval.request.decide` executes an approved action
44
+ * on the same surface that originally required approvals.
45
+ */
46
+ bypassApprovals?: boolean;
34
47
  }>;
35
48
  export type ActionExecutorDeps = Readonly<{
36
49
  executionRunStart: (sessionId: string, request: any, opts?: Readonly<{
@@ -51,14 +64,34 @@ export type ActionExecutorDeps = Readonly<{
51
64
  executionRunAction: (sessionId: string, request: any, opts?: Readonly<{
52
65
  serverId?: string | null;
53
66
  }>) => Promise<unknown>;
67
+ executionRunWait: (sessionId: string, request: any, opts?: Readonly<{
68
+ serverId?: string | null;
69
+ }>) => Promise<unknown>;
54
70
  sessionOpen: (args: Readonly<{
55
71
  sessionId: string;
56
72
  }>) => Promise<unknown>;
73
+ sessionFork: (args: Readonly<{
74
+ sessionId: string;
75
+ serverId?: string | null;
76
+ }>) => Promise<unknown>;
77
+ sessionRollback: (args: Readonly<{
78
+ sessionId: string;
79
+ serverId?: string | null;
80
+ target?: SessionRollbackTarget;
81
+ }>) => Promise<unknown>;
82
+ sessionHandoffStart?: (args: Readonly<{
83
+ sessionId: string;
84
+ targetMachineId: string;
85
+ targetSessionStorageMode?: 'direct' | 'persisted';
86
+ workspaceTransfer?: SessionHandoffWorkspaceTransfer;
87
+ serverId?: string | null;
88
+ }>) => Promise<unknown>;
57
89
  sessionSpawnNew: (args: Readonly<{
58
90
  tag?: string;
59
- workspaceId?: string;
60
91
  agentId?: string;
61
92
  modelId?: string;
93
+ backendTargetKey?: string;
94
+ title?: string;
62
95
  path?: string;
63
96
  host?: string;
64
97
  initialMessage?: string;
@@ -69,9 +102,6 @@ export type ActionExecutorDeps = Readonly<{
69
102
  modelId?: string;
70
103
  initialMessage?: string;
71
104
  }>) => Promise<unknown>;
72
- workspacesListRecent: (args: Readonly<{
73
- limit?: number;
74
- }>) => Promise<unknown>;
75
105
  pathsListRecent: (args: Readonly<{
76
106
  machineId?: string;
77
107
  limit?: number;
@@ -82,24 +112,96 @@ export type ActionExecutorDeps = Readonly<{
82
112
  serversList: (args: Readonly<{
83
113
  limit?: number;
84
114
  }>) => Promise<unknown>;
115
+ reviewEnginesList: (args: Readonly<{
116
+ sessionId: string;
117
+ includeDisabled?: boolean;
118
+ }>) => Promise<unknown>;
85
119
  agentsBackendsList: (args: Readonly<{
86
120
  includeDisabled?: boolean;
121
+ limit?: number;
87
122
  }>) => Promise<unknown>;
88
123
  agentsModelsList: (args: Readonly<{
89
124
  agentId: string;
90
125
  machineId?: string;
126
+ limit?: number;
127
+ backendTargetKey?: string;
91
128
  }>) => Promise<unknown>;
92
129
  sessionSendMessage: (args: Readonly<{
93
130
  sessionId: string;
94
131
  message: string;
132
+ permissionModeOverride?: string;
133
+ modelOverride?: string | null;
134
+ wait?: boolean;
135
+ timeoutSeconds?: number;
136
+ serverId?: string | null;
137
+ }>) => Promise<unknown>;
138
+ sessionTitleSet?: (args: Readonly<{
139
+ sessionId: string;
140
+ title: string;
141
+ serverId?: string | null;
142
+ }>) => Promise<unknown>;
143
+ sessionStop?: (args: Readonly<{
144
+ sessionId: string;
145
+ serverId?: string | null;
146
+ }>) => Promise<unknown>;
147
+ sessionPermissionModeSet?: (args: Readonly<{
148
+ sessionId: string;
149
+ permissionMode: string;
150
+ serverId?: string | null;
151
+ }>) => Promise<unknown>;
152
+ sessionModelSet?: (args: Readonly<{
153
+ sessionId: string;
154
+ modelId: string;
155
+ serverId?: string | null;
156
+ }>) => Promise<unknown>;
157
+ sessionArchiveSet?: (args: Readonly<{
158
+ sessionId: string;
159
+ archived: boolean;
95
160
  serverId?: string | null;
96
161
  }>) => Promise<unknown>;
97
- sessionPermissionRespond: (args: Readonly<{
162
+ sessionStatusGet?: (args: Readonly<{
163
+ sessionId: string;
164
+ live?: boolean;
165
+ serverId?: string | null;
166
+ }>) => Promise<unknown>;
167
+ sessionHistoryGet?: (args: Readonly<{
168
+ sessionId: string;
169
+ limit?: number;
170
+ format?: 'compact' | 'raw';
171
+ includeMeta?: boolean;
172
+ includeStructuredPayload?: boolean;
173
+ serverId?: string | null;
174
+ }>) => Promise<unknown>;
175
+ sessionWaitIdle?: (args: Readonly<{
176
+ sessionId: string;
177
+ timeoutSeconds?: number;
178
+ serverId?: string | null;
179
+ }>) => Promise<unknown>;
180
+ sessionPermissionRespond?: (args: Readonly<{
98
181
  sessionId: string;
99
182
  decision: 'allow' | 'deny';
100
183
  requestId?: string | null;
101
184
  serverId?: string | null;
102
185
  }>) => Promise<unknown>;
186
+ sessionUserActionAnswer?: (args: Readonly<{
187
+ sessionId: string;
188
+ requestId?: string | null;
189
+ answers: readonly Readonly<{
190
+ question: string;
191
+ answer: string;
192
+ }>[];
193
+ decision?: 'approve' | 'reject' | 'request_changes';
194
+ reason?: string;
195
+ updatedPermissions?: unknown;
196
+ serverId?: string | null;
197
+ }>) => Promise<unknown>;
198
+ sessionModeSet: (args: Readonly<{
199
+ sessionId: string;
200
+ modeId: string;
201
+ }>) => Promise<unknown>;
202
+ sessionModesList: (args: Readonly<{
203
+ sessionId: string;
204
+ }>) => Promise<unknown>;
103
205
  sessionTargetPrimarySet: (args: Readonly<{
104
206
  sessionId: string | null;
105
207
  }>) => Promise<unknown>;
@@ -110,6 +212,10 @@ export type ActionExecutorDeps = Readonly<{
110
212
  limit?: number;
111
213
  cursor?: string | null;
112
214
  includeLastMessagePreview?: boolean;
215
+ activeOnly?: boolean;
216
+ archivedOnly?: boolean;
217
+ includeSystem?: boolean;
218
+ resumableOnly?: boolean;
113
219
  }>) => Promise<unknown>;
114
220
  sessionActivityGet: (args: Readonly<{
115
221
  sessionId: string;
@@ -125,6 +231,9 @@ export type ActionExecutorDeps = Readonly<{
125
231
  maxCharsPerMessage?: number | null;
126
232
  }>) => Promise<unknown>;
127
233
  resetGlobalVoiceAgent: () => Promise<void> | void;
234
+ teleportVoiceAgentToSessionRoot?: (args: Readonly<{
235
+ sessionId: string;
236
+ }>) => Promise<unknown>;
128
237
  daemonMemorySearch: (args: Readonly<{
129
238
  machineId: string;
130
239
  query: MemorySearchQueryV1;
@@ -142,7 +251,73 @@ export type ActionExecutorDeps = Readonly<{
142
251
  sessionId?: string;
143
252
  serverId?: string | null;
144
253
  }>) => Promise<unknown>;
254
+ approvalsCreate?: (args: Readonly<{
255
+ request: ApprovalRequestV1;
256
+ serverId?: string | null;
257
+ }>) => Promise<{
258
+ artifactId: string;
259
+ }>;
260
+ approvalsGet?: (args: Readonly<{
261
+ artifactId: string;
262
+ serverId?: string | null;
263
+ }>) => Promise<ApprovalRequestV1 | null>;
264
+ approvalsUpdate?: (args: Readonly<{
265
+ artifactId: string;
266
+ request: ApprovalRequestV1;
267
+ serverId?: string | null;
268
+ }>) => Promise<{
269
+ ok: true;
270
+ } | {
271
+ ok: false;
272
+ errorCode: string;
273
+ error: string;
274
+ }>;
275
+ promptDocUpdate?: (args: Readonly<{
276
+ artifactId: string;
277
+ title: string;
278
+ markdown: string;
279
+ folderId?: string | null;
280
+ tags?: readonly string[];
281
+ }>) => Promise<unknown>;
282
+ promptBundleUpdate?: (args: Readonly<{
283
+ artifactId: string;
284
+ title: string;
285
+ skillMarkdown: string;
286
+ folderId?: string | null;
287
+ tags?: readonly string[];
288
+ }>) => Promise<unknown>;
289
+ promptAssetExport?: (args: Readonly<{
290
+ artifactId: string;
291
+ machineId: string;
292
+ assetTypeId: string;
293
+ scope: 'user' | 'project';
294
+ serverId?: string | null;
295
+ directory?: string;
296
+ targetPath?: string;
297
+ targetName?: string;
298
+ installMode?: 'copy' | 'symlink';
299
+ }>) => Promise<unknown>;
300
+ promptRegistryInstall?: (args: Readonly<{
301
+ machineId: string;
302
+ sourceId: string;
303
+ itemId: string;
304
+ configuredSources: readonly PromptRegistryConfiguredSourceV1[];
305
+ serverId?: string | null;
306
+ installTarget?: Readonly<{
307
+ assetTypeId: string;
308
+ scope: 'user' | 'project';
309
+ directory?: string;
310
+ targetName: string;
311
+ installMode?: 'copy' | 'symlink';
312
+ }>;
313
+ }>) => Promise<unknown>;
145
314
  isActionEnabled?: (actionId: ActionId, ctx: ActionExecutorContext) => boolean;
315
+ /**
316
+ * Optional approvals routing policy hook.
317
+ *
318
+ * When true, the executor will create an approval request instead of executing the action.
319
+ */
320
+ isActionApprovalRequired?: (actionId: ActionId, ctx: ActionExecutorContext) => boolean;
146
321
  resolveServerIdForSessionId?: (sessionId: string) => string | null;
147
322
  }>;
148
323
  export declare function createActionExecutor(deps: ActionExecutorDeps): Readonly<{
@@ -1 +1 @@
1
- {"version":3,"file":"actionExecutor.d.ts","sourceRoot":"","sources":["../../src/actions/actionExecutor.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,KAAK,cAAc,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AAC3F,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,2BAA2B,CAAC;AAEhE,MAAM,MAAM,mBAAmB,GAC3B,QAAQ,CAAC;IAAE,EAAE,EAAE,IAAI,CAAC;IAAC,MAAM,EAAE,OAAO,CAAA;CAAE,CAAC,GACvC,QAAQ,CAAC;IAAE,EAAE,EAAE,KAAK,CAAC;IAAC,SAAS,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAA;CAAE,CAAC,CAAC;AAE9D,MAAM,MAAM,qBAAqB,GAAG,QAAQ,CAAC;IAC3C;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEjC;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAEzB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,cAAc,GAAG,IAAI,CAAC;IAEtC;;;OAGG;IACH,SAAS,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAC;CACtC,CAAC,CAAC;AAEH,MAAM,MAAM,kBAAkB,GAAG,QAAQ,CAAC;IAExC,iBAAiB,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,QAAQ,CAAC;QAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACxH,gBAAgB,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,QAAQ,CAAC;QAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACvH,eAAe,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,QAAQ,CAAC;QAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACtH,gBAAgB,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,QAAQ,CAAC;QAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACvH,gBAAgB,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,QAAQ,CAAC;QAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACvH,kBAAkB,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,GAAG,EAAE,IAAI,CAAC,EAAE,QAAQ,CAAC;QAAE,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAGzH,WAAW,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QAAE,SAAS,EAAE,MAAM,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACzE,eAAe,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QAC/B,GAAG,CAAC,EAAE,MAAM,CAAC;QACb,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,OAAO,CAAC,EAAE,MAAM,CAAC;QACjB,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,IAAI,CAAC,EAAE,MAAM,CAAC;QACd,cAAc,CAAC,EAAE,MAAM,CAAC;KACzB,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACxB,kBAAkB,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QAAE,GAAG,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,MAAM,CAAC;QAAC,cAAc,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAGxI,oBAAoB,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QAAE,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAC/E,eAAe,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QAAE,SAAS,CAAC,EAAE,MAAM,CAAC;QAAC,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAC9F,YAAY,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QAAE,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACvE,WAAW,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QAAE,KAAK,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACtE,kBAAkB,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QAAE,eAAe,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACxF,gBAAgB,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAGhG,kBAAkB,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAG3H,wBAAwB,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QACxC,SAAS,EAAE,MAAM,CAAC;QAClB,QAAQ,EAAE,OAAO,GAAG,MAAM,CAAC;QAC3B,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAC1B,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAGxB,uBAAuB,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QAAE,SAAS,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAC5F,uBAAuB,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QAAE,UAAU,EAAE,SAAS,MAAM,EAAE,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACjG,WAAW,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QAAE,KAAK,CAAC,EAAE,MAAM,CAAC;QAAC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QAAC,yBAAyB,CAAC,EAAE,OAAO,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACnI,kBAAkB,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,aAAa,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACxG,wBAAwB,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QACxC,SAAS,EAAE,MAAM,CAAC;QAClB,gBAAgB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACjC,KAAK,CAAC,EAAE,MAAM,CAAC;QACf,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;QACvB,WAAW,CAAC,EAAE,OAAO,CAAC;QACtB,gBAAgB,CAAC,EAAE,OAAO,CAAC;QAC3B,kBAAkB,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KACpC,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAGxB,qBAAqB,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,CAAC;IAGlD,kBAAkB,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,mBAAmB,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACnJ,qBAAqB,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QACrC,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;QAClB,OAAO,EAAE,MAAM,CAAC;QAChB,KAAK,EAAE,MAAM,CAAC;QACd,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KAC1B,CAAC,KAAK,OAAO,CAAC,cAAc,CAAC,CAAC;IAC/B,0BAA0B,EAAE,CAAC,IAAI,EAAE,QAAQ,CAAC;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAC;QAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,CAAC,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAGtI,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,GAAG,EAAE,qBAAqB,KAAK,OAAO,CAAC;IAG9E,2BAA2B,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,MAAM,GAAG,IAAI,CAAC;CACpE,CAAC,CAAC;AAoDH,wBAAgB,oBAAoB,CAAC,IAAI,EAAE,kBAAkB,GAAG,QAAQ,CAAC;IACvE,OAAO,EAAE,CAAC,QAAQ,EAAE,QAAQ,EAAE,KAAK,EAAE,OAAO,EAAE,OAAO,CAAC,EAAE,qBAAqB,KAAK,OAAO,CAAC,mBAAmB,CAAC,CAAC;CAChH,CAAC,CA+TD"}
1
+ {"version":3,"file":"actionExecutor.d.ts","sourceRoot":"","sources":["../../src/actions/actionExecutor.ts"],"names":[],"mappings":"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"}