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:
3
src/services/tools/src/services/analytics/index.ts
Normal file
3
src/services/tools/src/services/analytics/index.ts
Normal file
@@ -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;
|
||||
9
src/services/tools/src/services/analytics/metadata.ts
Normal file
9
src/services/tools/src/services/analytics/metadata.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type sanitizeToolNameForAnalytics = any;
|
||||
export type extractMcpToolDetails = any;
|
||||
export type extractSkillName = any;
|
||||
export type extractToolInputForTelemetry = any;
|
||||
export type getFileExtensionForAnalytics = any;
|
||||
export type getFileExtensionsFromBashCommand = any;
|
||||
export type isToolDetailsLoggingEnabled = any;
|
||||
export type mcpToolDetailsForAnalytics = any;
|
||||
4
src/services/tools/src/utils/messages.ts
Normal file
4
src/services/tools/src/utils/messages.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type createUserMessage = any;
|
||||
export type REJECT_MESSAGE = any;
|
||||
export type withMemoryCorrectionHint = any;
|
||||
Reference in New Issue
Block a user