pub const SCROLL_BOTTOM: usize = 1_000_000;
Sentinel meaning “follow latest content” (auto-scroll).
use codetether_agent::tui::ui::chat_view::scroll::SCROLL_BOTTOM; assert!(SCROLL_BOTTOM > 999_999);