Release v0.10.0
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.