Qodo enables you to inspect configuration settings directly from a pull request. You can either list all available configuration options or view the exact configuration values that were applied when a specific command was executed.
List all available configuration options
To display all supported configuration keys and their default values as a pull request comment, run:
/config
This command is useful for discovering available settings and understanding what can be customized.
View the configurations used by a specific command
To see which configuration values were actually applied when running a command (after applying repository settings, user overrides, and command flags), append the following flag to the command:
When enabled, the command output will include an additional Relevant configurations section showing the final configuration values used during execution.