xml-pipeline/agentserver/console
dullfig fbb6c28ab7 Rewrite output to use Buffer for native scrolling
FormattedTextControl doesn't support scrolling - always renders from top.
Switch to Buffer + BufferControl which has proper scroll support:
- Output buffer uses read-only Buffer with cursor at end
- Tab/Shift-Tab to switch focus between output and input
- Arrow keys scroll when output is focused
- Scrollbar margin shows position
- Auto-scroll on new content (cursor stays at end)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-11 15:07:07 -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 Rewrite output to use Buffer for native scrolling 2026-01-11 15:07:07 -08:00