@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,111 @@
|
|
|
1
|
+
import { createInterface } from 'node:readline';
|
|
2
|
+
/**
|
|
3
|
+
* Stdio transport for the codex `app-server` child process. Frames
|
|
4
|
+
* messages as JSONL on stdin/stdout — one JSON object per line.
|
|
5
|
+
*
|
|
6
|
+
* This wrapper is intentionally narrow: it does NOT spawn the child
|
|
7
|
+
* (that's `processManager.ts`) or run the JSON-RPC protocol (that's
|
|
8
|
+
* `rpcClient.ts`). It just translates between line-buffered JSON and
|
|
9
|
+
* structured messages.
|
|
10
|
+
*/
|
|
11
|
+
export class StdioTransport {
|
|
12
|
+
child;
|
|
13
|
+
messageListeners = new Set();
|
|
14
|
+
closeListeners = new Set();
|
|
15
|
+
closed = false;
|
|
16
|
+
/** Logger for parse failures and stderr lines. The default no-ops so
|
|
17
|
+
* tests stay quiet; real users should pass a console-bound logger. */
|
|
18
|
+
log;
|
|
19
|
+
constructor(child, opts = {}) {
|
|
20
|
+
if (!child.stdin || !child.stdout) {
|
|
21
|
+
throw new Error('StdioTransport requires a child process with stdin and stdout pipes');
|
|
22
|
+
}
|
|
23
|
+
this.child = child;
|
|
24
|
+
this.log = opts.log ?? { warn: () => { } };
|
|
25
|
+
const rl = createInterface({ input: child.stdout });
|
|
26
|
+
rl.on('line', (line) => this.handleLine(line));
|
|
27
|
+
rl.on('close', () => this.handleClose(null));
|
|
28
|
+
child.on('exit', (code, signal) => {
|
|
29
|
+
const reason = code === 0 || code === null
|
|
30
|
+
? null
|
|
31
|
+
: new Error(`codex app-server exited with code=${code} signal=${signal ?? 'none'}`);
|
|
32
|
+
this.handleClose(reason);
|
|
33
|
+
});
|
|
34
|
+
child.on('error', (err) => this.handleClose(err));
|
|
35
|
+
}
|
|
36
|
+
async send(message) {
|
|
37
|
+
if (this.closed)
|
|
38
|
+
throw new Error('stdio transport closed');
|
|
39
|
+
const stdin = this.child.stdin;
|
|
40
|
+
if (!stdin || stdin.destroyed)
|
|
41
|
+
throw new Error('stdio transport stdin unavailable');
|
|
42
|
+
const line = JSON.stringify(message) + '\n';
|
|
43
|
+
return new Promise((resolve, reject) => {
|
|
44
|
+
stdin.write(line, (err) => {
|
|
45
|
+
if (err)
|
|
46
|
+
reject(err);
|
|
47
|
+
else
|
|
48
|
+
resolve();
|
|
49
|
+
});
|
|
50
|
+
});
|
|
51
|
+
}
|
|
52
|
+
onMessage(listener) {
|
|
53
|
+
this.messageListeners.add(listener);
|
|
54
|
+
return () => this.messageListeners.delete(listener);
|
|
55
|
+
}
|
|
56
|
+
onClose(listener) {
|
|
57
|
+
this.closeListeners.add(listener);
|
|
58
|
+
return () => this.closeListeners.delete(listener);
|
|
59
|
+
}
|
|
60
|
+
async close() {
|
|
61
|
+
if (this.closed)
|
|
62
|
+
return;
|
|
63
|
+
this.handleClose(null);
|
|
64
|
+
try {
|
|
65
|
+
this.child.stdin?.end();
|
|
66
|
+
}
|
|
67
|
+
catch {
|
|
68
|
+
// best-effort
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
handleLine(line) {
|
|
72
|
+
if (line.length === 0)
|
|
73
|
+
return;
|
|
74
|
+
let parsed;
|
|
75
|
+
try {
|
|
76
|
+
parsed = JSON.parse(line);
|
|
77
|
+
}
|
|
78
|
+
catch (err) {
|
|
79
|
+
this.log.warn(`codex app-server: failed to parse JSON-RPC line: ${err instanceof Error ? err.message : String(err)}`);
|
|
80
|
+
return;
|
|
81
|
+
}
|
|
82
|
+
if (typeof parsed !== 'object' || parsed === null) {
|
|
83
|
+
this.log.warn(`codex app-server: ignoring non-object JSON-RPC line: ${typeof parsed}`);
|
|
84
|
+
return;
|
|
85
|
+
}
|
|
86
|
+
for (const l of this.messageListeners) {
|
|
87
|
+
try {
|
|
88
|
+
l(parsed);
|
|
89
|
+
}
|
|
90
|
+
catch {
|
|
91
|
+
// listeners must not throw; swallow.
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
handleClose(reason) {
|
|
96
|
+
if (this.closed)
|
|
97
|
+
return;
|
|
98
|
+
this.closed = true;
|
|
99
|
+
for (const l of this.closeListeners) {
|
|
100
|
+
try {
|
|
101
|
+
l(reason);
|
|
102
|
+
}
|
|
103
|
+
catch {
|
|
104
|
+
// swallow
|
|
105
|
+
}
|
|
106
|
+
}
|
|
107
|
+
this.messageListeners.clear();
|
|
108
|
+
this.closeListeners.clear();
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
//# sourceMappingURL=stdioTransport.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stdioTransport.js","sourceRoot":"","sources":["../../../src/ai/codexAppServer/stdioTransport.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import type { CardStreamEnd } from '@sumicom/quicksave-shared';
|
|
2
|
+
import type { ThreadTokenUsage } from './schema/generated/v2/ThreadTokenUsage.js';
|
|
3
|
+
import type { ThreadTokenUsageUpdatedNotification } from './schema/generated/v2/ThreadTokenUsageUpdatedNotification.js';
|
|
4
|
+
import type { TokenUsageBreakdown } from './schema/generated/v2/TokenUsageBreakdown.js';
|
|
5
|
+
/**
|
|
6
|
+
* Cumulative seed loaded from `eventStore` on cold resume so per-turn
|
|
7
|
+
* deltas line up after a daemon restart. Mirrors the SDK provider's
|
|
8
|
+
* `loadCumulativeSeed` shape so we can swap providers without touching
|
|
9
|
+
* the eventStore round-trip.
|
|
10
|
+
*/
|
|
11
|
+
export interface CumulativeUsageSeed {
|
|
12
|
+
inputTokens: number;
|
|
13
|
+
outputTokens: number;
|
|
14
|
+
cachedInputTokens?: number;
|
|
15
|
+
}
|
|
16
|
+
/**
|
|
17
|
+
* Tracks `thread/tokenUsage/updated` notifications and produces the
|
|
18
|
+
* `tokenUsage` block for `CardStreamEnd` at `turn/completed` time.
|
|
19
|
+
*
|
|
20
|
+
* Key facts about v2's token usage model (verified against codex CLI
|
|
21
|
+
* 0.125.0 — see `docs/references/codex-app-server/implementation-plan.md`
|
|
22
|
+
* §11):
|
|
23
|
+
*
|
|
24
|
+
* - `ThreadTokenUsageUpdatedNotification.tokenUsage.last` is the
|
|
25
|
+
* **per-turn delta** the server already computed. We pass it through
|
|
26
|
+
* directly — no slice math required.
|
|
27
|
+
* - `tokenUsage.total` is the running thread-cumulative. We expose it
|
|
28
|
+
* on `CardStreamEnd.tokenUsage.cumulative*` so the eventStore can
|
|
29
|
+
* round-trip it for cold resumes.
|
|
30
|
+
* - The notification carries `turnId` so we can key updates per-turn
|
|
31
|
+
* even when several arrive between `turn/started` and `turn/completed`.
|
|
32
|
+
*
|
|
33
|
+
* Ordering: typically the latest `thread/tokenUsage/updated` precedes
|
|
34
|
+
* `turn/completed` for that turn, but not always. The provider's run
|
|
35
|
+
* loop should `awaitFor(turnId)` briefly when finalizing — see
|
|
36
|
+
* `awaitTurnUsage()`.
|
|
37
|
+
*/
|
|
38
|
+
export declare class TokenAccounting {
|
|
39
|
+
/** Latest cumulative we believe the server has, regardless of which
|
|
40
|
+
* turn supplied it. Persisted to eventStore via the run path. */
|
|
41
|
+
private cumulative;
|
|
42
|
+
/** Latest `tokenUsage` payload keyed by turnId. */
|
|
43
|
+
private byTurn;
|
|
44
|
+
/** Pending awaiters waiting for a usage notification on a specific turn. */
|
|
45
|
+
private waiters;
|
|
46
|
+
seedFromLastTurn(seed: CumulativeUsageSeed | null | undefined): void;
|
|
47
|
+
/**
|
|
48
|
+
* Feed a `thread/tokenUsage/updated` notification. Updates the
|
|
49
|
+
* running cumulative and per-turn caches, and resolves any active
|
|
50
|
+
* waiters.
|
|
51
|
+
*/
|
|
52
|
+
observe(notification: ThreadTokenUsageUpdatedNotification): void;
|
|
53
|
+
/**
|
|
54
|
+
* Wait for a `thread/tokenUsage/updated` notification carrying
|
|
55
|
+
* `turnId`. Resolves immediately if one was already observed.
|
|
56
|
+
* Resolves to `null` if `timeoutMs` elapses first (the run loop
|
|
57
|
+
* should still emit `CardStreamEnd` — better an empty usage block
|
|
58
|
+
* than a hung turn).
|
|
59
|
+
*/
|
|
60
|
+
awaitTurnUsage(turnId: string, timeoutMs: number): Promise<ThreadTokenUsage | null>;
|
|
61
|
+
/** Drop any state for a turn — call after stream-end is emitted to
|
|
62
|
+
* keep the per-turn cache from growing unboundedly. */
|
|
63
|
+
releaseTurn(turnId: string): void;
|
|
64
|
+
/** Map a `ThreadTokenUsage` payload to the `CardStreamEnd.tokenUsage`
|
|
65
|
+
* shape. Returns undefined when the input is null. */
|
|
66
|
+
static toCardStreamEndUsage(usage: ThreadTokenUsage | null | undefined): CardStreamEnd['tokenUsage'];
|
|
67
|
+
/** Snapshot the running cumulative — used by the run path to
|
|
68
|
+
* persist `LastTurnInfo` after every successful turn end. */
|
|
69
|
+
snapshotCumulative(): CumulativeUsageSeed;
|
|
70
|
+
}
|
|
71
|
+
/** Build a synthetic `ThreadTokenUsage` from a per-turn breakdown plus
|
|
72
|
+
* a precomputed cumulative — used in tests. */
|
|
73
|
+
export declare function makeUsage(last: TokenUsageBreakdown, total: TokenUsageBreakdown, modelContextWindow?: number | null): ThreadTokenUsage;
|
|
74
|
+
/** Build a `TokenUsageBreakdown` literal — used in tests. */
|
|
75
|
+
export declare function makeBreakdown(input: number, output: number, cachedInput?: number): TokenUsageBreakdown;
|
|
76
|
+
//# sourceMappingURL=tokenAccounting.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tokenAccounting.d.ts","sourceRoot":"","sources":["../../../src/ai/codexAppServer/tokenAccounting.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,2BAA2B,CAAC;AAE/D,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,2CAA2C,CAAC;AAClF,OAAO,KAAK,EAAE,mCAAmC,EAAE,MAAM,8DAA8D,CAAC;AACxH,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,8CAA8C,CAAC;AAExF;;;;;GAKG;AACH,MAAM,WAAW,mBAAmB;IAClC,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,MAAM,CAAC;CAC5B;AAED;;;;;;;;;;;;;;;;;;;;;GAqBG;AACH,qBAAa,eAAe;IAC1B;qEACiE;IACjE,OAAO,CAAC,UAAU,CAIhB;IAEF,mDAAmD;IACnD,OAAO,CAAC,MAAM,CAAuC;IAErD,4EAA4E;IAC5E,OAAO,CAAC,OAAO,CAA+D;IAE9E,gBAAgB,CAAC,IAAI,EAAE,mBAAmB,GAAG,IAAI,GAAG,SAAS,GAAG,IAAI;IASpE;;;;OAIG;IACH,OAAO,CAAC,YAAY,EAAE,mCAAmC,GAAG,IAAI;IAchE;;;;;;OAMG;IACH,cAAc,CAAC,MAAM,EAAE,MAAM,EAAE,SAAS,EAAE,MAAM,GAAG,OAAO,CAAC,gBAAgB,GAAG,IAAI,CAAC;IAuBnF;2DACuD;IACvD,WAAW,CAAC,MAAM,EAAE,MAAM,GAAG,IAAI;IAKjC;0DACsD;IACtD,MAAM,CAAC,oBAAoB,CACzB,KAAK,EAAE,gBAAgB,GAAG,IAAI,GAAG,SAAS,GACzC,aAAa,CAAC,YAAY,CAAC;IAW9B;iEAC6D;IAC7D,kBAAkB,IAAI,mBAAmB;CAG1C;AAED;+CAC+C;AAC/C,wBAAgB,SAAS,CACvB,IAAI,EAAE,mBAAmB,EACzB,KAAK,EAAE,mBAAmB,EAC1B,kBAAkB,GAAE,MAAM,GAAG,IAAW,GACvC,gBAAgB,CAElB;AAED,6DAA6D;AAC7D,wBAAgB,aAAa,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,EAAE,WAAW,SAAI,GAAG,mBAAmB,CAQjG"}
|
|
@@ -0,0 +1,135 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Tracks `thread/tokenUsage/updated` notifications and produces the
|
|
3
|
+
* `tokenUsage` block for `CardStreamEnd` at `turn/completed` time.
|
|
4
|
+
*
|
|
5
|
+
* Key facts about v2's token usage model (verified against codex CLI
|
|
6
|
+
* 0.125.0 — see `docs/references/codex-app-server/implementation-plan.md`
|
|
7
|
+
* §11):
|
|
8
|
+
*
|
|
9
|
+
* - `ThreadTokenUsageUpdatedNotification.tokenUsage.last` is the
|
|
10
|
+
* **per-turn delta** the server already computed. We pass it through
|
|
11
|
+
* directly — no slice math required.
|
|
12
|
+
* - `tokenUsage.total` is the running thread-cumulative. We expose it
|
|
13
|
+
* on `CardStreamEnd.tokenUsage.cumulative*` so the eventStore can
|
|
14
|
+
* round-trip it for cold resumes.
|
|
15
|
+
* - The notification carries `turnId` so we can key updates per-turn
|
|
16
|
+
* even when several arrive between `turn/started` and `turn/completed`.
|
|
17
|
+
*
|
|
18
|
+
* Ordering: typically the latest `thread/tokenUsage/updated` precedes
|
|
19
|
+
* `turn/completed` for that turn, but not always. The provider's run
|
|
20
|
+
* loop should `awaitFor(turnId)` briefly when finalizing — see
|
|
21
|
+
* `awaitTurnUsage()`.
|
|
22
|
+
*/
|
|
23
|
+
export class TokenAccounting {
|
|
24
|
+
/** Latest cumulative we believe the server has, regardless of which
|
|
25
|
+
* turn supplied it. Persisted to eventStore via the run path. */
|
|
26
|
+
cumulative = {
|
|
27
|
+
inputTokens: 0,
|
|
28
|
+
outputTokens: 0,
|
|
29
|
+
cachedInputTokens: 0,
|
|
30
|
+
};
|
|
31
|
+
/** Latest `tokenUsage` payload keyed by turnId. */
|
|
32
|
+
byTurn = new Map();
|
|
33
|
+
/** Pending awaiters waiting for a usage notification on a specific turn. */
|
|
34
|
+
waiters = new Map();
|
|
35
|
+
seedFromLastTurn(seed) {
|
|
36
|
+
if (!seed)
|
|
37
|
+
return;
|
|
38
|
+
this.cumulative = {
|
|
39
|
+
inputTokens: seed.inputTokens,
|
|
40
|
+
outputTokens: seed.outputTokens,
|
|
41
|
+
cachedInputTokens: seed.cachedInputTokens ?? 0,
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Feed a `thread/tokenUsage/updated` notification. Updates the
|
|
46
|
+
* running cumulative and per-turn caches, and resolves any active
|
|
47
|
+
* waiters.
|
|
48
|
+
*/
|
|
49
|
+
observe(notification) {
|
|
50
|
+
this.byTurn.set(notification.turnId, notification.tokenUsage);
|
|
51
|
+
this.cumulative = {
|
|
52
|
+
inputTokens: notification.tokenUsage.total.inputTokens,
|
|
53
|
+
outputTokens: notification.tokenUsage.total.outputTokens,
|
|
54
|
+
cachedInputTokens: notification.tokenUsage.total.cachedInputTokens,
|
|
55
|
+
};
|
|
56
|
+
const ws = this.waiters.get(notification.turnId);
|
|
57
|
+
if (ws) {
|
|
58
|
+
this.waiters.delete(notification.turnId);
|
|
59
|
+
for (const w of ws)
|
|
60
|
+
w(notification.tokenUsage);
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
/**
|
|
64
|
+
* Wait for a `thread/tokenUsage/updated` notification carrying
|
|
65
|
+
* `turnId`. Resolves immediately if one was already observed.
|
|
66
|
+
* Resolves to `null` if `timeoutMs` elapses first (the run loop
|
|
67
|
+
* should still emit `CardStreamEnd` — better an empty usage block
|
|
68
|
+
* than a hung turn).
|
|
69
|
+
*/
|
|
70
|
+
awaitTurnUsage(turnId, timeoutMs) {
|
|
71
|
+
const cached = this.byTurn.get(turnId);
|
|
72
|
+
if (cached)
|
|
73
|
+
return Promise.resolve(cached);
|
|
74
|
+
return new Promise((resolve) => {
|
|
75
|
+
const timer = setTimeout(() => {
|
|
76
|
+
const arr = this.waiters.get(turnId);
|
|
77
|
+
if (arr) {
|
|
78
|
+
const idx = arr.indexOf(onUsage);
|
|
79
|
+
if (idx >= 0)
|
|
80
|
+
arr.splice(idx, 1);
|
|
81
|
+
if (arr.length === 0)
|
|
82
|
+
this.waiters.delete(turnId);
|
|
83
|
+
}
|
|
84
|
+
resolve(null);
|
|
85
|
+
}, timeoutMs);
|
|
86
|
+
const onUsage = (usage) => {
|
|
87
|
+
clearTimeout(timer);
|
|
88
|
+
resolve(usage);
|
|
89
|
+
};
|
|
90
|
+
const arr = this.waiters.get(turnId) ?? [];
|
|
91
|
+
arr.push(onUsage);
|
|
92
|
+
this.waiters.set(turnId, arr);
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
/** Drop any state for a turn — call after stream-end is emitted to
|
|
96
|
+
* keep the per-turn cache from growing unboundedly. */
|
|
97
|
+
releaseTurn(turnId) {
|
|
98
|
+
this.byTurn.delete(turnId);
|
|
99
|
+
this.waiters.delete(turnId);
|
|
100
|
+
}
|
|
101
|
+
/** Map a `ThreadTokenUsage` payload to the `CardStreamEnd.tokenUsage`
|
|
102
|
+
* shape. Returns undefined when the input is null. */
|
|
103
|
+
static toCardStreamEndUsage(usage) {
|
|
104
|
+
if (!usage)
|
|
105
|
+
return undefined;
|
|
106
|
+
return {
|
|
107
|
+
input: usage.last.inputTokens,
|
|
108
|
+
output: usage.last.outputTokens,
|
|
109
|
+
cumulativeInput: usage.total.inputTokens,
|
|
110
|
+
cumulativeOutput: usage.total.outputTokens,
|
|
111
|
+
cumulativeCachedInput: usage.total.cachedInputTokens,
|
|
112
|
+
};
|
|
113
|
+
}
|
|
114
|
+
/** Snapshot the running cumulative — used by the run path to
|
|
115
|
+
* persist `LastTurnInfo` after every successful turn end. */
|
|
116
|
+
snapshotCumulative() {
|
|
117
|
+
return { ...this.cumulative };
|
|
118
|
+
}
|
|
119
|
+
}
|
|
120
|
+
/** Build a synthetic `ThreadTokenUsage` from a per-turn breakdown plus
|
|
121
|
+
* a precomputed cumulative — used in tests. */
|
|
122
|
+
export function makeUsage(last, total, modelContextWindow = null) {
|
|
123
|
+
return { last, total, modelContextWindow };
|
|
124
|
+
}
|
|
125
|
+
/** Build a `TokenUsageBreakdown` literal — used in tests. */
|
|
126
|
+
export function makeBreakdown(input, output, cachedInput = 0) {
|
|
127
|
+
return {
|
|
128
|
+
totalTokens: input + output,
|
|
129
|
+
inputTokens: input,
|
|
130
|
+
cachedInputTokens: cachedInput,
|
|
131
|
+
outputTokens: output,
|
|
132
|
+
reasoningOutputTokens: 0,
|
|
133
|
+
};
|
|
134
|
+
}
|
|
135
|
+
//# sourceMappingURL=tokenAccounting.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"tokenAccounting.js","sourceRoot":"","sources":["../../../src/ai/codexAppServer/tokenAccounting.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/** Codex CLI version that the vendored schema under
|
|
2
|
+
* `schema/generated/` was generated from. The schema must be
|
|
3
|
+
* regenerated (see `apps/agent/scripts/regen-codex-schema.sh`)
|
|
4
|
+
* whenever this is bumped. ProcessManager warns if the running CLI
|
|
5
|
+
* differs by minor or major. */
|
|
6
|
+
export declare const CODEX_SCHEMA_PINNED_VERSION = "0.125.0";
|
|
7
|
+
//# sourceMappingURL=version.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"version.d.ts","sourceRoot":"","sources":["../../../src/ai/codexAppServer/version.ts"],"names":[],"mappings":"AAAA;;;;gCAIgC;AAChC,eAAO,MAAM,2BAA2B,YAAY,CAAC"}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
/** Codex CLI version that the vendored schema under
|
|
2
|
+
* `schema/generated/` was generated from. The schema must be
|
|
3
|
+
* regenerated (see `apps/agent/scripts/regen-codex-schema.sh`)
|
|
4
|
+
* whenever this is bumped. ProcessManager warns if the running CLI
|
|
5
|
+
* differs by minor or major. */
|
|
6
|
+
export const CODEX_SCHEMA_PINNED_VERSION = '0.125.0';
|
|
7
|
+
//# sourceMappingURL=version.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"version.js","sourceRoot":"","sources":["../../../src/ai/codexAppServer/version.ts"],"names":[],"mappings":"AAAA;;;;gCAIgC;AAChC,MAAM,CAAC,MAAM,2BAA2B,GAAG,SAAS,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enrichEntry.d.ts","sourceRoot":"","sources":["../../src/ai/enrichEntry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EAErB,oBAAoB,EACrB,MAAM,2BAA2B,CAAC;AAGnC;;;;;;;GAOG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,oBAAoB,GAAG,qBAAqB,
|
|
1
|
+
{"version":3,"file":"enrichEntry.d.ts","sourceRoot":"","sources":["../../src/ai/enrichEntry.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,qBAAqB,EAErB,oBAAoB,EACrB,MAAM,2BAA2B,CAAC;AAGnC;;;;;;;GAOG;AACH,wBAAgB,WAAW,CAAC,KAAK,EAAE,oBAAoB,GAAG,qBAAqB,CAiB9E"}
|
package/dist/ai/enrichEntry.js
CHANGED
|
@@ -15,6 +15,7 @@ export function enrichEntry(entry) {
|
|
|
15
15
|
...entry,
|
|
16
16
|
lastPromptAt: stats.lastPromptAt ?? undefined,
|
|
17
17
|
lastTurnEndedAt: stats.lastTurnEndedAt ?? undefined,
|
|
18
|
+
lastCacheTouchAt: stats.lastCacheTouchAt ?? undefined,
|
|
18
19
|
turnCount: stats.turnCount || undefined,
|
|
19
20
|
totalInputTokens: stats.totalInputTokens || undefined,
|
|
20
21
|
totalOutputTokens: stats.totalOutputTokens || undefined,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enrichEntry.js","sourceRoot":"","sources":["../../src/ai/enrichEntry.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAEzD;;;;;;;GAOG;AACH,MAAM,UAAU,WAAW,CAAC,KAA2B;IACrD,MAAM,UAAU,GAAG,aAAa,EAAE,CAAC;IACnC,MAAM,KAAK,GAAG,UAAU,CAAC,eAAe,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;IAC1D,MAAM,QAAQ,GAAG,UAAU,CAAC,WAAW,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;IACzD,OAAO;QACL,GAAG,KAAK;QACR,YAAY,EAAE,KAAK,CAAC,YAAY,IAAI,SAAS;QAC7C,eAAe,EAAE,KAAK,CAAC,eAAe,IAAI,SAAS;QACnD,SAAS,EAAE,KAAK,CAAC,SAAS,IAAI,SAAS;QACvC,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,IAAI,SAAS;QACrD,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,IAAI,SAAS;QACvD,mBAAmB,EAAE,QAAQ,EAAE,WAAW;QAC1C,2BAA2B,EAAE,QAAQ,EAAE,mBAAmB;QAC1D,uBAAuB,EAAE,QAAQ,EAAE,eAAe;QAClD,oBAAoB,EAAE,QAAQ,EAAE,YAAiD;KAClF,CAAC;AACJ,CAAC"}
|
|
1
|
+
{"version":3,"file":"enrichEntry.js","sourceRoot":"","sources":["../../src/ai/enrichEntry.ts"],"names":[],"mappings":"AAKA,OAAO,EAAE,aAAa,EAAE,MAAM,0BAA0B,CAAC;AAEzD;;;;;;;GAOG;AACH,MAAM,UAAU,WAAW,CAAC,KAA2B;IACrD,MAAM,UAAU,GAAG,aAAa,EAAE,CAAC;IACnC,MAAM,KAAK,GAAG,UAAU,CAAC,eAAe,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;IAC1D,MAAM,QAAQ,GAAG,UAAU,CAAC,WAAW,CAAC,KAAK,CAAC,SAAS,CAAC,CAAC;IACzD,OAAO;QACL,GAAG,KAAK;QACR,YAAY,EAAE,KAAK,CAAC,YAAY,IAAI,SAAS;QAC7C,eAAe,EAAE,KAAK,CAAC,eAAe,IAAI,SAAS;QACnD,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,IAAI,SAAS;QACrD,SAAS,EAAE,KAAK,CAAC,SAAS,IAAI,SAAS;QACvC,gBAAgB,EAAE,KAAK,CAAC,gBAAgB,IAAI,SAAS;QACrD,iBAAiB,EAAE,KAAK,CAAC,iBAAiB,IAAI,SAAS;QACvD,mBAAmB,EAAE,QAAQ,EAAE,WAAW;QAC1C,2BAA2B,EAAE,QAAQ,EAAE,mBAAmB;QAC1D,uBAAuB,EAAE,QAAQ,EAAE,eAAe;QAClD,oBAAoB,EAAE,QAAQ,EAAE,YAAiD;KAClF,CAAC;AACJ,CAAC"}
|
package/dist/ai/provider.d.ts
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
import type { AgentId, CardEvent, CardStreamEnd, ContextUsageBreakdown } from '@sumicom/quicksave-shared';
|
|
2
2
|
import type { StreamCardBuilder } from './cardBuilder.js';
|
|
3
|
-
export
|
|
3
|
+
export declare const CLAUDE_PERMISSION_MODES: readonly ["default", "acceptEdits", "bypassPermissions", "plan", "auto"];
|
|
4
|
+
export declare const CODEX_PERMISSION_PRESETS: readonly ["read-only", "default", "auto-review", "full-access"];
|
|
5
|
+
export type ClaudePermissionMode = typeof CLAUDE_PERMISSION_MODES[number];
|
|
6
|
+
export type CodexPermissionPreset = typeof CODEX_PERMISSION_PRESETS[number];
|
|
7
|
+
export type PermissionLevel = ClaudePermissionMode | CodexPermissionPreset;
|
|
8
|
+
export declare function isClaudePermissionMode(value: unknown): value is ClaudePermissionMode;
|
|
9
|
+
export declare function isCodexPermissionPreset(value: unknown): value is CodexPermissionPreset;
|
|
10
|
+
export declare function defaultPermissionLevelForAgent(agentId: AgentId): PermissionLevel;
|
|
11
|
+
export declare function isPermissionLevelAcceptedForAgent(agentId: AgentId, value: unknown): boolean;
|
|
12
|
+
export declare function normalizePermissionLevelForAgent(agentId: AgentId, value: unknown): PermissionLevel;
|
|
13
|
+
export declare function isFullAccessPermission(agentId: AgentId, level: PermissionLevel): boolean;
|
|
4
14
|
export type ProviderHistoryMode = 'claude-jsonl' | 'memory';
|
|
5
15
|
/** Represents a running provider session. */
|
|
6
16
|
export interface ProviderSession {
|
|
@@ -32,6 +42,13 @@ export interface ProviderCallbacks {
|
|
|
32
42
|
* so daemon-side side effects (e.g. UpdateSessionStatus persistence) must be
|
|
33
43
|
* driven from this hook, not handlePermissionRequest. */
|
|
34
44
|
onToolUse?(sessionId: string, toolName: string, toolInput: Record<string, unknown>): void;
|
|
45
|
+
/** Fired whenever the provider observes an SDK message whose `usage` indicates
|
|
46
|
+
* a cache hit or write (`cache_creation_input_tokens > 0` or
|
|
47
|
+
* `cache_read_input_tokens > 0`). Each fire effectively means "Anthropic just
|
|
48
|
+
* touched the cache for this session", which is the precise event that
|
|
49
|
+
* resets the 5-minute (or 1h) cache TTL on the server. SessionManager uses
|
|
50
|
+
* this to anchor the PWA's countdown without waiting for the turn to end. */
|
|
51
|
+
onCacheTouch?(sessionId: string): void;
|
|
35
52
|
onModelDetected(model: string): void;
|
|
36
53
|
/** Fired when the underlying provider process has fully exited. SessionManager
|
|
37
54
|
* uses this to remove the session from its in-memory map and emit
|
|
@@ -48,6 +65,16 @@ export interface StartSessionOpts {
|
|
|
48
65
|
permissionLevel: PermissionLevel;
|
|
49
66
|
sandboxed: boolean;
|
|
50
67
|
systemPrompt?: string;
|
|
68
|
+
/** Per-session reasoning depth. Currently only the Codex provider honors
|
|
69
|
+
* this — it maps to the SDK's `modelReasoningEffort` (minimal/low/medium/
|
|
70
|
+
* high/xhigh). Claude providers ignore it (their depth is decided by the
|
|
71
|
+
* model variant, not a per-turn knob). */
|
|
72
|
+
reasoningEffort?: string;
|
|
73
|
+
/** Auto-compact ceiling for Claude Code (200k / 500k / 1M). Only the
|
|
74
|
+
* Claude CLI provider honors this — it sets `CLAUDE_CODE_AUTO_COMPACT_WINDOW`
|
|
75
|
+
* on the spawn env and appends the `[1m]` model suffix when the value
|
|
76
|
+
* exceeds 200k (which enables the API's 1M context beta). Codex ignores. */
|
|
77
|
+
contextWindow?: number;
|
|
51
78
|
/** Absolute path to the daemon-owned sentinel file the CLI's PermissionRequest
|
|
52
79
|
* hook consults to auto-approve every tool. Presence of the file means bypass
|
|
53
80
|
* is active. Only ClaudeCliProvider uses it; other providers ignore it. */
|
|
@@ -62,6 +89,8 @@ export interface ResumeSessionOpts {
|
|
|
62
89
|
permissionLevel: PermissionLevel;
|
|
63
90
|
sandboxed: boolean;
|
|
64
91
|
systemPrompt?: string;
|
|
92
|
+
reasoningEffort?: string;
|
|
93
|
+
contextWindow?: number;
|
|
65
94
|
bypassFlagPath?: string;
|
|
66
95
|
}
|
|
67
96
|
export interface CodingAgentProvider {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../src/ai/provider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,OAAO,EAAE,SAAS,EAAE,aAAa,EAAE,qBAAqB,EAAE,MAAM,2BAA2B,CAAC;AAC1G,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAE1D,MAAM,MAAM,eAAe,GAAG,
|
|
1
|
+
{"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../src/ai/provider.ts"],"names":[],"mappings":"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"}
|
package/dist/ai/provider.js
CHANGED
|
@@ -1,2 +1,57 @@
|
|
|
1
|
-
export
|
|
1
|
+
export const CLAUDE_PERMISSION_MODES = [
|
|
2
|
+
'default',
|
|
3
|
+
'acceptEdits',
|
|
4
|
+
'bypassPermissions',
|
|
5
|
+
'plan',
|
|
6
|
+
'auto',
|
|
7
|
+
];
|
|
8
|
+
export const CODEX_PERMISSION_PRESETS = [
|
|
9
|
+
'read-only',
|
|
10
|
+
'default',
|
|
11
|
+
'auto-review',
|
|
12
|
+
'full-access',
|
|
13
|
+
];
|
|
14
|
+
export function isClaudePermissionMode(value) {
|
|
15
|
+
return typeof value === 'string' && CLAUDE_PERMISSION_MODES.includes(value);
|
|
16
|
+
}
|
|
17
|
+
export function isCodexPermissionPreset(value) {
|
|
18
|
+
return typeof value === 'string' && CODEX_PERMISSION_PRESETS.includes(value);
|
|
19
|
+
}
|
|
20
|
+
export function defaultPermissionLevelForAgent(agentId) {
|
|
21
|
+
return agentId === 'codex' ? 'default' : 'acceptEdits';
|
|
22
|
+
}
|
|
23
|
+
export function isPermissionLevelAcceptedForAgent(agentId, value) {
|
|
24
|
+
if (agentId === 'codex') {
|
|
25
|
+
return isCodexPermissionPreset(value)
|
|
26
|
+
|| value === 'bypassPermissions'
|
|
27
|
+
|| value === 'plan'
|
|
28
|
+
|| value === 'auto'
|
|
29
|
+
|| value === 'acceptEdits';
|
|
30
|
+
}
|
|
31
|
+
return isClaudePermissionMode(value);
|
|
32
|
+
}
|
|
33
|
+
export function normalizePermissionLevelForAgent(agentId, value) {
|
|
34
|
+
if (agentId === 'codex') {
|
|
35
|
+
if (isCodexPermissionPreset(value))
|
|
36
|
+
return value;
|
|
37
|
+
// Compatibility for sessions created before Codex had first-class presets.
|
|
38
|
+
if (value === 'bypassPermissions')
|
|
39
|
+
return 'full-access';
|
|
40
|
+
if (value === 'plan')
|
|
41
|
+
return 'read-only';
|
|
42
|
+
if (value === 'auto')
|
|
43
|
+
return 'auto-review';
|
|
44
|
+
if (value === 'acceptEdits')
|
|
45
|
+
return 'default';
|
|
46
|
+
return defaultPermissionLevelForAgent(agentId);
|
|
47
|
+
}
|
|
48
|
+
if (isClaudePermissionMode(value))
|
|
49
|
+
return value;
|
|
50
|
+
return defaultPermissionLevelForAgent(agentId);
|
|
51
|
+
}
|
|
52
|
+
export function isFullAccessPermission(agentId, level) {
|
|
53
|
+
return agentId === 'codex'
|
|
54
|
+
? level === 'full-access'
|
|
55
|
+
: level === 'bypassPermissions';
|
|
56
|
+
}
|
|
2
57
|
//# sourceMappingURL=provider.js.map
|
package/dist/ai/provider.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../../src/ai/provider.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../../src/ai/provider.ts"],"names":[],"mappings":"AAGA,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,SAAS;IACT,aAAa;IACb,mBAAmB;IACnB,MAAM;IACN,MAAM;CACE,CAAC;AAEX,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,WAAW;IACX,SAAS;IACT,aAAa;IACb,aAAa;CACL,CAAC;AAMX,MAAM,UAAU,sBAAsB,CAAC,KAAc;IACnD,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAK,uBAA6C,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;AACrG,CAAC;AAED,MAAM,UAAU,uBAAuB,CAAC,KAAc;IACpD,OAAO,OAAO,KAAK,KAAK,QAAQ,IAAK,wBAA8C,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;AACtG,CAAC;AAED,MAAM,UAAU,8BAA8B,CAAC,OAAgB;IAC7D,OAAO,OAAO,KAAK,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,aAAa,CAAC;AACzD,CAAC;AAED,MAAM,UAAU,iCAAiC,CAAC,OAAgB,EAAE,KAAc;IAChF,IAAI,OAAO,KAAK,OAAO,EAAE,CAAC;QACxB,OAAO,uBAAuB,CAAC,KAAK,CAAC;eAChC,KAAK,KAAK,mBAAmB;eAC7B,KAAK,KAAK,MAAM;eAChB,KAAK,KAAK,MAAM;eAChB,KAAK,KAAK,aAAa,CAAC;IAC/B,CAAC;IACD,OAAO,sBAAsB,CAAC,KAAK,CAAC,CAAC;AACvC,CAAC;AAED,MAAM,UAAU,gCAAgC,CAC9C,OAAgB,EAChB,KAAc;IAEd,IAAI,OAAO,KAAK,OAAO,EAAE,CAAC;QACxB,IAAI,uBAAuB,CAAC,KAAK,CAAC;YAAE,OAAO,KAAK,CAAC;QACjD,2EAA2E;QAC3E,IAAI,KAAK,KAAK,mBAAmB;YAAE,OAAO,aAAa,CAAC;QACxD,IAAI,KAAK,KAAK,MAAM;YAAE,OAAO,WAAW,CAAC;QACzC,IAAI,KAAK,KAAK,MAAM;YAAE,OAAO,aAAa,CAAC;QAC3C,IAAI,KAAK,KAAK,aAAa;YAAE,OAAO,SAAS,CAAC;QAC9C,OAAO,8BAA8B,CAAC,OAAO,CAAC,CAAC;IACjD,CAAC;IAED,IAAI,sBAAsB,CAAC,KAAK,CAAC;QAAE,OAAO,KAAK,CAAC;IAChD,OAAO,8BAA8B,CAAC,OAAO,CAAC,CAAC;AACjD,CAAC;AAED,MAAM,UAAU,sBAAsB,CAAC,OAAgB,EAAE,KAAsB;IAC7E,OAAO,OAAO,KAAK,OAAO;QACxB,CAAC,CAAC,KAAK,KAAK,aAAa;QACzB,CAAC,CAAC,KAAK,KAAK,mBAAmB,CAAC;AACpC,CAAC"}
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js';
|
|
16
16
|
import { StdioServerTransport } from '@modelcontextprotocol/sdk/server/stdio.js';
|
|
17
17
|
import { execFileSync } from 'child_process';
|
|
18
|
-
import { realpathSync, existsSync, readFileSync } from 'fs';
|
|
18
|
+
import { realpathSync, existsSync, readFileSync, writeFileSync } from 'fs';
|
|
19
19
|
import { join, dirname } from 'path';
|
|
20
20
|
import { homedir, platform } from 'os';
|
|
21
21
|
import { fileURLToPath } from 'url';
|
|
@@ -34,6 +34,7 @@ const quicksaveHome = process.env.QUICKSAVE_HOME || join(homedir(), '.quicksave'
|
|
|
34
34
|
const sessionRegistryDir = join(quicksaveHome, 'state', 'session-registry');
|
|
35
35
|
/** Same encoding as `apps/agent/src/ai/sessionRegistry.ts:encodeProjectPath`. */
|
|
36
36
|
const encodedCwd = cwd.replace(/\//g, '-');
|
|
37
|
+
const SESSION_NOTE_HISTORY_CAP = 50;
|
|
37
38
|
const PROFILE_PATH = join(__ownDir, 'profiles', 'project-sandbox.sb');
|
|
38
39
|
function detectBackend() {
|
|
39
40
|
const os = platform();
|
|
@@ -92,6 +93,10 @@ server.tool('SandboxBash', 'Execute a shell command WITHOUT requiring user permi
|
|
|
92
93
|
'Ideal for builds, tests, linters, file edits, and any project-scoped command.', {
|
|
93
94
|
command: z.string().describe('The shell command to execute'),
|
|
94
95
|
timeout: z.number().optional().describe('Timeout in milliseconds (default: 120000)'),
|
|
96
|
+
}, {
|
|
97
|
+
readOnlyHint: false,
|
|
98
|
+
destructiveHint: false,
|
|
99
|
+
openWorldHint: false,
|
|
95
100
|
}, async (args) => {
|
|
96
101
|
if (!backend) {
|
|
97
102
|
const os = platform();
|
|
@@ -145,6 +150,57 @@ function readStoredStatus() {
|
|
|
145
150
|
return empty;
|
|
146
151
|
}
|
|
147
152
|
}
|
|
153
|
+
function sessionRegistryPath() {
|
|
154
|
+
if (!sessionIdHint)
|
|
155
|
+
return null;
|
|
156
|
+
return join(sessionRegistryDir, encodedCwd, `${sessionIdHint}.json`);
|
|
157
|
+
}
|
|
158
|
+
function isSessionStage(value) {
|
|
159
|
+
return value === 'investigating' ||
|
|
160
|
+
value === 'working' ||
|
|
161
|
+
value === 'verifying' ||
|
|
162
|
+
value === 'done';
|
|
163
|
+
}
|
|
164
|
+
function writeStoredStatus(args) {
|
|
165
|
+
const path = sessionRegistryPath();
|
|
166
|
+
if (!path || !existsSync(path))
|
|
167
|
+
return;
|
|
168
|
+
let entry;
|
|
169
|
+
try {
|
|
170
|
+
entry = JSON.parse(readFileSync(path, 'utf-8'));
|
|
171
|
+
}
|
|
172
|
+
catch {
|
|
173
|
+
return;
|
|
174
|
+
}
|
|
175
|
+
let changed = false;
|
|
176
|
+
if (typeof args.subject === 'string' && args.subject.length > 0) {
|
|
177
|
+
entry.title = args.subject;
|
|
178
|
+
changed = true;
|
|
179
|
+
}
|
|
180
|
+
if (typeof args.stage === 'string' && isSessionStage(args.stage)) {
|
|
181
|
+
entry.stage = args.stage;
|
|
182
|
+
changed = true;
|
|
183
|
+
}
|
|
184
|
+
if (typeof args.blocked === 'boolean') {
|
|
185
|
+
entry.blocked = args.blocked;
|
|
186
|
+
changed = true;
|
|
187
|
+
}
|
|
188
|
+
if (typeof args.note === 'string' && args.note.length > 0) {
|
|
189
|
+
entry.note = args.note;
|
|
190
|
+
const prior = Array.isArray(entry.noteHistory)
|
|
191
|
+
? entry.noteHistory
|
|
192
|
+
: [];
|
|
193
|
+
const next = [...prior, { ts: Date.now(), text: args.note }];
|
|
194
|
+
entry.noteHistory = next.length > SESSION_NOTE_HISTORY_CAP
|
|
195
|
+
? next.slice(next.length - SESSION_NOTE_HISTORY_CAP)
|
|
196
|
+
: next;
|
|
197
|
+
changed = true;
|
|
198
|
+
}
|
|
199
|
+
if (!changed)
|
|
200
|
+
return;
|
|
201
|
+
entry.lastAccessedAt = Date.now();
|
|
202
|
+
writeFileSync(path, JSON.stringify(entry, null, 2));
|
|
203
|
+
}
|
|
148
204
|
server.tool('UpdateSessionStatus', 'Update the ticket-style status for the current session, shown to the user on the home screen.\n' +
|
|
149
205
|
'\n' +
|
|
150
206
|
'Call at the START of every session (first response), and again whenever stage changes, ' +
|
|
@@ -193,14 +249,19 @@ server.tool('UpdateSessionStatus', 'Update the ticket-style status for the curre
|
|
|
193
249
|
blocked: z.boolean().optional().describe('True when stuck, false when unblocked'),
|
|
194
250
|
note: z.string().optional()
|
|
195
251
|
.describe('One progress/finding entry (~12 words). Appended to the session event log; emit on each meaningful state change.'),
|
|
252
|
+
}, {
|
|
253
|
+
readOnlyHint: false,
|
|
254
|
+
destructiveHint: false,
|
|
255
|
+
openWorldHint: false,
|
|
196
256
|
}, async (args) => {
|
|
197
257
|
const isDryRun = args.subject === undefined &&
|
|
198
258
|
args.stage === undefined &&
|
|
199
259
|
args.blocked === undefined &&
|
|
200
260
|
args.note === undefined;
|
|
201
|
-
//
|
|
202
|
-
//
|
|
203
|
-
|
|
261
|
+
// Codex MCP approval mode "approve" bypasses the daemon permission callback,
|
|
262
|
+
// so this stdio server owns persistence when it has a session-id hint.
|
|
263
|
+
if (!isDryRun)
|
|
264
|
+
writeStoredStatus(args);
|
|
204
265
|
const snapshot = readStoredStatus();
|
|
205
266
|
const header = isDryRun
|
|
206
267
|
? (snapshot.source === 'stored' ? 'Current session status (dry-run read):' : 'No stored status for this session yet.')
|