mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 06:15:51 +00:00
feat: 完成stub
This commit is contained in:
2
src/services/analytics/src/utils/user.ts
Normal file
2
src/services/analytics/src/utils/user.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type CoreUserData = any;
|
||||
2
src/services/api/src/Tool.ts
Normal file
2
src/services/api/src/Tool.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type QueryChainTracking = any;
|
||||
22
src/services/api/src/bootstrap/state.ts
Normal file
22
src/services/api/src/bootstrap/state.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getSessionId = any;
|
||||
export type getAfkModeHeaderLatched = any;
|
||||
export type getCacheEditingHeaderLatched = any;
|
||||
export type getFastModeHeaderLatched = any;
|
||||
export type getLastApiCompletionTimestamp = any;
|
||||
export type getPromptCache1hAllowlist = any;
|
||||
export type getPromptCache1hEligible = any;
|
||||
export type getThinkingClearLatched = any;
|
||||
export type setAfkModeHeaderLatched = any;
|
||||
export type setCacheEditingHeaderLatched = any;
|
||||
export type setFastModeHeaderLatched = any;
|
||||
export type setLastMainRequestId = any;
|
||||
export type setPromptCache1hAllowlist = any;
|
||||
export type setPromptCache1hEligible = any;
|
||||
export type setThinkingClearLatched = any;
|
||||
export type addToTotalDurationState = any;
|
||||
export type consumePostCompaction = any;
|
||||
export type getIsNonInteractiveSession = any;
|
||||
export type getTeleportedSessionInfo = any;
|
||||
export type markFirstTeleportMessageLogged = any;
|
||||
export type setLastApiCompletionTimestamp = any;
|
||||
10
src/services/api/src/constants/betas.ts
Normal file
10
src/services/api/src/constants/betas.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AFK_MODE_BETA_HEADER = any;
|
||||
export type CONTEXT_1M_BETA_HEADER = any;
|
||||
export type CONTEXT_MANAGEMENT_BETA_HEADER = any;
|
||||
export type EFFORT_BETA_HEADER = any;
|
||||
export type FAST_MODE_BETA_HEADER = any;
|
||||
export type PROMPT_CACHING_SCOPE_BETA_HEADER = any;
|
||||
export type REDACT_THINKING_BETA_HEADER = any;
|
||||
export type STRUCTURED_OUTPUTS_BETA_HEADER = any;
|
||||
export type TASK_BUDGETS_BETA_HEADER = any;
|
||||
2
src/services/api/src/constants/querySource.ts
Normal file
2
src/services/api/src/constants/querySource.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type QuerySource = any;
|
||||
2
src/services/api/src/context/notifications.ts
Normal file
2
src/services/api/src/context/notifications.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Notification = any;
|
||||
2
src/services/api/src/cost-tracker.ts
Normal file
2
src/services/api/src/cost-tracker.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type addToTotalSessionCost = any;
|
||||
2
src/services/api/src/entrypoints/agentSdkTypes.ts
Normal file
2
src/services/api/src/entrypoints/agentSdkTypes.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SDKAssistantMessageError = any;
|
||||
2
src/services/api/src/services/analytics/growthbook.ts
Normal file
2
src/services/api/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/services/api/src/services/analytics/index.ts
Normal file
3
src/services/api/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;
|
||||
2
src/services/api/src/types/connectorText.ts
Normal file
2
src/services/api/src/types/connectorText.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isConnectorTextBlock = any;
|
||||
2
src/services/api/src/types/ids.ts
Normal file
2
src/services/api/src/types/ids.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AgentId = any;
|
||||
5
src/services/api/src/types/message.ts
Normal file
5
src/services/api/src/types/message.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Message = any;
|
||||
export type AssistantMessage = any;
|
||||
export type UserMessage = any;
|
||||
export type SystemAPIErrorMessage = any;
|
||||
6
src/services/api/src/utils/advisor.ts
Normal file
6
src/services/api/src/utils/advisor.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ADVISOR_TOOL_INSTRUCTIONS = any;
|
||||
export type getExperimentAdvisorModels = any;
|
||||
export type isAdvisorEnabled = any;
|
||||
export type isValidAdvisorModel = any;
|
||||
export type modelSupportsAdvisor = any;
|
||||
2
src/services/api/src/utils/agentContext.ts
Normal file
2
src/services/api/src/utils/agentContext.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getAgentContext = any;
|
||||
12
src/services/api/src/utils/auth.ts
Normal file
12
src/services/api/src/utils/auth.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getAnthropicApiKeyWithSource = any;
|
||||
export type getClaudeAIOAuthTokens = any;
|
||||
export type getOauthAccountInfo = any;
|
||||
export type isClaudeAISubscriber = any;
|
||||
export type checkAndRefreshOAuthTokenIfNeeded = any;
|
||||
export type getAnthropicApiKey = any;
|
||||
export type getApiKeyFromApiKeyHelper = any;
|
||||
export type refreshAndGetAwsCredentials = any;
|
||||
export type refreshGcpCredentialsIfNeeded = any;
|
||||
export type isConsumerSubscriber = any;
|
||||
export type hasProfileScope = any;
|
||||
2
src/services/api/src/utils/aws.ts
Normal file
2
src/services/api/src/utils/aws.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isAwsCredentialsProviderError = any;
|
||||
5
src/services/api/src/utils/betas.ts
Normal file
5
src/services/api/src/utils/betas.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getToolSearchBetaHeader = any;
|
||||
export type modelSupportsStructuredOutputs = any;
|
||||
export type shouldIncludeFirstPartyOnlyBetas = any;
|
||||
export type shouldUseGlobalCacheScope = any;
|
||||
2
src/services/api/src/utils/claudeInChrome/common.ts
Normal file
2
src/services/api/src/utils/claudeInChrome/common.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type CLAUDE_IN_CHROME_MCP_SERVER_NAME = any;
|
||||
2
src/services/api/src/utils/claudeInChrome/prompt.ts
Normal file
2
src/services/api/src/utils/claudeInChrome/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type CHROME_TOOL_SEARCH_INSTRUCTIONS = any;
|
||||
2
src/services/api/src/utils/context.ts
Normal file
2
src/services/api/src/utils/context.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getMaxThinkingTokensForModel = any;
|
||||
2
src/services/api/src/utils/debug.ts
Normal file
2
src/services/api/src/utils/debug.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logForDebugging = any;
|
||||
2
src/services/api/src/utils/diagLogs.ts
Normal file
2
src/services/api/src/utils/diagLogs.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logForDiagnosticsNoPII = any;
|
||||
4
src/services/api/src/utils/effort.ts
Normal file
4
src/services/api/src/utils/effort.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type EffortValue = any;
|
||||
export type modelSupportsEffort = any;
|
||||
export type EffortLevel = any;
|
||||
5
src/services/api/src/utils/fastMode.ts
Normal file
5
src/services/api/src/utils/fastMode.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isFastModeAvailable = any;
|
||||
export type isFastModeCooldown = any;
|
||||
export type isFastModeEnabled = any;
|
||||
export type isFastModeSupportedByModel = any;
|
||||
2
src/services/api/src/utils/generators.ts
Normal file
2
src/services/api/src/utils/generators.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type returnValue = any;
|
||||
2
src/services/api/src/utils/gracefulShutdown.ts
Normal file
2
src/services/api/src/utils/gracefulShutdown.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type gracefulShutdown = any;
|
||||
2
src/services/api/src/utils/hash.ts
Normal file
2
src/services/api/src/utils/hash.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type djb2Hash = any;
|
||||
2
src/services/api/src/utils/headlessProfiler.ts
Normal file
2
src/services/api/src/utils/headlessProfiler.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type headlessProfilerCheckpoint = any;
|
||||
2
src/services/api/src/utils/http.ts
Normal file
2
src/services/api/src/utils/http.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getUserAgent = any;
|
||||
2
src/services/api/src/utils/log.ts
Normal file
2
src/services/api/src/utils/log.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logError = any;
|
||||
2
src/services/api/src/utils/mcpInstructionsDelta.ts
Normal file
2
src/services/api/src/utils/mcpInstructionsDelta.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isMcpInstructionsDeltaEnabled = any;
|
||||
4
src/services/api/src/utils/messages.ts
Normal file
4
src/services/api/src/utils/messages.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type createAssistantAPIErrorMessage = any;
|
||||
export type NO_RESPONSE_REQUESTED = any;
|
||||
export type createSystemAPIErrorMessage = any;
|
||||
4
src/services/api/src/utils/model/model.ts
Normal file
4
src/services/api/src/utils/model/model.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getDefaultMainLoopModelSetting = any;
|
||||
export type isNonCustomOpusModel = any;
|
||||
export type getSmallFastModel = any;
|
||||
2
src/services/api/src/utils/model/modelStrings.ts
Normal file
2
src/services/api/src/utils/model/modelStrings.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getModelStrings = any;
|
||||
4
src/services/api/src/utils/model/providers.ts
Normal file
4
src/services/api/src/utils/model/providers.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getAPIProvider = any;
|
||||
export type getAPIProviderForStatsig = any;
|
||||
export type isFirstPartyAnthropicBaseUrl = any;
|
||||
2
src/services/api/src/utils/modelCost.ts
Normal file
2
src/services/api/src/utils/modelCost.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type calculateUSDCost = any;
|
||||
2
src/services/api/src/utils/permissions/PermissionMode.ts
Normal file
2
src/services/api/src/utils/permissions/PermissionMode.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type PermissionMode = any;
|
||||
2
src/services/api/src/utils/permissions/filesystem.ts
Normal file
2
src/services/api/src/utils/permissions/filesystem.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getClaudeTempDir = any;
|
||||
2
src/services/api/src/utils/privacyLevel.ts
Normal file
2
src/services/api/src/utils/privacyLevel.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isEssentialTrafficOnly = any;
|
||||
2
src/services/api/src/utils/process.ts
Normal file
2
src/services/api/src/utils/process.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type writeToStderr = any;
|
||||
2
src/services/api/src/utils/proxy.ts
Normal file
2
src/services/api/src/utils/proxy.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getProxyFetchOptions = any;
|
||||
3
src/services/api/src/utils/queryProfiler.ts
Normal file
3
src/services/api/src/utils/queryProfiler.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type endQueryProfile = any;
|
||||
export type queryCheckpoint = any;
|
||||
2
src/services/api/src/utils/slowOperations.ts
Normal file
2
src/services/api/src/utils/slowOperations.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type jsonStringify = any;
|
||||
2
src/services/api/src/utils/telemetry/events.ts
Normal file
2
src/services/api/src/utils/telemetry/events.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logOTelEvent = any;
|
||||
4
src/services/api/src/utils/telemetry/sessionTracing.ts
Normal file
4
src/services/api/src/utils/telemetry/sessionTracing.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type endLLMRequestSpan = any;
|
||||
export type isBetaTracingEnabled = any;
|
||||
export type Span = any;
|
||||
4
src/services/api/src/utils/thinking.ts
Normal file
4
src/services/api/src/utils/thinking.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type modelSupportsAdaptiveThinking = any;
|
||||
export type modelSupportsThinking = any;
|
||||
export type ThinkingConfig = any;
|
||||
4
src/services/api/src/utils/toolSearch.ts
Normal file
4
src/services/api/src/utils/toolSearch.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type extractDiscoveredToolNames = any;
|
||||
export type isDeferredToolsDeltaEnabled = any;
|
||||
export type isToolSearchEnabled = any;
|
||||
3
src/services/compact/cachedMCConfig.ts
Normal file
3
src/services/compact/cachedMCConfig.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const getCachedMCConfig: any = (() => {}) as any;
|
||||
12
src/services/compact/cachedMicrocompact.ts
Normal file
12
src/services/compact/cachedMicrocompact.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const isCachedMicrocompactEnabled: any = (() => {}) as any;
|
||||
export const isModelSupportedForCacheEditing: any = (() => {}) as any;
|
||||
export const getCachedMCConfig: any = (() => {}) as any;
|
||||
export const createCachedMCState: any = (() => {}) as any;
|
||||
export const markToolsSentToAPI: any = (() => {}) as any;
|
||||
export const resetCachedMCState: any = (() => {}) as any;
|
||||
export const registerToolResult: any = (() => {}) as any;
|
||||
export const registerToolMessage: any = (() => {}) as any;
|
||||
export const getToolResultsToDelete: any = (() => {}) as any;
|
||||
export const createCacheEditsBlock: any = (() => {}) as any;
|
||||
8
src/services/compact/reactiveCompact.ts
Normal file
8
src/services/compact/reactiveCompact.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const isReactiveOnlyMode: any = (() => {}) as any;
|
||||
export const reactiveCompactOnPromptTooLong: any = (() => {}) as any;
|
||||
export const isReactiveCompactEnabled: any = (() => {}) as any;
|
||||
export const isWithheldPromptTooLong: any = (() => {}) as any;
|
||||
export const isWithheldMediaSizeError: any = (() => {}) as any;
|
||||
export const tryReactiveCompact: any = (() => {}) as any;
|
||||
7
src/services/compact/snipCompact.ts
Normal file
7
src/services/compact/snipCompact.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const isSnipMarkerMessage: any = (() => {}) as any;
|
||||
export const snipCompactIfNeeded: any = (() => {}) as any;
|
||||
export const isSnipRuntimeEnabled: any = (() => {}) as any;
|
||||
export const shouldNudgeForSnips: any = (() => {}) as any;
|
||||
export const SNIP_NUDGE_TEXT: any = (() => {}) as any;
|
||||
4
src/services/compact/snipProjection.ts
Normal file
4
src/services/compact/snipProjection.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const isSnipBoundaryMessage: any = (() => {}) as any;
|
||||
export const projectSnippedView: any = (() => {}) as any;
|
||||
2
src/services/compact/src/bootstrap/state.ts
Normal file
2
src/services/compact/src/bootstrap/state.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type markPostCompaction = any;
|
||||
2
src/services/compact/src/tools/FileEditTool/constants.ts
Normal file
2
src/services/compact/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/services/compact/src/tools/FileReadTool/prompt.ts
Normal file
2
src/services/compact/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/services/compact/src/tools/FileWriteTool/prompt.ts
Normal file
2
src/services/compact/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/services/compact/src/tools/GlobTool/prompt.ts
Normal file
2
src/services/compact/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/services/compact/src/tools/GrepTool/prompt.ts
Normal file
2
src/services/compact/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;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type NOTEBOOK_EDIT_TOOL_NAME = any;
|
||||
2
src/services/compact/src/tools/WebFetchTool/prompt.ts
Normal file
2
src/services/compact/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;
|
||||
2
src/services/compact/src/tools/WebSearchTool/prompt.ts
Normal file
2
src/services/compact/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;
|
||||
2
src/services/compact/src/utils/shell/shellToolUtils.ts
Normal file
2
src/services/compact/src/utils/shell/shellToolUtils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SHELL_TOOL_NAMES = any;
|
||||
10
src/services/contextCollapse/index.ts
Normal file
10
src/services/contextCollapse/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const getStats: any = (() => {}) as any;
|
||||
export const isContextCollapseEnabled: any = (() => {}) as any;
|
||||
export const subscribe: any = (() => {}) as any;
|
||||
export const applyCollapsesIfNeeded: any = (() => {}) as any;
|
||||
export const isWithheldPromptTooLong: any = (() => {}) as any;
|
||||
export const recoverFromOverflow: any = (() => {}) as any;
|
||||
export const resetContextCollapse: any = (() => {}) as any;
|
||||
export const initContextCollapse: any = (() => {}) as any;
|
||||
3
src/services/contextCollapse/operations.ts
Normal file
3
src/services/contextCollapse/operations.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const projectView: any = (() => {}) as any;
|
||||
3
src/services/contextCollapse/persist.ts
Normal file
3
src/services/contextCollapse/persist.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const restoreFromEntries: any = (() => {}) as any;
|
||||
4
src/services/lsp/types.ts
Normal file
4
src/services/lsp/types.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type LspServerConfig = any;
|
||||
export type ScopedLspServerConfig = any;
|
||||
export type LspServerState = any;
|
||||
2
src/services/mcp/src/constants/oauth.ts
Normal file
2
src/services/mcp/src/constants/oauth.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getOauthConfig = any;
|
||||
3
src/services/mcp/src/services/analytics/index.ts
Normal file
3
src/services/mcp/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;
|
||||
7
src/services/mcp/src/services/mcp/config.ts
Normal file
7
src/services/mcp/src/services/mcp/config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type dedupClaudeAiMcpServers = any;
|
||||
export type doesEnterpriseMcpConfigExist = any;
|
||||
export type filterMcpServersByPolicy = any;
|
||||
export type getClaudeCodeMcpConfigs = any;
|
||||
export type isMcpServerDisabled = any;
|
||||
export type setMcpServerEnabled = any;
|
||||
2
src/services/mcp/src/state/AppState.ts
Normal file
2
src/services/mcp/src/state/AppState.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AppState = any;
|
||||
2
src/services/mcp/src/types/message.ts
Normal file
2
src/services/mcp/src/types/message.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AssistantMessage = any;
|
||||
2
src/services/mcp/src/types/plugin.ts
Normal file
2
src/services/mcp/src/types/plugin.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type PluginError = any;
|
||||
2
src/services/mcp/src/utils/auth.ts
Normal file
2
src/services/mcp/src/utils/auth.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getClaudeAIOAuthTokens = any;
|
||||
3
src/services/mcp/src/utils/config.ts
Normal file
3
src/services/mcp/src/utils/config.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getGlobalConfig = any;
|
||||
export type saveGlobalConfig = any;
|
||||
2
src/services/mcp/src/utils/debug.ts
Normal file
2
src/services/mcp/src/utils/debug.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logForDebugging = any;
|
||||
2
src/services/mcp/src/utils/envUtils.ts
Normal file
2
src/services/mcp/src/utils/envUtils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isEnvDefinedFalsy = any;
|
||||
2
src/services/mcp/src/utils/platform.ts
Normal file
2
src/services/mcp/src/utils/platform.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getPlatform = any;
|
||||
3
src/services/oauth/src/constants/oauth.ts
Normal file
3
src/services/oauth/src/constants/oauth.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getOauthConfig = any;
|
||||
export type OAUTH_BETA_HEADER = any;
|
||||
3
src/services/oauth/src/services/analytics/index.ts
Normal file
3
src/services/oauth/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;
|
||||
2
src/services/oauth/src/services/oauth/types.ts
Normal file
2
src/services/oauth/src/services/oauth/types.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type OAuthProfileResponse = any;
|
||||
2
src/services/oauth/src/utils/auth.ts
Normal file
2
src/services/oauth/src/utils/auth.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getAnthropicApiKey = any;
|
||||
2
src/services/oauth/src/utils/config.ts
Normal file
2
src/services/oauth/src/utils/config.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getGlobalConfig = any;
|
||||
2
src/services/oauth/src/utils/log.ts
Normal file
2
src/services/oauth/src/utils/log.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logError = any;
|
||||
12
src/services/oauth/types.ts
Normal file
12
src/services/oauth/types.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type BillingType = any;
|
||||
export type ReferralEligibilityResponse = any;
|
||||
export type OAuthTokens = any;
|
||||
export type SubscriptionType = any;
|
||||
export type ReferralRedemptionsResponse = any;
|
||||
export type ReferrerRewardInfo = any;
|
||||
export type OAuthProfileResponse = any;
|
||||
export type OAuthTokenExchangeResponse = any;
|
||||
export type RateLimitTier = any;
|
||||
export type UserRolesResponse = any;
|
||||
export type ReferralCampaign = any;
|
||||
3
src/services/remoteManagedSettings/securityCheck.jsx
Normal file
3
src/services/remoteManagedSettings/securityCheck.jsx
Normal file
@@ -0,0 +1,3 @@
|
||||
// Stub - security check disabled for open-source build
|
||||
export function checkManagedSettingsSecurity() { return Promise.resolve({ ok: true }) }
|
||||
export function handleSecurityCheckResult() { return true }
|
||||
4
src/services/sessionTranscript/sessionTranscript.ts
Normal file
4
src/services/sessionTranscript/sessionTranscript.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const writeSessionTranscriptSegment: any = (() => {}) as any;
|
||||
export const flushOnDateChange: any = (() => {}) as any;
|
||||
3
src/services/skillSearch/featureCheck.ts
Normal file
3
src/services/skillSearch/featureCheck.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const isSkillSearchEnabled: any = (() => {}) as any;
|
||||
3
src/services/skillSearch/localSearch.ts
Normal file
3
src/services/skillSearch/localSearch.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const clearSkillIndexCache: any = (() => {}) as any;
|
||||
5
src/services/skillSearch/prefetch.ts
Normal file
5
src/services/skillSearch/prefetch.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const startSkillDiscoveryPrefetch: any = (() => {}) as any;
|
||||
export const collectSkillDiscoveryPrefetch: any = (() => {}) as any;
|
||||
export const getTurnZeroSkillDiscovery: any = (() => {}) as any;
|
||||
2
src/services/skillSearch/remoteSkillLoader.ts
Normal file
2
src/services/skillSearch/remoteSkillLoader.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
2
src/services/skillSearch/remoteSkillState.ts
Normal file
2
src/services/skillSearch/remoteSkillState.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
2
src/services/skillSearch/signals.ts
Normal file
2
src/services/skillSearch/signals.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type DiscoverySignal = any;
|
||||
2
src/services/skillSearch/telemetry.ts
Normal file
2
src/services/skillSearch/telemetry.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
2
src/services/src/cost-tracker.ts
Normal file
2
src/services/src/cost-tracker.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type addToTotalSessionCost = any;
|
||||
2
src/services/src/utils/log.ts
Normal file
2
src/services/src/utils/log.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logError = any;
|
||||
2
src/services/src/utils/model/providers.ts
Normal file
2
src/services/src/utils/model/providers.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getAPIProvider = any;
|
||||
2
src/services/src/utils/modelCost.ts
Normal file
2
src/services/src/utils/modelCost.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type calculateUSDCost = any;
|
||||
2
src/services/tips/src/utils/debug.ts
Normal file
2
src/services/tips/src/utils/debug.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logForDebugging = any;
|
||||
2
src/services/tips/src/utils/fileHistory.ts
Normal file
2
src/services/tips/src/utils/fileHistory.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type fileHistoryEnabled = any;
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user