mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 14:25:51 +00:00
feat: 完成stub
This commit is contained in:
3
src/components/messages/SnipBoundaryMessage.ts
Normal file
3
src/components/messages/SnipBoundaryMessage.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const SnipBoundaryMessage: any = (() => {}) as any;
|
||||
3
src/components/messages/UserCrossSessionMessage.ts
Normal file
3
src/components/messages/UserCrossSessionMessage.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const UserCrossSessionMessage: any = (() => {}) as any;
|
||||
3
src/components/messages/UserForkBoilerplateMessage.ts
Normal file
3
src/components/messages/UserForkBoilerplateMessage.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const UserForkBoilerplateMessage: any = (() => {}) as any;
|
||||
3
src/components/messages/UserGitHubWebhookMessage.ts
Normal file
3
src/components/messages/UserGitHubWebhookMessage.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const UserGitHubWebhookMessage: any = (() => {}) as any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type InterruptedByUser = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Markdown = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type MessageResponse = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SentryErrorBoundary = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type extraUsage = any;
|
||||
2
src/components/messages/src/entrypoints/agentSdkTypes.ts
Normal file
2
src/components/messages/src/entrypoints/agentSdkTypes.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type HookEvent = any;
|
||||
2
src/components/messages/src/hooks/useTerminalSize.ts
Normal file
2
src/components/messages/src/hooks/useTerminalSize.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useTerminalSize = any;
|
||||
3
src/components/messages/src/ink.ts
Normal file
3
src/components/messages/src/ink.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Box = any;
|
||||
export type Text = any;
|
||||
2
src/components/messages/src/services/api/errorUtils.ts
Normal file
2
src/components/messages/src/services/api/errorUtils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type formatAPIError = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useClaudeAiLimits = any;
|
||||
2
src/components/messages/src/services/compact/compact.ts
Normal file
2
src/components/messages/src/services/compact/compact.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ERROR_MESSAGE_USER_ABORT = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isRateLimitErrorMessage = any;
|
||||
2
src/components/messages/src/services/rateLimitMocking.ts
Normal file
2
src/components/messages/src/services/rateLimitMocking.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type shouldProcessMockLimits = any;
|
||||
2
src/components/messages/src/types/message.ts
Normal file
2
src/components/messages/src/types/message.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SystemAPIErrorMessage = any;
|
||||
2
src/components/messages/src/utils/attachments.ts
Normal file
2
src/components/messages/src/utils/attachments.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Attachment = any;
|
||||
4
src/components/messages/src/utils/auth.ts
Normal file
4
src/components/messages/src/utils/auth.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getRateLimitTier = any;
|
||||
export type getSubscriptionType = any;
|
||||
export type isClaudeAISubscriber = any;
|
||||
2
src/components/messages/src/utils/billing.ts
Normal file
2
src/components/messages/src/utils/billing.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type hasClaudeAiBillingAccess = any;
|
||||
2
src/components/messages/src/utils/file.ts
Normal file
2
src/components/messages/src/utils/file.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getDisplayPath = any;
|
||||
2
src/components/messages/src/utils/format.ts
Normal file
2
src/components/messages/src/utils/format.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type formatFileSize = any;
|
||||
3
src/components/messages/src/utils/messages.ts
Normal file
3
src/components/messages/src/utils/messages.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type buildMessageLookups = any;
|
||||
export type getContentText = any;
|
||||
3
src/components/messages/src/utils/theme.ts
Normal file
3
src/components/messages/src/utils/theme.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ThemeName = any;
|
||||
export type Theme = any;
|
||||
Reference in New Issue
Block a user