agent-afk 5.241.0 → 5.242.0

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.
@@ -0,0 +1 @@
1
+ export declare function colorizePreviewLine(line: string): string | null;
@@ -4,6 +4,7 @@ import { sanitizeLabel, sanitizeTextParagraph } from './tool-lane-format-sanitiz
4
4
  export { sanitizeLabel, sanitizeTextParagraph };
5
5
  export { shortenPaths, summarizeToolArgs, bracketPairAwareTruncate, formatToolLine, } from './tool-lane-format-args.js';
6
6
  export { MAX_OVERLAY_DIFF_LINES, FLUSH_DIFF_LINES_DEFAULT, formatDiffBlock, diffsDisabled, formatPreviewDiffBlock, } from './tool-lane-format-diff.js';
7
+ export { colorizePreviewLine } from './tool-lane-format-colorize.js';
7
8
  export declare function doneGlyph(isError: boolean | undefined, failureClass?: ToolFailureClass): string;
8
9
  export declare function isBenignFailure(failureClass: ToolFailureClass | undefined): boolean;
9
10
  export declare const MAX_VISIBLE_CHILDREN = 3;