Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading