Ask a question to get started
Enter to send•Shift+Enter new line
Modal dialog for managing startup warning preferences.
Each checkbox maps to a key in [warnings].suppress in ~/.deepagents/config.toml. Toggling a checkbox immediately persists the change.
[warnings].suppress
~/.deepagents/config.toml
NotificationSettingsScreen( self, suppressed: set[str], )
ModalScreen[None]
suppressed
set[str]
Set of currently suppressed warning keys.
Compose the screen layout.
Apply ASCII border if needed.
Persist warning suppression toggle to config.toml on change.
Close the screen.