Skip to content

TOOL_PREVIEW_LINE_MAX_CHARS

const TOOL_PREVIEW_LINE_MAX_CHARS: 200 = 200

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/toolDisplay.ts:50

Per-line cap for preview lines, in terminal COLUMNS (a one-line minified bundle must not flood a row). The CHARS in the name is historical; every cap here is a column budget, because a character count is not a width — see #src/utils/displayWidth.js.