v1.4.1
v1.4.1 — Emergency Patch Release
Fixes 6 critical regressions that shipped in v1.4.0. Update immediately.
Fixed
- #522 Conductor heartbeat broken on Linux —
grep -ohad GNU-only syntax that didn't match on some Linux distros. Replaced withgrep -q+awk. - #531 Mouse-wheel scroll showed
[0/0]in attached sessions — the scrollback clear we added on attach wiped history. Removed the clear-history call. - #533 tmux was clearing user history-limit — hardcoded
history-limit 10000overrode user config. Removed the hardcode, added opt-in[tmux] clear_on_restartfor those who actually want it. - #525 tmux not detected when not in PATH — added well-known-paths fallback (
/usr/bin/tmux,/usr/local/bin/tmux,/opt/homebrew/bin/tmux, etc.) - #535 Shift+letter keys silently dropped —
CSIuReaderexisted but wasn't wired intotea.NewProgram. One-line fix. - #526
bash -cquoting bug in session launch — condition-based wrapping was unreliable. Now always wraps, which is simpler and more robust.
Thanks
Huge thanks to the community for reporting and submitting fixes within hours:
@mtparet, @mineralinis, @Duleepa, @KrE80r, @mountaincrab, @seanfreiburg
Installation
brew upgrade asheshgoplani/tap/agent-deckComing Next (v1.5.0)
v1.5.0 will be a premium polish milestone addressing 18 remaining web app bugs and 12 performance bottlenecks identified in v1.4.0 testing. See docs/WEB-APP-V15-SPEC.md.