@sumicom/quicksave 0.8.15 → 0.8.16

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 (621) hide show
  1. package/dist/ai/cardBuilder.d.ts +1 -0
  2. package/dist/ai/cardBuilder.d.ts.map +1 -1
  3. package/dist/ai/cardBuilder.js +33 -2
  4. package/dist/ai/cardBuilder.js.map +1 -1
  5. package/dist/ai/claudeCliProvider.d.ts.map +1 -1
  6. package/dist/ai/claudeCliProvider.js +9 -2
  7. package/dist/ai/claudeCliProvider.js.map +1 -1
  8. package/dist/ai/claudeTerminal/hookBridge.d.ts +4 -3
  9. package/dist/ai/claudeTerminal/hookBridge.d.ts.map +1 -1
  10. package/dist/ai/claudeTerminal/hookBridge.js.map +1 -1
  11. package/dist/ai/claudeTerminal/provider.d.ts +14 -1
  12. package/dist/ai/claudeTerminal/provider.d.ts.map +1 -1
  13. package/dist/ai/claudeTerminal/provider.js +358 -65
  14. package/dist/ai/claudeTerminal/provider.js.map +1 -1
  15. package/dist/ai/codexAppServer/approvalMapping.d.ts.map +1 -1
  16. package/dist/ai/codexAppServer/approvalMapping.js +3 -1
  17. package/dist/ai/codexAppServer/approvalMapping.js.map +1 -1
  18. package/dist/ai/codexAppServer/cardAdapter.d.ts.map +1 -1
  19. package/dist/ai/codexAppServer/cardAdapter.js +88 -17
  20. package/dist/ai/codexAppServer/cardAdapter.js.map +1 -1
  21. package/dist/ai/codexAppServer/overrideStore.d.ts +0 -2
  22. package/dist/ai/codexAppServer/overrideStore.d.ts.map +1 -1
  23. package/dist/ai/codexAppServer/overrideStore.js +0 -1
  24. package/dist/ai/codexAppServer/overrideStore.js.map +1 -1
  25. package/dist/ai/codexAppServer/permissionMapping.d.ts.map +1 -1
  26. package/dist/ai/codexAppServer/permissionMapping.js +0 -2
  27. package/dist/ai/codexAppServer/permissionMapping.js.map +1 -1
  28. package/dist/ai/codexAppServer/protocolLog.d.ts +2 -0
  29. package/dist/ai/codexAppServer/protocolLog.d.ts.map +1 -0
  30. package/dist/ai/codexAppServer/protocolLog.js +16 -0
  31. package/dist/ai/codexAppServer/protocolLog.js.map +1 -0
  32. package/dist/ai/codexAppServer/provider.d.ts +15 -0
  33. package/dist/ai/codexAppServer/provider.d.ts.map +1 -1
  34. package/dist/ai/codexAppServer/provider.js +418 -15
  35. package/dist/ai/codexAppServer/provider.js.map +1 -1
  36. package/dist/ai/codexAppServer/rpcClient.d.ts +2 -0
  37. package/dist/ai/codexAppServer/rpcClient.d.ts.map +1 -1
  38. package/dist/ai/codexAppServer/rpcClient.js +15 -1
  39. package/dist/ai/codexAppServer/rpcClient.js.map +1 -1
  40. package/dist/ai/codexAppServer/schema/generated/AgentMessageInputContent.d.ts +5 -0
  41. package/dist/ai/codexAppServer/schema/generated/AgentMessageInputContent.d.ts.map +1 -0
  42. package/dist/ai/codexAppServer/schema/generated/AgentMessageInputContent.js +3 -0
  43. package/dist/ai/codexAppServer/schema/generated/AgentMessageInputContent.js.map +1 -0
  44. package/dist/ai/codexAppServer/schema/generated/AuthMode.d.ts +1 -1
  45. package/dist/ai/codexAppServer/schema/generated/AuthMode.d.ts.map +1 -1
  46. package/dist/ai/codexAppServer/schema/generated/AutoCompactTokenLimitScope.d.ts +6 -0
  47. package/dist/ai/codexAppServer/schema/generated/AutoCompactTokenLimitScope.d.ts.map +1 -0
  48. package/dist/ai/codexAppServer/schema/generated/AutoCompactTokenLimitScope.js +3 -0
  49. package/dist/ai/codexAppServer/schema/generated/AutoCompactTokenLimitScope.js.map +1 -0
  50. package/dist/ai/codexAppServer/schema/generated/ClientRequest.d.ts +74 -16
  51. package/dist/ai/codexAppServer/schema/generated/ClientRequest.d.ts.map +1 -1
  52. package/dist/ai/codexAppServer/schema/generated/FunctionCallOutputContentItem.d.ts +3 -0
  53. package/dist/ai/codexAppServer/schema/generated/FunctionCallOutputContentItem.d.ts.map +1 -1
  54. package/dist/ai/codexAppServer/schema/generated/InitializeCapabilities.d.ts +4 -0
  55. package/dist/ai/codexAppServer/schema/generated/InitializeCapabilities.d.ts.map +1 -1
  56. package/dist/ai/codexAppServer/schema/generated/InternalSessionSource.d.ts +2 -0
  57. package/dist/ai/codexAppServer/schema/generated/InternalSessionSource.d.ts.map +1 -0
  58. package/dist/ai/codexAppServer/schema/generated/{v2/DeviceKeyCreateParams.js → InternalSessionSource.js} +1 -1
  59. package/dist/ai/codexAppServer/schema/generated/InternalSessionSource.js.map +1 -0
  60. package/dist/ai/codexAppServer/schema/generated/McpServerInfo.d.ts +13 -0
  61. package/dist/ai/codexAppServer/schema/generated/McpServerInfo.d.ts.map +1 -0
  62. package/dist/ai/codexAppServer/schema/generated/{v2/ReadOnlyAccess.js → McpServerInfo.js} +1 -1
  63. package/dist/ai/codexAppServer/schema/generated/McpServerInfo.js.map +1 -0
  64. package/dist/ai/codexAppServer/schema/generated/ReasoningEffort.d.ts +1 -1
  65. package/dist/ai/codexAppServer/schema/generated/ReasoningEffort.d.ts.map +1 -1
  66. package/dist/ai/codexAppServer/schema/generated/ResponseItem.d.ts +11 -5
  67. package/dist/ai/codexAppServer/schema/generated/ResponseItem.d.ts.map +1 -1
  68. package/dist/ai/codexAppServer/schema/generated/ServerNotification.d.ts +28 -0
  69. package/dist/ai/codexAppServer/schema/generated/ServerNotification.d.ts.map +1 -1
  70. package/dist/ai/codexAppServer/schema/generated/ServerRequest.d.ts +5 -0
  71. package/dist/ai/codexAppServer/schema/generated/ServerRequest.d.ts.map +1 -1
  72. package/dist/ai/codexAppServer/schema/generated/SessionSource.d.ts +3 -0
  73. package/dist/ai/codexAppServer/schema/generated/SessionSource.d.ts.map +1 -1
  74. package/dist/ai/codexAppServer/schema/generated/v2/AccountRateLimitsUpdatedNotification.d.ts +7 -0
  75. package/dist/ai/codexAppServer/schema/generated/v2/AccountRateLimitsUpdatedNotification.d.ts.map +1 -1
  76. package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageDailyBucket.d.ts +5 -0
  77. package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageDailyBucket.d.ts.map +1 -0
  78. package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageDailyBucket.js +3 -0
  79. package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageDailyBucket.js.map +1 -0
  80. package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageSummary.d.ts +8 -0
  81. package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageSummary.d.ts.map +1 -0
  82. package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageSummary.js +3 -0
  83. package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageSummary.js.map +1 -0
  84. package/dist/ai/codexAppServer/schema/generated/v2/ActivePermissionProfile.d.ts +13 -0
  85. package/dist/ai/codexAppServer/schema/generated/v2/ActivePermissionProfile.d.ts.map +1 -0
  86. package/dist/ai/codexAppServer/schema/generated/v2/ActivePermissionProfile.js +3 -0
  87. package/dist/ai/codexAppServer/schema/generated/v2/ActivePermissionProfile.js.map +1 -0
  88. package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextEntry.d.ts +6 -0
  89. package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextEntry.d.ts.map +1 -0
  90. package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextEntry.js +3 -0
  91. package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextEntry.js.map +1 -0
  92. package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextKind.d.ts +2 -0
  93. package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextKind.d.ts.map +1 -0
  94. package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextKind.js +3 -0
  95. package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextKind.js.map +1 -0
  96. package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateSummary.d.ts +12 -0
  97. package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateSummary.d.ts.map +1 -0
  98. package/dist/ai/codexAppServer/schema/generated/v2/{DeviceKeyAlgorithm.js → AppTemplateSummary.js} +1 -1
  99. package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateSummary.js.map +1 -0
  100. package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateUnavailableReason.d.ts +2 -0
  101. package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateUnavailableReason.d.ts.map +1 -0
  102. package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateUnavailableReason.js +3 -0
  103. package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateUnavailableReason.js.map +1 -0
  104. package/dist/ai/codexAppServer/schema/generated/v2/AppsConfig.d.ts +2 -0
  105. package/dist/ai/codexAppServer/schema/generated/v2/AppsConfig.d.ts.map +1 -1
  106. package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateParams.d.ts +2 -0
  107. package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateParams.d.ts.map +1 -0
  108. package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateParams.js +3 -0
  109. package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateParams.js.map +1 -0
  110. package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateResponse.d.ts +7 -0
  111. package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateResponse.d.ts.map +1 -0
  112. package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateResponse.js +3 -0
  113. package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateResponse.js.map +1 -0
  114. package/dist/ai/codexAppServer/schema/generated/v2/CommandExecParams.d.ts +12 -35
  115. package/dist/ai/codexAppServer/schema/generated/v2/CommandExecParams.d.ts.map +1 -1
  116. package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionRequestApprovalParams.d.ts +11 -26
  117. package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionRequestApprovalParams.d.ts.map +1 -1
  118. package/dist/ai/codexAppServer/schema/generated/v2/CommandMigration.d.ts +4 -0
  119. package/dist/ai/codexAppServer/schema/generated/v2/CommandMigration.d.ts.map +1 -0
  120. package/dist/ai/codexAppServer/schema/generated/v2/CommandMigration.js +3 -0
  121. package/dist/ai/codexAppServer/schema/generated/v2/CommandMigration.js.map +1 -0
  122. package/dist/ai/codexAppServer/schema/generated/v2/ComputerUseRequirements.d.ts +4 -0
  123. package/dist/ai/codexAppServer/schema/generated/v2/ComputerUseRequirements.d.ts.map +1 -0
  124. package/dist/ai/codexAppServer/schema/generated/v2/ComputerUseRequirements.js +3 -0
  125. package/dist/ai/codexAppServer/schema/generated/v2/ComputerUseRequirements.js.map +1 -0
  126. package/dist/ai/codexAppServer/schema/generated/v2/Config.d.ts +8 -8
  127. package/dist/ai/codexAppServer/schema/generated/v2/Config.d.ts.map +1 -1
  128. package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayerSource.d.ts +17 -0
  129. package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayerSource.d.ts.map +1 -1
  130. package/dist/ai/codexAppServer/schema/generated/v2/ConfigReadParams.d.ts +1 -1
  131. package/dist/ai/codexAppServer/schema/generated/v2/ConfigReadParams.d.ts.map +1 -1
  132. package/dist/ai/codexAppServer/schema/generated/v2/ConfigRequirements.d.ts +10 -0
  133. package/dist/ai/codexAppServer/schema/generated/v2/ConfigRequirements.d.ts.map +1 -1
  134. package/dist/ai/codexAppServer/schema/generated/v2/ConfiguredHookHandler.d.ts +1 -0
  135. package/dist/ai/codexAppServer/schema/generated/v2/ConfiguredHookHandler.d.ts.map +1 -1
  136. package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureListParams.d.ts +6 -0
  137. package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureListParams.d.ts.map +1 -1
  138. package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigMigrationItemType.d.ts +1 -1
  139. package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigMigrationItemType.d.ts.map +1 -1
  140. package/dist/ai/codexAppServer/schema/generated/v2/FeedbackUploadParams.d.ts +1 -1
  141. package/dist/ai/codexAppServer/schema/generated/v2/FeedbackUploadParams.d.ts.map +1 -1
  142. package/dist/ai/codexAppServer/schema/generated/v2/FileChangeOutputDeltaNotification.d.ts +5 -0
  143. package/dist/ai/codexAppServer/schema/generated/v2/FileChangeOutputDeltaNotification.d.ts.map +1 -1
  144. package/dist/ai/codexAppServer/schema/generated/v2/FileChangeRequestApprovalParams.d.ts +4 -0
  145. package/dist/ai/codexAppServer/schema/generated/v2/FileChangeRequestApprovalParams.d.ts.map +1 -1
  146. package/dist/ai/codexAppServer/schema/generated/v2/FileSystemAccessMode.d.ts +1 -1
  147. package/dist/ai/codexAppServer/schema/generated/v2/FileSystemSpecialPath.d.ts +0 -2
  148. package/dist/ai/codexAppServer/schema/generated/v2/FileSystemSpecialPath.d.ts.map +1 -1
  149. package/dist/ai/codexAppServer/schema/generated/v2/ForcedChatgptWorkspaceIds.d.ts +5 -0
  150. package/dist/ai/codexAppServer/schema/generated/v2/ForcedChatgptWorkspaceIds.d.ts.map +1 -0
  151. package/dist/ai/codexAppServer/schema/generated/v2/ForcedChatgptWorkspaceIds.js +3 -0
  152. package/dist/ai/codexAppServer/schema/generated/v2/ForcedChatgptWorkspaceIds.js.map +1 -0
  153. package/dist/ai/codexAppServer/schema/generated/v2/GetAccountParams.d.ts +1 -1
  154. package/dist/ai/codexAppServer/schema/generated/v2/GetAccountParams.d.ts.map +1 -1
  155. package/dist/ai/codexAppServer/schema/generated/v2/GetAccountTokenUsageResponse.d.ts +7 -0
  156. package/dist/ai/codexAppServer/schema/generated/v2/GetAccountTokenUsageResponse.d.ts.map +1 -0
  157. package/dist/ai/codexAppServer/schema/generated/v2/GetAccountTokenUsageResponse.js +3 -0
  158. package/dist/ai/codexAppServer/schema/generated/v2/GetAccountTokenUsageResponse.js.map +1 -0
  159. package/dist/ai/codexAppServer/schema/generated/v2/HookErrorInfo.d.ts +5 -0
  160. package/dist/ai/codexAppServer/schema/generated/v2/HookErrorInfo.d.ts.map +1 -0
  161. package/dist/ai/codexAppServer/schema/generated/v2/HookErrorInfo.js +3 -0
  162. package/dist/ai/codexAppServer/schema/generated/v2/HookErrorInfo.js.map +1 -0
  163. package/dist/ai/codexAppServer/schema/generated/v2/HookEventName.d.ts +1 -1
  164. package/dist/ai/codexAppServer/schema/generated/v2/HookEventName.d.ts.map +1 -1
  165. package/dist/ai/codexAppServer/schema/generated/v2/HookMetadata.d.ts +23 -0
  166. package/dist/ai/codexAppServer/schema/generated/v2/HookMetadata.d.ts.map +1 -0
  167. package/dist/ai/codexAppServer/schema/generated/{GhostCommit.js → v2/HookMetadata.js} +1 -1
  168. package/dist/ai/codexAppServer/schema/generated/v2/HookMetadata.js.map +1 -0
  169. package/dist/ai/codexAppServer/schema/generated/v2/HookMigration.d.ts +4 -0
  170. package/dist/ai/codexAppServer/schema/generated/v2/HookMigration.d.ts.map +1 -0
  171. package/dist/ai/codexAppServer/schema/generated/v2/HookMigration.js +3 -0
  172. package/dist/ai/codexAppServer/schema/generated/v2/HookMigration.js.map +1 -0
  173. package/dist/ai/codexAppServer/schema/generated/v2/HookSource.d.ts +1 -1
  174. package/dist/ai/codexAppServer/schema/generated/v2/HookSource.d.ts.map +1 -1
  175. package/dist/ai/codexAppServer/schema/generated/v2/HookTrustStatus.d.ts +2 -0
  176. package/dist/ai/codexAppServer/schema/generated/v2/HookTrustStatus.d.ts.map +1 -0
  177. package/dist/ai/codexAppServer/schema/generated/v2/HookTrustStatus.js +3 -0
  178. package/dist/ai/codexAppServer/schema/generated/v2/HookTrustStatus.js.map +1 -0
  179. package/dist/ai/codexAppServer/schema/generated/v2/HooksListEntry.d.ts +9 -0
  180. package/dist/ai/codexAppServer/schema/generated/v2/HooksListEntry.d.ts.map +1 -0
  181. package/dist/ai/codexAppServer/schema/generated/v2/HooksListEntry.js +3 -0
  182. package/dist/ai/codexAppServer/schema/generated/v2/HooksListEntry.js.map +1 -0
  183. package/dist/ai/codexAppServer/schema/generated/v2/HooksListParams.d.ts +7 -0
  184. package/dist/ai/codexAppServer/schema/generated/v2/HooksListParams.d.ts.map +1 -0
  185. package/dist/ai/codexAppServer/schema/generated/v2/HooksListParams.js +3 -0
  186. package/dist/ai/codexAppServer/schema/generated/v2/HooksListParams.js.map +1 -0
  187. package/dist/ai/codexAppServer/schema/generated/v2/HooksListResponse.d.ts +5 -0
  188. package/dist/ai/codexAppServer/schema/generated/v2/HooksListResponse.d.ts.map +1 -0
  189. package/dist/ai/codexAppServer/schema/generated/v2/{PermissionProfile.js → HooksListResponse.js} +1 -1
  190. package/dist/ai/codexAppServer/schema/generated/v2/HooksListResponse.js.map +1 -0
  191. package/dist/ai/codexAppServer/schema/generated/v2/ItemCompletedNotification.d.ts +4 -0
  192. package/dist/ai/codexAppServer/schema/generated/v2/ItemCompletedNotification.d.ts.map +1 -1
  193. package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewCompletedNotification.d.ts +8 -0
  194. package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewCompletedNotification.d.ts.map +1 -1
  195. package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewStartedNotification.d.ts +4 -0
  196. package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewStartedNotification.d.ts.map +1 -1
  197. package/dist/ai/codexAppServer/schema/generated/v2/ItemStartedNotification.d.ts +4 -0
  198. package/dist/ai/codexAppServer/schema/generated/v2/ItemStartedNotification.d.ts.map +1 -1
  199. package/dist/ai/codexAppServer/schema/generated/v2/ListMcpServerStatusParams.d.ts +1 -0
  200. package/dist/ai/codexAppServer/schema/generated/v2/ListMcpServerStatusParams.d.ts.map +1 -1
  201. package/dist/ai/codexAppServer/schema/generated/v2/LoginAccountParams.d.ts +1 -0
  202. package/dist/ai/codexAppServer/schema/generated/v2/LoginAccountParams.d.ts.map +1 -1
  203. package/dist/ai/codexAppServer/schema/generated/v2/ManagedHooksRequirements.d.ts +4 -0
  204. package/dist/ai/codexAppServer/schema/generated/v2/ManagedHooksRequirements.d.ts.map +1 -1
  205. package/dist/ai/codexAppServer/schema/generated/v2/McpServerMigration.d.ts +4 -0
  206. package/dist/ai/codexAppServer/schema/generated/v2/McpServerMigration.d.ts.map +1 -0
  207. package/dist/ai/codexAppServer/schema/generated/v2/McpServerMigration.js +3 -0
  208. package/dist/ai/codexAppServer/schema/generated/v2/McpServerMigration.js.map +1 -0
  209. package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatus.d.ts +2 -0
  210. package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatus.d.ts.map +1 -1
  211. package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatusUpdatedNotification.d.ts +1 -0
  212. package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatusUpdatedNotification.d.ts.map +1 -1
  213. package/dist/ai/codexAppServer/schema/generated/v2/MigrationDetails.d.ts +10 -0
  214. package/dist/ai/codexAppServer/schema/generated/v2/MigrationDetails.d.ts.map +1 -1
  215. package/dist/ai/codexAppServer/schema/generated/v2/Model.d.ts +9 -0
  216. package/dist/ai/codexAppServer/schema/generated/v2/Model.d.ts.map +1 -1
  217. package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadParams.d.ts +2 -0
  218. package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadParams.d.ts.map +1 -0
  219. package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadParams.js +3 -0
  220. package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadParams.js.map +1 -0
  221. package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadResponse.d.ts +6 -0
  222. package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadResponse.d.ts.map +1 -0
  223. package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadResponse.js +3 -0
  224. package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadResponse.js.map +1 -0
  225. package/dist/ai/codexAppServer/schema/generated/v2/ModelServiceTier.d.ts +6 -0
  226. package/dist/ai/codexAppServer/schema/generated/v2/ModelServiceTier.d.ts.map +1 -0
  227. package/dist/ai/codexAppServer/schema/generated/v2/ModelServiceTier.js +3 -0
  228. package/dist/ai/codexAppServer/schema/generated/v2/ModelServiceTier.js.map +1 -0
  229. package/dist/ai/codexAppServer/schema/generated/v2/NetworkUnixSocketPermission.d.ts +1 -1
  230. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListParams.d.ts +15 -0
  231. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListParams.d.ts.map +1 -0
  232. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListParams.js +3 -0
  233. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListParams.js.map +1 -0
  234. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListResponse.d.ts +10 -0
  235. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListResponse.d.ts.map +1 -0
  236. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListResponse.js +3 -0
  237. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListResponse.js.map +1 -0
  238. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileSummary.d.ts +11 -0
  239. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileSummary.d.ts.map +1 -0
  240. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileSummary.js +3 -0
  241. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileSummary.js.map +1 -0
  242. package/dist/ai/codexAppServer/schema/generated/v2/PermissionsRequestApprovalParams.d.ts +5 -0
  243. package/dist/ai/codexAppServer/schema/generated/v2/PermissionsRequestApprovalParams.d.ts.map +1 -1
  244. package/dist/ai/codexAppServer/schema/generated/v2/PluginAvailability.d.ts +2 -0
  245. package/dist/ai/codexAppServer/schema/generated/v2/PluginAvailability.d.ts.map +1 -0
  246. package/dist/ai/codexAppServer/schema/generated/v2/PluginAvailability.js +3 -0
  247. package/dist/ai/codexAppServer/schema/generated/v2/PluginAvailability.js.map +1 -0
  248. package/dist/ai/codexAppServer/schema/generated/v2/PluginDetail.d.ts +4 -0
  249. package/dist/ai/codexAppServer/schema/generated/v2/PluginDetail.d.ts.map +1 -1
  250. package/dist/ai/codexAppServer/schema/generated/v2/PluginHookSummary.d.ts +6 -0
  251. package/dist/ai/codexAppServer/schema/generated/v2/PluginHookSummary.d.ts.map +1 -0
  252. package/dist/ai/codexAppServer/schema/generated/v2/PluginHookSummary.js +3 -0
  253. package/dist/ai/codexAppServer/schema/generated/v2/PluginHookSummary.js.map +1 -0
  254. package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledParams.d.ts +13 -0
  255. package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledParams.d.ts.map +1 -0
  256. package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledParams.js +3 -0
  257. package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledParams.js.map +1 -0
  258. package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledResponse.d.ts +7 -0
  259. package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledResponse.d.ts.map +1 -0
  260. package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledResponse.js +3 -0
  261. package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledResponse.js.map +1 -0
  262. package/dist/ai/codexAppServer/schema/generated/v2/PluginListMarketplaceKind.d.ts +2 -0
  263. package/dist/ai/codexAppServer/schema/generated/v2/PluginListMarketplaceKind.d.ts.map +1 -0
  264. package/dist/ai/codexAppServer/schema/generated/v2/PluginListMarketplaceKind.js +3 -0
  265. package/dist/ai/codexAppServer/schema/generated/v2/PluginListMarketplaceKind.js.map +1 -0
  266. package/dist/ai/codexAppServer/schema/generated/v2/PluginListParams.d.ts +6 -0
  267. package/dist/ai/codexAppServer/schema/generated/v2/PluginListParams.d.ts.map +1 -1
  268. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutParams.d.ts +4 -0
  269. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutParams.d.ts.map +1 -0
  270. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutParams.js +3 -0
  271. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutParams.js.map +1 -0
  272. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutResponse.d.ts +11 -0
  273. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutResponse.d.ts.map +1 -0
  274. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutResponse.js +3 -0
  275. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutResponse.js.map +1 -0
  276. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareContext.d.ts +15 -0
  277. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareContext.d.ts.map +1 -0
  278. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareContext.js +3 -0
  279. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareContext.js.map +1 -0
  280. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteParams.d.ts +4 -0
  281. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteParams.d.ts.map +1 -0
  282. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteParams.js +3 -0
  283. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteParams.js.map +1 -0
  284. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteResponse.d.ts +2 -0
  285. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteResponse.d.ts.map +1 -0
  286. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteResponse.js +3 -0
  287. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteResponse.js.map +1 -0
  288. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDiscoverability.d.ts +2 -0
  289. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDiscoverability.d.ts.map +1 -0
  290. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDiscoverability.js +3 -0
  291. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDiscoverability.js.map +1 -0
  292. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListItem.d.ts +7 -0
  293. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListItem.d.ts.map +1 -0
  294. package/dist/ai/codexAppServer/schema/generated/v2/{DeviceKeySignParams.js → PluginShareListItem.js} +1 -1
  295. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListItem.js.map +1 -0
  296. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListParams.d.ts +2 -0
  297. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListParams.d.ts.map +1 -0
  298. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListParams.js +3 -0
  299. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListParams.js.map +1 -0
  300. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListResponse.d.ts +5 -0
  301. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListResponse.d.ts.map +1 -0
  302. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListResponse.js +3 -0
  303. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListResponse.js.map +1 -0
  304. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipal.d.ts +9 -0
  305. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipal.d.ts.map +1 -0
  306. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipal.js +3 -0
  307. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipal.js.map +1 -0
  308. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalRole.d.ts +2 -0
  309. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalRole.d.ts.map +1 -0
  310. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalRole.js +3 -0
  311. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalRole.js.map +1 -0
  312. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalType.d.ts +2 -0
  313. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalType.d.ts.map +1 -0
  314. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalType.js +3 -0
  315. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalType.js.map +1 -0
  316. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveParams.d.ts +10 -0
  317. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveParams.d.ts.map +1 -0
  318. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveParams.js +3 -0
  319. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveParams.js.map +1 -0
  320. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveResponse.d.ts +5 -0
  321. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveResponse.d.ts.map +1 -0
  322. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveResponse.js +3 -0
  323. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveResponse.js.map +1 -0
  324. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTarget.d.ts +8 -0
  325. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTarget.d.ts.map +1 -0
  326. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTarget.js +3 -0
  327. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTarget.js.map +1 -0
  328. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTargetRole.d.ts +2 -0
  329. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTargetRole.d.ts.map +1 -0
  330. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTargetRole.js +3 -0
  331. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTargetRole.js.map +1 -0
  332. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateDiscoverability.d.ts +2 -0
  333. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateDiscoverability.d.ts.map +1 -0
  334. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateDiscoverability.js +3 -0
  335. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateDiscoverability.js.map +1 -0
  336. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsParams.d.ts +8 -0
  337. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsParams.d.ts.map +1 -0
  338. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsParams.js +3 -0
  339. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsParams.js.map +1 -0
  340. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsResponse.d.ts +7 -0
  341. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsResponse.d.ts.map +1 -0
  342. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsResponse.js +3 -0
  343. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsResponse.js.map +1 -0
  344. package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadParams.d.ts +6 -0
  345. package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadParams.d.ts.map +1 -0
  346. package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadParams.js +3 -0
  347. package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadParams.js.map +1 -0
  348. package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadResponse.d.ts +4 -0
  349. package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadResponse.d.ts.map +1 -0
  350. package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadResponse.js +3 -0
  351. package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadResponse.js.map +1 -0
  352. package/dist/ai/codexAppServer/schema/generated/v2/PluginSummary.d.ts +19 -0
  353. package/dist/ai/codexAppServer/schema/generated/v2/PluginSummary.d.ts.map +1 -1
  354. package/dist/ai/codexAppServer/schema/generated/v2/ProcessExitedNotification.d.ts +40 -0
  355. package/dist/ai/codexAppServer/schema/generated/v2/ProcessExitedNotification.d.ts.map +1 -0
  356. package/dist/ai/codexAppServer/schema/generated/v2/ProcessExitedNotification.js +3 -0
  357. package/dist/ai/codexAppServer/schema/generated/v2/ProcessExitedNotification.js.map +1 -0
  358. package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputDeltaNotification.d.ts +24 -0
  359. package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputDeltaNotification.d.ts.map +1 -0
  360. package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputDeltaNotification.js +3 -0
  361. package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputDeltaNotification.js.map +1 -0
  362. package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputStream.d.ts +5 -0
  363. package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputStream.d.ts.map +1 -0
  364. package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputStream.js +3 -0
  365. package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputStream.js.map +1 -0
  366. package/dist/ai/codexAppServer/schema/generated/v2/ProcessTerminalSize.d.ts +14 -0
  367. package/dist/ai/codexAppServer/schema/generated/v2/ProcessTerminalSize.d.ts.map +1 -0
  368. package/dist/ai/codexAppServer/schema/generated/v2/ProcessTerminalSize.js +3 -0
  369. package/dist/ai/codexAppServer/schema/generated/v2/ProcessTerminalSize.js.map +1 -0
  370. package/dist/ai/codexAppServer/schema/generated/v2/RateLimitSnapshot.d.ts +2 -0
  371. package/dist/ai/codexAppServer/schema/generated/v2/RateLimitSnapshot.d.ts.map +1 -1
  372. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlConnectionStatus.d.ts +2 -0
  373. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlConnectionStatus.d.ts.map +1 -0
  374. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlConnectionStatus.js +3 -0
  375. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlConnectionStatus.js.map +1 -0
  376. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlStatusChangedNotification.d.ts +11 -0
  377. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlStatusChangedNotification.d.ts.map +1 -0
  378. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlStatusChangedNotification.js +3 -0
  379. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlStatusChangedNotification.js.map +1 -0
  380. package/dist/ai/codexAppServer/schema/generated/v2/SandboxPolicy.d.ts +0 -3
  381. package/dist/ai/codexAppServer/schema/generated/v2/SandboxPolicy.d.ts.map +1 -1
  382. package/dist/ai/codexAppServer/schema/generated/v2/SessionMigration.d.ts +6 -0
  383. package/dist/ai/codexAppServer/schema/generated/v2/SessionMigration.d.ts.map +1 -0
  384. package/dist/ai/codexAppServer/schema/generated/v2/SessionMigration.js +3 -0
  385. package/dist/ai/codexAppServer/schema/generated/v2/SessionMigration.js.map +1 -0
  386. package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetParams.d.ts +5 -0
  387. package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetParams.d.ts.map +1 -0
  388. package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetParams.js +3 -0
  389. package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetParams.js.map +1 -0
  390. package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetResponse.d.ts +2 -0
  391. package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetResponse.d.ts.map +1 -0
  392. package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetResponse.js +3 -0
  393. package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetResponse.js.map +1 -0
  394. package/dist/ai/codexAppServer/schema/generated/v2/SkillsListParams.d.ts +0 -5
  395. package/dist/ai/codexAppServer/schema/generated/v2/SkillsListParams.d.ts.map +1 -1
  396. package/dist/ai/codexAppServer/schema/generated/v2/SpendControlLimitSnapshot.d.ts +7 -0
  397. package/dist/ai/codexAppServer/schema/generated/v2/SpendControlLimitSnapshot.d.ts.map +1 -0
  398. package/dist/ai/codexAppServer/schema/generated/v2/SpendControlLimitSnapshot.js +3 -0
  399. package/dist/ai/codexAppServer/schema/generated/v2/SpendControlLimitSnapshot.js.map +1 -0
  400. package/dist/ai/codexAppServer/schema/generated/v2/SubagentMigration.d.ts +4 -0
  401. package/dist/ai/codexAppServer/schema/generated/v2/SubagentMigration.d.ts.map +1 -0
  402. package/dist/ai/codexAppServer/schema/generated/v2/SubagentMigration.js +3 -0
  403. package/dist/ai/codexAppServer/schema/generated/v2/SubagentMigration.js.map +1 -0
  404. package/dist/ai/codexAppServer/schema/generated/v2/Thread.d.ts +13 -0
  405. package/dist/ai/codexAppServer/schema/generated/v2/Thread.d.ts.map +1 -1
  406. package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkParams.d.ts +7 -21
  407. package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkParams.d.ts.map +1 -1
  408. package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkResponse.d.ts +6 -16
  409. package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkResponse.d.ts.map +1 -1
  410. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoal.d.ts +12 -0
  411. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoal.d.ts.map +1 -0
  412. package/dist/ai/codexAppServer/schema/generated/{ServiceTier.js → v2/ThreadGoal.js} +1 -1
  413. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoal.js.map +1 -0
  414. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearParams.d.ts +4 -0
  415. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearParams.d.ts.map +1 -0
  416. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearParams.js +3 -0
  417. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearParams.js.map +1 -0
  418. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearResponse.d.ts +4 -0
  419. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearResponse.d.ts.map +1 -0
  420. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearResponse.js +3 -0
  421. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearResponse.js.map +1 -0
  422. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearedNotification.d.ts +4 -0
  423. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearedNotification.d.ts.map +1 -0
  424. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearedNotification.js +3 -0
  425. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearedNotification.js.map +1 -0
  426. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetParams.d.ts +4 -0
  427. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetParams.d.ts.map +1 -0
  428. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetParams.js +3 -0
  429. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetParams.js.map +1 -0
  430. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetResponse.d.ts +5 -0
  431. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetResponse.d.ts.map +1 -0
  432. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetResponse.js +3 -0
  433. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetResponse.js.map +1 -0
  434. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetParams.d.ts +8 -0
  435. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetParams.d.ts.map +1 -0
  436. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetParams.js +3 -0
  437. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetParams.js.map +1 -0
  438. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetResponse.d.ts +5 -0
  439. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetResponse.d.ts.map +1 -0
  440. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetResponse.js +3 -0
  441. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetResponse.js.map +1 -0
  442. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalStatus.d.ts +2 -0
  443. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalStatus.d.ts.map +1 -0
  444. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalStatus.js +3 -0
  445. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalStatus.js.map +1 -0
  446. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalUpdatedNotification.d.ts +7 -0
  447. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalUpdatedNotification.d.ts.map +1 -0
  448. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalUpdatedNotification.js +3 -0
  449. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalUpdatedNotification.js.map +1 -0
  450. package/dist/ai/codexAppServer/schema/generated/v2/ThreadItem.d.ts +2 -0
  451. package/dist/ai/codexAppServer/schema/generated/v2/ThreadItem.d.ts.map +1 -1
  452. package/dist/ai/codexAppServer/schema/generated/v2/ThreadReadParams.d.ts +1 -1
  453. package/dist/ai/codexAppServer/schema/generated/v2/ThreadReadParams.d.ts.map +1 -1
  454. package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeStartedNotification.d.ts +1 -1
  455. package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeStartedNotification.d.ts.map +1 -1
  456. package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeInitialTurnsPageParams.d.ts +17 -0
  457. package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeInitialTurnsPageParams.d.ts.map +1 -0
  458. package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeInitialTurnsPageParams.js +3 -0
  459. package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeInitialTurnsPageParams.js.map +1 -0
  460. package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeParams.d.ts +10 -30
  461. package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeParams.d.ts.map +1 -1
  462. package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeResponse.d.ts +6 -16
  463. package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeResponse.d.ts.map +1 -1
  464. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSearchResult.d.ts +6 -0
  465. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSearchResult.d.ts.map +1 -0
  466. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSearchResult.js +3 -0
  467. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSearchResult.js.map +1 -0
  468. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettings.d.ts +24 -0
  469. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettings.d.ts.map +1 -0
  470. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettings.js +3 -0
  471. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettings.js.map +1 -0
  472. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettingsUpdatedNotification.d.ts +6 -0
  473. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettingsUpdatedNotification.d.ts.map +1 -0
  474. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettingsUpdatedNotification.js +3 -0
  475. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettingsUpdatedNotification.js.map +1 -0
  476. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSource.d.ts +2 -0
  477. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSource.d.ts.map +1 -0
  478. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSource.js +3 -0
  479. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSource.js.map +1 -0
  480. package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartParams.d.ts +5 -15
  481. package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartParams.d.ts.map +1 -1
  482. package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartResponse.d.ts +6 -16
  483. package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartResponse.d.ts.map +1 -1
  484. package/dist/ai/codexAppServer/schema/generated/v2/ToolsV2.d.ts +0 -1
  485. package/dist/ai/codexAppServer/schema/generated/v2/ToolsV2.d.ts.map +1 -1
  486. package/dist/ai/codexAppServer/schema/generated/v2/Turn.d.ts +6 -3
  487. package/dist/ai/codexAppServer/schema/generated/v2/Turn.d.ts.map +1 -1
  488. package/dist/ai/codexAppServer/schema/generated/v2/TurnItemsView.d.ts +2 -0
  489. package/dist/ai/codexAppServer/schema/generated/v2/TurnItemsView.d.ts.map +1 -0
  490. package/dist/ai/codexAppServer/schema/generated/v2/TurnItemsView.js +3 -0
  491. package/dist/ai/codexAppServer/schema/generated/v2/TurnItemsView.js.map +1 -0
  492. package/dist/ai/codexAppServer/schema/generated/v2/TurnModerationMetadataNotification.d.ts +7 -0
  493. package/dist/ai/codexAppServer/schema/generated/v2/TurnModerationMetadataNotification.d.ts.map +1 -0
  494. package/dist/ai/codexAppServer/schema/generated/v2/TurnModerationMetadataNotification.js +3 -0
  495. package/dist/ai/codexAppServer/schema/generated/v2/TurnModerationMetadataNotification.js.map +1 -0
  496. package/dist/ai/codexAppServer/schema/generated/v2/TurnStartParams.d.ts +3 -16
  497. package/dist/ai/codexAppServer/schema/generated/v2/TurnStartParams.d.ts.map +1 -1
  498. package/dist/ai/codexAppServer/schema/generated/v2/TurnSteerParams.d.ts +1 -0
  499. package/dist/ai/codexAppServer/schema/generated/v2/TurnSteerParams.d.ts.map +1 -1
  500. package/dist/ai/codexAppServer/schema/generated/v2/TurnsPage.d.ts +7 -0
  501. package/dist/ai/codexAppServer/schema/generated/v2/TurnsPage.d.ts.map +1 -0
  502. package/dist/ai/codexAppServer/schema/generated/v2/{ProfileV2.js → TurnsPage.js} +1 -1
  503. package/dist/ai/codexAppServer/schema/generated/v2/TurnsPage.js.map +1 -0
  504. package/dist/ai/codexAppServer/schema/generated/v2/UserInput.d.ts +3 -0
  505. package/dist/ai/codexAppServer/schema/generated/v2/UserInput.d.ts.map +1 -1
  506. package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadiness.d.ts +2 -0
  507. package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadiness.d.ts.map +1 -0
  508. package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadiness.js +3 -0
  509. package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadiness.js.map +1 -0
  510. package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadinessResponse.d.ts +5 -0
  511. package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadinessResponse.d.ts.map +1 -0
  512. package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadinessResponse.js +3 -0
  513. package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadinessResponse.js.map +1 -0
  514. package/dist/ai/codexAppServer/schema/generated/v2/index.d.ts +84 -20
  515. package/dist/ai/codexAppServer/schema/generated/v2/index.d.ts.map +1 -1
  516. package/dist/ai/codexAppServer/serverRequestIds.d.ts +3 -0
  517. package/dist/ai/codexAppServer/serverRequestIds.d.ts.map +1 -0
  518. package/dist/ai/codexAppServer/serverRequestIds.js +6 -0
  519. package/dist/ai/codexAppServer/serverRequestIds.js.map +1 -0
  520. package/dist/ai/codexAppServer/version.d.ts +1 -1
  521. package/dist/ai/codexAppServer/version.js +1 -1
  522. package/dist/ai/codexQuota.js +1 -1
  523. package/dist/ai/codexQuota.js.map +1 -1
  524. package/dist/ai/provider.d.ts +26 -6
  525. package/dist/ai/provider.d.ts.map +1 -1
  526. package/dist/ai/provider.js.map +1 -1
  527. package/dist/ai/sessionManager.d.ts +1 -1
  528. package/dist/ai/sessionManager.d.ts.map +1 -1
  529. package/dist/ai/sessionManager.js +18 -11
  530. package/dist/ai/sessionManager.js.map +1 -1
  531. package/dist/handlers/messageHandler.js +2 -2
  532. package/dist/handlers/messageHandler.js.map +1 -1
  533. package/dist/index.js +2 -2
  534. package/dist/service/ipcClient.js +1 -1
  535. package/dist/service/run.js +1 -1
  536. package/dist/service/types.js +1 -1
  537. package/dist/terminal/terminalManager.d.ts +1 -0
  538. package/dist/terminal/terminalManager.d.ts.map +1 -1
  539. package/dist/terminal/terminalManager.js +4 -0
  540. package/dist/terminal/terminalManager.js.map +1 -1
  541. package/package.json +3 -3
  542. package/dist/ai/codexAppServer/schema/generated/GhostCommit.d.ts +0 -10
  543. package/dist/ai/codexAppServer/schema/generated/GhostCommit.d.ts.map +0 -1
  544. package/dist/ai/codexAppServer/schema/generated/GhostCommit.js.map +0 -1
  545. package/dist/ai/codexAppServer/schema/generated/ServiceTier.d.ts +0 -2
  546. package/dist/ai/codexAppServer/schema/generated/ServiceTier.d.ts.map +0 -1
  547. package/dist/ai/codexAppServer/schema/generated/ServiceTier.js.map +0 -1
  548. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyAlgorithm.d.ts +0 -5
  549. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyAlgorithm.d.ts.map +0 -1
  550. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyAlgorithm.js.map +0 -1
  551. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateParams.d.ts +0 -13
  552. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateParams.d.ts.map +0 -1
  553. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateParams.js.map +0 -1
  554. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateResponse.d.ts +0 -15
  555. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateResponse.d.ts.map +0 -1
  556. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateResponse.js +0 -3
  557. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateResponse.js.map +0 -1
  558. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionClass.d.ts +0 -5
  559. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionClass.d.ts.map +0 -1
  560. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionClass.js +0 -3
  561. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionClass.js.map +0 -1
  562. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionPolicy.d.ts +0 -5
  563. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionPolicy.d.ts.map +0 -1
  564. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionPolicy.js +0 -3
  565. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionPolicy.js.map +0 -1
  566. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicParams.d.ts +0 -7
  567. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicParams.d.ts.map +0 -1
  568. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicParams.js +0 -3
  569. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicParams.js.map +0 -1
  570. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicResponse.d.ts +0 -15
  571. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicResponse.d.ts.map +0 -1
  572. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicResponse.js +0 -3
  573. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicResponse.js.map +0 -1
  574. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignParams.d.ts +0 -9
  575. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignParams.d.ts.map +0 -1
  576. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignParams.js.map +0 -1
  577. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignPayload.d.ts +0 -63
  578. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignPayload.d.ts.map +0 -1
  579. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignPayload.js +0 -3
  580. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignPayload.js.map +0 -1
  581. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignResponse.d.ts +0 -17
  582. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignResponse.d.ts.map +0 -1
  583. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignResponse.js +0 -3
  584. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignResponse.js.map +0 -1
  585. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfile.d.ts +0 -13
  586. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfile.d.ts.map +0 -1
  587. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfile.js.map +0 -1
  588. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileFileSystemPermissions.d.ts +0 -9
  589. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileFileSystemPermissions.d.ts.map +0 -1
  590. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileFileSystemPermissions.js +0 -3
  591. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileFileSystemPermissions.js.map +0 -1
  592. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileNetworkPermissions.d.ts +0 -4
  593. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileNetworkPermissions.d.ts.map +0 -1
  594. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileNetworkPermissions.js +0 -3
  595. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileNetworkPermissions.js.map +0 -1
  596. package/dist/ai/codexAppServer/schema/generated/v2/ProfileV2.d.ts +0 -31
  597. package/dist/ai/codexAppServer/schema/generated/v2/ProfileV2.d.ts.map +0 -1
  598. package/dist/ai/codexAppServer/schema/generated/v2/ProfileV2.js.map +0 -1
  599. package/dist/ai/codexAppServer/schema/generated/v2/ReadOnlyAccess.d.ts +0 -9
  600. package/dist/ai/codexAppServer/schema/generated/v2/ReadOnlyAccess.d.ts.map +0 -1
  601. package/dist/ai/codexAppServer/schema/generated/v2/ReadOnlyAccess.js.map +0 -1
  602. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientConnectionAudience.d.ts +0 -5
  603. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientConnectionAudience.d.ts.map +0 -1
  604. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientConnectionAudience.js +0 -3
  605. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientConnectionAudience.js.map +0 -1
  606. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientEnrollmentAudience.d.ts +0 -5
  607. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientEnrollmentAudience.d.ts.map +0 -1
  608. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientEnrollmentAudience.js +0 -3
  609. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientEnrollmentAudience.js.map +0 -1
  610. package/dist/ai/codexAppServer/schema/generated/v2/SkillsListExtraRootsForCwd.d.ts +0 -5
  611. package/dist/ai/codexAppServer/schema/generated/v2/SkillsListExtraRootsForCwd.d.ts.map +0 -1
  612. package/dist/ai/codexAppServer/schema/generated/v2/SkillsListExtraRootsForCwd.js +0 -3
  613. package/dist/ai/codexAppServer/schema/generated/v2/SkillsListExtraRootsForCwd.js.map +0 -1
  614. package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListParams.d.ts +0 -17
  615. package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListParams.d.ts.map +0 -1
  616. package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListParams.js +0 -3
  617. package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListParams.js.map +0 -1
  618. package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListResponse.d.ts +0 -17
  619. package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListResponse.d.ts.map +0 -1
  620. package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListResponse.js +0 -3
  621. package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListResponse.js.map +0 -1
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=HooksListParams.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HooksListParams.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HooksListParams.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -0,0 +1,5 @@
1
+ import type { HooksListEntry } from "./HooksListEntry.js";
2
+ export type HooksListResponse = {
3
+ data: Array<HooksListEntry>;
4
+ };
5
+ //# sourceMappingURL=HooksListResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HooksListResponse.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HooksListResponse.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAE1D,MAAM,MAAM,iBAAiB,GAAG;IAAE,IAAI,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;CAAE,CAAC"}
@@ -1,3 +1,3 @@
1
1
  // GENERATED CODE! DO NOT MODIFY BY HAND!
2
2
  export {};
3
- //# sourceMappingURL=PermissionProfile.js.map
3
+ //# sourceMappingURL=HooksListResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HooksListResponse.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HooksListResponse.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -3,5 +3,9 @@ export type ItemCompletedNotification = {
3
3
  item: ThreadItem;
4
4
  threadId: string;
5
5
  turnId: string;
6
+ /**
7
+ * Unix timestamp (in milliseconds) when this item lifecycle completed.
8
+ */
9
+ completedAtMs: number;
6
10
  };
7
11
  //# sourceMappingURL=ItemCompletedNotification.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ItemCompletedNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ItemCompletedNotification.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,yBAAyB,GAAG;IAAE,IAAI,EAAE,UAAU,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"ItemCompletedNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ItemCompletedNotification.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,yBAAyB,GAAG;IAAE,IAAI,EAAE,UAAU,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAC7F;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;CAAE,CAAC"}
@@ -8,6 +8,14 @@ import type { GuardianApprovalReviewAction } from "./GuardianApprovalReviewActio
8
8
  export type ItemGuardianApprovalReviewCompletedNotification = {
9
9
  threadId: string;
10
10
  turnId: string;
11
+ /**
12
+ * Unix timestamp (in milliseconds) when this review started.
13
+ */
14
+ startedAtMs: number;
15
+ /**
16
+ * Unix timestamp (in milliseconds) when this review completed.
17
+ */
18
+ completedAtMs: number;
11
19
  /**
12
20
  * Stable identifier for this review.
13
21
  */
@@ -1 +1 @@
1
- {"version":3,"file":"ItemGuardianApprovalReviewCompletedNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewCompletedNotification.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAC9E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAEtF;;;GAGG;AACH,MAAM,MAAM,+CAA+C,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IACjG;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;;;;;;OAYG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,cAAc,EAAE,wBAAwB,CAAC;IAAC,MAAM,EAAE,sBAAsB,CAAC;IAAC,MAAM,EAAE,4BAA4B,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"ItemGuardianApprovalReviewCompletedNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewCompletedNotification.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAC9E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAEtF;;;GAGG;AACH,MAAM,MAAM,+CAA+C,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IACjG;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;;;;;;OAYG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,cAAc,EAAE,wBAAwB,CAAC;IAAC,MAAM,EAAE,sBAAsB,CAAC;IAAC,MAAM,EAAE,4BAA4B,CAAC;CAAE,CAAC"}
@@ -7,6 +7,10 @@ import type { GuardianApprovalReviewAction } from "./GuardianApprovalReviewActio
7
7
  export type ItemGuardianApprovalReviewStartedNotification = {
8
8
  threadId: string;
9
9
  turnId: string;
10
+ /**
11
+ * Unix timestamp (in milliseconds) when this review started.
12
+ */
13
+ startedAtMs: number;
10
14
  /**
11
15
  * Stable identifier for this review.
12
16
  */
@@ -1 +1 @@
1
- {"version":3,"file":"ItemGuardianApprovalReviewStartedNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewStartedNotification.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAEtF;;;GAGG;AACH,MAAM,MAAM,6CAA6C,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAC/F;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;;;;;;OAYG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,MAAM,EAAE,sBAAsB,CAAC;IAAC,MAAM,EAAE,4BAA4B,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"ItemGuardianApprovalReviewStartedNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewStartedNotification.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AAEtF;;;GAGG;AACH,MAAM,MAAM,6CAA6C,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAC/F;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;;;;;;;;;;OAYG;IACH,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,MAAM,EAAE,sBAAsB,CAAC;IAAC,MAAM,EAAE,4BAA4B,CAAC;CAAE,CAAC"}
@@ -3,5 +3,9 @@ export type ItemStartedNotification = {
3
3
  item: ThreadItem;
4
4
  threadId: string;
5
5
  turnId: string;
6
+ /**
7
+ * Unix timestamp (in milliseconds) when this item lifecycle started.
8
+ */
9
+ startedAtMs: number;
6
10
  };
7
11
  //# sourceMappingURL=ItemStartedNotification.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ItemStartedNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ItemStartedNotification.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,uBAAuB,GAAG;IAAE,IAAI,EAAE,UAAU,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"ItemStartedNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ItemStartedNotification.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAElD,MAAM,MAAM,uBAAuB,GAAG;IAAE,IAAI,EAAE,UAAU,CAAC;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAC3F;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;CAAE,CAAC"}
@@ -13,5 +13,6 @@ export type ListMcpServerStatusParams = {
13
13
  * Defaults to `Full` when omitted.
14
14
  */
15
15
  detail?: McpServerStatusDetail | null;
16
+ threadId?: string | null;
16
17
  };
17
18
  //# sourceMappingURL=ListMcpServerStatusParams.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ListMcpServerStatusParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ListMcpServerStatusParams.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAExE,MAAM,MAAM,yBAAyB,GAAG;IACxC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;OAGG;IACH,MAAM,CAAC,EAAE,qBAAqB,GAAG,IAAI,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"ListMcpServerStatusParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ListMcpServerStatusParams.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAExE,MAAM,MAAM,yBAAyB,GAAG;IACxC;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;OAGG;IACH,MAAM,CAAC,EAAE,qBAAqB,GAAG,IAAI,CAAC;IAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -3,6 +3,7 @@ export type LoginAccountParams = {
3
3
  apiKey: string;
4
4
  } | {
5
5
  "type": "chatgpt";
6
+ codexStreamlinedLogin?: boolean;
6
7
  } | {
7
8
  "type": "chatgptDeviceCode";
8
9
  } | {
@@ -1 +1 @@
1
- {"version":3,"file":"LoginAccountParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/LoginAccountParams.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,kBAAkB,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,SAAS,CAAA;CAAE,GAAG;IAAE,MAAM,EAAE,mBAAmB,CAAA;CAAE,GAAG;IAAE,MAAM,EAAE,mBAAmB,CAAC;IACjK;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"LoginAccountParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/LoginAccountParams.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,kBAAkB,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,SAAS,CAAC;IAAC,qBAAqB,CAAC,EAAE,OAAO,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,mBAAmB,CAAA;CAAE,GAAG;IAAE,MAAM,EAAE,mBAAmB,CAAC;IACnM;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;;;;OAKG;IACH,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -5,8 +5,12 @@ export type ManagedHooksRequirements = {
5
5
  PreToolUse: Array<ConfiguredHookMatcherGroup>;
6
6
  PermissionRequest: Array<ConfiguredHookMatcherGroup>;
7
7
  PostToolUse: Array<ConfiguredHookMatcherGroup>;
8
+ PreCompact: Array<ConfiguredHookMatcherGroup>;
9
+ PostCompact: Array<ConfiguredHookMatcherGroup>;
8
10
  SessionStart: Array<ConfiguredHookMatcherGroup>;
9
11
  UserPromptSubmit: Array<ConfiguredHookMatcherGroup>;
12
+ SubagentStart: Array<ConfiguredHookMatcherGroup>;
13
+ SubagentStop: Array<ConfiguredHookMatcherGroup>;
10
14
  Stop: Array<ConfiguredHookMatcherGroup>;
11
15
  };
12
16
  //# sourceMappingURL=ManagedHooksRequirements.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ManagedHooksRequirements.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ManagedHooksRequirements.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAElF,MAAM,MAAM,wBAAwB,GAAG;IAAE,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,UAAU,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAAC,iBAAiB,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAAC,WAAW,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAAC,YAAY,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAAC,gBAAgB,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAAC,IAAI,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"ManagedHooksRequirements.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ManagedHooksRequirements.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,iCAAiC,CAAC;AAElF,MAAM,MAAM,wBAAwB,GAAG;IAAE,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,UAAU,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAAC,iBAAiB,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAAC,WAAW,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAAC,UAAU,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAAC,WAAW,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAAC,YAAY,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAAC,gBAAgB,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAAC,aAAa,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAAC,YAAY,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;IAAC,IAAI,EAAE,KAAK,CAAC,0BAA0B,CAAC,CAAC;CAAE,CAAC"}
@@ -0,0 +1,4 @@
1
+ export type McpServerMigration = {
2
+ name: string;
3
+ };
4
+ //# sourceMappingURL=McpServerMigration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"McpServerMigration.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/McpServerMigration.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,kBAAkB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=McpServerMigration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"McpServerMigration.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/McpServerMigration.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -1,9 +1,11 @@
1
+ import type { McpServerInfo } from "../McpServerInfo.js";
1
2
  import type { Resource } from "../Resource.js";
2
3
  import type { ResourceTemplate } from "../ResourceTemplate.js";
3
4
  import type { Tool } from "../Tool.js";
4
5
  import type { McpAuthStatus } from "./McpAuthStatus.js";
5
6
  export type McpServerStatus = {
6
7
  name: string;
8
+ serverInfo: McpServerInfo | null;
7
9
  tools: {
8
10
  [key in string]?: Tool;
9
11
  };
@@ -1 +1 @@
1
- {"version":3,"file":"McpServerStatus.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/McpServerStatus.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,MAAM,MAAM,eAAe,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,IAAI;KAAE,CAAC;IAAC,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;IAAC,iBAAiB,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAAC,UAAU,EAAE,aAAa,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"McpServerStatus.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/McpServerStatus.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,gBAAgB,CAAC;AAC/C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,YAAY,CAAC;AACvC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,MAAM,MAAM,eAAe,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,aAAa,GAAG,IAAI,CAAC;IAAC,KAAK,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,IAAI;KAAE,CAAC;IAAC,SAAS,EAAE,KAAK,CAAC,QAAQ,CAAC,CAAC;IAAC,iBAAiB,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAAC,UAAU,EAAE,aAAa,CAAC;CAAE,CAAC"}
@@ -1,5 +1,6 @@
1
1
  import type { McpServerStartupState } from "./McpServerStartupState.js";
2
2
  export type McpServerStatusUpdatedNotification = {
3
+ threadId: string | null;
3
4
  name: string;
4
5
  status: McpServerStartupState;
5
6
  error: string | null;
@@ -1 +1 @@
1
- {"version":3,"file":"McpServerStatusUpdatedNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/McpServerStatusUpdatedNotification.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAExE,MAAM,MAAM,kCAAkC,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,qBAAqB,CAAC;IAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"McpServerStatusUpdatedNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/McpServerStatusUpdatedNotification.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAExE,MAAM,MAAM,kCAAkC,GAAG;IAAE,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,qBAAqB,CAAC;IAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -1,5 +1,15 @@
1
+ import type { CommandMigration } from "./CommandMigration.js";
2
+ import type { HookMigration } from "./HookMigration.js";
3
+ import type { McpServerMigration } from "./McpServerMigration.js";
1
4
  import type { PluginsMigration } from "./PluginsMigration.js";
5
+ import type { SessionMigration } from "./SessionMigration.js";
6
+ import type { SubagentMigration } from "./SubagentMigration.js";
2
7
  export type MigrationDetails = {
3
8
  plugins: Array<PluginsMigration>;
9
+ sessions: Array<SessionMigration>;
10
+ mcpServers: Array<McpServerMigration>;
11
+ hooks: Array<HookMigration>;
12
+ subagents: Array<SubagentMigration>;
13
+ commands: Array<CommandMigration>;
4
14
  };
5
15
  //# sourceMappingURL=MigrationDetails.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"MigrationDetails.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/MigrationDetails.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAE9D,MAAM,MAAM,gBAAgB,GAAG;IAAE,OAAO,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"MigrationDetails.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/MigrationDetails.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAEhE,MAAM,MAAM,gBAAgB,GAAG;IAAE,OAAO,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAAC,QAAQ,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAAC,UAAU,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC;IAAC,KAAK,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IAAC,SAAS,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAAC,QAAQ,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;CAAE,CAAC"}
@@ -1,6 +1,7 @@
1
1
  import type { InputModality } from "../InputModality.js";
2
2
  import type { ReasoningEffort } from "../ReasoningEffort.js";
3
3
  import type { ModelAvailabilityNux } from "./ModelAvailabilityNux.js";
4
+ import type { ModelServiceTier } from "./ModelServiceTier.js";
4
5
  import type { ModelUpgradeInfo } from "./ModelUpgradeInfo.js";
5
6
  import type { ReasoningEffortOption } from "./ReasoningEffortOption.js";
6
7
  export type Model = {
@@ -16,7 +17,15 @@ export type Model = {
16
17
  defaultReasoningEffort: ReasoningEffort;
17
18
  inputModalities: Array<InputModality>;
18
19
  supportsPersonality: boolean;
20
+ /**
21
+ * Deprecated: use `serviceTiers` instead.
22
+ */
19
23
  additionalSpeedTiers: Array<string>;
24
+ serviceTiers: Array<ModelServiceTier>;
25
+ /**
26
+ * Catalog default service tier id for this model, when one is configured.
27
+ */
28
+ defaultServiceTier: string | null;
20
29
  isDefault: boolean;
21
30
  };
22
31
  //# sourceMappingURL=Model.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Model.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/Model.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAExE,MAAM,MAAM,KAAK,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAAC,eAAe,EAAE,oBAAoB,GAAG,IAAI,CAAC;IAAC,WAAW,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,OAAO,CAAC;IAAC,yBAAyB,EAAE,KAAK,CAAC,qBAAqB,CAAC,CAAC;IAAC,sBAAsB,EAAE,eAAe,CAAC;IAAC,eAAe,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IAAC,mBAAmB,EAAE,OAAO,CAAC;IAAC,oBAAoB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAAC,SAAS,EAAE,OAAO,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"Model.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/Model.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AAExE,MAAM,MAAM,KAAK,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,WAAW,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAAC,eAAe,EAAE,oBAAoB,GAAG,IAAI,CAAC;IAAC,WAAW,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,OAAO,CAAC;IAAC,yBAAyB,EAAE,KAAK,CAAC,qBAAqB,CAAC,CAAC;IAAC,sBAAsB,EAAE,eAAe,CAAC;IAAC,eAAe,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IAAC,mBAAmB,EAAE,OAAO,CAAC;IAC9X;;OAEG;IACH,oBAAoB,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAAC,YAAY,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAC3E;;OAEG;IACH,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,SAAS,EAAE,OAAO,CAAC;CAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export type ModelProviderCapabilitiesReadParams = Record<string, never>;
2
+ //# sourceMappingURL=ModelProviderCapabilitiesReadParams.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModelProviderCapabilitiesReadParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadParams.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,mCAAmC,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=ModelProviderCapabilitiesReadParams.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModelProviderCapabilitiesReadParams.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadParams.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -0,0 +1,6 @@
1
+ export type ModelProviderCapabilitiesReadResponse = {
2
+ namespaceTools: boolean;
3
+ imageGeneration: boolean;
4
+ webSearch: boolean;
5
+ };
6
+ //# sourceMappingURL=ModelProviderCapabilitiesReadResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModelProviderCapabilitiesReadResponse.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadResponse.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,qCAAqC,GAAG;IAAE,cAAc,EAAE,OAAO,CAAC;IAAC,eAAe,EAAE,OAAO,CAAC;IAAC,SAAS,EAAE,OAAO,CAAC;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=ModelProviderCapabilitiesReadResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModelProviderCapabilitiesReadResponse.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadResponse.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -0,0 +1,6 @@
1
+ export type ModelServiceTier = {
2
+ id: string;
3
+ name: string;
4
+ description: string;
5
+ };
6
+ //# sourceMappingURL=ModelServiceTier.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModelServiceTier.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ModelServiceTier.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,gBAAgB,GAAG;IAAE,EAAE,EAAE,MAAM,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAC;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=ModelServiceTier.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ModelServiceTier.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ModelServiceTier.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -1,2 +1,2 @@
1
- export type NetworkUnixSocketPermission = "allow" | "none";
1
+ export type NetworkUnixSocketPermission = "allow" | "deny";
2
2
  //# sourceMappingURL=NetworkUnixSocketPermission.d.ts.map
@@ -0,0 +1,15 @@
1
+ export type PermissionProfileListParams = {
2
+ /**
3
+ * Opaque pagination cursor returned by a previous call.
4
+ */
5
+ cursor?: string | null;
6
+ /**
7
+ * Optional page size; defaults to the full result set.
8
+ */
9
+ limit?: number | null;
10
+ /**
11
+ * Optional working directory to resolve project config layers.
12
+ */
13
+ cwd?: string | null;
14
+ };
15
+ //# sourceMappingURL=PermissionProfileListParams.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PermissionProfileListParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PermissionProfileListParams.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,2BAA2B,GAAG;IAC1C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=PermissionProfileListParams.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PermissionProfileListParams.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PermissionProfileListParams.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -0,0 +1,10 @@
1
+ import type { PermissionProfileSummary } from "./PermissionProfileSummary.js";
2
+ export type PermissionProfileListResponse = {
3
+ data: Array<PermissionProfileSummary>;
4
+ /**
5
+ * Opaque cursor to pass to the next call to continue after the last item.
6
+ * If None, there are no more items to return.
7
+ */
8
+ nextCursor: string | null;
9
+ };
10
+ //# sourceMappingURL=PermissionProfileListResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PermissionProfileListResponse.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PermissionProfileListResponse.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAE9E,MAAM,MAAM,6BAA6B,GAAG;IAAE,IAAI,EAAE,KAAK,CAAC,wBAAwB,CAAC,CAAC;IACpF;;;OAGG;IACH,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=PermissionProfileListResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PermissionProfileListResponse.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PermissionProfileListResponse.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -0,0 +1,11 @@
1
+ export type PermissionProfileSummary = {
2
+ /**
3
+ * Available permission profile identifier.
4
+ */
5
+ id: string;
6
+ /**
7
+ * Optional user-facing description for display in clients.
8
+ */
9
+ description: string | null;
10
+ };
11
+ //# sourceMappingURL=PermissionProfileSummary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PermissionProfileSummary.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PermissionProfileSummary.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,wBAAwB,GAAG;IACvC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=PermissionProfileSummary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PermissionProfileSummary.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PermissionProfileSummary.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -4,6 +4,11 @@ export type PermissionsRequestApprovalParams = {
4
4
  threadId: string;
5
5
  turnId: string;
6
6
  itemId: string;
7
+ environmentId: string | null;
8
+ /**
9
+ * Unix timestamp (in milliseconds) when this approval request started.
10
+ */
11
+ startedAtMs: number;
7
12
  cwd: AbsolutePathBuf;
8
13
  reason: string | null;
9
14
  permissions: RequestPermissionProfile;
@@ -1 +1 @@
1
- {"version":3,"file":"PermissionsRequestApprovalParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PermissionsRequestApprovalParams.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAE9E,MAAM,MAAM,gCAAgC,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,eAAe,CAAC;IAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,WAAW,EAAE,wBAAwB,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"PermissionsRequestApprovalParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PermissionsRequestApprovalParams.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAE9E,MAAM,MAAM,gCAAgC,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAChI;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,eAAe,CAAC;IAAC,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,WAAW,EAAE,wBAAwB,CAAC;CAAE,CAAC"}
@@ -0,0 +1,2 @@
1
+ export type PluginAvailability = "AVAILABLE" | "DISABLED_BY_ADMIN";
2
+ //# sourceMappingURL=PluginAvailability.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PluginAvailability.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PluginAvailability.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,kBAAkB,GAAG,WAAW,GAAG,mBAAmB,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=PluginAvailability.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PluginAvailability.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PluginAvailability.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -1,5 +1,7 @@
1
1
  import type { AbsolutePathBuf } from "../AbsolutePathBuf.js";
2
2
  import type { AppSummary } from "./AppSummary.js";
3
+ import type { AppTemplateSummary } from "./AppTemplateSummary.js";
4
+ import type { PluginHookSummary } from "./PluginHookSummary.js";
3
5
  import type { PluginSummary } from "./PluginSummary.js";
4
6
  import type { SkillSummary } from "./SkillSummary.js";
5
7
  export type PluginDetail = {
@@ -8,7 +10,9 @@ export type PluginDetail = {
8
10
  summary: PluginSummary;
9
11
  description: string | null;
10
12
  skills: Array<SkillSummary>;
13
+ hooks: Array<PluginHookSummary>;
11
14
  apps: Array<AppSummary>;
15
+ appTemplates: Array<AppTemplateSummary>;
12
16
  mcpServers: Array<string>;
13
17
  };
14
18
  //# sourceMappingURL=PluginDetail.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PluginDetail.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PluginDetail.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,YAAY,GAAG;IAAE,eAAe,EAAE,MAAM,CAAC;IAAC,eAAe,EAAE,eAAe,GAAG,IAAI,CAAC;IAAC,OAAO,EAAE,aAAa,CAAC;IAAC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,MAAM,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAAC,IAAI,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IAAC,UAAU,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"PluginDetail.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PluginDetail.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAClE,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,YAAY,GAAG;IAAE,eAAe,EAAE,MAAM,CAAC;IAAC,eAAe,EAAE,eAAe,GAAG,IAAI,CAAC;IAAC,OAAO,EAAE,aAAa,CAAC;IAAC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,MAAM,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAAC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAAC,IAAI,EAAE,KAAK,CAAC,UAAU,CAAC,CAAC;IAAC,YAAY,EAAE,KAAK,CAAC,kBAAkB,CAAC,CAAC;IAAC,UAAU,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAAE,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { HookEventName } from "./HookEventName.js";
2
+ export type PluginHookSummary = {
3
+ key: string;
4
+ eventName: HookEventName;
5
+ };
6
+ //# sourceMappingURL=PluginHookSummary.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PluginHookSummary.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PluginHookSummary.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAExD,MAAM,MAAM,iBAAiB,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,aAAa,CAAC;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=PluginHookSummary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PluginHookSummary.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PluginHookSummary.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -0,0 +1,13 @@
1
+ import type { AbsolutePathBuf } from "../AbsolutePathBuf.js";
2
+ export type PluginInstalledParams = {
3
+ /**
4
+ * Optional working directories used to discover repo marketplaces.
5
+ */
6
+ cwds?: Array<AbsolutePathBuf> | null;
7
+ /**
8
+ * Additional uninstalled plugin names that should be returned when present locally.
9
+ * This is used by mention surfaces that intentionally expose install entrypoints.
10
+ */
11
+ installSuggestionPluginNames?: Array<string> | null;
12
+ };
13
+ //# sourceMappingURL=PluginInstalledParams.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PluginInstalledParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PluginInstalledParams.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAE7D,MAAM,MAAM,qBAAqB,GAAG;IACpC;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC;IACrC;;;OAGG;IACH,4BAA4B,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=PluginInstalledParams.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PluginInstalledParams.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PluginInstalledParams.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -0,0 +1,7 @@
1
+ import type { MarketplaceLoadErrorInfo } from "./MarketplaceLoadErrorInfo.js";
2
+ import type { PluginMarketplaceEntry } from "./PluginMarketplaceEntry.js";
3
+ export type PluginInstalledResponse = {
4
+ marketplaces: Array<PluginMarketplaceEntry>;
5
+ marketplaceLoadErrors: Array<MarketplaceLoadErrorInfo>;
6
+ };
7
+ //# sourceMappingURL=PluginInstalledResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PluginInstalledResponse.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PluginInstalledResponse.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAC9E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAE1E,MAAM,MAAM,uBAAuB,GAAG;IAAE,YAAY,EAAE,KAAK,CAAC,sBAAsB,CAAC,CAAC;IAAC,qBAAqB,EAAE,KAAK,CAAC,wBAAwB,CAAC,CAAC;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=PluginInstalledResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PluginInstalledResponse.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PluginInstalledResponse.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -0,0 +1,2 @@
1
+ export type PluginListMarketplaceKind = "local" | "vertical" | "workspace-directory" | "shared-with-me";
2
+ //# sourceMappingURL=PluginListMarketplaceKind.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PluginListMarketplaceKind.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PluginListMarketplaceKind.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,yBAAyB,GAAG,OAAO,GAAG,UAAU,GAAG,qBAAqB,GAAG,gBAAgB,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=PluginListMarketplaceKind.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"PluginListMarketplaceKind.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PluginListMarketplaceKind.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -1,9 +1,15 @@
1
1
  import type { AbsolutePathBuf } from "../AbsolutePathBuf.js";
2
+ import type { PluginListMarketplaceKind } from "./PluginListMarketplaceKind.js";
2
3
  export type PluginListParams = {
3
4
  /**
4
5
  * Optional working directories used to discover repo marketplaces. When omitted,
5
6
  * only home-scoped marketplaces and the official curated marketplace are considered.
6
7
  */
7
8
  cwds?: Array<AbsolutePathBuf> | null;
9
+ /**
10
+ * Optional marketplace kind filter. When omitted, only local marketplaces are queried, plus
11
+ * the default remote catalog when enabled by feature flag.
12
+ */
13
+ marketplaceKinds?: Array<PluginListMarketplaceKind> | null;
8
14
  };
9
15
  //# sourceMappingURL=PluginListParams.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PluginListParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PluginListParams.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAE7D,MAAM,MAAM,gBAAgB,GAAG;IAC/B;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"PluginListParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/PluginListParams.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAEhF,MAAM,MAAM,gBAAgB,GAAG;IAC/B;;;OAGG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC;IACrC;;;OAGG;IACH,gBAAgB,CAAC,EAAE,KAAK,CAAC,yBAAyB,CAAC,GAAG,IAAI,CAAC;CAAE,CAAC"}