Documentation Index
Fetch the complete documentation index at: https://docs.lagerdata.com/llms.txt
Use this file to discover all available pages before exploring further.
Bug Fixes
- Fixed erratic input in
lager supply tuiandlager battery tui. This completes the 0.21.2 fix. Since 0.21.0, thelager.pause()breakpoint feature added a background thread that watchesstdinso you can press Enter to resume a pausedlager pythonscript. 0.21.2 stoppedlager nets tuifrom competing with that thread, but the power TUIs (and thelager supply/lager battery/lager armconfirmation prompts) hit the same problem through a different path — validating the net before launch left a straystdinreader that then stole keypresses. Both TUIs now feel responsive again, andy/Enter confirmations are no longer intermittently swallowed. - Hardened the breakpoint watcher against future regressions. The stdin watcher now only starts for a genuine interactive foreground run, so any command that captures script output internally can no longer leak a competing reader. Breakpoint resume in
lager pythonis unchanged, including when piping output (e.g.lager python script.py | tee log.txt).

