@cline/core 0.0.56-nightly.1783135013 → 0.0.57

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,7 +3,7 @@ import { CHARS_PER_TOKEN, estimateTokens, type MessageWithMetadata } from "@clin
3
3
  export { CHARS_PER_TOKEN, estimateTokens };
4
4
  import type { CoreCompactionContext, CoreCompactionSummarizerConfig } from "../../types/config";
5
5
  import type { ProviderConfig } from "../../types/provider-settings";
6
- export declare const DEFAULT_MAX_INPUT_TOKENS = 200000;
6
+ export declare const DEFAULT_MAX_INPUT_TOKENS = 128000;
7
7
  export declare const DEFAULT_THRESHOLD_RATIO = 0.9;
8
8
  export declare const DEFAULT_TARGET_RATIO = 0.7;
9
9
  export declare const DEFAULT_RESERVE_TOKENS = 16384;