Skip to content

CustomCommandParameter

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/types.ts:708

Configuration for a custom command parameter. Parameters allow the model to provide dynamic values to commands.

optional allow?: ValidationCheck[]

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/types.ts:720

Optional list of validation checks to skip for this parameter’s value. Use when this parameter legitimately requires values that would normally be blocked. For example, ["absolute-paths"] allows values like /dev/ttyUSB0 for this parameter.

Available checks: absolute-paths, directory-traversal, shell-injection, null-bytes


description: string

Defined in: _worktrees/docs-release/gaunt-sloth/packages/core/src/config/types.ts:712

Description of the parameter shown to the model.