Skip to content

v0.3.2

Choose a tag to compare

@github-actions github-actions released this 16 Jul 20:13
v0.3.2

cux v0.3.2 — regression fixes for the 0.3.x rewrite

  • attach is now opt-in (default off). The always-on PTY proxy was taxing every session — resize corruption/jitter and extra CPU/heat on output (#33). With it off, sessions render natively again (pre-0.3, no proxy). cux attach offers to enable it when you want mirroring; enable any time with cux config set attach true.
  • Fixed an infinite resume loop on a rate-limited account — it could read the just-limited seat as "having capacity" and resume in place, looping. It now swaps away or waits for reset.
  • wait-for-reset countdown — checks fresh usage before timing (no more bogus ~2-minute wait on the wrong account), runs on a wall-clock deadline so it survives a laptop sleep, and shows seconds in the last 10 minutes.
  • Windows — poll the console size into the ConPTY so resizes reach Claude when attach is enabled; native process-liveness probe + attach-socket reaper (#34, thanks @centrual).
  • attach is now settable via cux config set and appears in cux config edit.

Full Changelog: v0.3.1...v0.3.2

Full Changelog: v0.3.1...v0.3.2