Gaunt Sloth Assistant
    Preparing search index...

    Interface CommandLineConfigOverrides

    interface CommandLineConfigOverrides {
        customConfigPath?: string;
        identityProfile?: string;
        verbose?: boolean;
        writeOutputToFile?: string | boolean;
    }
    Index

    Properties

    customConfigPath?: string

    Custom config path

    identityProfile?: string

    Separate identity profile. May include separate identity, guidelines and command protocol, making gsloth behave as an agent different from default profile behaviour. for example, devops profile to detect changes such as properties and environment variables. Custom config can still win over this one. This setting requires .gsloth/.gsloth-settings directory to exist. Important to note that the profile directory substitutes the entire config directory, in the case if some prompt files are missing - a file from the installation directory will be used.

    verbose?: boolean

    Set LangChain/LangGraph to verbose mode, causing LangChain/LangGraph to log many details to the console. debugLog from config.ts may be a less intrusive option.

    writeOutputToFile?: string | boolean

    Should the output be written to md file. (e.g. gth_2025-07-26_22-59-06_REVIEW.md). Can be set to false with -wn or -w0 Can be set to a specific filename or path by passing a string (e.g. -w review.md) Please note the string does not accept absolute path, but allows to exit project with .. if necessary.