repos / zmx

session persistence for terminal processes
git clone https://github.com/neurosnap/zmx.git

commit
3df5416
parent
99c40d3
author
Eric Bower
date
2026-04-08 22:45:36 -0400 EDT
docs(changelog): switching sessions
1 files changed,  +2, -0
M CHANGELOG.md
+2, -0
1@@ -9,6 +9,8 @@ Use spec: https://common-changelog.org/
2 - New client leader policy: last client to send user input bytes (non-ansi escape codes) becomes the leader
3   - The client leader controls resizing and any other terminal state changes
4   - Non-leader clients are read-only until they send user input bytes and takeover leadership
5+  - When a leader is promoted we immediately resize to their window size
6+- `zmx attach` now lets users switch to another session from within a session
7 
8 ### Changed
9