mirror of
https://github.com/claude-code-best/claude-code.git
synced 2026-06-18 22:35:51 +00:00
feat: 完成stub
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user