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:
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type BASH_TOOL_NAME = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type EXIT_PLAN_MODE_TOOL_NAME = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FILE_EDIT_TOOL_NAME = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FILE_READ_TOOL_NAME = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FILE_WRITE_TOOL_NAME = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type GLOB_TOOL_NAME = any;
|
||||
@@ -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;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SEND_MESSAGE_TOOL_NAME = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type WEB_FETCH_TOOL_NAME = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type WEB_SEARCH_TOOL_NAME = any;
|
||||
2
src/tools/AgentTool/built-in/src/utils/auth.ts
Normal file
2
src/tools/AgentTool/built-in/src/utils/auth.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isUsing3PServices = any;
|
||||
2
src/tools/AgentTool/built-in/src/utils/embeddedTools.ts
Normal file
2
src/tools/AgentTool/built-in/src/utils/embeddedTools.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type hasEmbeddedSearchTools = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getSettings_DEPRECATED = any;
|
||||
4
src/tools/AgentTool/src/Tool.ts
Normal file
4
src/tools/AgentTool/src/Tool.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type buildTool = any;
|
||||
export type ToolDef = any;
|
||||
export type toolMatchesName = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ConfigurableShortcutHint = any;
|
||||
3
src/tools/AgentTool/src/components/CtrlOToExpand.ts
Normal file
3
src/tools/AgentTool/src/components/CtrlOToExpand.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type CtrlOToExpand = any;
|
||||
export type SubAgentProvider = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Byline = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type KeyboardShortcutHint = any;
|
||||
3
src/tools/AgentTool/src/types/message.ts
Normal file
3
src/tools/AgentTool/src/types/message.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Message = any;
|
||||
export type NormalizedUserMessage = any;
|
||||
2
src/tools/AgentTool/src/utils/debug.ts
Normal file
2
src/tools/AgentTool/src/utils/debug.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logForDebugging = any;
|
||||
2
src/tools/AgentTool/src/utils/promptCategory.ts
Normal file
2
src/tools/AgentTool/src/utils/promptCategory.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getQuerySourceForAgent = any;
|
||||
2
src/tools/AgentTool/src/utils/settings/constants.ts
Normal file
2
src/tools/AgentTool/src/utils/settings/constants.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SettingSource = any;
|
||||
3
src/tools/AskUserQuestionTool/src/bootstrap/state.ts
Normal file
3
src/tools/AskUserQuestionTool/src/bootstrap/state.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getAllowedChannels = any;
|
||||
export type getQuestionPreviewFormat = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type MessageResponse = any;
|
||||
2
src/tools/AskUserQuestionTool/src/constants/figures.ts
Normal file
2
src/tools/AskUserQuestionTool/src/constants/figures.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type BLACK_CIRCLE = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getModeColor = any;
|
||||
2
src/tools/BashTool/src/Tool.ts
Normal file
2
src/tools/BashTool/src/Tool.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ToolPermissionContext = any;
|
||||
2
src/tools/BashTool/src/bootstrap/state.ts
Normal file
2
src/tools/BashTool/src/bootstrap/state.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getOriginalCwd = any;
|
||||
2
src/tools/BashTool/src/hooks/useCanUseTool.ts
Normal file
2
src/tools/BashTool/src/hooks/useCanUseTool.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type CanUseToolFn = any;
|
||||
2
src/tools/BashTool/src/services/analytics/growthbook.ts
Normal file
2
src/tools/BashTool/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;
|
||||
2
src/tools/BashTool/src/services/analytics/index.ts
Normal file
2
src/tools/BashTool/src/services/analytics/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logEvent = any;
|
||||
2
src/tools/BashTool/src/state/AppState.ts
Normal file
2
src/tools/BashTool/src/state/AppState.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AppState = any;
|
||||
2
src/tools/BashTool/src/utils/Shell.ts
Normal file
2
src/tools/BashTool/src/utils/Shell.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type setCwd = any;
|
||||
2
src/tools/BashTool/src/utils/cwd.ts
Normal file
2
src/tools/BashTool/src/utils/cwd.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getCwd = any;
|
||||
2
src/tools/BashTool/src/utils/permissions/filesystem.ts
Normal file
2
src/tools/BashTool/src/utils/permissions/filesystem.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type pathInAllowedWorkingPath = any;
|
||||
2
src/tools/BashTool/src/utils/sandbox/sandbox-ui-utils.ts
Normal file
2
src/tools/BashTool/src/utils/sandbox/sandbox-ui-utils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type removeSandboxViolationTags = any;
|
||||
3
src/tools/DiscoverSkillsTool/prompt.ts
Normal file
3
src/tools/DiscoverSkillsTool/prompt.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const DISCOVER_SKILLS_TOOL_NAME: any = (() => {}) as any;
|
||||
2
src/tools/EnterPlanModeTool/src/constants/figures.ts
Normal file
2
src/tools/EnterPlanModeTool/src/constants/figures.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type BLACK_CIRCLE = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getModeColor = any;
|
||||
2
src/tools/ExitPlanModeTool/src/components/Markdown.ts
Normal file
2
src/tools/ExitPlanModeTool/src/components/Markdown.ts
Normal file
@@ -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 RejectedPlanMessage = any;
|
||||
2
src/tools/ExitPlanModeTool/src/constants/figures.ts
Normal file
2
src/tools/ExitPlanModeTool/src/constants/figures.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type BLACK_CIRCLE = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getModeColor = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FileEditToolUseRejectedMessage = any;
|
||||
2
src/tools/FileEditTool/src/components/MessageResponse.ts
Normal file
2
src/tools/FileEditTool/src/components/MessageResponse.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type MessageResponse = any;
|
||||
2
src/tools/FileEditTool/src/services/analytics/index.ts
Normal file
2
src/tools/FileEditTool/src/services/analytics/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logEvent = any;
|
||||
2
src/tools/FileEditTool/src/utils/log.ts
Normal file
2
src/tools/FileEditTool/src/utils/log.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logError = any;
|
||||
2
src/tools/FileEditTool/src/utils/messages.ts
Normal file
2
src/tools/FileEditTool/src/utils/messages.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type extractTag = any;
|
||||
2
src/tools/FileEditTool/src/utils/path.ts
Normal file
2
src/tools/FileEditTool/src/utils/path.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type expandPath = any;
|
||||
2
src/tools/FileEditTool/src/utils/stringUtils.ts
Normal file
2
src/tools/FileEditTool/src/utils/stringUtils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type countCharInString = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getFeatureValue_CACHED_MAY_BE_STALE = any;
|
||||
2
src/tools/FileReadTool/src/utils/file.ts
Normal file
2
src/tools/FileReadTool/src/utils/file.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type MAX_OUTPUT_SIZE = any;
|
||||
2
src/tools/FileReadTool/src/utils/messages.ts
Normal file
2
src/tools/FileReadTool/src/utils/messages.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type extractTag = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type MessageResponse = any;
|
||||
2
src/tools/FileWriteTool/src/services/analytics/index.ts
Normal file
2
src/tools/FileWriteTool/src/services/analytics/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logEvent = any;
|
||||
2
src/tools/FileWriteTool/src/utils/messages.ts
Normal file
2
src/tools/FileWriteTool/src/utils/messages.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type extractTag = any;
|
||||
2
src/tools/GlobTool/src/components/MessageResponse.ts
Normal file
2
src/tools/GlobTool/src/components/MessageResponse.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type MessageResponse = any;
|
||||
2
src/tools/GlobTool/src/utils/messages.ts
Normal file
2
src/tools/GlobTool/src/utils/messages.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type extractTag = any;
|
||||
3
src/tools/MonitorTool/MonitorTool.ts
Normal file
3
src/tools/MonitorTool/MonitorTool.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const MonitorTool: any = (() => {}) as any;
|
||||
3
src/tools/NotebookEditTool/src/types/message.ts
Normal file
3
src/tools/NotebookEditTool/src/types/message.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Message = any;
|
||||
export type ProgressMessage<T = any> = any;
|
||||
3
src/tools/NotebookEditTool/src/utils/fileHistory.ts
Normal file
3
src/tools/NotebookEditTool/src/utils/fileHistory.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type fileHistoryEnabled = any;
|
||||
export type fileHistoryTrackEdit = any;
|
||||
2
src/tools/NotebookEditTool/src/utils/messages.ts
Normal file
2
src/tools/NotebookEditTool/src/utils/messages.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type extractTag = any;
|
||||
2
src/tools/NotebookEditTool/src/utils/theme.ts
Normal file
2
src/tools/NotebookEditTool/src/utils/theme.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type ThemeName = any;
|
||||
3
src/tools/OverflowTestTool/OverflowTestTool.ts
Normal file
3
src/tools/OverflowTestTool/OverflowTestTool.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const OVERFLOW_TEST_TOOL_NAME: any = (() => {}) as any;
|
||||
2
src/tools/PowerShellTool/src/hooks/useCanUseTool.ts
Normal file
2
src/tools/PowerShellTool/src/hooks/useCanUseTool.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type CanUseToolFn = any;
|
||||
2
src/tools/PowerShellTool/src/state/AppState.ts
Normal file
2
src/tools/PowerShellTool/src/state/AppState.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AppState = any;
|
||||
1
src/tools/REPLTool/REPLTool.js
Normal file
1
src/tools/REPLTool/REPLTool.js
Normal file
@@ -0,0 +1 @@
|
||||
export const REPLTool = { name: 'REPLTool', isEnabled: () => false }
|
||||
3
src/tools/ReviewArtifactTool/ReviewArtifactTool.ts
Normal file
3
src/tools/ReviewArtifactTool/ReviewArtifactTool.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const ReviewArtifactTool: any = (() => {}) as any;
|
||||
3
src/tools/SendUserFileTool/prompt.ts
Normal file
3
src/tools/SendUserFileTool/prompt.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const SEND_USER_FILE_TOOL_NAME: any = (() => {}) as any;
|
||||
8
src/tools/SkillTool/src/Tool.ts
Normal file
8
src/tools/SkillTool/src/Tool.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Tool = any;
|
||||
export type ToolCallProgress = any;
|
||||
export type ToolResult = any;
|
||||
export type ToolUseContext = any;
|
||||
export type ValidationResult = any;
|
||||
export type buildTool = any;
|
||||
export type ToolDef = any;
|
||||
2
src/tools/SkillTool/src/bootstrap/state.ts
Normal file
2
src/tools/SkillTool/src/bootstrap/state.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getProjectRoot = any;
|
||||
9
src/tools/SkillTool/src/commands.ts
Normal file
9
src/tools/SkillTool/src/commands.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type builtInCommandNames = any;
|
||||
export type findCommand = any;
|
||||
export type getCommands = any;
|
||||
export type PromptCommand = any;
|
||||
export type Command = any;
|
||||
export type getCommandName = any;
|
||||
export type getSkillToolCommands = any;
|
||||
export type getSlashCommandToolSkills = any;
|
||||
2
src/tools/SkillTool/src/components/CtrlOToExpand.ts
Normal file
2
src/tools/SkillTool/src/components/CtrlOToExpand.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SubAgentProvider = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FallbackToolUseErrorMessage = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FallbackToolUseRejectedMessage = any;
|
||||
2
src/tools/SkillTool/src/types/command.ts
Normal file
2
src/tools/SkillTool/src/types/command.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type Command = any;
|
||||
6
src/tools/SkillTool/src/types/message.ts
Normal file
6
src/tools/SkillTool/src/types/message.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type AssistantMessage = any;
|
||||
export type AttachmentMessage<T = any> = any;
|
||||
export type Message = any;
|
||||
export type SystemMessage = any;
|
||||
export type UserMessage = any;
|
||||
2
src/tools/SkillTool/src/utils/debug.ts
Normal file
2
src/tools/SkillTool/src/utils/debug.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type logForDebugging = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type PermissionDecision = any;
|
||||
2
src/tools/SkillTool/src/utils/permissions/permissions.ts
Normal file
2
src/tools/SkillTool/src/utils/permissions/permissions.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getRuleByContentsForTool = any;
|
||||
@@ -0,0 +1,3 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type isOfficialMarketplaceName = any;
|
||||
export type parsePluginIdentifier = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type buildPluginCommandTelemetryFields = any;
|
||||
3
src/tools/SnipTool/prompt.ts
Normal file
3
src/tools/SnipTool/prompt.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const SNIP_TOOL_NAME: any = (() => {}) as any;
|
||||
@@ -0,0 +1 @@
|
||||
export const SuggestBackgroundPRTool = { name: 'SuggestBackgroundPRTool', isEnabled: () => false }
|
||||
3
src/tools/TerminalCaptureTool/prompt.ts
Normal file
3
src/tools/TerminalCaptureTool/prompt.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const TERMINAL_CAPTURE_TOOL_NAME: any = (() => {}) as any;
|
||||
2
src/tools/TungstenTool/TungstenLiveMonitor.ts
Normal file
2
src/tools/TungstenTool/TungstenLiveMonitor.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export const TungstenLiveMonitor: any = (() => {}) as any;
|
||||
4
src/tools/TungstenTool/TungstenTool.js
Normal file
4
src/tools/TungstenTool/TungstenTool.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const TungstenTool = {
|
||||
name: 'TungstenTool',
|
||||
isEnabled: () => false,
|
||||
}
|
||||
4
src/tools/TungstenTool/TungstenTool.ts
Normal file
4
src/tools/TungstenTool/TungstenTool.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export const TungstenTool: any = (() => {}) as any;
|
||||
export const clearSessionsWithTungstenUsage: any = (() => {}) as any;
|
||||
export const resetInitializationState: any = (() => {}) as any;
|
||||
@@ -0,0 +1 @@
|
||||
export const VerifyPlanExecutionTool = { name: 'VerifyPlanExecutionTool', isEnabled: () => false }
|
||||
3
src/tools/VerifyPlanExecutionTool/constants.ts
Normal file
3
src/tools/VerifyPlanExecutionTool/constants.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const VERIFY_PLAN_EXECUTION_TOOL_NAME: any = (() => {}) as any;
|
||||
3
src/tools/WebBrowserTool/WebBrowserPanel.ts
Normal file
3
src/tools/WebBrowserTool/WebBrowserPanel.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const WebBrowserPanel: any = (() => {}) as any;
|
||||
2
src/tools/WebSearchTool/src/constants/common.ts
Normal file
2
src/tools/WebSearchTool/src/constants/common.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getLocalMonthYear = any;
|
||||
2
src/tools/WebSearchTool/src/utils/model/providers.ts
Normal file
2
src/tools/WebSearchTool/src/utils/model/providers.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type getAPIProvider = any;
|
||||
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type PermissionResult = any;
|
||||
3
src/tools/WorkflowTool/WorkflowPermissionRequest.ts
Normal file
3
src/tools/WorkflowTool/WorkflowPermissionRequest.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const WorkflowPermissionRequest: any = (() => {}) as any;
|
||||
3
src/tools/WorkflowTool/WorkflowTool.ts
Normal file
3
src/tools/WorkflowTool/WorkflowTool.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const WorkflowTool: any = (() => {}) as any;
|
||||
2
src/tools/WorkflowTool/constants.ts
Normal file
2
src/tools/WorkflowTool/constants.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export const WORKFLOW_TOOL_NAME: any = (() => {}) as any;
|
||||
3
src/tools/WorkflowTool/createWorkflowCommand.ts
Normal file
3
src/tools/WorkflowTool/createWorkflowCommand.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const getWorkflowCommands: any = (() => {}) as any;
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user