Files
bot-bottle/claude_bottle
didericis e90d7dba76
test / unit (pull_request) Successful in 18s
test / integration (pull_request) Successful in 1m7s
fix(dashboard): repaint stdscr immediately after modal closes
After the operator pressed `y` on the preflight modal (or
picked an agent in the picker), the modal's curses sub-window
stayed on screen until the dashboard's main loop ticked again
— which during a 5-10s launch made it look like the
confirmation never registered.

Add `_erase_modal` (touchwin + refresh on stdscr) and call it
at every exit from `_preflight_modal` and `_picker_modal`.
The pre-modal frame buffered on stdscr immediately overwrites
the sub-window's area; the launch proceeds with a clean
dashboard underneath.
2026-05-26 15:01:56 -04:00
..