mirror of
https://github.com/Heretek-AI/openclaw-android-assistant.git
synced 2026-08-28 03:19:58 -04:00
90 KiB
90 KiB
APP SERVER DOCUMENTATION
Документ основан на исходниках openai/codex (app-server protocol).
Локальная материализация схем
Все схемы выгружены из upstream codegen (включая experimental) в:
-
app-server-schemas/json -
app-server-schemas/typescript -
Root index: ClientRequest.json, ServerRequest.json, ServerNotification.json
Client -> Server Methods (полный список)
| Method | Params Schema | Response Schema | Experimental | UI-зона |
|---|---|---|---|---|
initialize |
InitializeParams | InitializeResponse | stable |
Контролы и настройки (авторизация/аккаунт) |
thread/start |
ThreadStartParams | ThreadStartResponse | stable |
Навигация и загрузка сессий |
thread/resume |
ThreadResumeParams | ThreadResumeResponse | stable |
Навигация и загрузка сессий |
thread/fork |
ThreadForkParams | ThreadForkResponse | stable |
Навигация и загрузка сессий |
thread/archive |
ThreadArchiveParams | ThreadArchiveResponse | stable |
Контролы сессий |
thread/name/set |
ThreadSetNameParams | ThreadSetNameResponse | stable |
Контролы сессий |
thread/unarchive |
ThreadUnarchiveParams | ThreadUnarchiveResponse | stable |
Контролы сессий |
thread/compact/start |
ThreadCompactStartParams | ThreadCompactStartResponse | stable |
Контролы сессий |
thread/backgroundTerminals/clean |
ThreadBackgroundTerminalsCleanParams | ThreadBackgroundTerminalsCleanResponse | thread/backgroundTerminals/clean |
Контролы сессий |
thread/rollback |
ThreadRollbackParams | ThreadRollbackResponse | stable |
Контролы сессий |
thread/list |
ThreadListParams | ThreadListResponse | stable |
Навигация и загрузка сессий |
thread/loaded/list |
ThreadLoadedListParams | ThreadLoadedListResponse | stable |
Навигация и загрузка сессий |
thread/read |
ThreadReadParams | ThreadReadResponse | stable |
Навигация и загрузка сессий |
skills/list |
SkillsListParams | SkillsListResponse | stable |
Контролы и настройки (системная интеграция) |
skills/remote/read |
SkillsRemoteReadParams | SkillsRemoteReadResponse | stable |
Контролы и настройки (системная интеграция) |
skills/remote/write |
SkillsRemoteWriteParams | SkillsRemoteWriteResponse | stable |
Контролы и настройки (системная интеграция) |
app/list |
AppsListParams | AppsListResponse | stable |
Контролы и настройки (системная интеграция) |
skills/config/write |
SkillsConfigWriteParams | SkillsConfigWriteResponse | stable |
Контролы и настройки (системная интеграция) |
turn/start |
TurnStartParams | TurnStartResponse | stable |
Контентная часть (динамические сообщения) |
turn/steer |
TurnSteerParams | TurnSteerResponse | stable |
Контентная часть (динамические сообщения) |
turn/interrupt |
TurnInterruptParams | TurnInterruptResponse | stable |
Контентная часть (динамические сообщения) |
review/start |
ReviewStartParams | ReviewStartResponse | stable |
Контентная часть (динамические сообщения) |
model/list |
ModelListParams | ModelListResponse | stable |
Контролы и настройки (системная интеграция) |
experimentalFeature/list |
ExperimentalFeatureListParams | ExperimentalFeatureListResponse | stable |
Контролы и настройки (системная интеграция) |
collaborationMode/list |
CollaborationModeListParams | CollaborationModeListResponse | stable |
Контролы и настройки (системная интеграция) |
mock/experimentalMethod |
MockExperimentalMethodParams | MockExperimentalMethodResponse | stable |
Контентная часть (статическая/сервисная) |
mcpServer/oauth/login |
McpServerOauthLoginParams | McpServerOauthLoginResponse | stable |
Контролы и настройки (авторизация/аккаунт) |
config/mcpServer/reload |
McpServerRefreshResponse | stable |
Контролы и настройки (системная интеграция) | |
mcpServerStatus/list |
ListMcpServerStatusParams | ListMcpServerStatusResponse | stable |
Контролы и настройки (системная интеграция) |
account/login/start |
LoginAccountParams | LoginAccountResponse | stable |
Контролы и настройки (авторизация/аккаунт) |
account/login/cancel |
CancelLoginAccountParams | CancelLoginAccountResponse | stable |
Контролы и настройки (авторизация/аккаунт) |
account/logout |
LogoutAccountResponse | stable |
Контролы и настройки (авторизация/аккаунт) | |
account/rateLimits/read |
GetAccountRateLimitsResponse | stable |
Контролы и настройки (авторизация/аккаунт) | |
feedback/upload |
FeedbackUploadParams | FeedbackUploadResponse | stable |
Контролы и настройки (feedback/диагностика) |
command/exec |
CommandExecParams | CommandExecResponse | stable |
Контролы выполнения инструментов |
config/read |
ConfigReadParams | ConfigReadResponse | stable |
Контролы и настройки (системная интеграция) |
config/value/write |
ConfigValueWriteParams | ConfigWriteResponse | stable |
Контролы и настройки (системная интеграция) |
config/batchWrite |
ConfigBatchWriteParams | ConfigWriteResponse | stable |
Контролы и настройки (системная интеграция) |
configRequirements/read |
ConfigRequirementsReadResponse | stable |
Контролы и настройки (системная интеграция) | |
account/read |
GetAccountParams | GetAccountResponse | stable |
Контролы и настройки (авторизация/аккаунт) |
newConversation |
NewConversationParams | NewConversationResponse | stable |
Навигация и загрузка сессий |
getConversationSummary |
GetConversationSummaryParams | GetConversationSummaryResponse | stable |
Навигация и загрузка сессий |
listConversations |
ListConversationsParams | ListConversationsResponse | stable |
Навигация и загрузка сессий |
resumeConversation |
ResumeConversationParams | ResumeConversationResponse | stable |
Навигация и загрузка сессий |
forkConversation |
ForkConversationParams | ForkConversationResponse | stable |
Навигация и загрузка сессий |
archiveConversation |
ArchiveConversationParams | ArchiveConversationResponse | stable |
Контролы сессий |
sendUserMessage |
SendUserMessageParams | SendUserMessageResponse | stable |
Контентная часть (динамические сообщения) |
sendUserTurn |
SendUserTurnParams | SendUserTurnResponse | stable |
Контентная часть (динамические сообщения) |
interruptConversation |
InterruptConversationParams | InterruptConversationResponse | stable |
Контентная часть (динамические сообщения) |
addConversationListener |
AddConversationListenerParams | AddConversationSubscriptionResponse | stable |
Контролы сессий |
removeConversationListener |
RemoveConversationListenerParams | RemoveConversationSubscriptionResponse | stable |
Контролы сессий |
gitDiffToRemote |
GitDiffToRemoteParams | GitDiffToRemoteResponse | stable |
Контролы выполнения инструментов |
loginApiKey |
LoginApiKeyParams | LoginApiKeyResponse | stable |
Контролы и настройки (авторизация/аккаунт) |
loginChatGpt |
LoginChatGptResponse | stable |
Контролы и настройки (авторизация/аккаунт) | |
cancelLoginChatGpt |
CancelLoginChatGptParams | CancelLoginChatGptResponse | stable |
Контентная часть (статическая/сервисная) |
logoutChatGpt |
LogoutChatGptResponse | stable |
Контролы и настройки (авторизация/аккаунт) | |
getAuthStatus |
GetAuthStatusParams | GetAuthStatusResponse | stable |
Контролы и настройки (авторизация/аккаунт) |
getUserSavedConfig |
GetUserSavedConfigResponse | stable |
Контролы и настройки (системная интеграция) | |
setDefaultModel |
SetDefaultModelParams | SetDefaultModelResponse | stable |
Контролы и настройки (системная интеграция) |
getUserAgent |
GetUserAgentResponse | stable |
Контролы и настройки (авторизация/аккаунт) | |
userInfo |
UserInfoResponse | stable |
Контролы и настройки (авторизация/аккаунт) | |
fuzzyFileSearch |
FuzzyFileSearchParams | FuzzyFileSearchResponse | stable |
Контролы и настройки (системная интеграция) |
fuzzyFileSearch/sessionStart |
FuzzyFileSearchSessionStartParams | FuzzyFileSearchSessionStartResponse | fuzzyFileSearch/sessionStart |
Контролы и настройки (системная интеграция) |
fuzzyFileSearch/sessionUpdate |
FuzzyFileSearchSessionUpdateParams | FuzzyFileSearchSessionUpdateResponse | fuzzyFileSearch/sessionUpdate |
Контролы и настройки (системная интеграция) |
fuzzyFileSearch/sessionStop |
FuzzyFileSearchSessionStopParams | FuzzyFileSearchSessionStopResponse | fuzzyFileSearch/sessionStop |
Контролы и настройки (системная интеграция) |
execOneOffCommand |
ExecOneOffCommandParams | ExecOneOffCommandResponse | stable |
Контролы выполнения инструментов |
Server -> Client Requests (полный список)
| Method | Params Schema | Response Schema | UI-зона |
|---|---|---|---|
item/commandExecution/requestApproval |
CommandExecutionRequestApprovalParams | CommandExecutionRequestApprovalResponse | Контролы выполнения инструментов |
item/fileChange/requestApproval |
FileChangeRequestApprovalParams | FileChangeRequestApprovalResponse | Контролы выполнения инструментов |
item/tool/requestUserInput |
ToolRequestUserInputParams | ToolRequestUserInputResponse | Контролы выполнения инструментов |
item/tool/call |
DynamicToolCallParams | DynamicToolCallResponse | Контролы выполнения инструментов |
account/chatgptAuthTokens/refresh |
ChatgptAuthTokensRefreshParams | ChatgptAuthTokensRefreshResponse | Контролы и настройки (авторизация/аккаунт) |
applyPatchApproval |
ApplyPatchApprovalParams | ApplyPatchApprovalResponse | Контролы выполнения инструментов |
execCommandApproval |
ExecCommandApprovalParams | ExecCommandApprovalResponse | Контролы выполнения инструментов |
Server Notifications (полный список)
| Method | Payload Schema | UI-зона |
|---|---|---|
error |
ErrorNotification | Контентная часть (статическая/сервисная) |
thread/started |
ThreadStartedNotification | Контентная часть (статическая/сервисная) |
thread/name/updated |
ThreadNameUpdatedNotification | Контентная часть (статическая/сервисная) |
thread/tokenUsage/updated |
ThreadTokenUsageUpdatedNotification | Контентная часть (статическая/сервисная) |
turn/started |
TurnStartedNotification | Контентная часть (статическая/сервисная) |
turn/completed |
TurnCompletedNotification | Контентная часть (статическая/сервисная) |
turn/diff/updated |
TurnDiffUpdatedNotification | Контентная часть (статическая/сервисная) |
turn/plan/updated |
TurnPlanUpdatedNotification | Контентная часть (статическая/сервисная) |
item/started |
ItemStartedNotification | Контролы выполнения инструментов |
item/completed |
ItemCompletedNotification | Контролы выполнения инструментов |
rawResponseItem/completed |
RawResponseItemCompletedNotification | Контентная часть (статическая/сервисная) |
item/agentMessage/delta |
AgentMessageDeltaNotification | Контролы выполнения инструментов |
item/plan/delta |
PlanDeltaNotification | Контролы выполнения инструментов |
item/commandExecution/outputDelta |
CommandExecutionOutputDeltaNotification | Контролы выполнения инструментов |
item/commandExecution/terminalInteraction |
TerminalInteractionNotification | Контролы выполнения инструментов |
item/fileChange/outputDelta |
FileChangeOutputDeltaNotification | Контролы выполнения инструментов |
item/mcpToolCall/progress |
McpToolCallProgressNotification | Контролы выполнения инструментов |
mcpServer/oauthLogin/completed |
McpServerOauthLoginCompletedNotification | Контролы и настройки (системная интеграция) |
account/updated |
AccountUpdatedNotification | Контролы и настройки (авторизация/аккаунт) |
account/rateLimits/updated |
AccountRateLimitsUpdatedNotification | Контролы и настройки (авторизация/аккаунт) |
app/list/updated |
AppListUpdatedNotification | Контентная часть (статическая/сервисная) |
item/reasoning/summaryTextDelta |
ReasoningSummaryTextDeltaNotification | Контролы выполнения инструментов |
item/reasoning/summaryPartAdded |
ReasoningSummaryPartAddedNotification | Контролы выполнения инструментов |
item/reasoning/textDelta |
ReasoningTextDeltaNotification | Контролы выполнения инструментов |
thread/compacted |
ContextCompactedNotification | Контентная часть (статическая/сервисная) |
deprecationNotice |
DeprecationNoticeNotification | Контентная часть (статическая/сервисная) |
configWarning |
ConfigWarningNotification | Контентная часть (статическая/сервисная) |
fuzzyFileSearch/sessionUpdated |
FuzzyFileSearchSessionUpdatedNotification | Контролы и настройки (системная интеграция) |
fuzzyFileSearch/sessionCompleted |
FuzzyFileSearchSessionCompletedNotification | Контролы и настройки (системная интеграция) |
windows/worldWritableWarning |
WindowsWorldWritableWarningNotification | Контентная часть (статическая/сервисная) |
account/login/completed |
AccountLoginCompletedNotification | Контролы и настройки (авторизация/аккаунт) |
authStatusChange |
AuthStatusChangeNotification | Контентная часть (статическая/сервисная) |
loginChatGptComplete |
LoginChatGptCompleteNotification | Контролы и настройки (авторизация/аккаунт) |
sessionConfigured |
SessionConfiguredNotification | Контентная часть (статическая/сервисная) |
Полный индекс materialized schema-файлов
JSON Root
- ApplyPatchApprovalParams.json
- ApplyPatchApprovalResponse.json
- ChatgptAuthTokensRefreshParams.json
- ChatgptAuthTokensRefreshResponse.json
- ClientNotification.json
- ClientRequest.json
- CommandExecutionRequestApprovalParams.json
- CommandExecutionRequestApprovalResponse.json
- DynamicToolCallParams.json
- DynamicToolCallResponse.json
- EventMsg.json
- ExecCommandApprovalParams.json
- ExecCommandApprovalResponse.json
- FileChangeRequestApprovalParams.json
- FileChangeRequestApprovalResponse.json
- FuzzyFileSearchParams.json
- FuzzyFileSearchResponse.json
- FuzzyFileSearchSessionCompletedNotification.json
- FuzzyFileSearchSessionStartParams.json
- FuzzyFileSearchSessionStartResponse.json
- FuzzyFileSearchSessionStopParams.json
- FuzzyFileSearchSessionStopResponse.json
- FuzzyFileSearchSessionUpdateParams.json
- FuzzyFileSearchSessionUpdateResponse.json
- FuzzyFileSearchSessionUpdatedNotification.json
- JSONRPCError.json
- JSONRPCErrorError.json
- JSONRPCMessage.json
- JSONRPCNotification.json
- JSONRPCRequest.json
- JSONRPCResponse.json
- RequestId.json
- ServerNotification.json
- ServerRequest.json
- ToolRequestUserInputParams.json
- ToolRequestUserInputResponse.json
- codex_app_server_protocol.schemas.json
JSON v1
- AddConversationListenerParams.json
- AddConversationSubscriptionResponse.json
- ArchiveConversationParams.json
- ArchiveConversationResponse.json
- AuthStatusChangeNotification.json
- CancelLoginChatGptParams.json
- CancelLoginChatGptResponse.json
- ExecOneOffCommandParams.json
- ExecOneOffCommandResponse.json
- ForkConversationParams.json
- ForkConversationResponse.json
- GetAuthStatusParams.json
- GetAuthStatusResponse.json
- GetConversationSummaryParams.json
- GetConversationSummaryResponse.json
- GetUserAgentResponse.json
- GetUserSavedConfigResponse.json
- GitDiffToRemoteParams.json
- GitDiffToRemoteResponse.json
- InitializeParams.json
- InitializeResponse.json
- InterruptConversationParams.json
- InterruptConversationResponse.json
- ListConversationsParams.json
- ListConversationsResponse.json
- LoginApiKeyParams.json
- LoginApiKeyResponse.json
- LoginChatGptCompleteNotification.json
- LoginChatGptResponse.json
- LogoutChatGptResponse.json
- NewConversationParams.json
- NewConversationResponse.json
- RemoveConversationListenerParams.json
- RemoveConversationSubscriptionResponse.json
- ResumeConversationParams.json
- ResumeConversationResponse.json
- SendUserMessageParams.json
- SendUserMessageResponse.json
- SendUserTurnParams.json
- SendUserTurnResponse.json
- SessionConfiguredNotification.json
- SetDefaultModelParams.json
- SetDefaultModelResponse.json
- UserInfoResponse.json
JSON v2
- AccountLoginCompletedNotification.json
- AccountRateLimitsUpdatedNotification.json
- AccountUpdatedNotification.json
- AgentMessageDeltaNotification.json
- AppListUpdatedNotification.json
- AppsListParams.json
- AppsListResponse.json
- CancelLoginAccountParams.json
- CancelLoginAccountResponse.json
- CollaborationModeListParams.json
- CollaborationModeListResponse.json
- CommandExecParams.json
- CommandExecResponse.json
- CommandExecutionOutputDeltaNotification.json
- ConfigBatchWriteParams.json
- ConfigReadParams.json
- ConfigReadResponse.json
- ConfigRequirementsReadResponse.json
- ConfigValueWriteParams.json
- ConfigWarningNotification.json
- ConfigWriteResponse.json
- ContextCompactedNotification.json
- DeprecationNoticeNotification.json
- ErrorNotification.json
- ExperimentalFeatureListParams.json
- ExperimentalFeatureListResponse.json
- FeedbackUploadParams.json
- FeedbackUploadResponse.json
- FileChangeOutputDeltaNotification.json
- GetAccountParams.json
- GetAccountRateLimitsResponse.json
- GetAccountResponse.json
- ItemCompletedNotification.json
- ItemStartedNotification.json
- ListMcpServerStatusParams.json
- ListMcpServerStatusResponse.json
- LoginAccountParams.json
- LoginAccountResponse.json
- LogoutAccountResponse.json
- McpServerOauthLoginCompletedNotification.json
- McpServerOauthLoginParams.json
- McpServerOauthLoginResponse.json
- McpServerRefreshResponse.json
- McpToolCallProgressNotification.json
- MockExperimentalMethodParams.json
- MockExperimentalMethodResponse.json
- ModelListParams.json
- ModelListResponse.json
- PlanDeltaNotification.json
- RawResponseItemCompletedNotification.json
- ReasoningSummaryPartAddedNotification.json
- ReasoningSummaryTextDeltaNotification.json
- ReasoningTextDeltaNotification.json
- ReviewStartParams.json
- ReviewStartResponse.json
- SkillsConfigWriteParams.json
- SkillsConfigWriteResponse.json
- SkillsListParams.json
- SkillsListResponse.json
- SkillsRemoteReadParams.json
- SkillsRemoteReadResponse.json
- SkillsRemoteWriteParams.json
- SkillsRemoteWriteResponse.json
- TerminalInteractionNotification.json
- ThreadArchiveParams.json
- ThreadArchiveResponse.json
- ThreadBackgroundTerminalsCleanParams.json
- ThreadBackgroundTerminalsCleanResponse.json
- ThreadCompactStartParams.json
- ThreadCompactStartResponse.json
- ThreadForkParams.json
- ThreadForkResponse.json
- ThreadListParams.json
- ThreadListResponse.json
- ThreadLoadedListParams.json
- ThreadLoadedListResponse.json
- ThreadNameUpdatedNotification.json
- ThreadReadParams.json
- ThreadReadResponse.json
- ThreadResumeParams.json
- ThreadResumeResponse.json
- ThreadRollbackParams.json
- ThreadRollbackResponse.json
- ThreadSetNameParams.json
- ThreadSetNameResponse.json
- ThreadStartParams.json
- ThreadStartResponse.json
- ThreadStartedNotification.json
- ThreadTokenUsageUpdatedNotification.json
- ThreadUnarchiveParams.json
- ThreadUnarchiveResponse.json
- TurnCompletedNotification.json
- TurnDiffUpdatedNotification.json
- TurnInterruptParams.json
- TurnInterruptResponse.json
- TurnPlanUpdatedNotification.json
- TurnStartParams.json
- TurnStartResponse.json
- TurnStartedNotification.json
- TurnSteerParams.json
- TurnSteerResponse.json
- WindowsWorldWritableWarningNotification.json
TypeScript Root
- AbsolutePathBuf.ts
- AddConversationListenerParams.ts
- AddConversationSubscriptionResponse.ts
- AgentMessageContent.ts
- AgentMessageContentDeltaEvent.ts
- AgentMessageDeltaEvent.ts
- AgentMessageEvent.ts
- AgentMessageItem.ts
- AgentReasoningDeltaEvent.ts
- AgentReasoningEvent.ts
- AgentReasoningRawContentDeltaEvent.ts
- AgentReasoningRawContentEvent.ts
- AgentReasoningSectionBreakEvent.ts
- AgentStatus.ts
- ApplyPatchApprovalParams.ts
- ApplyPatchApprovalRequestEvent.ts
- ApplyPatchApprovalResponse.ts
- ArchiveConversationParams.ts
- ArchiveConversationResponse.ts
- AskForApproval.ts
- AuthMode.ts
- AuthStatusChangeNotification.ts
- BackgroundEventEvent.ts
- ByteRange.ts
- CallToolResult.ts
- CancelLoginChatGptParams.ts
- CancelLoginChatGptResponse.ts
- ClientInfo.ts
- ClientNotification.ts
- ClientRequest.ts
- CodexErrorInfo.ts
- CollabAgentInteractionBeginEvent.ts
- CollabAgentInteractionEndEvent.ts
- CollabAgentSpawnBeginEvent.ts
- CollabAgentSpawnEndEvent.ts
- CollabCloseBeginEvent.ts
- CollabCloseEndEvent.ts
- CollabResumeBeginEvent.ts
- CollabResumeEndEvent.ts
- CollabWaitingBeginEvent.ts
- CollabWaitingEndEvent.ts
- CollaborationMode.ts
- CollaborationModeMask.ts
- ContentItem.ts
- ContextCompactedEvent.ts
- ContextCompactionItem.ts
- ConversationGitInfo.ts
- ConversationSummary.ts
- CreditsSnapshot.ts
- CustomPrompt.ts
- DeprecationNoticeEvent.ts
- DynamicToolCallRequest.ts
- ElicitationRequestEvent.ts
- ErrorEvent.ts
- EventMsg.ts
- ExecApprovalRequestEvent.ts
- ExecCommandApprovalParams.ts
- ExecCommandApprovalResponse.ts
- ExecCommandBeginEvent.ts
- ExecCommandEndEvent.ts
- ExecCommandOutputDeltaEvent.ts
- ExecCommandSource.ts
- ExecCommandStatus.ts
- ExecOneOffCommandParams.ts
- ExecOneOffCommandResponse.ts
- ExecOutputStream.ts
- ExecPolicyAmendment.ts
- ExitedReviewModeEvent.ts
- FileChange.ts
- ForcedLoginMethod.ts
- ForkConversationParams.ts
- ForkConversationResponse.ts
- FunctionCallOutputBody.ts
- FunctionCallOutputContentItem.ts
- FunctionCallOutputPayload.ts
- FuzzyFileSearchParams.ts
- FuzzyFileSearchResponse.ts
- FuzzyFileSearchResult.ts
- FuzzyFileSearchSessionCompletedNotification.ts
- FuzzyFileSearchSessionStartParams.ts
- FuzzyFileSearchSessionStartResponse.ts
- FuzzyFileSearchSessionStopParams.ts
- FuzzyFileSearchSessionStopResponse.ts
- FuzzyFileSearchSessionUpdateParams.ts
- FuzzyFileSearchSessionUpdateResponse.ts
- FuzzyFileSearchSessionUpdatedNotification.ts
- GetAuthStatusParams.ts
- GetAuthStatusResponse.ts
- GetConversationSummaryParams.ts
- GetConversationSummaryResponse.ts
- GetHistoryEntryResponseEvent.ts
- GetUserAgentResponse.ts
- GetUserSavedConfigResponse.ts
- GhostCommit.ts
- GitDiffToRemoteParams.ts
- GitDiffToRemoteResponse.ts
- GitSha.ts
- HistoryEntry.ts
- InitializeCapabilities.ts
- InitializeParams.ts
- InitializeResponse.ts
- InputItem.ts
- InputModality.ts
- InterruptConversationParams.ts
- InterruptConversationResponse.ts
- ItemCompletedEvent.ts
- ItemStartedEvent.ts
- ListConversationsParams.ts
- ListConversationsResponse.ts
- ListCustomPromptsResponseEvent.ts
- ListRemoteSkillsResponseEvent.ts
- ListSkillsResponseEvent.ts
- LocalShellAction.ts
- LocalShellExecAction.ts
- LocalShellStatus.ts
- LoginApiKeyParams.ts
- LoginApiKeyResponse.ts
- LoginChatGptCompleteNotification.ts
- LoginChatGptResponse.ts
- LogoutChatGptResponse.ts
- McpAuthStatus.ts
- McpInvocation.ts
- McpListToolsResponseEvent.ts
- McpStartupCompleteEvent.ts
- McpStartupFailure.ts
- McpStartupStatus.ts
- McpStartupUpdateEvent.ts
- McpToolCallBeginEvent.ts
- McpToolCallEndEvent.ts
- MessagePhase.ts
- ModeKind.ts
- NetworkAccess.ts
- NetworkApprovalContext.ts
- NetworkApprovalProtocol.ts
- NewConversationParams.ts
- NewConversationResponse.ts
- ParsedCommand.ts
- PatchApplyBeginEvent.ts
- PatchApplyEndEvent.ts
- PatchApplyStatus.ts
- Personality.ts
- PlanDeltaEvent.ts
- PlanItem.ts
- PlanItemArg.ts
- PlanType.ts
- Profile.ts
- RateLimitSnapshot.ts
- RateLimitWindow.ts
- RawResponseItemEvent.ts
- ReadOnlyAccess.ts
- ReasoningContentDeltaEvent.ts
- ReasoningEffort.ts
- ReasoningItem.ts
- ReasoningItemContent.ts
- ReasoningItemReasoningSummary.ts
- ReasoningRawContentDeltaEvent.ts
- ReasoningSummary.ts
- RemoteSkillDownloadedEvent.ts
- RemoteSkillSummary.ts
- RemoveConversationListenerParams.ts
- RemoveConversationSubscriptionResponse.ts
- RequestId.ts
- RequestUserInputEvent.ts
- RequestUserInputQuestion.ts
- RequestUserInputQuestionOption.ts
- Resource.ts
- ResourceTemplate.ts
- ResponseItem.ts
- ResumeConversationParams.ts
- ResumeConversationResponse.ts
- ReviewCodeLocation.ts
- ReviewDecision.ts
- ReviewFinding.ts
- ReviewLineRange.ts
- ReviewOutputEvent.ts
- ReviewRequest.ts
- ReviewTarget.ts
- SandboxMode.ts
- SandboxPolicy.ts
- SandboxSettings.ts
- SendUserMessageParams.ts
- SendUserMessageResponse.ts
- SendUserTurnParams.ts
- SendUserTurnResponse.ts
- ServerNotification.ts
- ServerRequest.ts
- SessionConfiguredEvent.ts
- SessionConfiguredNotification.ts
- SessionNetworkProxyRuntime.ts
- SessionSource.ts
- SetDefaultModelParams.ts
- SetDefaultModelResponse.ts
- Settings.ts
- SkillDependencies.ts
- SkillErrorInfo.ts
- SkillInterface.ts
- SkillMetadata.ts
- SkillScope.ts
- SkillToolDependency.ts
- SkillsListEntry.ts
- StepStatus.ts
- StreamErrorEvent.ts
- SubAgentSource.ts
- TerminalInteractionEvent.ts
- TextElement.ts
- ThreadId.ts
- ThreadNameUpdatedEvent.ts
- ThreadRolledBackEvent.ts
- TokenCountEvent.ts
- TokenUsage.ts
- TokenUsageInfo.ts
- Tool.ts
- Tools.ts
- TurnAbortReason.ts
- TurnAbortedEvent.ts
- TurnCompleteEvent.ts
- TurnDiffEvent.ts
- TurnItem.ts
- TurnStartedEvent.ts
- UndoCompletedEvent.ts
- UndoStartedEvent.ts
- UpdatePlanArgs.ts
- UserInfoResponse.ts
- UserInput.ts
- UserMessageEvent.ts
- UserMessageItem.ts
- UserSavedConfig.ts
- Verbosity.ts
- ViewImageToolCallEvent.ts
- WarningEvent.ts
- WebSearchAction.ts
- WebSearchBeginEvent.ts
- WebSearchEndEvent.ts
- WebSearchItem.ts
- WebSearchMode.ts
- index.ts
TypeScript v2
- Account.ts
- AccountLoginCompletedNotification.ts
- AccountRateLimitsUpdatedNotification.ts
- AccountUpdatedNotification.ts
- AgentMessageDeltaNotification.ts
- AnalyticsConfig.ts
- AppDisabledReason.ts
- AppInfo.ts
- AppListUpdatedNotification.ts
- AppsConfig.ts
- AppsListParams.ts
- AppsListResponse.ts
- AskForApproval.ts
- ByteRange.ts
- CancelLoginAccountParams.ts
- CancelLoginAccountResponse.ts
- CancelLoginAccountStatus.ts
- ChatgptAuthTokensRefreshParams.ts
- ChatgptAuthTokensRefreshReason.ts
- ChatgptAuthTokensRefreshResponse.ts
- CodexErrorInfo.ts
- CollabAgentState.ts
- CollabAgentStatus.ts
- CollabAgentTool.ts
- CollabAgentToolCallStatus.ts
- CollaborationModeListParams.ts
- CollaborationModeListResponse.ts
- CommandAction.ts
- CommandExecParams.ts
- CommandExecResponse.ts
- CommandExecutionApprovalDecision.ts
- CommandExecutionOutputDeltaNotification.ts
- CommandExecutionRequestApprovalParams.ts
- CommandExecutionRequestApprovalResponse.ts
- CommandExecutionStatus.ts
- Config.ts
- ConfigBatchWriteParams.ts
- ConfigEdit.ts
- ConfigLayer.ts
- ConfigLayerMetadata.ts
- ConfigLayerSource.ts
- ConfigReadParams.ts
- ConfigReadResponse.ts
- ConfigRequirements.ts
- ConfigRequirementsReadResponse.ts
- ConfigValueWriteParams.ts
- ConfigWarningNotification.ts
- ConfigWriteResponse.ts
- ContextCompactedNotification.ts
- CreditsSnapshot.ts
- DeprecationNoticeNotification.ts
- DynamicToolCallOutputContentItem.ts
- DynamicToolCallParams.ts
- DynamicToolCallResponse.ts
- DynamicToolSpec.ts
- ErrorNotification.ts
- ExecPolicyAmendment.ts
- ExperimentalFeature.ts
- ExperimentalFeatureListParams.ts
- ExperimentalFeatureListResponse.ts
- ExperimentalFeatureStage.ts
- FeedbackUploadParams.ts
- FeedbackUploadResponse.ts
- FileChangeApprovalDecision.ts
- FileChangeOutputDeltaNotification.ts
- FileChangeRequestApprovalParams.ts
- FileChangeRequestApprovalResponse.ts
- FileUpdateChange.ts
- GetAccountParams.ts
- GetAccountRateLimitsResponse.ts
- GetAccountResponse.ts
- GitInfo.ts
- ItemCompletedNotification.ts
- ItemStartedNotification.ts
- ListMcpServerStatusParams.ts
- ListMcpServerStatusResponse.ts
- LoginAccountParams.ts
- LoginAccountResponse.ts
- LogoutAccountResponse.ts
- McpAuthStatus.ts
- McpServerOauthLoginCompletedNotification.ts
- McpServerOauthLoginParams.ts
- McpServerOauthLoginResponse.ts
- McpServerRefreshResponse.ts
- McpServerStatus.ts
- McpToolCallError.ts
- McpToolCallProgressNotification.ts
- McpToolCallResult.ts
- McpToolCallStatus.ts
- MergeStrategy.ts
- MockExperimentalMethodParams.ts
- MockExperimentalMethodResponse.ts
- Model.ts
- ModelListParams.ts
- ModelListResponse.ts
- NetworkAccess.ts
- NetworkRequirements.ts
- OverriddenMetadata.ts
- PatchApplyStatus.ts
- PatchChangeKind.ts
- PlanDeltaNotification.ts
- ProfileV2.ts
- RateLimitSnapshot.ts
- RateLimitWindow.ts
- RawResponseItemCompletedNotification.ts
- ReadOnlyAccess.ts
- ReasoningEffortOption.ts
- ReasoningSummaryPartAddedNotification.ts
- ReasoningSummaryTextDeltaNotification.ts
- ReasoningTextDeltaNotification.ts
- RemoteSkillSummary.ts
- ResidencyRequirement.ts
- ReviewDelivery.ts
- ReviewStartParams.ts
- ReviewStartResponse.ts
- ReviewTarget.ts
- SandboxMode.ts
- SandboxPolicy.ts
- SandboxWorkspaceWrite.ts
- SessionSource.ts
- SkillDependencies.ts
- SkillErrorInfo.ts
- SkillInterface.ts
- SkillMetadata.ts
- SkillScope.ts
- SkillToolDependency.ts
- SkillsConfigWriteParams.ts
- SkillsConfigWriteResponse.ts
- SkillsListEntry.ts
- SkillsListExtraRootsForCwd.ts
- SkillsListParams.ts
- SkillsListResponse.ts
- SkillsRemoteReadParams.ts
- SkillsRemoteReadResponse.ts
- SkillsRemoteWriteParams.ts
- SkillsRemoteWriteResponse.ts
- TerminalInteractionNotification.ts
- TextElement.ts
- TextPosition.ts
- TextRange.ts
- Thread.ts
- ThreadArchiveParams.ts
- ThreadArchiveResponse.ts
- ThreadBackgroundTerminalsCleanParams.ts
- ThreadBackgroundTerminalsCleanResponse.ts
- ThreadCompactStartParams.ts
- ThreadCompactStartResponse.ts
- ThreadForkParams.ts
- ThreadForkResponse.ts
- ThreadItem.ts
- ThreadListParams.ts
- ThreadListResponse.ts
- ThreadLoadedListParams.ts
- ThreadLoadedListResponse.ts
- ThreadNameUpdatedNotification.ts
- ThreadReadParams.ts
- ThreadReadResponse.ts
- ThreadResumeParams.ts
- ThreadResumeResponse.ts
- ThreadRollbackParams.ts
- ThreadRollbackResponse.ts
- ThreadSetNameParams.ts
- ThreadSetNameResponse.ts
- ThreadSortKey.ts
- ThreadSourceKind.ts
- ThreadStartParams.ts
- ThreadStartResponse.ts
- ThreadStartedNotification.ts
- ThreadTokenUsage.ts
- ThreadTokenUsageUpdatedNotification.ts
- ThreadUnarchiveParams.ts
- ThreadUnarchiveResponse.ts
- TokenUsageBreakdown.ts
- ToolRequestUserInputAnswer.ts
- ToolRequestUserInputOption.ts
- ToolRequestUserInputParams.ts
- ToolRequestUserInputQuestion.ts
- ToolRequestUserInputResponse.ts
- ToolsV2.ts
- Turn.ts
- TurnCompletedNotification.ts
- TurnDiffUpdatedNotification.ts
- TurnError.ts
- TurnInterruptParams.ts
- TurnInterruptResponse.ts
- TurnPlanStep.ts
- TurnPlanStepStatus.ts
- TurnPlanUpdatedNotification.ts
- TurnStartParams.ts
- TurnStartResponse.ts
- TurnStartedNotification.ts
- TurnStatus.ts
- TurnSteerParams.ts
- TurnSteerResponse.ts
- UserInput.ts
- WebSearchAction.ts
- WindowsWorldWritableWarningNotification.ts
- WriteStatus.ts
- index.ts
Проверка полноты
- Client methods: 66
- Server requests: 7
- Server notifications: 34
- Materialized JSON root schemas: 37
- Materialized JSON v1 schemas: 44
- Materialized JSON v2 schemas: 102
- Materialized TS root schemas: 236
- Materialized TS v2 schemas: 199