Skip to content

v0.5.11

Choose a tag to compare

@bkataru bkataru released this 14 Jun 00:20
· 26 commits to main since this release
85487bb

v0.5.11

Added

  • Added ignored/env-gated live RMUX roundtrip testing: ensure_sessionwait_for_textsnapshotkill_session.
  • Added /rmux kill <session> prompt routing.
  • Added kill_session support to the RMUX tool.

Fixed

  • RMUX tool now rejects missing sessions before daemon startup.
  • RMUX tool now rejects partial terminal sizes (cols without rows, or rows without cols) before daemon startup.
  • RMUX connection failures now include installation, PATH, and daemon-startup guidance.

Verification

  • PR #35 CI: Doc, Check & Lint, Test (nextest) passed.
  • PR #36 CI: Security Audit, Check & Lint, Doc, Test (nextest) passed.
  • Local release gate: cargo test --workspace --no-fail-fast — 1771 passed, 13 ignored.