Skip to content

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.

config: unknown

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


modelDisplayName: string

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


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: unknown[]

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