@sumicom/quicksave 0.8.1 → 0.8.3
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/README.md +4 -0
- package/dist/ai/cardBuilder.d.ts +2 -0
- package/dist/ai/cardBuilder.d.ts.map +1 -1
- package/dist/ai/cardBuilder.js +62 -0
- package/dist/ai/cardBuilder.js.map +1 -1
- package/dist/ai/claudeCliProvider.d.ts +36 -1
- package/dist/ai/claudeCliProvider.d.ts.map +1 -1
- package/dist/ai/claudeCliProvider.js +148 -62
- package/dist/ai/claudeCliProvider.js.map +1 -1
- package/dist/ai/claudeSdkProvider.d.ts.map +1 -1
- package/dist/ai/claudeSdkProvider.js +39 -2
- package/dist/ai/claudeSdkProvider.js.map +1 -1
- package/dist/ai/codexAppServer/cardAdapter.d.ts +48 -0
- package/dist/ai/codexAppServer/cardAdapter.d.ts.map +1 -0
- package/dist/ai/codexAppServer/cardAdapter.js +707 -0
- package/dist/ai/codexAppServer/cardAdapter.js.map +1 -0
- package/dist/ai/codexAppServer/index.d.ts +7 -0
- package/dist/ai/codexAppServer/index.d.ts.map +1 -0
- package/dist/ai/codexAppServer/index.js +6 -0
- package/dist/ai/codexAppServer/index.js.map +1 -0
- package/dist/ai/codexAppServer/overrideStore.d.ts +67 -0
- package/dist/ai/codexAppServer/overrideStore.d.ts.map +1 -0
- package/dist/ai/codexAppServer/overrideStore.js +118 -0
- package/dist/ai/codexAppServer/overrideStore.js.map +1 -0
- package/dist/ai/codexAppServer/permissionMapping.d.ts +47 -0
- package/dist/ai/codexAppServer/permissionMapping.d.ts.map +1 -0
- package/dist/ai/codexAppServer/permissionMapping.js +71 -0
- package/dist/ai/codexAppServer/permissionMapping.js.map +1 -0
- package/dist/ai/codexAppServer/processManager.d.ts +64 -0
- package/dist/ai/codexAppServer/processManager.d.ts.map +1 -0
- package/dist/ai/codexAppServer/processManager.js +162 -0
- package/dist/ai/codexAppServer/processManager.js.map +1 -0
- package/dist/ai/codexAppServer/provider.d.ts +48 -0
- package/dist/ai/codexAppServer/provider.d.ts.map +1 -0
- package/dist/ai/codexAppServer/provider.js +444 -0
- package/dist/ai/codexAppServer/provider.js.map +1 -0
- package/dist/ai/codexAppServer/rpcClient.d.ts +143 -0
- package/dist/ai/codexAppServer/rpcClient.d.ts.map +1 -0
- package/dist/ai/codexAppServer/rpcClient.js +270 -0
- package/dist/ai/codexAppServer/rpcClient.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/AbsolutePathBuf.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/AbsolutePathBuf.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/AbsolutePathBuf.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/AbsolutePathBuf.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/AgentPath.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/AgentPath.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/AgentPath.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/AgentPath.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ApplyPatchApprovalParams.d.ts +23 -0
- package/dist/ai/codexAppServer/schema/generated/ApplyPatchApprovalParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ApplyPatchApprovalParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ApplyPatchApprovalParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ApplyPatchApprovalResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/ApplyPatchApprovalResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ApplyPatchApprovalResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ApplyPatchApprovalResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/AuthMode.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/AuthMode.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/AuthMode.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/AuthMode.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ClientInfo.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/ClientInfo.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ClientInfo.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ClientInfo.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ClientNotification.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/ClientNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ClientNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ClientNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ClientRequest.d.ts +372 -0
- package/dist/ai/codexAppServer/schema/generated/ClientRequest.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ClientRequest.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ClientRequest.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/CollaborationMode.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/CollaborationMode.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/CollaborationMode.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/CollaborationMode.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ContentItem.d.ts +13 -0
- package/dist/ai/codexAppServer/schema/generated/ContentItem.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ContentItem.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ContentItem.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ConversationGitInfo.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/ConversationGitInfo.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ConversationGitInfo.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ConversationGitInfo.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ConversationSummary.d.ts +16 -0
- package/dist/ai/codexAppServer/schema/generated/ConversationSummary.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ConversationSummary.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ConversationSummary.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ExecCommandApprovalParams.d.ts +19 -0
- package/dist/ai/codexAppServer/schema/generated/ExecCommandApprovalParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ExecCommandApprovalParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ExecCommandApprovalParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ExecCommandApprovalResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/ExecCommandApprovalResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ExecCommandApprovalResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ExecCommandApprovalResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ExecPolicyAmendment.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/ExecPolicyAmendment.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ExecPolicyAmendment.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ExecPolicyAmendment.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FileChange.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/FileChange.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FileChange.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/FileChange.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ForcedLoginMethod.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/ForcedLoginMethod.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ForcedLoginMethod.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ForcedLoginMethod.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FunctionCallOutputBody.d.ts +3 -0
- package/dist/ai/codexAppServer/schema/generated/FunctionCallOutputBody.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FunctionCallOutputBody.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/FunctionCallOutputBody.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FunctionCallOutputContentItem.d.ts +14 -0
- package/dist/ai/codexAppServer/schema/generated/FunctionCallOutputContentItem.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FunctionCallOutputContentItem.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/FunctionCallOutputContentItem.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchMatchType.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchMatchType.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchMatchType.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchMatchType.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchParams.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchResult.d.ts +13 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchResult.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchResult.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchResult.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchSessionCompletedNotification.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchSessionCompletedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchSessionCompletedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchSessionCompletedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchSessionUpdatedNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchSessionUpdatedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchSessionUpdatedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/FuzzyFileSearchSessionUpdatedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/GetAuthStatusParams.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/GetAuthStatusParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/GetAuthStatusParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/GetAuthStatusParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/GetAuthStatusResponse.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/GetAuthStatusResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/GetAuthStatusResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/GetAuthStatusResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/GetConversationSummaryParams.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/GetConversationSummaryParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/GetConversationSummaryParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/GetConversationSummaryParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/GetConversationSummaryResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/GetConversationSummaryResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/GetConversationSummaryResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/GetConversationSummaryResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/GhostCommit.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/GhostCommit.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/GhostCommit.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/GhostCommit.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/GitDiffToRemoteParams.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/GitDiffToRemoteParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/GitDiffToRemoteParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/GitDiffToRemoteParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/GitDiffToRemoteResponse.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/GitDiffToRemoteResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/GitDiffToRemoteResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/GitDiffToRemoteResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/GitSha.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/GitSha.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/GitSha.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/GitSha.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ImageDetail.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/ImageDetail.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ImageDetail.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ImageDetail.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/InitializeCapabilities.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/InitializeCapabilities.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/InitializeCapabilities.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/InitializeCapabilities.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/InitializeParams.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/InitializeParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/InitializeParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/InitializeParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/InitializeResponse.d.ts +19 -0
- package/dist/ai/codexAppServer/schema/generated/InitializeResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/InitializeResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/InitializeResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/InputModality.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/InputModality.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/InputModality.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/InputModality.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/LocalShellAction.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/LocalShellAction.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/LocalShellAction.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/LocalShellAction.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/LocalShellExecAction.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/LocalShellExecAction.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/LocalShellExecAction.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/LocalShellExecAction.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/LocalShellStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/LocalShellStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/LocalShellStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/LocalShellStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/MessagePhase.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/MessagePhase.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/MessagePhase.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/MessagePhase.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ModeKind.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/ModeKind.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ModeKind.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ModeKind.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/NetworkPolicyAmendment.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/NetworkPolicyAmendment.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/NetworkPolicyAmendment.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/NetworkPolicyAmendment.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/NetworkPolicyRuleAction.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/NetworkPolicyRuleAction.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/NetworkPolicyRuleAction.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/NetworkPolicyRuleAction.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ParsedCommand.d.ts +25 -0
- package/dist/ai/codexAppServer/schema/generated/ParsedCommand.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ParsedCommand.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ParsedCommand.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/Personality.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/Personality.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/Personality.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/Personality.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/PlanType.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/PlanType.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/PlanType.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/PlanType.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/RealtimeConversationVersion.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/RealtimeConversationVersion.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/RealtimeConversationVersion.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/RealtimeConversationVersion.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/RealtimeOutputModality.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/RealtimeOutputModality.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/RealtimeOutputModality.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/RealtimeOutputModality.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/RealtimeVoice.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/RealtimeVoice.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/RealtimeVoice.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/RealtimeVoice.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/RealtimeVoicesList.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/RealtimeVoicesList.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/RealtimeVoicesList.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/RealtimeVoicesList.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ReasoningEffort.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/ReasoningEffort.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ReasoningEffort.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ReasoningEffort.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ReasoningItemContent.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/ReasoningItemContent.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ReasoningItemContent.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ReasoningItemContent.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ReasoningItemReasoningSummary.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/ReasoningItemReasoningSummary.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ReasoningItemReasoningSummary.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ReasoningItemReasoningSummary.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ReasoningSummary.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/ReasoningSummary.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ReasoningSummary.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ReasoningSummary.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/RequestId.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/RequestId.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/RequestId.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/RequestId.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/Resource.d.ts +16 -0
- package/dist/ai/codexAppServer/schema/generated/Resource.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/Resource.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/Resource.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ResourceContent.d.ts +22 -0
- package/dist/ai/codexAppServer/schema/generated/ResourceContent.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ResourceContent.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ResourceContent.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ResourceTemplate.d.ts +13 -0
- package/dist/ai/codexAppServer/schema/generated/ResourceTemplate.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ResourceTemplate.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ResourceTemplate.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ResponseItem.d.ts +81 -0
- package/dist/ai/codexAppServer/schema/generated/ResponseItem.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ResponseItem.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ResponseItem.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ReviewDecision.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/ReviewDecision.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ReviewDecision.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ReviewDecision.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ServerNotification.d.ts +241 -0
- package/dist/ai/codexAppServer/schema/generated/ServerNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ServerNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ServerNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ServerRequest.d.ts +51 -0
- package/dist/ai/codexAppServer/schema/generated/ServerRequest.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ServerRequest.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ServerRequest.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ServiceTier.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/ServiceTier.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ServiceTier.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ServiceTier.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/SessionSource.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/SessionSource.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/SessionSource.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/SessionSource.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/Settings.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/Settings.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/Settings.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/Settings.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/SubAgentSource.d.ts +14 -0
- package/dist/ai/codexAppServer/schema/generated/SubAgentSource.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/SubAgentSource.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/SubAgentSource.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ThreadId.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/ThreadId.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ThreadId.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ThreadId.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ThreadMemoryMode.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/ThreadMemoryMode.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/ThreadMemoryMode.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/ThreadMemoryMode.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/Tool.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/Tool.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/Tool.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/Tool.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/Verbosity.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/Verbosity.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/Verbosity.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/Verbosity.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchAction.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchAction.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchAction.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchAction.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchContextSize.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchContextSize.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchContextSize.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchContextSize.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchLocation.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchLocation.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchLocation.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchLocation.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchMode.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchMode.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchMode.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchMode.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchToolConfig.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchToolConfig.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchToolConfig.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/WebSearchToolConfig.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/index.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/index.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/index.js +6 -0
- package/dist/ai/codexAppServer/schema/generated/index.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/serde_json/JsonValue.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/serde_json/JsonValue.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/serde_json/JsonValue.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/serde_json/JsonValue.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Account.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Account.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Account.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Account.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountLoginCompletedNotification.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountLoginCompletedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountLoginCompletedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountLoginCompletedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountRateLimitsUpdatedNotification.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountRateLimitsUpdatedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountRateLimitsUpdatedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountRateLimitsUpdatedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountUpdatedNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountUpdatedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountUpdatedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AccountUpdatedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AddCreditsNudgeCreditType.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AddCreditsNudgeCreditType.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AddCreditsNudgeCreditType.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AddCreditsNudgeCreditType.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AddCreditsNudgeEmailStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AddCreditsNudgeEmailStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AddCreditsNudgeEmailStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AddCreditsNudgeEmailStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalFileSystemPermissions.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalFileSystemPermissions.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalFileSystemPermissions.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalFileSystemPermissions.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalNetworkPermissions.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalNetworkPermissions.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalNetworkPermissions.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalNetworkPermissions.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalPermissionProfile.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalPermissionProfile.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalPermissionProfile.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AdditionalPermissionProfile.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AgentMessageDeltaNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AgentMessageDeltaNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AgentMessageDeltaNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AgentMessageDeltaNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AnalyticsConfig.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AnalyticsConfig.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AnalyticsConfig.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AnalyticsConfig.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppBranding.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppBranding.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppBranding.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppBranding.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppInfo.d.ts +31 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppInfo.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppInfo.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppInfo.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppListUpdatedNotification.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppListUpdatedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppListUpdatedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppListUpdatedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppMetadata.d.ts +17 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppMetadata.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppMetadata.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppMetadata.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppReview.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppReview.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppReview.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppReview.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppScreenshot.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppScreenshot.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppScreenshot.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppScreenshot.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppSummary.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppSummary.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppSummary.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppSummary.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppToolApproval.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppToolApproval.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppToolApproval.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppToolApproval.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppToolsConfig.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppToolsConfig.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppToolsConfig.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppToolsConfig.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ApprovalsReviewer.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ApprovalsReviewer.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ApprovalsReviewer.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ApprovalsReviewer.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsConfig.d.ts +16 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsConfig.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsConfig.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsConfig.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsDefaultConfig.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsDefaultConfig.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsDefaultConfig.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsDefaultConfig.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsListParams.d.ts +22 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsListParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsListParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsListParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsListResponse.d.ts +13 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsListResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsListResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AppsListResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AskForApproval.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AskForApproval.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AskForApproval.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AskForApproval.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AutoReviewDecisionSource.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AutoReviewDecisionSource.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AutoReviewDecisionSource.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/AutoReviewDecisionSource.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ByteRange.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ByteRange.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ByteRange.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ByteRange.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CancelLoginAccountParams.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CancelLoginAccountParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CancelLoginAccountParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CancelLoginAccountParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CancelLoginAccountResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CancelLoginAccountResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CancelLoginAccountResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CancelLoginAccountResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CancelLoginAccountStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CancelLoginAccountStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CancelLoginAccountStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CancelLoginAccountStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ChatgptAuthTokensRefreshParams.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ChatgptAuthTokensRefreshParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ChatgptAuthTokensRefreshParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ChatgptAuthTokensRefreshParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ChatgptAuthTokensRefreshReason.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ChatgptAuthTokensRefreshReason.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ChatgptAuthTokensRefreshReason.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ChatgptAuthTokensRefreshReason.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ChatgptAuthTokensRefreshResponse.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ChatgptAuthTokensRefreshResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ChatgptAuthTokensRefreshResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ChatgptAuthTokensRefreshResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CodexErrorInfo.d.ts +29 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CodexErrorInfo.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CodexErrorInfo.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CodexErrorInfo.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollabAgentState.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollabAgentState.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollabAgentState.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollabAgentState.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollabAgentStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollabAgentStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollabAgentStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollabAgentStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollabAgentTool.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollabAgentTool.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollabAgentTool.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollabAgentTool.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollabAgentToolCallStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollabAgentToolCallStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollabAgentToolCallStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollabAgentToolCallStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollaborationModeMask.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollaborationModeMask.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollaborationModeMask.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CollaborationModeMask.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandAction.d.ts +20 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandAction.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandAction.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandAction.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecOutputDeltaNotification.d.ts +28 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecOutputDeltaNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecOutputDeltaNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecOutputDeltaNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecOutputStream.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecOutputStream.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecOutputStream.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecOutputStream.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecParams.d.ts +106 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecResizeParams.d.ts +16 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecResizeParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecResizeParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecResizeParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecResizeResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecResizeResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecResizeResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecResizeResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecResponse.d.ts +22 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecTerminalSize.d.ts +14 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecTerminalSize.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecTerminalSize.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecTerminalSize.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecTerminateParams.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecTerminateParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecTerminateParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecTerminateParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecTerminateResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecTerminateResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecTerminateResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecTerminateResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecWriteParams.d.ts +20 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecWriteParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecWriteParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecWriteParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecWriteResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecWriteResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecWriteResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecWriteResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionApprovalDecision.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionApprovalDecision.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionApprovalDecision.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionApprovalDecision.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionOutputDeltaNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionOutputDeltaNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionOutputDeltaNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionOutputDeltaNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionRequestApprovalParams.d.ts +59 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionRequestApprovalParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionRequestApprovalParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionRequestApprovalParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionRequestApprovalResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionRequestApprovalResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionRequestApprovalResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionRequestApprovalResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionSource.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionSource.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionSource.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionSource.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CommandExecutionStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Config.d.ts +49 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Config.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Config.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Config.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigBatchWriteParams.d.ts +14 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigBatchWriteParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigBatchWriteParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigBatchWriteParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigEdit.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigEdit.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigEdit.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigEdit.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayer.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayer.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayer.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayer.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayerMetadata.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayerMetadata.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayerMetadata.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayerMetadata.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayerSource.d.ts +31 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayerSource.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayerSource.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigLayerSource.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigReadParams.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigReadParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigReadParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigReadParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigReadResponse.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigReadResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigReadResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigReadResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigRequirements.d.ts +14 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigRequirements.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigRequirements.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigRequirements.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigRequirementsReadResponse.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigRequirementsReadResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigRequirementsReadResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigRequirementsReadResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigValueWriteParams.d.ts +13 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigValueWriteParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigValueWriteParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigValueWriteParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigWarningNotification.d.ts +20 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigWarningNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigWarningNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigWarningNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigWriteResponse.d.ts +13 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigWriteResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigWriteResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfigWriteResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfiguredHookHandler.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfiguredHookHandler.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfiguredHookHandler.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfiguredHookHandler.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfiguredHookMatcherGroup.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfiguredHookMatcherGroup.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfiguredHookMatcherGroup.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ConfiguredHookMatcherGroup.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ContextCompactedNotification.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ContextCompactedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ContextCompactedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ContextCompactedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CreditsSnapshot.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CreditsSnapshot.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CreditsSnapshot.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/CreditsSnapshot.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeprecationNoticeNotification.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeprecationNoticeNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeprecationNoticeNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeprecationNoticeNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyAlgorithm.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyAlgorithm.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyAlgorithm.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyAlgorithm.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateParams.d.ts +13 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateResponse.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyCreateResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionClass.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionClass.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionClass.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionClass.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionPolicy.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionPolicy.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionPolicy.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyProtectionPolicy.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicParams.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicResponse.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeyPublicResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignParams.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignPayload.d.ts +63 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignPayload.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignPayload.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignPayload.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignResponse.d.ts +17 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DeviceKeySignResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolCallOutputContentItem.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolCallOutputContentItem.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolCallOutputContentItem.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolCallOutputContentItem.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolCallParams.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolCallParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolCallParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolCallParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolCallResponse.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolCallResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolCallResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolCallResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolCallStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolCallStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolCallStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolCallStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolSpec.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolSpec.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolSpec.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/DynamicToolSpec.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ErrorNotification.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ErrorNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ErrorNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ErrorNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExecPolicyAmendment.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExecPolicyAmendment.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExecPolicyAmendment.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExecPolicyAmendment.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeature.d.ts +35 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeature.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeature.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeature.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureEnablementSetParams.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureEnablementSetParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureEnablementSetParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureEnablementSetParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureEnablementSetResponse.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureEnablementSetResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureEnablementSetResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureEnablementSetResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureListParams.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureListParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureListParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureListParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureListResponse.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureListResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureListResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureListResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureStage.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureStage.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureStage.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExperimentalFeatureStage.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigDetectParams.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigDetectParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigDetectParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigDetectParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigDetectResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigDetectResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigDetectResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigDetectResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigImportCompletedNotification.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigImportCompletedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigImportCompletedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigImportCompletedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigImportParams.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigImportParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigImportParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigImportParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigImportResponse.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigImportResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigImportResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigImportResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigMigrationItem.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigMigrationItem.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigMigrationItem.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigMigrationItem.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigMigrationItemType.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigMigrationItemType.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigMigrationItemType.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ExternalAgentConfigMigrationItemType.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FeedbackUploadParams.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FeedbackUploadParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FeedbackUploadParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FeedbackUploadParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FeedbackUploadResponse.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FeedbackUploadResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FeedbackUploadResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FeedbackUploadResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeApprovalDecision.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeApprovalDecision.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeApprovalDecision.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeApprovalDecision.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeOutputDeltaNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeOutputDeltaNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeOutputDeltaNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeOutputDeltaNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangePatchUpdatedNotification.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangePatchUpdatedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangePatchUpdatedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangePatchUpdatedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeRequestApprovalParams.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeRequestApprovalParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeRequestApprovalParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeRequestApprovalParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeRequestApprovalResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeRequestApprovalResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeRequestApprovalResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileChangeRequestApprovalResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemAccessMode.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemAccessMode.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemAccessMode.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemAccessMode.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemPath.d.ts +13 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemPath.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemPath.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemPath.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemSandboxEntry.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemSandboxEntry.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemSandboxEntry.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemSandboxEntry.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemSpecialPath.d.ts +19 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemSpecialPath.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemSpecialPath.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileSystemSpecialPath.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileUpdateChange.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileUpdateChange.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileUpdateChange.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FileUpdateChange.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsChangedNotification.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsChangedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsChangedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsChangedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsCopyParams.d.ts +19 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsCopyParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsCopyParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsCopyParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsCopyResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsCopyResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsCopyResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsCopyResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsCreateDirectoryParams.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsCreateDirectoryParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsCreateDirectoryParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsCreateDirectoryParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsCreateDirectoryResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsCreateDirectoryResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsCreateDirectoryResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsCreateDirectoryResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsGetMetadataParams.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsGetMetadataParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsGetMetadataParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsGetMetadataParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsGetMetadataResponse.d.ts +26 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsGetMetadataResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsGetMetadataResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsGetMetadataResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadDirectoryEntry.d.ts +18 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadDirectoryEntry.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadDirectoryEntry.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadDirectoryEntry.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadDirectoryParams.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadDirectoryParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadDirectoryParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadDirectoryParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadDirectoryResponse.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadDirectoryResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadDirectoryResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadDirectoryResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadFileParams.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadFileParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadFileParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadFileParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadFileResponse.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadFileResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadFileResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsReadFileResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsRemoveParams.d.ts +19 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsRemoveParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsRemoveParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsRemoveParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsRemoveResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsRemoveResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsRemoveResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsRemoveResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsUnwatchParams.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsUnwatchParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsUnwatchParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsUnwatchParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsUnwatchResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsUnwatchResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsUnwatchResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsUnwatchResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsWatchParams.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsWatchParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsWatchParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsWatchParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsWatchResponse.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsWatchResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsWatchResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsWatchResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsWriteFileParams.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsWriteFileParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsWriteFileParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsWriteFileParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsWriteFileResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsWriteFileResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsWriteFileResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/FsWriteFileResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountParams.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountRateLimitsResponse.d.ts +14 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountRateLimitsResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountRateLimitsResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountRateLimitsResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountResponse.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GetAccountResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GitInfo.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GitInfo.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GitInfo.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GitInfo.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GrantedPermissionProfile.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GrantedPermissionProfile.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GrantedPermissionProfile.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GrantedPermissionProfile.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianApprovalReview.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianApprovalReview.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianApprovalReview.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianApprovalReview.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianApprovalReviewAction.d.ts +38 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianApprovalReviewAction.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianApprovalReviewAction.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianApprovalReviewAction.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianApprovalReviewStatus.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianApprovalReviewStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianApprovalReviewStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianApprovalReviewStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianCommandSource.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianCommandSource.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianCommandSource.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianCommandSource.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianRiskLevel.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianRiskLevel.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianRiskLevel.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianRiskLevel.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianUserAuthorization.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianUserAuthorization.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianUserAuthorization.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianUserAuthorization.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianWarningNotification.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianWarningNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianWarningNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/GuardianWarningNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookCompletedNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookCompletedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookCompletedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookCompletedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookEventName.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookEventName.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookEventName.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookEventName.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookExecutionMode.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookExecutionMode.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookExecutionMode.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookExecutionMode.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookHandlerType.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookHandlerType.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookHandlerType.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookHandlerType.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookOutputEntry.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookOutputEntry.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookOutputEntry.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookOutputEntry.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookOutputEntryKind.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookOutputEntryKind.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookOutputEntryKind.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookOutputEntryKind.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookPromptFragment.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookPromptFragment.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookPromptFragment.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookPromptFragment.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookRunStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookRunStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookRunStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookRunStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookRunSummary.d.ts +25 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookRunSummary.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookRunSummary.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookRunSummary.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookScope.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookScope.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookScope.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookScope.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookSource.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookSource.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookSource.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookSource.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookStartedNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookStartedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookStartedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/HookStartedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemCompletedNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemCompletedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemCompletedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemCompletedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewCompletedNotification.d.ts +33 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewCompletedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewCompletedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewCompletedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewStartedNotification.d.ts +31 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewStartedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewStartedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemGuardianApprovalReviewStartedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemStartedNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemStartedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemStartedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ItemStartedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ListMcpServerStatusParams.d.ts +17 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ListMcpServerStatusParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ListMcpServerStatusParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ListMcpServerStatusParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ListMcpServerStatusResponse.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ListMcpServerStatusResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ListMcpServerStatusResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ListMcpServerStatusResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/LoginAccountParams.d.ts +27 -0
- package/dist/ai/codexAppServer/schema/generated/v2/LoginAccountParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/LoginAccountParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/LoginAccountParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/LoginAccountResponse.d.ts +24 -0
- package/dist/ai/codexAppServer/schema/generated/v2/LoginAccountResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/LoginAccountResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/LoginAccountResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/LogoutAccountResponse.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/LogoutAccountResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/LogoutAccountResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/LogoutAccountResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ManagedHooksRequirements.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ManagedHooksRequirements.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ManagedHooksRequirements.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ManagedHooksRequirements.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceAddParams.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceAddParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceAddParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceAddParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceAddResponse.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceAddResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceAddResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceAddResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceInterface.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceInterface.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceInterface.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceInterface.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceLoadErrorInfo.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceLoadErrorInfo.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceLoadErrorInfo.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceLoadErrorInfo.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceRemoveParams.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceRemoveParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceRemoveParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceRemoveParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceRemoveResponse.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceRemoveResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceRemoveResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceRemoveResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceUpgradeErrorInfo.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceUpgradeErrorInfo.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceUpgradeErrorInfo.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceUpgradeErrorInfo.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceUpgradeParams.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceUpgradeParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceUpgradeParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceUpgradeParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceUpgradeResponse.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceUpgradeResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceUpgradeResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MarketplaceUpgradeResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpAuthStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpAuthStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpAuthStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpAuthStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationArrayType.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationArrayType.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationArrayType.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationArrayType.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationBooleanSchema.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationBooleanSchema.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationBooleanSchema.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationBooleanSchema.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationBooleanType.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationBooleanType.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationBooleanType.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationBooleanType.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationConstOption.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationConstOption.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationConstOption.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationConstOption.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationEnumSchema.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationEnumSchema.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationEnumSchema.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationEnumSchema.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationLegacyTitledEnumSchema.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationLegacyTitledEnumSchema.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationLegacyTitledEnumSchema.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationLegacyTitledEnumSchema.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationMultiSelectEnumSchema.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationMultiSelectEnumSchema.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationMultiSelectEnumSchema.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationMultiSelectEnumSchema.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationNumberSchema.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationNumberSchema.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationNumberSchema.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationNumberSchema.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationNumberType.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationNumberType.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationNumberType.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationNumberType.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationObjectType.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationObjectType.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationObjectType.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationObjectType.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationPrimitiveSchema.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationPrimitiveSchema.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationPrimitiveSchema.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationPrimitiveSchema.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationSchema.d.ts +17 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationSchema.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationSchema.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationSchema.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationSingleSelectEnumSchema.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationSingleSelectEnumSchema.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationSingleSelectEnumSchema.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationSingleSelectEnumSchema.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationStringFormat.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationStringFormat.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationStringFormat.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationStringFormat.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationStringSchema.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationStringSchema.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationStringSchema.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationStringSchema.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationStringType.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationStringType.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationStringType.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationStringType.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationTitledEnumItems.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationTitledEnumItems.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationTitledEnumItems.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationTitledEnumItems.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationTitledMultiSelectEnumSchema.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationTitledMultiSelectEnumSchema.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationTitledMultiSelectEnumSchema.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationTitledMultiSelectEnumSchema.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationTitledSingleSelectEnumSchema.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationTitledSingleSelectEnumSchema.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationTitledSingleSelectEnumSchema.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationTitledSingleSelectEnumSchema.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationUntitledEnumItems.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationUntitledEnumItems.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationUntitledEnumItems.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationUntitledEnumItems.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationUntitledMultiSelectEnumSchema.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationUntitledMultiSelectEnumSchema.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationUntitledMultiSelectEnumSchema.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationUntitledMultiSelectEnumSchema.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationUntitledSingleSelectEnumSchema.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationUntitledSingleSelectEnumSchema.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationUntitledSingleSelectEnumSchema.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpElicitationUntitledSingleSelectEnumSchema.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpResourceReadParams.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpResourceReadParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpResourceReadParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpResourceReadParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpResourceReadResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpResourceReadResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpResourceReadResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpResourceReadResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerElicitationAction.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerElicitationAction.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerElicitationAction.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerElicitationAction.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerElicitationRequestParams.d.ts +27 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerElicitationRequestParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerElicitationRequestParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerElicitationRequestParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerElicitationRequestResponse.d.ts +16 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerElicitationRequestResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerElicitationRequestResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerElicitationRequestResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerOauthLoginCompletedNotification.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerOauthLoginCompletedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerOauthLoginCompletedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerOauthLoginCompletedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerOauthLoginParams.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerOauthLoginParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerOauthLoginParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerOauthLoginParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerOauthLoginResponse.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerOauthLoginResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerOauthLoginResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerOauthLoginResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerRefreshResponse.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerRefreshResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerRefreshResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerRefreshResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStartupState.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStartupState.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStartupState.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStartupState.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatus.d.ts +14 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatusDetail.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatusDetail.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatusDetail.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatusDetail.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatusUpdatedNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatusUpdatedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatusUpdatedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerStatusUpdatedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerToolCallParams.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerToolCallParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerToolCallParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerToolCallParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerToolCallResponse.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerToolCallResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerToolCallResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpServerToolCallResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpToolCallError.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpToolCallError.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpToolCallError.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpToolCallError.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpToolCallProgressNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpToolCallProgressNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpToolCallProgressNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpToolCallProgressNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpToolCallResult.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpToolCallResult.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpToolCallResult.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpToolCallResult.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpToolCallStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpToolCallStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpToolCallStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/McpToolCallStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MemoryCitation.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MemoryCitation.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MemoryCitation.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MemoryCitation.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MemoryCitationEntry.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MemoryCitationEntry.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MemoryCitationEntry.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MemoryCitationEntry.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MergeStrategy.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MergeStrategy.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MergeStrategy.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MergeStrategy.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MigrationDetails.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MigrationDetails.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MigrationDetails.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/MigrationDetails.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Model.d.ts +22 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Model.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Model.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Model.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelAvailabilityNux.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelAvailabilityNux.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelAvailabilityNux.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelAvailabilityNux.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelListParams.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelListParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelListParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelListParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelListResponse.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelListResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelListResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelListResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelRerouteReason.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelRerouteReason.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelRerouteReason.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelRerouteReason.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelReroutedNotification.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelReroutedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelReroutedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelReroutedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelUpgradeInfo.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelUpgradeInfo.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelUpgradeInfo.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelUpgradeInfo.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelVerification.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelVerification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelVerification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelVerification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelVerificationNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelVerificationNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelVerificationNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ModelVerificationNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkAccess.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkAccess.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkAccess.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkAccess.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkApprovalContext.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkApprovalContext.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkApprovalContext.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkApprovalContext.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkApprovalProtocol.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkApprovalProtocol.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkApprovalProtocol.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkApprovalProtocol.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkDomainPermission.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkDomainPermission.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkDomainPermission.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkDomainPermission.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkPolicyAmendment.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkPolicyAmendment.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkPolicyAmendment.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkPolicyAmendment.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkPolicyRuleAction.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkPolicyRuleAction.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkPolicyRuleAction.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkPolicyRuleAction.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkRequirements.d.ts +41 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkRequirements.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkRequirements.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkRequirements.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkUnixSocketPermission.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkUnixSocketPermission.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkUnixSocketPermission.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NetworkUnixSocketPermission.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NonSteerableTurnKind.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NonSteerableTurnKind.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NonSteerableTurnKind.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/NonSteerableTurnKind.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/OverriddenMetadata.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/OverriddenMetadata.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/OverriddenMetadata.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/OverriddenMetadata.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PatchApplyStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PatchApplyStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PatchApplyStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PatchApplyStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PatchChangeKind.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PatchChangeKind.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PatchChangeKind.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PatchChangeKind.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionGrantScope.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionGrantScope.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionGrantScope.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionGrantScope.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfile.d.ts +13 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfile.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfile.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfile.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileFileSystemPermissions.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileFileSystemPermissions.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileFileSystemPermissions.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileFileSystemPermissions.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileNetworkPermissions.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileNetworkPermissions.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileNetworkPermissions.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionProfileNetworkPermissions.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionsRequestApprovalParams.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionsRequestApprovalParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionsRequestApprovalParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionsRequestApprovalParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionsRequestApprovalResponse.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionsRequestApprovalResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionsRequestApprovalResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PermissionsRequestApprovalResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PlanDeltaNotification.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PlanDeltaNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PlanDeltaNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PlanDeltaNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginAuthPolicy.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginAuthPolicy.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginAuthPolicy.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginAuthPolicy.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginDetail.d.ts +14 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginDetail.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginDetail.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginDetail.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstallParams.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstallParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstallParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstallParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstallPolicy.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstallPolicy.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstallPolicy.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstallPolicy.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstallResponse.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstallResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstallResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInstallResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInterface.d.ts +43 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInterface.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInterface.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginInterface.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginListParams.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginListParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginListParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginListParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginListResponse.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginListResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginListResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginListResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginMarketplaceEntry.d.ts +14 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginMarketplaceEntry.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginMarketplaceEntry.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginMarketplaceEntry.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginReadParams.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginReadParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginReadParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginReadParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginReadResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginReadResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginReadResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginReadResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSource.d.ts +14 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSource.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSource.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSource.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSummary.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSummary.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSummary.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginSummary.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginUninstallParams.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginUninstallParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginUninstallParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginUninstallParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginUninstallResponse.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginUninstallResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginUninstallResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginUninstallResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginsMigration.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginsMigration.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginsMigration.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/PluginsMigration.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProfileV2.d.ts +31 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProfileV2.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProfileV2.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ProfileV2.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RateLimitReachedType.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RateLimitReachedType.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RateLimitReachedType.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RateLimitReachedType.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RateLimitSnapshot.d.ts +14 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RateLimitSnapshot.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RateLimitSnapshot.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RateLimitSnapshot.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RateLimitWindow.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RateLimitWindow.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RateLimitWindow.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RateLimitWindow.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RawResponseItemCompletedNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RawResponseItemCompletedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RawResponseItemCompletedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RawResponseItemCompletedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReadOnlyAccess.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReadOnlyAccess.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReadOnlyAccess.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReadOnlyAccess.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReasoningEffortOption.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReasoningEffortOption.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReasoningEffortOption.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReasoningEffortOption.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReasoningSummaryPartAddedNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReasoningSummaryPartAddedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReasoningSummaryPartAddedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReasoningSummaryPartAddedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReasoningSummaryTextDeltaNotification.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReasoningSummaryTextDeltaNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReasoningSummaryTextDeltaNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReasoningSummaryTextDeltaNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReasoningTextDeltaNotification.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReasoningTextDeltaNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReasoningTextDeltaNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReasoningTextDeltaNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientConnectionAudience.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientConnectionAudience.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientConnectionAudience.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientConnectionAudience.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientEnrollmentAudience.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientEnrollmentAudience.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientEnrollmentAudience.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RemoteControlClientEnrollmentAudience.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RequestPermissionProfile.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RequestPermissionProfile.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RequestPermissionProfile.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/RequestPermissionProfile.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ResidencyRequirement.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ResidencyRequirement.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ResidencyRequirement.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ResidencyRequirement.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReviewDelivery.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReviewDelivery.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReviewDelivery.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReviewDelivery.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReviewStartParams.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReviewStartParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReviewStartParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReviewStartParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReviewStartResponse.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReviewStartResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReviewStartResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReviewStartResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReviewTarget.d.ts +17 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReviewTarget.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReviewTarget.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ReviewTarget.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SandboxMode.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SandboxMode.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SandboxMode.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SandboxMode.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SandboxPolicy.d.ts +21 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SandboxPolicy.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SandboxPolicy.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SandboxPolicy.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SandboxWorkspaceWrite.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SandboxWorkspaceWrite.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SandboxWorkspaceWrite.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SandboxWorkspaceWrite.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SendAddCreditsNudgeEmailParams.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SendAddCreditsNudgeEmailParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SendAddCreditsNudgeEmailParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SendAddCreditsNudgeEmailParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SendAddCreditsNudgeEmailResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SendAddCreditsNudgeEmailResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SendAddCreditsNudgeEmailResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SendAddCreditsNudgeEmailResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ServerRequestResolvedNotification.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ServerRequestResolvedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ServerRequestResolvedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ServerRequestResolvedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SessionSource.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SessionSource.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SessionSource.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SessionSource.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillDependencies.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillDependencies.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillDependencies.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillDependencies.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillErrorInfo.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillErrorInfo.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillErrorInfo.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillErrorInfo.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillInterface.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillInterface.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillInterface.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillInterface.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillMetadata.d.ts +18 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillMetadata.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillMetadata.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillMetadata.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillScope.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillScope.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillScope.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillScope.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillSummary.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillSummary.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillSummary.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillSummary.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillToolDependency.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillToolDependency.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillToolDependency.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillToolDependency.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsChangedNotification.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsChangedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsChangedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsChangedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsConfigWriteParams.d.ts +13 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsConfigWriteParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsConfigWriteParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsConfigWriteParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsConfigWriteResponse.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsConfigWriteResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsConfigWriteResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsConfigWriteResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListEntry.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListEntry.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListEntry.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListEntry.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListExtraRootsForCwd.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListExtraRootsForCwd.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListExtraRootsForCwd.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListExtraRootsForCwd.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListParams.d.ts +16 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SkillsListResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SortDirection.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SortDirection.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SortDirection.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/SortDirection.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TerminalInteractionNotification.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TerminalInteractionNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TerminalInteractionNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TerminalInteractionNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TextElement.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TextElement.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TextElement.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TextElement.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TextPosition.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TextPosition.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TextPosition.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TextPosition.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TextRange.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TextRange.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TextRange.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TextRange.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Thread.d.ts +76 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Thread.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Thread.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Thread.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadActiveFlag.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadActiveFlag.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadActiveFlag.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadActiveFlag.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadApproveGuardianDeniedActionParams.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadApproveGuardianDeniedActionParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadApproveGuardianDeniedActionParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadApproveGuardianDeniedActionParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadApproveGuardianDeniedActionResponse.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadApproveGuardianDeniedActionResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadApproveGuardianDeniedActionResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadApproveGuardianDeniedActionResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadArchiveParams.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadArchiveParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadArchiveParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadArchiveParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadArchiveResponse.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadArchiveResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadArchiveResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadArchiveResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadArchivedNotification.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadArchivedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadArchivedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadArchivedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadClosedNotification.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadClosedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadClosedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadClosedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadCompactStartParams.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadCompactStartParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadCompactStartParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadCompactStartParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadCompactStartResponse.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadCompactStartResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadCompactStartResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadCompactStartResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkParams.d.ts +54 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkResponse.d.ts +36 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadForkResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadInjectItemsParams.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadInjectItemsParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadInjectItemsParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadInjectItemsParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadInjectItemsResponse.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadInjectItemsResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadInjectItemsResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadInjectItemsResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadItem.d.ts +181 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadItem.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadItem.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadItem.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadListParams.d.ts +52 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadListParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadListParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadListParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadListResponse.d.ts +17 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadListResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadListResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadListResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadLoadedListParams.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadLoadedListParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadLoadedListParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadLoadedListParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadLoadedListResponse.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadLoadedListResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadLoadedListResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadLoadedListResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadMetadataGitInfoUpdateParams.d.ts +18 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadMetadataGitInfoUpdateParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadMetadataGitInfoUpdateParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadMetadataGitInfoUpdateParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadMetadataUpdateParams.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadMetadataUpdateParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadMetadataUpdateParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadMetadataUpdateParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadMetadataUpdateResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadMetadataUpdateResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadMetadataUpdateResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadMetadataUpdateResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadNameUpdatedNotification.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadNameUpdatedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadNameUpdatedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadNameUpdatedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadReadParams.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadReadParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadReadParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadReadParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadReadResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadReadResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadReadResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadReadResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeAudioChunk.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeAudioChunk.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeAudioChunk.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeAudioChunk.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeClosedNotification.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeClosedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeClosedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeClosedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeErrorNotification.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeErrorNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeErrorNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeErrorNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeItemAddedNotification.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeItemAddedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeItemAddedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeItemAddedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeOutputAudioDeltaNotification.d.ts +9 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeOutputAudioDeltaNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeOutputAudioDeltaNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeOutputAudioDeltaNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeSdpNotification.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeSdpNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeSdpNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeSdpNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeStartTransport.d.ts +14 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeStartTransport.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeStartTransport.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeStartTransport.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeStartedNotification.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeStartedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeStartedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeStartedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeTranscriptDeltaNotification.d.ts +13 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeTranscriptDeltaNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeTranscriptDeltaNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeTranscriptDeltaNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeTranscriptDoneNotification.d.ts +13 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeTranscriptDoneNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeTranscriptDoneNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRealtimeTranscriptDoneNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeParams.d.ts +63 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeResponse.d.ts +36 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadResumeResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRollbackParams.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRollbackParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRollbackParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRollbackParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRollbackResponse.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRollbackResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRollbackResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadRollbackResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSetNameParams.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSetNameParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSetNameParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSetNameParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSetNameResponse.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSetNameResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSetNameResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSetNameResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadShellCommandParams.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadShellCommandParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadShellCommandParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadShellCommandParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadShellCommandResponse.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadShellCommandResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadShellCommandResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadShellCommandResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSortKey.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSortKey.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSortKey.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSortKey.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSourceKind.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSourceKind.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSourceKind.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadSourceKind.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartParams.d.ts +42 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartResponse.d.ts +36 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartSource.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartSource.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartSource.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartSource.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartedNotification.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStartedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStatus.d.ts +12 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStatusChangedNotification.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStatusChangedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStatusChangedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadStatusChangedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTokenUsage.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTokenUsage.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTokenUsage.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTokenUsage.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTokenUsageUpdatedNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTokenUsageUpdatedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTokenUsageUpdatedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTokenUsageUpdatedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListParams.d.ts +17 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListResponse.d.ts +17 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadTurnsListResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnarchiveParams.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnarchiveParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnarchiveParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnarchiveParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnarchiveResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnarchiveResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnarchiveResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnarchiveResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnarchivedNotification.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnarchivedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnarchivedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnarchivedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnsubscribeParams.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnsubscribeParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnsubscribeParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnsubscribeParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnsubscribeResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnsubscribeResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnsubscribeResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnsubscribeResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnsubscribeStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnsubscribeStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnsubscribeStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ThreadUnsubscribeStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TokenUsageBreakdown.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TokenUsageBreakdown.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TokenUsageBreakdown.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TokenUsageBreakdown.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputAnswer.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputAnswer.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputAnswer.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputAnswer.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputOption.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputOption.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputOption.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputOption.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputParams.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputQuestion.d.ts +13 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputQuestion.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputQuestion.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputQuestion.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputResponse.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolRequestUserInputResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolsV2.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolsV2.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolsV2.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/ToolsV2.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Turn.d.ts +30 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Turn.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Turn.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/Turn.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnCompletedNotification.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnCompletedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnCompletedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnCompletedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnDiffUpdatedNotification.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnDiffUpdatedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnDiffUpdatedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnDiffUpdatedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnEnvironmentParams.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnEnvironmentParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnEnvironmentParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnEnvironmentParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnError.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnError.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnError.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnError.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnInterruptParams.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnInterruptParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnInterruptParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnInterruptParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnInterruptResponse.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnInterruptResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnInterruptResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnInterruptResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnPlanStep.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnPlanStep.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnPlanStep.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnPlanStep.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnPlanStepStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnPlanStepStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnPlanStepStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnPlanStepStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnPlanUpdatedNotification.d.ts +8 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnPlanUpdatedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnPlanUpdatedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnPlanUpdatedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStartParams.d.ts +59 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStartParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStartParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStartParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStartResponse.d.ts +5 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStartResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStartResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStartResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStartedNotification.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStartedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStartedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStartedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnSteerParams.d.ts +10 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnSteerParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnSteerParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnSteerParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnSteerResponse.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnSteerResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnSteerResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/TurnSteerResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/UserInput.d.ts +24 -0
- package/dist/ai/codexAppServer/schema/generated/v2/UserInput.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/UserInput.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/UserInput.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WarningNotification.d.ts +11 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WarningNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WarningNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WarningNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WebSearchAction.d.ts +15 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WebSearchAction.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WebSearchAction.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WebSearchAction.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxSetupCompletedNotification.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxSetupCompletedNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxSetupCompletedNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxSetupCompletedNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxSetupMode.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxSetupMode.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxSetupMode.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxSetupMode.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxSetupStartParams.d.ts +7 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxSetupStartParams.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxSetupStartParams.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxSetupStartParams.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxSetupStartResponse.d.ts +4 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxSetupStartResponse.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxSetupStartResponse.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsSandboxSetupStartResponse.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsWorldWritableWarningNotification.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsWorldWritableWarningNotification.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsWorldWritableWarningNotification.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WindowsWorldWritableWarningNotification.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WriteStatus.d.ts +2 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WriteStatus.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WriteStatus.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/WriteStatus.js.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/index.d.ts +409 -0
- package/dist/ai/codexAppServer/schema/generated/v2/index.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/generated/v2/index.js +3 -0
- package/dist/ai/codexAppServer/schema/generated/v2/index.js.map +1 -0
- package/dist/ai/codexAppServer/schema/index.d.ts +6 -0
- package/dist/ai/codexAppServer/schema/index.d.ts.map +1 -0
- package/dist/ai/codexAppServer/schema/index.js +6 -0
- package/dist/ai/codexAppServer/schema/index.js.map +1 -0
- package/dist/ai/codexAppServer/stdioTransport.d.ts +32 -0
- package/dist/ai/codexAppServer/stdioTransport.d.ts.map +1 -0
- package/dist/ai/codexAppServer/stdioTransport.js +111 -0
- package/dist/ai/codexAppServer/stdioTransport.js.map +1 -0
- package/dist/ai/codexAppServer/tokenAccounting.d.ts +76 -0
- package/dist/ai/codexAppServer/tokenAccounting.d.ts.map +1 -0
- package/dist/ai/codexAppServer/tokenAccounting.js +135 -0
- package/dist/ai/codexAppServer/tokenAccounting.js.map +1 -0
- package/dist/ai/codexAppServer/version.d.ts +7 -0
- package/dist/ai/codexAppServer/version.d.ts.map +1 -0
- package/dist/ai/codexAppServer/version.js +7 -0
- package/dist/ai/codexAppServer/version.js.map +1 -0
- package/dist/ai/codexLogin.d.ts +57 -0
- package/dist/ai/codexLogin.d.ts.map +1 -0
- package/dist/ai/codexLogin.js +240 -0
- package/dist/ai/codexLogin.js.map +1 -0
- package/dist/ai/enrichEntry.d.ts.map +1 -1
- package/dist/ai/enrichEntry.js +1 -0
- package/dist/ai/enrichEntry.js.map +1 -1
- package/dist/ai/provider.d.ts +24 -0
- package/dist/ai/provider.d.ts.map +1 -1
- package/dist/ai/sandboxMcpStdio.js +65 -4
- package/dist/ai/sandboxMcpStdio.js.map +1 -1
- package/dist/ai/sessionManager.d.ts +33 -0
- package/dist/ai/sessionManager.d.ts.map +1 -1
- package/dist/ai/sessionManager.js +286 -42
- package/dist/ai/sessionManager.js.map +1 -1
- package/dist/ai/sessionRegistry.d.ts +1 -0
- package/dist/ai/sessionRegistry.d.ts.map +1 -1
- package/dist/ai/sessionRegistry.js +25 -0
- package/dist/ai/sessionRegistry.js.map +1 -1
- package/dist/ai/systemPrompt.d.ts +3 -0
- package/dist/ai/systemPrompt.d.ts.map +1 -0
- package/dist/ai/systemPrompt.js +22 -0
- package/dist/ai/systemPrompt.js.map +1 -0
- package/dist/connection/e2eHarness.d.ts +185 -0
- package/dist/connection/e2eHarness.d.ts.map +1 -0
- package/dist/connection/e2eHarness.js +565 -0
- package/dist/connection/e2eHarness.js.map +1 -0
- package/dist/connection/fakeRelay.d.ts +77 -0
- package/dist/connection/fakeRelay.d.ts.map +1 -0
- package/dist/connection/fakeRelay.js +369 -0
- package/dist/connection/fakeRelay.js.map +1 -0
- package/dist/connection/relay.d.ts.map +1 -1
- package/dist/connection/relay.js +12 -0
- package/dist/connection/relay.js.map +1 -1
- package/dist/files/fileBrowser.d.ts +25 -0
- package/dist/files/fileBrowser.d.ts.map +1 -0
- package/dist/files/fileBrowser.js +186 -0
- package/dist/files/fileBrowser.js.map +1 -0
- package/dist/handlers/legacyBusAdapter.d.ts +35 -0
- package/dist/handlers/legacyBusAdapter.d.ts.map +1 -0
- package/dist/handlers/legacyBusAdapter.js +137 -0
- package/dist/handlers/legacyBusAdapter.js.map +1 -0
- package/dist/handlers/messageHandler.d.ts +101 -5
- package/dist/handlers/messageHandler.d.ts.map +1 -1
- package/dist/handlers/messageHandler.js +442 -60
- 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.d.ts.map +1 -1
- package/dist/service/run.js +61 -111
- package/dist/service/run.js.map +1 -1
- package/dist/service/types.js +1 -1
- package/dist/storage/eventStore.d.ts +17 -1
- package/dist/storage/eventStore.d.ts.map +1 -1
- package/dist/storage/eventStore.js +10 -0
- package/dist/storage/eventStore.js.map +1 -1
- package/dist/terminal/terminalManager.d.ts +48 -0
- package/dist/terminal/terminalManager.d.ts.map +1 -0
- package/dist/terminal/terminalManager.js +271 -0
- package/dist/terminal/terminalManager.js.map +1 -0
- package/package.json +6 -5
- package/dist/ai/codexSdkProvider.d.ts +0 -35
- package/dist/ai/codexSdkProvider.d.ts.map +0 -1
- package/dist/ai/codexSdkProvider.js +0 -422
- package/dist/ai/codexSdkProvider.js.map +0 -1
|
@@ -0,0 +1,565 @@
|
|
|
1
|
+
import { EventEmitter } from 'events';
|
|
2
|
+
import { gzip, gunzip } from 'zlib';
|
|
3
|
+
import { promisify } from 'util';
|
|
4
|
+
import { generateKeyPair, generateSigningKeyPair, encodeKeyPair, encodeBase64, decodeBase64, generateSessionDEK, encryptDEK, encryptWithSharedSecret, decryptWithSharedSecret, signKeyExchangeV2, parseMessage, serializeMessage, createMessage, } from '@sumicom/quicksave-shared';
|
|
5
|
+
import { MessageBusClient, MessageBusServer, } from '@sumicom/quicksave-message-bus';
|
|
6
|
+
import { AgentConnection } from './connection.js';
|
|
7
|
+
import { BusServerTransport } from '../messageBus/busServerTransport.js';
|
|
8
|
+
/**
|
|
9
|
+
* E2E test harness: spins up a real `AgentConnection` + `MessageBusServer`
|
|
10
|
+
* over a `FakeRelayHub`, and a real PWA-side `MessageBusClient` whose
|
|
11
|
+
* transport rides through the relay+encryption layers exactly like prod.
|
|
12
|
+
*
|
|
13
|
+
* Setup (per test file) requires three vi.mocks at the top:
|
|
14
|
+
*
|
|
15
|
+
* ```ts
|
|
16
|
+
* vi.mock('ws', () => ({ default: FakeWebSocket, WebSocket: FakeWebSocket }));
|
|
17
|
+
* vi.mock('../tombstoneCheck.js', () => ({
|
|
18
|
+
* checkTombstone: vi.fn().mockResolvedValue({ status: 'absent' }),
|
|
19
|
+
* hashPublicKey: vi.fn((pk: string) => `hash-${pk.slice(0, 8)}`),
|
|
20
|
+
* verifyTombstonePayload: vi.fn(),
|
|
21
|
+
* }));
|
|
22
|
+
* ```
|
|
23
|
+
*
|
|
24
|
+
* Plus a per-test temp `QUICKSAVE_HOME` (via `setQuicksaveDir`) so the real
|
|
25
|
+
* `config.ts` can write the agent's identity without colliding across tests.
|
|
26
|
+
*
|
|
27
|
+
* What this harness exercises end-to-end on the agent side:
|
|
28
|
+
* - `relay.ts` ws framing (compressed `{z}`, routed envelopes, signaling
|
|
29
|
+
* types like `pwa-bye` and `agent-status`)
|
|
30
|
+
* - `connection.ts` V2 key-exchange validation, TOFU pinning, DEK
|
|
31
|
+
* encryption / decryption, gzip + base64 framing, send-queue ordering
|
|
32
|
+
* - `BusServerTransport` ↔ `MessageBusServer` command/subscribe routing
|
|
33
|
+
*
|
|
34
|
+
* Out of scope (use other tests):
|
|
35
|
+
* - Tombstone HTTP catch-up path (mocked here, exercised in tombstoneCheck.test.ts)
|
|
36
|
+
* - PWA UI / store wiring (this harness sits at the bus layer)
|
|
37
|
+
* - Reconnect timing and exponential backoff (covered by relay.fakeHub.test.ts)
|
|
38
|
+
*/
|
|
39
|
+
const gzipAsync = promisify(gzip);
|
|
40
|
+
const gunzipAsync = promisify(gunzip);
|
|
41
|
+
/**
|
|
42
|
+
* Wire up `AgentConnection` + `BusServerTransport` + `MessageBusServer` for
|
|
43
|
+
* a single test agent. The caller is responsible for:
|
|
44
|
+
* 1. Calling `setQuicksaveDir(tempDir)` first
|
|
45
|
+
* 2. Calling `createDefaultConfig(...)` (or hand-crafting a config) so
|
|
46
|
+
* `loadConfig()` returns the same `{agentId, keyPair}` we pass in here
|
|
47
|
+
* 3. Mocking `'ws'` so `relay.ts`'s `new WebSocket(...)` reaches the hub
|
|
48
|
+
*
|
|
49
|
+
* Returns the live agent objects. After `start()` resolves, the agent is
|
|
50
|
+
* connected to the hub and waiting for a PWA to drive key-exchange.
|
|
51
|
+
*/
|
|
52
|
+
export function buildAgent(opts) {
|
|
53
|
+
const connection = new AgentConnection({
|
|
54
|
+
signalingServer: opts.signalingServer ?? 'ws://test',
|
|
55
|
+
agentId: opts.agentId,
|
|
56
|
+
keyPair: opts.agentKeyPair,
|
|
57
|
+
});
|
|
58
|
+
const transport = new BusServerTransport(connection);
|
|
59
|
+
const bus = new MessageBusServer(transport);
|
|
60
|
+
return {
|
|
61
|
+
agentId: opts.agentId,
|
|
62
|
+
publicKeyB64: opts.agentKeyPair.publicKey,
|
|
63
|
+
connection,
|
|
64
|
+
bus,
|
|
65
|
+
transport,
|
|
66
|
+
async start() {
|
|
67
|
+
await connection.start();
|
|
68
|
+
},
|
|
69
|
+
stop() {
|
|
70
|
+
connection.disconnect();
|
|
71
|
+
},
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Stand-in for a PWA tab on the message bus. Performs a real V2 key
|
|
76
|
+
* exchange against the agent (signing keypair + DEK encryption + base64
|
|
77
|
+
* framing exactly as the real PWA does), then exposes a real
|
|
78
|
+
* `MessageBusClient` whose transport pipes `bus:frame` envelopes through
|
|
79
|
+
* the encrypted+gzipped channel.
|
|
80
|
+
*
|
|
81
|
+
* The client's connect/disconnect events fire after `start()` completes
|
|
82
|
+
* so consumers can subscribe before issuing commands. Only one active
|
|
83
|
+
* agent per `FakePwa` — multi-agent flows aren't modeled here.
|
|
84
|
+
*/
|
|
85
|
+
export class FakePwa {
|
|
86
|
+
connectionId;
|
|
87
|
+
hub;
|
|
88
|
+
socket = null;
|
|
89
|
+
agentId;
|
|
90
|
+
agentPublicKey;
|
|
91
|
+
boxKeyPair;
|
|
92
|
+
signKeyPair;
|
|
93
|
+
sessionDEK = null;
|
|
94
|
+
/**
|
|
95
|
+
* Mirrors `WebSocketClient.AgentSession.keyExchangeComplete`. The agent's
|
|
96
|
+
* `key-exchange-ack` is delivered as plaintext JSON inside the routed
|
|
97
|
+
* envelope — distinguished from encrypted bus frames by this flag, not by
|
|
98
|
+
* inspecting the payload (the prod PWA does the same).
|
|
99
|
+
*/
|
|
100
|
+
keyExchangeComplete = false;
|
|
101
|
+
busTransport;
|
|
102
|
+
busClient;
|
|
103
|
+
startPromise = null;
|
|
104
|
+
events = new EventEmitter();
|
|
105
|
+
/**
|
|
106
|
+
* Serialize incoming routed-message processing so async decompress doesn't
|
|
107
|
+
* resolve out of order, mirroring `WebSocketClient.messageQueue`.
|
|
108
|
+
*/
|
|
109
|
+
incomingQueue = Promise.resolve();
|
|
110
|
+
constructor(opts) {
|
|
111
|
+
this.hub = opts.hub;
|
|
112
|
+
this.agentId = opts.agentId;
|
|
113
|
+
this.agentPublicKey = decodeBase64(opts.agentPublicKeyB64);
|
|
114
|
+
this.boxKeyPair = generateKeyPair();
|
|
115
|
+
this.signKeyPair = opts.signKeyPair ?? generateSigningKeyPair();
|
|
116
|
+
this.connectionId =
|
|
117
|
+
opts.connectionId ?? `pwa-${Math.random().toString(36).slice(2, 10)}`;
|
|
118
|
+
this.busTransport = new FakePwaBusTransport((frame) => this.sendBusFrame(frame));
|
|
119
|
+
this.busClient = new MessageBusClient(this.busTransport);
|
|
120
|
+
}
|
|
121
|
+
/** Base64-encoded Ed25519 signing public key (the PWA group's TOFU anchor). */
|
|
122
|
+
signingPublicKeyB64() {
|
|
123
|
+
return encodeBase64(this.signKeyPair.publicKey);
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* The Ed25519 signing keypair used for V2 key-exchange. Exposed so a test
|
|
127
|
+
* can pass it to a second `FakePwa` to simulate multiple tabs sharing a
|
|
128
|
+
* group identity (the agent TOFU-pins the first sigPubkey it sees and
|
|
129
|
+
* rejects later handshakes that don't match).
|
|
130
|
+
*/
|
|
131
|
+
groupSignKeyPair() {
|
|
132
|
+
return this.signKeyPair;
|
|
133
|
+
}
|
|
134
|
+
/** Base64-encoded X25519 box public key (used to derive `pwa:{key}`). */
|
|
135
|
+
boxPublicKeyB64() {
|
|
136
|
+
return encodeBase64(this.boxKeyPair.publicKey);
|
|
137
|
+
}
|
|
138
|
+
/**
|
|
139
|
+
* Attach to the relay, send `watch-agent`, complete key exchange, wait
|
|
140
|
+
* for the ack. Resolves once the bus transport is `connected`. Idempotent.
|
|
141
|
+
*/
|
|
142
|
+
start() {
|
|
143
|
+
if (this.startPromise)
|
|
144
|
+
return this.startPromise;
|
|
145
|
+
this.startPromise = this.doStart();
|
|
146
|
+
return this.startPromise;
|
|
147
|
+
}
|
|
148
|
+
async doStart() {
|
|
149
|
+
// The hub address and the `from` field of every routed envelope MUST
|
|
150
|
+
// match: the agent extracts `peerPWAPublicKey` from `from` to TOFU-pin
|
|
151
|
+
// and replies routed to that exact address. We use `connectionId` for
|
|
152
|
+
// both — by default it's `pwa-{random}`, which is opaque but stable.
|
|
153
|
+
this.socket = this.hub.attachPwa(this.connectionId);
|
|
154
|
+
await waitForOpen(this.socket);
|
|
155
|
+
this.socket.on('message', (data) => {
|
|
156
|
+
const text = typeof data === 'string' ? data : data.toString('utf-8');
|
|
157
|
+
this.incomingQueue = this.incomingQueue.then(() => this.handleIncoming(text));
|
|
158
|
+
});
|
|
159
|
+
this.socket.on('close', () => {
|
|
160
|
+
this.busTransport._fireDisconnected();
|
|
161
|
+
});
|
|
162
|
+
// Watch the agent so the hub will tell us when it's online (or now).
|
|
163
|
+
const ackPromise = new Promise((resolve) => this.events.once('key-exchange-ack', resolve));
|
|
164
|
+
this.sendRaw({ type: 'watch-agent', agentId: this.agentId });
|
|
165
|
+
// The hub replies synchronously with `agent-status`. If the agent is
|
|
166
|
+
// already attached we proceed to key-exchange immediately; otherwise we
|
|
167
|
+
// wait for an `agent-status: online=true` push.
|
|
168
|
+
await ackPromise;
|
|
169
|
+
this.busTransport._fireConnected();
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* Resolves when the next key-exchange ack is received. Used by reconnect
|
|
173
|
+
* tests to wait for the agent to come back up after a hub-induced
|
|
174
|
+
* disconnect.
|
|
175
|
+
*/
|
|
176
|
+
waitForReconnect() {
|
|
177
|
+
return new Promise((resolve) => this.events.once('key-exchange-ack', () => resolve()));
|
|
178
|
+
}
|
|
179
|
+
/** The bus client. Use `command()`, `subscribe()`, etc. as in production. */
|
|
180
|
+
bus() {
|
|
181
|
+
return this.busClient;
|
|
182
|
+
}
|
|
183
|
+
/** Tear down. Idempotent. */
|
|
184
|
+
close() {
|
|
185
|
+
this.socket?.close();
|
|
186
|
+
this.socket = null;
|
|
187
|
+
this.startPromise = null;
|
|
188
|
+
}
|
|
189
|
+
// -------------------------------------------------------------------------
|
|
190
|
+
// Internals
|
|
191
|
+
// -------------------------------------------------------------------------
|
|
192
|
+
async handleIncoming(text) {
|
|
193
|
+
let parsed;
|
|
194
|
+
try {
|
|
195
|
+
parsed = JSON.parse(text);
|
|
196
|
+
}
|
|
197
|
+
catch {
|
|
198
|
+
return;
|
|
199
|
+
}
|
|
200
|
+
if (typeof parsed !== 'object' || parsed === null)
|
|
201
|
+
return;
|
|
202
|
+
const obj = parsed;
|
|
203
|
+
// Routed envelope from the agent: either key-exchange-ack JSON or an
|
|
204
|
+
// encrypted bus frame.
|
|
205
|
+
if (typeof obj.from === 'string' &&
|
|
206
|
+
typeof obj.to === 'string' &&
|
|
207
|
+
'payload' in obj) {
|
|
208
|
+
await this.handleRoutedPayload(obj.payload);
|
|
209
|
+
return;
|
|
210
|
+
}
|
|
211
|
+
// Signaling messages from the relay.
|
|
212
|
+
if (obj.type === 'agent-status') {
|
|
213
|
+
const payload = obj.payload;
|
|
214
|
+
if (payload.agentId !== this.agentId)
|
|
215
|
+
return;
|
|
216
|
+
if (payload.online) {
|
|
217
|
+
// Either first-time online or a reconnect — either way, start a
|
|
218
|
+
// fresh V2 handshake. `startKeyExchange` resets DEK + the
|
|
219
|
+
// `keyExchangeComplete` flag itself.
|
|
220
|
+
await this.startKeyExchange();
|
|
221
|
+
}
|
|
222
|
+
else {
|
|
223
|
+
// Agent went offline (relay closed its socket). Mirror the prod
|
|
224
|
+
// PWA path: drop the session DEK so a stale-key encrypt can't
|
|
225
|
+
// happen, mark the bus transport disconnected so the PWA's
|
|
226
|
+
// `MessageBusClient.handleDisconnected` rejects in-flight commands
|
|
227
|
+
// and marks subscriptions wireActive=false. The next online push
|
|
228
|
+
// will trigger a fresh handshake.
|
|
229
|
+
this.sessionDEK = null;
|
|
230
|
+
this.keyExchangeComplete = false;
|
|
231
|
+
this.busTransport._fireDisconnected();
|
|
232
|
+
}
|
|
233
|
+
return;
|
|
234
|
+
}
|
|
235
|
+
if (obj.type === 'pwa-bye' || obj.type === 'bye') {
|
|
236
|
+
this.busTransport._fireDisconnected();
|
|
237
|
+
return;
|
|
238
|
+
}
|
|
239
|
+
// Other signaling types (peer-connected, peer-offline) are no-ops here.
|
|
240
|
+
}
|
|
241
|
+
async handleRoutedPayload(payload) {
|
|
242
|
+
// Pre-ack window: the agent sends `key-exchange-ack` as plaintext JSON
|
|
243
|
+
// inside the routed envelope. We track an explicit `keyExchangeComplete`
|
|
244
|
+
// flag rather than inspecting `sessionDEK`, because we generate the DEK
|
|
245
|
+
// before sending the key-exchange and would otherwise fall through to
|
|
246
|
+
// the decrypt path with a payload that isn't ciphertext.
|
|
247
|
+
if (!this.keyExchangeComplete) {
|
|
248
|
+
try {
|
|
249
|
+
const obj = JSON.parse(payload);
|
|
250
|
+
if (obj.type === 'key-exchange-ack' && obj.version === 2) {
|
|
251
|
+
this.keyExchangeComplete = true;
|
|
252
|
+
// Idempotent: returns early if the bus transport is already
|
|
253
|
+
// connected (e.g. on the very first ack `doStart` already awaits
|
|
254
|
+
// the same event and calls this itself; no harm in firing twice).
|
|
255
|
+
this.busTransport._fireConnected();
|
|
256
|
+
this.events.emit('key-exchange-ack');
|
|
257
|
+
return;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
catch {
|
|
261
|
+
// Agent shouldn't send anything else before ack, but be permissive.
|
|
262
|
+
}
|
|
263
|
+
return;
|
|
264
|
+
}
|
|
265
|
+
if (!this.sessionDEK)
|
|
266
|
+
return;
|
|
267
|
+
let plaintext;
|
|
268
|
+
try {
|
|
269
|
+
plaintext = decryptWithSharedSecret(payload, this.sessionDEK);
|
|
270
|
+
}
|
|
271
|
+
catch (err) {
|
|
272
|
+
console.error('FakePwa: decrypt failed', err);
|
|
273
|
+
return;
|
|
274
|
+
}
|
|
275
|
+
let buffer;
|
|
276
|
+
try {
|
|
277
|
+
buffer = Buffer.from(plaintext, 'base64');
|
|
278
|
+
}
|
|
279
|
+
catch {
|
|
280
|
+
return;
|
|
281
|
+
}
|
|
282
|
+
let decompressed;
|
|
283
|
+
try {
|
|
284
|
+
decompressed = await gunzipAsync(buffer);
|
|
285
|
+
}
|
|
286
|
+
catch (err) {
|
|
287
|
+
console.error('FakePwa: gunzip failed', err);
|
|
288
|
+
return;
|
|
289
|
+
}
|
|
290
|
+
let message;
|
|
291
|
+
try {
|
|
292
|
+
message = parseMessage(decompressed.toString('utf-8'));
|
|
293
|
+
}
|
|
294
|
+
catch {
|
|
295
|
+
return;
|
|
296
|
+
}
|
|
297
|
+
if (message.type === 'bus:frame') {
|
|
298
|
+
this.busTransport._receive(message.payload);
|
|
299
|
+
return;
|
|
300
|
+
}
|
|
301
|
+
// Other message types (handshake:ack, etc.) are not modeled in this
|
|
302
|
+
// harness — the e2e tests focus on the bus layer.
|
|
303
|
+
}
|
|
304
|
+
async startKeyExchange() {
|
|
305
|
+
// Generate session DEK + sign the V2 envelope exactly like the PWA does.
|
|
306
|
+
const dek = generateSessionDEK();
|
|
307
|
+
this.sessionDEK = dek;
|
|
308
|
+
const encryptedDEK = encryptDEK(dek, this.agentPublicKey);
|
|
309
|
+
const timestamp = Date.now();
|
|
310
|
+
const { sigPubkey, signature } = signKeyExchangeV2({
|
|
311
|
+
agentId: this.agentId,
|
|
312
|
+
encryptedDEK,
|
|
313
|
+
timestamp,
|
|
314
|
+
signingPublicKey: this.signKeyPair.publicKey,
|
|
315
|
+
signingSecretKey: this.signKeyPair.secretKey,
|
|
316
|
+
encodeBase64,
|
|
317
|
+
});
|
|
318
|
+
const payload = JSON.stringify({
|
|
319
|
+
type: 'key-exchange',
|
|
320
|
+
version: 2,
|
|
321
|
+
encryptedDEK,
|
|
322
|
+
timestamp,
|
|
323
|
+
sigPubkey,
|
|
324
|
+
signature,
|
|
325
|
+
});
|
|
326
|
+
this.sendRouted(payload);
|
|
327
|
+
}
|
|
328
|
+
sendRaw(obj) {
|
|
329
|
+
if (!this.socket)
|
|
330
|
+
return;
|
|
331
|
+
this.socket.send(JSON.stringify(obj));
|
|
332
|
+
}
|
|
333
|
+
sendRouted(payload) {
|
|
334
|
+
if (!this.socket)
|
|
335
|
+
return;
|
|
336
|
+
const envelope = {
|
|
337
|
+
from: `pwa:${this.connectionId}`,
|
|
338
|
+
to: `agent:${this.agentId}`,
|
|
339
|
+
payload,
|
|
340
|
+
};
|
|
341
|
+
this.socket.send(JSON.stringify(envelope));
|
|
342
|
+
}
|
|
343
|
+
/**
|
|
344
|
+
* Called by the bus transport: wraps a `ClientFrame` in a `bus:frame`
|
|
345
|
+
* Message, gzips, encrypts with the session DEK, sends as a routed
|
|
346
|
+
* envelope. Mirrors `AgentConnection.send()` in reverse.
|
|
347
|
+
*/
|
|
348
|
+
async sendBusFrame(frame) {
|
|
349
|
+
if (!this.sessionDEK) {
|
|
350
|
+
throw new Error('FakePwa: bus frame sent before key exchange');
|
|
351
|
+
}
|
|
352
|
+
const wrapper = createMessage('bus:frame', frame);
|
|
353
|
+
const serialized = serializeMessage(wrapper);
|
|
354
|
+
const compressed = await gzipAsync(Buffer.from(serialized));
|
|
355
|
+
const compressedBase64 = compressed.toString('base64');
|
|
356
|
+
const encrypted = encryptWithSharedSecret(compressedBase64, this.sessionDEK);
|
|
357
|
+
this.sendRouted(encrypted);
|
|
358
|
+
}
|
|
359
|
+
}
|
|
360
|
+
// ---------------------------------------------------------------------------
|
|
361
|
+
// Bus transport adapter (PWA side)
|
|
362
|
+
// ---------------------------------------------------------------------------
|
|
363
|
+
class FakePwaBusTransport {
|
|
364
|
+
dispatch;
|
|
365
|
+
connected = false;
|
|
366
|
+
frameHandlers = [];
|
|
367
|
+
connectHandlers = [];
|
|
368
|
+
disconnectHandlers = [];
|
|
369
|
+
outboundQueue = Promise.resolve();
|
|
370
|
+
/** `dispatch` runs the encrypt+send pipeline; rejection means crypto/IO error. */
|
|
371
|
+
constructor(dispatch) {
|
|
372
|
+
this.dispatch = dispatch;
|
|
373
|
+
}
|
|
374
|
+
isConnected() {
|
|
375
|
+
return this.connected;
|
|
376
|
+
}
|
|
377
|
+
send(frame) {
|
|
378
|
+
// Serialize outbound dispatch so multi-frame burst preserves order, the
|
|
379
|
+
// way `AgentConnection.sendQueues` does on the agent side.
|
|
380
|
+
this.outboundQueue = this.outboundQueue
|
|
381
|
+
.then(() => this.dispatch(frame))
|
|
382
|
+
.catch((err) => {
|
|
383
|
+
console.error('FakePwaBusTransport: dispatch failed', err);
|
|
384
|
+
});
|
|
385
|
+
}
|
|
386
|
+
onFrame(handler) {
|
|
387
|
+
this.frameHandlers.push(handler);
|
|
388
|
+
}
|
|
389
|
+
onConnected(handler) {
|
|
390
|
+
this.connectHandlers.push(handler);
|
|
391
|
+
}
|
|
392
|
+
onDisconnected(handler) {
|
|
393
|
+
this.disconnectHandlers.push(handler);
|
|
394
|
+
}
|
|
395
|
+
_receive(frame) {
|
|
396
|
+
for (const h of this.frameHandlers)
|
|
397
|
+
h(frame);
|
|
398
|
+
}
|
|
399
|
+
_fireConnected() {
|
|
400
|
+
if (this.connected)
|
|
401
|
+
return;
|
|
402
|
+
this.connected = true;
|
|
403
|
+
for (const h of this.connectHandlers)
|
|
404
|
+
h();
|
|
405
|
+
}
|
|
406
|
+
_fireDisconnected() {
|
|
407
|
+
if (!this.connected)
|
|
408
|
+
return;
|
|
409
|
+
this.connected = false;
|
|
410
|
+
for (const h of this.disconnectHandlers)
|
|
411
|
+
h();
|
|
412
|
+
}
|
|
413
|
+
}
|
|
414
|
+
// ---------------------------------------------------------------------------
|
|
415
|
+
// Helpers
|
|
416
|
+
// ---------------------------------------------------------------------------
|
|
417
|
+
/** Generate a fresh agent identity. Real crypto. */
|
|
418
|
+
export function makeAgentIdentity() {
|
|
419
|
+
return {
|
|
420
|
+
// Random id is fine; nothing else in tests cares about format.
|
|
421
|
+
agentId: `agent-${Math.random().toString(36).slice(2, 10)}`,
|
|
422
|
+
keyPair: encodeKeyPair(generateKeyPair()),
|
|
423
|
+
signKeyPair: encodeKeyPair(generateSigningKeyPair()),
|
|
424
|
+
};
|
|
425
|
+
}
|
|
426
|
+
function waitForOpen(socket) {
|
|
427
|
+
return new Promise((resolve) => {
|
|
428
|
+
if (socket.readyState === 1) {
|
|
429
|
+
// Already open — flush a microtask so listeners attach first.
|
|
430
|
+
queueMicrotask(() => resolve());
|
|
431
|
+
return;
|
|
432
|
+
}
|
|
433
|
+
socket.once('open', () => resolve());
|
|
434
|
+
});
|
|
435
|
+
}
|
|
436
|
+
export class StubProvider {
|
|
437
|
+
id;
|
|
438
|
+
historyMode;
|
|
439
|
+
generateSessionId;
|
|
440
|
+
counter = 0;
|
|
441
|
+
sessions = new Map();
|
|
442
|
+
constructor(opts = {}) {
|
|
443
|
+
this.id = opts.id ?? 'claude-code';
|
|
444
|
+
this.historyMode = opts.historyMode ?? 'memory';
|
|
445
|
+
this.generateSessionId =
|
|
446
|
+
opts.generateSessionId ??
|
|
447
|
+
(() => `stub-${Date.now()}-${++this.counter}`);
|
|
448
|
+
}
|
|
449
|
+
async startSession(opts, cardBuilder, callbacks) {
|
|
450
|
+
const sessionId = this.generateSessionId();
|
|
451
|
+
const session = this.makeSession(sessionId, opts.cwd, opts.streamId, cardBuilder, callbacks);
|
|
452
|
+
session.receivedPrompts.push(opts.prompt);
|
|
453
|
+
return { sessionId, session: this.toProviderSession(session) };
|
|
454
|
+
}
|
|
455
|
+
async resumeSession(opts, cardBuilder, callbacks) {
|
|
456
|
+
const session = this.makeSession(opts.sessionId, opts.cwd, opts.streamId, cardBuilder, callbacks);
|
|
457
|
+
session.receivedPrompts.push(opts.prompt);
|
|
458
|
+
return { sessionId: opts.sessionId, session: this.toProviderSession(session) };
|
|
459
|
+
}
|
|
460
|
+
// ── Test API ────────────────────────────────────────────────────────────
|
|
461
|
+
/** Push a `card-event` for a given session. Throws if the session is not active. */
|
|
462
|
+
emitCard(sessionId, event) {
|
|
463
|
+
const s = this.requireSession(sessionId);
|
|
464
|
+
s.callbacks.emitCardEvent(event);
|
|
465
|
+
}
|
|
466
|
+
/** Fire `card-stream-end` and mark the session inactive (mirrors the
|
|
467
|
+
* provider exiting). */
|
|
468
|
+
finishStream(sessionId, result) {
|
|
469
|
+
const s = this.requireSession(sessionId);
|
|
470
|
+
s.alive = false;
|
|
471
|
+
const full = {
|
|
472
|
+
streamId: s.streamId,
|
|
473
|
+
sessionId,
|
|
474
|
+
...result,
|
|
475
|
+
};
|
|
476
|
+
s.callbacks.emitStreamEnd(full);
|
|
477
|
+
s.callbacks.onSessionExited?.(sessionId, this.toProviderSession(s));
|
|
478
|
+
}
|
|
479
|
+
/** Inspect what `sendUserMessage` calls the provider has received. */
|
|
480
|
+
promptsFor(sessionId) {
|
|
481
|
+
return [...this.requireSession(sessionId).receivedPrompts];
|
|
482
|
+
}
|
|
483
|
+
/** Whether `interrupt()` was called. */
|
|
484
|
+
wasInterrupted(sessionId) {
|
|
485
|
+
return this.requireSession(sessionId).interrupted;
|
|
486
|
+
}
|
|
487
|
+
/** Whether `kill()` was called. */
|
|
488
|
+
wasKilled(sessionId) {
|
|
489
|
+
return this.requireSession(sessionId).killed;
|
|
490
|
+
}
|
|
491
|
+
// ── Internals ───────────────────────────────────────────────────────────
|
|
492
|
+
makeSession(sessionId, cwd, streamId, cardBuilder, callbacks) {
|
|
493
|
+
const session = {
|
|
494
|
+
sessionId,
|
|
495
|
+
cwd,
|
|
496
|
+
streamId,
|
|
497
|
+
cardBuilder,
|
|
498
|
+
callbacks,
|
|
499
|
+
alive: true,
|
|
500
|
+
receivedPrompts: [],
|
|
501
|
+
interrupted: false,
|
|
502
|
+
killed: false,
|
|
503
|
+
};
|
|
504
|
+
this.sessions.set(sessionId, session);
|
|
505
|
+
return session;
|
|
506
|
+
}
|
|
507
|
+
toProviderSession(s) {
|
|
508
|
+
return {
|
|
509
|
+
get alive() {
|
|
510
|
+
return s.alive;
|
|
511
|
+
},
|
|
512
|
+
sendUserMessage(prompt) {
|
|
513
|
+
s.receivedPrompts.push(prompt);
|
|
514
|
+
},
|
|
515
|
+
interrupt() {
|
|
516
|
+
s.interrupted = true;
|
|
517
|
+
},
|
|
518
|
+
kill() {
|
|
519
|
+
s.killed = true;
|
|
520
|
+
s.alive = false;
|
|
521
|
+
},
|
|
522
|
+
};
|
|
523
|
+
}
|
|
524
|
+
requireSession(sessionId) {
|
|
525
|
+
const s = this.sessions.get(sessionId);
|
|
526
|
+
if (!s)
|
|
527
|
+
throw new Error(`StubProvider: no session ${sessionId}`);
|
|
528
|
+
return s;
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
// ---------------------------------------------------------------------------
|
|
532
|
+
// wireSessionBus — minimal subset of `service/run.ts`'s session-bus wiring
|
|
533
|
+
// for tests. Registers `/sessions/active`, `/sessions/:sessionId/cards`,
|
|
534
|
+
// `/preferences`, `/sessions/config` subscriptions and forwards SessionManager
|
|
535
|
+
// events onto the bus. No push-notify, no event-store, no session registry
|
|
536
|
+
// side effects — the harness focuses on the bus surface.
|
|
537
|
+
// ---------------------------------------------------------------------------
|
|
538
|
+
export function wireSessionBus(bus, sessionManager) {
|
|
539
|
+
bus.onSubscribe('/sessions/active', { snapshot: () => sessionManager.snapshotActiveSessions() });
|
|
540
|
+
bus.onSubscribe('/sessions/:sessionId/cards', {
|
|
541
|
+
snapshot: async ({ params }) => {
|
|
542
|
+
const sessionId = params.sessionId;
|
|
543
|
+
const cwd = sessionManager.getSessionCwd(sessionId) ?? '';
|
|
544
|
+
return sessionManager.getCards(sessionId, cwd, 0, 50);
|
|
545
|
+
},
|
|
546
|
+
});
|
|
547
|
+
bus.onSubscribe('/preferences', { snapshot: () => sessionManager.getPreferences() });
|
|
548
|
+
bus.onSubscribe('/sessions/config', { snapshot: () => sessionManager.getAllSessionConfigs() });
|
|
549
|
+
sessionManager.on('card-event', (event) => {
|
|
550
|
+
bus.publish(`/sessions/${event.sessionId}/cards`, { kind: 'card', event });
|
|
551
|
+
});
|
|
552
|
+
sessionManager.on('card-stream-end', (result) => {
|
|
553
|
+
bus.publish(`/sessions/${result.sessionId}/cards`, { kind: 'stream-end', result });
|
|
554
|
+
});
|
|
555
|
+
sessionManager.on('session-updated', (payload) => {
|
|
556
|
+
bus.publish('/sessions/active', payload);
|
|
557
|
+
});
|
|
558
|
+
sessionManager.on('preferences-updated', (prefs) => {
|
|
559
|
+
bus.publish('/preferences', prefs);
|
|
560
|
+
});
|
|
561
|
+
sessionManager.on('session-config-updated', (payload) => {
|
|
562
|
+
bus.publish('/sessions/config', payload);
|
|
563
|
+
});
|
|
564
|
+
}
|
|
565
|
+
//# sourceMappingURL=e2eHarness.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"e2eHarness.js","sourceRoot":"","sources":["../../src/connection/e2eHarness.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { EventEmitter } from 'events';
|
|
2
|
+
export interface FakeRelayPeer {
|
|
3
|
+
channel: 'agent' | 'pwa';
|
|
4
|
+
id: string;
|
|
5
|
+
/** Routing address as the relay would render it: e.g. `agent:abc` / `pwa:xyz`. */
|
|
6
|
+
address: string;
|
|
7
|
+
socket: FakeWsSocket;
|
|
8
|
+
}
|
|
9
|
+
/** Subset of the `ws` WebSocket API that `relay.ts` uses. */
|
|
10
|
+
export declare class FakeWsSocket extends EventEmitter {
|
|
11
|
+
readyState: number;
|
|
12
|
+
/** Set by the hub during `attach`; null once closed. */
|
|
13
|
+
private hub;
|
|
14
|
+
private address;
|
|
15
|
+
constructor(hub: FakeRelayHub, address: string);
|
|
16
|
+
send(data: string | Buffer | ArrayBuffer | Uint8Array): void;
|
|
17
|
+
ping(): void;
|
|
18
|
+
terminate(): void;
|
|
19
|
+
close(): void;
|
|
20
|
+
/**
|
|
21
|
+
* Internal: deliver a frame from the hub to this socket. Always async via
|
|
22
|
+
* microtask so the hub stays consistent and listeners can attach in order.
|
|
23
|
+
*/
|
|
24
|
+
_deliver(payload: string | Buffer): void;
|
|
25
|
+
/**
|
|
26
|
+
* Internal: simulate the relay closing this socket. Fires `close` once.
|
|
27
|
+
* No-op on repeat. The `reason` is informational only.
|
|
28
|
+
*/
|
|
29
|
+
_close(_reason: string): void;
|
|
30
|
+
}
|
|
31
|
+
export declare class FakeRelayHub {
|
|
32
|
+
private peers;
|
|
33
|
+
private agentWatchers;
|
|
34
|
+
private tombstoneSubs;
|
|
35
|
+
/** Most-recent tombstone payload per keyHash for late-subscriber replay. */
|
|
36
|
+
private tombstonePayloads;
|
|
37
|
+
/** Register an agent peer at `agent:{agentId}`. Throws on duplicate. */
|
|
38
|
+
attachAgent(agentId: string): FakeWsSocket;
|
|
39
|
+
/**
|
|
40
|
+
* Register a PWA peer at `pwa:{connectionId}`. The relay's `pwa` channel
|
|
41
|
+
* decodes percent-encoded ids; we accept whatever the test passes. Throws
|
|
42
|
+
* on duplicate id (the prod relay's `pwa` channel uses 'replace' semantics
|
|
43
|
+
* but the duplicate case isn't relevant for the e2e flows we model here).
|
|
44
|
+
*/
|
|
45
|
+
attachPwa(connectionId: string): FakeWsSocket;
|
|
46
|
+
/**
|
|
47
|
+
* Test hook: simulate the relay receiving a tombstone for `keyHash` and
|
|
48
|
+
* fanning it out to every subscribed agent. Mirrors the real relay's HTTP
|
|
49
|
+
* upload path → `tombstoneSubs.publish`.
|
|
50
|
+
*/
|
|
51
|
+
publishTombstone(keyHash: string, ciphertext: string): void;
|
|
52
|
+
/** Number of currently attached peers in either channel. */
|
|
53
|
+
peerCount(): number;
|
|
54
|
+
/** Inspect attached peers for assertions. */
|
|
55
|
+
listPeers(): FakeRelayPeer[];
|
|
56
|
+
/**
|
|
57
|
+
* Tear everything down. Fires `close` on each peer socket. Tests should
|
|
58
|
+
* call this in `afterEach` to keep state isolated.
|
|
59
|
+
*/
|
|
60
|
+
close(): void;
|
|
61
|
+
_handleClientSend(fromAddress: string, raw: string | Buffer | ArrayBuffer | Uint8Array): void;
|
|
62
|
+
_removePeer(address: string): void;
|
|
63
|
+
private _sendSignal;
|
|
64
|
+
}
|
|
65
|
+
export declare function setActiveFakeRelayHub(hub: FakeRelayHub | null): void;
|
|
66
|
+
export declare function getActiveFakeRelayHub(): FakeRelayHub | null;
|
|
67
|
+
/**
|
|
68
|
+
* Constructor that satisfies `new WebSocket(url)` for the production
|
|
69
|
+
* `relay.ts` code path. Picks the channel + id off the URL path; the URL
|
|
70
|
+
* scheme/host is ignored (e.g. `ws://test/agent/abc` → channel=agent, id=abc).
|
|
71
|
+
*
|
|
72
|
+
* Use with `vi.mock('ws', () => ({ default: FakeWebSocket }))` — vitest
|
|
73
|
+
* resolves the mock at module-load time, so `setActiveFakeRelayHub` must run
|
|
74
|
+
* before the production code instantiates a socket.
|
|
75
|
+
*/
|
|
76
|
+
export declare const FakeWebSocket: new (url: string) => FakeWsSocket;
|
|
77
|
+
//# sourceMappingURL=fakeRelay.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fakeRelay.d.ts","sourceRoot":"","sources":["../../src/connection/fakeRelay.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,YAAY,EAAE,MAAM,QAAQ,CAAC;AA8BtC,MAAM,WAAW,aAAa;IAC5B,OAAO,EAAE,OAAO,GAAG,KAAK,CAAC;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,kFAAkF;IAClF,OAAO,EAAE,MAAM,CAAC;IAChB,MAAM,EAAE,YAAY,CAAC;CACtB;AAED,6DAA6D;AAC7D,qBAAa,YAAa,SAAQ,YAAY;IAC5C,UAAU,SAAW;IACrB,wDAAwD;IACxD,OAAO,CAAC,GAAG,CAAsB;IACjC,OAAO,CAAC,OAAO,CAAS;gBAEZ,GAAG,EAAE,YAAY,EAAE,OAAO,EAAE,MAAM;IAQ9C,IAAI,CAAC,IAAI,EAAE,MAAM,GAAG,MAAM,GAAG,WAAW,GAAG,UAAU,GAAG,IAAI;IAO5D,IAAI,IAAI,IAAI;IAKZ,SAAS,IAAI,IAAI;IAIjB,KAAK,IAAI,IAAI;IAIb;;;OAGG;IACH,QAAQ,CAAC,OAAO,EAAE,MAAM,GAAG,MAAM,GAAG,IAAI;IAQxC;;;OAGG;IACH,MAAM,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;CAS9B;AAYD,qBAAa,YAAY;IACvB,OAAO,CAAC,KAAK,CAAoC;IACjD,OAAO,CAAC,aAAa,CAAoD;IACzE,OAAO,CAAC,aAAa,CAGjB;IACJ,4EAA4E;IAC5E,OAAO,CAAC,iBAAiB,CAAyC;IAElE,wEAAwE;IACxE,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,YAAY;IAqB1C;;;;;OAKG;IACH,SAAS,CAAC,YAAY,EAAE,MAAM,GAAG,YAAY;IAgB7C;;;;OAIG;IACH,gBAAgB,CAAC,OAAO,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,IAAI;IAY3D,4DAA4D;IAC5D,SAAS,IAAI,MAAM;IAInB,6CAA6C;IAC7C,SAAS,IAAI,aAAa,EAAE;IAI5B;;;OAGG;IACH,KAAK,IAAI,IAAI;IAcb,iBAAiB,CACf,WAAW,EAAE,MAAM,EACnB,GAAG,EAAE,MAAM,GAAG,MAAM,GAAG,WAAW,GAAG,UAAU,GAC9C,IAAI;IAoFP,WAAW,CAAC,OAAO,EAAE,MAAM,GAAG,IAAI;IAuClC,OAAO,CAAC,WAAW;CAKpB;AAsBD,wBAAgB,qBAAqB,CAAC,GAAG,EAAE,YAAY,GAAG,IAAI,GAAG,IAAI,CAEpE;AAED,wBAAgB,qBAAqB,IAAI,YAAY,GAAG,IAAI,CAE3D;AAED;;;;;;;;GAQG;AACH,eAAO,MAAM,aAAa,EAAE,KAAK,GAAG,EAAE,MAAM,KAAK,YAaE,CAAC"}
|