Skip to content

v0.5.14

Choose a tag to compare

@bkataru bkataru released this 14 Jun 02:20
· 20 commits to main since this release
bebe499

v0.5.14

Added

  • Added rmux tool list_panes support with optional session, window, title, title prefix, command, cwd, and running/exited filters.
  • Added /rmux panes [session] typed slash routing for active-pane discovery.
  • list_panes output includes session/window/pane ids and indexes, title, command, working directory, tags, and process state.
  • Extended live RMUX roundtrip to assert pane inventory for the created session.

Verification

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