[1.5.0] - 2026-06-12
Added
-
tmux-compatible cwd query commands:
added a narrow tmux-compatible CLI surface for external cwd sync tools,
includingwtmux display-message -p '#{pane_current_path}',
wtmux list-clients -F '#{client_pid}\t#{session_id}', and
wtmux display-message -p -t '<session_id>' '#{pane_current_path}'. -
Pane cwd tracking for shell integrations:
panes now track the best-known current directory from OSC 7 and Windows
TerminalOSC 9;9cwd notifications, falling back to the wtmux startup
directory when no shell notification is available.