Add changelog entry for tool output truncation (#134)

This commit is contained in:
Mario Zechner 2025-12-07 01:24:41 +01:00
parent 5a549cc7da
commit 306f9cc660
2 changed files with 11 additions and 1 deletions

View file

@ -9,7 +9,7 @@
*/
export const DEFAULT_MAX_LINES = 2000;
export const DEFAULT_MAX_BYTES = 30 * 1024; // 30KB
export const DEFAULT_MAX_BYTES = 50 * 1024; // 50KB
export const GREP_MAX_LINE_LENGTH = 500; // Max chars per grep match line
export interface TruncationResult {