Skip to content

v1.4.1

Choose a tag to compare

@github-actions github-actions released this 08 Apr 08:27

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 -o had GNU-only syntax that didn't match on some Linux distros. Replaced with grep -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 10000 overrode user config. Removed the hardcode, added opt-in [tmux] clear_on_restart for 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 — CSIuReader existed but wasn't wired into tea.NewProgram. One-line fix.
  • #526 bash -c quoting 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-deck

Coming 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.