Type Alias: PrettyWidgetOptions
PrettyWidgetOptions =
object
Defined in: pretty-widget.ts:24
Options for prettyWidget.
Properties
highlight?
optionalhighlight:boolean
Defined in: pretty-widget.ts:28
Enable ANSI color highlighting (default: auto-detect)
includeIds?
optionalincludeIds:boolean
Defined in: pretty-widget.ts:30
Include widget IDs for MCP/agentic interactions (default: false)
maxLength?
optionalmaxLength:number
Defined in: pretty-widget.ts:26
Maximum output length before truncation (default: 7000)