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.
Properties
Section titled “Properties”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
optionaltone?:"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.