ConfigSummaryInput
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:207
The subset of the resolved config /config surfaces. Structurally typed (not the full
GthConfig) so this pure module stays decoupled from the config types; the caller passes the
real resolved config, which is a superset.
Properties
Section titled “Properties”agent?
Section titled “agent?”
optionalagent?:object
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:215
backend?
Section titled “backend?”
optionalbackend?:string
commands?
Section titled “commands?”
optionalcommands?:Record<string,unknown>
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:220
consoleLevel?
Section titled “consoleLevel?”
optionalconsoleLevel?:unknown
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:219
filesystem?
Section titled “filesystem?”
optionalfilesystem?:unknown
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:216
modelDisplayName?
Section titled “modelDisplayName?”
optionalmodelDisplayName?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:208
modelProviderType?
Section titled “modelProviderType?”
optionalmodelProviderType?:string
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:214
CFG-38 — config.modelProviderType, rendered beside the model. Both surfaces already hand
this function the whole resolved config, which carries the field, so widening the structural
type is all the threading /config needs.
streamOutput?
Section titled “streamOutput?”
optionalstreamOutput?:boolean
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:217
useColour?
Section titled “useColour?”
optionaluseColour?:boolean
Defined in: _worktrees/docs-release/gaunt-sloth/packages/agent/src/modules/slashCommands.ts:218