@sumicom/quicksave 0.8.15 → 0.8.17
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai/cardBuilder.d.ts +1 -0
- package/dist/ai/cardBuilder.d.ts.map +1 -1
- package/dist/ai/cardBuilder.js +33 -2
- package/dist/ai/cardBuilder.js.map +1 -1
- package/dist/ai/claudeCliProvider.d.ts.map +1 -1
- package/dist/ai/claudeCliProvider.js +9 -2
- package/dist/ai/claudeCliProvider.js.map +1 -1
- package/dist/ai/claudeTerminal/hookBridge.d.ts +4 -3
- package/dist/ai/claudeTerminal/hookBridge.d.ts.map +1 -1
- package/dist/ai/claudeTerminal/hookBridge.js.map +1 -1
- package/dist/ai/claudeTerminal/provider.d.ts +14 -1
- package/dist/ai/claudeTerminal/provider.d.ts.map +1 -1
- package/dist/ai/claudeTerminal/provider.js +358 -65
- package/dist/ai/claudeTerminal/provider.js.map +1 -1
- package/dist/ai/codexAppServer/approvalMapping.d.ts.map +1 -1
- package/dist/ai/codexAppServer/approvalMapping.js +3 -1
- package/dist/ai/codexAppServer/approvalMapping.js.map +1 -1
- package/dist/ai/codexAppServer/cardAdapter.d.ts +29 -5
- package/dist/ai/codexAppServer/cardAdapter.d.ts.map +1 -1
- package/dist/ai/codexAppServer/cardAdapter.js +122 -30
- package/dist/ai/codexAppServer/cardAdapter.js.map +1 -1
- package/dist/ai/codexAppServer/overrideStore.d.ts +0 -2
- package/dist/ai/codexAppServer/overrideStore.d.ts.map +1 -1
- package/dist/ai/codexAppServer/overrideStore.js +0 -1
- package/dist/ai/codexAppServer/overrideStore.js.map +1 -1
- package/dist/ai/codexAppServer/permissionMapping.d.ts.map +1 -1
- package/dist/ai/codexAppServer/permissionMapping.js +0 -2
- package/dist/ai/codexAppServer/permissionMapping.js.map +1 -1
- package/dist/ai/codexAppServer/protocolLog.d.ts +2 -0
- package/dist/ai/codexAppServer/protocolLog.d.ts.map +1 -0
- package/dist/ai/codexAppServer/protocolLog.js +16 -0
- package/dist/ai/codexAppServer/protocolLog.js.map +1 -0
- package/dist/ai/codexAppServer/provider.d.ts +34 -2
- package/dist/ai/codexAppServer/provider.d.ts.map +1 -1
- package/dist/ai/codexAppServer/provider.js +639 -40
- package/dist/ai/codexAppServer/provider.js.map +1 -1
- package/dist/ai/codexAppServer/rpcClient.d.ts +2 -0
- package/dist/ai/codexAppServer/rpcClient.d.ts.map +1 -1
- package/dist/ai/codexAppServer/rpcClient.js +15 -1
- package/dist/ai/codexAppServer/rpcClient.js.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/AgentMessageInputContent.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/AgentMessageInputContent.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/AgentMessageInputContent.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/AgentMessageInputContent.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/AuthMode.d.ts +1 -1
- package/dist/ai/codexAppServer/schema/generated/AuthMode.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/AutoCompactTokenLimitScope.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/AutoCompactTokenLimitScope.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/AutoCompactTokenLimitScope.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/AutoCompactTokenLimitScope.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ClientRequest.d.ts +74 -16
- package/dist/ai/codexAppServer/schema/generated/ClientRequest.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/FunctionCallOutputContentItem.d.ts +3 -0
- package/dist/ai/codexAppServer/schema/generated/FunctionCallOutputContentItem.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/InitializeCapabilities.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/InitializeCapabilities.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/InternalSessionSource.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/InternalSessionSource.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/{v2/DeviceKeyCreateParams.js → InternalSessionSource.js} +1 -1
- package/dist/ai/codexAppServer/schema/generated/InternalSessionSource.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/McpServerInfo.d.ts +13 -0
- package/dist/ai/codexAppServer/schema/generated/McpServerInfo.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/{v2/ReadOnlyAccess.js → McpServerInfo.js} +1 -1
- package/dist/ai/codexAppServer/schema/generated/McpServerInfo.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ReasoningEffort.d.ts +1 -1
- package/dist/ai/codexAppServer/schema/generated/ReasoningEffort.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/ResponseItem.d.ts +11 -5
- package/dist/ai/codexAppServer/schema/generated/ResponseItem.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/ServerNotification.d.ts +28 -0
- package/dist/ai/codexAppServer/schema/generated/ServerNotification.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/ServerRequest.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/ServerRequest.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/SessionSource.d.ts +3 -0
- package/dist/ai/codexAppServer/schema/generated/SessionSource.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/AccountRateLimitsUpdatedNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountRateLimitsUpdatedNotification.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageDailyBucket.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageDailyBucket.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageDailyBucket.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageDailyBucket.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageSummary.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageSummary.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageSummary.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountTokenUsageSummary.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ActivePermissionProfile.d.ts +13 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ActivePermissionProfile.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ActivePermissionProfile.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ActivePermissionProfile.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextEntry.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextEntry.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextEntry.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextEntry.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextKind.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextKind.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextKind.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalContextKind.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateSummary.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateSummary.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/{DeviceKeyAlgorithm.js → AppTemplateSummary.js} +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateSummary.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateUnavailableReason.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateUnavailableReason.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateUnavailableReason.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppTemplateUnavailableReason.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsConfig.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsConfig.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateParams.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateResponse.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AttestationGenerateResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecParams.d.ts +12 -35
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionRequestApprovalParams.d.ts +11 -26
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionRequestApprovalParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/CommandMigration.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandMigration.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandMigration.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandMigration.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ComputerUseRequirements.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ComputerUseRequirements.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ComputerUseRequirements.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ComputerUseRequirements.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Config.d.ts +8 -8
- package/dist/ai/codexAppServer/schema/generated/v2/Config.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayerSource.d.ts +17 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayerSource.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigReadParams.d.ts +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigReadParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigRequirements.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigRequirements.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ConfiguredHookHandler.d.ts +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfiguredHookHandler.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureListParams.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureListParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigMigrationItemType.d.ts +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigMigrationItemType.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/FeedbackUploadParams.d.ts +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/FeedbackUploadParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeOutputDeltaNotification.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeOutputDeltaNotification.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeRequestApprovalParams.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeRequestApprovalParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemAccessMode.d.ts +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemSpecialPath.d.ts +0 -2
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemSpecialPath.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ForcedChatgptWorkspaceIds.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ForcedChatgptWorkspaceIds.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ForcedChatgptWorkspaceIds.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ForcedChatgptWorkspaceIds.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountParams.d.ts +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountTokenUsageResponse.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountTokenUsageResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountTokenUsageResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountTokenUsageResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookErrorInfo.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookErrorInfo.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookErrorInfo.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookErrorInfo.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookEventName.d.ts +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/HookEventName.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/HookMetadata.d.ts +23 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookMetadata.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/{GhostCommit.js → v2/HookMetadata.js} +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/HookMetadata.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookMigration.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookMigration.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookMigration.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookMigration.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookSource.d.ts +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/HookSource.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/HookTrustStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookTrustStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookTrustStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookTrustStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HooksListEntry.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HooksListEntry.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HooksListEntry.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HooksListEntry.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HooksListParams.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HooksListParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HooksListParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HooksListParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HooksListResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HooksListResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/{PermissionProfile.js → HooksListResponse.js} +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/HooksListResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemCompletedNotification.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemCompletedNotification.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewCompletedNotification.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewCompletedNotification.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewStartedNotification.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewStartedNotification.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ItemStartedNotification.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemStartedNotification.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ListMcpServerStatusParams.d.ts +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ListMcpServerStatusParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/LoginAccountParams.d.ts +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/LoginAccountParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ManagedHooksRequirements.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ManagedHooksRequirements.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerMigration.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerMigration.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerMigration.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerMigration.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatus.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatusUpdatedNotification.d.ts +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatusUpdatedNotification.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/MigrationDetails.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MigrationDetails.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/Model.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Model.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadParams.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadResponse.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelProviderCapabilitiesReadResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelServiceTier.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelServiceTier.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelServiceTier.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelServiceTier.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkUnixSocketPermission.d.ts +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListParams.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListResponse.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileListResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileSummary.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileSummary.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileSummary.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileSummary.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionsRequestApprovalParams.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionsRequestApprovalParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/PluginAvailability.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginAvailability.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginAvailability.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginAvailability.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginDetail.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginDetail.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/PluginHookSummary.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginHookSummary.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginHookSummary.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginHookSummary.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledParams.d.ts +13 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledResponse.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstalledResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginListMarketplaceKind.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginListMarketplaceKind.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginListMarketplaceKind.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginListMarketplaceKind.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginListParams.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginListParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutParams.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutResponse.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareCheckoutResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareContext.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareContext.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareContext.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareContext.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteParams.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteResponse.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDeleteResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDiscoverability.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDiscoverability.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDiscoverability.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareDiscoverability.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListItem.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListItem.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/{DeviceKeySignParams.js → PluginShareListItem.js} +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListItem.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListParams.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareListResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipal.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipal.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipal.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipal.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalRole.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalRole.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalRole.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalRole.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalType.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalType.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalType.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSharePrincipalType.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveParams.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareSaveResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTarget.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTarget.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTarget.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTarget.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTargetRole.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTargetRole.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTargetRole.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareTargetRole.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateDiscoverability.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateDiscoverability.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateDiscoverability.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateDiscoverability.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsParams.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsResponse.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginShareUpdateTargetsResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadParams.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadResponse.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSkillReadResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSummary.d.ts +19 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSummary.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ProcessExitedNotification.d.ts +40 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProcessExitedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProcessExitedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProcessExitedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputDeltaNotification.d.ts +24 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputDeltaNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputDeltaNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputDeltaNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputStream.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputStream.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputStream.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProcessOutputStream.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProcessTerminalSize.d.ts +14 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProcessTerminalSize.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProcessTerminalSize.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProcessTerminalSize.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RateLimitSnapshot.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RateLimitSnapshot.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlConnectionStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlConnectionStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlConnectionStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlConnectionStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlStatusChangedNotification.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlStatusChangedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlStatusChangedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlStatusChangedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SandboxPolicy.d.ts +0 -3
- package/dist/ai/codexAppServer/schema/generated/v2/SandboxPolicy.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/SessionMigration.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SessionMigration.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SessionMigration.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SessionMigration.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetParams.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetResponse.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsExtraRootsSetResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListParams.d.ts +0 -5
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/SpendControlLimitSnapshot.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SpendControlLimitSnapshot.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SpendControlLimitSnapshot.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SpendControlLimitSnapshot.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SubagentMigration.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SubagentMigration.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SubagentMigration.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SubagentMigration.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Thread.d.ts +13 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Thread.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkParams.d.ts +7 -21
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkResponse.d.ts +6 -16
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkResponse.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoal.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoal.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/{ServiceTier.js → v2/ThreadGoal.js} +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoal.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearParams.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearResponse.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearedNotification.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalClearedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetParams.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalGetResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetParams.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalSetResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalUpdatedNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalUpdatedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalUpdatedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadGoalUpdatedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadItem.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadItem.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadReadParams.d.ts +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadReadParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeStartedNotification.d.ts +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeStartedNotification.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeInitialTurnsPageParams.d.ts +17 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeInitialTurnsPageParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeInitialTurnsPageParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeInitialTurnsPageParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeParams.d.ts +10 -30
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeResponse.d.ts +6 -16
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeResponse.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSearchResult.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSearchResult.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSearchResult.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSearchResult.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettings.d.ts +24 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettings.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettings.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettings.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettingsUpdatedNotification.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettingsUpdatedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettingsUpdatedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSettingsUpdatedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSource.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSource.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSource.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSource.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartParams.d.ts +5 -15
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartResponse.d.ts +6 -16
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartResponse.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ToolsV2.d.ts +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ToolsV2.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/Turn.d.ts +6 -3
- package/dist/ai/codexAppServer/schema/generated/v2/Turn.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/TurnItemsView.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnItemsView.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnItemsView.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnItemsView.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnModerationMetadataNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnModerationMetadataNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnModerationMetadataNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnModerationMetadataNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStartParams.d.ts +3 -16
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStartParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/TurnSteerParams.d.ts +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnSteerParams.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/TurnsPage.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnsPage.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/{ProfileV2.js → TurnsPage.js} +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/TurnsPage.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/UserInput.d.ts +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/UserInput.d.ts.map +1 -1
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadiness.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadiness.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadiness.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadiness.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadinessResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadinessResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadinessResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxReadinessResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/index.d.ts +84 -20
- package/dist/ai/codexAppServer/schema/generated/v2/index.d.ts.map +1 -1
- package/dist/ai/codexAppServer/serverRequestIds.d.ts +3 -0
- package/dist/ai/codexAppServer/serverRequestIds.d.ts.map +1 -0
- package/dist/ai/codexAppServer/serverRequestIds.js +6 -0
- package/dist/ai/codexAppServer/serverRequestIds.js.map +1 -0
- package/dist/ai/codexAppServer/version.d.ts +1 -1
- package/dist/ai/codexAppServer/version.js +1 -1
- package/dist/ai/codexQuota.js +1 -1
- package/dist/ai/codexQuota.js.map +1 -1
- package/dist/ai/provider.d.ts +26 -6
- package/dist/ai/provider.d.ts.map +1 -1
- package/dist/ai/provider.js.map +1 -1
- package/dist/ai/sessionManager.d.ts +1 -1
- package/dist/ai/sessionManager.d.ts.map +1 -1
- package/dist/ai/sessionManager.js +18 -11
- package/dist/ai/sessionManager.js.map +1 -1
- package/dist/handlers/messageHandler.js +2 -2
- package/dist/handlers/messageHandler.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/service/ipcClient.js +1 -1
- package/dist/service/run.js +1 -1
- package/dist/service/types.js +1 -1
- package/dist/terminal/terminalManager.d.ts +1 -0
- package/dist/terminal/terminalManager.d.ts.map +1 -1
- package/dist/terminal/terminalManager.js +4 -0
- package/dist/terminal/terminalManager.js.map +1 -1
- package/package.json +3 -3
- package/dist/ai/codexAppServer/schema/generated/GhostCommit.d.ts +0 -10
- package/dist/ai/codexAppServer/schema/generated/GhostCommit.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/GhostCommit.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/ServiceTier.d.ts +0 -2
- package/dist/ai/codexAppServer/schema/generated/ServiceTier.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/ServiceTier.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyAlgorithm.d.ts +0 -5
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyAlgorithm.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyAlgorithm.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateParams.d.ts +0 -13
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateParams.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateParams.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateResponse.d.ts +0 -15
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateResponse.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateResponse.js +0 -3
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateResponse.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionClass.d.ts +0 -5
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionClass.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionClass.js +0 -3
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionClass.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionPolicy.d.ts +0 -5
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionPolicy.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionPolicy.js +0 -3
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionPolicy.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicParams.d.ts +0 -7
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicParams.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicParams.js +0 -3
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicParams.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicResponse.d.ts +0 -15
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicResponse.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicResponse.js +0 -3
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicResponse.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignParams.d.ts +0 -9
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignParams.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignParams.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignPayload.d.ts +0 -63
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignPayload.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignPayload.js +0 -3
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignPayload.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignResponse.d.ts +0 -17
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignResponse.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignResponse.js +0 -3
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignResponse.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfile.d.ts +0 -13
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfile.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfile.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileFileSystemPermissions.d.ts +0 -9
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileFileSystemPermissions.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileFileSystemPermissions.js +0 -3
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileFileSystemPermissions.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileNetworkPermissions.d.ts +0 -4
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileNetworkPermissions.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileNetworkPermissions.js +0 -3
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileNetworkPermissions.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ProfileV2.d.ts +0 -31
- package/dist/ai/codexAppServer/schema/generated/v2/ProfileV2.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ProfileV2.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ReadOnlyAccess.d.ts +0 -9
- package/dist/ai/codexAppServer/schema/generated/v2/ReadOnlyAccess.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ReadOnlyAccess.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientConnectionAudience.d.ts +0 -5
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientConnectionAudience.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientConnectionAudience.js +0 -3
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientConnectionAudience.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientEnrollmentAudience.d.ts +0 -5
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientEnrollmentAudience.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientEnrollmentAudience.js +0 -3
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientEnrollmentAudience.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListExtraRootsForCwd.d.ts +0 -5
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListExtraRootsForCwd.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListExtraRootsForCwd.js +0 -3
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListExtraRootsForCwd.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListParams.d.ts +0 -17
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListParams.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListParams.js +0 -3
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListParams.js.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListResponse.d.ts +0 -17
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListResponse.d.ts.map +0 -1
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListResponse.js +0 -3
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListResponse.js.map +0 -1
|
@@ -18,10 +18,11 @@ import { EventEmitter } from 'node:events';
|
|
|
18
18
|
/**
|
|
19
19
|
* Hook event names accepted by claude --settings. Subset matches what we
|
|
20
20
|
* observed in the bundled cli.js v2.1.111+:
|
|
21
|
-
* PreToolUse, PostToolUse,
|
|
22
|
-
* SessionStart, Stop, SubagentStop,
|
|
21
|
+
* PreToolUse, PostToolUse, PostToolUseFailure, PermissionRequest,
|
|
22
|
+
* UserPromptSubmit, SessionStart, Stop, StopFailure, SubagentStop,
|
|
23
|
+
* Notification
|
|
23
24
|
*/
|
|
24
|
-
export type HookEventName = 'PreToolUse' | 'PostToolUse' | 'PermissionRequest' | 'UserPromptSubmit' | 'SessionStart' | 'Stop' | 'SubagentStop' | 'Notification';
|
|
25
|
+
export type HookEventName = 'PreToolUse' | 'PostToolUse' | 'PostToolUseFailure' | 'PermissionRequest' | 'UserPromptSubmit' | 'SessionStart' | 'Stop' | 'StopFailure' | 'SubagentStop' | 'Notification';
|
|
25
26
|
export interface HookRequest {
|
|
26
27
|
event: HookEventName;
|
|
27
28
|
payload: Record<string, unknown>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hookBridge.d.ts","sourceRoot":"","sources":["../../../src/ai/claudeTerminal/hookBridge.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;GAeG;AAGH,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAM3C
|
|
1
|
+
{"version":3,"file":"hookBridge.d.ts","sourceRoot":"","sources":["../../../src/ai/claudeTerminal/hookBridge.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;GAeG;AAGH,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAM3C;;;;;;GAMG;AACH,MAAM,MAAM,aAAa,GACrB,YAAY,GACZ,aAAa,GACb,oBAAoB,GACpB,mBAAmB,GACnB,kBAAkB,GAClB,cAAc,GACd,MAAM,GACN,aAAa,GACb,cAAc,GACd,cAAc,CAAC;AAEnB,MAAM,WAAW,WAAW;IAC1B,KAAK,EAAE,aAAa,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjC;oEACgE;IAChE,OAAO,EAAE,CAAC,QAAQ,EAAE,YAAY,KAAK,IAAI,CAAC;CAC3C;AAED,sDAAsD;AACtD,MAAM,MAAM,YAAY,GAAG,kBAAkB,GAAG,IAAI,CAAC;AAErD,0DAA0D;AAC1D,MAAM,WAAW,kBAAkB;IACjC,kBAAkB,CAAC,EAAE;QACnB,aAAa,EAAE,aAAa,CAAC;QAC7B,QAAQ,CAAC,EAAE;YAAE,QAAQ,EAAE,OAAO,GAAG,MAAM,CAAC;YAAC,OAAO,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;QAC5D,CAAC,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;KACtB,CAAC;CACH;AAUD,qBAAa,UAAW,SAAQ,YAAY;IAC1C,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;IAC5B,OAAO,CAAC,MAAM,CAAuB;IACrC,mEAAmE;gBAEvD,UAAU,CAAC,EAAE,MAAM;IAKzB,KAAK,IAAI,OAAO,CAAC,IAAI,CAAC;IAetB,IAAI,IAAI,OAAO,CAAC,IAAI,CAAC;IAO3B,2CAA2C;IAC3C,SAAS,CAAC,OAAO,EAAE,CAAC,GAAG,EAAE,WAAW,KAAK,IAAI,GAAG,MAAM,IAAI;IAK1D,OAAO,CAAC,gBAAgB;CAwDzB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hookBridge.js","sourceRoot":"","sources":["../../../src/ai/claudeTerminal/hookBridge.ts"],"names":[],"mappings":"AAAA,qDAAqD;AACrD,+BAA+B;AAC/B;;;;;;;;;;;;;;;GAeG;AAEH,OAAO,EAAE,YAAY,EAA4B,MAAM,UAAU,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAC3C,OAAO,EAAE,UAAU,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACjD,OAAO,EAAE,MAAM,EAAE,MAAM,SAAS,CAAC;AACjC,OAAO,EAAE,IAAI,EAAE,MAAM,WAAW,CAAC;AACjC,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;
|
|
1
|
+
{"version":3,"file":"hookBridge.js","sourceRoot":"","sources":["../../../src/ai/claudeTerminal/hookBridge.ts"],"names":[],"mappings":"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"}
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
*/
|
|
15
15
|
import type { AgentId } from '@sumicom/quicksave-shared';
|
|
16
16
|
import type { StreamCardBuilder } from '../cardBuilder.js';
|
|
17
|
-
import type { CodingAgentProvider, ProviderCallbacks, ProviderHistoryMode, ProviderSession, ResumeSessionOpts, StartSessionOpts } from '../provider.js';
|
|
17
|
+
import type { CodingAgentProvider, ProbeResult, ProviderCallbacks, ProviderHistoryMode, ProviderSession, ResumeSessionOpts, StartSessionOpts } from '../provider.js';
|
|
18
18
|
/**
|
|
19
19
|
* Pick the right interpreter + handler path so the hook command works whether
|
|
20
20
|
* the daemon runs from source (tsx, .ts file) or compiled output (node, .js).
|
|
@@ -27,6 +27,7 @@ export declare class ClaudeTerminalProvider implements CodingAgentProvider {
|
|
|
27
27
|
readonly id: AgentId;
|
|
28
28
|
readonly historyMode: ProviderHistoryMode;
|
|
29
29
|
readonly label = "Claude (Terminal)";
|
|
30
|
+
probeProvider(): Promise<ProbeResult>;
|
|
30
31
|
startSession(opts: StartSessionOpts, cardBuilder: StreamCardBuilder, callbacks: ProviderCallbacks): Promise<{
|
|
31
32
|
sessionId: string;
|
|
32
33
|
session: ProviderSession;
|
|
@@ -57,6 +58,12 @@ export declare class ClaudeTerminalProvider implements CodingAgentProvider {
|
|
|
57
58
|
* re-types if the TUI ate the keystrokes before it was ready.
|
|
58
59
|
*/
|
|
59
60
|
private injectResumePrompt;
|
|
61
|
+
/**
|
|
62
|
+
* Type a prompt into an already-known session and keep re-typing until the
|
|
63
|
+
* transcript exists / grows. Used for resume and for new sessions where the
|
|
64
|
+
* SessionStart hook gave us the session id before any JSONL line existed.
|
|
65
|
+
*/
|
|
66
|
+
private injectPromptUntilTranscriptChanges;
|
|
60
67
|
/**
|
|
61
68
|
* After spawn, watch the project dir for a fresh .jsonl that's not in
|
|
62
69
|
* `before`. Returns its session id (the basename without .jsonl).
|
|
@@ -84,6 +91,12 @@ export interface SendPromptUntilAcceptedOpts {
|
|
|
84
91
|
pollIntervalMs?: number;
|
|
85
92
|
/** Optional cancel hook checked between waits — throws if it returns true. */
|
|
86
93
|
abort?: () => boolean;
|
|
94
|
+
/** Optional pause hook for interactive TUI prompts that the user must answer
|
|
95
|
+
* manually (for example Claude's workspace trust prompt). When this returns
|
|
96
|
+
* a string, prompt typing is paused and the deadline is extended up to
|
|
97
|
+
* `maxPauseMs`. */
|
|
98
|
+
pauseWhile?: () => string | null;
|
|
99
|
+
maxPauseMs?: number;
|
|
87
100
|
/** Injectable for tests. */
|
|
88
101
|
sleep?: (ms: number) => Promise<void>;
|
|
89
102
|
now?: () => number;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../../src/ai/claudeTerminal/provider.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;GAaG;
|
|
1
|
+
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../../src/ai/claudeTerminal/provider.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;GAaG;AAMH,OAAO,KAAK,EAAc,OAAO,EAAiB,MAAM,2BAA2B,CAAC;AACpF,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D,OAAO,KAAK,EACV,mBAAmB,EACnB,WAAW,EACX,iBAAiB,EACjB,mBAAmB,EACnB,eAAe,EACf,iBAAiB,EACjB,gBAAgB,EACjB,MAAM,gBAAgB,CAAC;AAsExB;;;GAGG;AACH,wBAAgB,kBAAkB,IAAI;IAAE,WAAW,EAAE,MAAM,CAAC;IAAC,WAAW,EAAE,MAAM,CAAA;CAAE,CAoBjF;AAsPD,qBAAa,sBAAuB,YAAW,mBAAmB;IAChE,QAAQ,CAAC,EAAE,EAAE,OAAO,CAAqB;IACzC,QAAQ,CAAC,WAAW,EAAE,mBAAmB,CAAkB;IAC3D,QAAQ,CAAC,KAAK,uBAAuB;IAE/B,aAAa,IAAI,OAAO,CAAC,WAAW,CAAC;IAerC,YAAY,CAChB,IAAI,EAAE,gBAAgB,EACtB,WAAW,EAAE,iBAAiB,EAC9B,SAAS,EAAE,iBAAiB,GAC3B,OAAO,CAAC;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,eAAe,CAAA;KAAE,CAAC;IAIrD,aAAa,CACjB,IAAI,EAAE,iBAAiB,EACvB,WAAW,EAAE,iBAAiB,EAC9B,SAAS,EAAE,iBAAiB,GAC3B,OAAO,CAAC;QAAE,SAAS,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,eAAe,CAAA;KAAE,CAAC;YAI7C,KAAK;IA2KnB;;;;;;OAMG;YACW,UAAU;IAYxB;;;;OAIG;IACH,OAAO,CAAC,eAAe;IAoBvB;;;;;OAKG;YACW,kBAAkB;IAiBhC;;;;OAIG;YACW,kCAAkC;IA+BhD;;;;;;OAMG;YACW,iBAAiB;IAc/B,OAAO,CAAC,iBAAiB;IAqIzB,OAAO,CAAC,kBAAkB;CAsE3B;AAMD,MAAM,WAAW,2BAA2B;IAC1C,0EAA0E;IAC1E,IAAI,EAAE,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,CAAC;IACjC;gFAC4E;IAC5E,KAAK,EAAE,MAAM,MAAM,GAAG,IAAI,CAAC;IAC3B,8BAA8B;IAC9B,SAAS,EAAE,MAAM,CAAC;IAClB,2DAA2D;IAC3D,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,mFAAmF;IACnF,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,8DAA8D;IAC9D,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,8EAA8E;IAC9E,KAAK,CAAC,EAAE,MAAM,OAAO,CAAC;IACtB;;;uBAGmB;IACnB,UAAU,CAAC,EAAE,MAAM,MAAM,GAAG,IAAI,CAAC;IACjC,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,4BAA4B;IAC5B,KAAK,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IACtC,GAAG,CAAC,EAAE,MAAM,MAAM,CAAC;CACpB;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAsB,uBAAuB,CAAC,IAAI,EAAE,2BAA2B,GAAG,OAAO,CAAC,MAAM,CAAC,CAiDhG"}
|