diff --git a/CHANGELOG.md b/CHANGELOG.md index afb15c7..64056c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ ### Added - `agent-tty ls` is now a short alias for `agent-tty list`. Like the `d`→`dashboard` alias, it is an explicit alias (not prefix matching), so it resolves unambiguously to `list` and is unaffected by the other commands ([#135](https://github.com/coder/agent-tty/pull/135)). +- Dashboard Live View can now be maximized: press `Enter` from the session list or the focused Live View to expand the selected session's Live View to the full dashboard body (dropping the session list); `Esc` restores the split. Maximize is a modal layer that never mutates `focus`, so `Esc` returns to whatever was focused underneath. Panning (`↑/↓ h/j/k/l`) and the `z` Overview toggle keep working while maximized; the header, footer, and the same right edge are preserved across the toggle so the frame never shifts. `Tab`/`H`/`a` are inert in maximized mode so it reads as a distinct mode ([#136](https://github.com/coder/agent-tty/pull/136)). ## [v0.4.0] - 2026-06-08