Skip to content

Release v0.10.0

Choose a tag to compare

@gael-vanderlee gael-vanderlee released this 05 Mar 15:20
· 80 commits to main since this release

v0.10 — Tmux target pane selection

This release adds tmux pane targeting, so you can run whai in one pane while reading context from, and executing approved commands in, another pane (useful for SSH sessions, split workflows, etc.).

New: target a tmux pane

  • Select the target pane with --target / -T:
    whai -T 1 "check disk space"
  • Or set a default target pane via environment variable:
    export WHAI_TARGET=1

Docs

  • README updated with target pane usage under Context Awareness.