displayLaunchBanner
displayLaunchBanner(
message):void
Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/utils/consoleUtils.ts:209
TUI-C33 — print the interactive-launch banner (the pre-styled block built by
core/launchBanner.ts) on the plain surface. Same DISPLAY-level gate and stdout channel as
display, so a quieted console silences it too, but deliberately NOT routed through
writeToSessionLog: the session log is a transcript of the conversation, not a screenshot
of the screen, and a five-row sloth at the top of it is noise. The block also styles itself (the
face half of each row carries the colour), so no outer wrap is applied.
Parameters
Section titled “Parameters”message
Section titled “message”string
Returns
Section titled “Returns”void