Files
bot-bottle/claude_bottle/cli
didericis ac914b6cb9
test / unit (pull_request) Successful in 18s
test / integration (pull_request) Successful in 1m10s
feat(dashboard): focus right pane after new-agent bringup completes
The new-agent (`n`) flow's tmux branch was leaving keyboard
focus in the dashboard pane after compose-up + provision
finished and claude landed in the right pane — same situation
as Enter re-attach before its `focus_right_pane` fix. The
operator just spun an agent up; they want to type at it.

Pass `focus_right_pane=True` to `_attach_in_tmux` from the
new-agent flow. `tmux select-pane` runs after the respawn.
2026-05-26 15:37:07 -04:00
..