mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 15:52:37 +00:00
6 lines
266 B
TypeScript
6 lines
266 B
TypeScript
/**
|
|
* Autocompact buffer: reserved space that /context includes in its calculation.
|
|
* This is fixed at 45k tokens (22.5% of 200k) - must be added to match /context output.
|
|
*/
|
|
export declare const AUTOCOMPACT_BUFFER = 45000;
|
|
//# sourceMappingURL=constants.d.ts.map
|