feat: 完成stub

This commit is contained in:
claude-code-best
2026-03-31 20:40:16 +08:00
parent c26d614fb2
commit bd756cc369
905 changed files with 3996 additions and 375 deletions

View File

@@ -0,0 +1,3 @@
// Auto-generated type stub — replace with real implementation
export type useNotifications = any;
export type Notification = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type Text = any;

View File

@@ -0,0 +1,3 @@
// Auto-generated type stub — replace with real implementation
export type getRateLimitWarning = any;
export type getUsingOverageText = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type useClaudeAiLimits = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type MCPServerConnection = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type getOauthProfileFromApiKey = any;

View File

@@ -0,0 +1,3 @@
// Auto-generated type stub — replace with real implementation
export type useAppState = any;
export type useSetAppState = any;

View File

@@ -0,0 +1,3 @@
// Auto-generated type stub — replace with real implementation
export type getSubscriptionType = any;
export type isClaudeAISubscriber = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type hasClaudeAiBillingAccess = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type isInBundledMode = any;

View File

@@ -0,0 +1,4 @@
// Auto-generated type stub — replace with real implementation
export type getGlobalConfig = any;
export type saveGlobalConfig = any;
export type GlobalConfig = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type getCurrentInstallationType = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type isEnvTruthy = any;

View File

@@ -0,0 +1,7 @@
// Auto-generated type stub — replace with real implementation
export type CooldownReason = any;
export type isFastModeEnabled = any;
export type onCooldownExpired = any;
export type onCooldownTriggered = any;
export type onFastModeOverageRejection = any;
export type onOrgFastModeChanged = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type formatDuration = any;

View File

@@ -0,0 +1,5 @@
// Auto-generated type stub — replace with real implementation
export type detectIDEs = any;
export type IDEExtensionInstallationStatus = any;
export type isJetBrainsIde = any;
export type isSupportedTerminal = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type getModelDeprecationWarning = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type checkInstall = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated stub — replace with real implementation
export {};

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type setTeleportedSessionInfo = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type SuggestionItem = any;

View File

@@ -0,0 +1,3 @@
// Auto-generated type stub — replace with real implementation
export type isInputModeCharacter = any;
export type getModeFromInput = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type useNotifications = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type generateFileSuggestions = any;

2
src/hooks/src/ink.ts Normal file
View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type Text = any;

View File

@@ -0,0 +1,3 @@
// Auto-generated type stub — replace with real implementation
export type TerminalSize = any;
export type TerminalSizeContext = any;

View 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;

View File

@@ -0,0 +1,3 @@
// Auto-generated type stub — replace with real implementation
export type sanitizeToolNameForAnalytics = any;
export type AnalyticsMetadata_I_VERIFIED_THIS_IS_NOT_CODE_OR_FILEPATHS = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type ServerResource = any;

View File

@@ -0,0 +1,4 @@
// Auto-generated type stub — replace with real implementation
export type useAppState = any;
export type useAppStateStore = any;
export type useSetAppState = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type getAgentColor = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type AgentDefinition = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type TeleportRemoteResponse = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type readFileSync = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type truncateToWidth = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type logError = any;

View File

@@ -0,0 +1,3 @@
// Auto-generated type stub — replace with real implementation
export type CLAUDE_CONFIG_DIRECTORIES = any;
export type loadMarkdownFilesForSubdir = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type expandPath = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type CodeSession = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type Theme = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type logForDebugging = any;

View 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;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type sanitizeToolNameForAnalytics = any;