Ask a question to get started
Enter to send•Shift+Enter new line
Remove a warning key from the suppression list in the config file.
Reads existing config (if any), removes key from [warnings].suppress, and writes back using atomic temp-file rename. No-op if the key is not present or the file does not exist.
key
[warnings].suppress
unsuppress_warning( key: str, config_path: Path | None = None, ) -> bool
str
Warning identifier to unsuppress (e.g., 'ripgrep').
'ripgrep'
config_path
Path | None
None
Path to config file.
Defaults to ~/.deepagents/config.toml.
~/.deepagents/config.toml