Hi everyone,
I’m working on Recon, a TUI dashboard that monitors Claude Code agents running in tmux.
I just opened a PR to fix an edge case reported by someone on GitHub where the app was losing track of which specific pane an agent was running in when a session had multiple panes. I’ve shifted the logic from "session-aware" to "pane-aware" by capturing the full session:window.pane target.
Hoping to get here a quick review from you. Should be fairly simple (I try to avoid merging behavioral changes without review , even though the changes are my own).
Thanks!