mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-17 22:05:50 +00:00
feat: 完成stub
This commit is contained in:
5
src/utils/attributionHooks.ts
Normal file
5
src/utils/attributionHooks.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const clearAttributionCaches: any = (() => {}) as any;
|
||||
export const sweepFileContentCache: any = (() => {}) as any;
|
||||
export const registerAttributionHooks: any = (() => {}) as any;
|
||||
3
src/utils/attributionTrailer.ts
Normal file
3
src/utils/attributionTrailer.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const buildPRTrailers: any = (() => {}) as any;
|
||||
2
src/utils/background/remote/src/constants/oauth.ts
Normal file
2
src/utils/background/remote/src/constants/oauth.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getOauthConfig = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SDKMessage = any;
|
||||
2
src/utils/background/remote/src/services/oauth/client.ts
Normal file
2
src/utils/background/remote/src/services/oauth/client.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getOrganizationUUID = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SuggestionItem = any;
|
||||
2
src/utils/bash/src/services/analytics/index.ts
Normal file
2
src/utils/bash/src/services/analytics/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logEvent = any;
|
||||
4
src/utils/ccshareResume.ts
Normal file
4
src/utils/ccshareResume.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const parseCcshareId: any = (() => {}) as any;
|
||||
export const loadCcshare: any = (() => {}) as any;
|
||||
2
src/utils/deepLink/src/services/analytics/growthbook.ts
Normal file
2
src/utils/deepLink/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/utils/deepLink/src/services/analytics/index.ts
Normal file
3
src/utils/deepLink/src/services/analytics/index.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS = any;
|
||||
export type logEvent = any;
|
||||
3
src/utils/eventLoopStallDetector.ts
Normal file
3
src/utils/eventLoopStallDetector.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const startEventLoopStallDetector: any = (() => {}) as any;
|
||||
24
src/utils/filePersistence/types.ts
Normal file
24
src/utils/filePersistence/types.ts
Normal file
@@ -0,0 +1,24 @@
|
||||
export const FILE_COUNT_LIMIT = 10000
|
||||
export const OUTPUTS_SUBDIR = ".claude-code/outputs"
|
||||
export const DEFAULT_UPLOAD_CONCURRENCY = 5
|
||||
|
||||
export interface FailedPersistence {
|
||||
filePath: string
|
||||
error: string
|
||||
}
|
||||
|
||||
export interface PersistedFile {
|
||||
filePath: string
|
||||
fileId: string
|
||||
}
|
||||
|
||||
export interface FilesPersistedEventData {
|
||||
sessionId: string
|
||||
turnStartTime: number
|
||||
persistedFiles: PersistedFile[]
|
||||
failedFiles: FailedPersistence[]
|
||||
}
|
||||
|
||||
export interface TurnStartTime {
|
||||
turnStartTime: number
|
||||
}
|
||||
6
src/utils/hooks/src/entrypoints/agentSdkTypes.ts
Normal file
6
src/utils/hooks/src/entrypoints/agentSdkTypes.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type HookEvent = any;
|
||||
export type AsyncHookJSONOutput = any;
|
||||
export type SyncHookJSONOutput = any;
|
||||
export type HOOK_EVENTS = any;
|
||||
export type HookEvent = any;
|
||||
2
src/utils/hooks/src/entrypoints/sdk/coreTypes.ts
Normal file
2
src/utils/hooks/src/entrypoints/sdk/coreTypes.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type HOOK_EVENTS = any;
|
||||
2
src/utils/hooks/src/state/AppState.ts
Normal file
2
src/utils/hooks/src/state/AppState.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AppState = any;
|
||||
2
src/utils/hooks/src/types/message.ts
Normal file
2
src/utils/hooks/src/types/message.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Message = any;
|
||||
3
src/utils/messages/src/bootstrap/state.ts
Normal file
3
src/utils/messages/src/bootstrap/state.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getSessionId = any;
|
||||
export type getSdkBetas = any;
|
||||
2
src/utils/messages/src/constants/outputStyles.ts
Normal file
2
src/utils/messages/src/constants/outputStyles.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type DEFAULT_OUTPUT_STYLE_NAME = any;
|
||||
3
src/utils/messages/src/constants/xml.ts
Normal file
3
src/utils/messages/src/constants/xml.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type LOCAL_COMMAND_STDERR_TAG = any;
|
||||
export type LOCAL_COMMAND_STDOUT_TAG = any;
|
||||
7
src/utils/messages/src/entrypoints/agentSdkTypes.ts
Normal file
7
src/utils/messages/src/entrypoints/agentSdkTypes.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SDKAssistantMessage = any;
|
||||
export type SDKCompactBoundaryMessage = any;
|
||||
export type SDKMessage = any;
|
||||
export type SDKRateLimitInfo = any;
|
||||
export type ApiKeySource = any;
|
||||
export type PermissionMode = any;
|
||||
2
src/utils/messages/src/services/claudeAiLimits.ts
Normal file
2
src/utils/messages/src/services/claudeAiLimits.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ClaudeAILimits = any;
|
||||
3
src/utils/messages/src/tools/AgentTool/constants.ts
Normal file
3
src/utils/messages/src/tools/AgentTool/constants.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AGENT_TOOL_NAME = any;
|
||||
export type LEGACY_AGENT_TOOL_NAME = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type EXIT_PLAN_MODE_V2_TOOL_NAME = any;
|
||||
4
src/utils/messages/src/types/message.ts
Normal file
4
src/utils/messages/src/types/message.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AssistantMessage = any;
|
||||
export type CompactMetadata = any;
|
||||
export type Message = any;
|
||||
2
src/utils/messages/src/types/utils.ts
Normal file
2
src/utils/messages/src/types/utils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type DeepImmutable = any;
|
||||
3
src/utils/model/src/bootstrap/state.ts
Normal file
3
src/utils/model/src/bootstrap/state.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getModelStrings = any;
|
||||
export type setModelStrings = any;
|
||||
2
src/utils/model/src/services/analytics/growthbook.ts
Normal file
2
src/utils/model/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;
|
||||
2
src/utils/model/src/services/claudeAiLimits.ts
Normal file
2
src/utils/model/src/services/claudeAiLimits.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type OverageDisabledReason = any;
|
||||
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS = any;
|
||||
export type logEvent = any;
|
||||
4
src/utils/permissions/src/Tool.ts
Normal file
4
src/utils/permissions/src/Tool.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ToolPermissionContext = any;
|
||||
export type Tool = any;
|
||||
export type ToolUseContext = any;
|
||||
3
src/utils/permissions/src/memdir/paths.ts
Normal file
3
src/utils/permissions/src/memdir/paths.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type hasAutoMemPathOverride = any;
|
||||
export type isAutoMemPath = any;
|
||||
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type checkSecurityRestrictionGate = any;
|
||||
export type checkStatsigFeatureGate_CACHED_MAY_BE_STALE = any;
|
||||
export type getDynamicConfig_BLOCKS_ON_INIT = any;
|
||||
export type getFeatureValue_CACHED_MAY_BE_STALE = any;
|
||||
5
src/utils/permissions/src/state/AppState.ts
Normal file
5
src/utils/permissions/src/state/AppState.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AppState = any;
|
||||
export type useAppState = any;
|
||||
export type useAppStateStore = any;
|
||||
export type useSetAppState = any;
|
||||
2
src/utils/permissions/src/tools/AgentTool/agentMemory.ts
Normal file
2
src/utils/permissions/src/tools/AgentTool/agentMemory.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isAgentMemoryPath = any;
|
||||
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type CLAUDE_FOLDER_PERMISSION_PATTERN = any;
|
||||
export type FILE_EDIT_TOOL_NAME = any;
|
||||
export type GLOBAL_CLAUDE_FOLDER_PERMISSION_PATTERN = any;
|
||||
2
src/utils/plugins/src/entrypoints/agentSdkTypes.ts
Normal file
2
src/utils/plugins/src/entrypoints/agentSdkTypes.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type HookEvent = any;
|
||||
3
src/utils/postCommitAttribution.ts
Normal file
3
src/utils/postCommitAttribution.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const installPrepareCommitMsgHook: any = (() => {}) as any;
|
||||
3
src/utils/processUserInput/src/Tool.ts
Normal file
3
src/utils/processUserInput/src/Tool.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SetToolJSXFn = any;
|
||||
export type ToolUseContext = any;
|
||||
2
src/utils/processUserInput/src/bootstrap/state.ts
Normal file
2
src/utils/processUserInput/src/bootstrap/state.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type setPromptId = any;
|
||||
9
src/utils/processUserInput/src/commands.ts
Normal file
9
src/utils/processUserInput/src/commands.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type builtInCommandNames = any;
|
||||
export type Command = any;
|
||||
export type CommandBase = any;
|
||||
export type findCommand = any;
|
||||
export type getCommand = any;
|
||||
export type getCommandName = any;
|
||||
export type hasCommand = any;
|
||||
export type PromptCommand = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type BashModeProgress = any;
|
||||
2
src/utils/processUserInput/src/constants/messages.ts
Normal file
2
src/utils/processUserInput/src/constants/messages.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type NO_CONTENT_MESSAGE = any;
|
||||
2
src/utils/processUserInput/src/constants/querySource.ts
Normal file
2
src/utils/processUserInput/src/constants/querySource.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type QuerySource = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logEvent = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type BashTool = any;
|
||||
8
src/utils/processUserInput/src/types/message.ts
Normal file
8
src/utils/processUserInput/src/types/message.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AttachmentMessage<T = any> = any;
|
||||
export type SystemMessage = any;
|
||||
export type UserMessage = any;
|
||||
export type AssistantMessage = any;
|
||||
export type Message = any;
|
||||
export type NormalizedUserMessage = any;
|
||||
export type ProgressMessage<T = any> = any;
|
||||
2
src/utils/processUserInput/src/types/tools.ts
Normal file
2
src/utils/processUserInput/src/types/tools.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ShellProgress = any;
|
||||
2
src/utils/processUserInput/src/utils/messages.ts
Normal file
2
src/utils/processUserInput/src/utils/messages.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getContentText = any;
|
||||
3
src/utils/protectedNamespace.ts
Normal file
3
src/utils/protectedNamespace.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const checkProtectedNamespace: any = (() => {}) as any;
|
||||
2
src/utils/sandbox/src/tools/BashTool/toolName.ts
Normal file
2
src/utils/sandbox/src/tools/BashTool/toolName.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type BASH_TOOL_NAME = any;
|
||||
2
src/utils/sandbox/src/tools/FileEditTool/constants.ts
Normal file
2
src/utils/sandbox/src/tools/FileEditTool/constants.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FILE_EDIT_TOOL_NAME = any;
|
||||
2
src/utils/sandbox/src/tools/FileReadTool/prompt.ts
Normal file
2
src/utils/sandbox/src/tools/FileReadTool/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FILE_READ_TOOL_NAME = any;
|
||||
2
src/utils/sandbox/src/tools/WebFetchTool/prompt.ts
Normal file
2
src/utils/sandbox/src/tools/WebFetchTool/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type WEB_FETCH_TOOL_NAME = any;
|
||||
3
src/utils/sdkHeapDumpMonitor.ts
Normal file
3
src/utils/sdkHeapDumpMonitor.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const startSdkMemoryMonitor: any = (() => {}) as any;
|
||||
2
src/utils/secureStorage/src/constants/oauth.ts
Normal file
2
src/utils/secureStorage/src/constants/oauth.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getOauthConfig = any;
|
||||
3
src/utils/secureStorage/types.ts
Normal file
3
src/utils/secureStorage/types.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type SecureStorage = any;
|
||||
export type SecureStorageData = any;
|
||||
3
src/utils/sessionDataUploader.ts
Normal file
3
src/utils/sessionDataUploader.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const createSessionTurnUploader: any = (() => {}) as any;
|
||||
2
src/utils/settings/src/Tool.ts
Normal file
2
src/utils/settings/src/Tool.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ValidationResult = any;
|
||||
2
src/utils/settings/src/services/mcp/types.ts
Normal file
2
src/utils/settings/src/services/mcp/types.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ConfigScope = any;
|
||||
5
src/utils/src/bootstrap/state.ts
Normal file
5
src/utils/src/bootstrap/state.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getOriginalCwd = any;
|
||||
export type getSessionId = any;
|
||||
export type getIsNonInteractiveSession = any;
|
||||
export type isSessionPersistenceDisabled = any;
|
||||
4
src/utils/src/constants/oauth.ts
Normal file
4
src/utils/src/constants/oauth.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getOauthConfig = any;
|
||||
export type OAUTH_BETA_HEADER = any;
|
||||
export type CLAUDE_AI_PROFILE_SCOPE = any;
|
||||
3
src/utils/src/constants/prompts.ts
Normal file
3
src/utils/src/constants/prompts.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getSystemPrompt = any;
|
||||
export type SYSTEM_PROMPT_DYNAMIC_BOUNDARY = any;
|
||||
2
src/utils/src/constants/querySource.ts
Normal file
2
src/utils/src/constants/querySource.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type QuerySource = any;
|
||||
3
src/utils/src/context.ts
Normal file
3
src/utils/src/context.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getSystemContext = any;
|
||||
export type getUserContext = any;
|
||||
37
src/utils/src/entrypoints/agentSdkTypes.ts
Normal file
37
src/utils/src/entrypoints/agentSdkTypes.ts
Normal file
@@ -0,0 +1,37 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ExitReason = any;
|
||||
export type HookEvent = any;
|
||||
export type SDKAssistantMessageError = any;
|
||||
export type ModelUsage = any;
|
||||
export type SDKMessage = any;
|
||||
export type SyncHookJSONOutput = any;
|
||||
export type HookInput = any;
|
||||
export type HookJSONOutput = any;
|
||||
export type NotificationHookInput = any;
|
||||
export type PostToolUseHookInput = any;
|
||||
export type PostToolUseFailureHookInput = any;
|
||||
export type PermissionDeniedHookInput = any;
|
||||
export type PreCompactHookInput = any;
|
||||
export type PostCompactHookInput = any;
|
||||
export type PreToolUseHookInput = any;
|
||||
export type SessionStartHookInput = any;
|
||||
export type SessionEndHookInput = any;
|
||||
export type SetupHookInput = any;
|
||||
export type StopHookInput = any;
|
||||
export type StopFailureHookInput = any;
|
||||
export type SubagentStartHookInput = any;
|
||||
export type SubagentStopHookInput = any;
|
||||
export type TeammateIdleHookInput = any;
|
||||
export type TaskCreatedHookInput = any;
|
||||
export type TaskCompletedHookInput = any;
|
||||
export type ConfigChangeHookInput = any;
|
||||
export type CwdChangedHookInput = any;
|
||||
export type FileChangedHookInput = any;
|
||||
export type InstructionsLoadedHookInput = any;
|
||||
export type UserPromptSubmitHookInput = any;
|
||||
export type PermissionRequestHookInput = any;
|
||||
export type ElicitationHookInput = any;
|
||||
export type ElicitationResultHookInput = any;
|
||||
export type PermissionUpdate = any;
|
||||
export type AsyncHookJSONOutput = any;
|
||||
export type SDKAssistantMessage = any;
|
||||
2
src/utils/src/entrypoints/sdk/controlTypes.ts
Normal file
2
src/utils/src/entrypoints/sdk/controlTypes.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type StdoutMessage = any;
|
||||
2
src/utils/src/entrypoints/sdk/runtimeTypes.ts
Normal file
2
src/utils/src/entrypoints/sdk/runtimeTypes.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type EffortLevel = any;
|
||||
2
src/utils/src/services/analytics/config.ts
Normal file
2
src/utils/src/services/analytics/config.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isAnalyticsDisabled = any;
|
||||
5
src/utils/src/services/analytics/growthbook.ts
Normal file
5
src/utils/src/services/analytics/growthbook.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type checkGate_CACHED_OR_BLOCKING = any;
|
||||
export type getFeatureValue_CACHED_MAY_BE_STALE = any;
|
||||
export type checkStatsigFeatureGate_CACHED_MAY_BE_STALE = any;
|
||||
export type getDynamicConfig_BLOCKS_ON_INIT = any;
|
||||
4
src/utils/src/services/analytics/index.ts
Normal file
4
src/utils/src/services/analytics/index.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS = any;
|
||||
export type logEvent = any;
|
||||
export type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS = any;
|
||||
3
src/utils/src/services/analytics/metadata.ts
Normal file
3
src/utils/src/services/analytics/metadata.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS = any;
|
||||
export type sanitizeToolNameForAnalytics = any;
|
||||
2
src/utils/src/services/compact/microCompact.ts
Normal file
2
src/utils/src/services/compact/microCompact.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type microcompactMessages = any;
|
||||
2
src/utils/src/services/mcp/client.ts
Normal file
2
src/utils/src/services/mcp/client.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type prefetchAllMcpResources = any;
|
||||
2
src/utils/src/services/mcp/types.ts
Normal file
2
src/utils/src/services/mcp/types.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ScopedMcpServerConfig = any;
|
||||
2
src/utils/src/services/mcp/vscodeSdkMcp.ts
Normal file
2
src/utils/src/services/mcp/vscodeSdkMcp.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type notifyVscodeFileUpdated = any;
|
||||
2
src/utils/src/services/policyLimits/index.ts
Normal file
2
src/utils/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/utils/src/tools.ts
Normal file
2
src/utils/src/tools.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getTools = any;
|
||||
2
src/utils/src/tools/AgentTool/built-in/exploreAgent.ts
Normal file
2
src/utils/src/tools/AgentTool/built-in/exploreAgent.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type EXPLORE_AGENT = any;
|
||||
2
src/utils/src/tools/AgentTool/built-in/planAgent.ts
Normal file
2
src/utils/src/tools/AgentTool/built-in/planAgent.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type PLAN_AGENT = any;
|
||||
2
src/utils/src/tools/AgentTool/builtInAgents.ts
Normal file
2
src/utils/src/tools/AgentTool/builtInAgents.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type areExplorePlanAgentsEnabled = any;
|
||||
2
src/utils/src/tools/AgentTool/constants.ts
Normal file
2
src/utils/src/tools/AgentTool/constants.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AGENT_TOOL_NAME = any;
|
||||
2
src/utils/src/tools/AskUserQuestionTool/prompt.ts
Normal file
2
src/utils/src/tools/AskUserQuestionTool/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ASK_USER_QUESTION_TOOL_NAME = any;
|
||||
2
src/utils/src/tools/BashTool/BashTool.ts
Normal file
2
src/utils/src/tools/BashTool/BashTool.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type BashTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ExitPlanModeV2Tool = any;
|
||||
2
src/utils/src/tools/FileEditTool/FileEditTool.ts
Normal file
2
src/utils/src/tools/FileEditTool/FileEditTool.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FileEditTool = any;
|
||||
2
src/utils/src/tools/FileEditTool/constants.ts
Normal file
2
src/utils/src/tools/FileEditTool/constants.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FILE_EDIT_TOOL_NAME = any;
|
||||
4
src/utils/src/tools/FileEditTool/utils.ts
Normal file
4
src/utils/src/tools/FileEditTool/utils.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type normalizeFileEditInput = any;
|
||||
export type stripTrailingWhitespace = any;
|
||||
export type getSnippetForTwoFileDiff = any;
|
||||
2
src/utils/src/tools/FileReadTool/limits.ts
Normal file
2
src/utils/src/tools/FileReadTool/limits.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getDefaultFileReadingLimits = any;
|
||||
3
src/utils/src/tools/FileReadTool/prompt.ts
Normal file
3
src/utils/src/tools/FileReadTool/prompt.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FILE_READ_TOOL_NAME = any;
|
||||
export type MAX_LINES_TO_READ = any;
|
||||
2
src/utils/src/tools/FileWriteTool/FileWriteTool.ts
Normal file
2
src/utils/src/tools/FileWriteTool/FileWriteTool.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FileWriteTool = any;
|
||||
2
src/utils/src/tools/FileWriteTool/prompt.ts
Normal file
2
src/utils/src/tools/FileWriteTool/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FILE_WRITE_TOOL_NAME = any;
|
||||
2
src/utils/src/tools/GlobTool/prompt.ts
Normal file
2
src/utils/src/tools/GlobTool/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type GLOB_TOOL_NAME = any;
|
||||
2
src/utils/src/tools/GrepTool/prompt.ts
Normal file
2
src/utils/src/tools/GrepTool/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type GREP_TOOL_NAME = any;
|
||||
2
src/utils/src/tools/LSPTool/prompt.ts
Normal file
2
src/utils/src/tools/LSPTool/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type LSP_TOOL_NAME = any;
|
||||
2
src/utils/src/tools/ListMcpResourcesTool/prompt.ts
Normal file
2
src/utils/src/tools/ListMcpResourcesTool/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type LIST_MCP_RESOURCES_TOOL_NAME = any;
|
||||
2
src/utils/src/tools/NotebookEditTool/constants.ts
Normal file
2
src/utils/src/tools/NotebookEditTool/constants.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type NOTEBOOK_EDIT_TOOL_NAME = any;
|
||||
2
src/utils/src/tools/TaskStopTool/prompt.ts
Normal file
2
src/utils/src/tools/TaskStopTool/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type TASK_STOP_TOOL_NAME = any;
|
||||
2
src/utils/src/tools/WebSearchTool/prompt.ts
Normal file
2
src/utils/src/tools/WebSearchTool/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type WEB_SEARCH_TOOL_NAME = any;
|
||||
3
src/utils/src/types/ids.ts
Normal file
3
src/utils/src/types/ids.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AgentId = any;
|
||||
export type SessionId = any;
|
||||
2
src/utils/src/types/logs.ts
Normal file
2
src/utils/src/types/logs.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type LogOption = any;
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user