Skip to content

SlashCommandNotice

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:270

A structured, noticeable command-feedback block (TUI-C14): a title that states WHAT happened plus body lines explaining HOW it affects the user. The component renders these via <CommandNotice> so every command gives consistent, explanatory feedback.

lines: string[]

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:272


title: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:271


optional tone?: "warn" | "info"

Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:274

Title tone; defaults to ‘info’ (cyan). Use ‘warn’ (yellow) for unknown commands.