mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 13:55:50 +00:00
feat: 完成stub
This commit is contained in:
7
src/cli/bg.ts
Normal file
7
src/cli/bg.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const psHandler: any = (() => {}) as any;
|
||||
export const logsHandler: any = (() => {}) as any;
|
||||
export const attachHandler: any = (() => {}) as any;
|
||||
export const killHandler: any = (() => {}) as any;
|
||||
export const handleBgFlag: any = (() => {}) as any;
|
||||
11
src/cli/handlers/ant.ts
Normal file
11
src/cli/handlers/ant.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const logHandler: any = (() => {}) as any;
|
||||
export const errorHandler: any = (() => {}) as any;
|
||||
export const exportHandler: any = (() => {}) as any;
|
||||
export const taskCreateHandler: any = (() => {}) as any;
|
||||
export const taskListHandler: any = (() => {}) as any;
|
||||
export const taskGetHandler: any = (() => {}) as any;
|
||||
export const taskUpdateHandler: any = (() => {}) as any;
|
||||
export const taskDirHandler: any = (() => {}) as any;
|
||||
export const completionHandler: any = (() => {}) as any;
|
||||
3
src/cli/handlers/templateJobs.ts
Normal file
3
src/cli/handlers/templateJobs.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const templatesMain: any = (() => {}) as any;
|
||||
2
src/cli/rollback.ts
Normal file
2
src/cli/rollback.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub
|
||||
export {};
|
||||
2
src/cli/src/QueryEngine.ts
Normal file
2
src/cli/src/QueryEngine.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ask = any;
|
||||
2
src/cli/src/cli/handlers/auth.ts
Normal file
2
src/cli/src/cli/handlers/auth.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type installOAuthTokens = any;
|
||||
2
src/cli/src/cli/remoteIO.ts
Normal file
2
src/cli/src/cli/remoteIO.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type RemoteIO = any;
|
||||
2
src/cli/src/cli/structuredIO.ts
Normal file
2
src/cli/src/cli/structuredIO.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type StructuredIO = any;
|
||||
2
src/cli/src/commands/context/context-noninteractive.ts
Normal file
2
src/cli/src/commands/context/context-noninteractive.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type collectContextData = any;
|
||||
14
src/cli/src/entrypoints/agentSdkTypes.ts
Normal file
14
src/cli/src/entrypoints/agentSdkTypes.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SDKStatus = any;
|
||||
export type ModelInfo = any;
|
||||
export type SDKMessage = any;
|
||||
export type SDKUserMessage = any;
|
||||
export type SDKUserMessageReplay = any;
|
||||
export type PermissionResult = any;
|
||||
export type McpServerConfigForProcessTransport = any;
|
||||
export type McpServerStatus = any;
|
||||
export type RewindFilesResult = any;
|
||||
export type HookEvent = any;
|
||||
export type HookInput = any;
|
||||
export type HookJSONOutput = any;
|
||||
export type PermissionUpdate = any;
|
||||
2
src/cli/src/entrypoints/sdk/controlSchemas.ts
Normal file
2
src/cli/src/entrypoints/sdk/controlSchemas.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SDKControlElicitationResponseSchema = any;
|
||||
9
src/cli/src/entrypoints/sdk/controlTypes.ts
Normal file
9
src/cli/src/entrypoints/sdk/controlTypes.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type StdoutMessage = any;
|
||||
export type SDKControlInitializeRequest = any;
|
||||
export type SDKControlInitializeResponse = any;
|
||||
export type SDKControlRequest = any;
|
||||
export type SDKControlResponse = any;
|
||||
export type SDKControlMcpSetServersResponse = any;
|
||||
export type SDKControlReloadPluginsResponse = any;
|
||||
export type StdinMessage = any;
|
||||
2
src/cli/src/hooks/useCanUseTool.ts
Normal file
2
src/cli/src/hooks/useCanUseTool.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type CanUseToolFn = any;
|
||||
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type tryGenerateSuggestion = any;
|
||||
export type logSuggestionOutcome = any;
|
||||
export type logSuggestionSuppressed = any;
|
||||
export type PromptVariant = any;
|
||||
2
src/cli/src/services/analytics/growthbook.ts
Normal file
2
src/cli/src/services/analytics/growthbook.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getFeatureValue_CACHED_MAY_BE_STALE = any;
|
||||
3
src/cli/src/services/analytics/index.ts
Normal file
3
src/cli/src/services/analytics/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logEvent = any;
|
||||
export type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS = any;
|
||||
3
src/cli/src/services/api/grove.ts
Normal file
3
src/cli/src/services/api/grove.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isQualifiedForGrove = any;
|
||||
export type checkGroveForNonInteractive = any;
|
||||
2
src/cli/src/services/api/logging.ts
Normal file
2
src/cli/src/services/api/logging.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type EMPTY_USAGE = any;
|
||||
3
src/cli/src/services/claudeAiLimits.ts
Normal file
3
src/cli/src/services/claudeAiLimits.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type statusListeners = any;
|
||||
export type ClaudeAILimits = any;
|
||||
3
src/cli/src/services/mcp/auth.ts
Normal file
3
src/cli/src/services/mcp/auth.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type performMCPOAuthFlow = any;
|
||||
export type revokeServerTokens = any;
|
||||
3
src/cli/src/services/mcp/channelAllowlist.ts
Normal file
3
src/cli/src/services/mcp/channelAllowlist.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isChannelAllowlisted = any;
|
||||
export type isChannelsEnabled = any;
|
||||
5
src/cli/src/services/mcp/channelNotification.ts
Normal file
5
src/cli/src/services/mcp/channelNotification.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ChannelMessageNotificationSchema = any;
|
||||
export type gateChannelServer = any;
|
||||
export type wrapChannelMessage = any;
|
||||
export type findChannelEntry = any;
|
||||
7
src/cli/src/services/mcp/client.ts
Normal file
7
src/cli/src/services/mcp/client.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type setupSdkMcpClients = any;
|
||||
export type connectToServer = any;
|
||||
export type clearServerCache = any;
|
||||
export type fetchToolsForClient = any;
|
||||
export type areMcpConfigsEqual = any;
|
||||
export type reconnectMcpServerImpl = any;
|
||||
6
src/cli/src/services/mcp/config.ts
Normal file
6
src/cli/src/services/mcp/config.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type filterMcpServersByPolicy = any;
|
||||
export type getMcpConfigByName = any;
|
||||
export type isMcpServerDisabled = any;
|
||||
export type setMcpServerEnabled = any;
|
||||
export type getAllMcpConfigs = any;
|
||||
3
src/cli/src/services/mcp/elicitationHandler.ts
Normal file
3
src/cli/src/services/mcp/elicitationHandler.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type runElicitationHooks = any;
|
||||
export type runElicitationResultHooks = any;
|
||||
2
src/cli/src/services/mcp/mcpStringUtils.ts
Normal file
2
src/cli/src/services/mcp/mcpStringUtils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getMcpPrefix = any;
|
||||
4
src/cli/src/services/mcp/types.ts
Normal file
4
src/cli/src/services/mcp/types.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type MCPServerConnection = any;
|
||||
export type McpSdkServerConfig = any;
|
||||
export type ScopedMcpServerConfig = any;
|
||||
3
src/cli/src/services/mcp/utils.ts
Normal file
3
src/cli/src/services/mcp/utils.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type commandBelongsToServer = any;
|
||||
export type filterToolsByServer = any;
|
||||
2
src/cli/src/services/mcp/vscodeSdkMcp.ts
Normal file
2
src/cli/src/services/mcp/vscodeSdkMcp.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type setupVscodeSdkMcp = any;
|
||||
2
src/cli/src/services/oauth/index.ts
Normal file
2
src/cli/src/services/oauth/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type OAuthService = any;
|
||||
2
src/cli/src/services/policyLimits/index.ts
Normal file
2
src/cli/src/services/policyLimits/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isPolicyAllowed = any;
|
||||
2
src/cli/src/services/remoteManagedSettings/index.ts
Normal file
2
src/cli/src/services/remoteManagedSettings/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type waitForRemoteManagedSettingsToLoad = any;
|
||||
3
src/cli/src/services/settingsSync/index.ts
Normal file
3
src/cli/src/services/settingsSync/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type downloadUserSettings = any;
|
||||
export type redownloadUserSettings = any;
|
||||
2
src/cli/src/state/AppStateStore.ts
Normal file
2
src/cli/src/state/AppStateStore.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AppState = any;
|
||||
2
src/cli/src/state/onChangeAppState.ts
Normal file
2
src/cli/src/state/onChangeAppState.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type externalMetadataToAppState = any;
|
||||
3
src/cli/src/tools.ts
Normal file
3
src/cli/src/tools.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type assembleToolPool = any;
|
||||
export type filterToolsByDenyRules = any;
|
||||
2
src/cli/src/utils/abortController.ts
Normal file
2
src/cli/src/utils/abortController.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type createAbortController = any;
|
||||
2
src/cli/src/utils/array.ts
Normal file
2
src/cli/src/utils/array.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type uniq = any;
|
||||
2
src/cli/src/utils/auth.ts
Normal file
2
src/cli/src/utils/auth.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getAccountInformation = any;
|
||||
4
src/cli/src/utils/autoUpdater.ts
Normal file
4
src/cli/src/utils/autoUpdater.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getLatestVersion = any;
|
||||
export type InstallStatus = any;
|
||||
export type installGlobalPackage = any;
|
||||
2
src/cli/src/utils/awsAuthStatusManager.ts
Normal file
2
src/cli/src/utils/awsAuthStatusManager.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AwsAuthStatusManager = any;
|
||||
2
src/cli/src/utils/betas.ts
Normal file
2
src/cli/src/utils/betas.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type modelSupportsAutoMode = any;
|
||||
2
src/cli/src/utils/cleanupRegistry.ts
Normal file
2
src/cli/src/utils/cleanupRegistry.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type registerCleanup = any;
|
||||
2
src/cli/src/utils/combinedAbortSignal.ts
Normal file
2
src/cli/src/utils/combinedAbortSignal.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type createCombinedAbortSignal = any;
|
||||
2
src/cli/src/utils/commandLifecycle.ts
Normal file
2
src/cli/src/utils/commandLifecycle.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type notifyCommandLifecycle = any;
|
||||
2
src/cli/src/utils/commitAttribution.ts
Normal file
2
src/cli/src/utils/commitAttribution.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type incrementPromptCount = any;
|
||||
2
src/cli/src/utils/completionCache.ts
Normal file
2
src/cli/src/utils/completionCache.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type regenerateCompletionCache = any;
|
||||
4
src/cli/src/utils/config.ts
Normal file
4
src/cli/src/utils/config.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getGlobalConfig = any;
|
||||
export type InstallMethod = any;
|
||||
export type saveGlobalConfig = any;
|
||||
3
src/cli/src/utils/conversationRecovery.ts
Normal file
3
src/cli/src/utils/conversationRecovery.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type loadConversationForResume = any;
|
||||
export type TurnInterruptionState = any;
|
||||
2
src/cli/src/utils/cwd.ts
Normal file
2
src/cli/src/utils/cwd.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getCwd = any;
|
||||
2
src/cli/src/utils/debug.ts
Normal file
2
src/cli/src/utils/debug.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logForDebugging = any;
|
||||
3
src/cli/src/utils/diagLogs.ts
Normal file
3
src/cli/src/utils/diagLogs.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logForDiagnosticsNoPII = any;
|
||||
export type withDiagnosticsTiming = any;
|
||||
2
src/cli/src/utils/doctorDiagnostic.ts
Normal file
2
src/cli/src/utils/doctorDiagnostic.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getDoctorDiagnostic = any;
|
||||
5
src/cli/src/utils/effort.ts
Normal file
5
src/cli/src/utils/effort.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type modelSupportsEffort = any;
|
||||
export type modelSupportsMaxEffort = any;
|
||||
export type EFFORT_LEVELS = any;
|
||||
export type resolveAppliedEffort = any;
|
||||
2
src/cli/src/utils/errors.ts
Normal file
2
src/cli/src/utils/errors.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AbortError = any;
|
||||
5
src/cli/src/utils/fastMode.ts
Normal file
5
src/cli/src/utils/fastMode.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isFastModeAvailable = any;
|
||||
export type isFastModeEnabled = any;
|
||||
export type isFastModeSupportedByModel = any;
|
||||
export type getFastModeState = any;
|
||||
5
src/cli/src/utils/fileHistory.ts
Normal file
5
src/cli/src/utils/fileHistory.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type fileHistoryRewind = any;
|
||||
export type fileHistoryCanRestore = any;
|
||||
export type fileHistoryEnabled = any;
|
||||
export type fileHistoryGetDiffStats = any;
|
||||
2
src/cli/src/utils/filePersistence/filePersistence.ts
Normal file
2
src/cli/src/utils/filePersistence/filePersistence.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type executeFilePersistence = any;
|
||||
4
src/cli/src/utils/fileStateCache.ts
Normal file
4
src/cli/src/utils/fileStateCache.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type createFileStateCacheWithSizeLimit = any;
|
||||
export type mergeFileStateCaches = any;
|
||||
export type READ_FILE_STATE_CACHE_SIZE = any;
|
||||
2
src/cli/src/utils/forkedAgent.ts
Normal file
2
src/cli/src/utils/forkedAgent.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getLastCacheSafeParams = any;
|
||||
2
src/cli/src/utils/generators.ts
Normal file
2
src/cli/src/utils/generators.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type fromArray = any;
|
||||
4
src/cli/src/utils/gracefulShutdown.ts
Normal file
4
src/cli/src/utils/gracefulShutdown.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type gracefulShutdown = any;
|
||||
export type gracefulShutdownSync = any;
|
||||
export type isShuttingDown = any;
|
||||
4
src/cli/src/utils/headlessProfiler.ts
Normal file
4
src/cli/src/utils/headlessProfiler.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type headlessProfilerStartTurn = any;
|
||||
export type headlessProfilerCheckpoint = any;
|
||||
export type logHeadlessProfilerTurn = any;
|
||||
2
src/cli/src/utils/hooks.ts
Normal file
2
src/cli/src/utils/hooks.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type executeNotificationHooks = any;
|
||||
2
src/cli/src/utils/hooks/AsyncHookRegistry.ts
Normal file
2
src/cli/src/utils/hooks/AsyncHookRegistry.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type finalizePendingAsyncHooks = any;
|
||||
2
src/cli/src/utils/hooks/hookEvents.ts
Normal file
2
src/cli/src/utils/hooks/hookEvents.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type registerHookEventHandler = any;
|
||||
2
src/cli/src/utils/idleTimeout.ts
Normal file
2
src/cli/src/utils/idleTimeout.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type createIdleTimeoutManager = any;
|
||||
2
src/cli/src/utils/json.ts
Normal file
2
src/cli/src/utils/json.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type safeParseJSON = any;
|
||||
3
src/cli/src/utils/localInstaller.ts
Normal file
3
src/cli/src/utils/localInstaller.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type installOrUpdateClaudePackage = any;
|
||||
export type localInstallationExists = any;
|
||||
4
src/cli/src/utils/log.ts
Normal file
4
src/cli/src/utils/log.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getInMemoryErrors = any;
|
||||
export type logError = any;
|
||||
export type logMCPDebug = any;
|
||||
8
src/cli/src/utils/messageQueueManager.ts
Normal file
8
src/cli/src/utils/messageQueueManager.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type dequeue = any;
|
||||
export type dequeueAllMatching = any;
|
||||
export type enqueue = any;
|
||||
export type hasCommandsInQueue = any;
|
||||
export type peek = any;
|
||||
export type subscribeToCommandQueue = any;
|
||||
export type getCommandsByMaxPriority = any;
|
||||
2
src/cli/src/utils/messages.ts
Normal file
2
src/cli/src/utils/messages.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type createModelSwitchBreadcrumbs = any;
|
||||
3
src/cli/src/utils/messages/mappers.ts
Normal file
3
src/cli/src/utils/messages/mappers.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type toInternalMessages = any;
|
||||
export type toSDKRateLimitInfo = any;
|
||||
5
src/cli/src/utils/model/model.ts
Normal file
5
src/cli/src/utils/model/model.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getDefaultMainLoopModel = any;
|
||||
export type getMainLoopModel = any;
|
||||
export type modelDisplayString = any;
|
||||
export type parseUserSpecifiedModel = any;
|
||||
2
src/cli/src/utils/model/modelOptions.ts
Normal file
2
src/cli/src/utils/model/modelOptions.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getModelOptions = any;
|
||||
2
src/cli/src/utils/model/modelStrings.ts
Normal file
2
src/cli/src/utils/model/modelStrings.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ensureModelStringsInitialized = any;
|
||||
2
src/cli/src/utils/model/providers.ts
Normal file
2
src/cli/src/utils/model/providers.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getAPIProvider = any;
|
||||
3
src/cli/src/utils/nativeInstaller/index.ts
Normal file
3
src/cli/src/utils/nativeInstaller/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type installLatest = any;
|
||||
export type removeInstalledSymlink = any;
|
||||
2
src/cli/src/utils/nativeInstaller/packageManagers.ts
Normal file
2
src/cli/src/utils/nativeInstaller/packageManagers.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getPackageManager = any;
|
||||
2
src/cli/src/utils/path.ts
Normal file
2
src/cli/src/utils/path.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type expandPath = any;
|
||||
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type outputSchema = any;
|
||||
export type permissionPromptToolResultToPermissionDecision = any;
|
||||
export type Output = any;
|
||||
3
src/cli/src/utils/permissions/PermissionResult.ts
Normal file
3
src/cli/src/utils/permissions/PermissionResult.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type PermissionDecision = any;
|
||||
export type PermissionDecisionReason = any;
|
||||
6
src/cli/src/utils/permissions/permissionSetup.ts
Normal file
6
src/cli/src/utils/permissions/permissionSetup.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isAutoModeGateEnabled = any;
|
||||
export type getAutoModeUnavailableNotification = any;
|
||||
export type getAutoModeUnavailableReason = any;
|
||||
export type isBypassPermissionsModeDisabled = any;
|
||||
export type transitionPermissionMode = any;
|
||||
2
src/cli/src/utils/permissions/permissions.ts
Normal file
2
src/cli/src/utils/permissions/permissions.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type hasPermissionsToUseTool = any;
|
||||
2
src/cli/src/utils/plugins/pluginIdentifier.ts
Normal file
2
src/cli/src/utils/plugins/pluginIdentifier.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type parsePluginIdentifier = any;
|
||||
3
src/cli/src/utils/process.ts
Normal file
3
src/cli/src/utils/process.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type writeToStdout = any;
|
||||
export type registerProcessOutputErrorHandlers = any;
|
||||
2
src/cli/src/utils/queryContext.ts
Normal file
2
src/cli/src/utils/queryContext.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type buildSideQuestionFallbackParams = any;
|
||||
3
src/cli/src/utils/queryHelpers.ts
Normal file
3
src/cli/src/utils/queryHelpers.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type PermissionPromptTool = any;
|
||||
export type extractReadFilesFromMessages = any;
|
||||
3
src/cli/src/utils/queryProfiler.ts
Normal file
3
src/cli/src/utils/queryProfiler.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type startQueryProfile = any;
|
||||
export type logQueryProfileReport = any;
|
||||
2
src/cli/src/utils/sandbox/sandbox-adapter.ts
Normal file
2
src/cli/src/utils/sandbox/sandbox-adapter.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SandboxManager = any;
|
||||
2
src/cli/src/utils/semver.ts
Normal file
2
src/cli/src/utils/semver.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type gte = any;
|
||||
3
src/cli/src/utils/sessionRestore.ts
Normal file
3
src/cli/src/utils/sessionRestore.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type restoreAgentFromSession = any;
|
||||
export type restoreSessionStateFromLog = any;
|
||||
4
src/cli/src/utils/sessionStart.ts
Normal file
4
src/cli/src/utils/sessionStart.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type processSessionStartHooks = any;
|
||||
export type processSetupHooks = any;
|
||||
export type takeInitialUserMessage = any;
|
||||
7
src/cli/src/utils/sessionState.ts
Normal file
7
src/cli/src/utils/sessionState.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getSessionState = any;
|
||||
export type notifySessionStateChanged = any;
|
||||
export type notifySessionMetadataChanged = any;
|
||||
export type setPermissionModeChangedListener = any;
|
||||
export type RequiresActionDetails = any;
|
||||
export type SessionExternalMetadata = any;
|
||||
11
src/cli/src/utils/sessionStorage.ts
Normal file
11
src/cli/src/utils/sessionStorage.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type hydrateRemoteSession = any;
|
||||
export type hydrateFromCCRv2InternalEvents = any;
|
||||
export type resetSessionFilePointer = any;
|
||||
export type doesMessageExistInSession = any;
|
||||
export type findUnresolvedToolUse = any;
|
||||
export type recordAttributionSnapshot = any;
|
||||
export type saveAgentSetting = any;
|
||||
export type saveMode = any;
|
||||
export type saveAiGeneratedTitle = any;
|
||||
export type restoreSessionMetadata = any;
|
||||
2
src/cli/src/utils/sessionTitle.ts
Normal file
2
src/cli/src/utils/sessionTitle.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type generateSessionTitle = any;
|
||||
2
src/cli/src/utils/sessionUrl.ts
Normal file
2
src/cli/src/utils/sessionUrl.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type parseSessionIdentifier = any;
|
||||
2
src/cli/src/utils/sideQuestion.ts
Normal file
2
src/cli/src/utils/sideQuestion.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type runSideQuestion = any;
|
||||
2
src/cli/src/utils/stream.ts
Normal file
2
src/cli/src/utils/stream.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Stream = any;
|
||||
2
src/cli/src/utils/streamJsonStdoutGuard.ts
Normal file
2
src/cli/src/utils/streamJsonStdoutGuard.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type installStreamJsonStdoutGuard = any;
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user