@sumicom/quicksave 0.8.2 → 0.8.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ai/claudeCliProvider.d.ts +11 -0
- package/dist/ai/claudeCliProvider.d.ts.map +1 -1
- package/dist/ai/claudeCliProvider.js +72 -10
- 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/approvalMapping.d.ts +15 -0
- package/dist/ai/codexAppServer/approvalMapping.d.ts.map +1 -0
- package/dist/ai/codexAppServer/approvalMapping.js +93 -0
- package/dist/ai/codexAppServer/approvalMapping.js.map +1 -0
- 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 +64 -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 +423 -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/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 +30 -1
- package/dist/ai/provider.d.ts.map +1 -1
- package/dist/ai/provider.js +56 -1
- package/dist/ai/provider.js.map +1 -1
- package/dist/ai/sandboxMcpStdio.js +65 -4
- package/dist/ai/sandboxMcpStdio.js.map +1 -1
- package/dist/ai/sessionManager.d.ts +29 -1
- package/dist/ai/sessionManager.d.ts.map +1 -1
- package/dist/ai/sessionManager.js +242 -57
- 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/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 +62 -38
- package/dist/handlers/messageHandler.d.ts.map +1 -1
- package/dist/handlers/messageHandler.js +202 -169
- 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 +22 -125
- 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.map +1 -1
- package/dist/terminal/terminalManager.js +41 -14
- package/dist/terminal/terminalManager.js.map +1 -1
- package/package.json +5 -5
- package/dist/ai/codexSdkProvider.d.ts +0 -35
- package/dist/ai/codexSdkProvider.d.ts.map +0 -1
- package/dist/ai/codexSdkProvider.js +0 -483
- package/dist/ai/codexSdkProvider.js.map +0 -1
|
@@ -0,0 +1,707 @@
|
|
|
1
|
+
import { TokenAccounting } from './tokenAccounting.js';
|
|
2
|
+
/** Debounce window for assistant text streaming — matches the SDK
|
|
3
|
+
* provider's `FLUSH_INTERVAL_MS` so the user-visible "typing" cadence
|
|
4
|
+
* stays identical between backends. */
|
|
5
|
+
const FLUSH_INTERVAL_MS = 150;
|
|
6
|
+
const TOOL_RESULT_TRUNCATE_LENGTH = 500; // matches cardBuilder.ts
|
|
7
|
+
/** How long to wait at `turn/completed` time for a matching
|
|
8
|
+
* `thread/tokenUsage/updated` notification before giving up and emitting
|
|
9
|
+
* an empty usage block. 250 ms matches plan §5.2. */
|
|
10
|
+
const TURN_USAGE_GRACE_MS = 250;
|
|
11
|
+
function emptyState() {
|
|
12
|
+
return {
|
|
13
|
+
textBuffer: '',
|
|
14
|
+
textTimer: null,
|
|
15
|
+
agentMessageEmittedChars: new Map(),
|
|
16
|
+
reasoningEmittedChars: new Map(),
|
|
17
|
+
commandOutputBuffers: new Map(),
|
|
18
|
+
seenErrors: new Set(),
|
|
19
|
+
fileChangeCardsAdded: new Set(),
|
|
20
|
+
planCardId: null,
|
|
21
|
+
turnEnded: false,
|
|
22
|
+
};
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Subscribe to the RPC client's notification stream and translate v2
|
|
26
|
+
* notifications into `StreamCardBuilder` mutator calls.
|
|
27
|
+
*
|
|
28
|
+
* Returns once `turn/completed` arrives for `ctx.turnId`. The caller
|
|
29
|
+
* (provider's `runTurn`) handles user-cancel via `turn/interrupt`.
|
|
30
|
+
*
|
|
31
|
+
* IMPORTANT: this function is provider-only. It MUST NOT change the
|
|
32
|
+
* `Card` / `CardEvent` shapes the cardBuilder emits — those are the
|
|
33
|
+
* red-line contract. The dispatch table here matches plan §11's
|
|
34
|
+
* resolved mapping; if a v2 notification needs a new card variant,
|
|
35
|
+
* stop and add it to the cardBuilder API additively, then come back.
|
|
36
|
+
*/
|
|
37
|
+
export async function consumeAppServerStream(rpc, cb, ctx, callbacks) {
|
|
38
|
+
const state = emptyState();
|
|
39
|
+
const emit = (event) => {
|
|
40
|
+
if (event)
|
|
41
|
+
callbacks.emitCardEvent(event);
|
|
42
|
+
};
|
|
43
|
+
const flushText = () => {
|
|
44
|
+
if (state.textBuffer) {
|
|
45
|
+
emit(cb.assistantText(state.textBuffer));
|
|
46
|
+
state.textBuffer = '';
|
|
47
|
+
}
|
|
48
|
+
if (state.textTimer) {
|
|
49
|
+
clearTimeout(state.textTimer);
|
|
50
|
+
state.textTimer = null;
|
|
51
|
+
}
|
|
52
|
+
};
|
|
53
|
+
const bufferText = (delta) => {
|
|
54
|
+
if (!delta)
|
|
55
|
+
return;
|
|
56
|
+
state.textBuffer += delta;
|
|
57
|
+
if (!state.textTimer) {
|
|
58
|
+
state.textTimer = setTimeout(flushText, FLUSH_INTERVAL_MS);
|
|
59
|
+
}
|
|
60
|
+
};
|
|
61
|
+
const errorKey = (err) => `${stringifyErrorInfo(err.codexErrorInfo ?? null)}|${err.message ?? ''}`;
|
|
62
|
+
const emitErrorOnce = (err) => {
|
|
63
|
+
const key = errorKey(err);
|
|
64
|
+
if (state.seenErrors.has(key))
|
|
65
|
+
return;
|
|
66
|
+
state.seenErrors.add(key);
|
|
67
|
+
const message = err.message ?? '(no message)';
|
|
68
|
+
const event = cb.systemMessage(`Error: ${message}`, 'error');
|
|
69
|
+
emit(event);
|
|
70
|
+
};
|
|
71
|
+
// Resolution promise — settled when turn/completed for our turnId arrives.
|
|
72
|
+
let resolveResult;
|
|
73
|
+
const result = new Promise((resolve) => {
|
|
74
|
+
resolveResult = resolve;
|
|
75
|
+
});
|
|
76
|
+
const dispatch = (notification) => {
|
|
77
|
+
if (state.turnEnded)
|
|
78
|
+
return;
|
|
79
|
+
try {
|
|
80
|
+
handleNotification(notification);
|
|
81
|
+
}
|
|
82
|
+
catch (err) {
|
|
83
|
+
// Adapter must not crash the provider's run loop. Log and continue.
|
|
84
|
+
emit(cb.systemMessage(`Internal adapter error on ${notification.method}: ${err instanceof Error ? err.message : String(err)}`, 'error'));
|
|
85
|
+
}
|
|
86
|
+
};
|
|
87
|
+
const handleNotification = (notification) => {
|
|
88
|
+
switch (notification.method) {
|
|
89
|
+
case 'turn/started':
|
|
90
|
+
// No-op; provider already created the user card.
|
|
91
|
+
return;
|
|
92
|
+
case 'turn/completed': {
|
|
93
|
+
const params = notification.params;
|
|
94
|
+
if (params.turn.id !== ctx.turnId)
|
|
95
|
+
return;
|
|
96
|
+
void finalize(params.turn.status, params.turn.error ?? undefined);
|
|
97
|
+
return;
|
|
98
|
+
}
|
|
99
|
+
case 'thread/tokenUsage/updated': {
|
|
100
|
+
const params = notification.params;
|
|
101
|
+
ctx.tokens.observe(params);
|
|
102
|
+
return;
|
|
103
|
+
}
|
|
104
|
+
case 'item/started': {
|
|
105
|
+
const params = notification.params;
|
|
106
|
+
if (params.turnId !== ctx.turnId)
|
|
107
|
+
return;
|
|
108
|
+
handleItemStarted(params.item);
|
|
109
|
+
return;
|
|
110
|
+
}
|
|
111
|
+
case 'item/completed': {
|
|
112
|
+
const params = notification.params;
|
|
113
|
+
if (params.turnId !== ctx.turnId)
|
|
114
|
+
return;
|
|
115
|
+
handleItemCompleted(params.item);
|
|
116
|
+
return;
|
|
117
|
+
}
|
|
118
|
+
case 'item/agentMessage/delta': {
|
|
119
|
+
const params = notification.params;
|
|
120
|
+
if (params.turnId !== ctx.turnId)
|
|
121
|
+
return;
|
|
122
|
+
if (!params.delta)
|
|
123
|
+
return;
|
|
124
|
+
const prev = state.agentMessageEmittedChars.get(params.itemId) ?? 0;
|
|
125
|
+
state.agentMessageEmittedChars.set(params.itemId, prev + params.delta.length);
|
|
126
|
+
bufferText(params.delta);
|
|
127
|
+
return;
|
|
128
|
+
}
|
|
129
|
+
case 'item/reasoning/summaryTextDelta':
|
|
130
|
+
case 'item/reasoning/textDelta': {
|
|
131
|
+
const params = notification.params;
|
|
132
|
+
if (params.turnId !== ctx.turnId)
|
|
133
|
+
return;
|
|
134
|
+
const trimmed = params.delta?.trim();
|
|
135
|
+
if (!trimmed)
|
|
136
|
+
return;
|
|
137
|
+
const prev = state.reasoningEmittedChars.get(params.itemId) ?? 0;
|
|
138
|
+
state.reasoningEmittedChars.set(params.itemId, prev + params.delta.length);
|
|
139
|
+
emit(cb.thinkingBlock(params.delta));
|
|
140
|
+
return;
|
|
141
|
+
}
|
|
142
|
+
case 'item/reasoning/summaryPartAdded':
|
|
143
|
+
// Boundary marker — flushing the current text buffer ensures
|
|
144
|
+
// any in-flight assistant text is committed before the next
|
|
145
|
+
// reasoning section opens.
|
|
146
|
+
flushText();
|
|
147
|
+
return;
|
|
148
|
+
case 'item/commandExecution/outputDelta': {
|
|
149
|
+
const params = notification.params;
|
|
150
|
+
if (params.turnId !== ctx.turnId)
|
|
151
|
+
return;
|
|
152
|
+
const accumulated = (state.commandOutputBuffers.get(params.itemId) ?? '') + (params.delta ?? '');
|
|
153
|
+
state.commandOutputBuffers.set(params.itemId, accumulated);
|
|
154
|
+
// Don't emit on every chunk — that would cause O(N²) work in
|
|
155
|
+
// the cardBuilder's truncation logic for long output. Instead
|
|
156
|
+
// emit a debounced result update.
|
|
157
|
+
emit(cb.toolResult(params.itemId, accumulated, false));
|
|
158
|
+
return;
|
|
159
|
+
}
|
|
160
|
+
case 'turn/plan/updated': {
|
|
161
|
+
const params = notification.params;
|
|
162
|
+
if (params.turnId !== ctx.turnId)
|
|
163
|
+
return;
|
|
164
|
+
handlePlanUpdated(params);
|
|
165
|
+
return;
|
|
166
|
+
}
|
|
167
|
+
case 'serverRequest/resolved': {
|
|
168
|
+
const params = notification.params;
|
|
169
|
+
const requestIdStr = String(params.requestId);
|
|
170
|
+
emit(cb.clearPendingInput(requestIdStr));
|
|
171
|
+
return;
|
|
172
|
+
}
|
|
173
|
+
case 'error': {
|
|
174
|
+
const params = notification.params;
|
|
175
|
+
if (params.turnId && params.turnId !== ctx.turnId)
|
|
176
|
+
return;
|
|
177
|
+
if (params.willRetry)
|
|
178
|
+
return; // server is retrying transparently
|
|
179
|
+
emitErrorOnce(params.error);
|
|
180
|
+
return;
|
|
181
|
+
}
|
|
182
|
+
case 'warning':
|
|
183
|
+
case 'configWarning':
|
|
184
|
+
case 'deprecationNotice': {
|
|
185
|
+
const params = notification.params;
|
|
186
|
+
const text = params?.message ?? `(${notification.method})`;
|
|
187
|
+
emit(cb.systemMessage(text, 'warning'));
|
|
188
|
+
return;
|
|
189
|
+
}
|
|
190
|
+
case 'guardianWarning': {
|
|
191
|
+
// Guardian flagged the turn (safety / policy). Surface as a
|
|
192
|
+
// warning system card so the user sees why an action was rejected.
|
|
193
|
+
const params = notification.params;
|
|
194
|
+
if (params.threadId !== ctx.threadId)
|
|
195
|
+
return;
|
|
196
|
+
emit(cb.systemMessage(`Guardian: ${params.message ?? '(no message)'}`, 'warning'));
|
|
197
|
+
return;
|
|
198
|
+
}
|
|
199
|
+
case 'model/rerouted': {
|
|
200
|
+
// Backend rerouted the request to a different model (cyber-safety
|
|
201
|
+
// policy). Surface as info so the user understands why the model
|
|
202
|
+
// running differs from the one they picked.
|
|
203
|
+
const params = notification.params;
|
|
204
|
+
if (params.turnId !== ctx.turnId)
|
|
205
|
+
return;
|
|
206
|
+
emit(cb.systemMessage(`Model rerouted: ${params.fromModel} → ${params.toModel} (${params.reason})`, 'info'));
|
|
207
|
+
return;
|
|
208
|
+
}
|
|
209
|
+
case 'model/verification': {
|
|
210
|
+
// Backend asks for additional account verification (e.g.
|
|
211
|
+
// trustedAccessForCyber). Surface as warning — the user has to
|
|
212
|
+
// act on this outside the chat.
|
|
213
|
+
const params = notification.params;
|
|
214
|
+
if (params.turnId !== ctx.turnId)
|
|
215
|
+
return;
|
|
216
|
+
const messages = params.verifications
|
|
217
|
+
.map((v) => v.message ?? v.kind ?? 'verification required')
|
|
218
|
+
.join('; ');
|
|
219
|
+
emit(cb.systemMessage(`Account verification: ${messages}`, 'warning'));
|
|
220
|
+
return;
|
|
221
|
+
}
|
|
222
|
+
case 'mcpServer/startupStatus/updated': {
|
|
223
|
+
// The user configured an MCP server that fails to start — they
|
|
224
|
+
// need to know so they can fix it. `ready` and `starting` are
|
|
225
|
+
// routine; we only surface the bad terminal states.
|
|
226
|
+
const params = notification.params;
|
|
227
|
+
if (params.status === 'failed') {
|
|
228
|
+
emit(cb.systemMessage(`MCP server "${params.name}" failed to start${params.error ? `: ${params.error}` : ''}`, 'error'));
|
|
229
|
+
}
|
|
230
|
+
return;
|
|
231
|
+
}
|
|
232
|
+
case 'item/autoApprovalReview/started':
|
|
233
|
+
case 'item/autoApprovalReview/completed': {
|
|
234
|
+
// Phase 2: drop. Phase 5+ may render the auto-review subagent's
|
|
235
|
+
// decision inline. Schema doesn't carry user-visible text yet,
|
|
236
|
+
// so a system message would just say "review started" — noise.
|
|
237
|
+
return;
|
|
238
|
+
}
|
|
239
|
+
case 'thread/closed':
|
|
240
|
+
case 'thread/status/changed':
|
|
241
|
+
case 'thread/name/updated':
|
|
242
|
+
case 'thread/started':
|
|
243
|
+
case 'thread/archived':
|
|
244
|
+
case 'thread/unarchived':
|
|
245
|
+
case 'thread/compacted':
|
|
246
|
+
case 'item/fileChange/patchUpdated':
|
|
247
|
+
case 'item/fileChange/outputDelta':
|
|
248
|
+
case 'item/mcpToolCall/progress':
|
|
249
|
+
case 'item/plan/delta':
|
|
250
|
+
case 'turn/diff/updated':
|
|
251
|
+
case 'rawResponseItem/completed':
|
|
252
|
+
case 'item/commandExecution/terminalInteraction':
|
|
253
|
+
// Phase 2: drop. Phase 5+ may surface some of these as new
|
|
254
|
+
// card variants — see plan §1 N1.
|
|
255
|
+
return;
|
|
256
|
+
// Out-of-band notifications that don't pertain to a single turn:
|
|
257
|
+
// account-level, fs watching, fuzzy file search, voice/realtime,
|
|
258
|
+
// marketplace events, hook lifecycle, MCP OAuth completion. Silent
|
|
259
|
+
// drop — surfacing them mid-turn would be noisy and they're better
|
|
260
|
+
// routed via dedicated app-level subscriptions if a feature ever
|
|
261
|
+
// needs them.
|
|
262
|
+
case 'account/login/completed':
|
|
263
|
+
case 'account/rateLimits/updated':
|
|
264
|
+
case 'account/updated':
|
|
265
|
+
case 'app/list/updated':
|
|
266
|
+
case 'command/exec/outputDelta':
|
|
267
|
+
case 'externalAgentConfig/import/completed':
|
|
268
|
+
case 'fs/changed':
|
|
269
|
+
case 'fuzzyFileSearch/sessionCompleted':
|
|
270
|
+
case 'fuzzyFileSearch/sessionUpdated':
|
|
271
|
+
case 'hook/started':
|
|
272
|
+
case 'hook/completed':
|
|
273
|
+
case 'mcpServer/oauthLogin/completed':
|
|
274
|
+
case 'skills/changed':
|
|
275
|
+
case 'thread/realtime/closed':
|
|
276
|
+
case 'thread/realtime/error':
|
|
277
|
+
case 'thread/realtime/itemAdded':
|
|
278
|
+
case 'thread/realtime/outputAudio/delta':
|
|
279
|
+
case 'thread/realtime/sdp':
|
|
280
|
+
case 'thread/realtime/started':
|
|
281
|
+
case 'thread/realtime/transcript/delta':
|
|
282
|
+
case 'thread/realtime/transcript/done':
|
|
283
|
+
case 'windows/worldWritableWarning':
|
|
284
|
+
case 'windowsSandbox/setupCompleted':
|
|
285
|
+
return;
|
|
286
|
+
default:
|
|
287
|
+
// Unknown notification — count, don't crash.
|
|
288
|
+
return;
|
|
289
|
+
}
|
|
290
|
+
};
|
|
291
|
+
const handleItemStarted = (item) => {
|
|
292
|
+
switch (item.type) {
|
|
293
|
+
case 'userMessage':
|
|
294
|
+
case 'hookPrompt':
|
|
295
|
+
// Provider already emitted the user card via cb.userMessage.
|
|
296
|
+
return;
|
|
297
|
+
case 'agentMessage': {
|
|
298
|
+
// First chunk is usually empty; if non-empty it counts as a
|
|
299
|
+
// delta we haven't yet seen.
|
|
300
|
+
if (item.text) {
|
|
301
|
+
state.agentMessageEmittedChars.set(item.id, item.text.length);
|
|
302
|
+
bufferText(item.text);
|
|
303
|
+
}
|
|
304
|
+
return;
|
|
305
|
+
}
|
|
306
|
+
case 'reasoning': {
|
|
307
|
+
// Reasoning summary/content arrives as deltas; nothing to do
|
|
308
|
+
// at started.
|
|
309
|
+
return;
|
|
310
|
+
}
|
|
311
|
+
case 'commandExecution': {
|
|
312
|
+
flushText();
|
|
313
|
+
emit(cb.toolUse('Bash', { command: item.command }, item.id));
|
|
314
|
+
return;
|
|
315
|
+
}
|
|
316
|
+
case 'fileChange': {
|
|
317
|
+
flushText();
|
|
318
|
+
emitFileChangeCards(item, false);
|
|
319
|
+
return;
|
|
320
|
+
}
|
|
321
|
+
case 'mcpToolCall': {
|
|
322
|
+
flushText();
|
|
323
|
+
emit(cb.toolUse(`${item.server}:${item.tool}`, item.arguments, item.id));
|
|
324
|
+
return;
|
|
325
|
+
}
|
|
326
|
+
case 'webSearch': {
|
|
327
|
+
// item/started fires with `item.query` empty (action is usually
|
|
328
|
+
// `{ type: "other" }` at this stage) — Codex populates the real
|
|
329
|
+
// query on item/completed. Use the structured `action` as a
|
|
330
|
+
// best-effort fallback so the placeholder card shows SOMETHING
|
|
331
|
+
// meaningful instead of "Search ?".
|
|
332
|
+
flushText();
|
|
333
|
+
emit(cb.toolUse('WebSearch', { query: extractWebSearchQuery(item) }, item.id));
|
|
334
|
+
return;
|
|
335
|
+
}
|
|
336
|
+
case 'dynamicToolCall': {
|
|
337
|
+
flushText();
|
|
338
|
+
const toolName = item.namespace ? `${item.namespace}:${item.tool}` : item.tool;
|
|
339
|
+
emit(cb.toolUse(toolName, item.arguments ?? {}, item.id));
|
|
340
|
+
return;
|
|
341
|
+
}
|
|
342
|
+
case 'plan': {
|
|
343
|
+
// Free-text plan item — drop to system info per plan R2 decision.
|
|
344
|
+
emit(cb.systemMessage(`[plan] ${item.text || '(empty)'}`, 'info'));
|
|
345
|
+
return;
|
|
346
|
+
}
|
|
347
|
+
case 'imageView': {
|
|
348
|
+
// Codex showed an image to the model. Surface as system info with
|
|
349
|
+
// the path so the user knows what was shared.
|
|
350
|
+
emit(cb.systemMessage(`[image: ${item.path}]`, 'info'));
|
|
351
|
+
return;
|
|
352
|
+
}
|
|
353
|
+
case 'imageGeneration': {
|
|
354
|
+
// Started item — image not yet rendered. Show the prompt the
|
|
355
|
+
// model is generating from. Result fields populate on completed.
|
|
356
|
+
const prompt = item.revisedPrompt ?? '';
|
|
357
|
+
emit(cb.systemMessage(`[generating image: ${prompt || '(no prompt)'}]`, 'info'));
|
|
358
|
+
return;
|
|
359
|
+
}
|
|
360
|
+
case 'enteredReviewMode': {
|
|
361
|
+
emit(cb.systemMessage(`Entered review mode: ${item.review}`, 'info'));
|
|
362
|
+
return;
|
|
363
|
+
}
|
|
364
|
+
case 'exitedReviewMode': {
|
|
365
|
+
emit(cb.systemMessage(`Exited review mode: ${item.review}`, 'info'));
|
|
366
|
+
return;
|
|
367
|
+
}
|
|
368
|
+
case 'collabAgentToolCall': {
|
|
369
|
+
// A sub-agent collaboration. Render as a tool_call card so the
|
|
370
|
+
// PWA's existing tool view picks it up; the toolName is
|
|
371
|
+
// `collab:${tool}` to namespace it away from real tools.
|
|
372
|
+
flushText();
|
|
373
|
+
const toolName = `collab:${item.tool}`;
|
|
374
|
+
emit(cb.toolUse(toolName, {
|
|
375
|
+
prompt: item.prompt ?? '',
|
|
376
|
+
model: item.model ?? undefined,
|
|
377
|
+
receiverThreadIds: item.receiverThreadIds,
|
|
378
|
+
}, item.id));
|
|
379
|
+
return;
|
|
380
|
+
}
|
|
381
|
+
case 'contextCompaction':
|
|
382
|
+
emit(cb.systemMessage('Context compacted', 'compacted'));
|
|
383
|
+
return;
|
|
384
|
+
}
|
|
385
|
+
};
|
|
386
|
+
const handleItemCompleted = (item) => {
|
|
387
|
+
switch (item.type) {
|
|
388
|
+
case 'agentMessage': {
|
|
389
|
+
flushText();
|
|
390
|
+
const alreadyEmitted = state.agentMessageEmittedChars.get(item.id) ?? 0;
|
|
391
|
+
const finalText = item.text ?? '';
|
|
392
|
+
if (finalText.length > alreadyEmitted) {
|
|
393
|
+
emit(cb.assistantText(finalText.slice(alreadyEmitted)));
|
|
394
|
+
state.agentMessageEmittedChars.set(item.id, finalText.length);
|
|
395
|
+
}
|
|
396
|
+
const fin = cb.finalizeAssistantText();
|
|
397
|
+
if (fin)
|
|
398
|
+
emit(fin);
|
|
399
|
+
return;
|
|
400
|
+
}
|
|
401
|
+
case 'reasoning': {
|
|
402
|
+
// Defensive: if the deltas didn't fire, surface the final summary.
|
|
403
|
+
// Fall back to `content` when summary is empty — some models emit
|
|
404
|
+
// the raw chain-of-thought without producing the bullet summary.
|
|
405
|
+
const alreadyEmitted = state.reasoningEmittedChars.get(item.id) ?? 0;
|
|
406
|
+
if (alreadyEmitted > 0)
|
|
407
|
+
return;
|
|
408
|
+
const summary = (item.summary ?? []).join('\n').trim();
|
|
409
|
+
if (summary) {
|
|
410
|
+
emit(cb.thinkingBlock(summary));
|
|
411
|
+
return;
|
|
412
|
+
}
|
|
413
|
+
const content = (item.content ?? []).join('\n').trim();
|
|
414
|
+
if (content) {
|
|
415
|
+
emit(cb.thinkingBlock(content));
|
|
416
|
+
}
|
|
417
|
+
return;
|
|
418
|
+
}
|
|
419
|
+
case 'commandExecution': {
|
|
420
|
+
// Ensure the tool_use card exists (server might have skipped item/started).
|
|
421
|
+
if (!cb.hasToolCard(item.id)) {
|
|
422
|
+
emit(cb.toolUse('Bash', { command: item.command }, item.id));
|
|
423
|
+
}
|
|
424
|
+
const accumulated = state.commandOutputBuffers.get(item.id) ?? item.aggregatedOutput ?? '';
|
|
425
|
+
const exitCodeSuffix = item.exitCode != null ? `\n[exit code: ${item.exitCode}]` : '';
|
|
426
|
+
emit(cb.toolResult(item.id, accumulated + exitCodeSuffix, item.status === 'failed'));
|
|
427
|
+
state.commandOutputBuffers.delete(item.id);
|
|
428
|
+
return;
|
|
429
|
+
}
|
|
430
|
+
case 'fileChange': {
|
|
431
|
+
emitFileChangeCards(item, true);
|
|
432
|
+
return;
|
|
433
|
+
}
|
|
434
|
+
case 'mcpToolCall': {
|
|
435
|
+
if (!cb.hasToolCard(item.id)) {
|
|
436
|
+
emit(cb.toolUse(`${item.server}:${item.tool}`, item.arguments, item.id));
|
|
437
|
+
}
|
|
438
|
+
const failed = item.status === 'failed' || item.error != null;
|
|
439
|
+
const text = mcpResultText(item);
|
|
440
|
+
emit(cb.toolResult(item.id, text, failed));
|
|
441
|
+
return;
|
|
442
|
+
}
|
|
443
|
+
case 'webSearch': {
|
|
444
|
+
// ALWAYS re-emit toolUse on completion — `item.query` is empty at
|
|
445
|
+
// item/started and only populated here, so a `hasToolCard` skip
|
|
446
|
+
// would leave the placeholder card stuck on "Search ?". cardBuilder
|
|
447
|
+
// dedups by toolUseId so re-emitting just patches the toolInput.
|
|
448
|
+
const finalQuery = extractWebSearchQuery(item);
|
|
449
|
+
emit(cb.toolUse('WebSearch', { query: finalQuery }, item.id));
|
|
450
|
+
emit(cb.toolResult(item.id, `Search: ${finalQuery}`, false));
|
|
451
|
+
return;
|
|
452
|
+
}
|
|
453
|
+
case 'dynamicToolCall': {
|
|
454
|
+
const toolName = item.namespace ? `${item.namespace}:${item.tool}` : item.tool;
|
|
455
|
+
if (!cb.hasToolCard(item.id)) {
|
|
456
|
+
emit(cb.toolUse(toolName, item.arguments ?? {}, item.id));
|
|
457
|
+
}
|
|
458
|
+
const text = stringifyDynamicToolResult(item);
|
|
459
|
+
const failed = item.success === false;
|
|
460
|
+
emit(cb.toolResult(item.id, text, failed));
|
|
461
|
+
return;
|
|
462
|
+
}
|
|
463
|
+
case 'plan': {
|
|
464
|
+
// No-op on completed (we already rendered as system info on started).
|
|
465
|
+
return;
|
|
466
|
+
}
|
|
467
|
+
case 'imageGeneration': {
|
|
468
|
+
// The status / savedPath only become real on completed; emit an
|
|
469
|
+
// info system card linking to the saved file when present.
|
|
470
|
+
const where = item.savedPath ? ` → ${item.savedPath}` : '';
|
|
471
|
+
const failed = item.status !== 'completed' && item.status !== 'success';
|
|
472
|
+
emit(cb.systemMessage(`[image ${failed ? 'generation failed' : 'generated'}: ${item.revisedPrompt ?? '(no prompt)'}]${where}`, failed ? 'error' : 'info'));
|
|
473
|
+
return;
|
|
474
|
+
}
|
|
475
|
+
case 'collabAgentToolCall': {
|
|
476
|
+
// Mirror mcpToolCall: ensure the card exists, then surface the
|
|
477
|
+
// final state. Schema doesn't expose a result body so we
|
|
478
|
+
// synthesize a one-liner from status + receivers.
|
|
479
|
+
if (!cb.hasToolCard(item.id)) {
|
|
480
|
+
emit(cb.toolUse(`collab:${item.tool}`, {
|
|
481
|
+
prompt: item.prompt ?? '',
|
|
482
|
+
model: item.model ?? undefined,
|
|
483
|
+
receiverThreadIds: item.receiverThreadIds,
|
|
484
|
+
}, item.id));
|
|
485
|
+
}
|
|
486
|
+
const failed = item.status === 'failed';
|
|
487
|
+
emit(cb.toolResult(item.id, `${item.tool} → ${item.status}${item.receiverThreadIds.length ? ` (agents: ${item.receiverThreadIds.length})` : ''}`, failed));
|
|
488
|
+
return;
|
|
489
|
+
}
|
|
490
|
+
case 'userMessage':
|
|
491
|
+
case 'hookPrompt':
|
|
492
|
+
case 'imageView':
|
|
493
|
+
case 'enteredReviewMode':
|
|
494
|
+
case 'exitedReviewMode':
|
|
495
|
+
case 'contextCompaction':
|
|
496
|
+
return;
|
|
497
|
+
}
|
|
498
|
+
};
|
|
499
|
+
const emitFileChangeCards = (item, emitResults) => {
|
|
500
|
+
const changes = item.changes ?? [];
|
|
501
|
+
for (let i = 0; i < changes.length; i++) {
|
|
502
|
+
const change = changes[i];
|
|
503
|
+
const cardId = changes.length > 1 ? `${item.id}#${i}` : item.id;
|
|
504
|
+
const filePath = extractFileChangePath(change) ?? '(unknown)';
|
|
505
|
+
const kind = extractFileChangeKind(change);
|
|
506
|
+
if (!state.fileChangeCardsAdded.has(cardId) && !cb.hasToolCard(cardId)) {
|
|
507
|
+
emit(cb.toolUse(kind, { file_path: filePath }, cardId));
|
|
508
|
+
state.fileChangeCardsAdded.add(cardId);
|
|
509
|
+
}
|
|
510
|
+
if (emitResults) {
|
|
511
|
+
const failed = item.status === 'failed';
|
|
512
|
+
emit(cb.toolResult(cardId, `${kind}: ${filePath}`.slice(0, TOOL_RESULT_TRUNCATE_LENGTH), failed));
|
|
513
|
+
}
|
|
514
|
+
}
|
|
515
|
+
};
|
|
516
|
+
const handlePlanUpdated = (params) => {
|
|
517
|
+
const todos = params.plan.map((step) => ({
|
|
518
|
+
content: step.step,
|
|
519
|
+
status: planStatusToTodoStatus(step.status),
|
|
520
|
+
}));
|
|
521
|
+
const cardId = `plan:${params.turnId}`;
|
|
522
|
+
state.planCardId = cardId;
|
|
523
|
+
emit(cb.toolUse('TodoWrite', { todos }, cardId));
|
|
524
|
+
if (params.explanation) {
|
|
525
|
+
emit(cb.systemMessage(params.explanation, 'info'));
|
|
526
|
+
}
|
|
527
|
+
};
|
|
528
|
+
const finalize = async (status, error) => {
|
|
529
|
+
if (state.turnEnded)
|
|
530
|
+
return;
|
|
531
|
+
state.turnEnded = true;
|
|
532
|
+
flushText();
|
|
533
|
+
const fin = cb.finalizeAssistantText();
|
|
534
|
+
if (fin)
|
|
535
|
+
emit(fin);
|
|
536
|
+
let usage;
|
|
537
|
+
if (status === 'completed' || status === 'failed') {
|
|
538
|
+
const observed = await ctx.tokens.awaitTurnUsage(ctx.turnId, TURN_USAGE_GRACE_MS);
|
|
539
|
+
usage = TokenAccounting.toCardStreamEndUsage(observed);
|
|
540
|
+
}
|
|
541
|
+
if (status === 'failed' && error) {
|
|
542
|
+
emitErrorOnce(error);
|
|
543
|
+
}
|
|
544
|
+
const streamEnd = {
|
|
545
|
+
streamId: ctx.streamId,
|
|
546
|
+
sessionId: ctx.sessionId,
|
|
547
|
+
success: status === 'completed',
|
|
548
|
+
...(status === 'interrupted' ? { interrupted: true } : {}),
|
|
549
|
+
...(status === 'failed' && error
|
|
550
|
+
? { error: formatError(error) }
|
|
551
|
+
: {}),
|
|
552
|
+
...(usage ? { tokenUsage: usage } : {}),
|
|
553
|
+
};
|
|
554
|
+
callbacks.emitStreamEnd(streamEnd);
|
|
555
|
+
ctx.tokens.releaseTurn(ctx.turnId);
|
|
556
|
+
resolveResult({ status, error });
|
|
557
|
+
};
|
|
558
|
+
const unsubscribe = rpc.onNotification(dispatch);
|
|
559
|
+
const unsubClose = rpc.onNotification(() => {
|
|
560
|
+
/* noop placeholder for symmetry */
|
|
561
|
+
});
|
|
562
|
+
// Tear-down on transport close — emit a synthetic interrupted end if
|
|
563
|
+
// the run wasn't already finalized.
|
|
564
|
+
const closeFallback = () => {
|
|
565
|
+
if (state.turnEnded)
|
|
566
|
+
return;
|
|
567
|
+
void finalize('interrupted', undefined);
|
|
568
|
+
};
|
|
569
|
+
// Note: we don't have a dedicated close listener API on RpcClient
|
|
570
|
+
// for adapter-scoped lifecycle, so the provider drives this via its
|
|
571
|
+
// own try/finally.
|
|
572
|
+
void unsubClose; // placeholder; kept for future symmetry.
|
|
573
|
+
try {
|
|
574
|
+
return await result;
|
|
575
|
+
}
|
|
576
|
+
finally {
|
|
577
|
+
unsubscribe();
|
|
578
|
+
if (state.textTimer)
|
|
579
|
+
clearTimeout(state.textTimer);
|
|
580
|
+
void closeFallback;
|
|
581
|
+
}
|
|
582
|
+
}
|
|
583
|
+
// ── helpers ──
|
|
584
|
+
function extractFileChangePath(change) {
|
|
585
|
+
if (typeof change !== 'object' || change === null)
|
|
586
|
+
return null;
|
|
587
|
+
const c = change;
|
|
588
|
+
return c.path ?? c.filePath ?? c.file_path ?? null;
|
|
589
|
+
}
|
|
590
|
+
function extractFileChangeKind(change) {
|
|
591
|
+
if (typeof change !== 'object' || change === null)
|
|
592
|
+
return 'Edit';
|
|
593
|
+
const c = change;
|
|
594
|
+
const k = (extractChangeDiscriminator(c.kind) || extractChangeDiscriminator(c.type)).toLowerCase();
|
|
595
|
+
if (k === 'add' || k === 'create' || k === 'create_file' || k === 'write')
|
|
596
|
+
return 'Write';
|
|
597
|
+
return 'Edit';
|
|
598
|
+
}
|
|
599
|
+
function extractChangeDiscriminator(value) {
|
|
600
|
+
if (typeof value === 'string')
|
|
601
|
+
return value;
|
|
602
|
+
if (typeof value !== 'object' || value === null)
|
|
603
|
+
return '';
|
|
604
|
+
const record = value;
|
|
605
|
+
for (const key of ['kind', 'type', 'tag']) {
|
|
606
|
+
const nested = record[key];
|
|
607
|
+
if (typeof nested === 'string')
|
|
608
|
+
return nested;
|
|
609
|
+
}
|
|
610
|
+
const keys = Object.keys(record);
|
|
611
|
+
return keys.length === 1 ? keys[0] : '';
|
|
612
|
+
}
|
|
613
|
+
/** Codex emits webSearch with `item.query` empty at item/started — the
|
|
614
|
+
* flat `query` field is only populated on item/completed. Even at completed
|
|
615
|
+
* it can stay empty when the model used a sub-action (`openPage` /
|
|
616
|
+
* `findInPage`). Fall back to whatever the structured `action` carries so
|
|
617
|
+
* the card never renders the bare "Search ?" placeholder. */
|
|
618
|
+
function extractWebSearchQuery(item) {
|
|
619
|
+
if (item.query)
|
|
620
|
+
return item.query;
|
|
621
|
+
const action = item.action;
|
|
622
|
+
if (!action)
|
|
623
|
+
return '';
|
|
624
|
+
switch (action.type) {
|
|
625
|
+
case 'search': {
|
|
626
|
+
if (action.query)
|
|
627
|
+
return action.query;
|
|
628
|
+
if (action.queries && action.queries.length > 0)
|
|
629
|
+
return action.queries.join(', ');
|
|
630
|
+
return '';
|
|
631
|
+
}
|
|
632
|
+
case 'openPage':
|
|
633
|
+
return action.url ?? '';
|
|
634
|
+
case 'findInPage':
|
|
635
|
+
return action.pattern
|
|
636
|
+
? (action.url ? `${action.pattern} (in ${action.url})` : action.pattern)
|
|
637
|
+
: (action.url ?? '');
|
|
638
|
+
case 'other':
|
|
639
|
+
return '';
|
|
640
|
+
}
|
|
641
|
+
}
|
|
642
|
+
function mcpResultText(item) {
|
|
643
|
+
if (item.error) {
|
|
644
|
+
if (typeof item.error === 'object' && 'message' in item.error) {
|
|
645
|
+
return String(item.error.message ?? 'MCP tool error');
|
|
646
|
+
}
|
|
647
|
+
return JSON.stringify(item.error);
|
|
648
|
+
}
|
|
649
|
+
const result = item.result;
|
|
650
|
+
if (!result)
|
|
651
|
+
return '(no result)';
|
|
652
|
+
if (typeof result === 'string')
|
|
653
|
+
return result;
|
|
654
|
+
if (typeof result === 'object' && 'content' in result) {
|
|
655
|
+
const content = result.content;
|
|
656
|
+
if (Array.isArray(content)) {
|
|
657
|
+
const parts = content
|
|
658
|
+
.filter((c) => c.type === 'text' && typeof c.text === 'string')
|
|
659
|
+
.map((c) => c.text);
|
|
660
|
+
if (parts.length > 0)
|
|
661
|
+
return parts.join('\n');
|
|
662
|
+
}
|
|
663
|
+
const structured = result.structuredContent;
|
|
664
|
+
if (structured !== undefined)
|
|
665
|
+
return JSON.stringify(structured);
|
|
666
|
+
}
|
|
667
|
+
return JSON.stringify(result);
|
|
668
|
+
}
|
|
669
|
+
function stringifyDynamicToolResult(item) {
|
|
670
|
+
const items = item.contentItems ?? [];
|
|
671
|
+
if (items.length === 0)
|
|
672
|
+
return '(no result)';
|
|
673
|
+
const parts = [];
|
|
674
|
+
for (const ci of items) {
|
|
675
|
+
if (typeof ci === 'object' && ci !== null && 'text' in ci) {
|
|
676
|
+
const text = ci.text;
|
|
677
|
+
if (typeof text === 'string')
|
|
678
|
+
parts.push(text);
|
|
679
|
+
}
|
|
680
|
+
}
|
|
681
|
+
if (parts.length > 0)
|
|
682
|
+
return parts.join('\n');
|
|
683
|
+
return JSON.stringify(items);
|
|
684
|
+
}
|
|
685
|
+
function planStatusToTodoStatus(status) {
|
|
686
|
+
switch (status) {
|
|
687
|
+
case 'pending':
|
|
688
|
+
return 'pending';
|
|
689
|
+
case 'inProgress':
|
|
690
|
+
return 'in_progress';
|
|
691
|
+
case 'completed':
|
|
692
|
+
return 'completed';
|
|
693
|
+
}
|
|
694
|
+
}
|
|
695
|
+
function stringifyErrorInfo(info) {
|
|
696
|
+
if (info == null)
|
|
697
|
+
return '';
|
|
698
|
+
if (typeof info === 'string')
|
|
699
|
+
return info;
|
|
700
|
+
return Object.keys(info)[0] ?? '';
|
|
701
|
+
}
|
|
702
|
+
function formatError(error) {
|
|
703
|
+
const info = stringifyErrorInfo(error.codexErrorInfo ?? null);
|
|
704
|
+
const prefix = info ? `[${info}] ` : '';
|
|
705
|
+
return `${prefix}${error.message}${error.additionalDetails ? `\n${error.additionalDetails}` : ''}`;
|
|
706
|
+
}
|
|
707
|
+
//# sourceMappingURL=cardAdapter.js.map
|