Files
l0ng-ai 09cac90099 merge: main into feat/new-window-action
Second catch-up: #801, #796 and #790 landed while the first merge was in
CI. No conflicts this time — none of the three touches the action
tables, the keymap or the two test modules — so the merge is content-
free on this branch's side and the diff against main stays a pure
addition of the New Window action.

Not a fix for the red Windows run on 7d586852. That job's `Build` step
passed and its `Test` step failed in `tty7-cli`'s ConPTY end-to-end
suite (`cli_e2e.rs:606`, `send_then_capture_round_trip`), which spawns a
real pwsh pane and polls the capture for an echoed marker; it timed out
with only the ConPTY handshake and the window title in the buffer. The
GUI suite that carries both window actions was green in that same run:
1498 passed, 0 failed, including
`new_window_action_tests::dispatching_new_window_opens_a_second_window_
beside_the_first`, `new_window_action_tests::new_window_answers_with_no_
window_to_dispatch_it`, `close_window_action_tests::dispatching_close_
window_takes_the_window_down_with_its_registration` and
`keymap::tests::new_window_ships_a_chord_only_where_one_is_free`.
2026-09-07 23:01:09 +08:00
..