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 SetToolJSXFn = any;
export type ToolUseContext = any;

View File

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

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

View File

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

View File

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

View File

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

View File

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

View File

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

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

View File

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

View File

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