@cline/core 0.0.72 → 0.0.73
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.
- package/dist/extensions/context/compaction-shared.d.ts +1 -1
- package/dist/hub/daemon/entry.js +170 -168
- package/dist/hub/daemon/shutdown-watchdog.d.ts +13 -0
- package/dist/hub/discovery/index.d.ts +19 -0
- package/dist/hub/index.js +149 -149
- package/dist/hub/server/hub-server-options.d.ts +6 -0
- package/dist/index.js +146 -146
- package/package.json +5 -5
|
@@ -10,7 +10,7 @@ export declare const CONTEXT_WINDOW_INPUT_RATIO = 0.9;
|
|
|
10
10
|
export declare const COMPACTION_TRIGGER_RATIO = 0.9;
|
|
11
11
|
export declare const DEFAULT_TARGET_RATIO = 0.7;
|
|
12
12
|
export declare const DEFAULT_PRESERVE_RECENT_TOKENS = 20000;
|
|
13
|
-
export declare const DEFAULT_SUMMARY_MAX_OUTPUT_TOKENS =
|
|
13
|
+
export declare const DEFAULT_SUMMARY_MAX_OUTPUT_TOKENS = 4096;
|
|
14
14
|
export declare const TOOL_RESULT_CHAR_LIMIT = 2000;
|
|
15
15
|
export declare const FILE_CONTENT_CHAR_LIMIT = 2000;
|
|
16
16
|
export declare const MIN_TRUNCATED_MESSAGE_TOKENS = 8;
|