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:
4
src/components/agents/SnapshotUpdateDialog.ts
Normal file
4
src/components/agents/SnapshotUpdateDialog.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const SnapshotUpdateDialog: any = (() => {}) as any;
|
||||
export const buildMergePrompt: any = (() => {}) as any;
|
||||
2
src/components/agents/new-agent-creation/types.ts
Normal file
2
src/components/agents/new-agent-creation/types.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export type AgentWizardData = 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;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useSetAppState = any;
|
||||
4
src/components/agents/src/Tool.ts
Normal file
4
src/components/agents/src/Tool.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Tool = any;
|
||||
export type Tools = any;
|
||||
export type getEmptyToolPermissionContext = any;
|
||||
2
src/components/agents/src/context.ts
Normal file
2
src/components/agents/src/context.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getUserContext = any;
|
||||
2
src/components/agents/src/services/api/claude.ts
Normal file
2
src/components/agents/src/services/api/claude.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type queryModelWithoutStreaming = any;
|
||||
2
src/components/agents/src/services/mcp/mcpStringUtils.ts
Normal file
2
src/components/agents/src/services/mcp/mcpStringUtils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type mcpInfoFromString = any;
|
||||
2
src/components/agents/src/services/mcp/utils.ts
Normal file
2
src/components/agents/src/services/mcp/utils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isMcpTool = any;
|
||||
2
src/components/agents/src/state/AppState.ts
Normal file
2
src/components/agents/src/state/AppState.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type useSetAppState = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type filterToolsForAgent = any;
|
||||
2
src/components/agents/src/tools/AgentTool/constants.ts
Normal file
2
src/components/agents/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/components/agents/src/tools/BashTool/BashTool.ts
Normal file
2
src/components/agents/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;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FileEditTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FileReadTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FileWriteTool = any;
|
||||
2
src/components/agents/src/tools/GlobTool/GlobTool.ts
Normal file
2
src/components/agents/src/tools/GlobTool/GlobTool.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type GlobTool = any;
|
||||
2
src/components/agents/src/tools/GrepTool/GrepTool.ts
Normal file
2
src/components/agents/src/tools/GrepTool/GrepTool.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type GrepTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ListMcpResourcesTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type NotebookEditTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ReadMcpResourceTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type TaskOutputTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type TaskStopTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type TodoWriteTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type TungstenTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type WebFetchTool = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type WebSearchTool = any;
|
||||
2
src/components/agents/src/utils/api.ts
Normal file
2
src/components/agents/src/utils/api.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type prependUserContext = any;
|
||||
3
src/components/agents/src/utils/messages.ts
Normal file
3
src/components/agents/src/utils/messages.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type createUserMessage = any;
|
||||
export type normalizeMessagesForAPI = any;
|
||||
2
src/components/agents/src/utils/model/model.ts
Normal file
2
src/components/agents/src/utils/model/model.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ModelName = any;
|
||||
3
src/components/agents/src/utils/settings/constants.ts
Normal file
3
src/components/agents/src/utils/settings/constants.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SettingSource = any;
|
||||
export type getSettingSourceName = any;
|
||||
2
src/components/agents/src/utils/settings/managedPath.ts
Normal file
2
src/components/agents/src/utils/settings/managedPath.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getManagedFilePath = any;
|
||||
Reference in New Issue
Block a user