Skip to content

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.

optional agent?: object

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

optional backend?: string


optional commands?: Record<string, unknown>

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


optional consoleLevel?: unknown

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


optional filesystem?: unknown

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


optional modelDisplayName?: string

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


optional modelProviderType?: 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.


optional streamOutput?: boolean

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


optional useColour?: boolean

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