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:
2
src/utils/sandbox/src/tools/BashTool/toolName.ts
Normal file
2
src/utils/sandbox/src/tools/BashTool/toolName.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type BASH_TOOL_NAME = any;
|
||||
2
src/utils/sandbox/src/tools/FileEditTool/constants.ts
Normal file
2
src/utils/sandbox/src/tools/FileEditTool/constants.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FILE_EDIT_TOOL_NAME = any;
|
||||
2
src/utils/sandbox/src/tools/FileReadTool/prompt.ts
Normal file
2
src/utils/sandbox/src/tools/FileReadTool/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FILE_READ_TOOL_NAME = any;
|
||||
2
src/utils/sandbox/src/tools/WebFetchTool/prompt.ts
Normal file
2
src/utils/sandbox/src/tools/WebFetchTool/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type WEB_FETCH_TOOL_NAME = any;
|
||||
Reference in New Issue
Block a user