Skip to content

v3.19.4

Choose a tag to compare

@eniz1806 eniz1806 released this 01 Jul 08:59

Fixed

  • The ask_user question prompt is interactive again. It was being run inside a Status spinner (and could be dispatched to a worker thread); the spinner's live display owns the terminal, so your keystrokes were swallowed and you couldn't pick a numbered option. ask_user now runs plainly on the main thread.