@xemahq/agent-session-api-client 0.1.2 → 0.3.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 (323) hide show
  1. package/LICENSE +175 -201
  2. package/README.md +62 -0
  3. package/dist/custom-fetch.d.ts +1 -1
  4. package/dist/custom-fetch.js +1 -1
  5. package/dist/endpoints/output-surface-inspect/output-surface-inspect.d.ts +3 -3
  6. package/dist/endpoints/output-surface-inspect/output-surface-inspect.js +6 -6
  7. package/dist/endpoints/output-surfaces/output-surfaces.d.ts +8 -8
  8. package/dist/endpoints/output-surfaces/output-surfaces.js +21 -21
  9. package/dist/endpoints/sandbox-sessions/sandbox-sessions.d.ts +8 -8
  10. package/dist/endpoints/sandbox-sessions/sandbox-sessions.js +21 -21
  11. package/dist/endpoints/session-attachments/session-attachments.d.ts +4 -4
  12. package/dist/endpoints/session-attachments/session-attachments.js +9 -9
  13. package/dist/endpoints/session-blob-attachments/session-blob-attachments.d.ts +2 -2
  14. package/dist/endpoints/session-blob-attachments/session-blob-attachments.js +3 -3
  15. package/dist/endpoints/session-participants/session-participants.d.ts +5 -5
  16. package/dist/endpoints/session-participants/session-participants.js +12 -12
  17. package/dist/endpoints/sessions/sessions.d.ts +60 -50
  18. package/dist/endpoints/sessions/sessions.js +177 -143
  19. package/dist/endpoints/threads/threads.d.ts +9 -9
  20. package/dist/endpoints/threads/threads.js +24 -24
  21. package/dist/index.d.ts +0 -3
  22. package/dist/index.js +1 -4
  23. package/dist/models/addAttachmentDto.d.ts +2 -2
  24. package/dist/models/attachSkillDto.d.ts +1 -1
  25. package/dist/models/attachSkillDto.js +1 -1
  26. package/dist/models/attachmentClass.d.ts +1 -1
  27. package/dist/models/attachmentClass.js +1 -1
  28. package/dist/models/attachmentResponseDto.d.ts +3 -3
  29. package/dist/models/attachmentResponseDtoDataArrayEnvelope.d.ts +2 -2
  30. package/dist/models/attachmentResponseDtoDataEnvelope.d.ts +2 -2
  31. package/dist/models/attachmentUploadInitResponseDto.d.ts +2 -2
  32. package/dist/models/attachmentUploadInitResponseDtoDataEnvelope.d.ts +2 -2
  33. package/dist/models/attachmentUploadInitResponseDtoRequiredHeaders.d.ts +1 -1
  34. package/dist/models/attachmentUploadInitResponseDtoRequiredHeaders.js +1 -1
  35. package/dist/models/branchStrategy.d.ts +1 -1
  36. package/dist/models/branchStrategy.js +1 -1
  37. package/dist/models/buildImageResultDto.d.ts +1 -1
  38. package/dist/models/buildImageResultDto.js +1 -1
  39. package/dist/models/buildImageStartedResponseDto.d.ts +1 -1
  40. package/dist/models/buildImageStartedResponseDto.js +1 -1
  41. package/dist/models/buildImageStartedResponseDtoDataEnvelope.d.ts +2 -2
  42. package/dist/models/buildImageStatusResponseDto.d.ts +4 -4
  43. package/dist/models/buildImageStatusResponseDtoDataEnvelope.d.ts +2 -2
  44. package/dist/models/buildImageStatusResponseDtoFailureMessage.d.ts +1 -1
  45. package/dist/models/buildImageStatusResponseDtoFailureMessage.js +1 -1
  46. package/dist/models/buildImageStatusResponseDtoStatus.d.ts +1 -1
  47. package/dist/models/buildImageStatusResponseDtoStatus.js +1 -1
  48. package/dist/models/changeSessionInstructionsDto.d.ts +16 -0
  49. package/dist/models/changeSessionInstructionsDto.js +2 -0
  50. package/dist/models/changeSessionInstructionsDtoInstructions.d.ts +15 -0
  51. package/dist/models/changeSessionInstructionsDtoInstructions.js +9 -0
  52. package/dist/models/changeSessionModelDto.d.ts +2 -2
  53. package/dist/models/changeSessionModelDtoSelection.d.ts +1 -1
  54. package/dist/models/changeSessionModelDtoSelection.js +1 -1
  55. package/dist/models/changeSessionPermissionDto.d.ts +15 -0
  56. package/dist/models/changeSessionPermissionDto.js +2 -0
  57. package/dist/models/changeSessionPermissionDtoPermission.d.ts +14 -0
  58. package/dist/models/changeSessionPermissionDtoPermission.js +9 -0
  59. package/dist/models/changeSessionToolsDto.d.ts +3 -3
  60. package/dist/models/createSandboxSessionDto.d.ts +3 -3
  61. package/dist/models/createSessionDto.d.ts +44 -0
  62. package/dist/models/createSessionDto.js +2 -0
  63. package/dist/models/createSessionDtoCustomConfig.d.ts +13 -0
  64. package/dist/models/createSessionDtoCustomConfig.js +9 -0
  65. package/dist/models/createThreadDto.d.ts +1 -1
  66. package/dist/models/createThreadDto.js +1 -1
  67. package/dist/models/environmentDriftDetectedPayloadDto.d.ts +2 -2
  68. package/dist/models/environmentDriftEntryDto.d.ts +3 -3
  69. package/dist/models/environmentDriftEntryDtoAfter.d.ts +1 -1
  70. package/dist/models/environmentDriftEntryDtoAfter.js +1 -1
  71. package/dist/models/environmentDriftEntryDtoBefore.d.ts +1 -1
  72. package/dist/models/environmentDriftEntryDtoBefore.js +1 -1
  73. package/dist/models/errorDetailsDto.d.ts +2 -2
  74. package/dist/models/errorDetailsDtoDetails.d.ts +1 -1
  75. package/dist/models/errorDetailsDtoDetails.js +1 -1
  76. package/dist/models/errorPayloadDto.d.ts +2 -2
  77. package/dist/models/errorResponseDto.d.ts +2 -2
  78. package/dist/models/externalInviteDeliveryMode.d.ts +1 -1
  79. package/dist/models/externalInviteDeliveryMode.js +1 -1
  80. package/dist/models/gitCommitEntryDto.d.ts +1 -1
  81. package/dist/models/gitCommitEntryDto.js +1 -1
  82. package/dist/models/gitCommitEntryDtoDataArrayEnvelope.d.ts +2 -2
  83. package/dist/models/gitCommitResponseDto.d.ts +1 -1
  84. package/dist/models/gitCommitResponseDto.js +1 -1
  85. package/dist/models/gitCommitResponseDtoDataEnvelope.d.ts +2 -2
  86. package/dist/models/gitStatusResponseDto.d.ts +2 -2
  87. package/dist/models/gitStatusResponseDtoDataEnvelope.d.ts +2 -2
  88. package/dist/models/index.d.ts +9 -14
  89. package/dist/models/index.js +9 -14
  90. package/dist/models/initAttachmentUploadDto.d.ts +1 -1
  91. package/dist/models/initAttachmentUploadDto.js +1 -1
  92. package/dist/models/inspectStepResultDto.d.ts +4 -4
  93. package/dist/models/inspectStepResultDtoData.d.ts +1 -1
  94. package/dist/models/inspectStepResultDtoData.js +1 -1
  95. package/dist/models/inspectStepResultDtoKind.d.ts +1 -1
  96. package/dist/models/inspectStepResultDtoKind.js +1 -1
  97. package/dist/models/inspectStepResultDtoStatus.d.ts +1 -1
  98. package/dist/models/inspectStepResultDtoStatus.js +1 -1
  99. package/dist/models/invitableParticipantRole.d.ts +1 -1
  100. package/dist/models/invitableParticipantRole.js +1 -1
  101. package/dist/models/inviteExternalDto.d.ts +3 -3
  102. package/dist/models/inviteParticipantDto.d.ts +2 -2
  103. package/dist/models/invitedExternalParticipantResponseDto.d.ts +1 -1
  104. package/dist/models/invitedExternalParticipantResponseDto.js +1 -1
  105. package/dist/models/invitedExternalParticipantResponseDtoDataEnvelope.d.ts +2 -2
  106. package/dist/models/kBPushResponseDto.d.ts +1 -1
  107. package/dist/models/kBPushResponseDto.js +1 -1
  108. package/dist/models/kBPushResponseDtoDataEnvelope.d.ts +2 -2
  109. package/dist/models/kbMountsResponseDto.d.ts +2 -2
  110. package/dist/models/kbMountsResponseDtoDataEnvelope.d.ts +2 -2
  111. package/dist/models/kbPageMountDto.d.ts +1 -1
  112. package/dist/models/kbPageMountDto.js +1 -1
  113. package/dist/models/listSessionParticipantsResponseDto.d.ts +2 -2
  114. package/dist/models/listSessionParticipantsResponseDtoDataEnvelope.d.ts +2 -2
  115. package/dist/models/mergeCheckResponseDto.d.ts +1 -1
  116. package/dist/models/mergeCheckResponseDto.js +1 -1
  117. package/dist/models/mergeCheckResponseDtoDataEnvelope.d.ts +2 -2
  118. package/dist/models/messageResponseDto.d.ts +3 -3
  119. package/dist/models/messageResponseDtoMetadata.d.ts +1 -1
  120. package/dist/models/messageResponseDtoMetadata.js +1 -1
  121. package/dist/models/messageResponseDtoPaginatedEnvelope.d.ts +3 -3
  122. package/dist/models/outputSurfaceAppResponseDto.d.ts +3 -3
  123. package/dist/models/outputSurfaceAppResponseDtoDataArrayEnvelope.d.ts +2 -2
  124. package/dist/models/outputSurfaceAppResponseDtoDataEnvelope.d.ts +2 -2
  125. package/dist/models/outputSurfaceAppStatus.d.ts +1 -1
  126. package/dist/models/outputSurfaceAppStatus.js +1 -1
  127. package/dist/models/outputSurfaceControllerRestartParams.d.ts +2 -2
  128. package/dist/models/outputSurfaceControllerScanParams.d.ts +2 -2
  129. package/dist/models/outputSurfaceRemediationKindInput.d.ts +1 -1
  130. package/dist/models/outputSurfaceRemediationKindInput.js +1 -1
  131. package/dist/models/outputSurfaceRestartMode.d.ts +1 -1
  132. package/dist/models/outputSurfaceRestartMode.js +1 -1
  133. package/dist/models/paginationMeta.d.ts +1 -1
  134. package/dist/models/paginationMeta.js +1 -1
  135. package/dist/models/participantRole.d.ts +1 -1
  136. package/dist/models/participantRole.js +1 -1
  137. package/dist/models/participantSubjectKind.d.ts +1 -1
  138. package/dist/models/participantSubjectKind.js +1 -1
  139. package/dist/models/projectKind.d.ts +1 -1
  140. package/dist/models/projectKind.js +1 -1
  141. package/dist/models/providerEntryDto.d.ts +3 -3
  142. package/dist/models/providerEntryDtoKind.d.ts +1 -1
  143. package/dist/models/providerEntryDtoKind.js +1 -1
  144. package/dist/models/pullRequestResponseDto.d.ts +2 -2
  145. package/dist/models/pullRequestResponseDtoDataEnvelope.d.ts +2 -2
  146. package/dist/models/pullRequestResponseDtoPrUrl.d.ts +1 -1
  147. package/dist/models/pullRequestResponseDtoPrUrl.js +1 -1
  148. package/dist/models/pushDocumentEditDto.d.ts +1 -1
  149. package/dist/models/pushDocumentEditDto.js +1 -1
  150. package/dist/models/reasoningDeltaPayloadDto.d.ts +1 -1
  151. package/dist/models/reasoningDeltaPayloadDto.js +1 -1
  152. package/dist/models/referenceAttachmentClass.d.ts +1 -1
  153. package/dist/models/referenceAttachmentClass.js +1 -1
  154. package/dist/models/remediateOutputSurfaceDto.d.ts +2 -2
  155. package/dist/models/remediateOutputSurfaceResponseDto.d.ts +1 -1
  156. package/dist/models/remediateOutputSurfaceResponseDto.js +1 -1
  157. package/dist/models/remediateOutputSurfaceResponseDtoDataEnvelope.d.ts +2 -2
  158. package/dist/models/repoGitStatusDto.d.ts +2 -2
  159. package/dist/models/repoRole.d.ts +1 -1
  160. package/dist/models/repoRole.js +1 -1
  161. package/dist/models/reportInspectPresenceDto.d.ts +3 -3
  162. package/dist/models/reportInspectPresenceDtoKind.d.ts +1 -1
  163. package/dist/models/reportInspectPresenceDtoKind.js +1 -1
  164. package/dist/models/reportInspectPresenceDtoReason.d.ts +1 -1
  165. package/dist/models/reportInspectPresenceDtoReason.js +1 -1
  166. package/dist/models/reportInspectResultDto.d.ts +2 -2
  167. package/dist/models/resumeSessionDto.d.ts +1 -1
  168. package/dist/models/resumeSessionDto.js +1 -1
  169. package/dist/models/rotateTokenResponseDto.d.ts +1 -1
  170. package/dist/models/rotateTokenResponseDto.js +1 -1
  171. package/dist/models/rotateTokenResponseDtoDataEnvelope.d.ts +2 -2
  172. package/dist/models/runSandboxEvalTurnDto.d.ts +1 -1
  173. package/dist/models/runSandboxEvalTurnDto.js +1 -1
  174. package/dist/models/sandboxEvalTurnResultDto.d.ts +1 -1
  175. package/dist/models/sandboxEvalTurnResultDto.js +1 -1
  176. package/dist/models/sandboxEvalTurnResultDtoDataEnvelope.d.ts +2 -2
  177. package/dist/models/sandboxSessionsControllerDeleteToolMocksParams.d.ts +1 -1
  178. package/dist/models/sandboxSessionsControllerDeleteToolMocksParams.js +1 -1
  179. package/dist/models/sandboxToolMockDto.d.ts +1 -1
  180. package/dist/models/sandboxToolMockDto.js +1 -1
  181. package/dist/models/sandboxToolMocksResponseDto.d.ts +1 -1
  182. package/dist/models/sandboxToolMocksResponseDto.js +1 -1
  183. package/dist/models/sandboxToolMocksResponseDtoDataEnvelope.d.ts +2 -2
  184. package/dist/models/sessionAttachmentStatus.d.ts +1 -1
  185. package/dist/models/sessionAttachmentStatus.js +1 -1
  186. package/dist/models/sessionBlobAttachmentDto.d.ts +2 -2
  187. package/dist/models/sessionBlobAttachmentDtoDataArrayEnvelope.d.ts +2 -2
  188. package/dist/models/sessionBlobAttachmentDtoRequiredHeaders.d.ts +1 -1
  189. package/dist/models/sessionBlobAttachmentDtoRequiredHeaders.js +1 -1
  190. package/dist/models/sessionContextWindowSnapshotDto.d.ts +1 -1
  191. package/dist/models/sessionContextWindowSnapshotDto.js +1 -1
  192. package/dist/models/sessionDebugAgentNodeDto.d.ts +20 -0
  193. package/dist/models/sessionDebugAgentNodeDto.js +9 -0
  194. package/dist/models/sessionDebugCompositionNodeDto.d.ts +1 -1
  195. package/dist/models/sessionDebugCompositionNodeDto.js +1 -1
  196. package/dist/models/sessionDebugInfoDto.d.ts +8 -8
  197. package/dist/models/sessionDebugInfoDtoDataEnvelope.d.ts +2 -2
  198. package/dist/models/sessionDebugInfoDtoMountPlan.d.ts +1 -1
  199. package/dist/models/sessionDebugInfoDtoMountPlan.js +1 -1
  200. package/dist/models/sessionDebugModelDecisionDto.d.ts +1 -1
  201. package/dist/models/sessionDebugModelDecisionDto.js +1 -1
  202. package/dist/models/sessionDebugSkillDto.d.ts +2 -2
  203. package/dist/models/sessionDebugSkillDtoSnapshot.d.ts +1 -1
  204. package/dist/models/sessionDebugSkillDtoSnapshot.js +1 -1
  205. package/dist/models/sessionKind.d.ts +1 -1
  206. package/dist/models/sessionKind.js +1 -1
  207. package/dist/models/sessionLayer.d.ts +17 -0
  208. package/dist/models/sessionLayer.js +16 -0
  209. package/dist/models/sessionLockfileDto.d.ts +7 -7
  210. package/dist/models/sessionLockfileDtoAgents.d.ts +1 -1
  211. package/dist/models/sessionLockfileDtoAgents.js +1 -1
  212. package/dist/models/sessionLockfileDtoBiomes.d.ts +1 -1
  213. package/dist/models/sessionLockfileDtoBiomes.js +1 -1
  214. package/dist/models/sessionLockfileDtoCapabilities.d.ts +1 -1
  215. package/dist/models/sessionLockfileDtoCapabilities.js +1 -1
  216. package/dist/models/sessionLockfileDtoDataEnvelope.d.ts +2 -2
  217. package/dist/models/sessionLockfileDtoDeliverableSpecs.d.ts +1 -1
  218. package/dist/models/sessionLockfileDtoDeliverableSpecs.js +1 -1
  219. package/dist/models/sessionLockfileDtoSkills.d.ts +1 -1
  220. package/dist/models/sessionLockfileDtoSkills.js +1 -1
  221. package/dist/models/sessionLockfileDtoWorkflows.d.ts +1 -1
  222. package/dist/models/sessionLockfileDtoWorkflows.js +1 -1
  223. package/dist/models/sessionMessageRole.d.ts +1 -1
  224. package/dist/models/sessionMessageRole.js +1 -1
  225. package/dist/models/sessionParticipantDto.d.ts +3 -3
  226. package/dist/models/sessionParticipantDtoDataEnvelope.d.ts +2 -2
  227. package/dist/models/sessionPauseReason.d.ts +1 -1
  228. package/dist/models/sessionPauseReason.js +1 -1
  229. package/dist/models/sessionProvisioningPhase.d.ts +1 -1
  230. package/dist/models/sessionProvisioningPhase.js +1 -1
  231. package/dist/models/sessionResponseDto.d.ts +13 -13
  232. package/dist/models/sessionResponseDtoDataEnvelope.d.ts +2 -2
  233. package/dist/models/sessionResponseDtoFailureMetaJson.d.ts +1 -1
  234. package/dist/models/sessionResponseDtoFailureMetaJson.js +1 -1
  235. package/dist/models/sessionResponseDtoHandoffOutput.d.ts +1 -1
  236. package/dist/models/sessionResponseDtoHandoffOutput.js +1 -1
  237. package/dist/models/sessionResponseDtoModelSelection.d.ts +1 -1
  238. package/dist/models/sessionResponseDtoModelSelection.js +1 -1
  239. package/dist/models/sessionResponseDtoPaginatedEnvelope.d.ts +3 -3
  240. package/dist/models/sessionResponseDtoToolSelectionItem.d.ts +1 -1
  241. package/dist/models/sessionResponseDtoToolSelectionItem.js +1 -1
  242. package/dist/models/sessionStatus.d.ts +1 -1
  243. package/dist/models/sessionStatus.js +1 -1
  244. package/dist/models/sessionTimelineEntryDto.d.ts +3 -3
  245. package/dist/models/sessionTimelineEntryDtoEventType.d.ts +1 -1
  246. package/dist/models/sessionTimelineEntryDtoEventType.js +1 -1
  247. package/dist/models/sessionTimelineEntryDtoPayload.d.ts +5 -5
  248. package/dist/models/sessionTimelinePageDto.d.ts +2 -2
  249. package/dist/models/sessionTimelinePageDtoDataEnvelope.d.ts +2 -2
  250. package/dist/models/sessionTokenUsageDto.d.ts +1 -1
  251. package/dist/models/sessionTokenUsageDto.js +1 -1
  252. package/dist/models/sessionsControllerGetCommitHistoryParams.d.ts +1 -1
  253. package/dist/models/sessionsControllerGetCommitHistoryParams.js +1 -1
  254. package/dist/models/sessionsControllerGetGitDiffParams.d.ts +1 -1
  255. package/dist/models/sessionsControllerGetGitDiffParams.js +1 -1
  256. package/dist/models/sessionsControllerListFilesParams.d.ts +1 -1
  257. package/dist/models/sessionsControllerListFilesParams.js +1 -1
  258. package/dist/models/sessionsControllerListParams.d.ts +1 -1
  259. package/dist/models/sessionsControllerListParams.js +1 -1
  260. package/dist/models/sessionsControllerListTemplatesParams.d.ts +1 -1
  261. package/dist/models/sessionsControllerListTemplatesParams.js +1 -1
  262. package/dist/models/sessionsControllerMergeCheckParams.d.ts +1 -1
  263. package/dist/models/sessionsControllerMergeCheckParams.js +1 -1
  264. package/dist/models/sessionsControllerStreamEventsParams.d.ts +1 -1
  265. package/dist/models/sessionsControllerStreamEventsParams.js +1 -1
  266. package/dist/models/setSandboxToolMocksDto.d.ts +2 -2
  267. package/dist/models/shareAccessLevel.d.ts +1 -1
  268. package/dist/models/shareAccessLevel.js +1 -1
  269. package/dist/models/shareResponseDto.d.ts +3 -3
  270. package/dist/models/shareResponseDtoDataEnvelope.d.ts +2 -2
  271. package/dist/models/shareResponseDtoExpiresAt.d.ts +1 -1
  272. package/dist/models/shareResponseDtoExpiresAt.js +1 -1
  273. package/dist/models/startBuildImageDto.d.ts +1 -1
  274. package/dist/models/startBuildImageDto.js +1 -1
  275. package/dist/models/templateResponseDto.d.ts +6 -6
  276. package/dist/models/templateResponseDtoBudgetLimit.d.ts +1 -1
  277. package/dist/models/templateResponseDtoBudgetLimit.js +1 -1
  278. package/dist/models/templateResponseDtoCustomConfig.d.ts +1 -1
  279. package/dist/models/templateResponseDtoCustomConfig.js +1 -1
  280. package/dist/models/templateResponseDtoDataEnvelope.d.ts +2 -2
  281. package/dist/models/templateResponseDtoDescription.d.ts +1 -1
  282. package/dist/models/templateResponseDtoDescription.js +1 -1
  283. package/dist/models/templateResponseDtoPaginatedEnvelope.d.ts +3 -3
  284. package/dist/models/templateResponseDtoRepositoryId.d.ts +1 -1
  285. package/dist/models/templateResponseDtoRepositoryId.js +1 -1
  286. package/dist/models/textDeltaPayloadDto.d.ts +1 -1
  287. package/dist/models/textDeltaPayloadDto.js +1 -1
  288. package/dist/models/threadResponseDto.d.ts +4 -4
  289. package/dist/models/threadResponseDtoDataArrayEnvelope.d.ts +2 -2
  290. package/dist/models/threadResponseDtoDataEnvelope.d.ts +2 -2
  291. package/dist/models/threadResponseDtoModelSelection.d.ts +1 -1
  292. package/dist/models/threadResponseDtoModelSelection.js +1 -1
  293. package/dist/models/threadStatus.d.ts +1 -1
  294. package/dist/models/threadStatus.js +1 -1
  295. package/dist/models/threadsControllerGetMessagesParams.d.ts +1 -1
  296. package/dist/models/threadsControllerGetMessagesParams.js +1 -1
  297. package/dist/models/threadsControllerGetTimelineParams.d.ts +1 -1
  298. package/dist/models/threadsControllerGetTimelineParams.js +1 -1
  299. package/dist/models/toolCallPayloadDto.d.ts +2 -2
  300. package/dist/models/toolCallPayloadDtoStatus.d.ts +1 -1
  301. package/dist/models/toolCallPayloadDtoStatus.js +1 -1
  302. package/dist/models/toolEntryDto.d.ts +3 -3
  303. package/dist/models/toolEntryDtoKind.d.ts +1 -1
  304. package/dist/models/toolEntryDtoKind.js +1 -1
  305. package/dist/models/toolProviderKind.d.ts +1 -1
  306. package/dist/models/toolProviderKind.js +1 -1
  307. package/dist/models/toolUsageEntryDto.d.ts +1 -1
  308. package/dist/models/toolUsageEntryDto.js +1 -1
  309. package/dist/models/toolUsageResponseDto.d.ts +2 -2
  310. package/dist/models/toolUsageResponseDtoDataEnvelope.d.ts +2 -2
  311. package/dist/models/turnState.d.ts +1 -1
  312. package/dist/models/turnState.js +1 -1
  313. package/dist/models/updateKbMountsDto.d.ts +2 -2
  314. package/dist/models/updateThreadDto.d.ts +2 -2
  315. package/dist/models/usageResponseDto.d.ts +3 -3
  316. package/dist/models/usageResponseDtoBudgetLimit.d.ts +1 -1
  317. package/dist/models/usageResponseDtoBudgetLimit.js +1 -1
  318. package/dist/models/usageResponseDtoBudgetRatio.d.ts +1 -1
  319. package/dist/models/usageResponseDtoBudgetRatio.js +1 -1
  320. package/dist/models/usageResponseDtoDataEnvelope.d.ts +2 -2
  321. package/dist/models/workerRuntimeKind.d.ts +17 -0
  322. package/dist/models/workerRuntimeKind.js +16 -0
  323. package/package.json +10 -1
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { SessionLockfileDto } from './sessionLockfileDto';
8
+ import type { SessionLockfileDto } from './sessionLockfileDto.js';
9
9
  export interface SessionLockfileDtoDataEnvelope {
10
10
  data: SessionLockfileDto;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,12 +1,12 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { ParticipantRole } from './participantRole';
9
- import type { ParticipantSubjectKind } from './participantSubjectKind';
8
+ import type { ParticipantRole } from './participantRole.js';
9
+ import type { ParticipantSubjectKind } from './participantSubjectKind.js';
10
10
  export interface SessionParticipantDto {
11
11
  /** Participant row id. */
12
12
  id: string;
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { SessionParticipantDto } from './sessionParticipantDto';
8
+ import type { SessionParticipantDto } from './sessionParticipantDto.js';
9
9
  export interface SessionParticipantDtoDataEnvelope {
10
10
  data: SessionParticipantDto;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,20 +1,20 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { BranchStrategy } from './branchStrategy';
9
- import type { SessionContextWindowSnapshotDto } from './sessionContextWindowSnapshotDto';
10
- import type { SessionPauseReason } from './sessionPauseReason';
11
- import type { SessionProvisioningPhase } from './sessionProvisioningPhase';
12
- import type { SessionResponseDtoFailureMetaJson } from './sessionResponseDtoFailureMetaJson';
13
- import type { SessionResponseDtoHandoffOutput } from './sessionResponseDtoHandoffOutput';
14
- import type { SessionResponseDtoModelSelection } from './sessionResponseDtoModelSelection';
15
- import type { SessionResponseDtoToolSelectionItem } from './sessionResponseDtoToolSelectionItem';
16
- import type { SessionStatus } from './sessionStatus';
17
- import type { SessionTokenUsageDto } from './sessionTokenUsageDto';
8
+ import type { BranchStrategy } from './branchStrategy.js';
9
+ import type { SessionContextWindowSnapshotDto } from './sessionContextWindowSnapshotDto.js';
10
+ import type { SessionPauseReason } from './sessionPauseReason.js';
11
+ import type { SessionProvisioningPhase } from './sessionProvisioningPhase.js';
12
+ import type { SessionResponseDtoFailureMetaJson } from './sessionResponseDtoFailureMetaJson.js';
13
+ import type { SessionResponseDtoHandoffOutput } from './sessionResponseDtoHandoffOutput.js';
14
+ import type { SessionResponseDtoModelSelection } from './sessionResponseDtoModelSelection.js';
15
+ import type { SessionResponseDtoToolSelectionItem } from './sessionResponseDtoToolSelectionItem.js';
16
+ import type { SessionStatus } from './sessionStatus.js';
17
+ import type { SessionTokenUsageDto } from './sessionTokenUsageDto.js';
18
18
  export interface SessionResponseDto {
19
19
  /** Session identifier (cuid) */
20
20
  id: string;
@@ -115,10 +115,10 @@ export interface SessionResponseDto {
115
115
  /** Tool selection for this session — a flat list of ToolSelectionEntry records from `@xemahq/kernel-contracts/mcp-tool`. Either `{kind: "provider", providerKind, resourceId}` (all tools from the resource) or `{kind: "tool", providerKind, resourceId, toolName}` (narrowed). Empty array (default) means OpenCode built-ins only — no MCP auto-mounted at session boot. Updated via PATCH /sessions/:id/tools. */
116
116
  toolSelection: SessionResponseDtoToolSelectionItem[];
117
117
  /**
118
- * Agent Composition reference (`slug@version`) — the single source of truth for this session: agent + sub-agent tree, per-node skills, tools, model overrides, and the `/workspace/` filesystem layout. Resolved via llm-registry-api `GET /compositions/resolve/:ref` at launch and on resume. Null for a sandbox session (it resolves its DRAFT composition by `sandboxCompositionId` instead) or a session created before the Phase 6 cutover backfill.
118
+ * Agent reference (`slug@version`) — the single source of truth for this session: agent + sub-agent tree, per-node skills, tools, model overrides, and the `/workspace/` filesystem layout. Resolved via llm-registry-api `GET /compositions/resolve/:ref` at launch and on resume. Null for a sandbox session (it resolves its DRAFT composition by `sandboxAgentId` instead) or a session created before the Phase 6 cutover backfill.
119
119
  * @nullable
120
120
  */
121
- compositionRef: string | null;
121
+ agentRef: string | null;
122
122
  /** Virtual provider keys currently materialised in the worker's opencode.jsonc. The FE picker uses this to decide whether a model switch will trigger a hot-add (cross-provider) or route directly (provider already mounted). Empty array before the first /control/setup applies. */
123
123
  opencodeProviders: string[];
124
124
  createdBy: string;
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { SessionResponseDto } from './sessionResponseDto';
8
+ import type { SessionResponseDto } from './sessionResponseDto.js';
9
9
  export interface SessionResponseDtoDataEnvelope {
10
10
  data: SessionResponseDto;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,12 +1,12 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { PaginationMeta } from './paginationMeta';
9
- import type { SessionResponseDto } from './sessionResponseDto';
8
+ import type { PaginationMeta } from './paginationMeta.js';
9
+ import type { SessionResponseDto } from './sessionResponseDto.js';
10
10
  export interface SessionResponseDtoPaginatedEnvelope {
11
11
  data: SessionResponseDto[];
12
12
  pagination?: PaginationMeta;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,12 +1,12 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { SessionTimelineEntryDtoEventType } from './sessionTimelineEntryDtoEventType';
9
- import type { SessionTimelineEntryDtoPayload } from './sessionTimelineEntryDtoPayload';
8
+ import type { SessionTimelineEntryDtoEventType } from './sessionTimelineEntryDtoEventType.js';
9
+ import type { SessionTimelineEntryDtoPayload } from './sessionTimelineEntryDtoPayload.js';
10
10
  export interface SessionTimelineEntryDto {
11
11
  /** Per-row id (cuid). */
12
12
  id: string;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,14 +1,14 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { EnvironmentDriftDetectedPayloadDto } from './environmentDriftDetectedPayloadDto';
9
- import type { ReasoningDeltaPayloadDto } from './reasoningDeltaPayloadDto';
10
- import type { TextDeltaPayloadDto } from './textDeltaPayloadDto';
11
- import type { ToolCallPayloadDto } from './toolCallPayloadDto';
8
+ import type { EnvironmentDriftDetectedPayloadDto } from './environmentDriftDetectedPayloadDto.js';
9
+ import type { ReasoningDeltaPayloadDto } from './reasoningDeltaPayloadDto.js';
10
+ import type { TextDeltaPayloadDto } from './textDeltaPayloadDto.js';
11
+ import type { ToolCallPayloadDto } from './toolCallPayloadDto.js';
12
12
  /**
13
13
  * Event payload. Shape depends on `eventType`: `text_delta` / `reasoning_delta` carry `TextDeltaPayload` / `ReasoningDeltaPayload`; `environment_drift_detected` carries `EnvironmentDriftDetectedPayload`; `tool_call_started` / `tool_call_completed` carry `ToolCallPayload`. Every other event type carries a free-form object payload — switch on `eventType` and treat unknown variants as opaque.
14
14
  */
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { SessionTimelineEntryDto } from './sessionTimelineEntryDto';
8
+ import type { SessionTimelineEntryDto } from './sessionTimelineEntryDto.js';
9
9
  export interface SessionTimelinePageDto {
10
10
  entries: SessionTimelineEntryDto[];
11
11
  /**
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { SessionTimelinePageDto } from './sessionTimelinePageDto';
8
+ import type { SessionTimelinePageDto } from './sessionTimelinePageDto.js';
9
9
  export interface SessionTimelinePageDtoDataEnvelope {
10
10
  data: SessionTimelinePageDto;
11
11
  }
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * Generated by orval v8.6.2 🍺
3
+ * Generated by orval v8.16.0 🍺
4
4
  * Do not edit manually.
5
5
  * Interactive Session API
6
6
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
@@ -1,11 +1,11 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming
6
6
  * OpenAPI spec version: 0.1.0
7
7
  */
8
- import type { SandboxToolMockDto } from './sandboxToolMockDto';
8
+ import type { SandboxToolMockDto } from './sandboxToolMockDto.js';
9
9
  export interface SetSandboxToolMocksDto {
10
10
  /** The mocked tools to register for this sandbox session. */
11
11
  toolMocks: SandboxToolMockDto[];
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Generated by orval v8.6.2 🍺
2
+ * Generated by orval v8.16.0 🍺
3
3
  * Do not edit manually.
4
4
  * Interactive Session API
5
5
  * Real-time interactive AI coding sessions with agent management, file browsing, and activity streaming