DebugDumpInput
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:116
GS2-46 — the input /debug-dump assembles from context and hands to the injected
dumpDebugSession writer. transcript/config are opaque to this pure module (the real
writer, not this file, interprets them); modelDisplayName mirrors the field already on
SlashCommandContext.
Properties
Section titled “Properties”config
Section titled “config”config:
unknown
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:118
modelDisplayName
Section titled “modelDisplayName”modelDisplayName:
string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:119
redact
Section titled “redact”redact:
boolean
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:125
GS2-47 — whether the writer should redact secrets from every artifact. Resolved by
resolveDebugDumpRedact from the config (debugDump.redact, default ON) and the
--unsafe-no-redact command flag, then threaded straight through to writeDebugDump.
transcript
Section titled “transcript”transcript:
unknown[]
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:117