pi: enable fullscreen TUI mode Pi 0.84.4, a terminal-based AI agent, now supports a fullscreen TUI mode that keeps its editor and footer docked at the bottom of the terminal, similar to Claude Code. Users can enable it with the `--tui-mode fullscreen` option or by setting `tuiMode` to `fullscreen` in `~/.pi/agent/settings.json`. ♠ Today I learned : pi https://pi.dev/ can keep its editor and footer at the bottom of the terminal with fullscreen TUI mode, similarly to Claude Code. The regular mode leaves terminal scrollback in charge. The --tui-mode option switches to a viewport managed by Pi: % pi --help | rg -- '--tui-mode|TUI mode' --tui-mode