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/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;
|
||||
Reference in New Issue
Block a user