Skip to content

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 08 Apr 21:39
· 31 commits to main since this release

v0.7.1 (2026-04-08)

This release is published under the MIT License.

Bug Fixes

  • cli: Give --pane error paths actionable recovery guidance (f857c32)

The two --pane error paths now tell the agent how to recover instead of restating the problem. "Check that the pane id is valid" is a dead end for an agent — it needs either a command to list valid pane ids (tmux list-panes) or a fallback (spawn a fresh pane via --tmux).


Detailed Changes: v0.7.0...v0.7.1