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:
3
src/services/compact/cachedMCConfig.ts
Normal file
3
src/services/compact/cachedMCConfig.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const getCachedMCConfig: any = (() => {}) as any;
|
||||
12
src/services/compact/cachedMicrocompact.ts
Normal file
12
src/services/compact/cachedMicrocompact.ts
Normal file
@@ -0,0 +1,12 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const isCachedMicrocompactEnabled: any = (() => {}) as any;
|
||||
export const isModelSupportedForCacheEditing: any = (() => {}) as any;
|
||||
export const getCachedMCConfig: any = (() => {}) as any;
|
||||
export const createCachedMCState: any = (() => {}) as any;
|
||||
export const markToolsSentToAPI: any = (() => {}) as any;
|
||||
export const resetCachedMCState: any = (() => {}) as any;
|
||||
export const registerToolResult: any = (() => {}) as any;
|
||||
export const registerToolMessage: any = (() => {}) as any;
|
||||
export const getToolResultsToDelete: any = (() => {}) as any;
|
||||
export const createCacheEditsBlock: any = (() => {}) as any;
|
||||
8
src/services/compact/reactiveCompact.ts
Normal file
8
src/services/compact/reactiveCompact.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const isReactiveOnlyMode: any = (() => {}) as any;
|
||||
export const reactiveCompactOnPromptTooLong: any = (() => {}) as any;
|
||||
export const isReactiveCompactEnabled: any = (() => {}) as any;
|
||||
export const isWithheldPromptTooLong: any = (() => {}) as any;
|
||||
export const isWithheldMediaSizeError: any = (() => {}) as any;
|
||||
export const tryReactiveCompact: any = (() => {}) as any;
|
||||
7
src/services/compact/snipCompact.ts
Normal file
7
src/services/compact/snipCompact.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const isSnipMarkerMessage: any = (() => {}) as any;
|
||||
export const snipCompactIfNeeded: any = (() => {}) as any;
|
||||
export const isSnipRuntimeEnabled: any = (() => {}) as any;
|
||||
export const shouldNudgeForSnips: any = (() => {}) as any;
|
||||
export const SNIP_NUDGE_TEXT: any = (() => {}) as any;
|
||||
4
src/services/compact/snipProjection.ts
Normal file
4
src/services/compact/snipProjection.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
// Auto-generated stub — replace with real implementation
|
||||
export {};
|
||||
export const isSnipBoundaryMessage: any = (() => {}) as any;
|
||||
export const projectSnippedView: any = (() => {}) as any;
|
||||
2
src/services/compact/src/bootstrap/state.ts
Normal file
2
src/services/compact/src/bootstrap/state.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type markPostCompaction = any;
|
||||
2
src/services/compact/src/tools/FileEditTool/constants.ts
Normal file
2
src/services/compact/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/services/compact/src/tools/FileReadTool/prompt.ts
Normal file
2
src/services/compact/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/services/compact/src/tools/FileWriteTool/prompt.ts
Normal file
2
src/services/compact/src/tools/FileWriteTool/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type FILE_WRITE_TOOL_NAME = any;
|
||||
2
src/services/compact/src/tools/GlobTool/prompt.ts
Normal file
2
src/services/compact/src/tools/GlobTool/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type GLOB_TOOL_NAME = any;
|
||||
2
src/services/compact/src/tools/GrepTool/prompt.ts
Normal file
2
src/services/compact/src/tools/GrepTool/prompt.ts
Normal file
@@ -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;
|
||||
2
src/services/compact/src/tools/WebFetchTool/prompt.ts
Normal file
2
src/services/compact/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;
|
||||
2
src/services/compact/src/tools/WebSearchTool/prompt.ts
Normal file
2
src/services/compact/src/tools/WebSearchTool/prompt.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type WEB_SEARCH_TOOL_NAME = any;
|
||||
2
src/services/compact/src/utils/shell/shellToolUtils.ts
Normal file
2
src/services/compact/src/utils/shell/shellToolUtils.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
// Auto-generated type stub — replace with real implementation
|
||||
export type SHELL_TOOL_NAMES = any;
|
||||
Reference in New Issue
Block a user