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