mirror of
https://github.com/l0ng-ai/tty7.git
synced 2026-09-22 00:02:23 +00:00
* feat(bell): add combined visual + audible terminal bell mode Currently BellMode only offers None, Visual, and Audible. Audible falls back to Visual if the system bell cannot be rung, but there is no way to intentionally get both at once. Add a `Both` variant that rings the system bell *and* flashes the pane, exposing it as a fourth option in Settings -> Terminal -> Bell. Existing `none`/`visual`/`audible` values remain backward compatible. Updates config serialization tests and i18n keys/translations/test list. * fix(bell): align the settings copy and picker with the new Both mode The bell description still enumerated three outcomes and the settings search keywords omitted both, so the new mode was invisible to search and contradicted by the row that labels it. Drop the picker's catch-all onto the default instead of Both, which is the shape the PR just fixed. Claude-Session: https://claude.ai/code/session_01H9QqEZ6JH3dGS6atEcf6ab --------- Co-authored-by: l0ng-ai <24760907+l0ng-ai@users.noreply.github.com>