Skip to content

setToolOutputSuppressed

setToolOutputSuppressed(value): void

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/core/toolOutputChannel.ts:96

TUI-C31 (d): mark whether a terminal-owning surface (the Ink TUI) is mounted. While mounted, the default sink SUPPRESSES output that has no per-turn subscriber (a post-turn straggler) rather than writing it raw over the managed frame. The TUI session sets this true around the whole session (render()waitUntilExit()) and back to false on unmount, so once the TUI is gone the default (headless) stdout sink is fully restored. An active per-turn subscriber always takes precedence, so legitimate in-turn output is untouched.

boolean

void