feat: 完成stub

This commit is contained in:
claude-code-best
2026-03-31 20:40:16 +08:00
parent c26d614fb2
commit bd756cc369
905 changed files with 3996 additions and 375 deletions

View File

@@ -0,0 +1,3 @@
// Auto-generated stub — replace with real implementation
export {};
export const getCachedMCConfig: any = (() => {}) as any;

View 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;

View 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;

View 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;

View 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;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type markPostCompaction = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type FILE_EDIT_TOOL_NAME = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type FILE_READ_TOOL_NAME = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type FILE_WRITE_TOOL_NAME = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type GLOB_TOOL_NAME = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type GREP_TOOL_NAME = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type NOTEBOOK_EDIT_TOOL_NAME = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type WEB_FETCH_TOOL_NAME = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type WEB_SEARCH_TOOL_NAME = any;

View File

@@ -0,0 +1,2 @@
// Auto-generated type stub — replace with real implementation
export type SHELL_TOOL_NAMES = any;