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 nets tui. Since 0.21.0, the interactive Net-Manager TUI could drop keystrokes and feel unresponsive — navigation and the rename/edit dialogs would lag or miss input. The TUI now correctly opts out of thelager.pause()stdin watcher that 0.21.0 added, so it no longer competes with the terminal for your keypresses. Breakpoint resume inlager pythonis unchanged.

