Skip to content

v0.10.1

Latest

Choose a tag to compare

@genomewalker genomewalker released this 12 Feb 12:31
· 16 commits to main since this release

Bug Fixes

  • Pane naming in detached sessions: Fixed create_named_pane not properly naming panes when running in detached sessions. Added delay and verification after pane creation, with retry logic to find and rename the correct pane.

  • Claude pane protection: Added safeguards to prevent accidentally closing the Claude pane:

    • destroy_named_pane blocks closing any pane with "claude" in the name
    • close_pane checks the focused pane before closing

Documentation

  • Added BUG-pane-naming.md documenting the root cause and fix