core-agent-ide/codex-rs/tui/src/notifications
Eric Traut 147e7118e0
Added tui.notifications_method config option (#10043)
This PR adds a new `tui.notifications_method` config option that accepts
values of "auto", "osc9" and "bel". It defaults to "auto", which
attempts to auto-detect whether the terminal supports OSC 9 escape
sequences and falls back to BEL if not.

The PR also removes the inconsistent handling of notifications on
Windows when WSL was used.
2026-01-28 12:00:32 -08:00
..
bel.rs Added tui.notifications_method config option (#10043) 2026-01-28 12:00:32 -08:00
mod.rs Added tui.notifications_method config option (#10043) 2026-01-28 12:00:32 -08:00
osc9.rs Fix toasts on Windows under WSL 2 (#7137) 2025-12-11 15:09:00 -08:00