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