mirror of
https://github.com/jarrodwatts/claude-hud.git
synced 2026-05-21 15:52:37 +00:00
6 lines
256 B
JavaScript
6 lines
256 B
JavaScript
/**
|
|
* 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 const AUTOCOMPACT_BUFFER = 45000;
|
|
//# sourceMappingURL=constants.js.map
|