mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 07:22:44 +00:00
10 lines
431 B
TypeScript
10 lines
431 B
TypeScript
/**
|
|
* Autocompact buffer percentage.
|
|
*
|
|
* NOTE: This value (22.5% = 45k/200k) is empirically derived from community
|
|
* observations of Claude Code's autocompact behavior. It is NOT officially
|
|
* documented by Anthropic and may change in future Claude Code versions.
|
|
* If users report mismatches, this value may need adjustment.
|
|
*/
|
|
export declare const AUTOCOMPACT_BUFFER_PERCENT = 0.225;
|
|
//# sourceMappingURL=constants.d.ts.map
|