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