xml-pipeline/agentserver/console
dullfig f58197c83f Fix scroll with custom scroll_offset mechanism
Window.vertical_scroll is read-only in prompt_toolkit.
Use custom scroll_offset to track position and slice output lines.
- scroll_offset=0 shows newest content (auto-scroll)
- Page Up increases offset (scroll into history)
- Page Down decreases offset (towards newest)
- Home/End jump to top/bottom

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 15:04:04 -08:00
..
__init__.py Add SecureConsole v3.0 with password authentication 2026-01-10 18:24:24 -08:00
console_registry.py Fix console registry for cross-module access 2026-01-11 14:44:10 -08:00
secure_console.py Add /monitor command to show recent thread messages 2026-01-10 18:32:32 -08:00
tui_console.py Fix scroll with custom scroll_offset mechanism 2026-01-11 15:04:04 -08:00