Ask a question to get started
Enter to send•Shift+Enter new line
Add a warning key to the suppression list in the config file.
Reads existing config (if any), adds key to [warnings].suppress, and writes back using atomic temp-file rename. Deduplicates entries.
key
[warnings].suppress
suppress_warning( key: str, config_path: Path | None = None, ) -> bool
str
Warning identifier to suppress (e.g., 'ripgrep').
'ripgrep'
config_path
Path | None
None
Path to config file.
Defaults to ~/.deepagents/config.toml.
~/.deepagents/config.toml