@sumicom/quicksave 0.8.14 → 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 (680) hide show
  1. package/dist/ai/cardBuilder.d.ts +22 -2
  2. package/dist/ai/cardBuilder.d.ts.map +1 -1
  3. package/dist/ai/cardBuilder.js +133 -8
  4. package/dist/ai/cardBuilder.js.map +1 -1
  5. package/dist/ai/claudeCliProvider.d.ts +25 -2
  6. package/dist/ai/claudeCliProvider.d.ts.map +1 -1
  7. package/dist/ai/claudeCliProvider.js +85 -21
  8. package/dist/ai/claudeCliProvider.js.map +1 -1
  9. package/dist/ai/claudeTerminal/hookBridge.d.ts +4 -3
  10. package/dist/ai/claudeTerminal/hookBridge.d.ts.map +1 -1
  11. package/dist/ai/claudeTerminal/hookBridge.js.map +1 -1
  12. package/dist/ai/claudeTerminal/provider.d.ts +14 -1
  13. package/dist/ai/claudeTerminal/provider.d.ts.map +1 -1
  14. package/dist/ai/claudeTerminal/provider.js +358 -65
  15. package/dist/ai/claudeTerminal/provider.js.map +1 -1
  16. package/dist/ai/codexAppServer/approvalMapping.d.ts.map +1 -1
  17. package/dist/ai/codexAppServer/approvalMapping.js +3 -1
  18. package/dist/ai/codexAppServer/approvalMapping.js.map +1 -1
  19. package/dist/ai/codexAppServer/cardAdapter.d.ts.map +1 -1
  20. package/dist/ai/codexAppServer/cardAdapter.js +175 -24
  21. package/dist/ai/codexAppServer/cardAdapter.js.map +1 -1
  22. package/dist/ai/codexAppServer/overrideStore.d.ts +0 -2
  23. package/dist/ai/codexAppServer/overrideStore.d.ts.map +1 -1
  24. package/dist/ai/codexAppServer/overrideStore.js +0 -1
  25. package/dist/ai/codexAppServer/overrideStore.js.map +1 -1
  26. package/dist/ai/codexAppServer/permissionMapping.d.ts.map +1 -1
  27. package/dist/ai/codexAppServer/permissionMapping.js +0 -2
  28. package/dist/ai/codexAppServer/permissionMapping.js.map +1 -1
  29. package/dist/ai/codexAppServer/protocolLog.d.ts +2 -0
  30. package/dist/ai/codexAppServer/protocolLog.d.ts.map +1 -0
  31. package/dist/ai/codexAppServer/protocolLog.js +16 -0
  32. package/dist/ai/codexAppServer/protocolLog.js.map +1 -0
  33. package/dist/ai/codexAppServer/provider.d.ts +18 -0
  34. package/dist/ai/codexAppServer/provider.d.ts.map +1 -1
  35. package/dist/ai/codexAppServer/provider.js +433 -19
  36. package/dist/ai/codexAppServer/provider.js.map +1 -1
  37. package/dist/ai/codexAppServer/rpcClient.d.ts +2 -0
  38. package/dist/ai/codexAppServer/rpcClient.d.ts.map +1 -1
  39. package/dist/ai/codexAppServer/rpcClient.js +15 -1
  40. package/dist/ai/codexAppServer/rpcClient.js.map +1 -1
  41. package/dist/ai/codexAppServer/schema/generated/AgentMessageInputContent.d.ts +5 -0
  42. package/dist/ai/codexAppServer/schema/generated/AgentMessageInputContent.d.ts.map +1 -0
  43. package/dist/ai/codexAppServer/schema/generated/AgentMessageInputContent.js +3 -0
  44. package/dist/ai/codexAppServer/schema/generated/AgentMessageInputContent.js.map +1 -0
  45. package/dist/ai/codexAppServer/schema/generated/AuthMode.d.ts +1 -1
  46. package/dist/ai/codexAppServer/schema/generated/AuthMode.d.ts.map +1 -1
  47. package/dist/ai/codexAppServer/schema/generated/AutoCompactTokenLimitScope.d.ts +6 -0
  48. package/dist/ai/codexAppServer/schema/generated/AutoCompactTokenLimitScope.d.ts.map +1 -0
  49. package/dist/ai/codexAppServer/schema/generated/AutoCompactTokenLimitScope.js +3 -0
  50. package/dist/ai/codexAppServer/schema/generated/AutoCompactTokenLimitScope.js.map +1 -0
  51. package/dist/ai/codexAppServer/schema/generated/ClientRequest.d.ts +74 -16
  52. package/dist/ai/codexAppServer/schema/generated/ClientRequest.d.ts.map +1 -1
  53. package/dist/ai/codexAppServer/schema/generated/FunctionCallOutputContentItem.d.ts +3 -0
  54. package/dist/ai/codexAppServer/schema/generated/FunctionCallOutputContentItem.d.ts.map +1 -1
  55. package/dist/ai/codexAppServer/schema/generated/InitializeCapabilities.d.ts +4 -0
  56. package/dist/ai/codexAppServer/schema/generated/InitializeCapabilities.d.ts.map +1 -1
  57. package/dist/ai/codexAppServer/schema/generated/InternalSessionSource.d.ts +2 -0
  58. package/dist/ai/codexAppServer/schema/generated/InternalSessionSource.d.ts.map +1 -0
  59. package/dist/ai/codexAppServer/schema/generated/{v2/DeviceKeyCreateParams.js → InternalSessionSource.js} +1 -1
  60. package/dist/ai/codexAppServer/schema/generated/InternalSessionSource.js.map +1 -0
  61. package/dist/ai/codexAppServer/schema/generated/McpServerInfo.d.ts +13 -0
  62. package/dist/ai/codexAppServer/schema/generated/McpServerInfo.d.ts.map +1 -0
  63. package/dist/ai/codexAppServer/schema/generated/{v2/ReadOnlyAccess.js → McpServerInfo.js} +1 -1
  64. package/dist/ai/codexAppServer/schema/generated/McpServerInfo.js.map +1 -0
  65. package/dist/ai/codexAppServer/schema/generated/ReasoningEffort.d.ts +1 -1
  66. package/dist/ai/codexAppServer/schema/generated/ReasoningEffort.d.ts.map +1 -1
  67. package/dist/ai/codexAppServer/schema/generated/ResponseItem.d.ts +11 -5
  68. package/dist/ai/codexAppServer/schema/generated/ResponseItem.d.ts.map +1 -1
  69. package/dist/ai/codexAppServer/schema/generated/ServerNotification.d.ts +28 -0
  70. package/dist/ai/codexAppServer/schema/generated/ServerNotification.d.ts.map +1 -1
  71. package/dist/ai/codexAppServer/schema/generated/ServerRequest.d.ts +5 -0
  72. package/dist/ai/codexAppServer/schema/generated/ServerRequest.d.ts.map +1 -1
  73. package/dist/ai/codexAppServer/schema/generated/SessionSource.d.ts +3 -0
  74. package/dist/ai/codexAppServer/schema/generated/SessionSource.d.ts.map +1 -1
  75. package/dist/ai/codexAppServer/schema/generated/v2/AccountRateLimitsUpdatedNotification.d.ts +7 -0
  76. package/dist/ai/codexAppServer/schema/generated/v2/AccountRateLimitsUpdatedNotification.d.ts.map +1 -1
  77. package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageDailyBucket.d.ts +5 -0
  78. package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageDailyBucket.d.ts.map +1 -0
  79. package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageDailyBucket.js +3 -0
  80. package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageDailyBucket.js.map +1 -0
  81. package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageSummary.d.ts +8 -0
  82. package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageSummary.d.ts.map +1 -0
  83. package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageSummary.js +3 -0
  84. package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageSummary.js.map +1 -0
  85. package/dist/ai/codexAppServer/schema/generated/v2/ActivePermissionProfile.d.ts +13 -0
  86. package/dist/ai/codexAppServer/schema/generated/v2/ActivePermissionProfile.d.ts.map +1 -0
  87. package/dist/ai/codexAppServer/schema/generated/v2/ActivePermissionProfile.js +3 -0
  88. package/dist/ai/codexAppServer/schema/generated/v2/ActivePermissionProfile.js.map +1 -0
  89. package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextEntry.d.ts +6 -0
  90. package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextEntry.d.ts.map +1 -0
  91. package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextEntry.js +3 -0
  92. package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextEntry.js.map +1 -0
  93. package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextKind.d.ts +2 -0
  94. package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextKind.d.ts.map +1 -0
  95. package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextKind.js +3 -0
  96. package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextKind.js.map +1 -0
  97. package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateSummary.d.ts +12 -0
  98. package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateSummary.d.ts.map +1 -0
  99. package/dist/ai/codexAppServer/schema/generated/v2/{DeviceKeyAlgorithm.js → AppTemplateSummary.js} +1 -1
  100. package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateSummary.js.map +1 -0
  101. package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateUnavailableReason.d.ts +2 -0
  102. package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateUnavailableReason.d.ts.map +1 -0
  103. package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateUnavailableReason.js +3 -0
  104. package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateUnavailableReason.js.map +1 -0
  105. package/dist/ai/codexAppServer/schema/generated/v2/AppsConfig.d.ts +2 -0
  106. package/dist/ai/codexAppServer/schema/generated/v2/AppsConfig.d.ts.map +1 -1
  107. package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateParams.d.ts +2 -0
  108. package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateParams.d.ts.map +1 -0
  109. package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateParams.js +3 -0
  110. package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateParams.js.map +1 -0
  111. package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateResponse.d.ts +7 -0
  112. package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateResponse.d.ts.map +1 -0
  113. package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateResponse.js +3 -0
  114. package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateResponse.js.map +1 -0
  115. package/dist/ai/codexAppServer/schema/generated/v2/CommandExecParams.d.ts +12 -35
  116. package/dist/ai/codexAppServer/schema/generated/v2/CommandExecParams.d.ts.map +1 -1
  117. package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionRequestApprovalParams.d.ts +11 -26
  118. package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionRequestApprovalParams.d.ts.map +1 -1
  119. package/dist/ai/codexAppServer/schema/generated/v2/CommandMigration.d.ts +4 -0
  120. package/dist/ai/codexAppServer/schema/generated/v2/CommandMigration.d.ts.map +1 -0
  121. package/dist/ai/codexAppServer/schema/generated/v2/CommandMigration.js +3 -0
  122. package/dist/ai/codexAppServer/schema/generated/v2/CommandMigration.js.map +1 -0
  123. package/dist/ai/codexAppServer/schema/generated/v2/ComputerUseRequirements.d.ts +4 -0
  124. package/dist/ai/codexAppServer/schema/generated/v2/ComputerUseRequirements.d.ts.map +1 -0
  125. package/dist/ai/codexAppServer/schema/generated/v2/ComputerUseRequirements.js +3 -0
  126. package/dist/ai/codexAppServer/schema/generated/v2/ComputerUseRequirements.js.map +1 -0
  127. package/dist/ai/codexAppServer/schema/generated/v2/Config.d.ts +8 -8
  128. package/dist/ai/codexAppServer/schema/generated/v2/Config.d.ts.map +1 -1
  129. package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayerSource.d.ts +17 -0
  130. package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayerSource.d.ts.map +1 -1
  131. package/dist/ai/codexAppServer/schema/generated/v2/ConfigReadParams.d.ts +1 -1
  132. package/dist/ai/codexAppServer/schema/generated/v2/ConfigReadParams.d.ts.map +1 -1
  133. package/dist/ai/codexAppServer/schema/generated/v2/ConfigRequirements.d.ts +10 -0
  134. package/dist/ai/codexAppServer/schema/generated/v2/ConfigRequirements.d.ts.map +1 -1
  135. package/dist/ai/codexAppServer/schema/generated/v2/ConfiguredHookHandler.d.ts +1 -0
  136. package/dist/ai/codexAppServer/schema/generated/v2/ConfiguredHookHandler.d.ts.map +1 -1
  137. package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureListParams.d.ts +6 -0
  138. package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureListParams.d.ts.map +1 -1
  139. package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigMigrationItemType.d.ts +1 -1
  140. package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigMigrationItemType.d.ts.map +1 -1
  141. package/dist/ai/codexAppServer/schema/generated/v2/FeedbackUploadParams.d.ts +1 -1
  142. package/dist/ai/codexAppServer/schema/generated/v2/FeedbackUploadParams.d.ts.map +1 -1
  143. package/dist/ai/codexAppServer/schema/generated/v2/FileChangeOutputDeltaNotification.d.ts +5 -0
  144. package/dist/ai/codexAppServer/schema/generated/v2/FileChangeOutputDeltaNotification.d.ts.map +1 -1
  145. package/dist/ai/codexAppServer/schema/generated/v2/FileChangeRequestApprovalParams.d.ts +4 -0
  146. package/dist/ai/codexAppServer/schema/generated/v2/FileChangeRequestApprovalParams.d.ts.map +1 -1
  147. package/dist/ai/codexAppServer/schema/generated/v2/FileSystemAccessMode.d.ts +1 -1
  148. package/dist/ai/codexAppServer/schema/generated/v2/FileSystemSpecialPath.d.ts +0 -2
  149. package/dist/ai/codexAppServer/schema/generated/v2/FileSystemSpecialPath.d.ts.map +1 -1
  150. package/dist/ai/codexAppServer/schema/generated/v2/ForcedChatgptWorkspaceIds.d.ts +5 -0
  151. package/dist/ai/codexAppServer/schema/generated/v2/ForcedChatgptWorkspaceIds.d.ts.map +1 -0
  152. package/dist/ai/codexAppServer/schema/generated/v2/ForcedChatgptWorkspaceIds.js +3 -0
  153. package/dist/ai/codexAppServer/schema/generated/v2/ForcedChatgptWorkspaceIds.js.map +1 -0
  154. package/dist/ai/codexAppServer/schema/generated/v2/GetAccountParams.d.ts +1 -1
  155. package/dist/ai/codexAppServer/schema/generated/v2/GetAccountParams.d.ts.map +1 -1
  156. package/dist/ai/codexAppServer/schema/generated/v2/GetAccountTokenUsageResponse.d.ts +7 -0
  157. package/dist/ai/codexAppServer/schema/generated/v2/GetAccountTokenUsageResponse.d.ts.map +1 -0
  158. package/dist/ai/codexAppServer/schema/generated/v2/GetAccountTokenUsageResponse.js +3 -0
  159. package/dist/ai/codexAppServer/schema/generated/v2/GetAccountTokenUsageResponse.js.map +1 -0
  160. package/dist/ai/codexAppServer/schema/generated/v2/HookErrorInfo.d.ts +5 -0
  161. package/dist/ai/codexAppServer/schema/generated/v2/HookErrorInfo.d.ts.map +1 -0
  162. package/dist/ai/codexAppServer/schema/generated/v2/HookErrorInfo.js +3 -0
  163. package/dist/ai/codexAppServer/schema/generated/v2/HookErrorInfo.js.map +1 -0
  164. package/dist/ai/codexAppServer/schema/generated/v2/HookEventName.d.ts +1 -1
  165. package/dist/ai/codexAppServer/schema/generated/v2/HookEventName.d.ts.map +1 -1
  166. package/dist/ai/codexAppServer/schema/generated/v2/HookMetadata.d.ts +23 -0
  167. package/dist/ai/codexAppServer/schema/generated/v2/HookMetadata.d.ts.map +1 -0
  168. package/dist/ai/codexAppServer/schema/generated/{GhostCommit.js → v2/HookMetadata.js} +1 -1
  169. package/dist/ai/codexAppServer/schema/generated/v2/HookMetadata.js.map +1 -0
  170. package/dist/ai/codexAppServer/schema/generated/v2/HookMigration.d.ts +4 -0
  171. package/dist/ai/codexAppServer/schema/generated/v2/HookMigration.d.ts.map +1 -0
  172. package/dist/ai/codexAppServer/schema/generated/v2/HookMigration.js +3 -0
  173. package/dist/ai/codexAppServer/schema/generated/v2/HookMigration.js.map +1 -0
  174. package/dist/ai/codexAppServer/schema/generated/v2/HookSource.d.ts +1 -1
  175. package/dist/ai/codexAppServer/schema/generated/v2/HookSource.d.ts.map +1 -1
  176. package/dist/ai/codexAppServer/schema/generated/v2/HookTrustStatus.d.ts +2 -0
  177. package/dist/ai/codexAppServer/schema/generated/v2/HookTrustStatus.d.ts.map +1 -0
  178. package/dist/ai/codexAppServer/schema/generated/v2/HookTrustStatus.js +3 -0
  179. package/dist/ai/codexAppServer/schema/generated/v2/HookTrustStatus.js.map +1 -0
  180. package/dist/ai/codexAppServer/schema/generated/v2/HooksListEntry.d.ts +9 -0
  181. package/dist/ai/codexAppServer/schema/generated/v2/HooksListEntry.d.ts.map +1 -0
  182. package/dist/ai/codexAppServer/schema/generated/v2/HooksListEntry.js +3 -0
  183. package/dist/ai/codexAppServer/schema/generated/v2/HooksListEntry.js.map +1 -0
  184. package/dist/ai/codexAppServer/schema/generated/v2/HooksListParams.d.ts +7 -0
  185. package/dist/ai/codexAppServer/schema/generated/v2/HooksListParams.d.ts.map +1 -0
  186. package/dist/ai/codexAppServer/schema/generated/v2/HooksListParams.js +3 -0
  187. package/dist/ai/codexAppServer/schema/generated/v2/HooksListParams.js.map +1 -0
  188. package/dist/ai/codexAppServer/schema/generated/v2/HooksListResponse.d.ts +5 -0
  189. package/dist/ai/codexAppServer/schema/generated/v2/HooksListResponse.d.ts.map +1 -0
  190. package/dist/ai/codexAppServer/schema/generated/v2/{PermissionProfile.js → HooksListResponse.js} +1 -1
  191. package/dist/ai/codexAppServer/schema/generated/v2/HooksListResponse.js.map +1 -0
  192. package/dist/ai/codexAppServer/schema/generated/v2/ItemCompletedNotification.d.ts +4 -0
  193. package/dist/ai/codexAppServer/schema/generated/v2/ItemCompletedNotification.d.ts.map +1 -1
  194. package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewCompletedNotification.d.ts +8 -0
  195. package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewCompletedNotification.d.ts.map +1 -1
  196. package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewStartedNotification.d.ts +4 -0
  197. package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewStartedNotification.d.ts.map +1 -1
  198. package/dist/ai/codexAppServer/schema/generated/v2/ItemStartedNotification.d.ts +4 -0
  199. package/dist/ai/codexAppServer/schema/generated/v2/ItemStartedNotification.d.ts.map +1 -1
  200. package/dist/ai/codexAppServer/schema/generated/v2/ListMcpServerStatusParams.d.ts +1 -0
  201. package/dist/ai/codexAppServer/schema/generated/v2/ListMcpServerStatusParams.d.ts.map +1 -1
  202. package/dist/ai/codexAppServer/schema/generated/v2/LoginAccountParams.d.ts +1 -0
  203. package/dist/ai/codexAppServer/schema/generated/v2/LoginAccountParams.d.ts.map +1 -1
  204. package/dist/ai/codexAppServer/schema/generated/v2/ManagedHooksRequirements.d.ts +4 -0
  205. package/dist/ai/codexAppServer/schema/generated/v2/ManagedHooksRequirements.d.ts.map +1 -1
  206. package/dist/ai/codexAppServer/schema/generated/v2/McpServerMigration.d.ts +4 -0
  207. package/dist/ai/codexAppServer/schema/generated/v2/McpServerMigration.d.ts.map +1 -0
  208. package/dist/ai/codexAppServer/schema/generated/v2/McpServerMigration.js +3 -0
  209. package/dist/ai/codexAppServer/schema/generated/v2/McpServerMigration.js.map +1 -0
  210. package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatus.d.ts +2 -0
  211. package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatus.d.ts.map +1 -1
  212. package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatusUpdatedNotification.d.ts +1 -0
  213. package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatusUpdatedNotification.d.ts.map +1 -1
  214. package/dist/ai/codexAppServer/schema/generated/v2/MigrationDetails.d.ts +10 -0
  215. package/dist/ai/codexAppServer/schema/generated/v2/MigrationDetails.d.ts.map +1 -1
  216. package/dist/ai/codexAppServer/schema/generated/v2/Model.d.ts +9 -0
  217. package/dist/ai/codexAppServer/schema/generated/v2/Model.d.ts.map +1 -1
  218. package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadParams.d.ts +2 -0
  219. package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadParams.d.ts.map +1 -0
  220. package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadParams.js +3 -0
  221. package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadParams.js.map +1 -0
  222. package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadResponse.d.ts +6 -0
  223. package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadResponse.d.ts.map +1 -0
  224. package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadResponse.js +3 -0
  225. package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadResponse.js.map +1 -0
  226. package/dist/ai/codexAppServer/schema/generated/v2/ModelServiceTier.d.ts +6 -0
  227. package/dist/ai/codexAppServer/schema/generated/v2/ModelServiceTier.d.ts.map +1 -0
  228. package/dist/ai/codexAppServer/schema/generated/v2/ModelServiceTier.js +3 -0
  229. package/dist/ai/codexAppServer/schema/generated/v2/ModelServiceTier.js.map +1 -0
  230. package/dist/ai/codexAppServer/schema/generated/v2/NetworkUnixSocketPermission.d.ts +1 -1
  231. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListParams.d.ts +15 -0
  232. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListParams.d.ts.map +1 -0
  233. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListParams.js +3 -0
  234. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListParams.js.map +1 -0
  235. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListResponse.d.ts +10 -0
  236. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListResponse.d.ts.map +1 -0
  237. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListResponse.js +3 -0
  238. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListResponse.js.map +1 -0
  239. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileSummary.d.ts +11 -0
  240. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileSummary.d.ts.map +1 -0
  241. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileSummary.js +3 -0
  242. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileSummary.js.map +1 -0
  243. package/dist/ai/codexAppServer/schema/generated/v2/PermissionsRequestApprovalParams.d.ts +5 -0
  244. package/dist/ai/codexAppServer/schema/generated/v2/PermissionsRequestApprovalParams.d.ts.map +1 -1
  245. package/dist/ai/codexAppServer/schema/generated/v2/PluginAvailability.d.ts +2 -0
  246. package/dist/ai/codexAppServer/schema/generated/v2/PluginAvailability.d.ts.map +1 -0
  247. package/dist/ai/codexAppServer/schema/generated/v2/PluginAvailability.js +3 -0
  248. package/dist/ai/codexAppServer/schema/generated/v2/PluginAvailability.js.map +1 -0
  249. package/dist/ai/codexAppServer/schema/generated/v2/PluginDetail.d.ts +4 -0
  250. package/dist/ai/codexAppServer/schema/generated/v2/PluginDetail.d.ts.map +1 -1
  251. package/dist/ai/codexAppServer/schema/generated/v2/PluginHookSummary.d.ts +6 -0
  252. package/dist/ai/codexAppServer/schema/generated/v2/PluginHookSummary.d.ts.map +1 -0
  253. package/dist/ai/codexAppServer/schema/generated/v2/PluginHookSummary.js +3 -0
  254. package/dist/ai/codexAppServer/schema/generated/v2/PluginHookSummary.js.map +1 -0
  255. package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledParams.d.ts +13 -0
  256. package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledParams.d.ts.map +1 -0
  257. package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledParams.js +3 -0
  258. package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledParams.js.map +1 -0
  259. package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledResponse.d.ts +7 -0
  260. package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledResponse.d.ts.map +1 -0
  261. package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledResponse.js +3 -0
  262. package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledResponse.js.map +1 -0
  263. package/dist/ai/codexAppServer/schema/generated/v2/PluginListMarketplaceKind.d.ts +2 -0
  264. package/dist/ai/codexAppServer/schema/generated/v2/PluginListMarketplaceKind.d.ts.map +1 -0
  265. package/dist/ai/codexAppServer/schema/generated/v2/PluginListMarketplaceKind.js +3 -0
  266. package/dist/ai/codexAppServer/schema/generated/v2/PluginListMarketplaceKind.js.map +1 -0
  267. package/dist/ai/codexAppServer/schema/generated/v2/PluginListParams.d.ts +6 -0
  268. package/dist/ai/codexAppServer/schema/generated/v2/PluginListParams.d.ts.map +1 -1
  269. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutParams.d.ts +4 -0
  270. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutParams.d.ts.map +1 -0
  271. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutParams.js +3 -0
  272. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutParams.js.map +1 -0
  273. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutResponse.d.ts +11 -0
  274. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutResponse.d.ts.map +1 -0
  275. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutResponse.js +3 -0
  276. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutResponse.js.map +1 -0
  277. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareContext.d.ts +15 -0
  278. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareContext.d.ts.map +1 -0
  279. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareContext.js +3 -0
  280. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareContext.js.map +1 -0
  281. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteParams.d.ts +4 -0
  282. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteParams.d.ts.map +1 -0
  283. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteParams.js +3 -0
  284. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteParams.js.map +1 -0
  285. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteResponse.d.ts +2 -0
  286. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteResponse.d.ts.map +1 -0
  287. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteResponse.js +3 -0
  288. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteResponse.js.map +1 -0
  289. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDiscoverability.d.ts +2 -0
  290. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDiscoverability.d.ts.map +1 -0
  291. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDiscoverability.js +3 -0
  292. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDiscoverability.js.map +1 -0
  293. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListItem.d.ts +7 -0
  294. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListItem.d.ts.map +1 -0
  295. package/dist/ai/codexAppServer/schema/generated/v2/{DeviceKeySignParams.js → PluginShareListItem.js} +1 -1
  296. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListItem.js.map +1 -0
  297. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListParams.d.ts +2 -0
  298. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListParams.d.ts.map +1 -0
  299. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListParams.js +3 -0
  300. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListParams.js.map +1 -0
  301. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListResponse.d.ts +5 -0
  302. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListResponse.d.ts.map +1 -0
  303. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListResponse.js +3 -0
  304. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListResponse.js.map +1 -0
  305. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipal.d.ts +9 -0
  306. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipal.d.ts.map +1 -0
  307. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipal.js +3 -0
  308. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipal.js.map +1 -0
  309. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalRole.d.ts +2 -0
  310. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalRole.d.ts.map +1 -0
  311. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalRole.js +3 -0
  312. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalRole.js.map +1 -0
  313. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalType.d.ts +2 -0
  314. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalType.d.ts.map +1 -0
  315. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalType.js +3 -0
  316. package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalType.js.map +1 -0
  317. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveParams.d.ts +10 -0
  318. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveParams.d.ts.map +1 -0
  319. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveParams.js +3 -0
  320. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveParams.js.map +1 -0
  321. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveResponse.d.ts +5 -0
  322. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveResponse.d.ts.map +1 -0
  323. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveResponse.js +3 -0
  324. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveResponse.js.map +1 -0
  325. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTarget.d.ts +8 -0
  326. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTarget.d.ts.map +1 -0
  327. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTarget.js +3 -0
  328. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTarget.js.map +1 -0
  329. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTargetRole.d.ts +2 -0
  330. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTargetRole.d.ts.map +1 -0
  331. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTargetRole.js +3 -0
  332. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTargetRole.js.map +1 -0
  333. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateDiscoverability.d.ts +2 -0
  334. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateDiscoverability.d.ts.map +1 -0
  335. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateDiscoverability.js +3 -0
  336. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateDiscoverability.js.map +1 -0
  337. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsParams.d.ts +8 -0
  338. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsParams.d.ts.map +1 -0
  339. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsParams.js +3 -0
  340. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsParams.js.map +1 -0
  341. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsResponse.d.ts +7 -0
  342. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsResponse.d.ts.map +1 -0
  343. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsResponse.js +3 -0
  344. package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsResponse.js.map +1 -0
  345. package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadParams.d.ts +6 -0
  346. package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadParams.d.ts.map +1 -0
  347. package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadParams.js +3 -0
  348. package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadParams.js.map +1 -0
  349. package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadResponse.d.ts +4 -0
  350. package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadResponse.d.ts.map +1 -0
  351. package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadResponse.js +3 -0
  352. package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadResponse.js.map +1 -0
  353. package/dist/ai/codexAppServer/schema/generated/v2/PluginSummary.d.ts +19 -0
  354. package/dist/ai/codexAppServer/schema/generated/v2/PluginSummary.d.ts.map +1 -1
  355. package/dist/ai/codexAppServer/schema/generated/v2/ProcessExitedNotification.d.ts +40 -0
  356. package/dist/ai/codexAppServer/schema/generated/v2/ProcessExitedNotification.d.ts.map +1 -0
  357. package/dist/ai/codexAppServer/schema/generated/v2/ProcessExitedNotification.js +3 -0
  358. package/dist/ai/codexAppServer/schema/generated/v2/ProcessExitedNotification.js.map +1 -0
  359. package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputDeltaNotification.d.ts +24 -0
  360. package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputDeltaNotification.d.ts.map +1 -0
  361. package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputDeltaNotification.js +3 -0
  362. package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputDeltaNotification.js.map +1 -0
  363. package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputStream.d.ts +5 -0
  364. package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputStream.d.ts.map +1 -0
  365. package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputStream.js +3 -0
  366. package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputStream.js.map +1 -0
  367. package/dist/ai/codexAppServer/schema/generated/v2/ProcessTerminalSize.d.ts +14 -0
  368. package/dist/ai/codexAppServer/schema/generated/v2/ProcessTerminalSize.d.ts.map +1 -0
  369. package/dist/ai/codexAppServer/schema/generated/v2/ProcessTerminalSize.js +3 -0
  370. package/dist/ai/codexAppServer/schema/generated/v2/ProcessTerminalSize.js.map +1 -0
  371. package/dist/ai/codexAppServer/schema/generated/v2/RateLimitSnapshot.d.ts +2 -0
  372. package/dist/ai/codexAppServer/schema/generated/v2/RateLimitSnapshot.d.ts.map +1 -1
  373. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlConnectionStatus.d.ts +2 -0
  374. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlConnectionStatus.d.ts.map +1 -0
  375. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlConnectionStatus.js +3 -0
  376. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlConnectionStatus.js.map +1 -0
  377. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlStatusChangedNotification.d.ts +11 -0
  378. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlStatusChangedNotification.d.ts.map +1 -0
  379. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlStatusChangedNotification.js +3 -0
  380. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlStatusChangedNotification.js.map +1 -0
  381. package/dist/ai/codexAppServer/schema/generated/v2/SandboxPolicy.d.ts +0 -3
  382. package/dist/ai/codexAppServer/schema/generated/v2/SandboxPolicy.d.ts.map +1 -1
  383. package/dist/ai/codexAppServer/schema/generated/v2/SessionMigration.d.ts +6 -0
  384. package/dist/ai/codexAppServer/schema/generated/v2/SessionMigration.d.ts.map +1 -0
  385. package/dist/ai/codexAppServer/schema/generated/v2/SessionMigration.js +3 -0
  386. package/dist/ai/codexAppServer/schema/generated/v2/SessionMigration.js.map +1 -0
  387. package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetParams.d.ts +5 -0
  388. package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetParams.d.ts.map +1 -0
  389. package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetParams.js +3 -0
  390. package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetParams.js.map +1 -0
  391. package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetResponse.d.ts +2 -0
  392. package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetResponse.d.ts.map +1 -0
  393. package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetResponse.js +3 -0
  394. package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetResponse.js.map +1 -0
  395. package/dist/ai/codexAppServer/schema/generated/v2/SkillsListParams.d.ts +0 -5
  396. package/dist/ai/codexAppServer/schema/generated/v2/SkillsListParams.d.ts.map +1 -1
  397. package/dist/ai/codexAppServer/schema/generated/v2/SpendControlLimitSnapshot.d.ts +7 -0
  398. package/dist/ai/codexAppServer/schema/generated/v2/SpendControlLimitSnapshot.d.ts.map +1 -0
  399. package/dist/ai/codexAppServer/schema/generated/v2/SpendControlLimitSnapshot.js +3 -0
  400. package/dist/ai/codexAppServer/schema/generated/v2/SpendControlLimitSnapshot.js.map +1 -0
  401. package/dist/ai/codexAppServer/schema/generated/v2/SubagentMigration.d.ts +4 -0
  402. package/dist/ai/codexAppServer/schema/generated/v2/SubagentMigration.d.ts.map +1 -0
  403. package/dist/ai/codexAppServer/schema/generated/v2/SubagentMigration.js +3 -0
  404. package/dist/ai/codexAppServer/schema/generated/v2/SubagentMigration.js.map +1 -0
  405. package/dist/ai/codexAppServer/schema/generated/v2/Thread.d.ts +13 -0
  406. package/dist/ai/codexAppServer/schema/generated/v2/Thread.d.ts.map +1 -1
  407. package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkParams.d.ts +7 -21
  408. package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkParams.d.ts.map +1 -1
  409. package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkResponse.d.ts +6 -16
  410. package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkResponse.d.ts.map +1 -1
  411. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoal.d.ts +12 -0
  412. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoal.d.ts.map +1 -0
  413. package/dist/ai/codexAppServer/schema/generated/{ServiceTier.js → v2/ThreadGoal.js} +1 -1
  414. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoal.js.map +1 -0
  415. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearParams.d.ts +4 -0
  416. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearParams.d.ts.map +1 -0
  417. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearParams.js +3 -0
  418. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearParams.js.map +1 -0
  419. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearResponse.d.ts +4 -0
  420. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearResponse.d.ts.map +1 -0
  421. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearResponse.js +3 -0
  422. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearResponse.js.map +1 -0
  423. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearedNotification.d.ts +4 -0
  424. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearedNotification.d.ts.map +1 -0
  425. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearedNotification.js +3 -0
  426. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearedNotification.js.map +1 -0
  427. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetParams.d.ts +4 -0
  428. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetParams.d.ts.map +1 -0
  429. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetParams.js +3 -0
  430. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetParams.js.map +1 -0
  431. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetResponse.d.ts +5 -0
  432. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetResponse.d.ts.map +1 -0
  433. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetResponse.js +3 -0
  434. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetResponse.js.map +1 -0
  435. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetParams.d.ts +8 -0
  436. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetParams.d.ts.map +1 -0
  437. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetParams.js +3 -0
  438. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetParams.js.map +1 -0
  439. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetResponse.d.ts +5 -0
  440. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetResponse.d.ts.map +1 -0
  441. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetResponse.js +3 -0
  442. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetResponse.js.map +1 -0
  443. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalStatus.d.ts +2 -0
  444. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalStatus.d.ts.map +1 -0
  445. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalStatus.js +3 -0
  446. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalStatus.js.map +1 -0
  447. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalUpdatedNotification.d.ts +7 -0
  448. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalUpdatedNotification.d.ts.map +1 -0
  449. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalUpdatedNotification.js +3 -0
  450. package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalUpdatedNotification.js.map +1 -0
  451. package/dist/ai/codexAppServer/schema/generated/v2/ThreadItem.d.ts +2 -0
  452. package/dist/ai/codexAppServer/schema/generated/v2/ThreadItem.d.ts.map +1 -1
  453. package/dist/ai/codexAppServer/schema/generated/v2/ThreadReadParams.d.ts +1 -1
  454. package/dist/ai/codexAppServer/schema/generated/v2/ThreadReadParams.d.ts.map +1 -1
  455. package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeStartedNotification.d.ts +1 -1
  456. package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeStartedNotification.d.ts.map +1 -1
  457. package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeInitialTurnsPageParams.d.ts +17 -0
  458. package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeInitialTurnsPageParams.d.ts.map +1 -0
  459. package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeInitialTurnsPageParams.js +3 -0
  460. package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeInitialTurnsPageParams.js.map +1 -0
  461. package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeParams.d.ts +10 -30
  462. package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeParams.d.ts.map +1 -1
  463. package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeResponse.d.ts +6 -16
  464. package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeResponse.d.ts.map +1 -1
  465. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSearchResult.d.ts +6 -0
  466. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSearchResult.d.ts.map +1 -0
  467. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSearchResult.js +3 -0
  468. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSearchResult.js.map +1 -0
  469. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettings.d.ts +24 -0
  470. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettings.d.ts.map +1 -0
  471. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettings.js +3 -0
  472. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettings.js.map +1 -0
  473. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettingsUpdatedNotification.d.ts +6 -0
  474. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettingsUpdatedNotification.d.ts.map +1 -0
  475. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettingsUpdatedNotification.js +3 -0
  476. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettingsUpdatedNotification.js.map +1 -0
  477. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSource.d.ts +2 -0
  478. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSource.d.ts.map +1 -0
  479. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSource.js +3 -0
  480. package/dist/ai/codexAppServer/schema/generated/v2/ThreadSource.js.map +1 -0
  481. package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartParams.d.ts +5 -15
  482. package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartParams.d.ts.map +1 -1
  483. package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartResponse.d.ts +6 -16
  484. package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartResponse.d.ts.map +1 -1
  485. package/dist/ai/codexAppServer/schema/generated/v2/ToolsV2.d.ts +0 -1
  486. package/dist/ai/codexAppServer/schema/generated/v2/ToolsV2.d.ts.map +1 -1
  487. package/dist/ai/codexAppServer/schema/generated/v2/Turn.d.ts +6 -3
  488. package/dist/ai/codexAppServer/schema/generated/v2/Turn.d.ts.map +1 -1
  489. package/dist/ai/codexAppServer/schema/generated/v2/TurnItemsView.d.ts +2 -0
  490. package/dist/ai/codexAppServer/schema/generated/v2/TurnItemsView.d.ts.map +1 -0
  491. package/dist/ai/codexAppServer/schema/generated/v2/TurnItemsView.js +3 -0
  492. package/dist/ai/codexAppServer/schema/generated/v2/TurnItemsView.js.map +1 -0
  493. package/dist/ai/codexAppServer/schema/generated/v2/TurnModerationMetadataNotification.d.ts +7 -0
  494. package/dist/ai/codexAppServer/schema/generated/v2/TurnModerationMetadataNotification.d.ts.map +1 -0
  495. package/dist/ai/codexAppServer/schema/generated/v2/TurnModerationMetadataNotification.js +3 -0
  496. package/dist/ai/codexAppServer/schema/generated/v2/TurnModerationMetadataNotification.js.map +1 -0
  497. package/dist/ai/codexAppServer/schema/generated/v2/TurnStartParams.d.ts +3 -16
  498. package/dist/ai/codexAppServer/schema/generated/v2/TurnStartParams.d.ts.map +1 -1
  499. package/dist/ai/codexAppServer/schema/generated/v2/TurnSteerParams.d.ts +1 -0
  500. package/dist/ai/codexAppServer/schema/generated/v2/TurnSteerParams.d.ts.map +1 -1
  501. package/dist/ai/codexAppServer/schema/generated/v2/TurnsPage.d.ts +7 -0
  502. package/dist/ai/codexAppServer/schema/generated/v2/TurnsPage.d.ts.map +1 -0
  503. package/dist/ai/codexAppServer/schema/generated/v2/{ProfileV2.js → TurnsPage.js} +1 -1
  504. package/dist/ai/codexAppServer/schema/generated/v2/TurnsPage.js.map +1 -0
  505. package/dist/ai/codexAppServer/schema/generated/v2/UserInput.d.ts +3 -0
  506. package/dist/ai/codexAppServer/schema/generated/v2/UserInput.d.ts.map +1 -1
  507. package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadiness.d.ts +2 -0
  508. package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadiness.d.ts.map +1 -0
  509. package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadiness.js +3 -0
  510. package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadiness.js.map +1 -0
  511. package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadinessResponse.d.ts +5 -0
  512. package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadinessResponse.d.ts.map +1 -0
  513. package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadinessResponse.js +3 -0
  514. package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadinessResponse.js.map +1 -0
  515. package/dist/ai/codexAppServer/schema/generated/v2/index.d.ts +84 -20
  516. package/dist/ai/codexAppServer/schema/generated/v2/index.d.ts.map +1 -1
  517. package/dist/ai/codexAppServer/serverRequestIds.d.ts +3 -0
  518. package/dist/ai/codexAppServer/serverRequestIds.d.ts.map +1 -0
  519. package/dist/ai/codexAppServer/serverRequestIds.js +6 -0
  520. package/dist/ai/codexAppServer/serverRequestIds.js.map +1 -0
  521. package/dist/ai/codexAppServer/version.d.ts +1 -1
  522. package/dist/ai/codexAppServer/version.js +1 -1
  523. package/dist/ai/codexMcpProvider.d.ts.map +1 -1
  524. package/dist/ai/codexMcpProvider.js +6 -0
  525. package/dist/ai/codexMcpProvider.js.map +1 -1
  526. package/dist/ai/codexQuota.js +1 -1
  527. package/dist/ai/codexQuota.js.map +1 -1
  528. package/dist/ai/provider.d.ts +29 -6
  529. package/dist/ai/provider.d.ts.map +1 -1
  530. package/dist/ai/provider.js.map +1 -1
  531. package/dist/ai/queuedUserPrompts.d.ts +6 -0
  532. package/dist/ai/queuedUserPrompts.d.ts.map +1 -1
  533. package/dist/ai/queuedUserPrompts.js +9 -0
  534. package/dist/ai/queuedUserPrompts.js.map +1 -1
  535. package/dist/ai/realtimeTranscription.d.ts +2 -0
  536. package/dist/ai/realtimeTranscription.d.ts.map +1 -1
  537. package/dist/ai/realtimeTranscription.js +14 -0
  538. package/dist/ai/realtimeTranscription.js.map +1 -1
  539. package/dist/ai/sessionManager.d.ts +13 -1
  540. package/dist/ai/sessionManager.d.ts.map +1 -1
  541. package/dist/ai/sessionManager.js +91 -23
  542. package/dist/ai/sessionManager.js.map +1 -1
  543. package/dist/ai/voiceIntermediary/historyStore.d.ts +54 -0
  544. package/dist/ai/voiceIntermediary/historyStore.d.ts.map +1 -0
  545. package/dist/ai/voiceIntermediary/historyStore.js +159 -0
  546. package/dist/ai/voiceIntermediary/historyStore.js.map +1 -0
  547. package/dist/ai/voiceIntermediary/index.d.ts +13 -0
  548. package/dist/ai/voiceIntermediary/index.d.ts.map +1 -0
  549. package/dist/ai/voiceIntermediary/index.js +13 -0
  550. package/dist/ai/voiceIntermediary/index.js.map +1 -0
  551. package/dist/ai/voiceIntermediary/llm.d.ts +52 -0
  552. package/dist/ai/voiceIntermediary/llm.d.ts.map +1 -0
  553. package/dist/ai/voiceIntermediary/llm.js +63 -0
  554. package/dist/ai/voiceIntermediary/llm.js.map +1 -0
  555. package/dist/ai/voiceIntermediary/manager.d.ts +58 -0
  556. package/dist/ai/voiceIntermediary/manager.d.ts.map +1 -0
  557. package/dist/ai/voiceIntermediary/manager.js +134 -0
  558. package/dist/ai/voiceIntermediary/manager.js.map +1 -0
  559. package/dist/ai/voiceIntermediary/memory.d.ts +22 -0
  560. package/dist/ai/voiceIntermediary/memory.d.ts.map +1 -0
  561. package/dist/ai/voiceIntermediary/memory.js +109 -0
  562. package/dist/ai/voiceIntermediary/memory.js.map +1 -0
  563. package/dist/ai/voiceIntermediary/session.d.ts +81 -0
  564. package/dist/ai/voiceIntermediary/session.d.ts.map +1 -0
  565. package/dist/ai/voiceIntermediary/session.js +567 -0
  566. package/dist/ai/voiceIntermediary/session.js.map +1 -0
  567. package/dist/ai/voiceIntermediary/tools.d.ts +58 -0
  568. package/dist/ai/voiceIntermediary/tools.d.ts.map +1 -0
  569. package/dist/ai/voiceIntermediary/tools.js +277 -0
  570. package/dist/ai/voiceIntermediary/tools.js.map +1 -0
  571. package/dist/ai/voiceIntermediary/tts.d.ts +28 -0
  572. package/dist/ai/voiceIntermediary/tts.d.ts.map +1 -0
  573. package/dist/ai/voiceIntermediary/tts.js +66 -0
  574. package/dist/ai/voiceIntermediary/tts.js.map +1 -0
  575. package/dist/ai/voiceLog.d.ts +18 -0
  576. package/dist/ai/voiceLog.d.ts.map +1 -0
  577. package/dist/ai/voiceLog.js +74 -0
  578. package/dist/ai/voiceLog.js.map +1 -0
  579. package/dist/ai/voiceStream.d.ts +5 -0
  580. package/dist/ai/voiceStream.d.ts.map +1 -1
  581. package/dist/ai/voiceStream.js +29 -5
  582. package/dist/ai/voiceStream.js.map +1 -1
  583. package/dist/handlers/legacyBusAdapter.d.ts.map +1 -1
  584. package/dist/handlers/legacyBusAdapter.js +8 -0
  585. package/dist/handlers/legacyBusAdapter.js.map +1 -1
  586. package/dist/handlers/messageHandler.d.ts +14 -0
  587. package/dist/handlers/messageHandler.d.ts.map +1 -1
  588. package/dist/handlers/messageHandler.js +151 -2
  589. package/dist/handlers/messageHandler.js.map +1 -1
  590. package/dist/index.js +2 -2
  591. package/dist/service/ipcClient.js +1 -1
  592. package/dist/service/run.d.ts.map +1 -1
  593. package/dist/service/run.js +14 -1
  594. package/dist/service/run.js.map +1 -1
  595. package/dist/service/types.js +1 -1
  596. package/dist/terminal/terminalManager.d.ts +1 -0
  597. package/dist/terminal/terminalManager.d.ts.map +1 -1
  598. package/dist/terminal/terminalManager.js +4 -0
  599. package/dist/terminal/terminalManager.js.map +1 -1
  600. package/package.json +3 -3
  601. package/dist/ai/codexAppServer/schema/generated/GhostCommit.d.ts +0 -10
  602. package/dist/ai/codexAppServer/schema/generated/GhostCommit.d.ts.map +0 -1
  603. package/dist/ai/codexAppServer/schema/generated/GhostCommit.js.map +0 -1
  604. package/dist/ai/codexAppServer/schema/generated/ServiceTier.d.ts +0 -2
  605. package/dist/ai/codexAppServer/schema/generated/ServiceTier.d.ts.map +0 -1
  606. package/dist/ai/codexAppServer/schema/generated/ServiceTier.js.map +0 -1
  607. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyAlgorithm.d.ts +0 -5
  608. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyAlgorithm.d.ts.map +0 -1
  609. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyAlgorithm.js.map +0 -1
  610. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateParams.d.ts +0 -13
  611. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateParams.d.ts.map +0 -1
  612. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateParams.js.map +0 -1
  613. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateResponse.d.ts +0 -15
  614. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateResponse.d.ts.map +0 -1
  615. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateResponse.js +0 -3
  616. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateResponse.js.map +0 -1
  617. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionClass.d.ts +0 -5
  618. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionClass.d.ts.map +0 -1
  619. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionClass.js +0 -3
  620. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionClass.js.map +0 -1
  621. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionPolicy.d.ts +0 -5
  622. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionPolicy.d.ts.map +0 -1
  623. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionPolicy.js +0 -3
  624. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionPolicy.js.map +0 -1
  625. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicParams.d.ts +0 -7
  626. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicParams.d.ts.map +0 -1
  627. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicParams.js +0 -3
  628. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicParams.js.map +0 -1
  629. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicResponse.d.ts +0 -15
  630. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicResponse.d.ts.map +0 -1
  631. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicResponse.js +0 -3
  632. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicResponse.js.map +0 -1
  633. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignParams.d.ts +0 -9
  634. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignParams.d.ts.map +0 -1
  635. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignParams.js.map +0 -1
  636. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignPayload.d.ts +0 -63
  637. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignPayload.d.ts.map +0 -1
  638. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignPayload.js +0 -3
  639. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignPayload.js.map +0 -1
  640. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignResponse.d.ts +0 -17
  641. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignResponse.d.ts.map +0 -1
  642. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignResponse.js +0 -3
  643. package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignResponse.js.map +0 -1
  644. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfile.d.ts +0 -13
  645. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfile.d.ts.map +0 -1
  646. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfile.js.map +0 -1
  647. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileFileSystemPermissions.d.ts +0 -9
  648. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileFileSystemPermissions.d.ts.map +0 -1
  649. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileFileSystemPermissions.js +0 -3
  650. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileFileSystemPermissions.js.map +0 -1
  651. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileNetworkPermissions.d.ts +0 -4
  652. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileNetworkPermissions.d.ts.map +0 -1
  653. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileNetworkPermissions.js +0 -3
  654. package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileNetworkPermissions.js.map +0 -1
  655. package/dist/ai/codexAppServer/schema/generated/v2/ProfileV2.d.ts +0 -31
  656. package/dist/ai/codexAppServer/schema/generated/v2/ProfileV2.d.ts.map +0 -1
  657. package/dist/ai/codexAppServer/schema/generated/v2/ProfileV2.js.map +0 -1
  658. package/dist/ai/codexAppServer/schema/generated/v2/ReadOnlyAccess.d.ts +0 -9
  659. package/dist/ai/codexAppServer/schema/generated/v2/ReadOnlyAccess.d.ts.map +0 -1
  660. package/dist/ai/codexAppServer/schema/generated/v2/ReadOnlyAccess.js.map +0 -1
  661. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientConnectionAudience.d.ts +0 -5
  662. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientConnectionAudience.d.ts.map +0 -1
  663. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientConnectionAudience.js +0 -3
  664. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientConnectionAudience.js.map +0 -1
  665. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientEnrollmentAudience.d.ts +0 -5
  666. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientEnrollmentAudience.d.ts.map +0 -1
  667. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientEnrollmentAudience.js +0 -3
  668. package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientEnrollmentAudience.js.map +0 -1
  669. package/dist/ai/codexAppServer/schema/generated/v2/SkillsListExtraRootsForCwd.d.ts +0 -5
  670. package/dist/ai/codexAppServer/schema/generated/v2/SkillsListExtraRootsForCwd.d.ts.map +0 -1
  671. package/dist/ai/codexAppServer/schema/generated/v2/SkillsListExtraRootsForCwd.js +0 -3
  672. package/dist/ai/codexAppServer/schema/generated/v2/SkillsListExtraRootsForCwd.js.map +0 -1
  673. package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListParams.d.ts +0 -17
  674. package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListParams.d.ts.map +0 -1
  675. package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListParams.js +0 -3
  676. package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListParams.js.map +0 -1
  677. package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListResponse.d.ts +0 -17
  678. package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListResponse.d.ts.map +0 -1
  679. package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListResponse.js +0 -3
  680. package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListResponse.js.map +0 -1
@@ -1,15 +1,15 @@
1
1
  import type { AbsolutePathBuf } from "../AbsolutePathBuf.js";
2
- import type { AdditionalPermissionProfile } from "./AdditionalPermissionProfile.js";
3
2
  import type { CommandAction } from "./CommandAction.js";
4
- import type { CommandExecutionApprovalDecision } from "./CommandExecutionApprovalDecision.js";
5
3
  import type { ExecPolicyAmendment } from "./ExecPolicyAmendment.js";
6
4
  import type { NetworkApprovalContext } from "./NetworkApprovalContext.js";
7
5
  import type { NetworkPolicyAmendment } from "./NetworkPolicyAmendment.js";
8
6
  export type CommandExecutionRequestApprovalParams = {
9
7
  threadId: string;
10
8
  turnId: string;
11
- itemId: string;
12
- /**
9
+ itemId: string; /**
10
+ * Unix timestamp (in milliseconds) when this approval request started.
11
+ */
12
+ startedAtMs: number; /**
13
13
  * Unique identifier for this specific approval callback.
14
14
  *
15
15
  * For regular shell/unified_exec approvals, this is null.
@@ -18,42 +18,27 @@ export type CommandExecutionRequestApprovalParams = {
18
18
  * one parent `itemId`, so `approvalId` is a distinct opaque callback id
19
19
  * (a UUID) used to disambiguate routing.
20
20
  */
21
- approvalId?: string | null;
22
- /**
21
+ approvalId?: string | null; /**
23
22
  * Optional explanatory reason (e.g. request for network access).
24
23
  */
25
- reason?: string | null;
26
- /**
24
+ reason?: string | null; /**
27
25
  * Optional context for a managed-network approval prompt.
28
26
  */
29
- networkApprovalContext?: NetworkApprovalContext | null;
30
- /**
27
+ networkApprovalContext?: NetworkApprovalContext | null; /**
31
28
  * The command to be executed.
32
29
  */
33
- command?: string | null;
34
- /**
30
+ command?: string | null; /**
35
31
  * The command's working directory.
36
32
  */
37
- cwd?: AbsolutePathBuf | null;
38
- /**
33
+ cwd?: AbsolutePathBuf | null; /**
39
34
  * Best-effort parsed command actions for friendly display.
40
35
  */
41
- commandActions?: Array<CommandAction> | null;
42
- /**
43
- * Optional additional permissions requested for this command.
44
- */
45
- additionalPermissions?: AdditionalPermissionProfile | null;
46
- /**
36
+ commandActions?: Array<CommandAction> | null; /**
47
37
  * Optional proposed execpolicy amendment to allow similar commands without prompting.
48
38
  */
49
- proposedExecpolicyAmendment?: ExecPolicyAmendment | null;
50
- /**
39
+ proposedExecpolicyAmendment?: ExecPolicyAmendment | null; /**
51
40
  * Optional proposed network policy amendments (allow/deny host) for future requests.
52
41
  */
53
42
  proposedNetworkPolicyAmendments?: Array<NetworkPolicyAmendment> | null;
54
- /**
55
- * Ordered list of decisions the client may present for this prompt.
56
- */
57
- availableDecisions?: Array<CommandExecutionApprovalDecision> | null;
58
43
  };
59
44
  //# sourceMappingURL=CommandExecutionRequestApprovalParams.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"CommandExecutionRequestApprovalParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/CommandExecutionRequestApprovalParams.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,kCAAkC,CAAC;AACpF,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,gCAAgC,EAAE,MAAM,uCAAuC,CAAC;AAC9F,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAE1E,MAAM,MAAM,qCAAqC,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IACvG;;;;;;;;OAQG;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;OAEG;IACH,sBAAsB,CAAC,EAAE,sBAAsB,GAAG,IAAI,CAAC;IACvD;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACxB;;OAEG;IACH,GAAG,CAAC,EAAE,eAAe,GAAG,IAAI,CAAC;IAC7B;;OAEG;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC;IAC7C;;OAEG;IACH,qBAAqB,CAAC,EAAE,2BAA2B,GAAG,IAAI,CAAC;IAC3D;;OAEG;IACH,2BAA2B,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAC;IACzD;;OAEG;IACH,+BAA+B,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAC;IACvE;;OAEG;IACH,kBAAkB,CAAC,EAAE,KAAK,CAAC,gCAAgC,CAAC,GAAG,IAAI,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"CommandExecutionRequestApprovalParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/CommandExecutionRequestApprovalParams.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0BAA0B,CAAC;AACpE,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,6BAA6B,CAAC;AAE1E,MAAM,MAAM,qCAAqC,GAAG;IAAC,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC,CAAC;;OAEpG;IACH,WAAW,EAAE,MAAM,CAAC,CAAC;;;;;;;;OAQlB;IACH,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC,CAAC;;OAEzB;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC,CAAC;;OAErB;IACH,sBAAsB,CAAC,EAAE,sBAAsB,GAAG,IAAI,CAAC,CAAC;;OAErD;IACH,OAAO,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC,CAAC;;OAEtB;IACH,GAAG,CAAC,EAAE,eAAe,GAAG,IAAI,CAAC,CAAC;;OAE3B;IACH,cAAc,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC,CAAC;;OAE3C;IACH,2BAA2B,CAAC,EAAE,mBAAmB,GAAG,IAAI,CAAC,CAAC;;OAEvD;IACH,+BAA+B,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAG,IAAI,CAAA;CAAC,CAAC"}
@@ -0,0 +1,4 @@
1
+ export type CommandMigration = {
2
+ name: string;
3
+ };
4
+ //# sourceMappingURL=CommandMigration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommandMigration.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/CommandMigration.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,gBAAgB,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=CommandMigration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"CommandMigration.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/CommandMigration.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -0,0 +1,4 @@
1
+ export type ComputerUseRequirements = {
2
+ allowLockedComputerUse: boolean | null;
3
+ };
4
+ //# sourceMappingURL=ComputerUseRequirements.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ComputerUseRequirements.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ComputerUseRequirements.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,uBAAuB,GAAG;IAAE,sBAAsB,EAAE,OAAO,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=ComputerUseRequirements.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ComputerUseRequirements.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ComputerUseRequirements.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -1,14 +1,14 @@
1
+ import type { AutoCompactTokenLimitScope } from "../AutoCompactTokenLimitScope.js";
1
2
  import type { ForcedLoginMethod } from "../ForcedLoginMethod.js";
2
3
  import type { ReasoningEffort } from "../ReasoningEffort.js";
3
4
  import type { ReasoningSummary } from "../ReasoningSummary.js";
4
- import type { ServiceTier } from "../ServiceTier.js";
5
5
  import type { Verbosity } from "../Verbosity.js";
6
6
  import type { WebSearchMode } from "../WebSearchMode.js";
7
7
  import type { JsonValue } from "../serde_json/JsonValue.js";
8
8
  import type { AnalyticsConfig } from "./AnalyticsConfig.js";
9
9
  import type { ApprovalsReviewer } from "./ApprovalsReviewer.js";
10
10
  import type { AskForApproval } from "./AskForApproval.js";
11
- import type { ProfileV2 } from "./ProfileV2.js";
11
+ import type { ForcedChatgptWorkspaceIds } from "./ForcedChatgptWorkspaceIds.js";
12
12
  import type { SandboxMode } from "./SandboxMode.js";
13
13
  import type { SandboxWorkspaceWrite } from "./SandboxWorkspaceWrite.js";
14
14
  import type { ToolsV2 } from "./ToolsV2.js";
@@ -17,6 +17,7 @@ export type Config = {
17
17
  review_model: string | null;
18
18
  model_context_window: bigint | null;
19
19
  model_auto_compact_token_limit: bigint | null;
20
+ model_auto_compact_token_limit_scope: AutoCompactTokenLimitScope | null;
20
21
  model_provider: string | null;
21
22
  approval_policy: AskForApproval | null; /**
22
23
  * [UNSTABLE] Optional default for where approval requests are routed for
@@ -25,22 +26,21 @@ export type Config = {
25
26
  approvals_reviewer: ApprovalsReviewer | null;
26
27
  sandbox_mode: SandboxMode | null;
27
28
  sandbox_workspace_write: SandboxWorkspaceWrite | null;
28
- forced_chatgpt_workspace_id: string | null;
29
+ forced_chatgpt_workspace_id: ForcedChatgptWorkspaceIds | null;
29
30
  forced_login_method: ForcedLoginMethod | null;
30
31
  web_search: WebSearchMode | null;
31
32
  tools: ToolsV2 | null;
32
- profile: string | null;
33
- profiles: {
34
- [key in string]?: ProfileV2;
35
- };
36
33
  instructions: string | null;
37
34
  developer_instructions: string | null;
38
35
  compact_prompt: string | null;
39
36
  model_reasoning_effort: ReasoningEffort | null;
40
37
  model_reasoning_summary: ReasoningSummary | null;
41
38
  model_verbosity: Verbosity | null;
42
- service_tier: ServiceTier | null;
39
+ service_tier: string | null;
43
40
  analytics: AnalyticsConfig | null;
41
+ desktop: {
42
+ [key in string]?: JsonValue;
43
+ } | null;
44
44
  } & ({
45
45
  [key in string]?: number | string | boolean | Array<JsonValue> | {
46
46
  [key in string]?: JsonValue;
@@ -1 +1 @@
1
- {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/Config.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,mBAAmB,CAAC;AACrD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,gBAAgB,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAE5C,MAAM,MAAM,MAAM,GAAG;IAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,8BAA8B,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,eAAe,EAAE,cAAc,GAAG,IAAI,CAAC,CAAC;;;OAGjO;IACH,kBAAkB,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAAC,YAAY,EAAE,WAAW,GAAG,IAAI,CAAC;IAAC,uBAAuB,EAAE,qBAAqB,GAAG,IAAI,CAAC;IAAC,2BAA2B,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,mBAAmB,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAAC,UAAU,EAAE,aAAa,GAAG,IAAI,CAAC;IAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,QAAQ,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,SAAS;KAAE,CAAC;IAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,sBAAsB,EAAE,eAAe,GAAG,IAAI,CAAC;IAAC,uBAAuB,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAAC,eAAe,EAAE,SAAS,GAAG,IAAI,CAAC;IAAC,YAAY,EAAE,WAAW,GAAG,IAAI,CAAC;IAAC,SAAS,EAAE,eAAe,GAAG,IAAI,CAAA;CAAC,GAAG,CAAC;KAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC,SAAS,CAAC,GAAG;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,SAAS;KAAE,GAAG,IAAI;CAAE,CAAC,CAAC"}
1
+ {"version":3,"file":"Config.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/Config.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,kCAAkC,CAAC;AACnF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AACjE,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,iBAAiB,CAAC;AACjD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,4BAA4B,CAAC;AAC5D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAChE,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAC;AAChF,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAC;AACxE,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,cAAc,CAAC;AAE5C,MAAM,MAAM,MAAM,GAAG;IAAC,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,oBAAoB,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,8BAA8B,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,oCAAoC,EAAE,0BAA0B,GAAG,IAAI,CAAC;IAAC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,eAAe,EAAE,cAAc,GAAG,IAAI,CAAC,CAAC;;;OAG1S;IACH,kBAAkB,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAAC,YAAY,EAAE,WAAW,GAAG,IAAI,CAAC;IAAC,uBAAuB,EAAE,qBAAqB,GAAG,IAAI,CAAC;IAAC,2BAA2B,EAAE,yBAAyB,GAAG,IAAI,CAAC;IAAC,mBAAmB,EAAE,iBAAiB,GAAG,IAAI,CAAC;IAAC,UAAU,EAAE,aAAa,GAAG,IAAI,CAAC;IAAC,KAAK,EAAE,OAAO,GAAG,IAAI,CAAC;IAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,sBAAsB,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,sBAAsB,EAAE,eAAe,GAAG,IAAI,CAAC;IAAC,uBAAuB,EAAE,gBAAgB,GAAG,IAAI,CAAC;IAAC,eAAe,EAAE,SAAS,GAAG,IAAI,CAAC;IAAC,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,SAAS,EAAE,eAAe,GAAG,IAAI,CAAC;IAAC,OAAO,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,SAAS;KAAE,GAAG,IAAI,CAAA;CAAC,GAAG,CAAC;KAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,KAAK,CAAC,SAAS,CAAC,GAAG;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,SAAS;KAAE,GAAG,IAAI;CAAE,CAAC,CAAC"}
@@ -10,6 +10,18 @@ export type ConfigLayerSource = {
10
10
  * guaranteed to exist.
11
11
  */
12
12
  file: AbsolutePathBuf;
13
+ } | {
14
+ "type": "enterpriseManaged";
15
+ /**
16
+ * Stable identifier for the delivered layer.
17
+ */
18
+ id: string;
19
+ /**
20
+ * Admin-facing name for the delivered layer. This is surfaced in
21
+ * diagnostics so users know which cloud layer needs administrator
22
+ * attention.
23
+ */
24
+ name: string;
13
25
  } | {
14
26
  "type": "user";
15
27
  /**
@@ -17,6 +29,11 @@ export type ConfigLayerSource = {
17
29
  * guaranteed to exist.
18
30
  */
19
31
  file: AbsolutePathBuf;
32
+ /**
33
+ * Name of the selected profile-v2 config layered on top of the base
34
+ * user config, when this layer represents one.
35
+ */
36
+ profile: string | null;
20
37
  } | {
21
38
  "type": "project";
22
39
  dotCodexFolder: AbsolutePathBuf;
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigLayerSource.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ConfigLayerSource.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAE7D,MAAM,MAAM,iBAAiB,GAAG;IAAE,MAAM,EAAE,KAAK,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAC;IACrG;;;OAGG;IACH,IAAI,EAAE,eAAe,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,MAAM,CAAC;IAC5C;;;OAGG;IACH,IAAI,EAAE,eAAe,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,SAAS,CAAC;IAAC,cAAc,EAAE,eAAe,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,cAAc,CAAA;CAAE,GAAG;IAAE,MAAM,EAAE,iCAAiC,CAAC;IAAC,IAAI,EAAE,eAAe,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,gCAAgC,CAAA;CAAE,CAAC"}
1
+ {"version":3,"file":"ConfigLayerSource.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ConfigLayerSource.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAE7D,MAAM,MAAM,iBAAiB,GAAG;IAAE,MAAM,EAAE,KAAK,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,GAAG,EAAE,MAAM,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAC;IACrG;;;OAGG;IACH,IAAI,EAAE,eAAe,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,mBAAmB,CAAC;IACzD;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;;;OAIG;IACH,IAAI,EAAE,MAAM,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,MAAM,CAAC;IACnC;;;OAGG;IACH,IAAI,EAAE,eAAe,CAAC;IACtB;;;OAGG;IACH,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,SAAS,CAAC;IAAC,cAAc,EAAE,eAAe,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,cAAc,CAAA;CAAE,GAAG;IAAE,MAAM,EAAE,iCAAiC,CAAC;IAAC,IAAI,EAAE,eAAe,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,gCAAgC,CAAA;CAAE,CAAC"}
@@ -1,5 +1,5 @@
1
1
  export type ConfigReadParams = {
2
- includeLayers: boolean;
2
+ includeLayers?: boolean;
3
3
  /**
4
4
  * Optional working directory to resolve project config layers. If specified,
5
5
  * return the effective config as seen from that directory (i.e., including any
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigReadParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ConfigReadParams.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,gBAAgB,GAAG;IAAE,aAAa,EAAE,OAAO,CAAC;IACxD;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"ConfigReadParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ConfigReadParams.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,gBAAgB,GAAG;IAAE,aAAa,CAAC,EAAE,OAAO,CAAC;IACzD;;;;OAIG;IACH,GAAG,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -1,11 +1,21 @@
1
1
  import type { WebSearchMode } from "../WebSearchMode.js";
2
2
  import type { AskForApproval } from "./AskForApproval.js";
3
+ import type { ComputerUseRequirements } from "./ComputerUseRequirements.js";
3
4
  import type { ResidencyRequirement } from "./ResidencyRequirement.js";
4
5
  import type { SandboxMode } from "./SandboxMode.js";
6
+ import type { WindowsSandboxSetupMode } from "./WindowsSandboxSetupMode.js";
5
7
  export type ConfigRequirements = {
6
8
  allowedApprovalPolicies: Array<AskForApproval> | null;
7
9
  allowedSandboxModes: Array<SandboxMode> | null;
10
+ allowedWindowsSandboxImplementations: Array<WindowsSandboxSetupMode> | null;
11
+ allowedPermissionProfiles: {
12
+ [key in string]?: boolean;
13
+ } | null;
14
+ defaultPermissions: string | null;
8
15
  allowedWebSearchModes: Array<WebSearchMode> | null;
16
+ allowManagedHooksOnly: boolean | null;
17
+ allowAppshots: boolean | null;
18
+ computerUse: ComputerUseRequirements | null;
9
19
  featureRequirements: {
10
20
  [key in string]?: boolean;
11
21
  } | null;
@@ -1 +1 @@
1
- {"version":3,"file":"ConfigRequirements.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ConfigRequirements.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AAEpD,MAAM,MAAM,kBAAkB,GAAG;IAAC,uBAAuB,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;IAAC,mBAAmB,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;IAAC,qBAAqB,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC;IAAC,mBAAmB,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,OAAO;KAAE,GAAG,IAAI,CAAC;IAAC,gBAAgB,EAAE,oBAAoB,GAAG,IAAI,CAAA;CAAC,CAAC"}
1
+ {"version":3,"file":"ConfigRequirements.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ConfigRequirements.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,qBAAqB,CAAC;AAC1D,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAC5E,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,kBAAkB,CAAC;AACpD,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,8BAA8B,CAAC;AAE5E,MAAM,MAAM,kBAAkB,GAAG;IAAC,uBAAuB,EAAE,KAAK,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC;IAAC,mBAAmB,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC;IAAC,oCAAoC,EAAE,KAAK,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;IAAC,yBAAyB,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,OAAO;KAAE,GAAG,IAAI,CAAC;IAAC,kBAAkB,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,qBAAqB,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,IAAI,CAAC;IAAC,qBAAqB,EAAE,OAAO,GAAG,IAAI,CAAC;IAAC,aAAa,EAAE,OAAO,GAAG,IAAI,CAAC;IAAC,WAAW,EAAE,uBAAuB,GAAG,IAAI,CAAC;IAAC,mBAAmB,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,OAAO;KAAE,GAAG,IAAI,CAAC;IAAC,gBAAgB,EAAE,oBAAoB,GAAG,IAAI,CAAA;CAAC,CAAC"}
@@ -1,6 +1,7 @@
1
1
  export type ConfiguredHookHandler = {
2
2
  "type": "command";
3
3
  command: string;
4
+ commandWindows: string | null;
4
5
  timeoutSec: bigint | null;
5
6
  async: boolean;
6
7
  statusMessage: string | null;
@@ -1 +1 @@
1
- {"version":3,"file":"ConfiguredHookHandler.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ConfiguredHookHandler.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,qBAAqB,GAAG;IAAE,MAAM,EAAE,SAAS,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,KAAK,EAAE,OAAO,CAAC;IAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,OAAO,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"ConfiguredHookHandler.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ConfiguredHookHandler.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,qBAAqB,GAAG;IAAE,MAAM,EAAE,SAAS,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;IAAC,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,KAAK,EAAE,OAAO,CAAC;IAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,OAAO,CAAC;CAAE,CAAC"}
@@ -7,5 +7,11 @@ export type ExperimentalFeatureListParams = {
7
7
  * Optional page size; defaults to a reasonable server-side value.
8
8
  */
9
9
  limit?: number | null;
10
+ /**
11
+ * Optional loaded thread id. Pass this when showing feature state for an
12
+ * existing thread so enablement is computed from that thread's refreshed
13
+ * config, including project-local config for the thread's cwd.
14
+ */
15
+ threadId?: string | null;
10
16
  };
11
17
  //# sourceMappingURL=ExperimentalFeatureListParams.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ExperimentalFeatureListParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureListParams.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,6BAA6B,GAAG;IAC5C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"ExperimentalFeatureListParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureListParams.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,6BAA6B,GAAG;IAC5C;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -1,2 +1,2 @@
1
- export type ExternalAgentConfigMigrationItemType = "AGENTS_MD" | "CONFIG" | "SKILLS" | "PLUGINS" | "MCP_SERVER_CONFIG";
1
+ export type ExternalAgentConfigMigrationItemType = "AGENTS_MD" | "CONFIG" | "SKILLS" | "PLUGINS" | "MCP_SERVER_CONFIG" | "SUBAGENTS" | "HOOKS" | "COMMANDS" | "SESSIONS";
2
2
  //# sourceMappingURL=ExternalAgentConfigMigrationItemType.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ExternalAgentConfigMigrationItemType.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigMigrationItemType.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,oCAAoC,GAAG,WAAW,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,mBAAmB,CAAC"}
1
+ {"version":3,"file":"ExternalAgentConfigMigrationItemType.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigMigrationItemType.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,oCAAoC,GAAG,WAAW,GAAG,QAAQ,GAAG,QAAQ,GAAG,SAAS,GAAG,mBAAmB,GAAG,WAAW,GAAG,OAAO,GAAG,UAAU,GAAG,UAAU,CAAC"}
@@ -2,7 +2,7 @@ export type FeedbackUploadParams = {
2
2
  classification: string;
3
3
  reason?: string | null;
4
4
  threadId?: string | null;
5
- includeLogs: boolean;
5
+ includeLogs?: boolean;
6
6
  extraLogFiles?: Array<string> | null;
7
7
  tags?: {
8
8
  [key in string]?: string;
@@ -1 +1 @@
1
- {"version":3,"file":"FeedbackUploadParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/FeedbackUploadParams.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,oBAAoB,GAAG;IAAE,cAAc,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,WAAW,EAAE,OAAO,CAAC;IAAC,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAAC,IAAI,CAAC,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,MAAM;KAAE,GAAG,IAAI,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"FeedbackUploadParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/FeedbackUploadParams.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,oBAAoB,GAAG;IAAE,cAAc,EAAE,MAAM,CAAC;IAAC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,QAAQ,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,WAAW,CAAC,EAAE,OAAO,CAAC;IAAC,aAAa,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,IAAI,CAAC;IAAC,IAAI,CAAC,EAAE;SAAG,GAAG,IAAI,MAAM,CAAC,CAAC,EAAE,MAAM;KAAE,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -1,3 +1,8 @@
1
+ /**
2
+ * Deprecated legacy notification for `apply_patch` textual output.
3
+ *
4
+ * The server no longer emits this notification.
5
+ */
1
6
  export type FileChangeOutputDeltaNotification = {
2
7
  threadId: string;
3
8
  turnId: string;
@@ -1 +1 @@
1
- {"version":3,"file":"FileChangeOutputDeltaNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/FileChangeOutputDeltaNotification.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,iCAAiC,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"FileChangeOutputDeltaNotification.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/FileChangeOutputDeltaNotification.ts"],"names":[],"mappings":"AAIA;;;;GAIG;AACH,MAAM,MAAM,iCAAiC,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,MAAM,CAAC;CAAE,CAAC"}
@@ -2,6 +2,10 @@ export type FileChangeRequestApprovalParams = {
2
2
  threadId: string;
3
3
  turnId: string;
4
4
  itemId: string;
5
+ /**
6
+ * Unix timestamp (in milliseconds) when this approval request started.
7
+ */
8
+ startedAtMs: number;
5
9
  /**
6
10
  * Optional explanatory reason (e.g. request for extra write access).
7
11
  */
@@ -1 +1 @@
1
- {"version":3,"file":"FileChangeRequestApprovalParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/FileChangeRequestApprovalParams.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,+BAA+B,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IACjG;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"FileChangeRequestApprovalParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/FileChangeRequestApprovalParams.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,+BAA+B,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IAAC,MAAM,EAAE,MAAM,CAAC;IACjG;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB;;;OAGG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -1,2 +1,2 @@
1
- export type FileSystemAccessMode = "read" | "write" | "none";
1
+ export type FileSystemAccessMode = "read" | "write" | "deny";
2
2
  //# sourceMappingURL=FileSystemAccessMode.d.ts.map
@@ -2,8 +2,6 @@ export type FileSystemSpecialPath = {
2
2
  "kind": "root";
3
3
  } | {
4
4
  "kind": "minimal";
5
- } | {
6
- "kind": "current_working_directory";
7
5
  } | {
8
6
  "kind": "project_roots";
9
7
  subpath: string | null;
@@ -1 +1 @@
1
- {"version":3,"file":"FileSystemSpecialPath.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/FileSystemSpecialPath.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,qBAAqB,GAAG;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,GAAG;IAAE,MAAM,EAAE,SAAS,CAAA;CAAE,GAAG;IAAE,MAAM,EAAE,2BAA2B,CAAA;CAAE,GAAG;IAAE,MAAM,EAAE,eAAe,CAAC;IAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG;IAAE,MAAM,EAAE,WAAW,CAAA;CAAE,GAAG;IAAE,MAAM,EAAE,SAAS,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"FileSystemSpecialPath.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/FileSystemSpecialPath.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,qBAAqB,GAAG;IAAE,MAAM,EAAE,MAAM,CAAA;CAAE,GAAG;IAAE,MAAM,EAAE,SAAS,CAAA;CAAE,GAAG;IAAE,MAAM,EAAE,eAAe,CAAC;IAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,GAAG;IAAE,MAAM,EAAE,QAAQ,CAAA;CAAE,GAAG;IAAE,MAAM,EAAE,WAAW,CAAA;CAAE,GAAG;IAAE,MAAM,EAAE,SAAS,CAAC;IAAC,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Backward-compatible API shape for ChatGPT workspace login restrictions.
3
+ */
4
+ export type ForcedChatgptWorkspaceIds = string | Array<string>;
5
+ //# sourceMappingURL=ForcedChatgptWorkspaceIds.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ForcedChatgptWorkspaceIds.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ForcedChatgptWorkspaceIds.ts"],"names":[],"mappings":"AAIA;;GAEG;AACH,MAAM,MAAM,yBAAyB,GAAG,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=ForcedChatgptWorkspaceIds.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ForcedChatgptWorkspaceIds.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/ForcedChatgptWorkspaceIds.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -6,6 +6,6 @@ export type GetAccountParams = {
6
6
  * external auth mode this flag is ignored. Clients should refresh tokens
7
7
  * themselves and call `account/login/start` with `chatgptAuthTokens`.
8
8
  */
9
- refreshToken: boolean;
9
+ refreshToken?: boolean;
10
10
  };
11
11
  //# sourceMappingURL=GetAccountParams.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"GetAccountParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/GetAccountParams.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,gBAAgB,GAAG;IAC/B;;;;;;OAMG;IACH,YAAY,EAAE,OAAO,CAAC;CAAE,CAAC"}
1
+ {"version":3,"file":"GetAccountParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/GetAccountParams.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,gBAAgB,GAAG;IAC/B;;;;;;OAMG;IACH,YAAY,CAAC,EAAE,OAAO,CAAC;CAAE,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { AccountTokenUsageDailyBucket } from "./AccountTokenUsageDailyBucket.js";
2
+ import type { AccountTokenUsageSummary } from "./AccountTokenUsageSummary.js";
3
+ export type GetAccountTokenUsageResponse = {
4
+ summary: AccountTokenUsageSummary;
5
+ dailyUsageBuckets: Array<AccountTokenUsageDailyBucket> | null;
6
+ };
7
+ //# sourceMappingURL=GetAccountTokenUsageResponse.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetAccountTokenUsageResponse.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/GetAccountTokenUsageResponse.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,mCAAmC,CAAC;AACtF,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,+BAA+B,CAAC;AAE9E,MAAM,MAAM,4BAA4B,GAAG;IAAE,OAAO,EAAE,wBAAwB,CAAC;IAAC,iBAAiB,EAAE,KAAK,CAAC,4BAA4B,CAAC,GAAG,IAAI,CAAC;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=GetAccountTokenUsageResponse.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GetAccountTokenUsageResponse.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/GetAccountTokenUsageResponse.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -0,0 +1,5 @@
1
+ export type HookErrorInfo = {
2
+ path: string;
3
+ message: string;
4
+ };
5
+ //# sourceMappingURL=HookErrorInfo.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HookErrorInfo.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HookErrorInfo.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,MAAM,CAAC;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=HookErrorInfo.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HookErrorInfo.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HookErrorInfo.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -1,2 +1,2 @@
1
- export type HookEventName = "preToolUse" | "permissionRequest" | "postToolUse" | "sessionStart" | "userPromptSubmit" | "stop";
1
+ export type HookEventName = "preToolUse" | "permissionRequest" | "postToolUse" | "preCompact" | "postCompact" | "sessionStart" | "userPromptSubmit" | "subagentStart" | "subagentStop" | "stop";
2
2
  //# sourceMappingURL=HookEventName.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HookEventName.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HookEventName.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG,YAAY,GAAG,mBAAmB,GAAG,aAAa,GAAG,cAAc,GAAG,kBAAkB,GAAG,MAAM,CAAC"}
1
+ {"version":3,"file":"HookEventName.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HookEventName.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG,YAAY,GAAG,mBAAmB,GAAG,aAAa,GAAG,YAAY,GAAG,aAAa,GAAG,cAAc,GAAG,kBAAkB,GAAG,eAAe,GAAG,cAAc,GAAG,MAAM,CAAC"}
@@ -0,0 +1,23 @@
1
+ import type { AbsolutePathBuf } from "../AbsolutePathBuf.js";
2
+ import type { HookEventName } from "./HookEventName.js";
3
+ import type { HookHandlerType } from "./HookHandlerType.js";
4
+ import type { HookSource } from "./HookSource.js";
5
+ import type { HookTrustStatus } from "./HookTrustStatus.js";
6
+ export type HookMetadata = {
7
+ key: string;
8
+ eventName: HookEventName;
9
+ handlerType: HookHandlerType;
10
+ matcher: string | null;
11
+ command: string | null;
12
+ timeoutSec: bigint;
13
+ statusMessage: string | null;
14
+ sourcePath: AbsolutePathBuf;
15
+ source: HookSource;
16
+ pluginId: string | null;
17
+ displayOrder: bigint;
18
+ enabled: boolean;
19
+ isManaged: boolean;
20
+ currentHash: string;
21
+ trustStatus: HookTrustStatus;
22
+ };
23
+ //# sourceMappingURL=HookMetadata.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HookMetadata.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HookMetadata.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAC5D,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAClD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sBAAsB,CAAC;AAE5D,MAAM,MAAM,YAAY,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,SAAS,EAAE,aAAa,CAAC;IAAC,WAAW,EAAE,eAAe,CAAC;IAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,OAAO,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,UAAU,EAAE,MAAM,CAAC;IAAC,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,UAAU,EAAE,eAAe,CAAC;IAAC,MAAM,EAAE,UAAU,CAAC;IAAC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAC;IAAC,YAAY,EAAE,MAAM,CAAC;IAAC,OAAO,EAAE,OAAO,CAAC;IAAC,SAAS,EAAE,OAAO,CAAC;IAAC,WAAW,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,eAAe,CAAC;CAAE,CAAC"}
@@ -1,3 +1,3 @@
1
1
  // GENERATED CODE! DO NOT MODIFY BY HAND!
2
2
  export {};
3
- //# sourceMappingURL=GhostCommit.js.map
3
+ //# sourceMappingURL=HookMetadata.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HookMetadata.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HookMetadata.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -0,0 +1,4 @@
1
+ export type HookMigration = {
2
+ name: string;
3
+ };
4
+ //# sourceMappingURL=HookMigration.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HookMigration.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HookMigration.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,aAAa,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=HookMigration.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HookMigration.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HookMigration.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -1,2 +1,2 @@
1
- export type HookSource = "system" | "user" | "project" | "mdm" | "sessionFlags" | "legacyManagedConfigFile" | "legacyManagedConfigMdm" | "unknown";
1
+ export type HookSource = "system" | "user" | "project" | "mdm" | "sessionFlags" | "plugin" | "cloudRequirements" | "cloudManagedConfig" | "legacyManagedConfigFile" | "legacyManagedConfigMdm" | "unknown";
2
2
  //# sourceMappingURL=HookSource.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"HookSource.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HookSource.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,KAAK,GAAG,cAAc,GAAG,yBAAyB,GAAG,wBAAwB,GAAG,SAAS,CAAC"}
1
+ {"version":3,"file":"HookSource.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HookSource.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,MAAM,GAAG,SAAS,GAAG,KAAK,GAAG,cAAc,GAAG,QAAQ,GAAG,mBAAmB,GAAG,oBAAoB,GAAG,yBAAyB,GAAG,wBAAwB,GAAG,SAAS,CAAC"}
@@ -0,0 +1,2 @@
1
+ export type HookTrustStatus = "managed" | "untrusted" | "trusted" | "modified";
2
+ //# sourceMappingURL=HookTrustStatus.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HookTrustStatus.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HookTrustStatus.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,eAAe,GAAG,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,UAAU,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=HookTrustStatus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HookTrustStatus.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HookTrustStatus.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -0,0 +1,9 @@
1
+ import type { HookErrorInfo } from "./HookErrorInfo.js";
2
+ import type { HookMetadata } from "./HookMetadata.js";
3
+ export type HooksListEntry = {
4
+ cwd: string;
5
+ hooks: Array<HookMetadata>;
6
+ warnings: Array<string>;
7
+ errors: Array<HookErrorInfo>;
8
+ };
9
+ //# sourceMappingURL=HooksListEntry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HooksListEntry.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HooksListEntry.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,mBAAmB,CAAC;AAEtD,MAAM,MAAM,cAAc,GAAG;IAAE,GAAG,EAAE,MAAM,CAAC;IAAC,KAAK,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IAAC,QAAQ,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAAC,MAAM,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;CAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ // GENERATED CODE! DO NOT MODIFY BY HAND!
2
+ export {};
3
+ //# sourceMappingURL=HooksListEntry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HooksListEntry.js","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HooksListEntry.ts"],"names":[],"mappings":"AAAA,yCAAyC"}
@@ -0,0 +1,7 @@
1
+ export type HooksListParams = {
2
+ /**
3
+ * When empty, defaults to the current session working directory.
4
+ */
5
+ cwds?: Array<string>;
6
+ };
7
+ //# sourceMappingURL=HooksListParams.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"HooksListParams.d.ts","sourceRoot":"","sources":["../../../../../../src/ai/codexAppServer/schema/generated/v2/HooksListParams.ts"],"names":[],"mappings":"AAIA,MAAM,MAAM,eAAe,GAAG;IAC9B;;OAEG;IACH,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;CAAE,CAAC"}