What's wrong with this entry?
Anonymous. No account, no email.
Keybinding validation warnings now use a structured inline format rather than a tree display:
- Before: tree nodes like
└ [Error] Unknown context "chat"/└ [Warning] "ctrl+c" may not work - After:
[keybindings] [error] Unknown context "chat" — Valid contexts: Global, Chat, Autocomplete, .../[keybindings] [warning] "ctrl+c" may not work: Terminal interrupt (SIGINT) - The summary line is now
[keybindings] Found 2 validation issue(s)
Evidence
New keybinding format strings (search for "[keybindings] Found 2 validation issue(s)")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.